@import"../js/bootstrap.min.css";@import"../js/glightbox.min.css";:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-duration:var(--animate-duration);animation-duration:var(--animate-duration);-webkit-animation-fill-mode:both;animation-fill-mode:both}.animate__animated.animate__infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animate__animated.animate__repeat-1{-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-iteration-count:var(--animate-repeat);animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{-webkit-animation-iteration-count:2;animation-iteration-count:2;-webkit-animation-iteration-count:calc(var(--animate-repeat)*2);animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{-webkit-animation-iteration-count:3;animation-iteration-count:3;-webkit-animation-iteration-count:calc(var(--animate-repeat)*3);animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{-webkit-animation-delay:1s;animation-delay:1s;-webkit-animation-delay:var(--animate-delay);animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{-webkit-animation-delay:2s;animation-delay:2s;-webkit-animation-delay:calc(var(--animate-delay)*2);animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{-webkit-animation-delay:3s;animation-delay:3s;-webkit-animation-delay:calc(var(--animate-delay)*3);animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{-webkit-animation-delay:4s;animation-delay:4s;-webkit-animation-delay:calc(var(--animate-delay)*4);animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{-webkit-animation-delay:5s;animation-delay:5s;-webkit-animation-delay:calc(var(--animate-delay)*5);animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-duration:calc(var(--animate-duration)/2);animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-duration:calc(var(--animate-duration)*.8);animation-duration:calc(var(--animate-duration)*.8)}.animate__animated.animate__slow{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{-webkit-animation-duration:3s;animation-duration:3s;-webkit-animation-duration:calc(var(--animate-duration)*3);animation-duration:calc(var(--animate-duration)*3)}@media(prefers-reduced-motion: reduce),print{.animate__animated{-webkit-animation-duration:1ms !important;animation-duration:1ms !important;-webkit-transition-duration:1ms !important;transition-duration:1ms !important;-webkit-animation-iteration-count:1 !important;animation-iteration-count:1 !important}.animate__animated[class*=Out]{opacity:0}}@-webkit-keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);-webkit-transform:translate3d(0, -30px, 0) scaleY(1.1);transform:translate3d(0, -30px, 0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);-webkit-transform:translate3d(0, -15px, 0) scaleY(1.05);transform:translate3d(0, -15px, 0) scaleY(1.05)}80%{-webkit-transition-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);transition-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);-webkit-transform:translateZ(0) scaleY(0.95);transform:translateZ(0) scaleY(0.95)}90%{-webkit-transform:translate3d(0, -4px, 0) scaleY(1.02);transform:translate3d(0, -4px, 0) scaleY(1.02)}}@keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);-webkit-transform:translate3d(0, -30px, 0) scaleY(1.1);transform:translate3d(0, -30px, 0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);-webkit-transform:translate3d(0, -15px, 0) scaleY(1.05);transform:translate3d(0, -15px, 0) scaleY(1.05)}80%{-webkit-transition-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);transition-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);-webkit-transform:translateZ(0) scaleY(0.95);transform:translateZ(0) scaleY(0.95)}90%{-webkit-transform:translate3d(0, -4px, 0) scaleY(1.02);transform:translate3d(0, -4px, 0) scaleY(1.02)}}.animate__bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05, 1.05, 1.05);transform:scale3d(1.05, 1.05, 1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05, 1.05, 1.05);transform:scale3d(1.05, 1.05, 1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__pulse{-webkit-animation-name:pulse;animation-name:pulse;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25, 0.75, 1);transform:scale3d(1.25, 0.75, 1)}40%{-webkit-transform:scale3d(0.75, 1.25, 1);transform:scale3d(0.75, 1.25, 1)}50%{-webkit-transform:scale3d(1.15, 0.85, 1);transform:scale3d(1.15, 0.85, 1)}65%{-webkit-transform:scale3d(0.95, 1.05, 1);transform:scale3d(0.95, 1.05, 1)}75%{-webkit-transform:scale3d(1.05, 0.95, 1);transform:scale3d(1.05, 0.95, 1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25, 0.75, 1);transform:scale3d(1.25, 0.75, 1)}40%{-webkit-transform:scale3d(0.75, 1.25, 1);transform:scale3d(0.75, 1.25, 1)}50%{-webkit-transform:scale3d(1.15, 0.85, 1);transform:scale3d(1.15, 0.85, 1)}65%{-webkit-transform:scale3d(0.95, 1.05, 1);transform:scale3d(0.95, 1.05, 1)}75%{-webkit-transform:scale3d(1.05, 0.95, 1);transform:scale3d(1.05, 0.95, 1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shakeX{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px, 0, 0);transform:translate3d(-10px, 0, 0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px, 0, 0);transform:translate3d(10px, 0, 0)}}@keyframes shakeX{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px, 0, 0);transform:translate3d(-10px, 0, 0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px, 0, 0);transform:translate3d(10px, 0, 0)}}.animate__shakeX{-webkit-animation-name:shakeX;animation-name:shakeX}@-webkit-keyframes shakeY{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0, -10px, 0);transform:translate3d(0, -10px, 0)}20%,40%,60%,80%{-webkit-transform:translate3d(0, 10px, 0);transform:translate3d(0, 10px, 0)}}@keyframes shakeY{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0, -10px, 0);transform:translate3d(0, -10px, 0)}20%,40%,60%,80%{-webkit-transform:translate3d(0, 10px, 0);transform:translate3d(0, 10px, 0)}}.animate__shakeY{-webkit-animation-name:shakeY;animation-name:shakeY}@-webkit-keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}.animate__headShake{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:headShake;animation-name:headShake}@-webkit-keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}.animate__swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(0.9, 0.9, 0.9) rotate(-3deg);transform:scale3d(0.9, 0.9, 0.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1, 1.1, 1.1) rotate(3deg);transform:scale3d(1.1, 1.1, 1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1, 1.1, 1.1) rotate(-3deg);transform:scale3d(1.1, 1.1, 1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(0.9, 0.9, 0.9) rotate(-3deg);transform:scale3d(0.9, 0.9, 0.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1, 1.1, 1.1) rotate(3deg);transform:scale3d(1.1, 1.1, 1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1, 1.1, 1.1) rotate(-3deg);transform:scale3d(1.1, 1.1, 1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%, 0, 0) rotate(-5deg);transform:translate3d(-25%, 0, 0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%, 0, 0) rotate(3deg);transform:translate3d(20%, 0, 0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%, 0, 0) rotate(-3deg);transform:translate3d(-15%, 0, 0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%, 0, 0) rotate(2deg);transform:translate3d(10%, 0, 0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%, 0, 0) rotate(-1deg);transform:translate3d(-5%, 0, 0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%, 0, 0) rotate(-5deg);transform:translate3d(-25%, 0, 0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%, 0, 0) rotate(3deg);transform:translate3d(20%, 0, 0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%, 0, 0) rotate(-3deg);transform:translate3d(-15%, 0, 0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%, 0, 0) rotate(2deg);transform:translate3d(10%, 0, 0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%, 0, 0) rotate(-1deg);transform:translate3d(-5%, 0, 0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-0.78125deg) skewY(-0.78125deg);transform:skewX(-0.78125deg) skewY(-0.78125deg)}77.7%{-webkit-transform:skewX(0.390625deg) skewY(0.390625deg);transform:skewX(0.390625deg) skewY(0.390625deg)}88.8%{-webkit-transform:skewX(-0.1953125deg) skewY(-0.1953125deg);transform:skewX(-0.1953125deg) skewY(-0.1953125deg)}}@keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-0.78125deg) skewY(-0.78125deg);transform:skewX(-0.78125deg) skewY(-0.78125deg)}77.7%{-webkit-transform:skewX(0.390625deg) skewY(0.390625deg);transform:skewX(0.390625deg) skewY(0.390625deg)}88.8%{-webkit-transform:skewX(-0.1953125deg) skewY(-0.1953125deg);transform:skewX(-0.1953125deg) skewY(-0.1953125deg)}}.animate__jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}.animate__heartBeat{-webkit-animation-name:heartBeat;animation-name:heartBeat;-webkit-animation-duration:1.3s;animation-duration:1.3s;-webkit-animation-duration:calc(var(--animate-duration)*1.3);animation-duration:calc(var(--animate-duration)*1.3);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes backInDown{0%{-webkit-transform:translateY(-1200px) scale(0.7);transform:translateY(-1200px) scale(0.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(0.7);transform:translateY(0) scale(0.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInDown{0%{-webkit-transform:translateY(-1200px) scale(0.7);transform:translateY(-1200px) scale(0.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(0.7);transform:translateY(0) scale(0.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInDown{-webkit-animation-name:backInDown;animation-name:backInDown}@-webkit-keyframes backInLeft{0%{-webkit-transform:translateX(-2000px) scale(0.7);transform:translateX(-2000px) scale(0.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(0.7);transform:translateX(0) scale(0.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInLeft{0%{-webkit-transform:translateX(-2000px) scale(0.7);transform:translateX(-2000px) scale(0.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(0.7);transform:translateX(0) scale(0.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInLeft{-webkit-animation-name:backInLeft;animation-name:backInLeft}@-webkit-keyframes backInRight{0%{-webkit-transform:translateX(2000px) scale(0.7);transform:translateX(2000px) scale(0.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(0.7);transform:translateX(0) scale(0.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInRight{0%{-webkit-transform:translateX(2000px) scale(0.7);transform:translateX(2000px) scale(0.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(0.7);transform:translateX(0) scale(0.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInRight{-webkit-animation-name:backInRight;animation-name:backInRight}@-webkit-keyframes backInUp{0%{-webkit-transform:translateY(1200px) scale(0.7);transform:translateY(1200px) scale(0.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(0.7);transform:translateY(0) scale(0.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInUp{0%{-webkit-transform:translateY(1200px) scale(0.7);transform:translateY(1200px) scale(0.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(0.7);transform:translateY(0) scale(0.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInUp{-webkit-animation-name:backInUp;animation-name:backInUp}@-webkit-keyframes backOutDown{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(0.7);transform:translateY(0) scale(0.7);opacity:.7}to{-webkit-transform:translateY(700px) scale(0.7);transform:translateY(700px) scale(0.7);opacity:.7}}@keyframes backOutDown{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(0.7);transform:translateY(0) scale(0.7);opacity:.7}to{-webkit-transform:translateY(700px) scale(0.7);transform:translateY(700px) scale(0.7);opacity:.7}}.animate__backOutDown{-webkit-animation-name:backOutDown;animation-name:backOutDown}@-webkit-keyframes backOutLeft{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(0.7);transform:translateX(0) scale(0.7);opacity:.7}to{-webkit-transform:translateX(-2000px) scale(0.7);transform:translateX(-2000px) scale(0.7);opacity:.7}}@keyframes backOutLeft{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(0.7);transform:translateX(0) scale(0.7);opacity:.7}to{-webkit-transform:translateX(-2000px) scale(0.7);transform:translateX(-2000px) scale(0.7);opacity:.7}}.animate__backOutLeft{-webkit-animation-name:backOutLeft;animation-name:backOutLeft}@-webkit-keyframes backOutRight{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(0.7);transform:translateX(0) scale(0.7);opacity:.7}to{-webkit-transform:translateX(2000px) scale(0.7);transform:translateX(2000px) scale(0.7);opacity:.7}}@keyframes backOutRight{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(0.7);transform:translateX(0) scale(0.7);opacity:.7}to{-webkit-transform:translateX(2000px) scale(0.7);transform:translateX(2000px) scale(0.7);opacity:.7}}.animate__backOutRight{-webkit-animation-name:backOutRight;animation-name:backOutRight}@-webkit-keyframes backOutUp{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(0.7);transform:translateY(0) scale(0.7);opacity:.7}to{-webkit-transform:translateY(-700px) scale(0.7);transform:translateY(-700px) scale(0.7);opacity:.7}}@keyframes backOutUp{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(0.7);transform:translateY(0) scale(0.7);opacity:.7}to{-webkit-transform:translateY(-700px) scale(0.7);transform:translateY(-700px) scale(0.7);opacity:.7}}.animate__backOutUp{-webkit-animation-name:backOutUp;animation-name:backOutUp}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;-webkit-transform:scale3d(0.3, 0.3, 0.3);transform:scale3d(0.3, 0.3, 0.3)}20%{-webkit-transform:scale3d(1.1, 1.1, 1.1);transform:scale3d(1.1, 1.1, 1.1)}40%{-webkit-transform:scale3d(0.9, 0.9, 0.9);transform:scale3d(0.9, 0.9, 0.9)}60%{opacity:1;-webkit-transform:scale3d(1.03, 1.03, 1.03);transform:scale3d(1.03, 1.03, 1.03)}80%{-webkit-transform:scale3d(0.97, 0.97, 0.97);transform:scale3d(0.97, 0.97, 0.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;-webkit-transform:scale3d(0.3, 0.3, 0.3);transform:scale3d(0.3, 0.3, 0.3)}20%{-webkit-transform:scale3d(1.1, 1.1, 1.1);transform:scale3d(1.1, 1.1, 1.1)}40%{-webkit-transform:scale3d(0.9, 0.9, 0.9);transform:scale3d(0.9, 0.9, 0.9)}60%{opacity:1;-webkit-transform:scale3d(1.03, 1.03, 1.03);transform:scale3d(1.03, 1.03, 1.03)}80%{-webkit-transform:scale3d(0.97, 0.97, 0.97);transform:scale3d(0.97, 0.97, 0.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__bounceIn{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*.75);animation-duration:calc(var(--animate-duration)*.75);-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;-webkit-transform:translate3d(0, -3000px, 0) scaleY(3);transform:translate3d(0, -3000px, 0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0, 25px, 0) scaleY(0.9);transform:translate3d(0, 25px, 0) scaleY(0.9)}75%{-webkit-transform:translate3d(0, -10px, 0) scaleY(0.95);transform:translate3d(0, -10px, 0) scaleY(0.95)}90%{-webkit-transform:translate3d(0, 5px, 0) scaleY(0.985);transform:translate3d(0, 5px, 0) scaleY(0.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;-webkit-transform:translate3d(0, -3000px, 0) scaleY(3);transform:translate3d(0, -3000px, 0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0, 25px, 0) scaleY(0.9);transform:translate3d(0, 25px, 0) scaleY(0.9)}75%{-webkit-transform:translate3d(0, -10px, 0) scaleY(0.95);transform:translate3d(0, -10px, 0) scaleY(0.95)}90%{-webkit-transform:translate3d(0, 5px, 0) scaleY(0.985);transform:translate3d(0, 5px, 0) scaleY(0.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;-webkit-transform:translate3d(-3000px, 0, 0) scaleX(3);transform:translate3d(-3000px, 0, 0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px, 0, 0) scaleX(1);transform:translate3d(25px, 0, 0) scaleX(1)}75%{-webkit-transform:translate3d(-10px, 0, 0) scaleX(0.98);transform:translate3d(-10px, 0, 0) scaleX(0.98)}90%{-webkit-transform:translate3d(5px, 0, 0) scaleX(0.995);transform:translate3d(5px, 0, 0) scaleX(0.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;-webkit-transform:translate3d(-3000px, 0, 0) scaleX(3);transform:translate3d(-3000px, 0, 0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px, 0, 0) scaleX(1);transform:translate3d(25px, 0, 0) scaleX(1)}75%{-webkit-transform:translate3d(-10px, 0, 0) scaleX(0.98);transform:translate3d(-10px, 0, 0) scaleX(0.98)}90%{-webkit-transform:translate3d(5px, 0, 0) scaleX(0.995);transform:translate3d(5px, 0, 0) scaleX(0.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;-webkit-transform:translate3d(3000px, 0, 0) scaleX(3);transform:translate3d(3000px, 0, 0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px, 0, 0) scaleX(1);transform:translate3d(-25px, 0, 0) scaleX(1)}75%{-webkit-transform:translate3d(10px, 0, 0) scaleX(0.98);transform:translate3d(10px, 0, 0) scaleX(0.98)}90%{-webkit-transform:translate3d(-5px, 0, 0) scaleX(0.995);transform:translate3d(-5px, 0, 0) scaleX(0.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;-webkit-transform:translate3d(3000px, 0, 0) scaleX(3);transform:translate3d(3000px, 0, 0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px, 0, 0) scaleX(1);transform:translate3d(-25px, 0, 0) scaleX(1)}75%{-webkit-transform:translate3d(10px, 0, 0) scaleX(0.98);transform:translate3d(10px, 0, 0) scaleX(0.98)}90%{-webkit-transform:translate3d(-5px, 0, 0) scaleX(0.995);transform:translate3d(-5px, 0, 0) scaleX(0.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;-webkit-transform:translate3d(0, 3000px, 0) scaleY(5);transform:translate3d(0, 3000px, 0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0, -20px, 0) scaleY(0.9);transform:translate3d(0, -20px, 0) scaleY(0.9)}75%{-webkit-transform:translate3d(0, 10px, 0) scaleY(0.95);transform:translate3d(0, 10px, 0) scaleY(0.95)}90%{-webkit-transform:translate3d(0, -5px, 0) scaleY(0.985);transform:translate3d(0, -5px, 0) scaleY(0.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;-webkit-transform:translate3d(0, 3000px, 0) scaleY(5);transform:translate3d(0, 3000px, 0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0, -20px, 0) scaleY(0.9);transform:translate3d(0, -20px, 0) scaleY(0.9)}75%{-webkit-transform:translate3d(0, 10px, 0) scaleY(0.95);transform:translate3d(0, 10px, 0) scaleY(0.95)}90%{-webkit-transform:translate3d(0, -5px, 0) scaleY(0.985);transform:translate3d(0, -5px, 0) scaleY(0.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(0.9, 0.9, 0.9);transform:scale3d(0.9, 0.9, 0.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1, 1.1, 1.1);transform:scale3d(1.1, 1.1, 1.1)}to{opacity:0;-webkit-transform:scale3d(0.3, 0.3, 0.3);transform:scale3d(0.3, 0.3, 0.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(0.9, 0.9, 0.9);transform:scale3d(0.9, 0.9, 0.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1, 1.1, 1.1);transform:scale3d(1.1, 1.1, 1.1)}to{opacity:0;-webkit-transform:scale3d(0.3, 0.3, 0.3);transform:scale3d(0.3, 0.3, 0.3)}}.animate__bounceOut{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*.75);animation-duration:calc(var(--animate-duration)*.75);-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0, 10px, 0) scaleY(0.985);transform:translate3d(0, 10px, 0) scaleY(0.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0, -20px, 0) scaleY(0.9);transform:translate3d(0, -20px, 0) scaleY(0.9)}to{opacity:0;-webkit-transform:translate3d(0, 2000px, 0) scaleY(3);transform:translate3d(0, 2000px, 0) scaleY(3)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0, 10px, 0) scaleY(0.985);transform:translate3d(0, 10px, 0) scaleY(0.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0, -20px, 0) scaleY(0.9);transform:translate3d(0, -20px, 0) scaleY(0.9)}to{opacity:0;-webkit-transform:translate3d(0, 2000px, 0) scaleY(3);transform:translate3d(0, 2000px, 0) scaleY(3)}}.animate__bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px, 0, 0) scaleX(0.9);transform:translate3d(20px, 0, 0) scaleX(0.9)}to{opacity:0;-webkit-transform:translate3d(-2000px, 0, 0) scaleX(2);transform:translate3d(-2000px, 0, 0) scaleX(2)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px, 0, 0) scaleX(0.9);transform:translate3d(20px, 0, 0) scaleX(0.9)}to{opacity:0;-webkit-transform:translate3d(-2000px, 0, 0) scaleX(2);transform:translate3d(-2000px, 0, 0) scaleX(2)}}.animate__bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px, 0, 0) scaleX(0.9);transform:translate3d(-20px, 0, 0) scaleX(0.9)}to{opacity:0;-webkit-transform:translate3d(2000px, 0, 0) scaleX(2);transform:translate3d(2000px, 0, 0) scaleX(2)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px, 0, 0) scaleX(0.9);transform:translate3d(-20px, 0, 0) scaleX(0.9)}to{opacity:0;-webkit-transform:translate3d(2000px, 0, 0) scaleX(2);transform:translate3d(2000px, 0, 0) scaleX(2)}}.animate__bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0, -10px, 0) scaleY(0.985);transform:translate3d(0, -10px, 0) scaleY(0.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0, 20px, 0) scaleY(0.9);transform:translate3d(0, 20px, 0) scaleY(0.9)}to{opacity:0;-webkit-transform:translate3d(0, -2000px, 0) scaleY(3);transform:translate3d(0, -2000px, 0) scaleY(3)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0, -10px, 0) scaleY(0.985);transform:translate3d(0, -10px, 0) scaleY(0.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0, 20px, 0) scaleY(0.9);transform:translate3d(0, 20px, 0) scaleY(0.9)}to{opacity:0;-webkit-transform:translate3d(0, -2000px, 0) scaleY(3);transform:translate3d(0, -2000px, 0) scaleY(3)}}.animate__bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0, -100%, 0);transform:translate3d(0, -100%, 0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0, -100%, 0);transform:translate3d(0, -100%, 0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0, -2000px, 0);transform:translate3d(0, -2000px, 0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0, -2000px, 0);transform:translate3d(0, -2000px, 0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px, 0, 0);transform:translate3d(-2000px, 0, 0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px, 0, 0);transform:translate3d(-2000px, 0, 0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px, 0, 0);transform:translate3d(2000px, 0, 0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px, 0, 0);transform:translate3d(2000px, 0, 0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0, 100%, 0);transform:translate3d(0, 100%, 0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0, 100%, 0);transform:translate3d(0, 100%, 0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0, 2000px, 0);transform:translate3d(0, 2000px, 0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0, 2000px, 0);transform:translate3d(0, 2000px, 0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%, -100%, 0);transform:translate3d(-100%, -100%, 0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%, -100%, 0);transform:translate3d(-100%, -100%, 0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInTopLeft{-webkit-animation-name:fadeInTopLeft;animation-name:fadeInTopLeft}@-webkit-keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%, -100%, 0);transform:translate3d(100%, -100%, 0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%, -100%, 0);transform:translate3d(100%, -100%, 0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInTopRight{-webkit-animation-name:fadeInTopRight;animation-name:fadeInTopRight}@-webkit-keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%, 100%, 0);transform:translate3d(-100%, 100%, 0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%, 100%, 0);transform:translate3d(-100%, 100%, 0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInBottomLeft{-webkit-animation-name:fadeInBottomLeft;animation-name:fadeInBottomLeft}@-webkit-keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%, 100%, 0);transform:translate3d(100%, 100%, 0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%, 100%, 0);transform:translate3d(100%, 100%, 0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInBottomRight{-webkit-animation-name:fadeInBottomRight;animation-name:fadeInBottomRight}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0, 100%, 0);transform:translate3d(0, 100%, 0)}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0, 100%, 0);transform:translate3d(0, 100%, 0)}}.animate__fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0, 2000px, 0);transform:translate3d(0, 2000px, 0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0, 2000px, 0);transform:translate3d(0, 2000px, 0)}}.animate__fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0)}}.animate__fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px, 0, 0);transform:translate3d(-2000px, 0, 0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px, 0, 0);transform:translate3d(-2000px, 0, 0)}}.animate__fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0)}}.animate__fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px, 0, 0);transform:translate3d(2000px, 0, 0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px, 0, 0);transform:translate3d(2000px, 0, 0)}}.animate__fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0, -100%, 0);transform:translate3d(0, -100%, 0)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0, -100%, 0);transform:translate3d(0, -100%, 0)}}.animate__fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0, -2000px, 0);transform:translate3d(0, -2000px, 0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0, -2000px, 0);transform:translate3d(0, -2000px, 0)}}.animate__fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%, -100%, 0);transform:translate3d(-100%, -100%, 0)}}@keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%, -100%, 0);transform:translate3d(-100%, -100%, 0)}}.animate__fadeOutTopLeft{-webkit-animation-name:fadeOutTopLeft;animation-name:fadeOutTopLeft}@-webkit-keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%, -100%, 0);transform:translate3d(100%, -100%, 0)}}@keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%, -100%, 0);transform:translate3d(100%, -100%, 0)}}.animate__fadeOutTopRight{-webkit-animation-name:fadeOutTopRight;animation-name:fadeOutTopRight}@-webkit-keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%, 100%, 0);transform:translate3d(100%, 100%, 0)}}@keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%, 100%, 0);transform:translate3d(100%, 100%, 0)}}.animate__fadeOutBottomRight{-webkit-animation-name:fadeOutBottomRight;animation-name:fadeOutBottomRight}@-webkit-keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%, 100%, 0);transform:translate3d(-100%, 100%, 0)}}@keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%, 100%, 0);transform:translate3d(-100%, 100%, 0)}}.animate__fadeOutBottomLeft{-webkit-animation-name:fadeOutBottomLeft;animation-name:fadeOutBottomLeft}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animate__animated.animate__flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInX{-webkit-backface-visibility:visible !important;backface-visibility:visible !important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInY{-webkit-backface-visibility:visible !important;backface-visibility:visible !important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*.75);animation-duration:calc(var(--animate-duration)*.75);-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible !important;backface-visibility:visible !important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*.75);animation-duration:calc(var(--animate-duration)*.75);-webkit-backface-visibility:visible !important;backface-visibility:visible !important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedInRight{0%{-webkit-transform:translate3d(100%, 0, 0) skewX(-30deg);transform:translate3d(100%, 0, 0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInRight{0%{-webkit-transform:translate3d(100%, 0, 0) skewX(-30deg);transform:translate3d(100%, 0, 0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__lightSpeedInRight{-webkit-animation-name:lightSpeedInRight;animation-name:lightSpeedInRight;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedInLeft{0%{-webkit-transform:translate3d(-100%, 0, 0) skewX(30deg);transform:translate3d(-100%, 0, 0) skewX(30deg);opacity:0}60%{-webkit-transform:skewX(-20deg);transform:skewX(-20deg);opacity:1}80%{-webkit-transform:skewX(5deg);transform:skewX(5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInLeft{0%{-webkit-transform:translate3d(-100%, 0, 0) skewX(30deg);transform:translate3d(-100%, 0, 0) skewX(30deg);opacity:0}60%{-webkit-transform:skewX(-20deg);transform:skewX(-20deg);opacity:1}80%{-webkit-transform:skewX(5deg);transform:skewX(5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__lightSpeedInLeft{-webkit-animation-name:lightSpeedInLeft;animation-name:lightSpeedInLeft;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%, 0, 0) skewX(30deg);transform:translate3d(100%, 0, 0) skewX(30deg);opacity:0}}@keyframes lightSpeedOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%, 0, 0) skewX(30deg);transform:translate3d(100%, 0, 0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{-webkit-animation-name:lightSpeedOutRight;animation-name:lightSpeedOutRight;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes lightSpeedOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%, 0, 0) skewX(-30deg);transform:translate3d(-100%, 0, 0) skewX(-30deg);opacity:0}}@keyframes lightSpeedOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%, 0, 0) skewX(-30deg);transform:translate3d(-100%, 0, 0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{-webkit-animation-name:lightSpeedOutLeft;animation-name:lightSpeedOutLeft;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOut{0%{opacity:1}to{-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{opacity:1}to{-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}.animate__rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateOutDownLeft{0%{opacity:1}to{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{opacity:1}to{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutDownRight{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOutUpLeft{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutUpRight{0%{opacity:1}to{-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{opacity:1}to{-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0, 700px, 0);transform:translate3d(0, 700px, 0);opacity:0}}@keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0, 700px, 0);transform:translate3d(0, 700px, 0);opacity:0}}.animate__hinge{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2);-webkit-animation-name:hinge;animation-name:hinge;-webkit-transform-origin:top left;transform-origin:top left}@-webkit-keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(0.1) rotate(30deg);transform:scale(0.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(0.1) rotate(30deg);transform:scale(0.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.animate__jackInTheBox{-webkit-animation-name:jackInTheBox;animation-name:jackInTheBox}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%, 0, 0) rotate(-120deg);transform:translate3d(-100%, 0, 0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%, 0, 0) rotate(-120deg);transform:translate3d(-100%, 0, 0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%, 0, 0) rotate(120deg);transform:translate3d(100%, 0, 0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%, 0, 0) rotate(120deg);transform:translate3d(100%, 0, 0) rotate(120deg)}}.animate__rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(0.3, 0.3, 0.3);transform:scale3d(0.3, 0.3, 0.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(0.3, 0.3, 0.3);transform:scale3d(0.3, 0.3, 0.3)}50%{opacity:1}}.animate__zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}@keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.animate__zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);transform:scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);transform:scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}@keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);transform:scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);transform:scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.animate__zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);transform:scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);transform:scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}@keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);transform:scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);transform:scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.animate__zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}@keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.animate__zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(0.3, 0.3, 0.3);transform:scale3d(0.3, 0.3, 0.3)}to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(0.3, 0.3, 0.3);transform:scale3d(0.3, 0.3, 0.3)}to{opacity:0}}.animate__zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}to{opacity:0;-webkit-transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}to{opacity:0;-webkit-transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.animate__zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);transform:scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0)}to{opacity:0;-webkit-transform:scale(0.1) translate3d(-2000px, 0, 0);transform:scale(0.1) translate3d(-2000px, 0, 0)}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);transform:scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0)}to{opacity:0;-webkit-transform:scale(0.1) translate3d(-2000px, 0, 0);transform:scale(0.1) translate3d(-2000px, 0, 0)}}.animate__zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft;-webkit-transform-origin:left center;transform-origin:left center}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);transform:scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0)}to{opacity:0;-webkit-transform:scale(0.1) translate3d(2000px, 0, 0);transform:scale(0.1) translate3d(2000px, 0, 0)}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);transform:scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0)}to{opacity:0;-webkit-transform:scale(0.1) translate3d(2000px, 0, 0);transform:scale(0.1) translate3d(2000px, 0, 0)}}.animate__zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight;-webkit-transform-origin:right center;transform-origin:right center}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}to{opacity:0;-webkit-transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}to{opacity:0;-webkit-transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.animate__zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes slideInDown{0%{-webkit-transform:translate3d(0, -100%, 0);transform:translate3d(0, -100%, 0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInDown{0%{-webkit-transform:translate3d(0, -100%, 0);transform:translate3d(0, -100%, 0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translate3d(0, 100%, 0);transform:translate3d(0, 100%, 0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInUp{0%{-webkit-transform:translate3d(0, 100%, 0);transform:translate3d(0, 100%, 0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0, 100%, 0);transform:translate3d(0, 100%, 0)}}@keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0, 100%, 0);transform:translate3d(0, 100%, 0)}}.animate__slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0)}}@keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0)}}.animate__slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0)}}@keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0)}}.animate__slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0, -100%, 0);transform:translate3d(0, -100%, 0)}}@keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0, -100%, 0);transform:translate3d(0, -100%, 0)}}.animate__slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}/*!
 * Bootstrap Icons v1.11.3 (https://icons.getbootstrap.com/)
 * Copyright 2019-2024 The Bootstrap Authors
 0112
 * Licensed under MIT (https://github.com/twbs/icons/blob/main/LICENSE)
 */@font-face{font-display:block;font-family:bootstrap-icons;src:url("fonts/bootstrap-icons.woff2?dd67030699838ea613ee6dbda90effa6") format("woff2"),url("fonts/bootstrap-icons.woff?dd67030699838ea613ee6dbda90effa6") format("woff")}.bi::before,[class*=" bi-"]::before,[class^=bi-]::before{display:inline-block;font-family:bootstrap-icons !important;font-style:normal;font-weight:400 !important;font-variant:normal;text-transform:none;line-height:1;vertical-align:-0.125em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.bi-123::before{content:""}.bi-alarm-fill::before{content:""}.bi-alarm::before{content:""}.bi-align-bottom::before{content:""}.bi-align-center::before{content:""}.bi-align-end::before{content:""}.bi-align-middle::before{content:""}.bi-align-start::before{content:""}.bi-align-top::before{content:""}.bi-alt::before{content:""}.bi-app-indicator::before{content:""}.bi-app::before{content:""}.bi-archive-fill::before{content:""}.bi-archive::before{content:""}.bi-arrow-90deg-down::before{content:""}.bi-arrow-90deg-left::before{content:""}.bi-arrow-90deg-right::before{content:""}.bi-arrow-90deg-up::before{content:""}.bi-arrow-bar-down::before{content:""}.bi-arrow-bar-left::before{content:""}.bi-arrow-bar-right::before{content:""}.bi-arrow-bar-up::before{content:""}.bi-arrow-clockwise::before{content:""}.bi-arrow-counterclockwise::before{content:""}.bi-arrow-down-circle-fill::before{content:""}.bi-arrow-down-circle::before{content:""}.bi-arrow-down-left-circle-fill::before{content:""}.bi-arrow-down-left-circle::before{content:""}.bi-arrow-down-left-square-fill::before{content:""}.bi-arrow-down-left-square::before{content:""}.bi-arrow-down-left::before{content:""}.bi-arrow-down-right-circle-fill::before{content:""}.bi-arrow-down-right-circle::before{content:""}.bi-arrow-down-right-square-fill::before{content:""}.bi-arrow-down-right-square::before{content:""}.bi-arrow-down-right::before{content:""}.bi-arrow-down-short::before{content:""}.bi-arrow-down-square-fill::before{content:""}.bi-arrow-down-square::before{content:""}.bi-arrow-down-up::before{content:""}.bi-arrow-down::before{content:""}.bi-arrow-left-circle-fill::before{content:""}.bi-arrow-left-circle::before{content:""}.bi-arrow-left-right::before{content:""}.bi-arrow-left-short::before{content:""}.bi-arrow-left-square-fill::before{content:""}.bi-arrow-left-square::before{content:""}.bi-arrow-left::before{content:""}.bi-arrow-repeat::before{content:""}.bi-arrow-return-left::before{content:""}.bi-arrow-return-right::before{content:""}.bi-arrow-right-circle-fill::before{content:""}.bi-arrow-right-circle::before{content:""}.bi-arrow-right-short::before{content:""}.bi-arrow-right-square-fill::before{content:""}.bi-arrow-right-square::before{content:""}.bi-arrow-right::before{content:""}.bi-arrow-up-circle-fill::before{content:""}.bi-arrow-up-circle::before{content:""}.bi-arrow-up-left-circle-fill::before{content:""}.bi-arrow-up-left-circle::before{content:""}.bi-arrow-up-left-square-fill::before{content:""}.bi-arrow-up-left-square::before{content:""}.bi-arrow-up-left::before{content:""}.bi-arrow-up-right-circle-fill::before{content:""}.bi-arrow-up-right-circle::before{content:""}.bi-arrow-up-right-square-fill::before{content:""}.bi-arrow-up-right-square::before{content:""}.bi-arrow-up-right::before{content:""}.bi-arrow-up-short::before{content:""}.bi-arrow-up-square-fill::before{content:""}.bi-arrow-up-square::before{content:""}.bi-arrow-up::before{content:""}.bi-arrows-angle-contract::before{content:""}.bi-arrows-angle-expand::before{content:""}.bi-arrows-collapse::before{content:""}.bi-arrows-expand::before{content:""}.bi-arrows-fullscreen::before{content:""}.bi-arrows-move::before{content:""}.bi-aspect-ratio-fill::before{content:""}.bi-aspect-ratio::before{content:""}.bi-asterisk::before{content:""}.bi-at::before{content:""}.bi-award-fill::before{content:""}.bi-award::before{content:""}.bi-back::before{content:""}.bi-backspace-fill::before{content:""}.bi-backspace-reverse-fill::before{content:""}.bi-backspace-reverse::before{content:""}.bi-backspace::before{content:""}.bi-badge-3d-fill::before{content:""}.bi-badge-3d::before{content:""}.bi-badge-4k-fill::before{content:""}.bi-badge-4k::before{content:""}.bi-badge-8k-fill::before{content:""}.bi-badge-8k::before{content:""}.bi-badge-ad-fill::before{content:""}.bi-badge-ad::before{content:""}.bi-badge-ar-fill::before{content:""}.bi-badge-ar::before{content:""}.bi-badge-cc-fill::before{content:""}.bi-badge-cc::before{content:""}.bi-badge-hd-fill::before{content:""}.bi-badge-hd::before{content:""}.bi-badge-tm-fill::before{content:""}.bi-badge-tm::before{content:""}.bi-badge-vo-fill::before{content:""}.bi-badge-vo::before{content:""}.bi-badge-vr-fill::before{content:""}.bi-badge-vr::before{content:""}.bi-badge-wc-fill::before{content:""}.bi-badge-wc::before{content:""}.bi-bag-check-fill::before{content:""}.bi-bag-check::before{content:""}.bi-bag-dash-fill::before{content:""}.bi-bag-dash::before{content:""}.bi-bag-fill::before{content:""}.bi-bag-plus-fill::before{content:""}.bi-bag-plus::before{content:""}.bi-bag-x-fill::before{content:""}.bi-bag-x::before{content:""}.bi-bag::before{content:""}.bi-bar-chart-fill::before{content:""}.bi-bar-chart-line-fill::before{content:""}.bi-bar-chart-line::before{content:""}.bi-bar-chart-steps::before{content:""}.bi-bar-chart::before{content:""}.bi-basket-fill::before{content:""}.bi-basket::before{content:""}.bi-basket2-fill::before{content:""}.bi-basket2::before{content:""}.bi-basket3-fill::before{content:""}.bi-basket3::before{content:""}.bi-battery-charging::before{content:""}.bi-battery-full::before{content:""}.bi-battery-half::before{content:""}.bi-battery::before{content:""}.bi-bell-fill::before{content:""}.bi-bell::before{content:""}.bi-bezier::before{content:""}.bi-bezier2::before{content:""}.bi-bicycle::before{content:""}.bi-binoculars-fill::before{content:""}.bi-binoculars::before{content:""}.bi-blockquote-left::before{content:""}.bi-blockquote-right::before{content:""}.bi-book-fill::before{content:""}.bi-book-half::before{content:""}.bi-book::before{content:""}.bi-bookmark-check-fill::before{content:""}.bi-bookmark-check::before{content:""}.bi-bookmark-dash-fill::before{content:""}.bi-bookmark-dash::before{content:""}.bi-bookmark-fill::before{content:""}.bi-bookmark-heart-fill::before{content:""}.bi-bookmark-heart::before{content:""}.bi-bookmark-plus-fill::before{content:""}.bi-bookmark-plus::before{content:""}.bi-bookmark-star-fill::before{content:""}.bi-bookmark-star::before{content:""}.bi-bookmark-x-fill::before{content:""}.bi-bookmark-x::before{content:""}.bi-bookmark::before{content:""}.bi-bookmarks-fill::before{content:""}.bi-bookmarks::before{content:""}.bi-bookshelf::before{content:""}.bi-bootstrap-fill::before{content:""}.bi-bootstrap-reboot::before{content:""}.bi-bootstrap::before{content:""}.bi-border-all::before{content:""}.bi-border-bottom::before{content:""}.bi-border-center::before{content:""}.bi-border-inner::before{content:""}.bi-border-left::before{content:""}.bi-border-middle::before{content:""}.bi-border-outer::before{content:""}.bi-border-right::before{content:""}.bi-border-style::before{content:""}.bi-border-top::before{content:""}.bi-border-width::before{content:""}.bi-border::before{content:""}.bi-bounding-box-circles::before{content:""}.bi-bounding-box::before{content:""}.bi-box-arrow-down-left::before{content:""}.bi-box-arrow-down-right::before{content:""}.bi-box-arrow-down::before{content:""}.bi-box-arrow-in-down-left::before{content:""}.bi-box-arrow-in-down-right::before{content:""}.bi-box-arrow-in-down::before{content:""}.bi-box-arrow-in-left::before{content:""}.bi-box-arrow-in-right::before{content:""}.bi-box-arrow-in-up-left::before{content:""}.bi-box-arrow-in-up-right::before{content:""}.bi-box-arrow-in-up::before{content:""}.bi-box-arrow-left::before{content:""}.bi-box-arrow-right::before{content:""}.bi-box-arrow-up-left::before{content:""}.bi-box-arrow-up-right::before{content:""}.bi-box-arrow-up::before{content:""}.bi-box-seam::before{content:""}.bi-box::before{content:""}.bi-braces::before{content:""}.bi-bricks::before{content:""}.bi-briefcase-fill::before{content:""}.bi-briefcase::before{content:""}.bi-brightness-alt-high-fill::before{content:""}.bi-brightness-alt-high::before{content:""}.bi-brightness-alt-low-fill::before{content:""}.bi-brightness-alt-low::before{content:""}.bi-brightness-high-fill::before{content:""}.bi-brightness-high::before{content:""}.bi-brightness-low-fill::before{content:""}.bi-brightness-low::before{content:""}.bi-broadcast-pin::before{content:""}.bi-broadcast::before{content:""}.bi-brush-fill::before{content:""}.bi-brush::before{content:""}.bi-bucket-fill::before{content:""}.bi-bucket::before{content:""}.bi-bug-fill::before{content:""}.bi-bug::before{content:""}.bi-building::before{content:""}.bi-bullseye::before{content:""}.bi-calculator-fill::before{content:""}.bi-calculator::before{content:""}.bi-calendar-check-fill::before{content:""}.bi-calendar-check::before{content:""}.bi-calendar-date-fill::before{content:""}.bi-calendar-date::before{content:""}.bi-calendar-day-fill::before{content:""}.bi-calendar-day::before{content:""}.bi-calendar-event-fill::before{content:""}.bi-calendar-event::before{content:""}.bi-calendar-fill::before{content:""}.bi-calendar-minus-fill::before{content:""}.bi-calendar-minus::before{content:""}.bi-calendar-month-fill::before{content:""}.bi-calendar-month::before{content:""}.bi-calendar-plus-fill::before{content:""}.bi-calendar-plus::before{content:""}.bi-calendar-range-fill::before{content:""}.bi-calendar-range::before{content:""}.bi-calendar-week-fill::before{content:""}.bi-calendar-week::before{content:""}.bi-calendar-x-fill::before{content:""}.bi-calendar-x::before{content:""}.bi-calendar::before{content:""}.bi-calendar2-check-fill::before{content:""}.bi-calendar2-check::before{content:""}.bi-calendar2-date-fill::before{content:""}.bi-calendar2-date::before{content:""}.bi-calendar2-day-fill::before{content:""}.bi-calendar2-day::before{content:""}.bi-calendar2-event-fill::before{content:""}.bi-calendar2-event::before{content:""}.bi-calendar2-fill::before{content:""}.bi-calendar2-minus-fill::before{content:""}.bi-calendar2-minus::before{content:""}.bi-calendar2-month-fill::before{content:""}.bi-calendar2-month::before{content:""}.bi-calendar2-plus-fill::before{content:""}.bi-calendar2-plus::before{content:""}.bi-calendar2-range-fill::before{content:""}.bi-calendar2-range::before{content:""}.bi-calendar2-week-fill::before{content:""}.bi-calendar2-week::before{content:""}.bi-calendar2-x-fill::before{content:""}.bi-calendar2-x::before{content:""}.bi-calendar2::before{content:""}.bi-calendar3-event-fill::before{content:""}.bi-calendar3-event::before{content:""}.bi-calendar3-fill::before{content:""}.bi-calendar3-range-fill::before{content:""}.bi-calendar3-range::before{content:""}.bi-calendar3-week-fill::before{content:""}.bi-calendar3-week::before{content:""}.bi-calendar3::before{content:""}.bi-calendar4-event::before{content:""}.bi-calendar4-range::before{content:""}.bi-calendar4-week::before{content:""}.bi-calendar4::before{content:""}.bi-camera-fill::before{content:""}.bi-camera-reels-fill::before{content:""}.bi-camera-reels::before{content:""}.bi-camera-video-fill::before{content:""}.bi-camera-video-off-fill::before{content:""}.bi-camera-video-off::before{content:""}.bi-camera-video::before{content:""}.bi-camera::before{content:""}.bi-camera2::before{content:""}.bi-capslock-fill::before{content:""}.bi-capslock::before{content:""}.bi-card-checklist::before{content:""}.bi-card-heading::before{content:""}.bi-card-image::before{content:""}.bi-card-list::before{content:""}.bi-card-text::before{content:""}.bi-caret-down-fill::before{content:""}.bi-caret-down-square-fill::before{content:""}.bi-caret-down-square::before{content:""}.bi-caret-down::before{content:""}.bi-caret-left-fill::before{content:""}.bi-caret-left-square-fill::before{content:""}.bi-caret-left-square::before{content:""}.bi-caret-left::before{content:""}.bi-caret-right-fill::before{content:""}.bi-caret-right-square-fill::before{content:""}.bi-caret-right-square::before{content:""}.bi-caret-right::before{content:""}.bi-caret-up-fill::before{content:""}.bi-caret-up-square-fill::before{content:""}.bi-caret-up-square::before{content:""}.bi-caret-up::before{content:""}.bi-cart-check-fill::before{content:""}.bi-cart-check::before{content:""}.bi-cart-dash-fill::before{content:""}.bi-cart-dash::before{content:""}.bi-cart-fill::before{content:""}.bi-cart-plus-fill::before{content:""}.bi-cart-plus::before{content:""}.bi-cart-x-fill::before{content:""}.bi-cart-x::before{content:""}.bi-cart::before{content:""}.bi-cart2::before{content:""}.bi-cart3::before{content:""}.bi-cart4::before{content:""}.bi-cash-stack::before{content:""}.bi-cash::before{content:""}.bi-cast::before{content:""}.bi-chat-dots-fill::before{content:""}.bi-chat-dots::before{content:""}.bi-chat-fill::before{content:""}.bi-chat-left-dots-fill::before{content:""}.bi-chat-left-dots::before{content:""}.bi-chat-left-fill::before{content:""}.bi-chat-left-quote-fill::before{content:""}.bi-chat-left-quote::before{content:""}.bi-chat-left-text-fill::before{content:""}.bi-chat-left-text::before{content:""}.bi-chat-left::before{content:""}.bi-chat-quote-fill::before{content:""}.bi-chat-quote::before{content:""}.bi-chat-right-dots-fill::before{content:""}.bi-chat-right-dots::before{content:""}.bi-chat-right-fill::before{content:""}.bi-chat-right-quote-fill::before{content:""}.bi-chat-right-quote::before{content:""}.bi-chat-right-text-fill::before{content:""}.bi-chat-right-text::before{content:""}.bi-chat-right::before{content:""}.bi-chat-square-dots-fill::before{content:""}.bi-chat-square-dots::before{content:""}.bi-chat-square-fill::before{content:""}.bi-chat-square-quote-fill::before{content:""}.bi-chat-square-quote::before{content:""}.bi-chat-square-text-fill::before{content:""}.bi-chat-square-text::before{content:""}.bi-chat-square::before{content:""}.bi-chat-text-fill::before{content:""}.bi-chat-text::before{content:""}.bi-chat::before{content:""}.bi-check-all::before{content:""}.bi-check-circle-fill::before{content:""}.bi-check-circle::before{content:""}.bi-check-square-fill::before{content:""}.bi-check-square::before{content:""}.bi-check::before{content:""}.bi-check2-all::before{content:""}.bi-check2-circle::before{content:""}.bi-check2-square::before{content:""}.bi-check2::before{content:""}.bi-chevron-bar-contract::before{content:""}.bi-chevron-bar-down::before{content:""}.bi-chevron-bar-expand::before{content:""}.bi-chevron-bar-left::before{content:""}.bi-chevron-bar-right::before{content:""}.bi-chevron-bar-up::before{content:""}.bi-chevron-compact-down::before{content:""}.bi-chevron-compact-left::before{content:""}.bi-chevron-compact-right::before{content:""}.bi-chevron-compact-up::before{content:""}.bi-chevron-contract::before{content:""}.bi-chevron-double-down::before{content:""}.bi-chevron-double-left::before{content:""}.bi-chevron-double-right::before{content:""}.bi-chevron-double-up::before{content:""}.bi-chevron-down::before{content:""}.bi-chevron-expand::before{content:""}.bi-chevron-left::before{content:""}.bi-chevron-right::before{content:""}.bi-chevron-up::before{content:""}.bi-circle-fill::before{content:""}.bi-circle-half::before{content:""}.bi-circle-square::before{content:""}.bi-circle::before{content:""}.bi-clipboard-check::before{content:""}.bi-clipboard-data::before{content:""}.bi-clipboard-minus::before{content:""}.bi-clipboard-plus::before{content:""}.bi-clipboard-x::before{content:""}.bi-clipboard::before{content:""}.bi-clock-fill::before{content:""}.bi-clock-history::before{content:""}.bi-clock::before{content:""}.bi-cloud-arrow-down-fill::before{content:""}.bi-cloud-arrow-down::before{content:""}.bi-cloud-arrow-up-fill::before{content:""}.bi-cloud-arrow-up::before{content:""}.bi-cloud-check-fill::before{content:""}.bi-cloud-check::before{content:""}.bi-cloud-download-fill::before{content:""}.bi-cloud-download::before{content:""}.bi-cloud-drizzle-fill::before{content:""}.bi-cloud-drizzle::before{content:""}.bi-cloud-fill::before{content:""}.bi-cloud-fog-fill::before{content:""}.bi-cloud-fog::before{content:""}.bi-cloud-fog2-fill::before{content:""}.bi-cloud-fog2::before{content:""}.bi-cloud-hail-fill::before{content:""}.bi-cloud-hail::before{content:""}.bi-cloud-haze-fill::before{content:""}.bi-cloud-haze::before{content:""}.bi-cloud-haze2-fill::before{content:""}.bi-cloud-lightning-fill::before{content:""}.bi-cloud-lightning-rain-fill::before{content:""}.bi-cloud-lightning-rain::before{content:""}.bi-cloud-lightning::before{content:""}.bi-cloud-minus-fill::before{content:""}.bi-cloud-minus::before{content:""}.bi-cloud-moon-fill::before{content:""}.bi-cloud-moon::before{content:""}.bi-cloud-plus-fill::before{content:""}.bi-cloud-plus::before{content:""}.bi-cloud-rain-fill::before{content:""}.bi-cloud-rain-heavy-fill::before{content:""}.bi-cloud-rain-heavy::before{content:""}.bi-cloud-rain::before{content:""}.bi-cloud-slash-fill::before{content:""}.bi-cloud-slash::before{content:""}.bi-cloud-sleet-fill::before{content:""}.bi-cloud-sleet::before{content:""}.bi-cloud-snow-fill::before{content:""}.bi-cloud-snow::before{content:""}.bi-cloud-sun-fill::before{content:""}.bi-cloud-sun::before{content:""}.bi-cloud-upload-fill::before{content:""}.bi-cloud-upload::before{content:""}.bi-cloud::before{content:""}.bi-clouds-fill::before{content:""}.bi-clouds::before{content:""}.bi-cloudy-fill::before{content:""}.bi-cloudy::before{content:""}.bi-code-slash::before{content:""}.bi-code-square::before{content:""}.bi-code::before{content:""}.bi-collection-fill::before{content:""}.bi-collection-play-fill::before{content:""}.bi-collection-play::before{content:""}.bi-collection::before{content:""}.bi-columns-gap::before{content:""}.bi-columns::before{content:""}.bi-command::before{content:""}.bi-compass-fill::before{content:""}.bi-compass::before{content:""}.bi-cone-striped::before{content:""}.bi-cone::before{content:""}.bi-controller::before{content:""}.bi-cpu-fill::before{content:""}.bi-cpu::before{content:""}.bi-credit-card-2-back-fill::before{content:""}.bi-credit-card-2-back::before{content:""}.bi-credit-card-2-front-fill::before{content:""}.bi-credit-card-2-front::before{content:""}.bi-credit-card-fill::before{content:""}.bi-credit-card::before{content:""}.bi-crop::before{content:""}.bi-cup-fill::before{content:""}.bi-cup-straw::before{content:""}.bi-cup::before{content:""}.bi-cursor-fill::before{content:""}.bi-cursor-text::before{content:""}.bi-cursor::before{content:""}.bi-dash-circle-dotted::before{content:""}.bi-dash-circle-fill::before{content:""}.bi-dash-circle::before{content:""}.bi-dash-square-dotted::before{content:""}.bi-dash-square-fill::before{content:""}.bi-dash-square::before{content:""}.bi-dash::before{content:""}.bi-diagram-2-fill::before{content:""}.bi-diagram-2::before{content:""}.bi-diagram-3-fill::before{content:""}.bi-diagram-3::before{content:""}.bi-diamond-fill::before{content:""}.bi-diamond-half::before{content:""}.bi-diamond::before{content:""}.bi-dice-1-fill::before{content:""}.bi-dice-1::before{content:""}.bi-dice-2-fill::before{content:""}.bi-dice-2::before{content:""}.bi-dice-3-fill::before{content:""}.bi-dice-3::before{content:""}.bi-dice-4-fill::before{content:""}.bi-dice-4::before{content:""}.bi-dice-5-fill::before{content:""}.bi-dice-5::before{content:""}.bi-dice-6-fill::before{content:""}.bi-dice-6::before{content:""}.bi-disc-fill::before{content:""}.bi-disc::before{content:""}.bi-discord::before{content:""}.bi-display-fill::before{content:""}.bi-display::before{content:""}.bi-distribute-horizontal::before{content:""}.bi-distribute-vertical::before{content:""}.bi-door-closed-fill::before{content:""}.bi-door-closed::before{content:""}.bi-door-open-fill::before{content:""}.bi-door-open::before{content:""}.bi-dot::before{content:""}.bi-download::before{content:""}.bi-droplet-fill::before{content:""}.bi-droplet-half::before{content:""}.bi-droplet::before{content:""}.bi-earbuds::before{content:""}.bi-easel-fill::before{content:""}.bi-easel::before{content:""}.bi-egg-fill::before{content:""}.bi-egg-fried::before{content:""}.bi-egg::before{content:""}.bi-eject-fill::before{content:""}.bi-eject::before{content:""}.bi-emoji-angry-fill::before{content:""}.bi-emoji-angry::before{content:""}.bi-emoji-dizzy-fill::before{content:""}.bi-emoji-dizzy::before{content:""}.bi-emoji-expressionless-fill::before{content:""}.bi-emoji-expressionless::before{content:""}.bi-emoji-frown-fill::before{content:""}.bi-emoji-frown::before{content:""}.bi-emoji-heart-eyes-fill::before{content:""}.bi-emoji-heart-eyes::before{content:""}.bi-emoji-laughing-fill::before{content:""}.bi-emoji-laughing::before{content:""}.bi-emoji-neutral-fill::before{content:""}.bi-emoji-neutral::before{content:""}.bi-emoji-smile-fill::before{content:""}.bi-emoji-smile-upside-down-fill::before{content:""}.bi-emoji-smile-upside-down::before{content:""}.bi-emoji-smile::before{content:""}.bi-emoji-sunglasses-fill::before{content:""}.bi-emoji-sunglasses::before{content:""}.bi-emoji-wink-fill::before{content:""}.bi-emoji-wink::before{content:""}.bi-envelope-fill::before{content:""}.bi-envelope-open-fill::before{content:""}.bi-envelope-open::before{content:""}.bi-envelope::before{content:""}.bi-eraser-fill::before{content:""}.bi-eraser::before{content:""}.bi-exclamation-circle-fill::before{content:""}.bi-exclamation-circle::before{content:""}.bi-exclamation-diamond-fill::before{content:""}.bi-exclamation-diamond::before{content:""}.bi-exclamation-octagon-fill::before{content:""}.bi-exclamation-octagon::before{content:""}.bi-exclamation-square-fill::before{content:""}.bi-exclamation-square::before{content:""}.bi-exclamation-triangle-fill::before{content:""}.bi-exclamation-triangle::before{content:""}.bi-exclamation::before{content:""}.bi-exclude::before{content:""}.bi-eye-fill::before{content:""}.bi-eye-slash-fill::before{content:""}.bi-eye-slash::before{content:""}.bi-eye::before{content:""}.bi-eyedropper::before{content:""}.bi-eyeglasses::before{content:""}.bi-facebook::before{content:""}.bi-file-arrow-down-fill::before{content:""}.bi-file-arrow-down::before{content:""}.bi-file-arrow-up-fill::before{content:""}.bi-file-arrow-up::before{content:""}.bi-file-bar-graph-fill::before{content:""}.bi-file-bar-graph::before{content:""}.bi-file-binary-fill::before{content:""}.bi-file-binary::before{content:""}.bi-file-break-fill::before{content:""}.bi-file-break::before{content:""}.bi-file-check-fill::before{content:""}.bi-file-check::before{content:""}.bi-file-code-fill::before{content:""}.bi-file-code::before{content:""}.bi-file-diff-fill::before{content:""}.bi-file-diff::before{content:""}.bi-file-earmark-arrow-down-fill::before{content:""}.bi-file-earmark-arrow-down::before{content:""}.bi-file-earmark-arrow-up-fill::before{content:""}.bi-file-earmark-arrow-up::before{content:""}.bi-file-earmark-bar-graph-fill::before{content:""}.bi-file-earmark-bar-graph::before{content:""}.bi-file-earmark-binary-fill::before{content:""}.bi-file-earmark-binary::before{content:""}.bi-file-earmark-break-fill::before{content:""}.bi-file-earmark-break::before{content:""}.bi-file-earmark-check-fill::before{content:""}.bi-file-earmark-check::before{content:""}.bi-file-earmark-code-fill::before{content:""}.bi-file-earmark-code::before{content:""}.bi-file-earmark-diff-fill::before{content:""}.bi-file-earmark-diff::before{content:""}.bi-file-earmark-easel-fill::before{content:""}.bi-file-earmark-easel::before{content:""}.bi-file-earmark-excel-fill::before{content:""}.bi-file-earmark-excel::before{content:""}.bi-file-earmark-fill::before{content:""}.bi-file-earmark-font-fill::before{content:""}.bi-file-earmark-font::before{content:""}.bi-file-earmark-image-fill::before{content:""}.bi-file-earmark-image::before{content:""}.bi-file-earmark-lock-fill::before{content:""}.bi-file-earmark-lock::before{content:""}.bi-file-earmark-lock2-fill::before{content:""}.bi-file-earmark-lock2::before{content:""}.bi-file-earmark-medical-fill::before{content:""}.bi-file-earmark-medical::before{content:""}.bi-file-earmark-minus-fill::before{content:""}.bi-file-earmark-minus::before{content:""}.bi-file-earmark-music-fill::before{content:""}.bi-file-earmark-music::before{content:""}.bi-file-earmark-person-fill::before{content:""}.bi-file-earmark-person::before{content:""}.bi-file-earmark-play-fill::before{content:""}.bi-file-earmark-play::before{content:""}.bi-file-earmark-plus-fill::before{content:""}.bi-file-earmark-plus::before{content:""}.bi-file-earmark-post-fill::before{content:""}.bi-file-earmark-post::before{content:""}.bi-file-earmark-ppt-fill::before{content:""}.bi-file-earmark-ppt::before{content:""}.bi-file-earmark-richtext-fill::before{content:""}.bi-file-earmark-richtext::before{content:""}.bi-file-earmark-ruled-fill::before{content:""}.bi-file-earmark-ruled::before{content:""}.bi-file-earmark-slides-fill::before{content:""}.bi-file-earmark-slides::before{content:""}.bi-file-earmark-spreadsheet-fill::before{content:""}.bi-file-earmark-spreadsheet::before{content:""}.bi-file-earmark-text-fill::before{content:""}.bi-file-earmark-text::before{content:""}.bi-file-earmark-word-fill::before{content:""}.bi-file-earmark-word::before{content:""}.bi-file-earmark-x-fill::before{content:""}.bi-file-earmark-x::before{content:""}.bi-file-earmark-zip-fill::before{content:""}.bi-file-earmark-zip::before{content:""}.bi-file-earmark::before{content:""}.bi-file-easel-fill::before{content:""}.bi-file-easel::before{content:""}.bi-file-excel-fill::before{content:""}.bi-file-excel::before{content:""}.bi-file-fill::before{content:""}.bi-file-font-fill::before{content:""}.bi-file-font::before{content:""}.bi-file-image-fill::before{content:""}.bi-file-image::before{content:""}.bi-file-lock-fill::before{content:""}.bi-file-lock::before{content:""}.bi-file-lock2-fill::before{content:""}.bi-file-lock2::before{content:""}.bi-file-medical-fill::before{content:""}.bi-file-medical::before{content:""}.bi-file-minus-fill::before{content:""}.bi-file-minus::before{content:""}.bi-file-music-fill::before{content:""}.bi-file-music::before{content:""}.bi-file-person-fill::before{content:""}.bi-file-person::before{content:""}.bi-file-play-fill::before{content:""}.bi-file-play::before{content:""}.bi-file-plus-fill::before{content:""}.bi-file-plus::before{content:""}.bi-file-post-fill::before{content:""}.bi-file-post::before{content:""}.bi-file-ppt-fill::before{content:""}.bi-file-ppt::before{content:""}.bi-file-richtext-fill::before{content:""}.bi-file-richtext::before{content:""}.bi-file-ruled-fill::before{content:""}.bi-file-ruled::before{content:""}.bi-file-slides-fill::before{content:""}.bi-file-slides::before{content:""}.bi-file-spreadsheet-fill::before{content:""}.bi-file-spreadsheet::before{content:""}.bi-file-text-fill::before{content:""}.bi-file-text::before{content:""}.bi-file-word-fill::before{content:""}.bi-file-word::before{content:""}.bi-file-x-fill::before{content:""}.bi-file-x::before{content:""}.bi-file-zip-fill::before{content:""}.bi-file-zip::before{content:""}.bi-file::before{content:""}.bi-files-alt::before{content:""}.bi-files::before{content:""}.bi-film::before{content:""}.bi-filter-circle-fill::before{content:""}.bi-filter-circle::before{content:""}.bi-filter-left::before{content:""}.bi-filter-right::before{content:""}.bi-filter-square-fill::before{content:""}.bi-filter-square::before{content:""}.bi-filter::before{content:""}.bi-flag-fill::before{content:""}.bi-flag::before{content:""}.bi-flower1::before{content:""}.bi-flower2::before{content:""}.bi-flower3::before{content:""}.bi-folder-check::before{content:""}.bi-folder-fill::before{content:""}.bi-folder-minus::before{content:""}.bi-folder-plus::before{content:""}.bi-folder-symlink-fill::before{content:""}.bi-folder-symlink::before{content:""}.bi-folder-x::before{content:""}.bi-folder::before{content:""}.bi-folder2-open::before{content:""}.bi-folder2::before{content:""}.bi-fonts::before{content:""}.bi-forward-fill::before{content:""}.bi-forward::before{content:""}.bi-front::before{content:""}.bi-fullscreen-exit::before{content:""}.bi-fullscreen::before{content:""}.bi-funnel-fill::before{content:""}.bi-funnel::before{content:""}.bi-gear-fill::before{content:""}.bi-gear-wide-connected::before{content:""}.bi-gear-wide::before{content:""}.bi-gear::before{content:""}.bi-gem::before{content:""}.bi-geo-alt-fill::before{content:""}.bi-geo-alt::before{content:""}.bi-geo-fill::before{content:""}.bi-geo::before{content:""}.bi-gift-fill::before{content:""}.bi-gift::before{content:""}.bi-github::before{content:""}.bi-globe::before{content:""}.bi-globe2::before{content:""}.bi-google::before{content:""}.bi-graph-down::before{content:""}.bi-graph-up::before{content:""}.bi-grid-1x2-fill::before{content:""}.bi-grid-1x2::before{content:""}.bi-grid-3x2-gap-fill::before{content:""}.bi-grid-3x2-gap::before{content:""}.bi-grid-3x2::before{content:""}.bi-grid-3x3-gap-fill::before{content:""}.bi-grid-3x3-gap::before{content:""}.bi-grid-3x3::before{content:""}.bi-grid-fill::before{content:""}.bi-grid::before{content:""}.bi-grip-horizontal::before{content:""}.bi-grip-vertical::before{content:""}.bi-hammer::before{content:""}.bi-hand-index-fill::before{content:""}.bi-hand-index-thumb-fill::before{content:""}.bi-hand-index-thumb::before{content:""}.bi-hand-index::before{content:""}.bi-hand-thumbs-down-fill::before{content:""}.bi-hand-thumbs-down::before{content:""}.bi-hand-thumbs-up-fill::before{content:""}.bi-hand-thumbs-up::before{content:""}.bi-handbag-fill::before{content:""}.bi-handbag::before{content:""}.bi-hash::before{content:""}.bi-hdd-fill::before{content:""}.bi-hdd-network-fill::before{content:""}.bi-hdd-network::before{content:""}.bi-hdd-rack-fill::before{content:""}.bi-hdd-rack::before{content:""}.bi-hdd-stack-fill::before{content:""}.bi-hdd-stack::before{content:""}.bi-hdd::before{content:""}.bi-headphones::before{content:""}.bi-headset::before{content:""}.bi-heart-fill::before{content:""}.bi-heart-half::before{content:""}.bi-heart::before{content:""}.bi-heptagon-fill::before{content:""}.bi-heptagon-half::before{content:""}.bi-heptagon::before{content:""}.bi-hexagon-fill::before{content:""}.bi-hexagon-half::before{content:""}.bi-hexagon::before{content:""}.bi-hourglass-bottom::before{content:""}.bi-hourglass-split::before{content:""}.bi-hourglass-top::before{content:""}.bi-hourglass::before{content:""}.bi-house-door-fill::before{content:""}.bi-house-door::before{content:""}.bi-house-fill::before{content:""}.bi-house::before{content:""}.bi-hr::before{content:""}.bi-hurricane::before{content:""}.bi-image-alt::before{content:""}.bi-image-fill::before{content:""}.bi-image::before{content:""}.bi-images::before{content:""}.bi-inbox-fill::before{content:""}.bi-inbox::before{content:""}.bi-inboxes-fill::before{content:""}.bi-inboxes::before{content:""}.bi-info-circle-fill::before{content:""}.bi-info-circle::before{content:""}.bi-info-square-fill::before{content:""}.bi-info-square::before{content:""}.bi-info::before{content:""}.bi-input-cursor-text::before{content:""}.bi-input-cursor::before{content:""}.bi-instagram::before{content:""}.bi-intersect::before{content:""}.bi-journal-album::before{content:""}.bi-journal-arrow-down::before{content:""}.bi-journal-arrow-up::before{content:""}.bi-journal-bookmark-fill::before{content:""}.bi-journal-bookmark::before{content:""}.bi-journal-check::before{content:""}.bi-journal-code::before{content:""}.bi-journal-medical::before{content:""}.bi-journal-minus::before{content:""}.bi-journal-plus::before{content:""}.bi-journal-richtext::before{content:""}.bi-journal-text::before{content:""}.bi-journal-x::before{content:""}.bi-journal::before{content:""}.bi-journals::before{content:""}.bi-joystick::before{content:""}.bi-justify-left::before{content:""}.bi-justify-right::before{content:""}.bi-justify::before{content:""}.bi-kanban-fill::before{content:""}.bi-kanban::before{content:""}.bi-key-fill::before{content:""}.bi-key::before{content:""}.bi-keyboard-fill::before{content:""}.bi-keyboard::before{content:""}.bi-ladder::before{content:""}.bi-lamp-fill::before{content:""}.bi-lamp::before{content:""}.bi-laptop-fill::before{content:""}.bi-laptop::before{content:""}.bi-layer-backward::before{content:""}.bi-layer-forward::before{content:""}.bi-layers-fill::before{content:""}.bi-layers-half::before{content:""}.bi-layers::before{content:""}.bi-layout-sidebar-inset-reverse::before{content:""}.bi-layout-sidebar-inset::before{content:""}.bi-layout-sidebar-reverse::before{content:""}.bi-layout-sidebar::before{content:""}.bi-layout-split::before{content:""}.bi-layout-text-sidebar-reverse::before{content:""}.bi-layout-text-sidebar::before{content:""}.bi-layout-text-window-reverse::before{content:""}.bi-layout-text-window::before{content:""}.bi-layout-three-columns::before{content:""}.bi-layout-wtf::before{content:""}.bi-life-preserver::before{content:""}.bi-lightbulb-fill::before{content:""}.bi-lightbulb-off-fill::before{content:""}.bi-lightbulb-off::before{content:""}.bi-lightbulb::before{content:""}.bi-lightning-charge-fill::before{content:""}.bi-lightning-charge::before{content:""}.bi-lightning-fill::before{content:""}.bi-lightning::before{content:""}.bi-link-45deg::before{content:""}.bi-link::before{content:""}.bi-linkedin::before{content:""}.bi-list-check::before{content:""}.bi-list-nested::before{content:""}.bi-list-ol::before{content:""}.bi-list-stars::before{content:""}.bi-list-task::before{content:""}.bi-list-ul::before{content:""}.bi-list::before{content:""}.bi-lock-fill::before{content:""}.bi-lock::before{content:""}.bi-mailbox::before{content:""}.bi-mailbox2::before{content:""}.bi-map-fill::before{content:""}.bi-map::before{content:""}.bi-markdown-fill::before{content:""}.bi-markdown::before{content:""}.bi-mask::before{content:""}.bi-megaphone-fill::before{content:""}.bi-megaphone::before{content:""}.bi-menu-app-fill::before{content:""}.bi-menu-app::before{content:""}.bi-menu-button-fill::before{content:""}.bi-menu-button-wide-fill::before{content:""}.bi-menu-button-wide::before{content:""}.bi-menu-button::before{content:""}.bi-menu-down::before{content:""}.bi-menu-up::before{content:""}.bi-mic-fill::before{content:""}.bi-mic-mute-fill::before{content:""}.bi-mic-mute::before{content:""}.bi-mic::before{content:""}.bi-minecart-loaded::before{content:""}.bi-minecart::before{content:""}.bi-moisture::before{content:""}.bi-moon-fill::before{content:""}.bi-moon-stars-fill::before{content:""}.bi-moon-stars::before{content:""}.bi-moon::before{content:""}.bi-mouse-fill::before{content:""}.bi-mouse::before{content:""}.bi-mouse2-fill::before{content:""}.bi-mouse2::before{content:""}.bi-mouse3-fill::before{content:""}.bi-mouse3::before{content:""}.bi-music-note-beamed::before{content:""}.bi-music-note-list::before{content:""}.bi-music-note::before{content:""}.bi-music-player-fill::before{content:""}.bi-music-player::before{content:""}.bi-newspaper::before{content:""}.bi-node-minus-fill::before{content:""}.bi-node-minus::before{content:""}.bi-node-plus-fill::before{content:""}.bi-node-plus::before{content:""}.bi-nut-fill::before{content:""}.bi-nut::before{content:""}.bi-octagon-fill::before{content:""}.bi-octagon-half::before{content:""}.bi-octagon::before{content:""}.bi-option::before{content:""}.bi-outlet::before{content:""}.bi-paint-bucket::before{content:""}.bi-palette-fill::before{content:""}.bi-palette::before{content:""}.bi-palette2::before{content:""}.bi-paperclip::before{content:""}.bi-paragraph::before{content:""}.bi-patch-check-fill::before{content:""}.bi-patch-check::before{content:""}.bi-patch-exclamation-fill::before{content:""}.bi-patch-exclamation::before{content:""}.bi-patch-minus-fill::before{content:""}.bi-patch-minus::before{content:""}.bi-patch-plus-fill::before{content:""}.bi-patch-plus::before{content:""}.bi-patch-question-fill::before{content:""}.bi-patch-question::before{content:""}.bi-pause-btn-fill::before{content:""}.bi-pause-btn::before{content:""}.bi-pause-circle-fill::before{content:""}.bi-pause-circle::before{content:""}.bi-pause-fill::before{content:""}.bi-pause::before{content:""}.bi-peace-fill::before{content:""}.bi-peace::before{content:""}.bi-pen-fill::before{content:""}.bi-pen::before{content:""}.bi-pencil-fill::before{content:""}.bi-pencil-square::before{content:""}.bi-pencil::before{content:""}.bi-pentagon-fill::before{content:""}.bi-pentagon-half::before{content:""}.bi-pentagon::before{content:""}.bi-people-fill::before{content:""}.bi-people::before{content:""}.bi-percent::before{content:""}.bi-person-badge-fill::before{content:""}.bi-person-badge::before{content:""}.bi-person-bounding-box::before{content:""}.bi-person-check-fill::before{content:""}.bi-person-check::before{content:""}.bi-person-circle::before{content:""}.bi-person-dash-fill::before{content:""}.bi-person-dash::before{content:""}.bi-person-fill::before{content:""}.bi-person-lines-fill::before{content:""}.bi-person-plus-fill::before{content:""}.bi-person-plus::before{content:""}.bi-person-square::before{content:""}.bi-person-x-fill::before{content:""}.bi-person-x::before{content:""}.bi-person::before{content:""}.bi-phone-fill::before{content:""}.bi-phone-landscape-fill::before{content:""}.bi-phone-landscape::before{content:""}.bi-phone-vibrate-fill::before{content:""}.bi-phone-vibrate::before{content:""}.bi-phone::before{content:""}.bi-pie-chart-fill::before{content:""}.bi-pie-chart::before{content:""}.bi-pin-angle-fill::before{content:""}.bi-pin-angle::before{content:""}.bi-pin-fill::before{content:""}.bi-pin::before{content:""}.bi-pip-fill::before{content:""}.bi-pip::before{content:""}.bi-play-btn-fill::before{content:""}.bi-play-btn::before{content:""}.bi-play-circle-fill::before{content:""}.bi-play-circle::before{content:""}.bi-play-fill::before{content:""}.bi-play::before{content:""}.bi-plug-fill::before{content:""}.bi-plug::before{content:""}.bi-plus-circle-dotted::before{content:""}.bi-plus-circle-fill::before{content:""}.bi-plus-circle::before{content:""}.bi-plus-square-dotted::before{content:""}.bi-plus-square-fill::before{content:""}.bi-plus-square::before{content:""}.bi-plus::before{content:""}.bi-power::before{content:""}.bi-printer-fill::before{content:""}.bi-printer::before{content:""}.bi-puzzle-fill::before{content:""}.bi-puzzle::before{content:""}.bi-question-circle-fill::before{content:""}.bi-question-circle::before{content:""}.bi-question-diamond-fill::before{content:""}.bi-question-diamond::before{content:""}.bi-question-octagon-fill::before{content:""}.bi-question-octagon::before{content:""}.bi-question-square-fill::before{content:""}.bi-question-square::before{content:""}.bi-question::before{content:""}.bi-rainbow::before{content:""}.bi-receipt-cutoff::before{content:""}.bi-receipt::before{content:""}.bi-reception-0::before{content:""}.bi-reception-1::before{content:""}.bi-reception-2::before{content:""}.bi-reception-3::before{content:""}.bi-reception-4::before{content:""}.bi-record-btn-fill::before{content:""}.bi-record-btn::before{content:""}.bi-record-circle-fill::before{content:""}.bi-record-circle::before{content:""}.bi-record-fill::before{content:""}.bi-record::before{content:""}.bi-record2-fill::before{content:""}.bi-record2::before{content:""}.bi-reply-all-fill::before{content:""}.bi-reply-all::before{content:""}.bi-reply-fill::before{content:""}.bi-reply::before{content:""}.bi-rss-fill::before{content:""}.bi-rss::before{content:""}.bi-rulers::before{content:""}.bi-save-fill::before{content:""}.bi-save::before{content:""}.bi-save2-fill::before{content:""}.bi-save2::before{content:""}.bi-scissors::before{content:""}.bi-screwdriver::before{content:""}.bi-search::before{content:""}.bi-segmented-nav::before{content:""}.bi-server::before{content:""}.bi-share-fill::before{content:""}.bi-share::before{content:""}.bi-shield-check::before{content:""}.bi-shield-exclamation::before{content:""}.bi-shield-fill-check::before{content:""}.bi-shield-fill-exclamation::before{content:""}.bi-shield-fill-minus::before{content:""}.bi-shield-fill-plus::before{content:""}.bi-shield-fill-x::before{content:""}.bi-shield-fill::before{content:""}.bi-shield-lock-fill::before{content:""}.bi-shield-lock::before{content:""}.bi-shield-minus::before{content:""}.bi-shield-plus::before{content:""}.bi-shield-shaded::before{content:""}.bi-shield-slash-fill::before{content:""}.bi-shield-slash::before{content:""}.bi-shield-x::before{content:""}.bi-shield::before{content:""}.bi-shift-fill::before{content:""}.bi-shift::before{content:""}.bi-shop-window::before{content:""}.bi-shop::before{content:""}.bi-shuffle::before{content:""}.bi-signpost-2-fill::before{content:""}.bi-signpost-2::before{content:""}.bi-signpost-fill::before{content:""}.bi-signpost-split-fill::before{content:""}.bi-signpost-split::before{content:""}.bi-signpost::before{content:""}.bi-sim-fill::before{content:""}.bi-sim::before{content:""}.bi-skip-backward-btn-fill::before{content:""}.bi-skip-backward-btn::before{content:""}.bi-skip-backward-circle-fill::before{content:""}.bi-skip-backward-circle::before{content:""}.bi-skip-backward-fill::before{content:""}.bi-skip-backward::before{content:""}.bi-skip-end-btn-fill::before{content:""}.bi-skip-end-btn::before{content:""}.bi-skip-end-circle-fill::before{content:""}.bi-skip-end-circle::before{content:""}.bi-skip-end-fill::before{content:""}.bi-skip-end::before{content:""}.bi-skip-forward-btn-fill::before{content:""}.bi-skip-forward-btn::before{content:""}.bi-skip-forward-circle-fill::before{content:""}.bi-skip-forward-circle::before{content:""}.bi-skip-forward-fill::before{content:""}.bi-skip-forward::before{content:""}.bi-skip-start-btn-fill::before{content:""}.bi-skip-start-btn::before{content:""}.bi-skip-start-circle-fill::before{content:""}.bi-skip-start-circle::before{content:""}.bi-skip-start-fill::before{content:""}.bi-skip-start::before{content:""}.bi-slack::before{content:""}.bi-slash-circle-fill::before{content:""}.bi-slash-circle::before{content:""}.bi-slash-square-fill::before{content:""}.bi-slash-square::before{content:""}.bi-slash::before{content:""}.bi-sliders::before{content:""}.bi-smartwatch::before{content:""}.bi-snow::before{content:""}.bi-snow2::before{content:""}.bi-snow3::before{content:""}.bi-sort-alpha-down-alt::before{content:""}.bi-sort-alpha-down::before{content:""}.bi-sort-alpha-up-alt::before{content:""}.bi-sort-alpha-up::before{content:""}.bi-sort-down-alt::before{content:""}.bi-sort-down::before{content:""}.bi-sort-numeric-down-alt::before{content:""}.bi-sort-numeric-down::before{content:""}.bi-sort-numeric-up-alt::before{content:""}.bi-sort-numeric-up::before{content:""}.bi-sort-up-alt::before{content:""}.bi-sort-up::before{content:""}.bi-soundwave::before{content:""}.bi-speaker-fill::before{content:""}.bi-speaker::before{content:""}.bi-speedometer::before{content:""}.bi-speedometer2::before{content:""}.bi-spellcheck::before{content:""}.bi-square-fill::before{content:""}.bi-square-half::before{content:""}.bi-square::before{content:""}.bi-stack::before{content:""}.bi-star-fill::before{content:""}.bi-star-half::before{content:""}.bi-star::before{content:""}.bi-stars::before{content:""}.bi-stickies-fill::before{content:""}.bi-stickies::before{content:""}.bi-sticky-fill::before{content:""}.bi-sticky::before{content:""}.bi-stop-btn-fill::before{content:""}.bi-stop-btn::before{content:""}.bi-stop-circle-fill::before{content:""}.bi-stop-circle::before{content:""}.bi-stop-fill::before{content:""}.bi-stop::before{content:""}.bi-stoplights-fill::before{content:""}.bi-stoplights::before{content:""}.bi-stopwatch-fill::before{content:""}.bi-stopwatch::before{content:""}.bi-subtract::before{content:""}.bi-suit-club-fill::before{content:""}.bi-suit-club::before{content:""}.bi-suit-diamond-fill::before{content:""}.bi-suit-diamond::before{content:""}.bi-suit-heart-fill::before{content:""}.bi-suit-heart::before{content:""}.bi-suit-spade-fill::before{content:""}.bi-suit-spade::before{content:""}.bi-sun-fill::before{content:""}.bi-sun::before{content:""}.bi-sunglasses::before{content:""}.bi-sunrise-fill::before{content:""}.bi-sunrise::before{content:""}.bi-sunset-fill::before{content:""}.bi-sunset::before{content:""}.bi-symmetry-horizontal::before{content:""}.bi-symmetry-vertical::before{content:""}.bi-table::before{content:""}.bi-tablet-fill::before{content:""}.bi-tablet-landscape-fill::before{content:""}.bi-tablet-landscape::before{content:""}.bi-tablet::before{content:""}.bi-tag-fill::before{content:""}.bi-tag::before{content:""}.bi-tags-fill::before{content:""}.bi-tags::before{content:""}.bi-telegram::before{content:""}.bi-telephone-fill::before{content:""}.bi-telephone-forward-fill::before{content:""}.bi-telephone-forward::before{content:""}.bi-telephone-inbound-fill::before{content:""}.bi-telephone-inbound::before{content:""}.bi-telephone-minus-fill::before{content:""}.bi-telephone-minus::before{content:""}.bi-telephone-outbound-fill::before{content:""}.bi-telephone-outbound::before{content:""}.bi-telephone-plus-fill::before{content:""}.bi-telephone-plus::before{content:""}.bi-telephone-x-fill::before{content:""}.bi-telephone-x::before{content:""}.bi-telephone::before{content:""}.bi-terminal-fill::before{content:""}.bi-terminal::before{content:""}.bi-text-center::before{content:""}.bi-text-indent-left::before{content:""}.bi-text-indent-right::before{content:""}.bi-text-left::before{content:""}.bi-text-paragraph::before{content:""}.bi-text-right::before{content:""}.bi-textarea-resize::before{content:""}.bi-textarea-t::before{content:""}.bi-textarea::before{content:""}.bi-thermometer-half::before{content:""}.bi-thermometer-high::before{content:""}.bi-thermometer-low::before{content:""}.bi-thermometer-snow::before{content:""}.bi-thermometer-sun::before{content:""}.bi-thermometer::before{content:""}.bi-three-dots-vertical::before{content:""}.bi-three-dots::before{content:""}.bi-toggle-off::before{content:""}.bi-toggle-on::before{content:""}.bi-toggle2-off::before{content:""}.bi-toggle2-on::before{content:""}.bi-toggles::before{content:""}.bi-toggles2::before{content:""}.bi-tools::before{content:""}.bi-tornado::before{content:""}.bi-trash-fill::before{content:""}.bi-trash::before{content:""}.bi-trash2-fill::before{content:""}.bi-trash2::before{content:""}.bi-tree-fill::before{content:""}.bi-tree::before{content:""}.bi-triangle-fill::before{content:""}.bi-triangle-half::before{content:""}.bi-triangle::before{content:""}.bi-trophy-fill::before{content:""}.bi-trophy::before{content:""}.bi-tropical-storm::before{content:""}.bi-truck-flatbed::before{content:""}.bi-truck::before{content:""}.bi-tsunami::before{content:""}.bi-tv-fill::before{content:""}.bi-tv::before{content:""}.bi-twitch::before{content:""}.bi-twitter::before{content:""}.bi-type-bold::before{content:""}.bi-type-h1::before{content:""}.bi-type-h2::before{content:""}.bi-type-h3::before{content:""}.bi-type-italic::before{content:""}.bi-type-strikethrough::before{content:""}.bi-type-underline::before{content:""}.bi-type::before{content:""}.bi-ui-checks-grid::before{content:""}.bi-ui-checks::before{content:""}.bi-ui-radios-grid::before{content:""}.bi-ui-radios::before{content:""}.bi-umbrella-fill::before{content:""}.bi-umbrella::before{content:""}.bi-union::before{content:""}.bi-unlock-fill::before{content:""}.bi-unlock::before{content:""}.bi-upc-scan::before{content:""}.bi-upc::before{content:""}.bi-upload::before{content:""}.bi-vector-pen::before{content:""}.bi-view-list::before{content:""}.bi-view-stacked::before{content:""}.bi-vinyl-fill::before{content:""}.bi-vinyl::before{content:""}.bi-voicemail::before{content:""}.bi-volume-down-fill::before{content:""}.bi-volume-down::before{content:""}.bi-volume-mute-fill::before{content:""}.bi-volume-mute::before{content:""}.bi-volume-off-fill::before{content:""}.bi-volume-off::before{content:""}.bi-volume-up-fill::before{content:""}.bi-volume-up::before{content:""}.bi-vr::before{content:""}.bi-wallet-fill::before{content:""}.bi-wallet::before{content:""}.bi-wallet2::before{content:""}.bi-watch::before{content:""}.bi-water::before{content:""}.bi-whatsapp::before{content:""}.bi-wifi-1::before{content:""}.bi-wifi-2::before{content:""}.bi-wifi-off::before{content:""}.bi-wifi::before{content:""}.bi-wind::before{content:""}.bi-window-dock::before{content:""}.bi-window-sidebar::before{content:""}.bi-window::before{content:""}.bi-wrench::before{content:""}.bi-x-circle-fill::before{content:""}.bi-x-circle::before{content:""}.bi-x-diamond-fill::before{content:""}.bi-x-diamond::before{content:""}.bi-x-octagon-fill::before{content:""}.bi-x-octagon::before{content:""}.bi-x-square-fill::before{content:""}.bi-x-square::before{content:""}.bi-x::before{content:""}.bi-youtube::before{content:""}.bi-zoom-in::before{content:""}.bi-zoom-out::before{content:""}.bi-bank::before{content:""}.bi-bank2::before{content:""}.bi-bell-slash-fill::before{content:""}.bi-bell-slash::before{content:""}.bi-cash-coin::before{content:""}.bi-check-lg::before{content:""}.bi-coin::before{content:""}.bi-currency-bitcoin::before{content:""}.bi-currency-dollar::before{content:""}.bi-currency-euro::before{content:""}.bi-currency-exchange::before{content:""}.bi-currency-pound::before{content:""}.bi-currency-yen::before{content:""}.bi-dash-lg::before{content:""}.bi-exclamation-lg::before{content:""}.bi-file-earmark-pdf-fill::before{content:""}.bi-file-earmark-pdf::before{content:""}.bi-file-pdf-fill::before{content:""}.bi-file-pdf::before{content:""}.bi-gender-ambiguous::before{content:""}.bi-gender-female::before{content:""}.bi-gender-male::before{content:""}.bi-gender-trans::before{content:""}.bi-headset-vr::before{content:""}.bi-info-lg::before{content:""}.bi-mastodon::before{content:""}.bi-messenger::before{content:""}.bi-piggy-bank-fill::before{content:""}.bi-piggy-bank::before{content:""}.bi-pin-map-fill::before{content:""}.bi-pin-map::before{content:""}.bi-plus-lg::before{content:""}.bi-question-lg::before{content:""}.bi-recycle::before{content:""}.bi-reddit::before{content:""}.bi-safe-fill::before{content:""}.bi-safe2-fill::before{content:""}.bi-safe2::before{content:""}.bi-sd-card-fill::before{content:""}.bi-sd-card::before{content:""}.bi-skype::before{content:""}.bi-slash-lg::before{content:""}.bi-translate::before{content:""}.bi-x-lg::before{content:""}.bi-safe::before{content:""}.bi-apple::before{content:""}.bi-microsoft::before{content:""}.bi-windows::before{content:""}.bi-behance::before{content:""}.bi-dribbble::before{content:""}.bi-line::before{content:""}.bi-medium::before{content:""}.bi-paypal::before{content:""}.bi-pinterest::before{content:""}.bi-signal::before{content:""}.bi-snapchat::before{content:""}.bi-spotify::before{content:""}.bi-stack-overflow::before{content:""}.bi-strava::before{content:""}.bi-wordpress::before{content:""}.bi-vimeo::before{content:""}.bi-activity::before{content:""}.bi-easel2-fill::before{content:""}.bi-easel2::before{content:""}.bi-easel3-fill::before{content:""}.bi-easel3::before{content:""}.bi-fan::before{content:""}.bi-fingerprint::before{content:""}.bi-graph-down-arrow::before{content:""}.bi-graph-up-arrow::before{content:""}.bi-hypnotize::before{content:""}.bi-magic::before{content:""}.bi-person-rolodex::before{content:""}.bi-person-video::before{content:""}.bi-person-video2::before{content:""}.bi-person-video3::before{content:""}.bi-person-workspace::before{content:""}.bi-radioactive::before{content:""}.bi-webcam-fill::before{content:""}.bi-webcam::before{content:""}.bi-yin-yang::before{content:""}.bi-bandaid-fill::before{content:""}.bi-bandaid::before{content:""}.bi-bluetooth::before{content:""}.bi-body-text::before{content:""}.bi-boombox::before{content:""}.bi-boxes::before{content:""}.bi-dpad-fill::before{content:""}.bi-dpad::before{content:""}.bi-ear-fill::before{content:""}.bi-ear::before{content:""}.bi-envelope-check-fill::before{content:""}.bi-envelope-check::before{content:""}.bi-envelope-dash-fill::before{content:""}.bi-envelope-dash::before{content:""}.bi-envelope-exclamation-fill::before{content:""}.bi-envelope-exclamation::before{content:""}.bi-envelope-plus-fill::before{content:""}.bi-envelope-plus::before{content:""}.bi-envelope-slash-fill::before{content:""}.bi-envelope-slash::before{content:""}.bi-envelope-x-fill::before{content:""}.bi-envelope-x::before{content:""}.bi-explicit-fill::before{content:""}.bi-explicit::before{content:""}.bi-git::before{content:""}.bi-infinity::before{content:""}.bi-list-columns-reverse::before{content:""}.bi-list-columns::before{content:""}.bi-meta::before{content:""}.bi-nintendo-switch::before{content:""}.bi-pc-display-horizontal::before{content:""}.bi-pc-display::before{content:""}.bi-pc-horizontal::before{content:""}.bi-pc::before{content:""}.bi-playstation::before{content:""}.bi-plus-slash-minus::before{content:""}.bi-projector-fill::before{content:""}.bi-projector::before{content:""}.bi-qr-code-scan::before{content:""}.bi-qr-code::before{content:""}.bi-quora::before{content:""}.bi-quote::before{content:""}.bi-robot::before{content:""}.bi-send-check-fill::before{content:""}.bi-send-check::before{content:""}.bi-send-dash-fill::before{content:""}.bi-send-dash::before{content:""}.bi-send-exclamation-fill::before{content:""}.bi-send-exclamation::before{content:""}.bi-send-fill::before{content:""}.bi-send-plus-fill::before{content:""}.bi-send-plus::before{content:""}.bi-send-slash-fill::before{content:""}.bi-send-slash::before{content:""}.bi-send-x-fill::before{content:""}.bi-send-x::before{content:""}.bi-send::before{content:""}.bi-steam::before{content:""}.bi-terminal-dash::before{content:""}.bi-terminal-plus::before{content:""}.bi-terminal-split::before{content:""}.bi-ticket-detailed-fill::before{content:""}.bi-ticket-detailed::before{content:""}.bi-ticket-fill::before{content:""}.bi-ticket-perforated-fill::before{content:""}.bi-ticket-perforated::before{content:""}.bi-ticket::before{content:""}.bi-tiktok::before{content:""}.bi-window-dash::before{content:""}.bi-window-desktop::before{content:""}.bi-window-fullscreen::before{content:""}.bi-window-plus::before{content:""}.bi-window-split::before{content:""}.bi-window-stack::before{content:""}.bi-window-x::before{content:""}.bi-xbox::before{content:""}.bi-ethernet::before{content:""}.bi-hdmi-fill::before{content:""}.bi-hdmi::before{content:""}.bi-usb-c-fill::before{content:""}.bi-usb-c::before{content:""}.bi-usb-fill::before{content:""}.bi-usb-plug-fill::before{content:""}.bi-usb-plug::before{content:""}.bi-usb-symbol::before{content:""}.bi-usb::before{content:""}.bi-boombox-fill::before{content:""}.bi-displayport::before{content:""}.bi-gpu-card::before{content:""}.bi-memory::before{content:""}.bi-modem-fill::before{content:""}.bi-modem::before{content:""}.bi-motherboard-fill::before{content:""}.bi-motherboard::before{content:""}.bi-optical-audio-fill::before{content:""}.bi-optical-audio::before{content:""}.bi-pci-card::before{content:""}.bi-router-fill::before{content:""}.bi-router::before{content:""}.bi-thunderbolt-fill::before{content:""}.bi-thunderbolt::before{content:""}.bi-usb-drive-fill::before{content:""}.bi-usb-drive::before{content:""}.bi-usb-micro-fill::before{content:""}.bi-usb-micro::before{content:""}.bi-usb-mini-fill::before{content:""}.bi-usb-mini::before{content:""}.bi-cloud-haze2::before{content:""}.bi-device-hdd-fill::before{content:""}.bi-device-hdd::before{content:""}.bi-device-ssd-fill::before{content:""}.bi-device-ssd::before{content:""}.bi-displayport-fill::before{content:""}.bi-mortarboard-fill::before{content:""}.bi-mortarboard::before{content:""}.bi-terminal-x::before{content:""}.bi-arrow-through-heart-fill::before{content:""}.bi-arrow-through-heart::before{content:""}.bi-badge-sd-fill::before{content:""}.bi-badge-sd::before{content:""}.bi-bag-heart-fill::before{content:""}.bi-bag-heart::before{content:""}.bi-balloon-fill::before{content:""}.bi-balloon-heart-fill::before{content:""}.bi-balloon-heart::before{content:""}.bi-balloon::before{content:""}.bi-box2-fill::before{content:""}.bi-box2-heart-fill::before{content:""}.bi-box2-heart::before{content:""}.bi-box2::before{content:""}.bi-braces-asterisk::before{content:""}.bi-calendar-heart-fill::before{content:""}.bi-calendar-heart::before{content:""}.bi-calendar2-heart-fill::before{content:""}.bi-calendar2-heart::before{content:""}.bi-chat-heart-fill::before{content:""}.bi-chat-heart::before{content:""}.bi-chat-left-heart-fill::before{content:""}.bi-chat-left-heart::before{content:""}.bi-chat-right-heart-fill::before{content:""}.bi-chat-right-heart::before{content:""}.bi-chat-square-heart-fill::before{content:""}.bi-chat-square-heart::before{content:""}.bi-clipboard-check-fill::before{content:""}.bi-clipboard-data-fill::before{content:""}.bi-clipboard-fill::before{content:""}.bi-clipboard-heart-fill::before{content:""}.bi-clipboard-heart::before{content:""}.bi-clipboard-minus-fill::before{content:""}.bi-clipboard-plus-fill::before{content:""}.bi-clipboard-pulse::before{content:""}.bi-clipboard-x-fill::before{content:""}.bi-clipboard2-check-fill::before{content:""}.bi-clipboard2-check::before{content:""}.bi-clipboard2-data-fill::before{content:""}.bi-clipboard2-data::before{content:""}.bi-clipboard2-fill::before{content:""}.bi-clipboard2-heart-fill::before{content:""}.bi-clipboard2-heart::before{content:""}.bi-clipboard2-minus-fill::before{content:""}.bi-clipboard2-minus::before{content:""}.bi-clipboard2-plus-fill::before{content:""}.bi-clipboard2-plus::before{content:""}.bi-clipboard2-pulse-fill::before{content:""}.bi-clipboard2-pulse::before{content:""}.bi-clipboard2-x-fill::before{content:""}.bi-clipboard2-x::before{content:""}.bi-clipboard2::before{content:""}.bi-emoji-kiss-fill::before{content:""}.bi-emoji-kiss::before{content:""}.bi-envelope-heart-fill::before{content:""}.bi-envelope-heart::before{content:""}.bi-envelope-open-heart-fill::before{content:""}.bi-envelope-open-heart::before{content:""}.bi-envelope-paper-fill::before{content:""}.bi-envelope-paper-heart-fill::before{content:""}.bi-envelope-paper-heart::before{content:""}.bi-envelope-paper::before{content:""}.bi-filetype-aac::before{content:""}.bi-filetype-ai::before{content:""}.bi-filetype-bmp::before{content:""}.bi-filetype-cs::before{content:""}.bi-filetype-css::before{content:""}.bi-filetype-csv::before{content:""}.bi-filetype-doc::before{content:""}.bi-filetype-docx::before{content:""}.bi-filetype-exe::before{content:""}.bi-filetype-gif::before{content:""}.bi-filetype-heic::before{content:""}.bi-filetype-html::before{content:""}.bi-filetype-java::before{content:""}.bi-filetype-jpg::before{content:""}.bi-filetype-js::before{content:""}.bi-filetype-jsx::before{content:""}.bi-filetype-key::before{content:""}.bi-filetype-m4p::before{content:""}.bi-filetype-md::before{content:""}.bi-filetype-mdx::before{content:""}.bi-filetype-mov::before{content:""}.bi-filetype-mp3::before{content:""}.bi-filetype-mp4::before{content:""}.bi-filetype-otf::before{content:""}.bi-filetype-pdf::before{content:""}.bi-filetype-php::before{content:""}.bi-filetype-png::before{content:""}.bi-filetype-ppt::before{content:""}.bi-filetype-psd::before{content:""}.bi-filetype-py::before{content:""}.bi-filetype-raw::before{content:""}.bi-filetype-rb::before{content:""}.bi-filetype-sass::before{content:""}.bi-filetype-scss::before{content:""}.bi-filetype-sh::before{content:""}.bi-filetype-svg::before{content:""}.bi-filetype-tiff::before{content:""}.bi-filetype-tsx::before{content:""}.bi-filetype-ttf::before{content:""}.bi-filetype-txt::before{content:""}.bi-filetype-wav::before{content:""}.bi-filetype-woff::before{content:""}.bi-filetype-xls::before{content:""}.bi-filetype-xml::before{content:""}.bi-filetype-yml::before{content:""}.bi-heart-arrow::before{content:""}.bi-heart-pulse-fill::before{content:""}.bi-heart-pulse::before{content:""}.bi-heartbreak-fill::before{content:""}.bi-heartbreak::before{content:""}.bi-hearts::before{content:""}.bi-hospital-fill::before{content:""}.bi-hospital::before{content:""}.bi-house-heart-fill::before{content:""}.bi-house-heart::before{content:""}.bi-incognito::before{content:""}.bi-magnet-fill::before{content:""}.bi-magnet::before{content:""}.bi-person-heart::before{content:""}.bi-person-hearts::before{content:""}.bi-phone-flip::before{content:""}.bi-plugin::before{content:""}.bi-postage-fill::before{content:""}.bi-postage-heart-fill::before{content:""}.bi-postage-heart::before{content:""}.bi-postage::before{content:""}.bi-postcard-fill::before{content:""}.bi-postcard-heart-fill::before{content:""}.bi-postcard-heart::before{content:""}.bi-postcard::before{content:""}.bi-search-heart-fill::before{content:""}.bi-search-heart::before{content:""}.bi-sliders2-vertical::before{content:""}.bi-sliders2::before{content:""}.bi-trash3-fill::before{content:""}.bi-trash3::before{content:""}.bi-valentine::before{content:""}.bi-valentine2::before{content:""}.bi-wrench-adjustable-circle-fill::before{content:""}.bi-wrench-adjustable-circle::before{content:""}.bi-wrench-adjustable::before{content:""}.bi-filetype-json::before{content:""}.bi-filetype-pptx::before{content:""}.bi-filetype-xlsx::before{content:""}.bi-1-circle-fill::before{content:""}.bi-1-circle::before{content:""}.bi-1-square-fill::before{content:""}.bi-1-square::before{content:""}.bi-2-circle-fill::before{content:""}.bi-2-circle::before{content:""}.bi-2-square-fill::before{content:""}.bi-2-square::before{content:""}.bi-3-circle-fill::before{content:""}.bi-3-circle::before{content:""}.bi-3-square-fill::before{content:""}.bi-3-square::before{content:""}.bi-4-circle-fill::before{content:""}.bi-4-circle::before{content:""}.bi-4-square-fill::before{content:""}.bi-4-square::before{content:""}.bi-5-circle-fill::before{content:""}.bi-5-circle::before{content:""}.bi-5-square-fill::before{content:""}.bi-5-square::before{content:""}.bi-6-circle-fill::before{content:""}.bi-6-circle::before{content:""}.bi-6-square-fill::before{content:""}.bi-6-square::before{content:""}.bi-7-circle-fill::before{content:""}.bi-7-circle::before{content:""}.bi-7-square-fill::before{content:""}.bi-7-square::before{content:""}.bi-8-circle-fill::before{content:""}.bi-8-circle::before{content:""}.bi-8-square-fill::before{content:""}.bi-8-square::before{content:""}.bi-9-circle-fill::before{content:""}.bi-9-circle::before{content:""}.bi-9-square-fill::before{content:""}.bi-9-square::before{content:""}.bi-airplane-engines-fill::before{content:""}.bi-airplane-engines::before{content:""}.bi-airplane-fill::before{content:""}.bi-airplane::before{content:""}.bi-alexa::before{content:""}.bi-alipay::before{content:""}.bi-android::before{content:""}.bi-android2::before{content:""}.bi-box-fill::before{content:""}.bi-box-seam-fill::before{content:""}.bi-browser-chrome::before{content:""}.bi-browser-edge::before{content:""}.bi-browser-firefox::before{content:""}.bi-browser-safari::before{content:""}.bi-c-circle-fill::before{content:""}.bi-c-circle::before{content:""}.bi-c-square-fill::before{content:""}.bi-c-square::before{content:""}.bi-capsule-pill::before{content:""}.bi-capsule::before{content:""}.bi-car-front-fill::before{content:""}.bi-car-front::before{content:""}.bi-cassette-fill::before{content:""}.bi-cassette::before{content:""}.bi-cc-circle-fill::before{content:""}.bi-cc-circle::before{content:""}.bi-cc-square-fill::before{content:""}.bi-cc-square::before{content:""}.bi-cup-hot-fill::before{content:""}.bi-cup-hot::before{content:""}.bi-currency-rupee::before{content:""}.bi-dropbox::before{content:""}.bi-escape::before{content:""}.bi-fast-forward-btn-fill::before{content:""}.bi-fast-forward-btn::before{content:""}.bi-fast-forward-circle-fill::before{content:""}.bi-fast-forward-circle::before{content:""}.bi-fast-forward-fill::before{content:""}.bi-fast-forward::before{content:""}.bi-filetype-sql::before{content:""}.bi-fire::before{content:""}.bi-google-play::before{content:""}.bi-h-circle-fill::before{content:""}.bi-h-circle::before{content:""}.bi-h-square-fill::before{content:""}.bi-h-square::before{content:""}.bi-indent::before{content:""}.bi-lungs-fill::before{content:""}.bi-lungs::before{content:""}.bi-microsoft-teams::before{content:""}.bi-p-circle-fill::before{content:""}.bi-p-circle::before{content:""}.bi-p-square-fill::before{content:""}.bi-p-square::before{content:""}.bi-pass-fill::before{content:""}.bi-pass::before{content:""}.bi-prescription::before{content:""}.bi-prescription2::before{content:""}.bi-r-circle-fill::before{content:""}.bi-r-circle::before{content:""}.bi-r-square-fill::before{content:""}.bi-r-square::before{content:""}.bi-repeat-1::before{content:""}.bi-repeat::before{content:""}.bi-rewind-btn-fill::before{content:""}.bi-rewind-btn::before{content:""}.bi-rewind-circle-fill::before{content:""}.bi-rewind-circle::before{content:""}.bi-rewind-fill::before{content:""}.bi-rewind::before{content:""}.bi-train-freight-front-fill::before{content:""}.bi-train-freight-front::before{content:""}.bi-train-front-fill::before{content:""}.bi-train-front::before{content:""}.bi-train-lightrail-front-fill::before{content:""}.bi-train-lightrail-front::before{content:""}.bi-truck-front-fill::before{content:""}.bi-truck-front::before{content:""}.bi-ubuntu::before{content:""}.bi-unindent::before{content:""}.bi-unity::before{content:""}.bi-universal-access-circle::before{content:""}.bi-universal-access::before{content:""}.bi-virus::before{content:""}.bi-virus2::before{content:""}.bi-wechat::before{content:""}.bi-yelp::before{content:""}.bi-sign-stop-fill::before{content:""}.bi-sign-stop-lights-fill::before{content:""}.bi-sign-stop-lights::before{content:""}.bi-sign-stop::before{content:""}.bi-sign-turn-left-fill::before{content:""}.bi-sign-turn-left::before{content:""}.bi-sign-turn-right-fill::before{content:""}.bi-sign-turn-right::before{content:""}.bi-sign-turn-slight-left-fill::before{content:""}.bi-sign-turn-slight-left::before{content:""}.bi-sign-turn-slight-right-fill::before{content:""}.bi-sign-turn-slight-right::before{content:""}.bi-sign-yield-fill::before{content:""}.bi-sign-yield::before{content:""}.bi-ev-station-fill::before{content:""}.bi-ev-station::before{content:""}.bi-fuel-pump-diesel-fill::before{content:""}.bi-fuel-pump-diesel::before{content:""}.bi-fuel-pump-fill::before{content:""}.bi-fuel-pump::before{content:""}.bi-0-circle-fill::before{content:""}.bi-0-circle::before{content:""}.bi-0-square-fill::before{content:""}.bi-0-square::before{content:""}.bi-rocket-fill::before{content:""}.bi-rocket-takeoff-fill::before{content:""}.bi-rocket-takeoff::before{content:""}.bi-rocket::before{content:""}.bi-stripe::before{content:""}.bi-subscript::before{content:""}.bi-superscript::before{content:""}.bi-trello::before{content:""}.bi-envelope-at-fill::before{content:""}.bi-envelope-at::before{content:""}.bi-regex::before{content:""}.bi-text-wrap::before{content:""}.bi-sign-dead-end-fill::before{content:""}.bi-sign-dead-end::before{content:""}.bi-sign-do-not-enter-fill::before{content:""}.bi-sign-do-not-enter::before{content:""}.bi-sign-intersection-fill::before{content:""}.bi-sign-intersection-side-fill::before{content:""}.bi-sign-intersection-side::before{content:""}.bi-sign-intersection-t-fill::before{content:""}.bi-sign-intersection-t::before{content:""}.bi-sign-intersection-y-fill::before{content:""}.bi-sign-intersection-y::before{content:""}.bi-sign-intersection::before{content:""}.bi-sign-merge-left-fill::before{content:""}.bi-sign-merge-left::before{content:""}.bi-sign-merge-right-fill::before{content:""}.bi-sign-merge-right::before{content:""}.bi-sign-no-left-turn-fill::before{content:""}.bi-sign-no-left-turn::before{content:""}.bi-sign-no-parking-fill::before{content:""}.bi-sign-no-parking::before{content:""}.bi-sign-no-right-turn-fill::before{content:""}.bi-sign-no-right-turn::before{content:""}.bi-sign-railroad-fill::before{content:""}.bi-sign-railroad::before{content:""}.bi-building-add::before{content:""}.bi-building-check::before{content:""}.bi-building-dash::before{content:""}.bi-building-down::before{content:""}.bi-building-exclamation::before{content:""}.bi-building-fill-add::before{content:""}.bi-building-fill-check::before{content:""}.bi-building-fill-dash::before{content:""}.bi-building-fill-down::before{content:""}.bi-building-fill-exclamation::before{content:""}.bi-building-fill-gear::before{content:""}.bi-building-fill-lock::before{content:""}.bi-building-fill-slash::before{content:""}.bi-building-fill-up::before{content:""}.bi-building-fill-x::before{content:""}.bi-building-fill::before{content:""}.bi-building-gear::before{content:""}.bi-building-lock::before{content:""}.bi-building-slash::before{content:""}.bi-building-up::before{content:""}.bi-building-x::before{content:""}.bi-buildings-fill::before{content:""}.bi-buildings::before{content:""}.bi-bus-front-fill::before{content:""}.bi-bus-front::before{content:""}.bi-ev-front-fill::before{content:""}.bi-ev-front::before{content:""}.bi-globe-americas::before{content:""}.bi-globe-asia-australia::before{content:""}.bi-globe-central-south-asia::before{content:""}.bi-globe-europe-africa::before{content:""}.bi-house-add-fill::before{content:""}.bi-house-add::before{content:""}.bi-house-check-fill::before{content:""}.bi-house-check::before{content:""}.bi-house-dash-fill::before{content:""}.bi-house-dash::before{content:""}.bi-house-down-fill::before{content:""}.bi-house-down::before{content:""}.bi-house-exclamation-fill::before{content:""}.bi-house-exclamation::before{content:""}.bi-house-gear-fill::before{content:""}.bi-house-gear::before{content:""}.bi-house-lock-fill::before{content:""}.bi-house-lock::before{content:""}.bi-house-slash-fill::before{content:""}.bi-house-slash::before{content:""}.bi-house-up-fill::before{content:""}.bi-house-up::before{content:""}.bi-house-x-fill::before{content:""}.bi-house-x::before{content:""}.bi-person-add::before{content:""}.bi-person-down::before{content:""}.bi-person-exclamation::before{content:""}.bi-person-fill-add::before{content:""}.bi-person-fill-check::before{content:""}.bi-person-fill-dash::before{content:""}.bi-person-fill-down::before{content:""}.bi-person-fill-exclamation::before{content:""}.bi-person-fill-gear::before{content:""}.bi-person-fill-lock::before{content:""}.bi-person-fill-slash::before{content:""}.bi-person-fill-up::before{content:""}.bi-person-fill-x::before{content:""}.bi-person-gear::before{content:""}.bi-person-lock::before{content:""}.bi-person-slash::before{content:""}.bi-person-up::before{content:""}.bi-scooter::before{content:""}.bi-taxi-front-fill::before{content:""}.bi-taxi-front::before{content:""}.bi-amd::before{content:""}.bi-database-add::before{content:""}.bi-database-check::before{content:""}.bi-database-dash::before{content:""}.bi-database-down::before{content:""}.bi-database-exclamation::before{content:""}.bi-database-fill-add::before{content:""}.bi-database-fill-check::before{content:""}.bi-database-fill-dash::before{content:""}.bi-database-fill-down::before{content:""}.bi-database-fill-exclamation::before{content:""}.bi-database-fill-gear::before{content:""}.bi-database-fill-lock::before{content:""}.bi-database-fill-slash::before{content:""}.bi-database-fill-up::before{content:""}.bi-database-fill-x::before{content:""}.bi-database-fill::before{content:""}.bi-database-gear::before{content:""}.bi-database-lock::before{content:""}.bi-database-slash::before{content:""}.bi-database-up::before{content:""}.bi-database-x::before{content:""}.bi-database::before{content:""}.bi-houses-fill::before{content:""}.bi-houses::before{content:""}.bi-nvidia::before{content:""}.bi-person-vcard-fill::before{content:""}.bi-person-vcard::before{content:""}.bi-sina-weibo::before{content:""}.bi-tencent-qq::before{content:""}.bi-wikipedia::before{content:""}.bi-alphabet-uppercase::before{content:""}.bi-alphabet::before{content:""}.bi-amazon::before{content:""}.bi-arrows-collapse-vertical::before{content:""}.bi-arrows-expand-vertical::before{content:""}.bi-arrows-vertical::before{content:""}.bi-arrows::before{content:""}.bi-ban-fill::before{content:""}.bi-ban::before{content:""}.bi-bing::before{content:""}.bi-cake::before{content:""}.bi-cake2::before{content:""}.bi-cookie::before{content:""}.bi-copy::before{content:""}.bi-crosshair::before{content:""}.bi-crosshair2::before{content:""}.bi-emoji-astonished-fill::before{content:""}.bi-emoji-astonished::before{content:""}.bi-emoji-grimace-fill::before{content:""}.bi-emoji-grimace::before{content:""}.bi-emoji-grin-fill::before{content:""}.bi-emoji-grin::before{content:""}.bi-emoji-surprise-fill::before{content:""}.bi-emoji-surprise::before{content:""}.bi-emoji-tear-fill::before{content:""}.bi-emoji-tear::before{content:""}.bi-envelope-arrow-down-fill::before{content:""}.bi-envelope-arrow-down::before{content:""}.bi-envelope-arrow-up-fill::before{content:""}.bi-envelope-arrow-up::before{content:""}.bi-feather::before{content:""}.bi-feather2::before{content:""}.bi-floppy-fill::before{content:""}.bi-floppy::before{content:""}.bi-floppy2-fill::before{content:""}.bi-floppy2::before{content:""}.bi-gitlab::before{content:""}.bi-highlighter::before{content:""}.bi-marker-tip::before{content:""}.bi-nvme-fill::before{content:""}.bi-nvme::before{content:""}.bi-opencollective::before{content:""}.bi-pci-card-network::before{content:""}.bi-pci-card-sound::before{content:""}.bi-radar::before{content:""}.bi-send-arrow-down-fill::before{content:""}.bi-send-arrow-down::before{content:""}.bi-send-arrow-up-fill::before{content:""}.bi-send-arrow-up::before{content:""}.bi-sim-slash-fill::before{content:""}.bi-sim-slash::before{content:""}.bi-sourceforge::before{content:""}.bi-substack::before{content:""}.bi-threads-fill::before{content:""}.bi-threads::before{content:""}.bi-transparency::before{content:""}.bi-twitter-x::before{content:""}.bi-type-h4::before{content:""}.bi-type-h5::before{content:""}.bi-type-h6::before{content:""}.bi-backpack-fill::before{content:""}.bi-backpack::before{content:""}.bi-backpack2-fill::before{content:""}.bi-backpack2::before{content:""}.bi-backpack3-fill::before{content:""}.bi-backpack3::before{content:""}.bi-backpack4-fill::before{content:""}.bi-backpack4::before{content:""}.bi-brilliance::before{content:""}.bi-cake-fill::before{content:""}.bi-cake2-fill::before{content:""}.bi-duffle-fill::before{content:""}.bi-duffle::before{content:""}.bi-exposure::before{content:""}.bi-gender-neuter::before{content:""}.bi-highlights::before{content:""}.bi-luggage-fill::before{content:""}.bi-luggage::before{content:""}.bi-mailbox-flag::before{content:""}.bi-mailbox2-flag::before{content:""}.bi-noise-reduction::before{content:""}.bi-passport-fill::before{content:""}.bi-passport::before{content:""}.bi-person-arms-up::before{content:""}.bi-person-raised-hand::before{content:""}.bi-person-standing-dress::before{content:""}.bi-person-standing::before{content:""}.bi-person-walking::before{content:""}.bi-person-wheelchair::before{content:""}.bi-shadows::before{content:""}.bi-suitcase-fill::before{content:""}.bi-suitcase-lg-fill::before{content:""}.bi-suitcase-lg::before{content:""}.bi-suitcase::before{content:"豈"}.bi-suitcase2-fill::before{content:"更"}.bi-suitcase2::before{content:"車"}.bi-vignette::before{content:"賈"}.fa{font-family:var(--fa-style-family, "Font Awesome 6 Free");font-weight:var(--fa-style, 900)}.fa,.fa-brands,.fa-classic,.fa-regular,.fa-sharp,.fa-solid,.fab,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:var(--fa-display, inline-block);font-style:normal;font-variant:normal;line-height:1;text-rendering:auto}.fa-classic,.fa-regular,.fa-solid,.far,.fas{font-family:"Font Awesome 6 Free"}.fa-brands,.fab{font-family:"Font Awesome 6 Brands"}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-2xs{font-size:.625em;line-height:.1em;vertical-align:.225em}.fa-xs{font-size:.75em;line-height:.08333em;vertical-align:.125em}.fa-sm{font-size:.875em;line-height:.07143em;vertical-align:.05357em}.fa-lg{font-size:1.25em;line-height:.05em;vertical-align:-0.075em}.fa-xl{font-size:1.5em;line-height:.04167em;vertical-align:-0.125em}.fa-2xl{font-size:2em;line-height:.03125em;vertical-align:-0.1875em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:var(--fa-li-margin, 2.5em);padding-left:0}.fa-ul>li{position:relative}.fa-li{left:calc(var(--fa-li-width, 2em)*-1);position:absolute;text-align:center;width:var(--fa-li-width, 2em);line-height:inherit}.fa-border{border-radius:var(--fa-border-radius, 0.1em);border:var(--fa-border-width, 0.08em) var(--fa-border-style, solid) var(--fa-border-color, #eee);padding:var(--fa-border-padding, 0.2em 0.25em 0.15em)}.fa-pull-left{float:left;margin-right:var(--fa-pull-margin, 0.3em)}.fa-pull-right{float:right;margin-left:var(--fa-pull-margin, 0.3em)}.fa-beat{-webkit-animation-name:fa-beat;animation-name:fa-beat;-webkit-animation-delay:var(--fa-animation-delay, 0s);animation-delay:var(--fa-animation-delay, 0s);-webkit-animation-direction:var(--fa-animation-direction, normal);animation-direction:var(--fa-animation-direction, normal);-webkit-animation-duration:var(--fa-animation-duration, 1s);animation-duration:var(--fa-animation-duration, 1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count, infinite);animation-iteration-count:var(--fa-animation-iteration-count, infinite);-webkit-animation-timing-function:var(--fa-animation-timing, ease-in-out);animation-timing-function:var(--fa-animation-timing, ease-in-out)}.fa-bounce{-webkit-animation-name:fa-bounce;animation-name:fa-bounce;-webkit-animation-delay:var(--fa-animation-delay, 0s);animation-delay:var(--fa-animation-delay, 0s);-webkit-animation-direction:var(--fa-animation-direction, normal);animation-direction:var(--fa-animation-direction, normal);-webkit-animation-duration:var(--fa-animation-duration, 1s);animation-duration:var(--fa-animation-duration, 1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count, infinite);animation-iteration-count:var(--fa-animation-iteration-count, infinite);-webkit-animation-timing-function:var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));animation-timing-function:var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1))}.fa-fade{-webkit-animation-name:fa-fade;animation-name:fa-fade;-webkit-animation-iteration-count:var(--fa-animation-iteration-count, infinite);animation-iteration-count:var(--fa-animation-iteration-count, infinite);-webkit-animation-timing-function:var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));animation-timing-function:var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1))}.fa-beat-fade,.fa-fade{-webkit-animation-delay:var(--fa-animation-delay, 0s);animation-delay:var(--fa-animation-delay, 0s);-webkit-animation-direction:var(--fa-animation-direction, normal);animation-direction:var(--fa-animation-direction, normal);-webkit-animation-duration:var(--fa-animation-duration, 1s);animation-duration:var(--fa-animation-duration, 1s)}.fa-beat-fade{-webkit-animation-name:fa-beat-fade;animation-name:fa-beat-fade;-webkit-animation-iteration-count:var(--fa-animation-iteration-count, infinite);animation-iteration-count:var(--fa-animation-iteration-count, infinite);-webkit-animation-timing-function:var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));animation-timing-function:var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1))}.fa-flip{-webkit-animation-name:fa-flip;animation-name:fa-flip;-webkit-animation-delay:var(--fa-animation-delay, 0s);animation-delay:var(--fa-animation-delay, 0s);-webkit-animation-direction:var(--fa-animation-direction, normal);animation-direction:var(--fa-animation-direction, normal);-webkit-animation-duration:var(--fa-animation-duration, 1s);animation-duration:var(--fa-animation-duration, 1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count, infinite);animation-iteration-count:var(--fa-animation-iteration-count, infinite);-webkit-animation-timing-function:var(--fa-animation-timing, ease-in-out);animation-timing-function:var(--fa-animation-timing, ease-in-out)}.fa-shake{-webkit-animation-name:fa-shake;animation-name:fa-shake;-webkit-animation-duration:var(--fa-animation-duration, 1s);animation-duration:var(--fa-animation-duration, 1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count, infinite);animation-iteration-count:var(--fa-animation-iteration-count, infinite);-webkit-animation-timing-function:var(--fa-animation-timing, linear);animation-timing-function:var(--fa-animation-timing, linear)}.fa-shake,.fa-spin{-webkit-animation-delay:var(--fa-animation-delay, 0s);animation-delay:var(--fa-animation-delay, 0s);-webkit-animation-direction:var(--fa-animation-direction, normal);animation-direction:var(--fa-animation-direction, normal)}.fa-spin{-webkit-animation-name:fa-spin;animation-name:fa-spin;-webkit-animation-duration:var(--fa-animation-duration, 2s);animation-duration:var(--fa-animation-duration, 2s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count, infinite);animation-iteration-count:var(--fa-animation-iteration-count, infinite);-webkit-animation-timing-function:var(--fa-animation-timing, linear);animation-timing-function:var(--fa-animation-timing, linear)}.fa-spin-reverse{--fa-animation-direction:reverse}.fa-pulse,.fa-spin-pulse{-webkit-animation-name:fa-spin;animation-name:fa-spin;-webkit-animation-direction:var(--fa-animation-direction, normal);animation-direction:var(--fa-animation-direction, normal);-webkit-animation-duration:var(--fa-animation-duration, 1s);animation-duration:var(--fa-animation-duration, 1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count, infinite);animation-iteration-count:var(--fa-animation-iteration-count, infinite);-webkit-animation-timing-function:var(--fa-animation-timing, steps(8));animation-timing-function:var(--fa-animation-timing, steps(8))}@media(prefers-reduced-motion: reduce){.fa-beat,.fa-beat-fade,.fa-bounce,.fa-fade,.fa-flip,.fa-pulse,.fa-shake,.fa-spin,.fa-spin-pulse{-webkit-animation-delay:-1ms;animation-delay:-1ms;-webkit-animation-duration:1ms;animation-duration:1ms;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-transition-delay:0s;transition-delay:0s;-webkit-transition-duration:0s;transition-duration:0s}}@-webkit-keyframes fa-beat{0%,90%{-webkit-transform:scale(1);transform:scale(1)}45%{-webkit-transform:scale(var(--fa-beat-scale, 1.25));transform:scale(var(--fa-beat-scale, 1.25))}}@keyframes fa-beat{0%,90%{-webkit-transform:scale(1);transform:scale(1)}45%{-webkit-transform:scale(var(--fa-beat-scale, 1.25));transform:scale(var(--fa-beat-scale, 1.25))}}@-webkit-keyframes fa-bounce{0%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}10%{-webkit-transform:scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);transform:scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0)}30%{-webkit-transform:scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));transform:scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em))}50%{-webkit-transform:scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);transform:scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0)}57%{-webkit-transform:scale(1) translateY(var(--fa-bounce-rebound, -0.125em));transform:scale(1) translateY(var(--fa-bounce-rebound, -0.125em))}64%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}to{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}}@keyframes fa-bounce{0%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}10%{-webkit-transform:scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);transform:scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0)}30%{-webkit-transform:scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));transform:scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em))}50%{-webkit-transform:scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);transform:scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0)}57%{-webkit-transform:scale(1) translateY(var(--fa-bounce-rebound, -0.125em));transform:scale(1) translateY(var(--fa-bounce-rebound, -0.125em))}64%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}to{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}}@-webkit-keyframes fa-fade{50%{opacity:var(--fa-fade-opacity, 0.4)}}@keyframes fa-fade{50%{opacity:var(--fa-fade-opacity, 0.4)}}@-webkit-keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity, 0.4);-webkit-transform:scale(1);transform:scale(1)}50%{opacity:1;-webkit-transform:scale(var(--fa-beat-fade-scale, 1.125));transform:scale(var(--fa-beat-fade-scale, 1.125))}}@keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity, 0.4);-webkit-transform:scale(1);transform:scale(1)}50%{opacity:1;-webkit-transform:scale(var(--fa-beat-fade-scale, 1.125));transform:scale(var(--fa-beat-fade-scale, 1.125))}}@-webkit-keyframes fa-flip{50%{-webkit-transform:rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));transform:rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg))}}@keyframes fa-flip{50%{-webkit-transform:rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));transform:rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg))}}@-webkit-keyframes fa-shake{0%{-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}4%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}8%,24%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}12%,28%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}16%{-webkit-transform:rotate(-22deg);transform:rotate(-22deg)}20%{-webkit-transform:rotate(22deg);transform:rotate(22deg)}32%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg)}36%{-webkit-transform:rotate(12deg);transform:rotate(12deg)}40%,to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes fa-shake{0%{-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}4%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}8%,24%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}12%,28%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}16%{-webkit-transform:rotate(-22deg);transform:rotate(-22deg)}20%{-webkit-transform:rotate(22deg);transform:rotate(22deg)}32%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg)}36%{-webkit-transform:rotate(12deg);transform:rotate(12deg)}40%,to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.fa-rotate-90{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fa-flip-vertical{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1);transform:scale(-1)}.fa-rotate-by{-webkit-transform:rotate(var(--fa-rotate-angle, none));transform:rotate(var(--fa-rotate-angle, none))}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%;z-index:var(--fa-stack-z-index, auto)}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:var(--fa-inverse, #fff)}.fa-0:before{content:"0"}.fa-1:before{content:"1"}.fa-2:before{content:"2"}.fa-3:before{content:"3"}.fa-4:before{content:"4"}.fa-5:before{content:"5"}.fa-6:before{content:"6"}.fa-7:before{content:"7"}.fa-8:before{content:"8"}.fa-9:before{content:"9"}.fa-fill-drip:before{content:""}.fa-arrows-to-circle:before{content:""}.fa-chevron-circle-right:before,.fa-circle-chevron-right:before{content:""}.fa-at:before{content:"@"}.fa-trash-alt:before,.fa-trash-can:before{content:""}.fa-text-height:before{content:""}.fa-user-times:before,.fa-user-xmark:before{content:""}.fa-stethoscope:before{content:""}.fa-comment-alt:before,.fa-message:before{content:""}.fa-info:before{content:""}.fa-compress-alt:before,.fa-down-left-and-up-right-to-center:before{content:""}.fa-explosion:before{content:""}.fa-file-alt:before,.fa-file-lines:before,.fa-file-text:before{content:""}.fa-wave-square:before{content:""}.fa-ring:before{content:""}.fa-building-un:before{content:""}.fa-dice-three:before{content:""}.fa-calendar-alt:before,.fa-calendar-days:before{content:""}.fa-anchor-circle-check:before{content:""}.fa-building-circle-arrow-right:before{content:""}.fa-volleyball-ball:before,.fa-volleyball:before{content:""}.fa-arrows-up-to-line:before{content:""}.fa-sort-desc:before,.fa-sort-down:before{content:""}.fa-circle-minus:before,.fa-minus-circle:before{content:""}.fa-door-open:before{content:""}.fa-right-from-bracket:before,.fa-sign-out-alt:before{content:""}.fa-atom:before{content:""}.fa-soap:before{content:""}.fa-heart-music-camera-bolt:before,.fa-icons:before{content:""}.fa-microphone-alt-slash:before,.fa-microphone-lines-slash:before{content:""}.fa-bridge-circle-check:before{content:""}.fa-pump-medical:before{content:""}.fa-fingerprint:before{content:""}.fa-hand-point-right:before{content:""}.fa-magnifying-glass-location:before,.fa-search-location:before{content:""}.fa-forward-step:before,.fa-step-forward:before{content:""}.fa-face-smile-beam:before,.fa-smile-beam:before{content:""}.fa-flag-checkered:before{content:""}.fa-football-ball:before,.fa-football:before{content:""}.fa-school-circle-exclamation:before{content:""}.fa-crop:before{content:""}.fa-angle-double-down:before,.fa-angles-down:before{content:""}.fa-users-rectangle:before{content:""}.fa-people-roof:before{content:""}.fa-people-line:before{content:""}.fa-beer-mug-empty:before,.fa-beer:before{content:""}.fa-diagram-predecessor:before{content:""}.fa-arrow-up-long:before,.fa-long-arrow-up:before{content:""}.fa-burn:before,.fa-fire-flame-simple:before{content:""}.fa-male:before,.fa-person:before{content:""}.fa-laptop:before{content:""}.fa-file-csv:before{content:""}.fa-menorah:before{content:""}.fa-truck-plane:before{content:""}.fa-record-vinyl:before{content:""}.fa-face-grin-stars:before,.fa-grin-stars:before{content:""}.fa-bong:before{content:""}.fa-pastafarianism:before,.fa-spaghetti-monster-flying:before{content:""}.fa-arrow-down-up-across-line:before{content:""}.fa-spoon:before,.fa-utensil-spoon:before{content:""}.fa-jar-wheat:before{content:""}.fa-envelopes-bulk:before,.fa-mail-bulk:before{content:""}.fa-file-circle-exclamation:before{content:""}.fa-circle-h:before,.fa-hospital-symbol:before{content:""}.fa-pager:before{content:""}.fa-address-book:before,.fa-contact-book:before{content:""}.fa-strikethrough:before{content:""}.fa-k:before{content:"K"}.fa-landmark-flag:before{content:""}.fa-pencil-alt:before,.fa-pencil:before{content:""}.fa-backward:before{content:""}.fa-caret-right:before{content:""}.fa-comments:before{content:""}.fa-file-clipboard:before,.fa-paste:before{content:""}.fa-code-pull-request:before{content:""}.fa-clipboard-list:before{content:""}.fa-truck-loading:before,.fa-truck-ramp-box:before{content:""}.fa-user-check:before{content:""}.fa-vial-virus:before{content:""}.fa-sheet-plastic:before{content:""}.fa-blog:before{content:""}.fa-user-ninja:before{content:""}.fa-person-arrow-up-from-line:before{content:""}.fa-scroll-torah:before,.fa-torah:before{content:""}.fa-broom-ball:before,.fa-quidditch-broom-ball:before,.fa-quidditch:before{content:""}.fa-toggle-off:before{content:""}.fa-archive:before,.fa-box-archive:before{content:""}.fa-person-drowning:before{content:""}.fa-arrow-down-9-1:before,.fa-sort-numeric-desc:before,.fa-sort-numeric-down-alt:before{content:""}.fa-face-grin-tongue-squint:before,.fa-grin-tongue-squint:before{content:""}.fa-spray-can:before{content:""}.fa-truck-monster:before{content:""}.fa-w:before{content:"W"}.fa-earth-africa:before,.fa-globe-africa:before{content:""}.fa-rainbow:before{content:""}.fa-circle-notch:before{content:""}.fa-tablet-alt:before,.fa-tablet-screen-button:before{content:""}.fa-paw:before{content:""}.fa-cloud:before{content:""}.fa-trowel-bricks:before{content:""}.fa-face-flushed:before,.fa-flushed:before{content:""}.fa-hospital-user:before{content:""}.fa-tent-arrow-left-right:before{content:""}.fa-gavel:before,.fa-legal:before{content:""}.fa-binoculars:before{content:""}.fa-microphone-slash:before{content:""}.fa-box-tissue:before{content:""}.fa-motorcycle:before{content:""}.fa-bell-concierge:before,.fa-concierge-bell:before{content:""}.fa-pen-ruler:before,.fa-pencil-ruler:before{content:""}.fa-people-arrows-left-right:before,.fa-people-arrows:before{content:""}.fa-mars-and-venus-burst:before{content:""}.fa-caret-square-right:before,.fa-square-caret-right:before{content:""}.fa-cut:before,.fa-scissors:before{content:""}.fa-sun-plant-wilt:before{content:""}.fa-toilets-portable:before{content:""}.fa-hockey-puck:before{content:""}.fa-table:before{content:""}.fa-magnifying-glass-arrow-right:before{content:""}.fa-digital-tachograph:before,.fa-tachograph-digital:before{content:""}.fa-users-slash:before{content:""}.fa-clover:before{content:""}.fa-mail-reply:before,.fa-reply:before{content:""}.fa-star-and-crescent:before{content:""}.fa-house-fire:before{content:""}.fa-minus-square:before,.fa-square-minus:before{content:""}.fa-helicopter:before{content:""}.fa-compass:before{content:""}.fa-caret-square-down:before,.fa-square-caret-down:before{content:""}.fa-file-circle-question:before{content:""}.fa-laptop-code:before{content:""}.fa-swatchbook:before{content:""}.fa-prescription-bottle:before{content:""}.fa-bars:before,.fa-navicon:before{content:""}.fa-people-group:before{content:""}.fa-hourglass-3:before,.fa-hourglass-end:before{content:""}.fa-heart-broken:before,.fa-heart-crack:before{content:""}.fa-external-link-square-alt:before,.fa-square-up-right:before{content:""}.fa-face-kiss-beam:before,.fa-kiss-beam:before{content:""}.fa-film:before{content:""}.fa-ruler-horizontal:before{content:""}.fa-people-robbery:before{content:""}.fa-lightbulb:before{content:""}.fa-caret-left:before{content:""}.fa-circle-exclamation:before,.fa-exclamation-circle:before{content:""}.fa-school-circle-xmark:before{content:""}.fa-arrow-right-from-bracket:before,.fa-sign-out:before{content:""}.fa-chevron-circle-down:before,.fa-circle-chevron-down:before{content:""}.fa-unlock-alt:before,.fa-unlock-keyhole:before{content:""}.fa-cloud-showers-heavy:before{content:""}.fa-headphones-alt:before,.fa-headphones-simple:before{content:""}.fa-sitemap:before{content:""}.fa-circle-dollar-to-slot:before,.fa-donate:before{content:""}.fa-memory:before{content:""}.fa-road-spikes:before{content:""}.fa-fire-burner:before{content:""}.fa-flag:before{content:""}.fa-hanukiah:before{content:""}.fa-feather:before{content:""}.fa-volume-down:before,.fa-volume-low:before{content:""}.fa-comment-slash:before{content:""}.fa-cloud-sun-rain:before{content:""}.fa-compress:before{content:""}.fa-wheat-alt:before,.fa-wheat-awn:before{content:""}.fa-ankh:before{content:""}.fa-hands-holding-child:before{content:""}.fa-asterisk:before{content:"*"}.fa-check-square:before,.fa-square-check:before{content:""}.fa-peseta-sign:before{content:""}.fa-header:before,.fa-heading:before{content:""}.fa-ghost:before{content:""}.fa-list-squares:before,.fa-list:before{content:""}.fa-phone-square-alt:before,.fa-square-phone-flip:before{content:""}.fa-cart-plus:before{content:""}.fa-gamepad:before{content:""}.fa-circle-dot:before,.fa-dot-circle:before{content:""}.fa-dizzy:before,.fa-face-dizzy:before{content:""}.fa-egg:before{content:""}.fa-house-medical-circle-xmark:before{content:""}.fa-campground:before{content:""}.fa-folder-plus:before{content:""}.fa-futbol-ball:before,.fa-futbol:before,.fa-soccer-ball:before{content:""}.fa-paint-brush:before,.fa-paintbrush:before{content:""}.fa-lock:before{content:""}.fa-gas-pump:before{content:""}.fa-hot-tub-person:before,.fa-hot-tub:before{content:""}.fa-map-location:before,.fa-map-marked:before{content:""}.fa-house-flood-water:before{content:""}.fa-tree:before{content:""}.fa-bridge-lock:before{content:""}.fa-sack-dollar:before{content:""}.fa-edit:before,.fa-pen-to-square:before{content:""}.fa-car-side:before{content:""}.fa-share-alt:before,.fa-share-nodes:before{content:""}.fa-heart-circle-minus:before{content:""}.fa-hourglass-2:before,.fa-hourglass-half:before{content:""}.fa-microscope:before{content:""}.fa-sink:before{content:""}.fa-bag-shopping:before,.fa-shopping-bag:before{content:""}.fa-arrow-down-z-a:before,.fa-sort-alpha-desc:before,.fa-sort-alpha-down-alt:before{content:""}.fa-mitten:before{content:""}.fa-person-rays:before{content:""}.fa-users:before{content:""}.fa-eye-slash:before{content:""}.fa-flask-vial:before{content:""}.fa-hand-paper:before,.fa-hand:before{content:""}.fa-om:before{content:""}.fa-worm:before{content:""}.fa-house-circle-xmark:before{content:""}.fa-plug:before{content:""}.fa-chevron-up:before{content:""}.fa-hand-spock:before{content:""}.fa-stopwatch:before{content:""}.fa-face-kiss:before,.fa-kiss:before{content:""}.fa-bridge-circle-xmark:before{content:""}.fa-face-grin-tongue:before,.fa-grin-tongue:before{content:""}.fa-chess-bishop:before{content:""}.fa-face-grin-wink:before,.fa-grin-wink:before{content:""}.fa-deaf:before,.fa-deafness:before,.fa-ear-deaf:before,.fa-hard-of-hearing:before{content:""}.fa-road-circle-check:before{content:""}.fa-dice-five:before{content:""}.fa-rss-square:before,.fa-square-rss:before{content:""}.fa-land-mine-on:before{content:""}.fa-i-cursor:before{content:""}.fa-stamp:before{content:""}.fa-stairs:before{content:""}.fa-i:before{content:"I"}.fa-hryvnia-sign:before,.fa-hryvnia:before{content:""}.fa-pills:before{content:""}.fa-face-grin-wide:before,.fa-grin-alt:before{content:""}.fa-tooth:before{content:""}.fa-v:before{content:"V"}.fa-bangladeshi-taka-sign:before{content:""}.fa-bicycle:before{content:""}.fa-rod-asclepius:before,.fa-rod-snake:before,.fa-staff-aesculapius:before,.fa-staff-snake:before{content:""}.fa-head-side-cough-slash:before{content:""}.fa-ambulance:before,.fa-truck-medical:before{content:""}.fa-wheat-awn-circle-exclamation:before{content:""}.fa-snowman:before{content:""}.fa-mortar-pestle:before{content:""}.fa-road-barrier:before{content:""}.fa-school:before{content:""}.fa-igloo:before{content:""}.fa-joint:before{content:""}.fa-angle-right:before{content:""}.fa-horse:before{content:""}.fa-q:before{content:"Q"}.fa-g:before{content:"G"}.fa-notes-medical:before{content:""}.fa-temperature-2:before,.fa-temperature-half:before,.fa-thermometer-2:before,.fa-thermometer-half:before{content:""}.fa-dong-sign:before{content:""}.fa-capsules:before{content:""}.fa-poo-bolt:before,.fa-poo-storm:before{content:""}.fa-face-frown-open:before,.fa-frown-open:before{content:""}.fa-hand-point-up:before{content:""}.fa-money-bill:before{content:""}.fa-bookmark:before{content:""}.fa-align-justify:before{content:""}.fa-umbrella-beach:before{content:""}.fa-helmet-un:before{content:""}.fa-bullseye:before{content:""}.fa-bacon:before{content:""}.fa-hand-point-down:before{content:""}.fa-arrow-up-from-bracket:before{content:""}.fa-folder-blank:before,.fa-folder:before{content:""}.fa-file-medical-alt:before,.fa-file-waveform:before{content:""}.fa-radiation:before{content:""}.fa-chart-simple:before{content:""}.fa-mars-stroke:before{content:""}.fa-vial:before{content:""}.fa-dashboard:before,.fa-gauge-med:before,.fa-gauge:before,.fa-tachometer-alt-average:before{content:""}.fa-magic-wand-sparkles:before,.fa-wand-magic-sparkles:before{content:""}.fa-e:before{content:"E"}.fa-pen-alt:before,.fa-pen-clip:before{content:""}.fa-bridge-circle-exclamation:before{content:""}.fa-user:before{content:""}.fa-school-circle-check:before{content:""}.fa-dumpster:before{content:""}.fa-shuttle-van:before,.fa-van-shuttle:before{content:""}.fa-building-user:before{content:""}.fa-caret-square-left:before,.fa-square-caret-left:before{content:""}.fa-highlighter:before{content:""}.fa-key:before{content:""}.fa-bullhorn:before{content:""}.fa-globe:before{content:""}.fa-synagogue:before{content:""}.fa-person-half-dress:before{content:""}.fa-road-bridge:before{content:""}.fa-location-arrow:before{content:""}.fa-c:before{content:"C"}.fa-tablet-button:before{content:""}.fa-building-lock:before{content:""}.fa-pizza-slice:before{content:""}.fa-money-bill-wave:before{content:""}.fa-area-chart:before,.fa-chart-area:before{content:""}.fa-house-flag:before{content:""}.fa-person-circle-minus:before{content:""}.fa-ban:before,.fa-cancel:before{content:""}.fa-camera-rotate:before{content:""}.fa-air-freshener:before,.fa-spray-can-sparkles:before{content:""}.fa-star:before{content:""}.fa-repeat:before{content:""}.fa-cross:before{content:""}.fa-box:before{content:""}.fa-venus-mars:before{content:""}.fa-arrow-pointer:before,.fa-mouse-pointer:before{content:""}.fa-expand-arrows-alt:before,.fa-maximize:before{content:""}.fa-charging-station:before{content:""}.fa-shapes:before,.fa-triangle-circle-square:before{content:""}.fa-random:before,.fa-shuffle:before{content:""}.fa-person-running:before,.fa-running:before{content:""}.fa-mobile-retro:before{content:""}.fa-grip-lines-vertical:before{content:""}.fa-spider:before{content:""}.fa-hands-bound:before{content:""}.fa-file-invoice-dollar:before{content:""}.fa-plane-circle-exclamation:before{content:""}.fa-x-ray:before{content:""}.fa-spell-check:before{content:""}.fa-slash:before{content:""}.fa-computer-mouse:before,.fa-mouse:before{content:""}.fa-arrow-right-to-bracket:before,.fa-sign-in:before{content:""}.fa-shop-slash:before,.fa-store-alt-slash:before{content:""}.fa-server:before{content:""}.fa-virus-covid-slash:before{content:""}.fa-shop-lock:before{content:""}.fa-hourglass-1:before,.fa-hourglass-start:before{content:""}.fa-blender-phone:before{content:""}.fa-building-wheat:before{content:""}.fa-person-breastfeeding:before{content:""}.fa-right-to-bracket:before,.fa-sign-in-alt:before{content:""}.fa-venus:before{content:""}.fa-passport:before{content:""}.fa-heart-pulse:before,.fa-heartbeat:before{content:""}.fa-people-carry-box:before,.fa-people-carry:before{content:""}.fa-temperature-high:before{content:""}.fa-microchip:before{content:""}.fa-crown:before{content:""}.fa-weight-hanging:before{content:""}.fa-xmarks-lines:before{content:""}.fa-file-prescription:before{content:""}.fa-weight-scale:before,.fa-weight:before{content:""}.fa-user-friends:before,.fa-user-group:before{content:""}.fa-arrow-up-a-z:before,.fa-sort-alpha-up:before{content:""}.fa-chess-knight:before{content:""}.fa-face-laugh-squint:before,.fa-laugh-squint:before{content:""}.fa-wheelchair:before{content:""}.fa-arrow-circle-up:before,.fa-circle-arrow-up:before{content:""}.fa-toggle-on:before{content:""}.fa-person-walking:before,.fa-walking:before{content:""}.fa-l:before{content:"L"}.fa-fire:before{content:""}.fa-bed-pulse:before,.fa-procedures:before{content:""}.fa-shuttle-space:before,.fa-space-shuttle:before{content:""}.fa-face-laugh:before,.fa-laugh:before{content:""}.fa-folder-open:before{content:""}.fa-heart-circle-plus:before{content:""}.fa-code-fork:before{content:""}.fa-city:before{content:""}.fa-microphone-alt:before,.fa-microphone-lines:before{content:""}.fa-pepper-hot:before{content:""}.fa-unlock:before{content:""}.fa-colon-sign:before{content:""}.fa-headset:before{content:""}.fa-store-slash:before{content:""}.fa-road-circle-xmark:before{content:""}.fa-user-minus:before{content:""}.fa-mars-stroke-up:before,.fa-mars-stroke-v:before{content:""}.fa-champagne-glasses:before,.fa-glass-cheers:before{content:""}.fa-clipboard:before{content:""}.fa-house-circle-exclamation:before{content:""}.fa-file-arrow-up:before,.fa-file-upload:before{content:""}.fa-wifi-3:before,.fa-wifi-strong:before,.fa-wifi:before{content:""}.fa-bath:before,.fa-bathtub:before{content:""}.fa-underline:before{content:""}.fa-user-edit:before,.fa-user-pen:before{content:""}.fa-signature:before{content:""}.fa-stroopwafel:before{content:""}.fa-bold:before{content:""}.fa-anchor-lock:before{content:""}.fa-building-ngo:before{content:""}.fa-manat-sign:before{content:""}.fa-not-equal:before{content:""}.fa-border-style:before,.fa-border-top-left:before{content:""}.fa-map-location-dot:before,.fa-map-marked-alt:before{content:""}.fa-jedi:before{content:""}.fa-poll:before,.fa-square-poll-vertical:before{content:""}.fa-mug-hot:before{content:""}.fa-battery-car:before,.fa-car-battery:before{content:""}.fa-gift:before{content:""}.fa-dice-two:before{content:""}.fa-chess-queen:before{content:""}.fa-glasses:before{content:""}.fa-chess-board:before{content:""}.fa-building-circle-check:before{content:""}.fa-person-chalkboard:before{content:""}.fa-mars-stroke-h:before,.fa-mars-stroke-right:before{content:""}.fa-hand-back-fist:before,.fa-hand-rock:before{content:""}.fa-caret-square-up:before,.fa-square-caret-up:before{content:""}.fa-cloud-showers-water:before{content:""}.fa-bar-chart:before,.fa-chart-bar:before{content:""}.fa-hands-bubbles:before,.fa-hands-wash:before{content:""}.fa-less-than-equal:before{content:""}.fa-train:before{content:""}.fa-eye-low-vision:before,.fa-low-vision:before{content:""}.fa-crow:before{content:""}.fa-sailboat:before{content:""}.fa-window-restore:before{content:""}.fa-plus-square:before,.fa-square-plus:before{content:""}.fa-torii-gate:before{content:""}.fa-frog:before{content:""}.fa-bucket:before{content:""}.fa-image:before{content:""}.fa-microphone:before{content:""}.fa-cow:before{content:""}.fa-caret-up:before{content:""}.fa-screwdriver:before{content:""}.fa-folder-closed:before{content:""}.fa-house-tsunami:before{content:""}.fa-square-nfi:before{content:""}.fa-arrow-up-from-ground-water:before{content:""}.fa-glass-martini-alt:before,.fa-martini-glass:before{content:""}.fa-rotate-back:before,.fa-rotate-backward:before,.fa-rotate-left:before,.fa-undo-alt:before{content:""}.fa-columns:before,.fa-table-columns:before{content:""}.fa-lemon:before{content:""}.fa-head-side-mask:before{content:""}.fa-handshake:before{content:""}.fa-gem:before{content:""}.fa-dolly-box:before,.fa-dolly:before{content:""}.fa-smoking:before{content:""}.fa-compress-arrows-alt:before,.fa-minimize:before{content:""}.fa-monument:before{content:""}.fa-snowplow:before{content:""}.fa-angle-double-right:before,.fa-angles-right:before{content:""}.fa-cannabis:before{content:""}.fa-circle-play:before,.fa-play-circle:before{content:""}.fa-tablets:before{content:""}.fa-ethernet:before{content:""}.fa-eur:before,.fa-euro-sign:before,.fa-euro:before{content:""}.fa-chair:before{content:""}.fa-check-circle:before,.fa-circle-check:before{content:""}.fa-circle-stop:before,.fa-stop-circle:before{content:""}.fa-compass-drafting:before,.fa-drafting-compass:before{content:""}.fa-plate-wheat:before{content:""}.fa-icicles:before{content:""}.fa-person-shelter:before{content:""}.fa-neuter:before{content:""}.fa-id-badge:before{content:""}.fa-marker:before{content:""}.fa-face-laugh-beam:before,.fa-laugh-beam:before{content:""}.fa-helicopter-symbol:before{content:""}.fa-universal-access:before{content:""}.fa-chevron-circle-up:before,.fa-circle-chevron-up:before{content:""}.fa-lari-sign:before{content:""}.fa-volcano:before{content:""}.fa-person-walking-dashed-line-arrow-right:before{content:""}.fa-gbp:before,.fa-pound-sign:before,.fa-sterling-sign:before{content:""}.fa-viruses:before{content:""}.fa-square-person-confined:before{content:""}.fa-user-tie:before{content:""}.fa-arrow-down-long:before,.fa-long-arrow-down:before{content:""}.fa-tent-arrow-down-to-line:before{content:""}.fa-certificate:before{content:""}.fa-mail-reply-all:before,.fa-reply-all:before{content:""}.fa-suitcase:before{content:""}.fa-person-skating:before,.fa-skating:before{content:""}.fa-filter-circle-dollar:before,.fa-funnel-dollar:before{content:""}.fa-camera-retro:before{content:""}.fa-arrow-circle-down:before,.fa-circle-arrow-down:before{content:""}.fa-arrow-right-to-file:before,.fa-file-import:before{content:""}.fa-external-link-square:before,.fa-square-arrow-up-right:before{content:""}.fa-box-open:before{content:""}.fa-scroll:before{content:""}.fa-spa:before{content:""}.fa-location-pin-lock:before{content:""}.fa-pause:before{content:""}.fa-hill-avalanche:before{content:""}.fa-temperature-0:before,.fa-temperature-empty:before,.fa-thermometer-0:before,.fa-thermometer-empty:before{content:""}.fa-bomb:before{content:""}.fa-registered:before{content:""}.fa-address-card:before,.fa-contact-card:before,.fa-vcard:before{content:""}.fa-balance-scale-right:before,.fa-scale-unbalanced-flip:before{content:""}.fa-subscript:before{content:""}.fa-diamond-turn-right:before,.fa-directions:before{content:""}.fa-burst:before{content:""}.fa-house-laptop:before,.fa-laptop-house:before{content:""}.fa-face-tired:before,.fa-tired:before{content:""}.fa-money-bills:before{content:""}.fa-smog:before{content:""}.fa-crutch:before{content:""}.fa-cloud-arrow-up:before,.fa-cloud-upload-alt:before,.fa-cloud-upload:before{content:""}.fa-palette:before{content:""}.fa-arrows-turn-right:before{content:""}.fa-vest:before{content:""}.fa-ferry:before{content:""}.fa-arrows-down-to-people:before{content:""}.fa-seedling:before,.fa-sprout:before{content:""}.fa-arrows-alt-h:before,.fa-left-right:before{content:""}.fa-boxes-packing:before{content:""}.fa-arrow-circle-left:before,.fa-circle-arrow-left:before{content:""}.fa-group-arrows-rotate:before{content:""}.fa-bowl-food:before{content:""}.fa-candy-cane:before{content:""}.fa-arrow-down-wide-short:before,.fa-sort-amount-asc:before,.fa-sort-amount-down:before{content:""}.fa-cloud-bolt:before,.fa-thunderstorm:before{content:""}.fa-remove-format:before,.fa-text-slash:before{content:""}.fa-face-smile-wink:before,.fa-smile-wink:before{content:""}.fa-file-word:before{content:""}.fa-file-powerpoint:before{content:""}.fa-arrows-h:before,.fa-arrows-left-right:before{content:""}.fa-house-lock:before{content:""}.fa-cloud-arrow-down:before,.fa-cloud-download-alt:before,.fa-cloud-download:before{content:""}.fa-children:before{content:""}.fa-blackboard:before,.fa-chalkboard:before{content:""}.fa-user-alt-slash:before,.fa-user-large-slash:before{content:""}.fa-envelope-open:before{content:""}.fa-handshake-alt-slash:before,.fa-handshake-simple-slash:before{content:""}.fa-mattress-pillow:before{content:""}.fa-guarani-sign:before{content:""}.fa-arrows-rotate:before,.fa-refresh:before,.fa-sync:before{content:""}.fa-fire-extinguisher:before{content:""}.fa-cruzeiro-sign:before{content:""}.fa-greater-than-equal:before{content:""}.fa-shield-alt:before,.fa-shield-halved:before{content:""}.fa-atlas:before,.fa-book-atlas:before{content:""}.fa-virus:before{content:""}.fa-envelope-circle-check:before{content:""}.fa-layer-group:before{content:""}.fa-arrows-to-dot:before{content:""}.fa-archway:before{content:""}.fa-heart-circle-check:before{content:""}.fa-house-chimney-crack:before,.fa-house-damage:before{content:""}.fa-file-archive:before,.fa-file-zipper:before{content:""}.fa-square:before{content:""}.fa-glass-martini:before,.fa-martini-glass-empty:before{content:""}.fa-couch:before{content:""}.fa-cedi-sign:before{content:""}.fa-italic:before{content:""}.fa-church:before{content:""}.fa-comments-dollar:before{content:""}.fa-democrat:before{content:""}.fa-z:before{content:"Z"}.fa-person-skiing:before,.fa-skiing:before{content:""}.fa-road-lock:before{content:""}.fa-a:before{content:"A"}.fa-temperature-arrow-down:before,.fa-temperature-down:before{content:""}.fa-feather-alt:before,.fa-feather-pointed:before{content:""}.fa-p:before{content:"P"}.fa-snowflake:before{content:""}.fa-newspaper:before{content:""}.fa-ad:before,.fa-rectangle-ad:before{content:""}.fa-arrow-circle-right:before,.fa-circle-arrow-right:before{content:""}.fa-filter-circle-xmark:before{content:""}.fa-locust:before{content:""}.fa-sort:before,.fa-unsorted:before{content:""}.fa-list-1-2:before,.fa-list-numeric:before,.fa-list-ol:before{content:""}.fa-person-dress-burst:before{content:""}.fa-money-check-alt:before,.fa-money-check-dollar:before{content:""}.fa-vector-square:before{content:""}.fa-bread-slice:before{content:""}.fa-language:before{content:""}.fa-face-kiss-wink-heart:before,.fa-kiss-wink-heart:before{content:""}.fa-filter:before{content:""}.fa-question:before{content:"?"}.fa-file-signature:before{content:""}.fa-arrows-alt:before,.fa-up-down-left-right:before{content:""}.fa-house-chimney-user:before{content:""}.fa-hand-holding-heart:before{content:""}.fa-puzzle-piece:before{content:""}.fa-money-check:before{content:""}.fa-star-half-alt:before,.fa-star-half-stroke:before{content:""}.fa-code:before{content:""}.fa-glass-whiskey:before,.fa-whiskey-glass:before{content:""}.fa-building-circle-exclamation:before{content:""}.fa-magnifying-glass-chart:before{content:""}.fa-arrow-up-right-from-square:before,.fa-external-link:before{content:""}.fa-cubes-stacked:before{content:""}.fa-krw:before,.fa-won-sign:before,.fa-won:before{content:""}.fa-virus-covid:before{content:""}.fa-austral-sign:before{content:""}.fa-f:before{content:"F"}.fa-leaf:before{content:""}.fa-road:before{content:""}.fa-cab:before,.fa-taxi:before{content:""}.fa-person-circle-plus:before{content:""}.fa-chart-pie:before,.fa-pie-chart:before{content:""}.fa-bolt-lightning:before{content:""}.fa-sack-xmark:before{content:""}.fa-file-excel:before{content:""}.fa-file-contract:before{content:""}.fa-fish-fins:before{content:""}.fa-building-flag:before{content:""}.fa-face-grin-beam:before,.fa-grin-beam:before{content:""}.fa-object-ungroup:before{content:""}.fa-poop:before{content:""}.fa-location-pin:before,.fa-map-marker:before{content:""}.fa-kaaba:before{content:""}.fa-toilet-paper:before{content:""}.fa-hard-hat:before,.fa-hat-hard:before,.fa-helmet-safety:before{content:""}.fa-eject:before{content:""}.fa-arrow-alt-circle-right:before,.fa-circle-right:before{content:""}.fa-plane-circle-check:before{content:""}.fa-face-rolling-eyes:before,.fa-meh-rolling-eyes:before{content:""}.fa-object-group:before{content:""}.fa-chart-line:before,.fa-line-chart:before{content:""}.fa-mask-ventilator:before{content:""}.fa-arrow-right:before{content:""}.fa-map-signs:before,.fa-signs-post:before{content:""}.fa-cash-register:before{content:""}.fa-person-circle-question:before{content:""}.fa-h:before{content:"H"}.fa-tarp:before{content:""}.fa-screwdriver-wrench:before,.fa-tools:before{content:""}.fa-arrows-to-eye:before{content:""}.fa-plug-circle-bolt:before{content:""}.fa-heart:before{content:""}.fa-mars-and-venus:before{content:""}.fa-home-user:before,.fa-house-user:before{content:""}.fa-dumpster-fire:before{content:""}.fa-house-crack:before{content:""}.fa-cocktail:before,.fa-martini-glass-citrus:before{content:""}.fa-face-surprise:before,.fa-surprise:before{content:""}.fa-bottle-water:before{content:""}.fa-circle-pause:before,.fa-pause-circle:before{content:""}.fa-toilet-paper-slash:before{content:""}.fa-apple-alt:before,.fa-apple-whole:before{content:""}.fa-kitchen-set:before{content:""}.fa-r:before{content:"R"}.fa-temperature-1:before,.fa-temperature-quarter:before,.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:""}.fa-cube:before{content:""}.fa-bitcoin-sign:before{content:""}.fa-shield-dog:before{content:""}.fa-solar-panel:before{content:""}.fa-lock-open:before{content:""}.fa-elevator:before{content:""}.fa-money-bill-transfer:before{content:""}.fa-money-bill-trend-up:before{content:""}.fa-house-flood-water-circle-arrow-right:before{content:""}.fa-poll-h:before,.fa-square-poll-horizontal:before{content:""}.fa-circle:before{content:""}.fa-backward-fast:before,.fa-fast-backward:before{content:""}.fa-recycle:before{content:""}.fa-user-astronaut:before{content:""}.fa-plane-slash:before{content:""}.fa-trademark:before{content:""}.fa-basketball-ball:before,.fa-basketball:before{content:""}.fa-satellite-dish:before{content:""}.fa-arrow-alt-circle-up:before,.fa-circle-up:before{content:""}.fa-mobile-alt:before,.fa-mobile-screen-button:before{content:""}.fa-volume-high:before,.fa-volume-up:before{content:""}.fa-users-rays:before{content:""}.fa-wallet:before{content:""}.fa-clipboard-check:before{content:""}.fa-file-audio:before{content:""}.fa-burger:before,.fa-hamburger:before{content:""}.fa-wrench:before{content:""}.fa-bugs:before{content:""}.fa-rupee-sign:before,.fa-rupee:before{content:""}.fa-file-image:before{content:""}.fa-circle-question:before,.fa-question-circle:before{content:""}.fa-plane-departure:before{content:""}.fa-handshake-slash:before{content:""}.fa-book-bookmark:before{content:""}.fa-code-branch:before{content:""}.fa-hat-cowboy:before{content:""}.fa-bridge:before{content:""}.fa-phone-alt:before,.fa-phone-flip:before{content:""}.fa-truck-front:before{content:""}.fa-cat:before{content:""}.fa-anchor-circle-exclamation:before{content:""}.fa-truck-field:before{content:""}.fa-route:before{content:""}.fa-clipboard-question:before{content:""}.fa-panorama:before{content:""}.fa-comment-medical:before{content:""}.fa-teeth-open:before{content:""}.fa-file-circle-minus:before{content:""}.fa-tags:before{content:""}.fa-wine-glass:before{content:""}.fa-fast-forward:before,.fa-forward-fast:before{content:""}.fa-face-meh-blank:before,.fa-meh-blank:before{content:""}.fa-parking:before,.fa-square-parking:before{content:""}.fa-house-signal:before{content:""}.fa-bars-progress:before,.fa-tasks-alt:before{content:""}.fa-faucet-drip:before{content:""}.fa-cart-flatbed:before,.fa-dolly-flatbed:before{content:""}.fa-ban-smoking:before,.fa-smoking-ban:before{content:""}.fa-terminal:before{content:""}.fa-mobile-button:before{content:""}.fa-house-medical-flag:before{content:""}.fa-basket-shopping:before,.fa-shopping-basket:before{content:""}.fa-tape:before{content:""}.fa-bus-alt:before,.fa-bus-simple:before{content:""}.fa-eye:before{content:""}.fa-face-sad-cry:before,.fa-sad-cry:before{content:""}.fa-audio-description:before{content:""}.fa-person-military-to-person:before{content:""}.fa-file-shield:before{content:""}.fa-user-slash:before{content:""}.fa-pen:before{content:""}.fa-tower-observation:before{content:""}.fa-file-code:before{content:""}.fa-signal-5:before,.fa-signal-perfect:before,.fa-signal:before{content:""}.fa-bus:before{content:""}.fa-heart-circle-xmark:before{content:""}.fa-home-lg:before,.fa-house-chimney:before{content:""}.fa-window-maximize:before{content:""}.fa-face-frown:before,.fa-frown:before{content:""}.fa-prescription:before{content:""}.fa-shop:before,.fa-store-alt:before{content:""}.fa-floppy-disk:before,.fa-save:before{content:""}.fa-vihara:before{content:""}.fa-balance-scale-left:before,.fa-scale-unbalanced:before{content:""}.fa-sort-asc:before,.fa-sort-up:before{content:""}.fa-comment-dots:before,.fa-commenting:before{content:""}.fa-plant-wilt:before{content:""}.fa-diamond:before{content:""}.fa-face-grin-squint:before,.fa-grin-squint:before{content:""}.fa-hand-holding-dollar:before,.fa-hand-holding-usd:before{content:""}.fa-bacterium:before{content:""}.fa-hand-pointer:before{content:""}.fa-drum-steelpan:before{content:""}.fa-hand-scissors:before{content:""}.fa-hands-praying:before,.fa-praying-hands:before{content:""}.fa-arrow-right-rotate:before,.fa-arrow-rotate-forward:before,.fa-arrow-rotate-right:before,.fa-redo:before{content:""}.fa-biohazard:before{content:""}.fa-location-crosshairs:before,.fa-location:before{content:""}.fa-mars-double:before{content:""}.fa-child-dress:before{content:""}.fa-users-between-lines:before{content:""}.fa-lungs-virus:before{content:""}.fa-face-grin-tears:before,.fa-grin-tears:before{content:""}.fa-phone:before{content:""}.fa-calendar-times:before,.fa-calendar-xmark:before{content:""}.fa-child-reaching:before{content:""}.fa-head-side-virus:before{content:""}.fa-user-cog:before,.fa-user-gear:before{content:""}.fa-arrow-up-1-9:before,.fa-sort-numeric-up:before{content:""}.fa-door-closed:before{content:""}.fa-shield-virus:before{content:""}.fa-dice-six:before{content:""}.fa-mosquito-net:before{content:""}.fa-bridge-water:before{content:""}.fa-person-booth:before{content:""}.fa-text-width:before{content:""}.fa-hat-wizard:before{content:""}.fa-pen-fancy:before{content:""}.fa-digging:before,.fa-person-digging:before{content:""}.fa-trash:before{content:""}.fa-gauge-simple-med:before,.fa-gauge-simple:before,.fa-tachometer-average:before{content:""}.fa-book-medical:before{content:""}.fa-poo:before{content:""}.fa-quote-right-alt:before,.fa-quote-right:before{content:""}.fa-shirt:before,.fa-t-shirt:before,.fa-tshirt:before{content:""}.fa-cubes:before{content:""}.fa-divide:before{content:""}.fa-tenge-sign:before,.fa-tenge:before{content:""}.fa-headphones:before{content:""}.fa-hands-holding:before{content:""}.fa-hands-clapping:before{content:""}.fa-republican:before{content:""}.fa-arrow-left:before{content:""}.fa-person-circle-xmark:before{content:""}.fa-ruler:before{content:""}.fa-align-left:before{content:""}.fa-dice-d6:before{content:""}.fa-restroom:before{content:""}.fa-j:before{content:"J"}.fa-users-viewfinder:before{content:""}.fa-file-video:before{content:""}.fa-external-link-alt:before,.fa-up-right-from-square:before{content:""}.fa-table-cells:before,.fa-th:before{content:""}.fa-file-pdf:before{content:""}.fa-bible:before,.fa-book-bible:before{content:""}.fa-o:before{content:"O"}.fa-medkit:before,.fa-suitcase-medical:before{content:""}.fa-user-secret:before{content:""}.fa-otter:before{content:""}.fa-female:before,.fa-person-dress:before{content:""}.fa-comment-dollar:before{content:""}.fa-briefcase-clock:before,.fa-business-time:before{content:""}.fa-table-cells-large:before,.fa-th-large:before{content:""}.fa-book-tanakh:before,.fa-tanakh:before{content:""}.fa-phone-volume:before,.fa-volume-control-phone:before{content:""}.fa-hat-cowboy-side:before{content:""}.fa-clipboard-user:before{content:""}.fa-child:before{content:""}.fa-lira-sign:before{content:""}.fa-satellite:before{content:""}.fa-plane-lock:before{content:""}.fa-tag:before{content:""}.fa-comment:before{content:""}.fa-birthday-cake:before,.fa-cake-candles:before,.fa-cake:before{content:""}.fa-envelope:before{content:""}.fa-angle-double-up:before,.fa-angles-up:before{content:""}.fa-paperclip:before{content:""}.fa-arrow-right-to-city:before{content:""}.fa-ribbon:before{content:""}.fa-lungs:before{content:""}.fa-arrow-up-9-1:before,.fa-sort-numeric-up-alt:before{content:""}.fa-litecoin-sign:before{content:""}.fa-border-none:before{content:""}.fa-circle-nodes:before{content:""}.fa-parachute-box:before{content:""}.fa-indent:before{content:""}.fa-truck-field-un:before{content:""}.fa-hourglass-empty:before,.fa-hourglass:before{content:""}.fa-mountain:before{content:""}.fa-user-doctor:before,.fa-user-md:before{content:""}.fa-circle-info:before,.fa-info-circle:before{content:""}.fa-cloud-meatball:before{content:""}.fa-camera-alt:before,.fa-camera:before{content:""}.fa-square-virus:before{content:""}.fa-meteor:before{content:""}.fa-car-on:before{content:""}.fa-sleigh:before{content:""}.fa-arrow-down-1-9:before,.fa-sort-numeric-asc:before,.fa-sort-numeric-down:before{content:""}.fa-hand-holding-droplet:before,.fa-hand-holding-water:before{content:""}.fa-water:before{content:""}.fa-calendar-check:before{content:""}.fa-braille:before{content:""}.fa-prescription-bottle-alt:before,.fa-prescription-bottle-medical:before{content:""}.fa-landmark:before{content:""}.fa-truck:before{content:""}.fa-crosshairs:before{content:""}.fa-person-cane:before{content:""}.fa-tent:before{content:""}.fa-vest-patches:before{content:""}.fa-check-double:before{content:""}.fa-arrow-down-a-z:before,.fa-sort-alpha-asc:before,.fa-sort-alpha-down:before{content:""}.fa-money-bill-wheat:before{content:""}.fa-cookie:before{content:""}.fa-arrow-left-rotate:before,.fa-arrow-rotate-back:before,.fa-arrow-rotate-backward:before,.fa-arrow-rotate-left:before,.fa-undo:before{content:""}.fa-hard-drive:before,.fa-hdd:before{content:""}.fa-face-grin-squint-tears:before,.fa-grin-squint-tears:before{content:""}.fa-dumbbell:before{content:""}.fa-list-alt:before,.fa-rectangle-list:before{content:""}.fa-tarp-droplet:before{content:""}.fa-house-medical-circle-check:before{content:""}.fa-person-skiing-nordic:before,.fa-skiing-nordic:before{content:""}.fa-calendar-plus:before{content:""}.fa-plane-arrival:before{content:""}.fa-arrow-alt-circle-left:before,.fa-circle-left:before{content:""}.fa-subway:before,.fa-train-subway:before{content:""}.fa-chart-gantt:before{content:""}.fa-indian-rupee-sign:before,.fa-indian-rupee:before,.fa-inr:before{content:""}.fa-crop-alt:before,.fa-crop-simple:before{content:""}.fa-money-bill-1:before,.fa-money-bill-alt:before{content:""}.fa-left-long:before,.fa-long-arrow-alt-left:before{content:""}.fa-dna:before{content:""}.fa-virus-slash:before{content:""}.fa-minus:before,.fa-subtract:before{content:""}.fa-chess:before{content:""}.fa-arrow-left-long:before,.fa-long-arrow-left:before{content:""}.fa-plug-circle-check:before{content:""}.fa-street-view:before{content:""}.fa-franc-sign:before{content:""}.fa-volume-off:before{content:""}.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before,.fa-hands-american-sign-language-interpreting:before,.fa-hands-asl-interpreting:before{content:""}.fa-cog:before,.fa-gear:before{content:""}.fa-droplet-slash:before,.fa-tint-slash:before{content:""}.fa-mosque:before{content:""}.fa-mosquito:before{content:""}.fa-star-of-david:before{content:""}.fa-person-military-rifle:before{content:""}.fa-cart-shopping:before,.fa-shopping-cart:before{content:""}.fa-vials:before{content:""}.fa-plug-circle-plus:before{content:""}.fa-place-of-worship:before{content:""}.fa-grip-vertical:before{content:""}.fa-arrow-turn-up:before,.fa-level-up:before{content:""}.fa-u:before{content:"U"}.fa-square-root-alt:before,.fa-square-root-variable:before{content:""}.fa-clock-four:before,.fa-clock:before{content:""}.fa-backward-step:before,.fa-step-backward:before{content:""}.fa-pallet:before{content:""}.fa-faucet:before{content:""}.fa-baseball-bat-ball:before{content:""}.fa-s:before{content:"S"}.fa-timeline:before{content:""}.fa-keyboard:before{content:""}.fa-caret-down:before{content:""}.fa-clinic-medical:before,.fa-house-chimney-medical:before{content:""}.fa-temperature-3:before,.fa-temperature-three-quarters:before,.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:""}.fa-mobile-android-alt:before,.fa-mobile-screen:before{content:""}.fa-plane-up:before{content:""}.fa-piggy-bank:before{content:""}.fa-battery-3:before,.fa-battery-half:before{content:""}.fa-mountain-city:before{content:""}.fa-coins:before{content:""}.fa-khanda:before{content:""}.fa-sliders-h:before,.fa-sliders:before{content:""}.fa-folder-tree:before{content:""}.fa-network-wired:before{content:""}.fa-map-pin:before{content:""}.fa-hamsa:before{content:""}.fa-cent-sign:before{content:""}.fa-flask:before{content:""}.fa-person-pregnant:before{content:""}.fa-wand-sparkles:before{content:""}.fa-ellipsis-v:before,.fa-ellipsis-vertical:before{content:""}.fa-ticket:before{content:""}.fa-power-off:before{content:""}.fa-long-arrow-alt-right:before,.fa-right-long:before{content:""}.fa-flag-usa:before{content:""}.fa-laptop-file:before{content:""}.fa-teletype:before,.fa-tty:before{content:""}.fa-diagram-next:before{content:""}.fa-person-rifle:before{content:""}.fa-house-medical-circle-exclamation:before{content:""}.fa-closed-captioning:before{content:""}.fa-hiking:before,.fa-person-hiking:before{content:""}.fa-venus-double:before{content:""}.fa-images:before{content:""}.fa-calculator:before{content:""}.fa-people-pulling:before{content:""}.fa-n:before{content:"N"}.fa-cable-car:before,.fa-tram:before{content:""}.fa-cloud-rain:before{content:""}.fa-building-circle-xmark:before{content:""}.fa-ship:before{content:""}.fa-arrows-down-to-line:before{content:""}.fa-download:before{content:""}.fa-face-grin:before,.fa-grin:before{content:""}.fa-backspace:before,.fa-delete-left:before{content:""}.fa-eye-dropper-empty:before,.fa-eye-dropper:before,.fa-eyedropper:before{content:""}.fa-file-circle-check:before{content:""}.fa-forward:before{content:""}.fa-mobile-android:before,.fa-mobile-phone:before,.fa-mobile:before{content:""}.fa-face-meh:before,.fa-meh:before{content:""}.fa-align-center:before{content:""}.fa-book-dead:before,.fa-book-skull:before{content:""}.fa-drivers-license:before,.fa-id-card:before{content:""}.fa-dedent:before,.fa-outdent:before{content:""}.fa-heart-circle-exclamation:before{content:""}.fa-home-alt:before,.fa-home-lg-alt:before,.fa-home:before,.fa-house:before{content:""}.fa-calendar-week:before{content:""}.fa-laptop-medical:before{content:""}.fa-b:before{content:"B"}.fa-file-medical:before{content:""}.fa-dice-one:before{content:""}.fa-kiwi-bird:before{content:""}.fa-arrow-right-arrow-left:before,.fa-exchange:before{content:""}.fa-redo-alt:before,.fa-rotate-forward:before,.fa-rotate-right:before{content:""}.fa-cutlery:before,.fa-utensils:before{content:""}.fa-arrow-up-wide-short:before,.fa-sort-amount-up:before{content:""}.fa-mill-sign:before{content:""}.fa-bowl-rice:before{content:""}.fa-skull:before{content:""}.fa-broadcast-tower:before,.fa-tower-broadcast:before{content:""}.fa-truck-pickup:before{content:""}.fa-long-arrow-alt-up:before,.fa-up-long:before{content:""}.fa-stop:before{content:""}.fa-code-merge:before{content:""}.fa-upload:before{content:""}.fa-hurricane:before{content:""}.fa-mound:before{content:""}.fa-toilet-portable:before{content:""}.fa-compact-disc:before{content:""}.fa-file-arrow-down:before,.fa-file-download:before{content:""}.fa-caravan:before{content:""}.fa-shield-cat:before{content:""}.fa-bolt:before,.fa-zap:before{content:""}.fa-glass-water:before{content:""}.fa-oil-well:before{content:""}.fa-vault:before{content:""}.fa-mars:before{content:""}.fa-toilet:before{content:""}.fa-plane-circle-xmark:before{content:""}.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen-sign:before,.fa-yen:before{content:""}.fa-rouble:before,.fa-rub:before,.fa-ruble-sign:before,.fa-ruble:before{content:""}.fa-sun:before{content:""}.fa-guitar:before{content:""}.fa-face-laugh-wink:before,.fa-laugh-wink:before{content:""}.fa-horse-head:before{content:""}.fa-bore-hole:before{content:""}.fa-industry:before{content:""}.fa-arrow-alt-circle-down:before,.fa-circle-down:before{content:""}.fa-arrows-turn-to-dots:before{content:""}.fa-florin-sign:before{content:""}.fa-arrow-down-short-wide:before,.fa-sort-amount-desc:before,.fa-sort-amount-down-alt:before{content:""}.fa-less-than:before{content:"<"}.fa-angle-down:before{content:""}.fa-car-tunnel:before{content:""}.fa-head-side-cough:before{content:""}.fa-grip-lines:before{content:""}.fa-thumbs-down:before{content:""}.fa-user-lock:before{content:""}.fa-arrow-right-long:before,.fa-long-arrow-right:before{content:""}.fa-anchor-circle-xmark:before{content:""}.fa-ellipsis-h:before,.fa-ellipsis:before{content:""}.fa-chess-pawn:before{content:""}.fa-first-aid:before,.fa-kit-medical:before{content:""}.fa-person-through-window:before{content:""}.fa-toolbox:before{content:""}.fa-hands-holding-circle:before{content:""}.fa-bug:before{content:""}.fa-credit-card-alt:before,.fa-credit-card:before{content:""}.fa-automobile:before,.fa-car:before{content:""}.fa-hand-holding-hand:before{content:""}.fa-book-open-reader:before,.fa-book-reader:before{content:""}.fa-mountain-sun:before{content:""}.fa-arrows-left-right-to-line:before{content:""}.fa-dice-d20:before{content:""}.fa-truck-droplet:before{content:""}.fa-file-circle-xmark:before{content:""}.fa-temperature-arrow-up:before,.fa-temperature-up:before{content:""}.fa-medal:before{content:""}.fa-bed:before{content:""}.fa-h-square:before,.fa-square-h:before{content:""}.fa-podcast:before{content:""}.fa-temperature-4:before,.fa-temperature-full:before,.fa-thermometer-4:before,.fa-thermometer-full:before{content:""}.fa-bell:before{content:""}.fa-superscript:before{content:""}.fa-plug-circle-xmark:before{content:""}.fa-star-of-life:before{content:""}.fa-phone-slash:before{content:""}.fa-paint-roller:before{content:""}.fa-hands-helping:before,.fa-handshake-angle:before{content:""}.fa-location-dot:before,.fa-map-marker-alt:before{content:""}.fa-file:before{content:""}.fa-greater-than:before{content:">"}.fa-person-swimming:before,.fa-swimmer:before{content:""}.fa-arrow-down:before{content:""}.fa-droplet:before,.fa-tint:before{content:""}.fa-eraser:before{content:""}.fa-earth-america:before,.fa-earth-americas:before,.fa-earth:before,.fa-globe-americas:before{content:""}.fa-person-burst:before{content:""}.fa-dove:before{content:""}.fa-battery-0:before,.fa-battery-empty:before{content:""}.fa-socks:before{content:""}.fa-inbox:before{content:""}.fa-section:before{content:""}.fa-gauge-high:before,.fa-tachometer-alt-fast:before,.fa-tachometer-alt:before{content:""}.fa-envelope-open-text:before{content:""}.fa-hospital-alt:before,.fa-hospital-wide:before,.fa-hospital:before{content:""}.fa-wine-bottle:before{content:""}.fa-chess-rook:before{content:""}.fa-bars-staggered:before,.fa-reorder:before,.fa-stream:before{content:""}.fa-dharmachakra:before{content:""}.fa-hotdog:before{content:""}.fa-blind:before,.fa-person-walking-with-cane:before{content:""}.fa-drum:before{content:""}.fa-ice-cream:before{content:""}.fa-heart-circle-bolt:before{content:""}.fa-fax:before{content:""}.fa-paragraph:before{content:""}.fa-check-to-slot:before,.fa-vote-yea:before{content:""}.fa-star-half:before{content:""}.fa-boxes-alt:before,.fa-boxes-stacked:before,.fa-boxes:before{content:""}.fa-chain:before,.fa-link:before{content:""}.fa-assistive-listening-systems:before,.fa-ear-listen:before{content:""}.fa-tree-city:before{content:""}.fa-play:before{content:""}.fa-font:before{content:""}.fa-rupiah-sign:before{content:""}.fa-magnifying-glass:before,.fa-search:before{content:""}.fa-ping-pong-paddle-ball:before,.fa-table-tennis-paddle-ball:before,.fa-table-tennis:before{content:""}.fa-diagnoses:before,.fa-person-dots-from-line:before{content:""}.fa-trash-can-arrow-up:before,.fa-trash-restore-alt:before{content:""}.fa-naira-sign:before{content:""}.fa-cart-arrow-down:before{content:""}.fa-walkie-talkie:before{content:""}.fa-file-edit:before,.fa-file-pen:before{content:""}.fa-receipt:before{content:""}.fa-pen-square:before,.fa-pencil-square:before,.fa-square-pen:before{content:""}.fa-suitcase-rolling:before{content:""}.fa-person-circle-exclamation:before{content:""}.fa-chevron-down:before{content:""}.fa-battery-5:before,.fa-battery-full:before,.fa-battery:before{content:""}.fa-skull-crossbones:before{content:""}.fa-code-compare:before{content:""}.fa-list-dots:before,.fa-list-ul:before{content:""}.fa-school-lock:before{content:""}.fa-tower-cell:before{content:""}.fa-down-long:before,.fa-long-arrow-alt-down:before{content:""}.fa-ranking-star:before{content:""}.fa-chess-king:before{content:""}.fa-person-harassing:before{content:""}.fa-brazilian-real-sign:before{content:""}.fa-landmark-alt:before,.fa-landmark-dome:before{content:""}.fa-arrow-up:before{content:""}.fa-television:before,.fa-tv-alt:before,.fa-tv:before{content:""}.fa-shrimp:before{content:""}.fa-list-check:before,.fa-tasks:before{content:""}.fa-jug-detergent:before{content:""}.fa-circle-user:before,.fa-user-circle:before{content:""}.fa-user-shield:before{content:""}.fa-wind:before{content:""}.fa-car-burst:before,.fa-car-crash:before{content:""}.fa-y:before{content:"Y"}.fa-person-snowboarding:before,.fa-snowboarding:before{content:""}.fa-shipping-fast:before,.fa-truck-fast:before{content:""}.fa-fish:before{content:""}.fa-user-graduate:before{content:""}.fa-adjust:before,.fa-circle-half-stroke:before{content:""}.fa-clapperboard:before{content:""}.fa-circle-radiation:before,.fa-radiation-alt:before{content:""}.fa-baseball-ball:before,.fa-baseball:before{content:""}.fa-jet-fighter-up:before{content:""}.fa-diagram-project:before,.fa-project-diagram:before{content:""}.fa-copy:before{content:""}.fa-volume-mute:before,.fa-volume-times:before,.fa-volume-xmark:before{content:""}.fa-hand-sparkles:before{content:""}.fa-grip-horizontal:before,.fa-grip:before{content:""}.fa-share-from-square:before,.fa-share-square:before{content:""}.fa-child-combatant:before,.fa-child-rifle:before{content:""}.fa-gun:before{content:""}.fa-phone-square:before,.fa-square-phone:before{content:""}.fa-add:before,.fa-plus:before{content:"+"}.fa-expand:before{content:""}.fa-computer:before{content:""}.fa-close:before,.fa-multiply:before,.fa-remove:before,.fa-times:before,.fa-xmark:before{content:""}.fa-arrows-up-down-left-right:before,.fa-arrows:before{content:""}.fa-chalkboard-teacher:before,.fa-chalkboard-user:before{content:""}.fa-peso-sign:before{content:""}.fa-building-shield:before{content:""}.fa-baby:before{content:""}.fa-users-line:before{content:""}.fa-quote-left-alt:before,.fa-quote-left:before{content:""}.fa-tractor:before{content:""}.fa-trash-arrow-up:before,.fa-trash-restore:before{content:""}.fa-arrow-down-up-lock:before{content:""}.fa-lines-leaning:before{content:""}.fa-ruler-combined:before{content:""}.fa-copyright:before{content:""}.fa-equals:before{content:"="}.fa-blender:before{content:""}.fa-teeth:before{content:""}.fa-ils:before,.fa-shekel-sign:before,.fa-shekel:before,.fa-sheqel-sign:before,.fa-sheqel:before{content:""}.fa-map:before{content:""}.fa-rocket:before{content:""}.fa-photo-film:before,.fa-photo-video:before{content:""}.fa-folder-minus:before{content:""}.fa-store:before{content:""}.fa-arrow-trend-up:before{content:""}.fa-plug-circle-minus:before{content:""}.fa-sign-hanging:before,.fa-sign:before{content:""}.fa-bezier-curve:before{content:""}.fa-bell-slash:before{content:""}.fa-tablet-android:before,.fa-tablet:before{content:""}.fa-school-flag:before{content:""}.fa-fill:before{content:""}.fa-angle-up:before{content:""}.fa-drumstick-bite:before{content:""}.fa-holly-berry:before{content:""}.fa-chevron-left:before{content:""}.fa-bacteria:before{content:""}.fa-hand-lizard:before{content:""}.fa-notdef:before{content:""}.fa-disease:before{content:""}.fa-briefcase-medical:before{content:""}.fa-genderless:before{content:""}.fa-chevron-right:before{content:""}.fa-retweet:before{content:""}.fa-car-alt:before,.fa-car-rear:before{content:""}.fa-pump-soap:before{content:""}.fa-video-slash:before{content:""}.fa-battery-2:before,.fa-battery-quarter:before{content:""}.fa-radio:before{content:""}.fa-baby-carriage:before,.fa-carriage-baby:before{content:""}.fa-traffic-light:before{content:""}.fa-thermometer:before{content:""}.fa-vr-cardboard:before{content:""}.fa-hand-middle-finger:before{content:""}.fa-percent:before,.fa-percentage:before{content:"%"}.fa-truck-moving:before{content:""}.fa-glass-water-droplet:before{content:""}.fa-display:before{content:""}.fa-face-smile:before,.fa-smile:before{content:""}.fa-thumb-tack:before,.fa-thumbtack:before{content:""}.fa-trophy:before{content:""}.fa-person-praying:before,.fa-pray:before{content:""}.fa-hammer:before{content:""}.fa-hand-peace:before{content:""}.fa-rotate:before,.fa-sync-alt:before{content:""}.fa-spinner:before{content:""}.fa-robot:before{content:""}.fa-peace:before{content:""}.fa-cogs:before,.fa-gears:before{content:""}.fa-warehouse:before{content:""}.fa-arrow-up-right-dots:before{content:""}.fa-splotch:before{content:""}.fa-face-grin-hearts:before,.fa-grin-hearts:before{content:""}.fa-dice-four:before{content:""}.fa-sim-card:before{content:""}.fa-transgender-alt:before,.fa-transgender:before{content:""}.fa-mercury:before{content:""}.fa-arrow-turn-down:before,.fa-level-down:before{content:""}.fa-person-falling-burst:before{content:""}.fa-award:before{content:""}.fa-ticket-alt:before,.fa-ticket-simple:before{content:""}.fa-building:before{content:""}.fa-angle-double-left:before,.fa-angles-left:before{content:""}.fa-qrcode:before{content:""}.fa-clock-rotate-left:before,.fa-history:before{content:""}.fa-face-grin-beam-sweat:before,.fa-grin-beam-sweat:before{content:""}.fa-arrow-right-from-file:before,.fa-file-export:before{content:""}.fa-shield-blank:before,.fa-shield:before{content:""}.fa-arrow-up-short-wide:before,.fa-sort-amount-up-alt:before{content:""}.fa-house-medical:before{content:""}.fa-golf-ball-tee:before,.fa-golf-ball:before{content:""}.fa-chevron-circle-left:before,.fa-circle-chevron-left:before{content:""}.fa-house-chimney-window:before{content:""}.fa-pen-nib:before{content:""}.fa-tent-arrow-turn-left:before{content:""}.fa-tents:before{content:""}.fa-magic:before,.fa-wand-magic:before{content:""}.fa-dog:before{content:""}.fa-carrot:before{content:""}.fa-moon:before{content:""}.fa-wine-glass-alt:before,.fa-wine-glass-empty:before{content:""}.fa-cheese:before{content:""}.fa-yin-yang:before{content:""}.fa-music:before{content:""}.fa-code-commit:before{content:""}.fa-temperature-low:before{content:""}.fa-biking:before,.fa-person-biking:before{content:""}.fa-broom:before{content:""}.fa-shield-heart:before{content:""}.fa-gopuram:before{content:""}.fa-earth-oceania:before,.fa-globe-oceania:before{content:""}.fa-square-xmark:before,.fa-times-square:before,.fa-xmark-square:before{content:""}.fa-hashtag:before{content:"#"}.fa-expand-alt:before,.fa-up-right-and-down-left-from-center:before{content:""}.fa-oil-can:before{content:""}.fa-t:before{content:"T"}.fa-hippo:before{content:""}.fa-chart-column:before{content:""}.fa-infinity:before{content:""}.fa-vial-circle-check:before{content:""}.fa-person-arrow-down-to-line:before{content:""}.fa-voicemail:before{content:""}.fa-fan:before{content:""}.fa-person-walking-luggage:before{content:""}.fa-arrows-alt-v:before,.fa-up-down:before{content:""}.fa-cloud-moon-rain:before{content:""}.fa-calendar:before{content:""}.fa-trailer:before{content:""}.fa-bahai:before,.fa-haykal:before{content:""}.fa-sd-card:before{content:""}.fa-dragon:before{content:""}.fa-shoe-prints:before{content:""}.fa-circle-plus:before,.fa-plus-circle:before{content:""}.fa-face-grin-tongue-wink:before,.fa-grin-tongue-wink:before{content:""}.fa-hand-holding:before{content:""}.fa-plug-circle-exclamation:before{content:""}.fa-chain-broken:before,.fa-chain-slash:before,.fa-link-slash:before,.fa-unlink:before{content:""}.fa-clone:before{content:""}.fa-person-walking-arrow-loop-left:before{content:""}.fa-arrow-up-z-a:before,.fa-sort-alpha-up-alt:before{content:""}.fa-fire-alt:before,.fa-fire-flame-curved:before{content:""}.fa-tornado:before{content:""}.fa-file-circle-plus:before{content:""}.fa-book-quran:before,.fa-quran:before{content:""}.fa-anchor:before{content:""}.fa-border-all:before{content:""}.fa-angry:before,.fa-face-angry:before{content:""}.fa-cookie-bite:before{content:""}.fa-arrow-trend-down:before{content:""}.fa-feed:before,.fa-rss:before{content:""}.fa-draw-polygon:before{content:""}.fa-balance-scale:before,.fa-scale-balanced:before{content:""}.fa-gauge-simple-high:before,.fa-tachometer-fast:before,.fa-tachometer:before{content:""}.fa-shower:before{content:""}.fa-desktop-alt:before,.fa-desktop:before{content:""}.fa-m:before{content:"M"}.fa-table-list:before,.fa-th-list:before{content:""}.fa-comment-sms:before,.fa-sms:before{content:""}.fa-book:before{content:""}.fa-user-plus:before{content:""}.fa-check:before{content:""}.fa-battery-4:before,.fa-battery-three-quarters:before{content:""}.fa-house-circle-check:before{content:""}.fa-angle-left:before{content:""}.fa-diagram-successor:before{content:""}.fa-truck-arrow-right:before{content:""}.fa-arrows-split-up-and-left:before{content:""}.fa-fist-raised:before,.fa-hand-fist:before{content:""}.fa-cloud-moon:before{content:""}.fa-briefcase:before{content:""}.fa-person-falling:before{content:""}.fa-image-portrait:before,.fa-portrait:before{content:""}.fa-user-tag:before{content:""}.fa-rug:before{content:""}.fa-earth-europe:before,.fa-globe-europe:before{content:""}.fa-cart-flatbed-suitcase:before,.fa-luggage-cart:before{content:""}.fa-rectangle-times:before,.fa-rectangle-xmark:before,.fa-times-rectangle:before,.fa-window-close:before{content:""}.fa-baht-sign:before{content:""}.fa-book-open:before{content:""}.fa-book-journal-whills:before,.fa-journal-whills:before{content:""}.fa-handcuffs:before{content:""}.fa-exclamation-triangle:before,.fa-triangle-exclamation:before,.fa-warning:before{content:""}.fa-database:before{content:""}.fa-arrow-turn-right:before,.fa-mail-forward:before,.fa-share:before{content:""}.fa-bottle-droplet:before{content:""}.fa-mask-face:before{content:""}.fa-hill-rockslide:before{content:""}.fa-exchange-alt:before,.fa-right-left:before{content:""}.fa-paper-plane:before{content:""}.fa-road-circle-exclamation:before{content:""}.fa-dungeon:before{content:""}.fa-align-right:before{content:""}.fa-money-bill-1-wave:before,.fa-money-bill-wave-alt:before{content:""}.fa-life-ring:before{content:""}.fa-hands:before,.fa-sign-language:before,.fa-signing:before{content:""}.fa-calendar-day:before{content:""}.fa-ladder-water:before,.fa-swimming-pool:before,.fa-water-ladder:before{content:""}.fa-arrows-up-down:before,.fa-arrows-v:before{content:""}.fa-face-grimace:before,.fa-grimace:before{content:""}.fa-wheelchair-alt:before,.fa-wheelchair-move:before{content:""}.fa-level-down-alt:before,.fa-turn-down:before{content:""}.fa-person-walking-arrow-right:before{content:""}.fa-envelope-square:before,.fa-square-envelope:before{content:""}.fa-dice:before{content:""}.fa-bowling-ball:before{content:""}.fa-brain:before{content:""}.fa-band-aid:before,.fa-bandage:before{content:""}.fa-calendar-minus:before{content:""}.fa-circle-xmark:before,.fa-times-circle:before,.fa-xmark-circle:before{content:""}.fa-gifts:before{content:""}.fa-hotel:before{content:""}.fa-earth-asia:before,.fa-globe-asia:before{content:""}.fa-id-card-alt:before,.fa-id-card-clip:before{content:""}.fa-magnifying-glass-plus:before,.fa-search-plus:before{content:""}.fa-thumbs-up:before{content:""}.fa-user-clock:before{content:""}.fa-allergies:before,.fa-hand-dots:before{content:""}.fa-file-invoice:before{content:""}.fa-window-minimize:before{content:""}.fa-coffee:before,.fa-mug-saucer:before{content:""}.fa-brush:before{content:""}.fa-mask:before{content:""}.fa-magnifying-glass-minus:before,.fa-search-minus:before{content:""}.fa-ruler-vertical:before{content:""}.fa-user-alt:before,.fa-user-large:before{content:""}.fa-train-tram:before{content:""}.fa-user-nurse:before{content:""}.fa-syringe:before{content:""}.fa-cloud-sun:before{content:""}.fa-stopwatch-20:before{content:""}.fa-square-full:before{content:""}.fa-magnet:before{content:""}.fa-jar:before{content:""}.fa-note-sticky:before,.fa-sticky-note:before{content:""}.fa-bug-slash:before{content:""}.fa-arrow-up-from-water-pump:before{content:""}.fa-bone:before{content:""}.fa-user-injured:before{content:""}.fa-face-sad-tear:before,.fa-sad-tear:before{content:""}.fa-plane:before{content:""}.fa-tent-arrows-down:before{content:""}.fa-exclamation:before{content:"!"}.fa-arrows-spin:before{content:""}.fa-print:before{content:""}.fa-try:before,.fa-turkish-lira-sign:before,.fa-turkish-lira:before{content:""}.fa-dollar-sign:before,.fa-dollar:before,.fa-usd:before{content:"$"}.fa-x:before{content:"X"}.fa-magnifying-glass-dollar:before,.fa-search-dollar:before{content:""}.fa-users-cog:before,.fa-users-gear:before{content:""}.fa-person-military-pointing:before{content:""}.fa-bank:before,.fa-building-columns:before,.fa-institution:before,.fa-museum:before,.fa-university:before{content:""}.fa-umbrella:before{content:""}.fa-trowel:before{content:""}.fa-d:before{content:"D"}.fa-stapler:before{content:""}.fa-masks-theater:before,.fa-theater-masks:before{content:""}.fa-kip-sign:before{content:""}.fa-hand-point-left:before{content:""}.fa-handshake-alt:before,.fa-handshake-simple:before{content:""}.fa-fighter-jet:before,.fa-jet-fighter:before{content:""}.fa-share-alt-square:before,.fa-square-share-nodes:before{content:""}.fa-barcode:before{content:""}.fa-plus-minus:before{content:""}.fa-video-camera:before,.fa-video:before{content:""}.fa-graduation-cap:before,.fa-mortar-board:before{content:""}.fa-hand-holding-medical:before{content:""}.fa-person-circle-check:before{content:""}.fa-level-up-alt:before,.fa-turn-up:before{content:""}.fa-sr-only,.fa-sr-only-focusable:not(:focus),.sr-only,.sr-only-focusable:not(:focus){position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0}:host,:root{--fa-style-family-brands:"Font Awesome 6 Brands";--fa-font-brands:normal 400 1em/1 "Font Awesome 6 Brands"}@font-face{font-family:"Font Awesome 6 Brands";font-style:normal;font-weight:400;font-display:block;src:url(fonts/fa-brands-400.woff2) format("woff2")}.fa-brands,.fab{font-weight:400}.fa-monero:before{content:""}.fa-hooli:before{content:""}.fa-yelp:before{content:""}.fa-cc-visa:before{content:""}.fa-lastfm:before{content:""}.fa-shopware:before{content:""}.fa-creative-commons-nc:before{content:""}.fa-aws:before{content:""}.fa-redhat:before{content:""}.fa-yoast:before{content:""}.fa-cloudflare:before{content:""}.fa-ups:before{content:""}.fa-wpexplorer:before{content:""}.fa-dyalog:before{content:""}.fa-bity:before{content:""}.fa-stackpath:before{content:""}.fa-buysellads:before{content:""}.fa-first-order:before{content:""}.fa-modx:before{content:""}.fa-guilded:before{content:""}.fa-vnv:before{content:""}.fa-js-square:before,.fa-square-js:before{content:""}.fa-microsoft:before{content:""}.fa-qq:before{content:""}.fa-orcid:before{content:""}.fa-java:before{content:""}.fa-invision:before{content:""}.fa-creative-commons-pd-alt:before{content:""}.fa-centercode:before{content:""}.fa-glide-g:before{content:""}.fa-drupal:before{content:""}.fa-hire-a-helper:before{content:""}.fa-creative-commons-by:before{content:""}.fa-unity:before{content:""}.fa-whmcs:before{content:""}.fa-rocketchat:before{content:""}.fa-vk:before{content:""}.fa-untappd:before{content:""}.fa-mailchimp:before{content:""}.fa-css3-alt:before{content:""}.fa-reddit-square:before,.fa-square-reddit:before{content:""}.fa-vimeo-v:before{content:""}.fa-contao:before{content:""}.fa-square-font-awesome:before{content:""}.fa-deskpro:before{content:""}.fa-sistrix:before{content:""}.fa-instagram-square:before,.fa-square-instagram:before{content:""}.fa-battle-net:before{content:""}.fa-the-red-yeti:before{content:""}.fa-hacker-news-square:before,.fa-square-hacker-news:before{content:""}.fa-edge:before{content:""}.fa-napster:before{content:""}.fa-snapchat-square:before,.fa-square-snapchat:before{content:""}.fa-google-plus-g:before{content:""}.fa-artstation:before{content:""}.fa-markdown:before{content:""}.fa-sourcetree:before{content:""}.fa-google-plus:before{content:""}.fa-diaspora:before{content:""}.fa-foursquare:before{content:""}.fa-stack-overflow:before{content:""}.fa-github-alt:before{content:""}.fa-phoenix-squadron:before{content:""}.fa-pagelines:before{content:""}.fa-algolia:before{content:""}.fa-red-river:before{content:""}.fa-creative-commons-sa:before{content:""}.fa-safari:before{content:""}.fa-google:before{content:""}.fa-font-awesome-alt:before,.fa-square-font-awesome-stroke:before{content:""}.fa-atlassian:before{content:""}.fa-linkedin-in:before{content:""}.fa-digital-ocean:before{content:""}.fa-nimblr:before{content:""}.fa-chromecast:before{content:""}.fa-evernote:before{content:""}.fa-hacker-news:before{content:""}.fa-creative-commons-sampling:before{content:""}.fa-adversal:before{content:""}.fa-creative-commons:before{content:""}.fa-watchman-monitoring:before{content:""}.fa-fonticons:before{content:""}.fa-weixin:before{content:""}.fa-shirtsinbulk:before{content:""}.fa-codepen:before{content:""}.fa-git-alt:before{content:""}.fa-lyft:before{content:""}.fa-rev:before{content:""}.fa-windows:before{content:""}.fa-wizards-of-the-coast:before{content:""}.fa-square-viadeo:before,.fa-viadeo-square:before{content:""}.fa-meetup:before{content:""}.fa-centos:before{content:""}.fa-adn:before{content:""}.fa-cloudsmith:before{content:""}.fa-pied-piper-alt:before{content:""}.fa-dribbble-square:before,.fa-square-dribbble:before{content:""}.fa-codiepie:before{content:""}.fa-node:before{content:""}.fa-mix:before{content:""}.fa-steam:before{content:""}.fa-cc-apple-pay:before{content:""}.fa-scribd:before{content:""}.fa-openid:before{content:""}.fa-instalod:before{content:""}.fa-expeditedssl:before{content:""}.fa-sellcast:before{content:""}.fa-square-twitter:before,.fa-twitter-square:before{content:""}.fa-r-project:before{content:""}.fa-delicious:before{content:""}.fa-freebsd:before{content:""}.fa-vuejs:before{content:""}.fa-accusoft:before{content:""}.fa-ioxhost:before{content:""}.fa-fonticons-fi:before{content:""}.fa-app-store:before{content:""}.fa-cc-mastercard:before{content:""}.fa-itunes-note:before{content:""}.fa-golang:before{content:""}.fa-kickstarter:before{content:""}.fa-grav:before{content:""}.fa-weibo:before{content:""}.fa-uncharted:before{content:""}.fa-firstdraft:before{content:""}.fa-square-youtube:before,.fa-youtube-square:before{content:""}.fa-wikipedia-w:before{content:""}.fa-rendact:before,.fa-wpressr:before{content:""}.fa-angellist:before{content:""}.fa-galactic-republic:before{content:""}.fa-nfc-directional:before{content:""}.fa-skype:before{content:""}.fa-joget:before{content:""}.fa-fedora:before{content:""}.fa-stripe-s:before{content:""}.fa-meta:before{content:""}.fa-laravel:before{content:""}.fa-hotjar:before{content:""}.fa-bluetooth-b:before{content:""}.fa-sticker-mule:before{content:""}.fa-creative-commons-zero:before{content:""}.fa-hips:before{content:""}.fa-behance:before{content:""}.fa-reddit:before{content:""}.fa-discord:before{content:""}.fa-chrome:before{content:""}.fa-app-store-ios:before{content:""}.fa-cc-discover:before{content:""}.fa-wpbeginner:before{content:""}.fa-confluence:before{content:""}.fa-mdb:before{content:""}.fa-dochub:before{content:""}.fa-accessible-icon:before{content:""}.fa-ebay:before{content:""}.fa-amazon:before{content:""}.fa-unsplash:before{content:""}.fa-yarn:before{content:""}.fa-square-steam:before,.fa-steam-square:before{content:""}.fa-500px:before{content:""}.fa-square-vimeo:before,.fa-vimeo-square:before{content:""}.fa-asymmetrik:before{content:""}.fa-font-awesome-flag:before,.fa-font-awesome-logo-full:before,.fa-font-awesome:before{content:""}.fa-gratipay:before{content:""}.fa-apple:before{content:""}.fa-hive:before{content:""}.fa-gitkraken:before{content:""}.fa-keybase:before{content:""}.fa-apple-pay:before{content:""}.fa-padlet:before{content:""}.fa-amazon-pay:before{content:""}.fa-github-square:before,.fa-square-github:before{content:""}.fa-stumbleupon:before{content:""}.fa-fedex:before{content:""}.fa-phoenix-framework:before{content:""}.fa-shopify:before{content:""}.fa-neos:before{content:""}.fa-hackerrank:before{content:""}.fa-researchgate:before{content:""}.fa-swift:before{content:""}.fa-angular:before{content:""}.fa-speakap:before{content:""}.fa-angrycreative:before{content:""}.fa-y-combinator:before{content:""}.fa-empire:before{content:""}.fa-envira:before{content:""}.fa-gitlab-square:before,.fa-square-gitlab:before{content:""}.fa-studiovinari:before{content:""}.fa-pied-piper:before{content:""}.fa-wordpress:before{content:""}.fa-product-hunt:before{content:""}.fa-firefox:before{content:""}.fa-linode:before{content:""}.fa-goodreads:before{content:""}.fa-odnoklassniki-square:before,.fa-square-odnoklassniki:before{content:""}.fa-jsfiddle:before{content:""}.fa-sith:before{content:""}.fa-themeisle:before{content:""}.fa-page4:before{content:""}.fa-hashnode:before{content:""}.fa-react:before{content:""}.fa-cc-paypal:before{content:""}.fa-squarespace:before{content:""}.fa-cc-stripe:before{content:""}.fa-creative-commons-share:before{content:""}.fa-bitcoin:before{content:""}.fa-keycdn:before{content:""}.fa-opera:before{content:""}.fa-itch-io:before{content:""}.fa-umbraco:before{content:""}.fa-galactic-senate:before{content:""}.fa-ubuntu:before{content:""}.fa-draft2digital:before{content:""}.fa-stripe:before{content:""}.fa-houzz:before{content:""}.fa-gg:before{content:""}.fa-dhl:before{content:""}.fa-pinterest-square:before,.fa-square-pinterest:before{content:""}.fa-xing:before{content:""}.fa-blackberry:before{content:""}.fa-creative-commons-pd:before{content:""}.fa-playstation:before{content:""}.fa-quinscape:before{content:""}.fa-less:before{content:""}.fa-blogger-b:before{content:""}.fa-opencart:before{content:""}.fa-vine:before{content:""}.fa-paypal:before{content:""}.fa-gitlab:before{content:""}.fa-typo3:before{content:""}.fa-reddit-alien:before{content:""}.fa-yahoo:before{content:""}.fa-dailymotion:before{content:""}.fa-affiliatetheme:before{content:""}.fa-pied-piper-pp:before{content:""}.fa-bootstrap:before{content:""}.fa-odnoklassniki:before{content:""}.fa-nfc-symbol:before{content:""}.fa-ethereum:before{content:""}.fa-speaker-deck:before{content:""}.fa-creative-commons-nc-eu:before{content:""}.fa-patreon:before{content:""}.fa-avianex:before{content:""}.fa-ello:before{content:""}.fa-gofore:before{content:""}.fa-bimobject:before{content:""}.fa-facebook-f:before{content:""}.fa-google-plus-square:before,.fa-square-google-plus:before{content:""}.fa-mandalorian:before{content:""}.fa-first-order-alt:before{content:""}.fa-osi:before{content:""}.fa-google-wallet:before{content:""}.fa-d-and-d-beyond:before{content:""}.fa-periscope:before{content:""}.fa-fulcrum:before{content:""}.fa-cloudscale:before{content:""}.fa-forumbee:before{content:""}.fa-mizuni:before{content:""}.fa-schlix:before{content:""}.fa-square-xing:before,.fa-xing-square:before{content:""}.fa-bandcamp:before{content:""}.fa-wpforms:before{content:""}.fa-cloudversify:before{content:""}.fa-usps:before{content:""}.fa-megaport:before{content:""}.fa-magento:before{content:""}.fa-spotify:before{content:""}.fa-optin-monster:before{content:""}.fa-fly:before{content:""}.fa-aviato:before{content:""}.fa-itunes:before{content:""}.fa-cuttlefish:before{content:""}.fa-blogger:before{content:""}.fa-flickr:before{content:""}.fa-viber:before{content:""}.fa-soundcloud:before{content:""}.fa-digg:before{content:""}.fa-tencent-weibo:before{content:""}.fa-symfony:before{content:""}.fa-maxcdn:before{content:""}.fa-etsy:before{content:""}.fa-facebook-messenger:before{content:""}.fa-audible:before{content:""}.fa-think-peaks:before{content:""}.fa-bilibili:before{content:""}.fa-erlang:before{content:""}.fa-cotton-bureau:before{content:""}.fa-dashcube:before{content:""}.fa-42-group:before,.fa-innosoft:before{content:""}.fa-stack-exchange:before{content:""}.fa-elementor:before{content:""}.fa-pied-piper-square:before,.fa-square-pied-piper:before{content:""}.fa-creative-commons-nd:before{content:""}.fa-palfed:before{content:""}.fa-superpowers:before{content:""}.fa-resolving:before{content:""}.fa-xbox:before{content:""}.fa-searchengin:before{content:""}.fa-tiktok:before{content:""}.fa-facebook-square:before,.fa-square-facebook:before{content:""}.fa-renren:before{content:""}.fa-linux:before{content:""}.fa-glide:before{content:""}.fa-linkedin:before{content:""}.fa-hubspot:before{content:""}.fa-deploydog:before{content:""}.fa-twitch:before{content:""}.fa-ravelry:before{content:""}.fa-mixer:before{content:""}.fa-lastfm-square:before,.fa-square-lastfm:before{content:""}.fa-vimeo:before{content:""}.fa-mendeley:before{content:""}.fa-uniregistry:before{content:""}.fa-figma:before{content:""}.fa-creative-commons-remix:before{content:""}.fa-cc-amazon-pay:before{content:""}.fa-dropbox:before{content:""}.fa-instagram:before{content:""}.fa-cmplid:before{content:""}.fa-facebook:before{content:""}.fa-gripfire:before{content:""}.fa-jedi-order:before{content:""}.fa-uikit:before{content:""}.fa-fort-awesome-alt:before{content:""}.fa-phabricator:before{content:""}.fa-ussunnah:before{content:""}.fa-earlybirds:before{content:""}.fa-trade-federation:before{content:""}.fa-autoprefixer:before{content:""}.fa-whatsapp:before{content:""}.fa-slideshare:before{content:""}.fa-google-play:before{content:""}.fa-viadeo:before{content:""}.fa-line:before{content:""}.fa-google-drive:before{content:""}.fa-servicestack:before{content:""}.fa-simplybuilt:before{content:""}.fa-bitbucket:before{content:""}.fa-imdb:before{content:""}.fa-deezer:before{content:""}.fa-raspberry-pi:before{content:""}.fa-jira:before{content:""}.fa-docker:before{content:""}.fa-screenpal:before{content:""}.fa-bluetooth:before{content:""}.fa-gitter:before{content:""}.fa-d-and-d:before{content:""}.fa-microblog:before{content:""}.fa-cc-diners-club:before{content:""}.fa-gg-circle:before{content:""}.fa-pied-piper-hat:before{content:""}.fa-kickstarter-k:before{content:""}.fa-yandex:before{content:""}.fa-readme:before{content:""}.fa-html5:before{content:""}.fa-sellsy:before{content:""}.fa-sass:before{content:""}.fa-wirsindhandwerk:before,.fa-wsh:before{content:""}.fa-buromobelexperte:before{content:""}.fa-salesforce:before{content:""}.fa-octopus-deploy:before{content:""}.fa-medapps:before{content:""}.fa-ns8:before{content:""}.fa-pinterest-p:before{content:""}.fa-apper:before{content:""}.fa-fort-awesome:before{content:""}.fa-waze:before{content:""}.fa-cc-jcb:before{content:""}.fa-snapchat-ghost:before,.fa-snapchat:before{content:""}.fa-fantasy-flight-games:before{content:""}.fa-rust:before{content:""}.fa-wix:before{content:""}.fa-behance-square:before,.fa-square-behance:before{content:""}.fa-supple:before{content:""}.fa-rebel:before{content:""}.fa-css3:before{content:""}.fa-staylinked:before{content:""}.fa-kaggle:before{content:""}.fa-space-awesome:before{content:""}.fa-deviantart:before{content:""}.fa-cpanel:before{content:""}.fa-goodreads-g:before{content:""}.fa-git-square:before,.fa-square-git:before{content:""}.fa-square-tumblr:before,.fa-tumblr-square:before{content:""}.fa-trello:before{content:""}.fa-creative-commons-nc-jp:before{content:""}.fa-get-pocket:before{content:""}.fa-perbyte:before{content:""}.fa-grunt:before{content:""}.fa-weebly:before{content:""}.fa-connectdevelop:before{content:""}.fa-leanpub:before{content:""}.fa-black-tie:before{content:""}.fa-themeco:before{content:""}.fa-python:before{content:""}.fa-android:before{content:""}.fa-bots:before{content:""}.fa-free-code-camp:before{content:""}.fa-hornbill:before{content:""}.fa-js:before{content:""}.fa-ideal:before{content:""}.fa-git:before{content:""}.fa-dev:before{content:""}.fa-sketch:before{content:""}.fa-yandex-international:before{content:""}.fa-cc-amex:before{content:""}.fa-uber:before{content:""}.fa-github:before{content:""}.fa-php:before{content:""}.fa-alipay:before{content:""}.fa-youtube:before{content:""}.fa-skyatlas:before{content:""}.fa-firefox-browser:before{content:""}.fa-replyd:before{content:""}.fa-suse:before{content:""}.fa-jenkins:before{content:""}.fa-twitter:before{content:""}.fa-rockrms:before{content:""}.fa-pinterest:before{content:""}.fa-buffer:before{content:""}.fa-npm:before{content:""}.fa-yammer:before{content:""}.fa-btc:before{content:""}.fa-dribbble:before{content:""}.fa-stumbleupon-circle:before{content:""}.fa-internet-explorer:before{content:""}.fa-stubber:before{content:""}.fa-telegram-plane:before,.fa-telegram:before{content:""}.fa-old-republic:before{content:""}.fa-odysee:before{content:""}.fa-square-whatsapp:before,.fa-whatsapp-square:before{content:""}.fa-node-js:before{content:""}.fa-edge-legacy:before{content:""}.fa-slack-hash:before,.fa-slack:before{content:""}.fa-medrt:before{content:""}.fa-usb:before{content:""}.fa-tumblr:before{content:""}.fa-vaadin:before{content:""}.fa-quora:before{content:""}.fa-reacteurope:before{content:""}.fa-medium-m:before,.fa-medium:before{content:""}.fa-amilia:before{content:""}.fa-mixcloud:before{content:""}.fa-flipboard:before{content:""}.fa-viacoin:before{content:""}.fa-critical-role:before{content:""}.fa-sitrox:before{content:""}.fa-discourse:before{content:""}.fa-joomla:before{content:""}.fa-mastodon:before{content:""}.fa-airbnb:before{content:""}.fa-wolf-pack-battalion:before{content:""}.fa-buy-n-large:before{content:""}.fa-gulp:before{content:""}.fa-creative-commons-sampling-plus:before{content:""}.fa-strava:before{content:""}.fa-ember:before{content:""}.fa-canadian-maple-leaf:before{content:""}.fa-teamspeak:before{content:""}.fa-pushed:before{content:""}.fa-wordpress-simple:before{content:""}.fa-nutritionix:before{content:""}.fa-wodu:before{content:""}.fa-google-pay:before{content:""}.fa-intercom:before{content:""}.fa-zhihu:before{content:""}.fa-korvue:before{content:""}.fa-pix:before{content:""}.fa-steam-symbol:before{content:""}:host,:root{--fa-font-regular:normal 400 1em/1 "Font Awesome 6 Free"}@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:400;font-display:block;src:url(fonts/fa-regular-400.woff2) format("woff2")}.fa-regular,.far{font-weight:400}:host,:root{--fa-style-family-classic:"Font Awesome 6 Free";--fa-font-solid:normal 900 1em/1 "Font Awesome 6 Free"}@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:900;font-display:block;src:url(fonts/fa-solid-900.woff2) format("woff2")}.fa-solid,.fas{font-weight:900}@font-face{font-family:"Font Awesome 5 Brands";font-display:block;font-weight:400;src:url(fonts/fa-brands-400.woff2) format("woff2")}@font-face{font-family:"Font Awesome 5 Free";font-display:block;font-weight:900;src:url(fonts/fa-solid-900.woff2) format("woff2")}@font-face{font-family:"Font Awesome 5 Free";font-display:block;font-weight:400;src:url(fonts/fa-regular-400.woff2) format("woff2")}@font-face{font-family:"FontAwesome";font-display:block;src:url(fonts/fa-solid-900.woff2) format("woff2")}@font-face{font-family:"FontAwesome";font-display:block;src:url(fonts/fa-brands-400.woff2) format("woff2")}@font-face{font-family:"FontAwesome";font-display:block;src:url(fonts/fa-regular-400.woff2) format("woff2");unicode-range:u+f003,u+f006,u+f014,u+f016-f017,u+f01a-f01b,u+f01d,u+f022,u+f03e,u+f044,u+f046,u+f05c-f05d,u+f06e,u+f070,u+f087-f088,u+f08a,u+f094,u+f096-f097,u+f09d,u+f0a0,u+f0a2,u+f0a4-f0a7,u+f0c5,u+f0c7,u+f0e5-f0e6,u+f0eb,u+f0f6-f0f8,u+f10c,u+f114-f115,u+f118-f11a,u+f11c-f11d,u+f133,u+f147,u+f14e,u+f150-f152,u+f185-f186,u+f18e,u+f190-f192,u+f196,u+f1c1-f1c9,u+f1d9,u+f1db,u+f1e3,u+f1ea,u+f1f7,u+f1f9,u+f20a,u+f247-f248,u+f24a,u+f24d,u+f255-f25b,u+f25d,u+f271-f274,u+f278,u+f27b,u+f28c,u+f28e,u+f29c,u+f2b5,u+f2b7,u+f2ba,u+f2bc,u+f2be,u+f2c0-f2c1,u+f2c3,u+f2d0,u+f2d2,u+f2d4,u+f2dc}@font-face{font-family:"FontAwesome";font-display:block;src:url(fonts/fa-v4compatibility.woff2) format("woff2");unicode-range:u+f041,u+f047,u+f065-f066,u+f07d-f07e,u+f080,u+f08b,u+f08e,u+f090,u+f09a,u+f0ac,u+f0ae,u+f0b2,u+f0d0,u+f0d6,u+f0e4,u+f0ec,u+f10a-f10b,u+f123,u+f13e,u+f148-f149,u+f14c,u+f156,u+f15e,u+f160-f161,u+f163,u+f175-f178,u+f195,u+f1f8,u+f219,u+f27a}.mi{font-family:"Material Icons";font-weight:normal;font-style:normal;font-size:24px;line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;word-wrap:normal;direction:ltr;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;-webkit-font-feature-settings:"liga";font-feature-settings:"liga"}.mi-outlined{font-family:"Material Icons Outlined";font-weight:normal;font-style:normal;font-size:24px;line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;word-wrap:normal;direction:ltr;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;-webkit-font-feature-settings:"liga";font-feature-settings:"liga"}.mi-round{font-family:"Material Icons Round";font-weight:normal;font-style:normal;font-size:24px;line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;word-wrap:normal;direction:ltr;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;-webkit-font-feature-settings:"liga";font-feature-settings:"liga"}.mi-sharp{font-family:"Material Icons Sharp";font-weight:normal;font-style:normal;font-size:24px;line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;word-wrap:normal;direction:ltr;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;-webkit-font-feature-settings:"liga";font-feature-settings:"liga"}.mi-two-tone{font-family:"Material Icons Two Tone";font-weight:normal;font-style:normal;font-size:24px;line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;word-wrap:normal;direction:ltr;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;-webkit-font-feature-settings:"liga";font-feature-settings:"liga"}.mi-123::before{content:""}.mi-360::before{content:""}.mi-10k::before{content:""}.mi-10mp::before{content:""}.mi-11mp::before{content:""}.mi-12mp::before{content:""}.mi-13mp::before{content:""}.mi-14mp::before{content:""}.mi-15mp::before{content:""}.mi-16mp::before{content:""}.mi-17mp::before{content:""}.mi-18-up-rating::before{content:""}.mi-18mp::before{content:""}.mi-19mp::before{content:""}.mi-1k::before{content:""}.mi-1k-plus::before{content:""}.mi-1x-mobiledata::before{content:""}.mi-20mp::before{content:""}.mi-21mp::before{content:""}.mi-22mp::before{content:""}.mi-23mp::before{content:""}.mi-24mp::before{content:""}.mi-2k::before{content:""}.mi-2k-plus::before{content:""}.mi-2mp::before{content:""}.mi-30fps::before{content:""}.mi-30fps-select::before{content:""}.mi-3d-rotation::before{content:""}.mi-3g-mobiledata::before{content:""}.mi-3k::before{content:""}.mi-3k-plus::before{content:""}.mi-3mp::before{content:""}.mi-3p::before{content:""}.mi-4g-mobiledata::before{content:""}.mi-4g-plus-mobiledata::before{content:""}.mi-4k::before{content:""}.mi-4k-plus::before{content:""}.mi-4mp::before{content:""}.mi-5g::before{content:""}.mi-5k::before{content:""}.mi-5k-plus::before{content:""}.mi-5mp::before{content:""}.mi-60fps::before{content:""}.mi-60fps-select::before{content:""}.mi-6-ft-apart::before{content:""}.mi-6k::before{content:""}.mi-6k-plus::before{content:""}.mi-6mp::before{content:""}.mi-7k::before{content:""}.mi-7k-plus::before{content:""}.mi-7mp::before{content:""}.mi-8k::before{content:""}.mi-8k-plus::before{content:""}.mi-8mp::before{content:""}.mi-9k::before{content:""}.mi-9k-plus::before{content:""}.mi-9mp::before{content:""}.mi-abc::before{content:""}.mi-ac-unit::before{content:""}.mi-access-alarm::before{content:""}.mi-access-alarms::before{content:""}.mi-access-time::before{content:""}.mi-access-time-filled::before{content:""}.mi-accessibility::before{content:""}.mi-accessibility-new::before{content:""}.mi-accessible::before{content:""}.mi-accessible-forward::before{content:""}.mi-account-balance::before{content:""}.mi-account-balance-wallet::before{content:""}.mi-account-box::before{content:""}.mi-account-circle::before{content:""}.mi-account-tree::before{content:""}.mi-ad-units::before{content:""}.mi-adb::before{content:""}.mi-add::before{content:""}.mi-add-a-photo::before{content:""}.mi-add-alarm::before{content:""}.mi-add-alert::before{content:""}.mi-add-box::before{content:""}.mi-add-business::before{content:""}.mi-add-call::before{content:""}.mi-add-card::before{content:""}.mi-add-chart::before{content:""}.mi-add-circle::before{content:""}.mi-add-circle-outline::before{content:""}.mi-add-comment::before{content:""}.mi-add-home::before{content:""}.mi-add-home-work::before{content:""}.mi-add-ic-call::before{content:""}.mi-add-link::before{content:""}.mi-add-location::before{content:""}.mi-add-location-alt::before{content:""}.mi-add-moderator::before{content:""}.mi-add-photo-alternate::before{content:""}.mi-add-reaction::before{content:""}.mi-add-road::before{content:""}.mi-add-shopping-cart::before{content:""}.mi-add-task::before{content:""}.mi-add-to-drive::before{content:""}.mi-add-to-home-screen::before{content:""}.mi-add-to-photos::before{content:""}.mi-add-to-queue::before{content:""}.mi-addchart::before{content:""}.mi-adf-scanner::before{content:""}.mi-adjust::before{content:""}.mi-admin-panel-settings::before{content:""}.mi-adobe::before{content:""}.mi-ads-click::before{content:""}.mi-agriculture::before{content:""}.mi-air::before{content:""}.mi-airline-seat-flat::before{content:""}.mi-airline-seat-flat-angled::before{content:""}.mi-airline-seat-individual-suite::before{content:""}.mi-airline-seat-legroom-extra::before{content:""}.mi-airline-seat-legroom-normal::before{content:""}.mi-airline-seat-legroom-reduced::before{content:""}.mi-airline-seat-recline-extra::before{content:""}.mi-airline-seat-recline-normal::before{content:""}.mi-airline-stops::before{content:""}.mi-airlines::before{content:""}.mi-airplane-ticket::before{content:""}.mi-airplanemode-active::before{content:""}.mi-airplanemode-inactive::before{content:""}.mi-airplanemode-off::before{content:""}.mi-airplanemode-on::before{content:""}.mi-airplay::before{content:""}.mi-airport-shuttle::before{content:""}.mi-alarm::before{content:""}.mi-alarm-add::before{content:""}.mi-alarm-off::before{content:""}.mi-alarm-on::before{content:""}.mi-album::before{content:""}.mi-align-horizontal-center::before{content:""}.mi-align-horizontal-left::before{content:""}.mi-align-horizontal-right::before{content:""}.mi-align-vertical-bottom::before{content:""}.mi-align-vertical-center::before{content:""}.mi-align-vertical-top::before{content:""}.mi-all-inbox::before{content:""}.mi-all-inclusive::before{content:""}.mi-all-out::before{content:""}.mi-alt-route::before{content:""}.mi-alternate-email::before{content:""}.mi-amp-stories::before{content:""}.mi-analytics::before{content:""}.mi-anchor::before{content:""}.mi-android::before{content:""}.mi-animation::before{content:""}.mi-announcement::before{content:""}.mi-aod::before{content:""}.mi-apartment::before{content:""}.mi-api::before{content:""}.mi-app-blocking::before{content:""}.mi-app-registration::before{content:""}.mi-app-settings-alt::before{content:""}.mi-app-shortcut::before{content:""}.mi-apple::before{content:""}.mi-approval::before{content:""}.mi-apps::before{content:""}.mi-apps-outage::before{content:""}.mi-architecture::before{content:""}.mi-archive::before{content:""}.mi-area-chart::before{content:""}.mi-arrow-back::before{content:""}.mi-arrow-back-ios::before{content:""}.mi-arrow-back-ios-new::before{content:""}.mi-arrow-circle-down::before{content:""}.mi-arrow-circle-left::before{content:""}.mi-arrow-circle-right::before{content:""}.mi-arrow-circle-up::before{content:""}.mi-arrow-downward::before{content:""}.mi-arrow-drop-down::before{content:""}.mi-arrow-drop-down-circle::before{content:""}.mi-arrow-drop-up::before{content:""}.mi-arrow-forward::before{content:""}.mi-arrow-forward-ios::before{content:""}.mi-arrow-left::before{content:""}.mi-arrow-outward::before{content:""}.mi-arrow-right::before{content:""}.mi-arrow-right-alt::before{content:""}.mi-arrow-upward::before{content:""}.mi-art-track::before{content:""}.mi-article::before{content:""}.mi-aspect-ratio::before{content:""}.mi-assessment::before{content:""}.mi-assignment::before{content:""}.mi-assignment-add::before{content:""}.mi-assignment-ind::before{content:""}.mi-assignment-late::before{content:""}.mi-assignment-return::before{content:""}.mi-assignment-returned::before{content:""}.mi-assignment-turned-in::before{content:""}.mi-assist-walker::before{content:""}.mi-assistant::before{content:""}.mi-assistant-direction::before{content:""}.mi-assistant-navigation::before{content:""}.mi-assistant-photo::before{content:""}.mi-assured-workload::before{content:""}.mi-atm::before{content:""}.mi-attach-email::before{content:""}.mi-attach-file::before{content:""}.mi-attach-money::before{content:""}.mi-attachment::before{content:""}.mi-attractions::before{content:""}.mi-attribution::before{content:""}.mi-audio-file::before{content:""}.mi-audiotrack::before{content:""}.mi-auto-awesome::before{content:""}.mi-auto-awesome-mosaic::before{content:""}.mi-auto-awesome-motion::before{content:""}.mi-auto-delete::before{content:""}.mi-auto-fix-high::before{content:""}.mi-auto-fix-normal::before{content:""}.mi-auto-fix-off::before{content:""}.mi-auto-graph::before{content:""}.mi-auto-mode::before{content:""}.mi-auto-stories::before{content:""}.mi-autofps-select::before{content:""}.mi-autorenew::before{content:""}.mi-av-timer::before{content:""}.mi-baby-changing-station::before{content:""}.mi-back-hand::before{content:""}.mi-backpack::before{content:""}.mi-backspace::before{content:""}.mi-backup::before{content:""}.mi-backup-table::before{content:""}.mi-badge::before{content:""}.mi-bakery-dining::before{content:""}.mi-balance::before{content:""}.mi-balcony::before{content:""}.mi-ballot::before{content:""}.mi-bar-chart::before{content:""}.mi-barcode-reader::before{content:""}.mi-batch-prediction::before{content:""}.mi-bathroom::before{content:""}.mi-bathtub::before{content:""}.mi-battery-0-bar::before{content:""}.mi-battery-1-bar::before{content:""}.mi-battery-20::before{content:""}.mi-battery-2-bar::before{content:""}.mi-battery-30::before{content:""}.mi-battery-3-bar::before{content:""}.mi-battery-4-bar::before{content:""}.mi-battery-50::before{content:""}.mi-battery-5-bar::before{content:""}.mi-battery-60::before{content:""}.mi-battery-6-bar::before{content:""}.mi-battery-80::before{content:""}.mi-battery-90::before{content:""}.mi-battery-alert::before{content:""}.mi-battery-charging-20::before{content:""}.mi-battery-charging-30::before{content:""}.mi-battery-charging-50::before{content:""}.mi-battery-charging-60::before{content:""}.mi-battery-charging-80::before{content:""}.mi-battery-charging-90::before{content:""}.mi-battery-charging-full::before{content:""}.mi-battery-full::before{content:""}.mi-battery-saver::before{content:""}.mi-battery-std::before{content:""}.mi-battery-unknown::before{content:""}.mi-beach-access::before{content:""}.mi-bed::before{content:""}.mi-bedroom-baby::before{content:""}.mi-bedroom-child::before{content:""}.mi-bedroom-parent::before{content:""}.mi-bedtime::before{content:""}.mi-bedtime-off::before{content:""}.mi-beenhere::before{content:""}.mi-bento::before{content:""}.mi-bike-scooter::before{content:""}.mi-biotech::before{content:""}.mi-blender::before{content:""}.mi-blind::before{content:""}.mi-blinds::before{content:""}.mi-blinds-closed::before{content:""}.mi-block::before{content:""}.mi-block-flipped::before{content:""}.mi-bloodtype::before{content:""}.mi-bluetooth::before{content:""}.mi-bluetooth-audio::before{content:""}.mi-bluetooth-connected::before{content:""}.mi-bluetooth-disabled::before{content:""}.mi-bluetooth-drive::before{content:""}.mi-bluetooth-searching::before{content:""}.mi-blur-circular::before{content:""}.mi-blur-linear::before{content:""}.mi-blur-off::before{content:""}.mi-blur-on::before{content:""}.mi-bolt::before{content:""}.mi-book::before{content:""}.mi-book-online::before{content:""}.mi-bookmark::before{content:""}.mi-bookmark-add::before{content:""}.mi-bookmark-added::before{content:""}.mi-bookmark-border::before{content:""}.mi-bookmark-outline::before{content:""}.mi-bookmark-remove::before{content:""}.mi-bookmarks::before{content:""}.mi-border-all::before{content:""}.mi-border-bottom::before{content:""}.mi-border-clear::before{content:""}.mi-border-color::before{content:""}.mi-border-horizontal::before{content:""}.mi-border-inner::before{content:""}.mi-border-left::before{content:""}.mi-border-outer::before{content:""}.mi-border-right::before{content:""}.mi-border-style::before{content:""}.mi-border-top::before{content:""}.mi-border-vertical::before{content:""}.mi-boy::before{content:""}.mi-branding-watermark::before{content:""}.mi-breakfast-dining::before{content:""}.mi-brightness-1::before{content:""}.mi-brightness-2::before{content:""}.mi-brightness-3::before{content:""}.mi-brightness-4::before{content:""}.mi-brightness-5::before{content:""}.mi-brightness-6::before{content:""}.mi-brightness-7::before{content:""}.mi-brightness-auto::before{content:""}.mi-brightness-high::before{content:""}.mi-brightness-low::before{content:""}.mi-brightness-medium::before{content:""}.mi-broadcast-on-home::before{content:""}.mi-broadcast-on-personal::before{content:""}.mi-broken-image::before{content:""}.mi-browse-gallery::before{content:""}.mi-browser-not-supported::before{content:""}.mi-browser-updated::before{content:""}.mi-brunch-dining::before{content:""}.mi-brush::before{content:""}.mi-bubble-chart::before{content:""}.mi-bug-report::before{content:""}.mi-build::before{content:""}.mi-build-circle::before{content:""}.mi-bungalow::before{content:""}.mi-burst-mode::before{content:""}.mi-bus-alert::before{content:""}.mi-business::before{content:""}.mi-business-center::before{content:""}.mi-cabin::before{content:""}.mi-cable::before{content:""}.mi-cached::before{content:""}.mi-cake::before{content:""}.mi-calculate::before{content:""}.mi-calendar-month::before{content:""}.mi-calendar-today::before{content:""}.mi-calendar-view-day::before{content:""}.mi-calendar-view-month::before{content:""}.mi-calendar-view-week::before{content:""}.mi-call::before{content:""}.mi-call-end::before{content:""}.mi-call-made::before{content:""}.mi-call-merge::before{content:""}.mi-call-missed::before{content:""}.mi-call-missed-outgoing::before{content:""}.mi-call-received::before{content:""}.mi-call-split::before{content:""}.mi-call-to-action::before{content:""}.mi-camera::before{content:""}.mi-camera-alt::before{content:""}.mi-camera-enhance::before{content:""}.mi-camera-front::before{content:""}.mi-camera-indoor::before{content:""}.mi-camera-outdoor::before{content:""}.mi-camera-rear::before{content:""}.mi-camera-roll::before{content:""}.mi-cameraswitch::before{content:""}.mi-campaign::before{content:""}.mi-cancel::before{content:""}.mi-cancel-presentation::before{content:""}.mi-cancel-schedule-send::before{content:""}.mi-candlestick-chart::before{content:""}.mi-car-crash::before{content:""}.mi-car-rental::before{content:""}.mi-car-repair::before{content:""}.mi-card-giftcard::before{content:""}.mi-card-membership::before{content:""}.mi-card-travel::before{content:""}.mi-carpenter::before{content:""}.mi-cases::before{content:""}.mi-casino::before{content:""}.mi-cast::before{content:""}.mi-cast-connected::before{content:""}.mi-cast-for-education::before{content:""}.mi-castle::before{content:""}.mi-catching-pokemon::before{content:""}.mi-category::before{content:""}.mi-celebration::before{content:""}.mi-cell-tower::before{content:""}.mi-cell-wifi::before{content:""}.mi-center-focus-strong::before{content:""}.mi-center-focus-weak::before{content:""}.mi-chair::before{content:""}.mi-chair-alt::before{content:""}.mi-chalet::before{content:""}.mi-change-circle::before{content:""}.mi-change-history::before{content:""}.mi-charging-station::before{content:""}.mi-chat::before{content:""}.mi-chat-bubble::before{content:""}.mi-chat-bubble-outline::before{content:""}.mi-check::before{content:""}.mi-check-box::before{content:""}.mi-check-box-outline-blank::before{content:""}.mi-check-circle::before{content:""}.mi-check-circle-outline::before{content:""}.mi-checklist::before{content:""}.mi-checklist-rtl::before{content:""}.mi-checkroom::before{content:""}.mi-chevron-left::before{content:""}.mi-chevron-right::before{content:""}.mi-child-care::before{content:""}.mi-child-friendly::before{content:""}.mi-chrome-reader-mode::before{content:""}.mi-church::before{content:""}.mi-circle::before{content:""}.mi-circle-notifications::before{content:""}.mi-class::before{content:""}.mi-clean-hands::before{content:""}.mi-cleaning-services::before{content:""}.mi-clear::before{content:""}.mi-clear-all::before{content:""}.mi-close::before{content:""}.mi-close-fullscreen::before{content:""}.mi-closed-caption::before{content:""}.mi-closed-caption-disabled::before{content:""}.mi-closed-caption-off::before{content:""}.mi-cloud::before{content:""}.mi-cloud-circle::before{content:""}.mi-cloud-done::before{content:""}.mi-cloud-download::before{content:""}.mi-cloud-off::before{content:""}.mi-cloud-queue::before{content:""}.mi-cloud-sync::before{content:""}.mi-cloud-upload::before{content:""}.mi-cloudy-snowing::before{content:""}.mi-co2::before{content:""}.mi-co-present::before{content:""}.mi-code::before{content:""}.mi-code-off::before{content:""}.mi-coffee::before{content:""}.mi-coffee-maker::before{content:""}.mi-collections::before{content:""}.mi-collections-bookmark::before{content:""}.mi-color-lens::before{content:""}.mi-colorize::before{content:""}.mi-comment::before{content:""}.mi-comment-bank::before{content:""}.mi-comments-disabled::before{content:""}.mi-commit::before{content:""}.mi-commute::before{content:""}.mi-compare::before{content:""}.mi-compare-arrows::before{content:""}.mi-compass-calibration::before{content:""}.mi-compost::before{content:""}.mi-compress::before{content:""}.mi-computer::before{content:""}.mi-confirmation-num::before{content:""}.mi-confirmation-number::before{content:""}.mi-connect-without-contact::before{content:""}.mi-connected-tv::before{content:""}.mi-connecting-airports::before{content:""}.mi-construction::before{content:""}.mi-contact-emergency::before{content:""}.mi-contact-mail::before{content:""}.mi-contact-page::before{content:""}.mi-contact-phone::before{content:""}.mi-contact-support::before{content:""}.mi-contactless::before{content:""}.mi-contacts::before{content:""}.mi-content-copy::before{content:""}.mi-content-cut::before{content:""}.mi-content-paste::before{content:""}.mi-content-paste-go::before{content:""}.mi-content-paste-off::before{content:""}.mi-content-paste-search::before{content:""}.mi-contrast::before{content:""}.mi-control-camera::before{content:""}.mi-control-point::before{content:""}.mi-control-point-duplicate::before{content:""}.mi-conveyor-belt::before{content:""}.mi-cookie::before{content:""}.mi-copy::before{content:""}.mi-copy-all::before{content:""}.mi-copyright::before{content:""}.mi-coronavirus::before{content:""}.mi-corporate-fare::before{content:""}.mi-cottage::before{content:""}.mi-countertops::before{content:""}.mi-create::before{content:""}.mi-create-new-folder::before{content:""}.mi-credit-card::before{content:""}.mi-credit-card-off::before{content:""}.mi-credit-score::before{content:""}.mi-crib::before{content:""}.mi-crisis-alert::before{content:""}.mi-crop::before{content:""}.mi-crop-16-9::before{content:""}.mi-crop-3-2::before{content:""}.mi-crop-5-4::before{content:""}.mi-crop-7-5::before{content:""}.mi-crop-din::before{content:""}.mi-crop-free::before{content:""}.mi-crop-landscape::before{content:""}.mi-crop-original::before{content:""}.mi-crop-portrait::before{content:""}.mi-crop-rotate::before{content:""}.mi-crop-square::before{content:""}.mi-cruelty-free::before{content:""}.mi-css::before{content:""}.mi-currency-bitcoin::before{content:""}.mi-currency-exchange::before{content:""}.mi-currency-franc::before{content:""}.mi-currency-lira::before{content:""}.mi-currency-pound::before{content:""}.mi-currency-ruble::before{content:""}.mi-currency-rupee::before{content:""}.mi-currency-yen::before{content:""}.mi-currency-yuan::before{content:""}.mi-curtains::before{content:""}.mi-curtains-closed::before{content:""}.mi-cut::before{content:""}.mi-cyclone::before{content:""}.mi-dangerous::before{content:""}.mi-dark-mode::before{content:""}.mi-dashboard::before{content:""}.mi-dashboard-customize::before{content:""}.mi-data-array::before{content:""}.mi-data-exploration::before{content:""}.mi-data-object::before{content:""}.mi-data-saver-off::before{content:""}.mi-data-saver-on::before{content:""}.mi-data-thresholding::before{content:""}.mi-data-usage::before{content:""}.mi-dataset::before{content:""}.mi-dataset-linked::before{content:""}.mi-date-range::before{content:""}.mi-deblur::before{content:""}.mi-deck::before{content:""}.mi-dehaze::before{content:""}.mi-delete::before{content:""}.mi-delete-forever::before{content:""}.mi-delete-outline::before{content:""}.mi-delete-sweep::before{content:""}.mi-delivery-dining::before{content:""}.mi-density-large::before{content:""}.mi-density-medium::before{content:""}.mi-density-small::before{content:""}.mi-departure-board::before{content:""}.mi-description::before{content:""}.mi-deselect::before{content:""}.mi-design-services::before{content:""}.mi-desk::before{content:""}.mi-desktop-access-disabled::before{content:""}.mi-desktop-mac::before{content:""}.mi-desktop-windows::before{content:""}.mi-details::before{content:""}.mi-developer-board::before{content:""}.mi-developer-board-off::before{content:""}.mi-developer-mode::before{content:""}.mi-device-hub::before{content:""}.mi-device-thermostat::before{content:""}.mi-device-unknown::before{content:""}.mi-devices::before{content:""}.mi-devices-fold::before{content:""}.mi-devices-other::before{content:""}.mi-dew-point::before{content:""}.mi-dialer-sip::before{content:""}.mi-dialpad::before{content:""}.mi-diamond::before{content:""}.mi-difference::before{content:""}.mi-dining::before{content:""}.mi-dinner-dining::before{content:""}.mi-directions::before{content:""}.mi-directions-bike::before{content:""}.mi-directions-boat::before{content:""}.mi-directions-boat-filled::before{content:""}.mi-directions-bus::before{content:""}.mi-directions-bus-filled::before{content:""}.mi-directions-car::before{content:""}.mi-directions-car-filled::before{content:""}.mi-directions-ferry::before{content:""}.mi-directions-off::before{content:""}.mi-directions-railway::before{content:""}.mi-directions-railway-filled::before{content:""}.mi-directions-run::before{content:""}.mi-directions-subway::before{content:""}.mi-directions-subway-filled::before{content:""}.mi-directions-train::before{content:""}.mi-directions-transit::before{content:""}.mi-directions-transit-filled::before{content:""}.mi-directions-walk::before{content:""}.mi-dirty-lens::before{content:""}.mi-disabled-by-default::before{content:""}.mi-disabled-visible::before{content:""}.mi-disc-full::before{content:""}.mi-discord::before{content:""}.mi-discount::before{content:""}.mi-display-settings::before{content:""}.mi-diversity-1::before{content:""}.mi-diversity-2::before{content:""}.mi-diversity-3::before{content:""}.mi-dnd-forwardslash::before{content:""}.mi-dns::before{content:""}.mi-do-disturb::before{content:""}.mi-do-disturb-alt::before{content:""}.mi-do-disturb-off::before{content:""}.mi-do-disturb-on::before{content:""}.mi-do-not-disturb::before{content:""}.mi-do-not-disturb-alt::before{content:""}.mi-do-not-disturb-off::before{content:""}.mi-do-not-disturb-on::before{content:""}.mi-do-not-disturb-on-total-silence::before{content:""}.mi-do-not-step::before{content:""}.mi-do-not-touch::before{content:""}.mi-dock::before{content:""}.mi-document-scanner::before{content:""}.mi-domain::before{content:""}.mi-domain-add::before{content:""}.mi-domain-disabled::before{content:""}.mi-domain-verification::before{content:""}.mi-done::before{content:""}.mi-done-all::before{content:""}.mi-done-outline::before{content:""}.mi-donut-large::before{content:""}.mi-donut-small::before{content:""}.mi-door-back::before{content:""}.mi-door-front::before{content:""}.mi-door-sliding::before{content:""}.mi-doorbell::before{content:""}.mi-double-arrow::before{content:""}.mi-downhill-skiing::before{content:""}.mi-download::before{content:""}.mi-download-done::before{content:""}.mi-download-for-offline::before{content:""}.mi-downloading::before{content:""}.mi-drafts::before{content:""}.mi-drag-handle::before{content:""}.mi-drag-indicator::before{content:""}.mi-draw::before{content:""}.mi-drive-eta::before{content:""}.mi-drive-file-move::before{content:""}.mi-drive-file-move-outline::before{content:""}.mi-drive-file-move-rtl::before{content:""}.mi-drive-file-rename-outline::before{content:""}.mi-drive-folder-upload::before{content:""}.mi-dry::before{content:""}.mi-dry-cleaning::before{content:""}.mi-duo::before{content:""}.mi-dvr::before{content:""}.mi-dynamic-feed::before{content:""}.mi-dynamic-form::before{content:""}.mi-e-mobiledata::before{content:""}.mi-earbuds::before{content:""}.mi-earbuds-battery::before{content:""}.mi-east::before{content:""}.mi-eco::before{content:""}.mi-edgesensor-high::before{content:""}.mi-edgesensor-low::before{content:""}.mi-edit::before{content:""}.mi-edit-attributes::before{content:""}.mi-edit-calendar::before{content:""}.mi-edit-document::before{content:""}.mi-edit-location::before{content:""}.mi-edit-location-alt::before{content:""}.mi-edit-note::before{content:""}.mi-edit-notifications::before{content:""}.mi-edit-off::before{content:""}.mi-edit-road::before{content:""}.mi-edit-square::before{content:""}.mi-egg::before{content:""}.mi-egg-alt::before{content:""}.mi-eject::before{content:""}.mi-elderly::before{content:""}.mi-elderly-woman::before{content:""}.mi-electric-bike::before{content:""}.mi-electric-bolt::before{content:""}.mi-electric-car::before{content:""}.mi-electric-meter::before{content:""}.mi-electric-moped::before{content:""}.mi-electric-rickshaw::before{content:""}.mi-electric-scooter::before{content:""}.mi-electrical-services::before{content:""}.mi-elevator::before{content:""}.mi-email::before{content:""}.mi-emergency::before{content:""}.mi-emergency-recording::before{content:""}.mi-emergency-share::before{content:""}.mi-emoji-emotions::before{content:""}.mi-emoji-events::before{content:""}.mi-emoji-flags::before{content:""}.mi-emoji-food-beverage::before{content:""}.mi-emoji-nature::before{content:""}.mi-emoji-objects::before{content:""}.mi-emoji-people::before{content:""}.mi-emoji-symbols::before{content:""}.mi-emoji-transportation::before{content:""}.mi-energy-savings-leaf::before{content:""}.mi-engineering::before{content:""}.mi-enhance-photo-translate::before{content:""}.mi-enhanced-encryption::before{content:""}.mi-equalizer::before{content:""}.mi-error::before{content:""}.mi-error-outline::before{content:""}.mi-escalator::before{content:""}.mi-escalator-warning::before{content:""}.mi-euro::before{content:""}.mi-euro-symbol::before{content:""}.mi-ev-station::before{content:""}.mi-event::before{content:""}.mi-event-available::before{content:""}.mi-event-busy::before{content:""}.mi-event-note::before{content:""}.mi-event-repeat::before{content:""}.mi-event-seat::before{content:""}.mi-exit-to-app::before{content:""}.mi-expand::before{content:""}.mi-expand-circle-down::before{content:""}.mi-expand-less::before{content:""}.mi-expand-more::before{content:""}.mi-explicit::before{content:""}.mi-explore::before{content:""}.mi-explore-off::before{content:""}.mi-exposure::before{content:""}.mi-exposure-minus-1::before{content:""}.mi-exposure-minus-2::before{content:""}.mi-exposure-neg-1::before{content:""}.mi-exposure-neg-2::before{content:""}.mi-exposure-plus-1::before{content:""}.mi-exposure-plus-2::before{content:""}.mi-exposure-zero::before{content:""}.mi-extension::before{content:""}.mi-extension-off::before{content:""}.mi-face::before{content:""}.mi-face-2::before{content:""}.mi-face-3::before{content:""}.mi-face-4::before{content:""}.mi-face-5::before{content:""}.mi-face-6::before{content:""}.mi-face-retouching-natural::before{content:""}.mi-face-retouching-off::before{content:""}.mi-face-unlock::before{content:""}.mi-facebook::before{content:""}.mi-fact-check::before{content:""}.mi-factory::before{content:""}.mi-family-restroom::before{content:""}.mi-fast-forward::before{content:""}.mi-fast-rewind::before{content:""}.mi-fastfood::before{content:""}.mi-favorite::before{content:""}.mi-favorite-border::before{content:""}.mi-favorite-outline::before{content:""}.mi-fax::before{content:""}.mi-featured-play-list::before{content:""}.mi-featured-video::before{content:""}.mi-feed::before{content:""}.mi-feedback::before{content:""}.mi-female::before{content:""}.mi-fence::before{content:""}.mi-festival::before{content:""}.mi-fiber-dvr::before{content:""}.mi-fiber-manual-record::before{content:""}.mi-fiber-new::before{content:""}.mi-fiber-pin::before{content:""}.mi-fiber-smart-record::before{content:""}.mi-file-copy::before{content:""}.mi-file-download::before{content:""}.mi-file-download-done::before{content:""}.mi-file-download-off::before{content:""}.mi-file-open::before{content:""}.mi-file-present::before{content:""}.mi-file-upload::before{content:""}.mi-file-upload-off::before{content:""}.mi-filter::before{content:""}.mi-filter-1::before{content:""}.mi-filter-2::before{content:""}.mi-filter-3::before{content:""}.mi-filter-4::before{content:""}.mi-filter-5::before{content:""}.mi-filter-6::before{content:""}.mi-filter-7::before{content:""}.mi-filter-8::before{content:""}.mi-filter-9::before{content:""}.mi-filter-9-plus::before{content:""}.mi-filter-alt::before{content:""}.mi-filter-alt-off::before{content:""}.mi-filter-b-and-w::before{content:""}.mi-filter-center-focus::before{content:""}.mi-filter-drama::before{content:""}.mi-filter-frames::before{content:""}.mi-filter-hdr::before{content:""}.mi-filter-list::before{content:""}.mi-filter-list-alt::before{content:""}.mi-filter-list-off::before{content:""}.mi-filter-none::before{content:""}.mi-filter-tilt-shift::before{content:""}.mi-filter-vintage::before{content:""}.mi-find-in-page::before{content:""}.mi-find-replace::before{content:""}.mi-fingerprint::before{content:""}.mi-fire-extinguisher::before{content:""}.mi-fire-hydrant::before{content:""}.mi-fire-hydrant-alt::before{content:""}.mi-fire-truck::before{content:""}.mi-fireplace::before{content:""}.mi-first-page::before{content:""}.mi-fit-screen::before{content:""}.mi-fitbit::before{content:""}.mi-fitness-center::before{content:""}.mi-flag::before{content:""}.mi-flag-circle::before{content:""}.mi-flaky::before{content:""}.mi-flare::before{content:""}.mi-flash-auto::before{content:""}.mi-flash-off::before{content:""}.mi-flash-on::before{content:""}.mi-flashlight-off::before{content:""}.mi-flashlight-on::before{content:""}.mi-flatware::before{content:""}.mi-flight::before{content:""}.mi-flight-class::before{content:""}.mi-flight-land::before{content:""}.mi-flight-takeoff::before{content:""}.mi-flip::before{content:""}.mi-flip-camera-android::before{content:""}.mi-flip-camera-ios::before{content:""}.mi-flip-to-back::before{content:""}.mi-flip-to-front::before{content:""}.mi-flood::before{content:""}.mi-flourescent::before{content:""}.mi-fluorescent::before{content:""}.mi-flutter-dash::before{content:""}.mi-fmd-bad::before{content:""}.mi-fmd-good::before{content:""}.mi-foggy::before{content:""}.mi-folder::before{content:""}.mi-folder-copy::before{content:""}.mi-folder-delete::before{content:""}.mi-folder-off::before{content:""}.mi-folder-open::before{content:""}.mi-folder-shared::before{content:""}.mi-folder-special::before{content:""}.mi-folder-zip::before{content:""}.mi-follow-the-signs::before{content:""}.mi-font-download::before{content:""}.mi-font-download-off::before{content:""}.mi-food-bank::before{content:""}.mi-forest::before{content:""}.mi-fork-left::before{content:""}.mi-fork-right::before{content:""}.mi-forklift::before{content:""}.mi-format-align-center::before{content:""}.mi-format-align-justify::before{content:""}.mi-format-align-left::before{content:""}.mi-format-align-right::before{content:""}.mi-format-bold::before{content:""}.mi-format-clear::before{content:""}.mi-format-color-fill::before{content:""}.mi-format-color-reset::before{content:""}.mi-format-color-text::before{content:""}.mi-format-indent-decrease::before{content:""}.mi-format-indent-increase::before{content:""}.mi-format-italic::before{content:""}.mi-format-line-spacing::before{content:""}.mi-format-list-bulleted::before{content:""}.mi-format-list-bulleted-add::before{content:""}.mi-format-list-numbered::before{content:""}.mi-format-list-numbered-rtl::before{content:""}.mi-format-overline::before{content:""}.mi-format-paint::before{content:""}.mi-format-quote::before{content:""}.mi-format-shapes::before{content:""}.mi-format-size::before{content:""}.mi-format-strikethrough::before{content:""}.mi-format-textdirection-l-to-r::before{content:""}.mi-format-textdirection-r-to-l::before{content:""}.mi-format-underline::before{content:""}.mi-format-underlined::before{content:""}.mi-fort::before{content:""}.mi-forum::before{content:""}.mi-forward::before{content:""}.mi-forward-10::before{content:""}.mi-forward-30::before{content:""}.mi-forward-5::before{content:""}.mi-forward-to-inbox::before{content:""}.mi-foundation::before{content:""}.mi-free-breakfast::before{content:""}.mi-free-cancellation::before{content:""}.mi-front-hand::before{content:""}.mi-front-loader::before{content:""}.mi-fullscreen::before{content:""}.mi-fullscreen-exit::before{content:""}.mi-functions::before{content:""}.mi-g-mobiledata::before{content:""}.mi-g-translate::before{content:""}.mi-gamepad::before{content:""}.mi-games::before{content:""}.mi-garage::before{content:""}.mi-gas-meter::before{content:""}.mi-gavel::before{content:""}.mi-generating-tokens::before{content:""}.mi-gesture::before{content:""}.mi-get-app::before{content:""}.mi-gif::before{content:""}.mi-gif-box::before{content:""}.mi-girl::before{content:""}.mi-gite::before{content:""}.mi-goat::before{content:"􏿽"}.mi-golf-course::before{content:""}.mi-gpp-bad::before{content:""}.mi-gpp-good::before{content:""}.mi-gpp-maybe::before{content:""}.mi-gps-fixed::before{content:""}.mi-gps-not-fixed::before{content:""}.mi-gps-off::before{content:""}.mi-grade::before{content:""}.mi-gradient::before{content:""}.mi-grading::before{content:""}.mi-grain::before{content:""}.mi-graphic-eq::before{content:""}.mi-grass::before{content:""}.mi-grid-3x3::before{content:""}.mi-grid-4x4::before{content:""}.mi-grid-goldenratio::before{content:""}.mi-grid-off::before{content:""}.mi-grid-on::before{content:""}.mi-grid-view::before{content:""}.mi-group::before{content:""}.mi-group-add::before{content:""}.mi-group-off::before{content:""}.mi-group-remove::before{content:""}.mi-group-work::before{content:""}.mi-groups::before{content:""}.mi-groups-2::before{content:""}.mi-groups-3::before{content:""}.mi-h-mobiledata::before{content:""}.mi-h-plus-mobiledata::before{content:""}.mi-hail::before{content:""}.mi-handshake::before{content:""}.mi-handyman::before{content:""}.mi-hardware::before{content:""}.mi-hd::before{content:""}.mi-hdr-auto::before{content:""}.mi-hdr-auto-select::before{content:""}.mi-hdr-enhanced-select::before{content:""}.mi-hdr-off::before{content:""}.mi-hdr-off-select::before{content:""}.mi-hdr-on::before{content:""}.mi-hdr-on-select::before{content:""}.mi-hdr-plus::before{content:""}.mi-hdr-strong::before{content:""}.mi-hdr-weak::before{content:""}.mi-headphones::before{content:""}.mi-headphones-battery::before{content:""}.mi-headset::before{content:""}.mi-headset-mic::before{content:""}.mi-headset-off::before{content:""}.mi-healing::before{content:""}.mi-health-and-safety::before{content:""}.mi-hearing::before{content:""}.mi-hearing-disabled::before{content:""}.mi-heart-broken::before{content:""}.mi-heat-pump::before{content:""}.mi-height::before{content:""}.mi-help::before{content:""}.mi-help-center::before{content:""}.mi-help-outline::before{content:""}.mi-hevc::before{content:""}.mi-hexagon::before{content:""}.mi-hide-image::before{content:""}.mi-hide-source::before{content:""}.mi-high-quality::before{content:""}.mi-highlight::before{content:""}.mi-highlight-alt::before{content:""}.mi-highlight-off::before{content:""}.mi-highlight-remove::before{content:""}.mi-hiking::before{content:""}.mi-history::before{content:""}.mi-history-edu::before{content:""}.mi-history-toggle-off::before{content:""}.mi-hive::before{content:""}.mi-hls::before{content:""}.mi-hls-off::before{content:""}.mi-holiday-village::before{content:""}.mi-home::before{content:""}.mi-home-filled::before{content:""}.mi-home-max::before{content:""}.mi-home-mini::before{content:""}.mi-home-repair-service::before{content:""}.mi-home-work::before{content:""}.mi-horizontal-distribute::before{content:""}.mi-horizontal-rule::before{content:""}.mi-horizontal-split::before{content:""}.mi-hot-tub::before{content:""}.mi-hotel::before{content:""}.mi-hotel-class::before{content:""}.mi-hourglass-bottom::before{content:""}.mi-hourglass-disabled::before{content:""}.mi-hourglass-empty::before{content:""}.mi-hourglass-full::before{content:""}.mi-hourglass-top::before{content:""}.mi-house::before{content:""}.mi-house-siding::before{content:""}.mi-houseboat::before{content:""}.mi-how-to-reg::before{content:""}.mi-how-to-vote::before{content:""}.mi-html::before{content:""}.mi-http::before{content:""}.mi-https::before{content:""}.mi-hub::before{content:""}.mi-hvac::before{content:""}.mi-ice-skating::before{content:""}.mi-icecream::before{content:""}.mi-image::before{content:""}.mi-image-aspect-ratio::before{content:""}.mi-image-not-supported::before{content:""}.mi-image-search::before{content:""}.mi-imagesearch-roller::before{content:""}.mi-import-contacts::before{content:""}.mi-import-export::before{content:""}.mi-important-devices::before{content:""}.mi-inbox::before{content:""}.mi-incomplete-circle::before{content:""}.mi-indeterminate-check-box::before{content:""}.mi-info::before{content:""}.mi-info-outline::before{content:""}.mi-input::before{content:""}.mi-insert-chart::before{content:""}.mi-insert-chart-outlined::before{content:""}.mi-insert-comment::before{content:""}.mi-insert-drive-file::before{content:""}.mi-insert-emoticon::before{content:""}.mi-insert-invitation::before{content:""}.mi-insert-link::before{content:""}.mi-insert-page-break::before{content:""}.mi-insert-photo::before{content:""}.mi-insights::before{content:""}.mi-install-desktop::before{content:""}.mi-install-mobile::before{content:""}.mi-integration-instructions::before{content:""}.mi-interests::before{content:""}.mi-interpreter-mode::before{content:""}.mi-inventory::before{content:""}.mi-inventory-2::before{content:""}.mi-invert-colors::before{content:""}.mi-invert-colors-off::before{content:""}.mi-invert-colors-on::before{content:""}.mi-ios-share::before{content:""}.mi-iron::before{content:""}.mi-iso::before{content:""}.mi-javascript::before{content:""}.mi-join-full::before{content:""}.mi-join-inner::before{content:""}.mi-join-left::before{content:""}.mi-join-right::before{content:""}.mi-kayaking::before{content:""}.mi-kebab-dining::before{content:""}.mi-key::before{content:""}.mi-key-off::before{content:""}.mi-keyboard::before{content:""}.mi-keyboard-alt::before{content:""}.mi-keyboard-arrow-down::before{content:""}.mi-keyboard-arrow-left::before{content:""}.mi-keyboard-arrow-right::before{content:""}.mi-keyboard-arrow-up::before{content:""}.mi-keyboard-backspace::before{content:""}.mi-keyboard-capslock::before{content:""}.mi-keyboard-command::before{content:""}.mi-keyboard-command-key::before{content:""}.mi-keyboard-control::before{content:""}.mi-keyboard-control-key::before{content:""}.mi-keyboard-double-arrow-down::before{content:""}.mi-keyboard-double-arrow-left::before{content:""}.mi-keyboard-double-arrow-right::before{content:""}.mi-keyboard-double-arrow-up::before{content:""}.mi-keyboard-hide::before{content:""}.mi-keyboard-option::before{content:""}.mi-keyboard-option-key::before{content:""}.mi-keyboard-return::before{content:""}.mi-keyboard-tab::before{content:""}.mi-keyboard-voice::before{content:""}.mi-king-bed::before{content:""}.mi-kitchen::before{content:""}.mi-kitesurfing::before{content:""}.mi-label::before{content:""}.mi-label-important::before{content:""}.mi-label-important-outline::before{content:""}.mi-label-off::before{content:""}.mi-label-outline::before{content:""}.mi-lan::before{content:""}.mi-landscape::before{content:""}.mi-landslide::before{content:""}.mi-language::before{content:""}.mi-laptop::before{content:""}.mi-laptop-chromebook::before{content:""}.mi-laptop-mac::before{content:""}.mi-laptop-windows::before{content:""}.mi-last-page::before{content:""}.mi-launch::before{content:""}.mi-layers::before{content:""}.mi-layers-clear::before{content:""}.mi-leaderboard::before{content:""}.mi-leak-add::before{content:""}.mi-leak-remove::before{content:""}.mi-leave-bags-at-home::before{content:""}.mi-legend-toggle::before{content:""}.mi-lens::before{content:""}.mi-lens-blur::before{content:""}.mi-library-add::before{content:""}.mi-library-add-check::before{content:""}.mi-library-books::before{content:""}.mi-library-music::before{content:""}.mi-light::before{content:""}.mi-light-mode::before{content:""}.mi-lightbulb::before{content:""}.mi-lightbulb-circle::before{content:""}.mi-lightbulb-outline::before{content:""}.mi-line-axis::before{content:""}.mi-line-style::before{content:""}.mi-line-weight::before{content:""}.mi-linear-scale::before{content:""}.mi-link::before{content:""}.mi-link-off::before{content:""}.mi-linked-camera::before{content:""}.mi-liquor::before{content:""}.mi-list::before{content:""}.mi-list-alt::before{content:""}.mi-live-help::before{content:""}.mi-live-tv::before{content:""}.mi-living::before{content:""}.mi-local-activity::before{content:""}.mi-local-airport::before{content:""}.mi-local-atm::before{content:""}.mi-local-attraction::before{content:""}.mi-local-bar::before{content:""}.mi-local-cafe::before{content:""}.mi-local-car-wash::before{content:""}.mi-local-convenience-store::before{content:""}.mi-local-dining::before{content:""}.mi-local-drink::before{content:""}.mi-local-fire-department::before{content:""}.mi-local-florist::before{content:""}.mi-local-gas-station::before{content:""}.mi-local-grocery-store::before{content:""}.mi-local-hospital::before{content:""}.mi-local-hotel::before{content:""}.mi-local-laundry-service::before{content:""}.mi-local-library::before{content:""}.mi-local-mall::before{content:""}.mi-local-movies::before{content:""}.mi-local-offer::before{content:""}.mi-local-parking::before{content:""}.mi-local-pharmacy::before{content:""}.mi-local-phone::before{content:""}.mi-local-pizza::before{content:""}.mi-local-play::before{content:""}.mi-local-police::before{content:""}.mi-local-post-office::before{content:""}.mi-local-print-shop::before{content:""}.mi-local-printshop::before{content:""}.mi-local-restaurant::before{content:""}.mi-local-see::before{content:""}.mi-local-shipping::before{content:""}.mi-local-taxi::before{content:""}.mi-location-city::before{content:""}.mi-location-disabled::before{content:""}.mi-location-history::before{content:""}.mi-location-off::before{content:""}.mi-location-on::before{content:""}.mi-location-pin::before{content:""}.mi-location-searching::before{content:""}.mi-lock::before{content:""}.mi-lock-clock::before{content:""}.mi-lock-open::before{content:""}.mi-lock-outline::before{content:""}.mi-lock-person::before{content:""}.mi-lock-reset::before{content:""}.mi-login::before{content:""}.mi-logo-dev::before{content:""}.mi-logout::before{content:""}.mi-looks::before{content:""}.mi-looks-3::before{content:""}.mi-looks-4::before{content:""}.mi-looks-5::before{content:""}.mi-looks-6::before{content:""}.mi-looks-one::before{content:""}.mi-looks-two::before{content:""}.mi-loop::before{content:""}.mi-loupe::before{content:""}.mi-low-priority::before{content:""}.mi-loyalty::before{content:""}.mi-lte-mobiledata::before{content:""}.mi-lte-plus-mobiledata::before{content:""}.mi-luggage::before{content:""}.mi-lunch-dining::before{content:""}.mi-lyrics::before{content:""}.mi-macro-off::before{content:""}.mi-mail::before{content:""}.mi-mail-lock::before{content:""}.mi-mail-outline::before{content:""}.mi-male::before{content:""}.mi-man::before{content:""}.mi-man-2::before{content:""}.mi-man-3::before{content:""}.mi-man-4::before{content:""}.mi-manage-accounts::before{content:""}.mi-manage-history::before{content:""}.mi-manage-search::before{content:""}.mi-map::before{content:""}.mi-maps-home-work::before{content:""}.mi-maps-ugc::before{content:""}.mi-margin::before{content:""}.mi-mark-as-unread::before{content:""}.mi-mark-chat-read::before{content:""}.mi-mark-chat-unread::before{content:""}.mi-mark-email-read::before{content:""}.mi-mark-email-unread::before{content:""}.mi-mark-unread-chat-alt::before{content:""}.mi-markunread::before{content:""}.mi-markunread-mailbox::before{content:""}.mi-masks::before{content:""}.mi-maximize::before{content:""}.mi-media-bluetooth-off::before{content:""}.mi-media-bluetooth-on::before{content:""}.mi-mediation::before{content:""}.mi-medical-information::before{content:""}.mi-medical-services::before{content:""}.mi-medication::before{content:""}.mi-medication-liquid::before{content:""}.mi-meeting-room::before{content:""}.mi-memory::before{content:""}.mi-menu::before{content:""}.mi-menu-book::before{content:""}.mi-menu-open::before{content:""}.mi-merge::before{content:""}.mi-merge-type::before{content:""}.mi-message::before{content:""}.mi-messenger::before{content:""}.mi-messenger-outline::before{content:""}.mi-mic::before{content:""}.mi-mic-external-off::before{content:""}.mi-mic-external-on::before{content:""}.mi-mic-none::before{content:""}.mi-mic-off::before{content:""}.mi-microwave::before{content:""}.mi-military-tech::before{content:""}.mi-minimize::before{content:""}.mi-minor-crash::before{content:""}.mi-miscellaneous-services::before{content:""}.mi-missed-video-call::before{content:""}.mi-mms::before{content:""}.mi-mobile-friendly::before{content:""}.mi-mobile-off::before{content:""}.mi-mobile-screen-share::before{content:""}.mi-mobiledata-off::before{content:""}.mi-mode::before{content:""}.mi-mode-comment::before{content:""}.mi-mode-edit::before{content:""}.mi-mode-edit-outline::before{content:""}.mi-mode-fan-off::before{content:""}.mi-mode-night::before{content:""}.mi-mode-of-travel::before{content:""}.mi-mode-standby::before{content:""}.mi-model-training::before{content:""}.mi-monetization-on::before{content:""}.mi-money::before{content:""}.mi-money-off::before{content:""}.mi-money-off-csred::before{content:""}.mi-monitor::before{content:""}.mi-monitor-heart::before{content:""}.mi-monitor-weight::before{content:""}.mi-monochrome-photos::before{content:""}.mi-mood::before{content:""}.mi-mood-bad::before{content:""}.mi-moped::before{content:""}.mi-more::before{content:""}.mi-more-horiz::before{content:""}.mi-more-time::before{content:""}.mi-more-vert::before{content:""}.mi-mosque::before{content:""}.mi-motion-photos-auto::before{content:""}.mi-motion-photos-off::before{content:""}.mi-motion-photos-on::before{content:""}.mi-motion-photos-pause::before{content:""}.mi-motion-photos-paused::before{content:""}.mi-motorcycle::before{content:""}.mi-mouse::before{content:""}.mi-move-down::before{content:""}.mi-move-to-inbox::before{content:""}.mi-move-up::before{content:""}.mi-movie::before{content:""}.mi-movie-creation::before{content:""}.mi-movie-edit::before{content:""}.mi-movie-filter::before{content:""}.mi-moving::before{content:""}.mi-mp::before{content:""}.mi-multiline-chart::before{content:""}.mi-multiple-stop::before{content:""}.mi-multitrack-audio::before{content:""}.mi-museum::before{content:""}.mi-music-note::before{content:""}.mi-music-off::before{content:""}.mi-music-video::before{content:""}.mi-my-library-add::before{content:""}.mi-my-library-books::before{content:""}.mi-my-library-music::before{content:""}.mi-my-location::before{content:""}.mi-nat::before{content:""}.mi-nature::before{content:""}.mi-nature-people::before{content:""}.mi-navigate-before::before{content:""}.mi-navigate-next::before{content:""}.mi-navigation::before{content:""}.mi-near-me::before{content:""}.mi-near-me-disabled::before{content:""}.mi-nearby-error::before{content:""}.mi-nearby-off::before{content:""}.mi-nest-cam-wired-stand::before{content:""}.mi-network-cell::before{content:""}.mi-network-check::before{content:""}.mi-network-locked::before{content:""}.mi-network-ping::before{content:""}.mi-network-wifi::before{content:""}.mi-network-wifi-1-bar::before{content:""}.mi-network-wifi-2-bar::before{content:""}.mi-network-wifi-3-bar::before{content:""}.mi-new-label::before{content:""}.mi-new-releases::before{content:""}.mi-newspaper::before{content:""}.mi-next-plan::before{content:""}.mi-next-week::before{content:""}.mi-nfc::before{content:""}.mi-night-shelter::before{content:""}.mi-nightlife::before{content:""}.mi-nightlight::before{content:""}.mi-nightlight-round::before{content:""}.mi-nights-stay::before{content:""}.mi-no-accounts::before{content:""}.mi-no-adult-content::before{content:""}.mi-no-backpack::before{content:""}.mi-no-cell::before{content:""}.mi-no-crash::before{content:""}.mi-no-drinks::before{content:""}.mi-no-encryption::before{content:""}.mi-no-encryption-gmailerrorred::before{content:""}.mi-no-flash::before{content:""}.mi-no-food::before{content:""}.mi-no-luggage::before{content:""}.mi-no-meals::before{content:""}.mi-no-meals-ouline::before{content:""}.mi-no-meeting-room::before{content:""}.mi-no-photography::before{content:""}.mi-no-sim::before{content:""}.mi-no-stroller::before{content:""}.mi-no-transfer::before{content:""}.mi-noise-aware::before{content:""}.mi-noise-control-off::before{content:""}.mi-nordic-walking::before{content:""}.mi-north::before{content:""}.mi-north-east::before{content:""}.mi-north-west::before{content:""}.mi-not-accessible::before{content:""}.mi-not-interested::before{content:""}.mi-not-listed-location::before{content:""}.mi-not-started::before{content:""}.mi-note::before{content:""}.mi-note-add::before{content:""}.mi-note-alt::before{content:""}.mi-notes::before{content:""}.mi-notification-add::before{content:""}.mi-notification-important::before{content:""}.mi-notifications::before{content:""}.mi-notifications-active::before{content:""}.mi-notifications-none::before{content:""}.mi-notifications-off::before{content:""}.mi-notifications-on::before{content:""}.mi-notifications-paused::before{content:""}.mi-now-wallpaper::before{content:""}.mi-now-widgets::before{content:""}.mi-numbers::before{content:""}.mi-offline-bolt::before{content:""}.mi-offline-pin::before{content:""}.mi-offline-share::before{content:""}.mi-oil-barrel::before{content:""}.mi-on-device-training::before{content:""}.mi-ondemand-video::before{content:""}.mi-online-prediction::before{content:""}.mi-opacity::before{content:""}.mi-open-in-browser::before{content:""}.mi-open-in-full::before{content:""}.mi-open-in-new::before{content:""}.mi-open-in-new-off::before{content:""}.mi-open-with::before{content:""}.mi-other-houses::before{content:""}.mi-outbond::before{content:""}.mi-outbound::before{content:""}.mi-outbox::before{content:""}.mi-outdoor-grill::before{content:""}.mi-outgoing-mail::before{content:""}.mi-outlet::before{content:""}.mi-outlined-flag::before{content:""}.mi-output::before{content:""}.mi-padding::before{content:""}.mi-pages::before{content:""}.mi-pageview::before{content:""}.mi-paid::before{content:""}.mi-palette::before{content:""}.mi-pallet::before{content:""}.mi-pan-tool::before{content:""}.mi-pan-tool-alt::before{content:""}.mi-panorama::before{content:""}.mi-panorama-fish-eye::before{content:""}.mi-panorama-fisheye::before{content:""}.mi-panorama-horizontal::before{content:""}.mi-panorama-horizontal-select::before{content:""}.mi-panorama-photosphere::before{content:""}.mi-panorama-photosphere-select::before{content:""}.mi-panorama-vertical::before{content:""}.mi-panorama-vertical-select::before{content:""}.mi-panorama-wide-angle::before{content:""}.mi-panorama-wide-angle-select::before{content:""}.mi-paragliding::before{content:""}.mi-park::before{content:""}.mi-party-mode::before{content:""}.mi-password::before{content:""}.mi-paste::before{content:""}.mi-pattern::before{content:""}.mi-pause::before{content:""}.mi-pause-circle::before{content:""}.mi-pause-circle-filled::before{content:""}.mi-pause-circle-outline::before{content:""}.mi-pause-presentation::before{content:""}.mi-payment::before{content:""}.mi-payments::before{content:""}.mi-paypal::before{content:""}.mi-pedal-bike::before{content:""}.mi-pending::before{content:""}.mi-pending-actions::before{content:""}.mi-pentagon::before{content:""}.mi-people::before{content:""}.mi-people-alt::before{content:""}.mi-people-outline::before{content:""}.mi-percent::before{content:""}.mi-perm-camera-mic::before{content:""}.mi-perm-contact-cal::before{content:""}.mi-perm-contact-calendar::before{content:""}.mi-perm-data-setting::before{content:""}.mi-perm-device-info::before{content:""}.mi-perm-device-information::before{content:""}.mi-perm-identity::before{content:""}.mi-perm-media::before{content:""}.mi-perm-phone-msg::before{content:""}.mi-perm-scan-wifi::before{content:""}.mi-person::before{content:""}.mi-person-2::before{content:""}.mi-person-3::before{content:""}.mi-person-4::before{content:""}.mi-person-add::before{content:""}.mi-person-add-alt::before{content:""}.mi-person-add-alt-1::before{content:""}.mi-person-add-disabled::before{content:""}.mi-person-off::before{content:""}.mi-person-outline::before{content:""}.mi-person-pin::before{content:""}.mi-person-pin-circle::before{content:""}.mi-person-remove::before{content:""}.mi-person-remove-alt-1::before{content:""}.mi-person-search::before{content:""}.mi-personal-injury::before{content:""}.mi-personal-video::before{content:""}.mi-pest-control::before{content:""}.mi-pest-control-rodent::before{content:""}.mi-pets::before{content:""}.mi-phishing::before{content:""}.mi-phone::before{content:""}.mi-phone-android::before{content:""}.mi-phone-bluetooth-speaker::before{content:""}.mi-phone-callback::before{content:""}.mi-phone-disabled::before{content:""}.mi-phone-enabled::before{content:""}.mi-phone-forwarded::before{content:""}.mi-phone-in-talk::before{content:""}.mi-phone-iphone::before{content:""}.mi-phone-locked::before{content:""}.mi-phone-missed::before{content:""}.mi-phone-paused::before{content:""}.mi-phonelink::before{content:""}.mi-phonelink-erase::before{content:""}.mi-phonelink-lock::before{content:""}.mi-phonelink-off::before{content:""}.mi-phonelink-ring::before{content:""}.mi-phonelink-setup::before{content:""}.mi-photo::before{content:""}.mi-photo-album::before{content:""}.mi-photo-camera::before{content:""}.mi-photo-camera-back::before{content:""}.mi-photo-camera-front::before{content:""}.mi-photo-filter::before{content:""}.mi-photo-library::before{content:""}.mi-photo-size-select-actual::before{content:""}.mi-photo-size-select-large::before{content:""}.mi-photo-size-select-small::before{content:""}.mi-php::before{content:""}.mi-piano::before{content:""}.mi-piano-off::before{content:""}.mi-picture-as-pdf::before{content:""}.mi-picture-in-picture::before{content:""}.mi-picture-in-picture-alt::before{content:""}.mi-pie-chart::before{content:""}.mi-pie-chart-outline::before{content:""}.mi-pie-chart-outlined::before{content:""}.mi-pin::before{content:""}.mi-pin-drop::before{content:""}.mi-pin-end::before{content:""}.mi-pin-invoke::before{content:""}.mi-pinch::before{content:""}.mi-pivot-table-chart::before{content:""}.mi-pix::before{content:""}.mi-place::before{content:""}.mi-plagiarism::before{content:""}.mi-play-arrow::before{content:""}.mi-play-circle::before{content:""}.mi-play-circle-fill::before{content:""}.mi-play-circle-filled::before{content:""}.mi-play-circle-outline::before{content:""}.mi-play-disabled::before{content:""}.mi-play-for-work::before{content:""}.mi-play-lesson::before{content:""}.mi-playlist-add::before{content:""}.mi-playlist-add-check::before{content:""}.mi-playlist-add-check-circle::before{content:""}.mi-playlist-add-circle::before{content:""}.mi-playlist-play::before{content:""}.mi-playlist-remove::before{content:""}.mi-plumbing::before{content:""}.mi-plus-one::before{content:""}.mi-podcasts::before{content:""}.mi-point-of-sale::before{content:""}.mi-policy::before{content:""}.mi-poll::before{content:""}.mi-polyline::before{content:""}.mi-polymer::before{content:""}.mi-pool::before{content:""}.mi-portable-wifi-off::before{content:""}.mi-portrait::before{content:""}.mi-post-add::before{content:""}.mi-power::before{content:""}.mi-power-input::before{content:""}.mi-power-off::before{content:""}.mi-power-settings-new::before{content:""}.mi-precision-manufacturing::before{content:""}.mi-pregnant-woman::before{content:""}.mi-present-to-all::before{content:""}.mi-preview::before{content:""}.mi-price-change::before{content:""}.mi-price-check::before{content:""}.mi-print::before{content:""}.mi-print-disabled::before{content:""}.mi-priority-high::before{content:""}.mi-privacy-tip::before{content:""}.mi-private-connectivity::before{content:""}.mi-production-quantity-limits::before{content:""}.mi-propane::before{content:""}.mi-propane-tank::before{content:""}.mi-psychology::before{content:""}.mi-psychology-alt::before{content:""}.mi-public::before{content:""}.mi-public-off::before{content:""}.mi-publish::before{content:""}.mi-published-with-changes::before{content:""}.mi-punch-clock::before{content:""}.mi-push-pin::before{content:""}.mi-qr-code::before{content:""}.mi-qr-code-2::before{content:""}.mi-qr-code-scanner::before{content:""}.mi-query-builder::before{content:""}.mi-query-stats::before{content:""}.mi-question-answer::before{content:""}.mi-question-mark::before{content:""}.mi-queue::before{content:""}.mi-queue-music::before{content:""}.mi-queue-play-next::before{content:""}.mi-quick-contacts-dialer::before{content:""}.mi-quick-contacts-mail::before{content:""}.mi-quickreply::before{content:""}.mi-quiz::before{content:""}.mi-quora::before{content:""}.mi-r-mobiledata::before{content:""}.mi-radar::before{content:""}.mi-radio::before{content:""}.mi-radio-button-checked::before{content:""}.mi-radio-button-off::before{content:""}.mi-radio-button-on::before{content:""}.mi-radio-button-unchecked::before{content:""}.mi-railway-alert::before{content:""}.mi-ramen-dining::before{content:""}.mi-ramp-left::before{content:""}.mi-ramp-right::before{content:""}.mi-rate-review::before{content:""}.mi-raw-off::before{content:""}.mi-raw-on::before{content:""}.mi-read-more::before{content:""}.mi-real-estate-agent::before{content:""}.mi-rebase-edit::before{content:""}.mi-receipt::before{content:""}.mi-receipt-long::before{content:""}.mi-recent-actors::before{content:""}.mi-recommend::before{content:""}.mi-record-voice-over::before{content:""}.mi-rectangle::before{content:""}.mi-recycling::before{content:""}.mi-reddit::before{content:""}.mi-redeem::before{content:""}.mi-redo::before{content:""}.mi-reduce-capacity::before{content:""}.mi-refresh::before{content:""}.mi-remember-me::before{content:""}.mi-remove::before{content:""}.mi-remove-circle::before{content:""}.mi-remove-circle-outline::before{content:""}.mi-remove-done::before{content:""}.mi-remove-from-queue::before{content:""}.mi-remove-moderator::before{content:""}.mi-remove-red-eye::before{content:""}.mi-remove-road::before{content:""}.mi-remove-shopping-cart::before{content:""}.mi-reorder::before{content:""}.mi-repartition::before{content:""}.mi-repeat::before{content:""}.mi-repeat-on::before{content:""}.mi-repeat-one::before{content:""}.mi-repeat-one-on::before{content:""}.mi-replay::before{content:""}.mi-replay-10::before{content:""}.mi-replay-30::before{content:""}.mi-replay-5::before{content:""}.mi-replay-circle-filled::before{content:""}.mi-reply::before{content:""}.mi-reply-all::before{content:""}.mi-report::before{content:""}.mi-report-gmailerrorred::before{content:""}.mi-report-off::before{content:""}.mi-report-problem::before{content:""}.mi-request-page::before{content:""}.mi-request-quote::before{content:""}.mi-reset-tv::before{content:""}.mi-restart-alt::before{content:""}.mi-restaurant::before{content:""}.mi-restaurant-menu::before{content:""}.mi-restore::before{content:""}.mi-restore-from-trash::before{content:""}.mi-restore-page::before{content:""}.mi-reviews::before{content:""}.mi-rice-bowl::before{content:""}.mi-ring-volume::before{content:""}.mi-rocket::before{content:""}.mi-rocket-launch::before{content:""}.mi-roller-shades::before{content:""}.mi-roller-shades-closed::before{content:""}.mi-roller-skating::before{content:""}.mi-roofing::before{content:""}.mi-room::before{content:""}.mi-room-preferences::before{content:""}.mi-room-service::before{content:""}.mi-rotate-90-degrees-ccw::before{content:""}.mi-rotate-90-degrees-cw::before{content:""}.mi-rotate-left::before{content:""}.mi-rotate-right::before{content:""}.mi-roundabout-left::before{content:""}.mi-roundabout-right::before{content:""}.mi-rounded-corner::before{content:""}.mi-route::before{content:""}.mi-router::before{content:""}.mi-rowing::before{content:""}.mi-rss-feed::before{content:""}.mi-rsvp::before{content:""}.mi-rtt::before{content:""}.mi-rule::before{content:""}.mi-rule-folder::before{content:""}.mi-run-circle::before{content:""}.mi-running-with-errors::before{content:""}.mi-rv-hookup::before{content:""}.mi-safety-check::before{content:""}.mi-safety-divider::before{content:""}.mi-sailing::before{content:""}.mi-sanitizer::before{content:""}.mi-satellite::before{content:""}.mi-satellite-alt::before{content:""}.mi-save::before{content:""}.mi-save-alt::before{content:""}.mi-save-as::before{content:""}.mi-saved-search::before{content:""}.mi-savings::before{content:""}.mi-scale::before{content:""}.mi-scanner::before{content:""}.mi-scatter-plot::before{content:""}.mi-schedule::before{content:""}.mi-schedule-send::before{content:""}.mi-schema::before{content:""}.mi-school::before{content:""}.mi-science::before{content:""}.mi-score::before{content:""}.mi-scoreboard::before{content:""}.mi-screen-lock-landscape::before{content:""}.mi-screen-lock-portrait::before{content:""}.mi-screen-lock-rotation::before{content:""}.mi-screen-rotation::before{content:""}.mi-screen-rotation-alt::before{content:""}.mi-screen-search-desktop::before{content:""}.mi-screen-share::before{content:""}.mi-screenshot::before{content:""}.mi-screenshot-monitor::before{content:""}.mi-scuba-diving::before{content:""}.mi-sd::before{content:""}.mi-sd-card::before{content:""}.mi-sd-card-alert::before{content:""}.mi-sd-storage::before{content:""}.mi-search::before{content:""}.mi-search-off::before{content:""}.mi-security::before{content:""}.mi-security-update::before{content:""}.mi-security-update-good::before{content:""}.mi-security-update-warning::before{content:""}.mi-segment::before{content:""}.mi-select-all::before{content:""}.mi-self-improvement::before{content:""}.mi-sell::before{content:""}.mi-send::before{content:""}.mi-send-and-archive::before{content:""}.mi-send-time-extension::before{content:""}.mi-send-to-mobile::before{content:""}.mi-sensor-door::before{content:""}.mi-sensor-occupied::before{content:""}.mi-sensor-window::before{content:""}.mi-sensors::before{content:""}.mi-sensors-off::before{content:""}.mi-sentiment-dissatisfied::before{content:""}.mi-sentiment-neutral::before{content:""}.mi-sentiment-satisfied::before{content:""}.mi-sentiment-satisfied-alt::before{content:""}.mi-sentiment-very-dissatisfied::before{content:""}.mi-sentiment-very-satisfied::before{content:""}.mi-set-meal::before{content:""}.mi-settings::before{content:""}.mi-settings-accessibility::before{content:""}.mi-settings-applications::before{content:""}.mi-settings-backup-restore::before{content:""}.mi-settings-bluetooth::before{content:""}.mi-settings-brightness::before{content:""}.mi-settings-cell::before{content:""}.mi-settings-display::before{content:""}.mi-settings-ethernet::before{content:""}.mi-settings-input-antenna::before{content:""}.mi-settings-input-component::before{content:""}.mi-settings-input-composite::before{content:""}.mi-settings-input-hdmi::before{content:""}.mi-settings-input-svideo::before{content:""}.mi-settings-overscan::before{content:""}.mi-settings-phone::before{content:""}.mi-settings-power::before{content:""}.mi-settings-remote::before{content:""}.mi-settings-suggest::before{content:""}.mi-settings-system-daydream::before{content:""}.mi-settings-voice::before{content:""}.mi-severe-cold::before{content:""}.mi-shape-line::before{content:""}.mi-share::before{content:""}.mi-share-arrival-time::before{content:""}.mi-share-location::before{content:""}.mi-shelves::before{content:""}.mi-shield::before{content:""}.mi-shield-moon::before{content:""}.mi-shop::before{content:""}.mi-shop-2::before{content:""}.mi-shop-two::before{content:""}.mi-shopify::before{content:""}.mi-shopping-bag::before{content:""}.mi-shopping-basket::before{content:""}.mi-shopping-cart::before{content:""}.mi-shopping-cart-checkout::before{content:""}.mi-short-text::before{content:""}.mi-shortcut::before{content:""}.mi-show-chart::before{content:""}.mi-shower::before{content:""}.mi-shuffle::before{content:""}.mi-shuffle-on::before{content:""}.mi-shutter-speed::before{content:""}.mi-sick::before{content:""}.mi-sign-language::before{content:""}.mi-signal-cellular-0-bar::before{content:""}.mi-signal-cellular-1-bar::before{content:""}.mi-signal-cellular-2-bar::before{content:""}.mi-signal-cellular-3-bar::before{content:""}.mi-signal-cellular-4-bar::before{content:""}.mi-signal-cellular-alt::before{content:""}.mi-signal-cellular-alt-1-bar::before{content:""}.mi-signal-cellular-alt-2-bar::before{content:""}.mi-signal-cellular-connected-no-internet-0-bar::before{content:""}.mi-signal-cellular-connected-no-internet-1-bar::before{content:""}.mi-signal-cellular-connected-no-internet-2-bar::before{content:""}.mi-signal-cellular-connected-no-internet-3-bar::before{content:""}.mi-signal-cellular-connected-no-internet-4-bar::before{content:""}.mi-signal-cellular-no-sim::before{content:""}.mi-signal-cellular-nodata::before{content:""}.mi-signal-cellular-null::before{content:""}.mi-signal-cellular-off::before{content:""}.mi-signal-wifi-0-bar::before{content:""}.mi-signal-wifi-1-bar::before{content:""}.mi-signal-wifi-1-bar-lock::before{content:""}.mi-signal-wifi-2-bar::before{content:""}.mi-signal-wifi-2-bar-lock::before{content:""}.mi-signal-wifi-3-bar::before{content:""}.mi-signal-wifi-3-bar-lock::before{content:""}.mi-signal-wifi-4-bar::before{content:""}.mi-signal-wifi-4-bar-lock::before{content:""}.mi-signal-wifi-bad::before{content:""}.mi-signal-wifi-connected-no-internet-0::before{content:""}.mi-signal-wifi-connected-no-internet-1::before{content:""}.mi-signal-wifi-connected-no-internet-2::before{content:""}.mi-signal-wifi-connected-no-internet-3::before{content:""}.mi-signal-wifi-connected-no-internet-4::before{content:""}.mi-signal-wifi-off::before{content:""}.mi-signal-wifi-statusbar-1-bar::before{content:""}.mi-signal-wifi-statusbar-2-bar::before{content:""}.mi-signal-wifi-statusbar-3-bar::before{content:""}.mi-signal-wifi-statusbar-4-bar::before{content:""}.mi-signal-wifi-statusbar-connected-no-internet::before{content:""}.mi-signal-wifi-statusbar-connected-no-internet-1::before{content:""}.mi-signal-wifi-statusbar-connected-no-internet-2::before{content:""}.mi-signal-wifi-statusbar-connected-no-internet-3::before{content:""}.mi-signal-wifi-statusbar-connected-no-internet-4::before{content:""}.mi-signal-wifi-statusbar-not-connected::before{content:""}.mi-signal-wifi-statusbar-null::before{content:""}.mi-signpost::before{content:""}.mi-sim-card::before{content:""}.mi-sim-card-alert::before{content:""}.mi-sim-card-download::before{content:""}.mi-single-bed::before{content:""}.mi-sip::before{content:""}.mi-skateboarding::before{content:""}.mi-skip-next::before{content:""}.mi-skip-previous::before{content:""}.mi-sledding::before{content:""}.mi-slideshow::before{content:""}.mi-slow-motion-video::before{content:""}.mi-smart-button::before{content:""}.mi-smart-display::before{content:""}.mi-smart-screen::before{content:""}.mi-smart-toy::before{content:""}.mi-smartphone::before{content:""}.mi-smoke-free::before{content:""}.mi-smoking-rooms::before{content:""}.mi-sms::before{content:""}.mi-sms-failed::before{content:""}.mi-snapchat::before{content:""}.mi-snippet-folder::before{content:""}.mi-snooze::before{content:""}.mi-snowboarding::before{content:""}.mi-snowing::before{content:""}.mi-snowmobile::before{content:""}.mi-snowshoeing::before{content:""}.mi-soap::before{content:""}.mi-social-distance::before{content:""}.mi-solar-power::before{content:""}.mi-sort::before{content:""}.mi-sort-by-alpha::before{content:""}.mi-sos::before{content:""}.mi-soup-kitchen::before{content:""}.mi-source::before{content:""}.mi-south::before{content:""}.mi-south-america::before{content:""}.mi-south-east::before{content:""}.mi-south-west::before{content:""}.mi-spa::before{content:""}.mi-space-bar::before{content:""}.mi-space-dashboard::before{content:""}.mi-spatial-audio::before{content:""}.mi-spatial-audio-off::before{content:""}.mi-spatial-tracking::before{content:""}.mi-speaker::before{content:""}.mi-speaker-group::before{content:""}.mi-speaker-notes::before{content:""}.mi-speaker-notes-off::before{content:""}.mi-speaker-phone::before{content:""}.mi-speed::before{content:""}.mi-spellcheck::before{content:""}.mi-splitscreen::before{content:""}.mi-spoke::before{content:""}.mi-sports::before{content:""}.mi-sports-bar::before{content:""}.mi-sports-baseball::before{content:""}.mi-sports-basketball::before{content:""}.mi-sports-cricket::before{content:""}.mi-sports-esports::before{content:""}.mi-sports-football::before{content:""}.mi-sports-golf::before{content:""}.mi-sports-gymnastics::before{content:""}.mi-sports-handball::before{content:""}.mi-sports-hockey::before{content:""}.mi-sports-kabaddi::before{content:""}.mi-sports-martial-arts::before{content:""}.mi-sports-mma::before{content:""}.mi-sports-motorsports::before{content:""}.mi-sports-rugby::before{content:""}.mi-sports-score::before{content:""}.mi-sports-soccer::before{content:""}.mi-sports-tennis::before{content:""}.mi-sports-volleyball::before{content:""}.mi-square::before{content:""}.mi-square-foot::before{content:""}.mi-ssid-chart::before{content:""}.mi-stacked-bar-chart::before{content:""}.mi-stacked-line-chart::before{content:""}.mi-stadium::before{content:""}.mi-stairs::before{content:""}.mi-star::before{content:""}.mi-star-border::before{content:""}.mi-star-border-purple500::before{content:""}.mi-star-half::before{content:""}.mi-star-outline::before{content:""}.mi-star-purple500::before{content:""}.mi-star-rate::before{content:""}.mi-stars::before{content:""}.mi-start::before{content:""}.mi-stay-current-landscape::before{content:""}.mi-stay-current-portrait::before{content:""}.mi-stay-primary-landscape::before{content:""}.mi-stay-primary-portrait::before{content:""}.mi-sticky-note-2::before{content:""}.mi-stop::before{content:""}.mi-stop-circle::before{content:""}.mi-stop-screen-share::before{content:""}.mi-storage::before{content:""}.mi-store::before{content:""}.mi-store-mall-directory::before{content:""}.mi-storefront::before{content:""}.mi-storm::before{content:""}.mi-straight::before{content:""}.mi-straighten::before{content:""}.mi-stream::before{content:""}.mi-streetview::before{content:""}.mi-strikethrough-s::before{content:""}.mi-stroller::before{content:""}.mi-style::before{content:""}.mi-subdirectory-arrow-left::before{content:""}.mi-subdirectory-arrow-right::before{content:""}.mi-subject::before{content:""}.mi-subscript::before{content:""}.mi-subscriptions::before{content:""}.mi-subtitles::before{content:""}.mi-subtitles-off::before{content:""}.mi-subway::before{content:""}.mi-summarize::before{content:""}.mi-sunny::before{content:""}.mi-sunny-snowing::before{content:""}.mi-superscript::before{content:""}.mi-supervised-user-circle::before{content:""}.mi-supervisor-account::before{content:""}.mi-support::before{content:""}.mi-support-agent::before{content:""}.mi-surfing::before{content:""}.mi-surround-sound::before{content:""}.mi-swap-calls::before{content:""}.mi-swap-horiz::before{content:""}.mi-swap-horizontal-circle::before{content:""}.mi-swap-vert::before{content:""}.mi-swap-vert-circle::before{content:""}.mi-swap-vertical-circle::before{content:""}.mi-swipe::before{content:""}.mi-swipe-down::before{content:""}.mi-swipe-down-alt::before{content:""}.mi-swipe-left::before{content:""}.mi-swipe-left-alt::before{content:""}.mi-swipe-right::before{content:""}.mi-swipe-right-alt::before{content:""}.mi-swipe-up::before{content:""}.mi-swipe-up-alt::before{content:""}.mi-swipe-vertical::before{content:""}.mi-switch-access-shortcut::before{content:""}.mi-switch-access-shortcut-add::before{content:""}.mi-switch-account::before{content:""}.mi-switch-camera::before{content:""}.mi-switch-left::before{content:""}.mi-switch-right::before{content:""}.mi-switch-video::before{content:""}.mi-synagogue::before{content:""}.mi-sync::before{content:""}.mi-sync-alt::before{content:""}.mi-sync-disabled::before{content:""}.mi-sync-lock::before{content:""}.mi-sync-problem::before{content:""}.mi-system-security-update::before{content:""}.mi-system-security-update-good::before{content:""}.mi-system-security-update-warning::before{content:""}.mi-system-update::before{content:""}.mi-system-update-alt::before{content:""}.mi-system-update-tv::before{content:""}.mi-tab::before{content:""}.mi-tab-unselected::before{content:""}.mi-table-bar::before{content:""}.mi-table-chart::before{content:""}.mi-table-restaurant::before{content:""}.mi-table-rows::before{content:""}.mi-table-view::before{content:""}.mi-tablet::before{content:""}.mi-tablet-android::before{content:""}.mi-tablet-mac::before{content:""}.mi-tag::before{content:""}.mi-tag-faces::before{content:""}.mi-takeout-dining::before{content:""}.mi-tap-and-play::before{content:""}.mi-tapas::before{content:""}.mi-task::before{content:""}.mi-task-alt::before{content:""}.mi-taxi-alert::before{content:""}.mi-telegram::before{content:""}.mi-temple-buddhist::before{content:""}.mi-temple-hindu::before{content:""}.mi-terminal::before{content:""}.mi-terrain::before{content:""}.mi-text-decrease::before{content:""}.mi-text-fields::before{content:""}.mi-text-format::before{content:""}.mi-text-increase::before{content:""}.mi-text-rotate-up::before{content:""}.mi-text-rotate-vertical::before{content:""}.mi-text-rotation-angledown::before{content:""}.mi-text-rotation-angleup::before{content:""}.mi-text-rotation-down::before{content:""}.mi-text-rotation-none::before{content:""}.mi-text-snippet::before{content:""}.mi-textsms::before{content:""}.mi-texture::before{content:""}.mi-theater-comedy::before{content:""}.mi-theaters::before{content:""}.mi-thermostat::before{content:""}.mi-thermostat-auto::before{content:""}.mi-thumb-down::before{content:""}.mi-thumb-down-alt::before{content:""}.mi-thumb-down-off-alt::before{content:""}.mi-thumb-up::before{content:""}.mi-thumb-up-alt::before{content:""}.mi-thumb-up-off-alt::before{content:""}.mi-thumbs-up-down::before{content:""}.mi-thunderstorm::before{content:""}.mi-tiktok::before{content:""}.mi-time-to-leave::before{content:""}.mi-timelapse::before{content:""}.mi-timeline::before{content:""}.mi-timer::before{content:""}.mi-timer-10::before{content:""}.mi-timer-10-select::before{content:""}.mi-timer-3::before{content:""}.mi-timer-3-select::before{content:""}.mi-timer-off::before{content:""}.mi-tips-and-updates::before{content:""}.mi-tire-repair::before{content:""}.mi-title::before{content:""}.mi-toc::before{content:""}.mi-today::before{content:""}.mi-toggle-off::before{content:""}.mi-toggle-on::before{content:""}.mi-token::before{content:""}.mi-toll::before{content:""}.mi-tonality::before{content:""}.mi-topic::before{content:""}.mi-tornado::before{content:""}.mi-touch-app::before{content:""}.mi-tour::before{content:""}.mi-toys::before{content:""}.mi-track-changes::before{content:""}.mi-traffic::before{content:""}.mi-train::before{content:""}.mi-tram::before{content:""}.mi-transcribe::before{content:""}.mi-transfer-within-a-station::before{content:""}.mi-transform::before{content:""}.mi-transgender::before{content:""}.mi-transit-enterexit::before{content:""}.mi-translate::before{content:""}.mi-travel-explore::before{content:""}.mi-trending-down::before{content:""}.mi-trending-flat::before{content:""}.mi-trending-neutral::before{content:""}.mi-trending-up::before{content:""}.mi-trip-origin::before{content:""}.mi-trolley::before{content:""}.mi-troubleshoot::before{content:""}.mi-try::before{content:""}.mi-tsunami::before{content:""}.mi-tty::before{content:""}.mi-tune::before{content:""}.mi-tungsten::before{content:""}.mi-turn-left::before{content:""}.mi-turn-right::before{content:""}.mi-turn-sharp-left::before{content:""}.mi-turn-sharp-right::before{content:""}.mi-turn-slight-left::before{content:""}.mi-turn-slight-right::before{content:""}.mi-turned-in::before{content:""}.mi-turned-in-not::before{content:""}.mi-tv::before{content:""}.mi-tv-off::before{content:""}.mi-two-wheeler::before{content:""}.mi-type-specimen::before{content:""}.mi-u-turn-left::before{content:""}.mi-u-turn-right::before{content:""}.mi-umbrella::before{content:""}.mi-unarchive::before{content:""}.mi-undo::before{content:""}.mi-unfold-less::before{content:""}.mi-unfold-less-double::before{content:""}.mi-unfold-more::before{content:""}.mi-unfold-more-double::before{content:""}.mi-unpublished::before{content:""}.mi-unsubscribe::before{content:""}.mi-upcoming::before{content:""}.mi-update::before{content:""}.mi-update-disabled::before{content:""}.mi-upgrade::before{content:""}.mi-upload::before{content:""}.mi-upload-file::before{content:""}.mi-usb::before{content:""}.mi-usb-off::before{content:""}.mi-vaccines::before{content:""}.mi-vape-free::before{content:""}.mi-vaping-rooms::before{content:""}.mi-verified::before{content:""}.mi-verified-user::before{content:""}.mi-vertical-align-bottom::before{content:""}.mi-vertical-align-center::before{content:""}.mi-vertical-align-top::before{content:""}.mi-vertical-distribute::before{content:""}.mi-vertical-shades::before{content:""}.mi-vertical-shades-closed::before{content:""}.mi-vertical-split::before{content:""}.mi-vibration::before{content:""}.mi-video-call::before{content:""}.mi-video-camera-back::before{content:""}.mi-video-camera-front::before{content:""}.mi-video-chat::before{content:""}.mi-video-collection::before{content:""}.mi-video-file::before{content:""}.mi-video-label::before{content:""}.mi-video-library::before{content:""}.mi-video-settings::before{content:""}.mi-video-stable::before{content:""}.mi-videocam::before{content:""}.mi-videocam-off::before{content:""}.mi-videogame-asset::before{content:""}.mi-videogame-asset-off::before{content:""}.mi-view-agenda::before{content:""}.mi-view-array::before{content:""}.mi-view-carousel::before{content:""}.mi-view-column::before{content:""}.mi-view-comfortable::before{content:""}.mi-view-comfy::before{content:""}.mi-view-comfy-alt::before{content:""}.mi-view-compact::before{content:""}.mi-view-compact-alt::before{content:""}.mi-view-cozy::before{content:""}.mi-view-day::before{content:""}.mi-view-headline::before{content:""}.mi-view-in-ar::before{content:""}.mi-view-kanban::before{content:""}.mi-view-list::before{content:""}.mi-view-module::before{content:""}.mi-view-quilt::before{content:""}.mi-view-sidebar::before{content:""}.mi-view-stream::before{content:""}.mi-view-timeline::before{content:""}.mi-view-week::before{content:""}.mi-vignette::before{content:""}.mi-villa::before{content:""}.mi-visibility::before{content:""}.mi-visibility-off::before{content:""}.mi-voice-chat::before{content:""}.mi-voice-over-off::before{content:""}.mi-voicemail::before{content:""}.mi-volcano::before{content:""}.mi-volume-down::before{content:""}.mi-volume-down-alt::before{content:""}.mi-volume-mute::before{content:""}.mi-volume-off::before{content:""}.mi-volume-up::before{content:""}.mi-volunteer-activism::before{content:""}.mi-vpn-key::before{content:""}.mi-vpn-key-off::before{content:""}.mi-vpn-lock::before{content:""}.mi-vrpano::before{content:""}.mi-wallet::before{content:""}.mi-wallet-giftcard::before{content:""}.mi-wallet-membership::before{content:""}.mi-wallet-travel::before{content:""}.mi-wallpaper::before{content:""}.mi-warehouse::before{content:""}.mi-warning::before{content:""}.mi-warning-amber::before{content:""}.mi-wash::before{content:""}.mi-watch::before{content:""}.mi-watch-later::before{content:""}.mi-watch-off::before{content:""}.mi-water::before{content:""}.mi-water-damage::before{content:""}.mi-water-drop::before{content:""}.mi-waterfall-chart::before{content:""}.mi-waves::before{content:""}.mi-waving-hand::before{content:""}.mi-wb-auto::before{content:""}.mi-wb-cloudy::before{content:""}.mi-wb-incandescent::before{content:""}.mi-wb-iridescent::before{content:""}.mi-wb-shade::before{content:""}.mi-wb-sunny::before{content:""}.mi-wb-twighlight::before{content:""}.mi-wb-twilight::before{content:""}.mi-wc::before{content:""}.mi-web::before{content:""}.mi-web-asset::before{content:""}.mi-web-asset-off::before{content:""}.mi-web-stories::before{content:""}.mi-webhook::before{content:""}.mi-wechat::before{content:""}.mi-weekend::before{content:""}.mi-west::before{content:""}.mi-whatshot::before{content:""}.mi-wheelchair-pickup::before{content:""}.mi-where-to-vote::before{content:""}.mi-widgets::before{content:""}.mi-width-full::before{content:""}.mi-width-normal::before{content:""}.mi-width-wide::before{content:""}.mi-wifi::before{content:""}.mi-wifi-1-bar::before{content:""}.mi-wifi-2-bar::before{content:""}.mi-wifi-calling::before{content:""}.mi-wifi-calling-1::before{content:""}.mi-wifi-calling-2::before{content:""}.mi-wifi-calling-3::before{content:""}.mi-wifi-channel::before{content:""}.mi-wifi-find::before{content:""}.mi-wifi-lock::before{content:""}.mi-wifi-off::before{content:""}.mi-wifi-password::before{content:""}.mi-wifi-protected-setup::before{content:""}.mi-wifi-tethering::before{content:""}.mi-wifi-tethering-error::before{content:""}.mi-wifi-tethering-error-rounded::before{content:""}.mi-wifi-tethering-off::before{content:""}.mi-wind-power::before{content:""}.mi-window::before{content:""}.mi-wine-bar::before{content:""}.mi-woman::before{content:""}.mi-woman-2::before{content:""}.mi-woo-commerce::before{content:""}.mi-wordpress::before{content:""}.mi-work::before{content:""}.mi-work-history::before{content:""}.mi-work-off::before{content:""}.mi-work-outline::before{content:""}.mi-workspace-premium::before{content:""}.mi-workspaces::before{content:""}.mi-workspaces-filled::before{content:""}.mi-workspaces-outline::before{content:""}.mi-wrap-text::before{content:""}.mi-wrong-location::before{content:""}.mi-wysiwyg::before{content:""}.mi-yard::before{content:""}.mi-youtube-searched-for::before{content:""}.mi-zoom-in::before{content:""}.mi-zoom-in-map::before{content:""}.mi-zoom-out::before{content:""}.mi-zoom-out-map::before{content:""}@font-face{font-family:"Material Icons";font-style:normal;font-weight:400;font-display:block;src:url("fonts/material-icons.woff2") format("woff2"),url("fonts/material-icons.woff") format("woff")}.material-icons{font-family:"Material Icons";font-weight:normal;font-style:normal;font-size:24px;line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;word-wrap:normal;direction:ltr;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;-webkit-font-feature-settings:"liga";font-feature-settings:"liga"}.container,.container-fluid,.container-xxl,.container-xl,main>img,main>nav,html *:is(header,main,footer)>section,form.cls\[0\],.container-lg,.container-md,.container-sm{--bs-gutter-x: 1.5rem;--bs-gutter-y: 0;width:100%;padding-right:calc(var(--bs-gutter-x)*.5);padding-left:calc(var(--bs-gutter-x)*.5);margin-right:auto;margin-left:auto}@media(min-width: 576px){.container-sm,.container{max-width:540px}}@media(min-width: 768px){.container-md,.container-sm,.container{max-width:720px}}@media(min-width: 992px){.container-lg,.container-md,.container-sm,.container{max-width:960px}}@media(min-width: 1200px){.container-xl,main>img,main>nav,html *:is(header,main,footer)>section,form.cls\[0\],.container-lg,.container-md,.container-sm,.container{max-width:1140px}}@media(min-width: 1400px){.container-xxl,.container-xl,main>img,main>nav,html *:is(header,main,footer)>section,form.cls\[0\],.container-lg,.container-md,.container-sm,.container{max-width:1320px}}@property --SVG\:PDF{syntax:"*";inherits:false;initial-value:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" fill="white"><use href="%23rect"/><use href="%23path" /><defs><symbol id="path"><path d="M44.41 42.62c-3.83-6.33-6.93-14.64-3.39-21.67 2.48-4.94 7.54-4.3 9.95.21 2.56 4.81-.52 13.91-2.59 21.02 3.55 5.09 7.62 9.84 11.96 14.28 6.54-.23 18.96.68 21.22 5.73 1.88 4.21-2.2 8.72-6.5 8.67-6.36-.08-11.64-6.45-16.17-10.79-6.63.29-13.26 1.42-19.61 3.34-3.11 5.91-10.01 19.16-16.27 19.09-4.95-.06-6.16-6.67-3.85-10.33 3.2-5.06 10.07-9.17 17.67-11.72 2.9-5.77 5.42-11.75 7.59-17.84ZM23.1 78.96c3.65.06 9.17-10.4 11.27-13.84-4.67 2-9.87 5.12-12.24 9.02-.9 1.48-1.03 4.79.97 4.82m55.21-15.23c-1.46-3.1-10.31-3.71-14.39-3.67 3.3 2.99 6.21 6.87 11.21 7.2 1.72.11 3.97-1.84 3.17-3.53Zm-22.63-7.01a175 175 0 0 1-8.85-10.46c-1.62 4.29-3.48 8.6-5.47 12.87 4.71-1.19 9.46-2.04 14.31-2.41Zm-7.4-32.52c-.46-4.16-4.03-4.17-4.83-.06-.87 4.47.45 10.09 2.42 14.16 1.22-4.58 2.91-9.52 2.41-14.1"/></symbol><symbol id="rect" stroke="white"><rect width="100" height="100" rx="20" ry="20" fill="%23FE3501" transform="matrix(0.99 0, 0 0.99, 0.5 0.5)"/></symbol></defs></svg>')}@property --SVG\:LOG{syntax:"*";inherits:false;initial-value:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 13"><use href="%23logo"/><defs><symbol id="logo"><use href="%23icon" /><g transform="translate(14,1)"><use href="%23id"/></g></symbol><symbol id="id3"><path d="M5.24 3.94h.01Zm3.71.4c1.06.96 1.59 2.13 1.59 3.5 0 1.18-.55 1.77-1.63 1.77h-.63c0-.52-.17-.83-.5-.94v1.85l-1.66.21V5.05l-.33.29H.21L0 4.54h1.27C1.03 3.73.76 3.02.46 2.4L1 2.04H.3l-.21-.82h1.93V.06l1.8.24v.92h.53l.6-.6 1.07.95-.51.47H4l1.42.59c-.42.7-.89 1.33-1.41 1.92h.62l.6-.6.88.79V.03l1.66.19v.39h.86L9.26 0l1.5 1.18-.53.32zM3.62 2.06H1.4c.54.57.99 1.17 1.37 1.79l-1.03.71h1.15c.3-.74.55-1.58.73-2.5m5.3 5.35q0-1.455-.87-2.94l.54-3.04h-.83v6.53c.18.05.37.06.56.06.39 0 .6-.2.6-.61M4.43 5.5l1.49 1.16-.51.47v3l-1.69.2v-.6H2.18v.5l-1.67.21v-4.8l1.67.19h-.01v.44h1.48zm-.71 1.58H2.18v1.79h1.54z"/></symbol><symbol id="id2"><path d="M5.45 2.19H.21L0 1.38h1.83V.01l1.69.21v1.16h.83l.57-.55 1.01.9zm4.16.86-.57.55h-.41V.2h-.01L6.82 0v3.62H5.31l.24-.23-1.01-.9-.57.54H.33l.21.81h4.53l.07-.06.17.64h1.52v6.16l1.8-.23V4.41h1.51l.48-.46zM3.97 4.62H.34l.21.81h4.52l.48-.46-1.01-.9zm.25 1.22 1.32 1.03-.39.43v2.86l-1.46.18v-.45H2.08v.37l-1.52.19V5.81l1.52.18h-.01v.45h1.46zm-.53 1.49H2.08v1.71h1.61z"/></symbol><symbol id="id1"><path d="M10.66 5.56c-1.27-.11-2.12-.31-2.72-.53h2.15l.47-.48-1.07-.91-.66.56h-.86c.38-.25.77-.54 1.15-.86l-1.41-.28c.41-.03.82-.08 1.23-.14l-.44-.47.39.17 1.03-1.07.66-.33L9.13.19l-.69.64H6.45v-.6l-.02.02L4.53 0v.85H2.04c.02-.11.03-.23.05-.34L1.17.24Q.765 1.305 0 2.22l1.34.72c.21-.43.36-.84.5-1.26h6.58l-.21.46-.36-.38c-1.57.28-3.64.45-6.16.52l.24.91-.44.45c.31.16.6.35.88.56H.39l.21.83h2.02c-.69.44-1.56.76-2.61.99l.39.9c.34-.05.66-.1.98-.17v3.88l1.76-.23v-.16h4.6v.34l1.78-.3V7.71l.39-.37-.7-.54c.31.08.63.14.97.17zm-4.4-2.42c.33-.01.64-.04.96-.06-.21.39-.43.75-.69 1.11h-.27zm-1.73.07v.98h-.71l.35-.35c-.4-.23-.83-.43-1.27-.61.56 0 1.1-.01 1.63-.02M4.52 9.4h-1.4v-.57h1.4zm0-1.37h-1.4v-.55h1.4zM7.71 9.4H6.34v-.57h1.37zm0-1.37H6.34v-.55h1.37zm.09-1.38H3.11v-.21l-.44-.06c.65-.26 1.32-.58 1.85-1.03v1.26l1.74-.17V5.26c.51.45 1.15.92 1.78 1.16z"/></symbol><symbol id="id4"><g transform="translate(0,0.1)"><use href="%23id1"/><g transform="translate(13,0)"><use href="%23id2"/><g transform="translate(12,-0.1)"><use href="%23id3"/></g></g></g></symbol><symbol id="icon4"><path d="M7.84 1.68c2.16.38 3.2 3.03 1.82 4.78.72 2.64-2.17 4.81-4.52 3.32C2.79 11.27-.1 9.1.62 6.46-.75 4.73.27 2.07 2.44 1.68c1.04-2.24 4.35-2.24 5.39 0zM9.6 6.44c1.37-1.75.35-4.32-1.8-4.71-1.04-2.24-4.27-2.24-5.3 0C.37 2.06-.69 4.74.7 6.44-.03 9.08 2.84 11.2 5.15 9.7c2.32 1.51 5.18-.62 4.45-3.26"/></symbol><symbol id="icon2"><path d="M3.56.55c-.13-.02-.28-.02-.41 0l.2-.55zM.2 0 0 .55C.13.53.28.53.41.55z" /></symbol><symbol id="icon1"><path d="M3.74 2.24h1.15s.03.06.06.08l-.31.84c-.15.05-.26.13-.25.22.04.37 1.34.37 1.38 0 0-.09-.09-.16-.24-.21l-.32-.86c.12-.11.04-.31-.12-.33q-.09 0-.15.06h-1.2v-.15h.05l.18-.46.09.02.03-.1c-.27-.08-.93-.07-1.18 0l.03.1.09-.02.18.46h.05v.15H2.03s-.08-.05-.13-.06c-.19-.02-.28.24-.13.35l-.31.84c-.15.05-.26.13-.25.22.04.37 1.34.37 1.38 0 0-.09-.09-.16-.24-.21l-.32-.86s.03-.04.04-.06h1.18v1.73H0C.1 5.8 1.61 7.3 3.48 7.32 5.35 7.3 6.86 5.8 6.96 3.99H3.71V2.26zm-.47 3.02h-.81c-.14 0-.26.12-.26.26s.12.26.26.26h.81v.98A2.95 2.95 0 0 1 .63 4.49h2.64v.76Zm.47 1.51v-.98h.81c.14 0 .26-.12.26-.26s-.12-.26-.26-.26h-.81v-.76h2.64a2.97 2.97 0 0 1-2.64 2.27ZM.02 3.67C.12 1.93 1.52.47 3.3.35L3.19.02c.21-.03.43-.03.64 0l-.11.33C5.5.47 6.9 1.94 7 3.67h-.53C6.36 2.16 5.09.9 3.52.87 1.94.9.68 2.16.57 3.67z"/></symbol><symbol id="icon3"><path d="M0 9.06c.28-.89 1.02-2.87 1.03-4.46 0-1.42-.45-2.42-.74-3.05h1.76C1.93 1.09 1.67.47 1.47 0H4.7c-.2.47-.46 1.08-.58 1.54h1.76c-.28.63-.73 1.64-.73 3.05s.68 3.35 1.04 4.46H4.65c-.1-.21-.27-.56-.36-.69H1.9c-.09.13-.26.48-.36.7zM1.46 4.6c0 1.18-.6 3.2-.86 4.03h.67c.32-.66.41-.7.54-.7h2.57c.13 0 .22.04.54.69h.67c-.25-.78-.88-2.85-.88-4.03 0-1.08.33-2.13.51-2.62-1.57 0-1.9.26-1.18-1.55H2.11c.75 1.82.32 1.54-1.18 1.55.19.5.52 1.54.52 2.62Z"/></symbol><symbol id="icon5"><path d="M5.92 11.26c2.65 1.77 6.08-.77 5.2-3.81 1.61-1.98.38-5.1-2.1-5.5-1.24-2.61-4.97-2.6-6.2 0-2.48.4-3.71 3.52-2.1 5.5-.89 3.04 2.55 5.58 5.2 3.81"/></symbol><symbol id="icon6"><path d="M2.91 2.01C.32 2.44-.9 5.62.75 7.67c-.92 3.13 2.62 5.75 5.35 3.92 2.73 1.83 6.26-.79 5.35-3.92 1.66-2.04.4-5.25-2.16-5.66-1.28-2.69-5.12-2.68-6.38 0" /></symbol><symbol id="icon7"><path d="M3.03 2.1C.36 2.55-.95 5.87.78 8c-.93 3.28 2.73 5.98 5.58 4.09 2.85 1.89 6.51-.81 5.58-4.09 1.72-2.14.41-5.45-2.25-5.9-1.32-2.81-5.35-2.79-6.65 0Z" /></symbol><symbol id="id"><use href="%23id4" fill="%23005778"/></symbol><symbol id="icon"><g fill="%23b3b3b3"><use href="%23icon7"/><g fill="gray" transform="translate(0.25,0.28)"><use href="%23icon6"/><g fill="%23F2E343" transform="translate(0.2,0.19)"><use href="%23icon5"/><g fill="%23C30D23" transform="translate(0.8,0.8)"><use href="%23icon4"/><g fill="white" transform="translate(2.1,0.8)"><use href="%23icon3"/><g fill="%23C30D23" transform="translate(-0.5,0.6)"><use href="%23icon1"/><g fill="%23f2e343" transform="translate(1.72,2.6)"><use href="%23icon2"/></g></g></g></g></g></g></g></symbol></defs></svg>')}@property --SVG\:FTR{syntax:"*";inherits:false;initial-value:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 178 61' fill='white'><path d='M178 0c-1.67 1.89-2.73 4.59-2.42 7.18-4.79-3.07-10.76.78-9.98 6.39-6.12-3.86-13.88.18-14.34 7.35-2.76-.93-6.11-.41-8.48 1.4-1.37-4.86-7.48-6.41-10.96-2.72.15-5.58-6.06-8.77-10.5-5.34-3.3-11.02-18.06-8.9-18.25 2.55-1.98-.64-4.29-.22-5.91 1.08.42-5.35-5.32-8.89-9.89-6.07C88.89 1.2 75.79-3.69 70.11 5.47c-1.99-7.17-11.53-6.62-12.71.7a6.471 6.471 0 0 0-9.24 7.46c-8.59-2.76-15.62 6.09-10.9 13.83-3.14-1.33-6.92.19-8.33 3.21-3.91-7.3-14-6.68-17.01 1.03C8.25 26.31.32 28.63 0 35.09V61h177.99V0Z'/></svg>")}@property --SVG\:FTL{syntax:"*";inherits:false;initial-value:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 178 61' fill='white' transform='scale(-1,1)'><path d='M178 0c-1.67 1.89-2.73 4.59-2.42 7.18-4.79-3.07-10.76.78-9.98 6.39-6.12-3.86-13.88.18-14.34 7.35-2.76-.93-6.11-.41-8.48 1.4-1.37-4.86-7.48-6.41-10.96-2.72.15-5.58-6.06-8.77-10.5-5.34-3.3-11.02-18.06-8.9-18.25 2.55-1.98-.64-4.29-.22-5.91 1.08.42-5.35-5.32-8.89-9.89-6.07C88.89 1.2 75.79-3.69 70.11 5.47c-1.99-7.17-11.53-6.62-12.71.7a6.471 6.471 0 0 0-9.24 7.46c-8.59-2.76-15.62 6.09-10.9 13.83-3.14-1.33-6.92.19-8.33 3.21-3.91-7.3-14-6.68-17.01 1.03C8.25 26.31.32 28.63 0 35.09V61h177.99V0Z'/></svg>")}@property --path\:T2S4{syntax:"*";inherits:false;initial-value:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 18" fill="%2380D4FF"><path d="M9.71 8.29 1.7.28C.74-.57-.58.7.29 1.7L7.59 9l-7.3 7.3c-.88.94.47 2.3 1.42 1.42l8.01-8.01c.39-.39.39-1.02 0-1.42Z"/></svg>')}@property --xxl\:1400{syntax:"*";inherits:false;initial-value:1400}@property --xl\:1200{syntax:"*";inherits:false;initial-value:1200}@property --lg\:992{syntax:"*";inherits:false;initial-value:992}@property --md\:768{syntax:"*";inherits:false;initial-value:768}@property --sm\:576{syntax:"*";inherits:false;initial-value:576}@property --xs\:375{syntax:"*";inherits:false;initial-value:375}@property --gap\:xxs{syntax:"*";inherits:false;initial-value:.25rem}@property --gap\:xs{syntax:"*";inherits:false;initial-value:.5rem}@property --gap\:s{syntax:"*";inherits:false;initial-value:.75rem}@property --gap\:m{syntax:"*";inherits:false;initial-value:1rem}@property --gap\:l{syntax:"*";inherits:false;initial-value:1.25rem}@property --gap\:xl{syntax:"*";inherits:false;initial-value:1.5rem}@property --gap\:xxl{syntax:"*";inherits:false;initial-value:1.75rem}@property --Z4T3\:BASE{syntax:"*";inherits:false;initial-value:"Helvetica Neue","Helvetica Neue","微軟正黑體",Arial,sans-serif}@property --\(P2H2\){syntax:"*";inherits:false;initial-value:smooth}@property --\(G4D4\){syntax:"*";inherits:false;initial-value:fixed}@property --\(X1D4\){syntax:"*";inherits:false;initial-value:relative}@property --\(J2D4\){syntax:"*";inherits:false;initial-value:absolute}@property --\(N2X4\){syntax:"*";inherits:false;initial-value:sticky}@property --\(AUTO\){syntax:"*";inherits:false;initial-value:auto}@property --\(Z4C4\){syntax:"*";inherits:false;initial-value:""}@property --\(ZERO\){syntax:"<number>";inherits:false;initial-value:0}@property --\(Z1J1\){syntax:"*";inherits:false;initial-value:center}@property --\(Y4B1\){syntax:"*";inherits:false;initial-value:right}@property --\(Z3B1\){syntax:"*";inherits:false;initial-value:left}@property --\(H4S4\){syntax:"*";inherits:false;initial-value:in srgb}@property --\(NONE\){syntax:"*";inherits:false;initial-value:none}@property --\(Y2B1\){syntax:"*";inherits:false;initial-value:pointer}@property --\(FLGR\){syntax:"*";inherits:false;initial-value:grayscale(1)}@property --\(FLBR\){syntax:"*";inherits:false;initial-value:brightness(2)}@property --BG\:BLUR{syntax:"*";inherits:false;initial-value:blur(0.2rem)}@property --BG\:M2T4{syntax:"*";inherits:false;initial-value:gray}@property --MIX\:G1J2B4L4{syntax:"*";inherits:false;initial-value:plus-lighter}@property --MIX\:S4C3Z1Z2{syntax:"*";inherits:false;initial-value:multiply}@property --body\:m{syntax:"*";inherits:false;initial-value:1.15rem}@property --px\:12{syntax:"<number>";inherits:false;initial-value:0.75}@property --px\:13{syntax:"<number>";inherits:false;initial-value:0.8125}@property --px\:14{syntax:"<number>";inherits:false;initial-value:0.875}@property --px\:15{syntax:"<number>";inherits:false;initial-value:0.9375}@property --px\:16{syntax:"<number>";inherits:false;initial-value:1}@property --px\:17{syntax:"<number>";inherits:false;initial-value:1.0625}@property --px\:18{syntax:"<number>";inherits:false;initial-value:1.125}@property --px\:19{syntax:"<number>";inherits:false;initial-value:1.1875}@property --px\:20{syntax:"<number>";inherits:false;initial-value:1.25}@property --px\:28{syntax:"<number>";inherits:false;initial-value:1.75}@property --px\:44{syntax:"<number>";inherits:false;initial-value:2.75}section.cls\[1\] figure div img,footer section>div div:has(svg),header>section button::before,header>section h1,form.cls\[1\] [type=submit],form.cls\[1\] .close,section.cls\[2\] dl>dd>div>a{width:var(--base-w-xs)}.glightbox,section.cls\[5\] ul[aria-label] li iframe{width:var(--base-w-sm)}main:is([data-site=index] main)>section>a,section.cls\[4\] [data-pageinfo] nav a,section.cls\[2\] [data-pageinfo] nav a,main:is(.index [data-site=news] main) article ul li a figure img,footer section ul li:is([data-site=news] li)::before{width:var(--base-w-em)}form.cls\[0\] input,section.cls\[3\] details>summary+div>div>ul>li::before,section.cls\[3\] details>summary+div>div>ul>[data-title]>li::before{width:var(--base-w-lh)}section.cls\[4\] div:has(>table)>table tr>*[title=作者],footer section ul,form.cls\[0\] [data-behavior=select-radio-on-click] fieldset legend,form.cls\[0\] [data-behavior=select-radio-on-click] fieldset,section.cls\[3\] details>summary+div>a,section.cls\[2\] dl>dd::before,div:has(>[accesskey]) a{width:var(--base-w-fit)}main>img,main:is([data-site=index] main)>section,form.cls\[0\] fieldset ul li,form.cls\[0\] fieldset label::after,form.cls\[0\]>div:nth-child(3)>*,section.cls\[3\] details>summary+div>div>ul>li>span::after,section.cls\[3\] details>summary+div>div>ul>[data-title]>li>span::after{width:var(--base-w-auto)}:where(svg,image),section.cls\[0\] img,section.cls\[4\] div:has(>table)>table tr>*[title=標題],section.cls\[2\] dl>dd>div>a figure>div>img,section.cls\[2\] dl>dd>div>a figure>*,header>section search [type=search],header>section search form,header:is(.index [data-site=news] header) h1 img,header:is(.index [data-site=news] header) h1,form.cls\[1\] ol li [type=radio],form.cls\[1\] ol li [type=checkbox],form.cls\[1\] ol li,form.cls\[1\] ol,form.cls\[1\] fieldset:has(>*:required)::before,form.cls\[1\] fieldset,form.cls\[1\] p,form.cls\[1\] textarea,form.cls\[1\] [data-error]::after,form.cls\[1\]::before,form.cls\[0\]>div:nth-child(3)>*:has(p,[type=submit]),form.cls\[0\]>div:nth-child(3) [data-behavior=select-radio-on-click] [data-content]::before,form.cls\[0\]>div:nth-child(3) [data-behavior=select-radio-on-click] [data-radio],form.cls\[0\]>div:nth-child(3) label:has(>[type=radio],>[type=checkbox]) [type=radio],form.cls\[0\]>div:nth-child(3) label:has(>[type=radio],>[type=checkbox]) [type=checkbox],form.cls\[0\]:has(+section)>input,section.cls\[3\] details>summary+div>div>ul>li,section.cls\[3\] details>summary+div>div>ul>[data-title]>li,section.cls\[3\] details>summary+div>div>ul,section.cls\[3\] details>summary>div::after,section.cls\[4\] div:has(>table)>table{width:var(--base-w-full)}section.cls\[4\]>h2,section.cls\[4\] [data-pageinfo]:after,section.cls\[2\] [data-pageinfo]:after,section.cls\[3\] details>summary+div>div>ul>li>a span,section.cls\[3\] details>summary+div>div>ul>[data-title]>li>a span{width:var(--base-w-none)}:where(img,[src*=youtube]),footer section>p,header>section,form.cls\[0\] [type=submit],form.cls\[0\] [type=reset]{max-width:var(--base-w-max)}main>nav>ul>li::before{min-width:var(--base-w-min)}main:is(.index [data-site=news] main) article ul li a figure img,form.cls\[0\] textarea+p{height:var(--base-h-Y4S4)}footer:is(.index footer)::after{height:var(--base-h-vh)}main>img,footer section>div div:has(svg) a span,header>section button span,header>section h1 span,header:is(.index [data-site=news] header) h1 img,section.cls\[3\] details>summary+div>div>ul>li::after,section.cls\[3\] details>summary+div>div>ul>[data-title]>li::after{height:var(--base-h-min)}section.cls\[2\] dl>dd>div>a figure>div>img,section.cls\[1\] figure div img[src*=no-image],form.cls\[0\]>div:nth-child(3) [data-behavior=select-radio-on-click] [data-content]::before,section.cls\[2\] dl>dd>div>a>figure{height:var(--base-h-full)}section.cls\[4\]>h2{height:var(--base-h-none)}main:is(.index [data-site=news] main) article ul li a figure,form.cls\[0\] textarea{min-height:var(--base-min-h)}@property --w\:em{syntax:"*";inherits:false;initial-value:1em}@property --w\:ex{syntax:"*";inherits:false;initial-value:1ex}@property --w\:lh{syntax:"*";inherits:false;initial-value:1lh}@property --w\:vw{syntax:"*";inherits:false;initial-value:100vw}@property --w\:fit{syntax:"*";inherits:false;initial-value:fit-content}@property --w\:max{syntax:"*";inherits:false;initial-value:100%}@property --h\:vh{syntax:"*";inherits:false;initial-value:100vh}.glightbox,section.cls\[5\] ul[aria-label] li iframe,section.cls\[5\] ul[aria-label] li::before,section.cls\[5\] ul[aria-label]::before,main:is(.index [data-site=news] main) aside p::before,body,form.cls\[1\] label:has([aria-controls]:checked)+label>textarea,main:is(.index [data-site=news] main) aside dd a,section.cls\[3\] details>summary+div>div>ul>li::before,section.cls\[3\] details>summary+div>div>ul>[data-title]>li::before,section.cls\[2\] dl>dd::after{display:var(--base-DP-Y4S4)}section.cls\[4\] [data-pageinfo] nav select,section.cls\[2\] [data-pageinfo] nav select,div:has(>[accesskey=t]) a span:is([data-site=news] span),section.cls\[4\] div:has(>table)>table thead,header>section h1 img,header:is([data-site=index] header) h1+div,header:is(.index [data-site=news] header) h1 svg,form.cls\[1\] label:has([aria-controls])+label>textarea,form.cls\[0\]>input,form.cls\[0\]>div:nth-child(3) [data-behavior=select-radio-on-click] [data-radio]::before,div:has(>[accesskey]) a>span{display:var(--base-DP-NONE)}a:has(>img),section.cls\[3\] details>summary+div>div>img+a,header>section ul a>*,a::before,a::after{display:var(--base-DP-TEXT)}header>section button span,header:is(.index [data-site=news] header) h1 img{display:var(--base-DP-TBOX)}form.cls\[1\] label{display:var(--base-DP-HIDE)}@property --DP\:Y4S4{syntax:"*";inherits:false;initial-value:block}@property --DP\:TEXT{syntax:"*";inherits:false;initial-value:inline}@property --DP\:TBOX{syntax:"*";inherits:false;initial-value:inline-block}@property --DP\:HIDE{syntax:"*";inherits:false;initial-value:contents}@property --DP\:G2X4{syntax:"*";inherits:false;initial-value:grid}@property --DP\:T2X4{syntax:"*";inherits:false;initial-value:flex}main:is(.index [data-site=news] main) section,main:is([data-site=index] main)>section>a,section.cls\[4\] [data-pageinfo] nav>*:where(a,span),section.cls\[2\] [data-pageinfo] nav>*:where(a,span),section.cls\[2\] dl>dd>div>a figure>figcaption,section.cls\[2\] dl>dd>div>a figure>div,section.cls\[1\] figure dl dt+dd ul li,section.cls\[1\] figure dl dt+dd,section.cls\[1\] figure div,section.cls\[1\] figure,footer section ul li:is([data-site=news] li)::before,footer section ul,footer section>div div:has(svg) a,footer section>div,header>section button::before,header>section button,header>section search form,header>section search,header>section>div,header>section h1 a,body>div:has(form.cls\[1\]),form.cls\[0\]>div:nth-child(3)>*,form.cls\[0\]>div:nth-child(3),main:is(.index [data-site=news] main) article ul li,main:is(.index [data-site=news] main) article ul,section.cls\[3\] details>summary+div>div>ul>li,section.cls\[3\] details>summary+div>div>ul>[data-title]>li,section.cls\[3\] details>summary+div>div>ul,section.cls\[3\] details>summary+div,section.cls\[3\] details>summary::after,section.cls\[3\],section.cls\[2\] dl>dd>div>a,section.cls\[2\] dl>dd{display:var(--base-DP-G2X4)}section.cls\[2\] dl>dd>div>a figure,body>div:has(form.cls\[1\]){grid-template:var(--base-GT)}main:is(.index [data-site=news] main) section,main:has(form+section),section.cls\[1\] figure,footer section ul li[data-title],footer section ul,footer section>div,header>section search form,header>section>div,form.cls\[0\]>div:nth-child(3)>*,section.cls\[3\] details>summary+div>div>ul>li,section.cls\[3\] details>summary+div>div>ul>[data-title]>li,section.cls\[3\] details>summary+div{grid-template-columns:var(--base-GT-Y)}main:has(form+section),section.cls\[2\] dl>dd>div>a figure>div{grid-template-rows:var(--base-GT-X)}section.cls\[2\] dl>dd>div>a figure>div{grid-area:var(--base-GA)}main>img,main:has(form+section) div:has(>[accesskey]),footer section ul li span,form.cls\[0\] p,form.cls\[0\] [data-behavior=exclusive-select-all],section.cls\[3\] details>summary+div>div>ul>li>span,section.cls\[3\] details>summary+div>div>ul>[data-title]>li>span{grid-column:var(--base-GA-Y)}main:has(form+section) form,section.cls\[3\] details>summary+div>div>ul>li::before,section.cls\[3\] details>summary+div>div>ul>[data-title]>li::before{grid-row:var(--base-GA-X)}section.cls\[5\] nav a,section.cls\[5\] nav,section.cls\[5\] h2+ul,main:is(.index [data-site=news] main) article,main:is(.index [data-site=news] main) section,main:is([data-site=index] main)>section,main,main>nav>ul>li,main>nav>ul,section.cls\[4\] [data-pageinfo] label,section.cls\[2\] [data-pageinfo] label,section.cls\[4\] [data-pageinfo],section.cls\[2\] [data-pageinfo],main:is(.index [data-site=news] main) article ul li a figure,section.cls\[2\] dl>dd>div>a figure>figcaption,section.cls\[1\] figure dl dt+dd ul li a [data-date],section.cls\[1\] figure dl dt+dd ul li a,section.cls\[1\] figure,footer section ul,footer section>div,footer section,header>section ul a span,header>section ul a,header>section ul,header>section>div,header:is(.index [data-site=news] header)>section,form.cls\[1\] [type=radio],form.cls\[1\] [type=checkbox],form.cls\[0\] [data-behavior=select-radio-on-click] fieldset,form.cls\[0\] fieldset ul,form.cls\[0\]>div:nth-child(3)>*,form.cls\[0\]>div:nth-child(3),form.cls\[0\] [data-behavior=exclusive-select-all],form.cls\[0\]>div:nth-child(3) label:has(>[type=radio],>[type=checkbox]),form.cls\[0\]:has(+section)>input,main:is(.index [data-site=news] main) aside dt,main:is(.index [data-site=news] main) article ul li,main:is(.index [data-site=news] main) article ul,main:is(.index [data-site=news] main) article nav a,main:is(.index [data-site=news] main) article nav,section.cls\[3\] details>summary+div>div>ul>li>a,section.cls\[3\] details>summary+div>div>ul>[data-title]>li>a,section.cls\[3\] details>summary+div>div>ul>li>span,section.cls\[3\] details>summary+div>div>ul>[data-title]>li>span,section.cls\[3\] details>summary+div>div>ul>li,section.cls\[3\] details>summary+div>div>ul>[data-title]>li,section.cls\[3\] details>summary+div>div,section.cls\[3\] details>summary+div,section.cls\[3\] details>summary>div,section.cls\[3\] details>summary,section.cls\[3\],div:has(>[accesskey]) a{gap:var(--base-GAP)}section.cls\[2\] dl>dd>div>a figure,section.cls\[2\] dl>dd>div{-webkit-column-gap:var(--base-GAP-Y);-moz-column-gap:var(--base-GAP-Y);column-gap:var(--base-GAP-Y)}section.cls\[2\] dl>dd{row-gap:var(--base-GAP-X)}section.cls\[5\] nav a,section.cls\[5\] nav,section.cls\[5\] h2+ul,section.cls\[5\] h2::before,main:is(.index [data-site=news] main) article,main,main>nav>ul>li,main>nav>ul,section.cls\[4\] [data-pageinfo],section.cls\[2\] [data-pageinfo],div:has(>[accesskey=t]),section.cls\[4\] div:has(>table)>table tbody tr>*,section.cls\[4\] div:has(>table)>table tbody tr,section.cls\[4\] div:has(>table),main:is(.index [data-site=news] main) article ul li a figure,section.cls\[2\] dl>dd>div>a figure,section.cls\[1\] figure dl dt+dd ul li a [data-date],section.cls\[1\] figure dl dt+dd ul li a,footer section,header>section ul a span,header>section ul a,header>section ul,header>section,#body,form.cls\[1\] fieldset,form.cls\[1\] [type=radio],form.cls\[1\] [type=checkbox],form.cls\[1\],form.cls\[0\] [data-behavior=select-radio-on-click] fieldset,form.cls\[0\] fieldset ul,form.cls\[0\] fieldset legend~*,form.cls\[0\]>div:nth-child(3)>*:has([type=submit]),form.cls\[0\] [data-behavior=exclusive-select-all],form.cls\[0\]>div:nth-child(3) label:has(>[type=radio],>[type=checkbox]),main:is(.index [data-site=news] main) aside dt,main:is(.index [data-site=news] main) article nav a,main:is(.index [data-site=news] main) article nav,section.cls\[4\] div:has(>table)>table caption>dl,section.cls\[3\] details>summary+div>div>ul>li>a,section.cls\[3\] details>summary+div>div>ul>[data-title]>li>a,section.cls\[3\] details>summary+div>div>ul>li>span,section.cls\[3\] details>summary+div>div>ul>[data-title]>li>span,section.cls\[3\] details>summary+div>div>ul>[data-title],section.cls\[3\] details>summary+div>div,section.cls\[3\] details>summary>div,section.cls\[3\] details>summary,section.cls\[2\] dl>dd>div,div:has(>[accesskey]) a{display:var(--base-DP-T2X4)}section.cls\[2\] dl>dd>div>a{-webkit-box-flex:var(--base-FB-Y4S4);-ms-flex:var(--base-FB-Y4S4);flex:var(--base-FB-Y4S4)}main:is([data-site=index] main)>section>a,main,section.cls\[4\] [data-pageinfo]:after,section.cls\[2\] [data-pageinfo]:after,section.cls\[4\] div:has(>table)>table,main:is(.index [data-site=news] main) article ul li a figure p,header>section ul li,header>section search form,header>section>div,header:is([data-site=index] header) h1,form.cls\[1\] textarea,form.cls\[0\] textarea,form.cls\[0\] input,form.cls\[0\] select,form.cls\[0\] fieldset ul li,form.cls\[0\] fieldset ul,form.cls\[0\]>div:nth-child(3)>*,main:is(.index [data-site=news] main) aside dt::after,section.cls\[3\] details>summary+div>div>ul>[data-title]::after,section.cls\[3\] details>summary>div{-webkit-box-flex:var(--base-FG-Y4S4);-ms-flex-positive:var(--base-FG-Y4S4);flex-grow:var(--base-FG-Y4S4)}section.cls\[5\] nav,section.cls\[5\] h2+ul,main:is(.index [data-site=news] main) article,main:is([data-site=index] main)>section,main>nav>ul,section.cls\[4\] [data-pageinfo],section.cls\[2\] [data-pageinfo],section.cls\[4\] div:has(>table)>table tbody tr,section.cls\[2\] dl>dd>div>a figure,section.cls\[1\] figure dl dt+dd ul li a [data-date],section.cls\[1\] figure dl dt+dd ul li a,footer section,header>section,form.cls\[1\] fieldset,form.cls\[1\],form.cls\[0\] [data-behavior=select-radio-on-click] fieldset,form.cls\[0\] fieldset ul li,form.cls\[0\] fieldset ul,form.cls\[0\] fieldset legend~*,form.cls\[0\]>div:nth-child(3)>*:has([type=submit]),form.cls\[0\] [data-behavior=exclusive-select-all],main:is(.index [data-site=news] main) article nav,section.cls\[4\] div:has(>table)>table caption>dl,section.cls\[3\] details>summary+div>div>ul>li>a,section.cls\[3\] details>summary+div>div>ul>[data-title]>li>a,section.cls\[3\] details>summary+div>div>ul>li>span,section.cls\[3\] details>summary+div>div>ul>[data-title]>li>span,section.cls\[3\] details>summary+div>div>ul>[data-title],section.cls\[3\] details>summary+div>div,section.cls\[3\] details>summary>div{-ms-flex-wrap:var(--base-FR-Y4S4);flex-wrap:var(--base-FR-Y4S4)}section.cls\[3\] details>summary::after{-ms-flex-negative:var(--base-FS-MIN);flex-shrink:var(--base-FS-MIN)}main:is([data-site=index] main)>section>a,main:is([data-site=index] main)>section,section.cls\[4\] [data-pageinfo] nav>*:where(a,span),section.cls\[2\] [data-pageinfo] nav>*:where(a,span),section.cls\[4\] [data-pageinfo],section.cls\[2\] [data-pageinfo],section.cls\[1\] figure div,footer section ul li:is([data-site=news] li)::before,footer section,header>section ul a,body>div:has(form.cls\[1\]),form.cls\[1\],form.cls\[0\]>div:nth-child(3)>*:has([type=submit]),section.cls\[3\] details>summary+div>div>ul>li>a,section.cls\[3\] details>summary+div>div>ul>[data-title]>li>a,section.cls\[3\] details>summary+div,section.cls\[3\] details>summary::after{-webkit-box-pack:var(--base-FX-MID);-ms-flex-pack:var(--base-FX-MID);justify-content:var(--base-FX-MID)}header>section>div,form.cls\[0\]:has(+section)>input,section.cls\[3\] details>summary+div>div>ul>li>span,section.cls\[3\] details>summary+div>div>ul>[data-title]>li>span{-webkit-box-pack:var(--base-FX-INS);-ms-flex-pack:var(--base-FX-INS);justify-content:var(--base-FX-INS)}main:is(.index [data-site=news] main) article,main:is([data-site=index] main)>section>a,section.cls\[4\] [data-pageinfo] nav>*:where(a,span),section.cls\[2\] [data-pageinfo] nav>*:where(a,span),section.cls\[4\] [data-pageinfo] label,section.cls\[2\] [data-pageinfo] label,section.cls\[4\] [data-pageinfo],section.cls\[2\] [data-pageinfo],div:has(>[accesskey=t]),section.cls\[1\] figure dl dt+dd ul li a [data-date],section.cls\[1\] figure dl dt+dd ul li a,footer section ul li:is([data-site=news] li)::before,footer section ul li:is([data-site=news] li),footer section>div,header>section button::before,header>section>div,form.cls\[0\] fieldset ul li,form.cls\[0\] fieldset legend~*,form.cls\[0\]:has(+section)>input,main:is(.index [data-site=news] main) aside dt,section.cls\[3\] details>summary+div>div>ul>li>a,section.cls\[3\] details>summary+div>div>ul>[data-title]>li>a,section.cls\[3\] details>summary::after,div:has(>[accesskey]) a{-webkit-box-align:var(--base-FY-MID);-ms-flex-align:var(--base-FY-MID);align-items:var(--base-FY-MID)}header>section ul a,header>section{-webkit-box-align:var(--base-FY-END);-ms-flex-align:var(--base-FY-END);align-items:var(--base-FY-END)}section.cls\[3\] details>summary+div>div>ul>li,section.cls\[3\] details>summary+div>div>ul>[data-title]>li{-webkit-box-align:var(--base-FY-TOP);-ms-flex-align:var(--base-FY-TOP);align-items:var(--base-FY-TOP)}section.cls\[2\] dl>dd>div>a figure,section.cls\[3\] details>summary+div>div{-ms-flex-line-pack:var(--base-FA-TOP);align-content:var(--base-FA-TOP)}section.cls\[3\] details>summary+div>div>ul>[data-title]::after{-ms-flex-item-align:var(--base-FS-MID);align-self:var(--base-FS-MID)}section.cls\[4\] [data-pageinfo] nav a.prev,section.cls\[2\] [data-pageinfo] nav a.prev,section.cls\[4\] [data-pageinfo] nav a.first,section.cls\[2\] [data-pageinfo] nav a.first,section.cls\[2\] dl>dd>div>a figure>div::after,section.cls\[2\] dl>dd>div>a figure::before,section.cls\[2\] dl>dd>div>a figure::after,section.cls\[1\] figure dl dt+dd ul li a::before,section.cls\[1\] figure dl dt+dd ul li a::after,form.cls\[1\] [type=radio]::after,form.cls\[1\] [type=checkbox]::after,form.cls\[0\] label,form.cls\[0\] legend,section.cls\[3\] details>summary+div>div>ul>[data-title]::before,section.cls\[3\] details>summary+div>div>ul>[data-title]::after,section.cls\[3\] details>summary>div>strong::before,section.cls\[3\] details>summary>div>strong::after,section.cls\[3\] details>summary>div::before{-webkit-box-ordinal-group:var(--base-FO-MIN);-ms-flex-order:var(--base-FO-MIN);order:var(--base-FO-MIN)}main:is(.index [data-site=news] main) aside,section.cls\[4\] [data-pageinfo] nav,section.cls\[2\] [data-pageinfo] nav,header>section ul:has(button),form.cls\[1\] [data-error]::after,form.cls\[0\] fieldset p{-webkit-box-ordinal-group:var(--base-FO-MAX);-ms-flex-order:var(--base-FO-MAX);order:var(--base-FO-MAX)}main,main:is(.index [data-site=news] main) article ul li a figure,#body,section.cls\[3\] details>summary+div>div:has(>img){-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:var(--base-FD-Y);flex-direction:var(--base-FD-Y)}@property --FB\:Y4S4{syntax:"*";inherits:false;initial-value:1 0 auto}@property --FG\:Y4S4{syntax:"*";inherits:false;initial-value:1}@property --FR\:Y4S4{syntax:"*";inherits:false;initial-value:wrap}@property --FX\:END{syntax:"*";inherits:false;initial-value:flex-end}@property --FX\:TOP{syntax:"*";inherits:false;initial-value:flex-start}@property --FX\:INS{syntax:"*";inherits:false;initial-value:space-between}@property --FO\:MIN{syntax:"*";inherits:false;initial-value:-1}@property --FO\:MID{syntax:"*";inherits:false;initial-value:1}@property --FO\:MAX{syntax:"*";inherits:false;initial-value:999}@property --FD\:Y{syntax:"*";inherits:false;initial-value:column}@property --GT\:full{syntax:"*";inherits:false;initial-value:1fr}section.cls\[5\] h3,main:is([data-site=index] main)>section,div:has(>[accesskey=t]),section.cls\[4\] div:has(>table)>table,section.cls\[2\] dl>dd>div>a figure>figcaption,footer section>p,header>section ul a span,header:is([data-site=index] header) h1,form.cls\[1\]::before,main:is(.index [data-site=news] main) article ul li::before{text-align:var(--base-TA-Z1J1)}section.cls\[4\] div:has(>table)>table tr>*[title=作者],section.cls\[4\] div:has(>table)>table tbody dl{text-align:var(--base-TA-Z3B1)}footer section ul li[data-title]::before{text-align:var(--base-TA-Y4B1)}footer section ul li span{text-wrap:var(--base-TW-P2H2)}form.cls\[0\] fieldset label::after,form.cls\[0\] label,form.cls\[0\] legend{-moz-text-align-last:var(--base-TA-OUT);text-align-last:var(--base-TA-OUT)}section.cls\[4\] [data-pageinfo],section.cls\[2\] [data-pageinfo],section.cls\[4\] div:has(>table)>table tr>*[title=期別],section.cls\[4\] div:has(>table)>table thead,footer section ul li[data-title]::before,header>section ul a,section.cls\[3\] details>summary>div>strong::before,section.cls\[1\] figure dl dt+dd ul li a::after,section.cls\[3\] details>summary>div>strong::after,section.cls\[1\] figure dl dt+dd ul li a::before,section.cls\[3\] details>summary>div::before,form.cls\[0\] label,form.cls\[0\] legend,section.cls\[3\] details>summary+div>div>ul>li>a span,section.cls\[3\] details>summary+div>div>ul>[data-title]>li>a span,section.cls\[3\] details>summary+div>div>ul>li>a,section.cls\[3\] details>summary+div>div>ul>[data-title]>li>a,section.cls\[2\] dl>dd::before,section.cls\[2\] dl>dd::after,div:has(>[accesskey]){text-wrap:var(--base-TW-NONE)}:where(h1,h2,h3,h4,h5,h6,figcaption,th,dt,legend,[type=submit],[type=button],button,summary),section.cls\[5\] ul[aria-label]::before,section.cls\[5\] h3,section.cls\[5\] h2+ul>li::before,section.cls\[5\] h2,main:is(.index [data-site=news] main) aside p::before,main:is(.index [data-site=news] main) article time,main:is(.index [data-site=news] main) article::before,main:is([data-site=index] main)>section,main>nav>ul>li:last-child,section.cls\[4\] [data-pageinfo] nav a::before,section.cls\[2\] [data-pageinfo] nav a::before,section.cls\[4\] [data-pageinfo] nav a::after,section.cls\[2\] [data-pageinfo] nav a::after,section.cls\[4\] div:has(>table)>table tr>*::before,main:is(.index [data-site=news] main) article ul li a figure figcaption,section.cls\[2\] dl>dd>div>a figure::before,section.cls\[1\] figure dl dt+dd ul li a [data-date]::before,header:is([data-site=index] header) h1,form.cls\[1\] fieldset::before,form.cls\[1\]::before,form.cls\[0\] [type=submit],form.cls\[0\] [type=reset],form.cls\[0\] label,form.cls\[0\] legend,form.cls\[0\] p em,form.cls\[0\]:has(+section)>input,main:is(.index [data-site=news] main) article ul li::before,main:is(.index [data-site=news] main) article nav a:is(:hover,:focus),section.cls\[4\] div:has(>table)>table tbody dl em,section.cls\[4\] div:has(>table)>table caption>dl dd::before,section.cls\[4\] div:has(>table)>table caption>dl dd::after,section.cls\[4\] div:has(>table)>table caption>dl dd,section.cls\[3\] details>summary+div>div>ul>[data-title]::before,section.cls\[3\] details>summary+div>div>ul::before,section.cls\[3\] details>summary+div>div>img+a,section.cls\[2\] dl>dt{font-weight:var(--current-FW-MAX, var(--base-FW-MAX))}main:is([data-site=index] main)>section>a,section.cls\[1\] figure dl dt{-webkit-text-stroke:var(--base-TS-B1K1)}footer:is(.index footer) section{text-shadow:1px -1px 0 var(--base-TS-Y2S4),-1px -1px 0 var(--base-TS-Y2S4),-1px 1px 0 var(--base-TS-Y2S4),1px 1px 0 var(--base-TS-Y2S4)}section.cls\[4\] [data-pageinfo] nav a:is(.first,.prev,.next,.last),section.cls\[2\] [data-pageinfo] nav a:is(.first,.prev,.next,.last),section.cls\[4\] [data-pageinfo] nav a::before,section.cls\[2\] [data-pageinfo] nav a::before,section.cls\[4\] [data-pageinfo] nav a::after,section.cls\[2\] [data-pageinfo] nav a::after,footer section>div div:has(svg) a span,header>section button span,header>section h1 span{text-indent:var(--base-TI-MAX)}footer section ul li span{word-break:var(--base-TW-H4H2)}form.cls\[0\] p em,section.cls\[4\] div:has(>table)>table tbody dl em{font-style:var(--base-FS-NO)}section.cls\[5\] nav a,main:is(.index [data-site=news] main) article time,main:is(.index [data-site=news] main) article::before,section.cls\[4\] [data-pageinfo] nav>*:where(a,span),section.cls\[2\] [data-pageinfo] nav>*:where(a,span),section.cls\[1\] figure dl dt+dd ul li a [data-date]::before,header>section ul a,header>section search [type=submit],section.cls\[3\] details>summary>div>strong::before,section.cls\[1\] figure dl dt+dd ul li a::after,section.cls\[3\] details>summary>div>strong::after,section.cls\[1\] figure dl dt+dd ul li a::before,section.cls\[3\] details>summary>div::before,form.cls\[0\]:has(+section)>input,section.cls\[3\] details>summary+div>div>ul>li>a,section.cls\[3\] details>summary+div>div>ul>[data-title]>li>a,section.cls\[3\] details>summary::after,div:has(>[accesskey]){line-height:var(--base-LH)}html,section.cls\[2\] dl>dd::after{line-height:var(--base-LH-Y4S4)}main:is([data-site=index] main)>section>a,section.cls\[1\] figure dl dt{font-size:var(--new-FS-H2, var(--current-FS-H2, var(--base-FS-H2, var(--h2))))}main:is(.index [data-site=news] main) article::before,header>section search [type=submit],main:is(.index [data-site=news] main) article ul li::before,section.cls\[2\] dl>dt{font-size:var(--new-FS-H3, var(--current-FS-H3, var(--base-FS-H3, var(--h3))))}section.cls\[5\] ul[aria-label]::before,main:is(.index [data-site=news] main) aside p::before,main:is(.index [data-site=news] main) article ul li a figure figcaption,form.cls\[1\]::before,main:is(.index [data-site=news] main) aside dt,section.cls\[3\] details>summary+div>div>ul::before,section.cls\[3\] details>summary{font-size:var(--new-FS-H4, var(--current-FS-H4, var(--base-FS-H4, var(--h4))))}section.cls\[1\] figure dl dt+dd ul li a [data-date],form.cls\[0\] label,form.cls\[0\] legend,form.cls\[0\]>div:nth-child(3) [data-behavior=select-radio-on-click] [data-radio],section.cls\[4\] div:has(>table)>table tbody dl,section.cls\[3\] details>summary+div>div>ul>li>a,section.cls\[3\] details>summary+div>div>ul>[data-title]>li>a,section.cls\[3\] details>summary+div>div>ul>[data-title]::before{font-size:var(--new-FS-H5, var(--current-FS-H5, var(--base-FS-H5, var(--h5))))}section.cls\[4\] div:has(>table)>table thead,section.cls\[2\] dl>dd>div>a figure>figcaption,header>section ul a span,body,form.cls\[0\] fieldset label,form.cls\[0\]>div:nth-child(3),form.cls\[0\] [data-behavior=exclusive-select-all] label,form.cls\[0\]:has(+section)>input{font-size:var(--new-FS-H6, var(--current-FS-H6, var(--base-FS-H6, var(--h6))))}main:is(.index [data-site=news] main) article time,main>nav>ul,main:is(.index [data-site=news] main) article ul li a figure,section.cls\[1\] figure dl dt+dd ul li a [data-date]::before,section.cls\[1\] figure dl dt+dd ul li a,footer section ul,footer section>p,form.cls\[0\] p,main:is(.index [data-site=news] main) article nav,section.cls\[4\] div:has(>table)>table tbody dl dd,section.cls\[3\] details>summary+div>div>ul>li>a span,section.cls\[3\] details>summary+div>div>ul>[data-title]>li>a span,section.cls\[3\] details>summary+div>div>ul>li>span::after,section.cls\[3\] details>summary+div>div>ul>[data-title]>li>span::after,section.cls\[3\] details>summary>div>strong::before,section.cls\[3\] details>summary>div>strong::after,section.cls\[3\] details>summary>div::before,section.cls\[3\] details>summary>div::after{font-size:var(--new-FS-H7, var(--current-FS-H7, var(--base-FS-H7, var(--h7))))}section.cls\[5\] h2+ul,section.cls\[5\] h2::before,div:has(>[accesskey=t]) a span,main:is(.index [data-site=news] main) article ul li a figure::after,main:is(.index [data-site=news] main) article ul li a figure::before,form.cls\[1\] [data-error]::after,section.cls\[3\] details>summary+div>a,section.cls\[3\] details>summary+div>div>img+a::after{font-size:var(--new-FS-H8, var(--current-FS-H8, var(--base-FS-H8, var(--h8))))}header>section ul a,section.cls\[2\] dl>dd::after,div:has(>[accesskey]) a{font-size:var(--new-FS-H9, var(--current-FS-H9, var(--base-FS-H9, var(--h9))))}@property --TW\:P2H2{syntax:"*";inherits:false;initial-value:balance}@property --TW\:NONE{syntax:"*";inherits:false;initial-value:nowrap}@property --FW\:MAX{syntax:"*";inherits:false;initial-value:bolder}@property --TO\:S3L4{syntax:"*";inherits:false;initial-value:ellipsis}@property --TS\:Y2S4{syntax:"*";inherits:false;initial-value:#fff}@property --LH\:Y4S4{syntax:"<number>";inherits:false;initial-value:1.75}@property --VA\:Z1J1{syntax:"*";inherits:false;initial-value:middle}@property --TS\:B1K1{syntax:"*";inherits:false;initial-value:.03em currentColor}@property --TI\:MAX{syntax:"*";inherits:false;initial-value:-9999vw}@property --TW\:H4H2{syntax:"*";inherits:false;initial-value:break-word}@property --TA\:OUT{syntax:"*";inherits:false;initial-value:justify}section.cls\[4\]>h2,section.cls\[0\],section.cls\[4\] [data-pageinfo] nav a:is(.first,.prev,.next,.last),section.cls\[2\] [data-pageinfo] nav a:is(.first,.prev,.next,.last),section.cls\[2\] dl>dd>div>a figure>div,body:has(form.cls\[1\]),form.cls\[1\] textarea,form.cls\[0\] textarea,main:is(.index [data-site=news] main) article ul li a,section.cls\[3\] details>summary+div>div>ul>li>a span,section.cls\[3\] details>summary+div>div>ul>[data-title]>li>a span,div:has(>[accesskey]) a{overflow:var(--base-OF-Y4S4)}header>section>div,section.cls\[2\] dl>dd>div{overflow:var(--base-OF-X)}form.cls\[1\]{overflow:var(--base-OF-Y)}@property --OF\:Y4S4{syntax:"*";inherits:false;initial-value:hidden}@property --OF\:X{syntax:"*";inherits:false;initial-value:auto hidden}@property --OF\:Y{syntax:"*";inherits:false;initial-value:hidden auto}.glightbox,section.cls\[5\] ul[aria-label] li,section.cls\[4\] div:has(>table)>table tr>*:hover,main:is(.index [data-site=news] main) article ul li a figure,section.cls\[2\] dl>dd>div>a figure>div,footer section,header>section>div,html *:is(header,main,footer),form.cls\[0\]>div:nth-child(3) [data-behavior=select-radio-on-click] [data-content],form.cls\[0\]>div:nth-child(3) label:has(>[type=radio],>[type=checkbox]),main:is(.index [data-site=news] main) article ul li,main:is(.index [data-site=news] main) article ul,section.cls\[3\] details>summary+div>div>ul>li,section.cls\[3\] details>summary+div>div>ul>[data-title]>li,section.cls\[3\] details>summary+div,div:has(>[accesskey]){position:var(--base-PS-X1D4)}.glightbox::before,section.cls\[5\] ul[aria-label] li::before,main:is(.index [data-site=news] main) article ul li a figure img,main:is(.index [data-site=news] main) article ul li a figure::before,section.cls\[2\] dl>dd>div>a figure>div::after,footer:is(.index footer)::after,form.cls\[0\]>div:nth-child(3) [data-behavior=select-radio-on-click] [data-content]::before,form.cls\[0\]>div:nth-child(3) label:has(>[type=radio],>[type=checkbox]) [type=radio],form.cls\[0\]>div:nth-child(3) label:has(>[type=radio],>[type=checkbox]) [type=checkbox],main:is(.index [data-site=news] main) article ul:before,section.cls\[3\] details>summary+div>div>ul>li::after,section.cls\[3\] details>summary+div>div>ul>[data-title]>li::after,section.cls\[3\] details>summary+div>a{position:var(--base-PS-J2D4)}header>section button[aria-label*=關鍵字搜尋],header>section search,body>div:has(form.cls\[1\]),body::after,form.cls\[0\]>div:nth-child(3) [data-behavior=select-radio-on-click]>legend{position:var(--base-PS-G4D4)}section.cls\[4\] [data-pageinfo],section.cls\[4\] div:has(>table)>table thead,main:is(.index [data-site=news] main) article nav{position:var(--base-PS-N2X4)}.glightbox::before,section.cls\[5\] ul[aria-label] li::before,main:is(.index [data-site=news] main) article ul li a figure img,main:is(.index [data-site=news] main) article ul li a figure::before,section.cls\[2\] dl>dd>div>a figure>div::after,footer:is(.index footer)::after,header>section button[aria-label*=關鍵字搜尋],header>section search,header>section>div,body>div:has(form.cls\[1\]),body::after,form.cls\[0\]>div:nth-child(3) label:has(>[type=radio],>[type=checkbox]) [type=radio],form.cls\[0\]>div:nth-child(3) label:has(>[type=radio],>[type=checkbox]) [type=checkbox],main:is(.index [data-site=news] main) article ul:before,section.cls\[3\] details>summary+div>div>ul>li::after,section.cls\[3\] details>summary+div>div>ul>[data-title]>li::after,section.cls\[3\] details>summary+div>a{inset:var(--base-IS-Y4S4)}section.cls\[4\] [data-pageinfo],section.cls\[2\] [data-pageinfo],div:has(>[accesskey=t]),section.cls\[4\] div:has(>table)>table thead,main:is(.index [data-site=news] main) article nav{inset-block:var(--base-IS-Y)}form.cls\[0\]>div:nth-child(3) [data-behavior=select-radio-on-click]>legend{inset-inline:var(--base-IS-X)}.glightbox,section.cls\[5\] ul[aria-label] li iframe,main:is([data-site=index] main)>section,section.cls\[4\] [data-pageinfo] nav,section.cls\[2\] [data-pageinfo] nav,div:has(>[accesskey=t]) a,footer section>p,header>section h1,form.cls\[1\] p,section.cls\[3\] details>summary+div>div:has(>img),section.cls\[2\] dl>dd,button,section.cls\[5\] ul[aria-label]>*:where(dt,dd),section.cls\[5\] h2+ul>*:where(dt,dd),main>nav>ul>*:where(dt,dd),main:is(.index [data-site=news] main) article ul li a figure>*:where(dt,dd),section.cls\[1\] figure dl dt+dd ul>*:where(dt,dd),footer section ul>*:where(dt,dd),header>section ul>*:where(dt,dd),form.cls\[0\] fieldset ul>*:where(dt,dd),main:is(.index [data-site=news] main) article ul>*:where(dt,dd),section.cls\[4\] div:has(>table)>table tbody dl>*:where(dt,dd),section.cls\[4\] div:has(>table)>table caption>dl>*:where(dt,dd),section.cls\[3\] details>summary+div>div>ul>*:where(dt,dd),section.cls\[5\] ul[aria-label],section.cls\[5\] h2+ul,main>nav>ul,main:is(.index [data-site=news] main) article ul li a figure,section.cls\[1\] figure dl dt+dd ul,footer section ul,header>section ul,form.cls\[0\] fieldset ul,main:is(.index [data-site=news] main) article ul,section.cls\[4\] div:has(>table)>table tbody dl,section.cls\[4\] div:has(>table)>table caption>dl,section.cls\[3\] details>summary+div>div>ul{margin:var(--base-MG)}section.cls\[4\] [data-pageinfo] nav select,section.cls\[2\] [data-pageinfo] nav select,section.cls\[4\] [data-pageinfo] nav span,section.cls\[2\] [data-pageinfo] nav span,section.cls\[4\] [data-pageinfo] nav a:is(.first,.prev,.next,.last),section.cls\[2\] [data-pageinfo] nav a:is(.first,.prev,.next,.last),section.cls\[4\] [data-pageinfo] nav a.current,section.cls\[2\] [data-pageinfo] nav a.current,footer section ul li:is([data-site=news] li)::before,footer section>div div:has(svg),form.cls\[1\] ol li:has(>*:required)::before,form.cls\[0\] [data-behavior=select-radio-on-click] fieldset,main:is(.index [data-site=news] main) aside dd a,main:is(.index [data-site=news] main) article nav,section.cls\[3\] details>summary+div>a,section.cls\[3\] details>summary+div>div>img+a,a::before,a::after,section.cls\[2\] dl>dd::after{margin-inline:var(--base-MG-X)}section.cls\[5\] ul[aria-label] li,section.cls\[5\] ul[aria-label]::before,section.cls\[5\] ul[aria-label],section.cls\[5\] p,main:is(.index [data-site=news] main) aside p::before,div:has(>[accesskey=t]),main:is(.index [data-site=news] main) article ul li a figure p,section.cls\[2\] dl>dd>div>a figure>div,section.cls\[2\] dl>dd>div>a figure,section.cls\[1\] figure dl,footer section,form.cls\[1\] ol li,form.cls\[1\] fieldset,form.cls\[1\] [type=radio]::after,form.cls\[1\] [type=checkbox]::after,form.cls\[1\]::before,form.cls\[0\] fieldset legend,form.cls\[0\] p,form.cls\[0\]>div:nth-child(3) [data-behavior=select-radio-on-click] [data-radio]~[data-radio],form.cls\[0\]>div:nth-child(3) label:has(>[type=radio],>[type=checkbox])::before,main:is(.index [data-site=news] main) aside dd,main:is(.index [data-site=news] main) aside dt,section.cls\[3\] details>summary+div>div>ul>li>span,section.cls\[3\] details>summary+div>div>ul>[data-title]>li>span,section.cls\[3\] details>summary+div>div>ul>li::before,section.cls\[3\] details>summary+div>div>ul>[data-title]>li::before,section.cls\[2\] dl>dd>div{margin-block:var(--base-MG-Y)}section.cls\[5\] h3,main:is(.index [data-site=news] main) article time,section.cls\[2\],section.cls\[1\],main:is([data-site=index] main)>section>a,main:is([data-site=index] main)>section,section.cls\[4\] div:has(>table)>table tr>*,section.cls\[2\] dl>dd>div>a figure>div::after,section.cls\[2\] dl>dd>div>a figure,section.cls\[1\] figure dl dt+dd ul li a,header>section>div,header>section,section.cls\[3\] details>summary>div>strong::before,section.cls\[1\] figure dl dt+dd ul li a::after,section.cls\[3\] details>summary>div>strong::after,section.cls\[1\] figure dl dt+dd ul li a::before,section.cls\[3\] details>summary>div::before,body>div:has(form.cls\[1\]),form.cls\[1\] fieldset:has(>*:required)::before,form.cls\[1\]::before,form.cls\[1\],form.cls\[0\] [type=submit],form.cls\[0\] [type=reset],form.cls\[0\]>div:nth-child(3),form.cls\[0\]:has(+section)>input,main:is(.index [data-site=news] main) article ul li::before,section.cls\[3\] details>summary+div>div>ul>li>a,section.cls\[3\] details>summary+div>div>ul>[data-title]>li>a,section.cls\[3\] details>summary+div,section.cls\[3\] details>summary,section.cls\[2\] dl>dd::before,div:has(>[accesskey]) a,:where(select,textarea,input),button,section.cls\[5\] ul[aria-label]>*:where(dt,dd),section.cls\[5\] h2+ul>*:where(dt,dd),main>nav>ul>*:where(dt,dd),main:is(.index [data-site=news] main) article ul li a figure>*:where(dt,dd),section.cls\[1\] figure dl dt+dd ul>*:where(dt,dd),footer section ul>*:where(dt,dd),header>section ul>*:where(dt,dd),form.cls\[0\] fieldset ul>*:where(dt,dd),main:is(.index [data-site=news] main) article ul>*:where(dt,dd),section.cls\[4\] div:has(>table)>table tbody dl>*:where(dt,dd),section.cls\[4\] div:has(>table)>table caption>dl>*:where(dt,dd),section.cls\[3\] details>summary+div>div>ul>*:where(dt,dd),section.cls\[5\] ul[aria-label],section.cls\[5\] h2+ul,main>nav>ul,main:is(.index [data-site=news] main) article ul li a figure,section.cls\[1\] figure dl dt+dd ul,footer section ul,header>section ul,form.cls\[0\] fieldset ul,main:is(.index [data-site=news] main) article ul,section.cls\[4\] div:has(>table)>table tbody dl,section.cls\[4\] div:has(>table)>table caption>dl,section.cls\[3\] details>summary+div>div>ul{padding:var(--base-PD)}section.cls\[5\] ul[aria-label] li,section.cls\[5\] ul[aria-label]::before,main:is(.index [data-site=news] main) article,main>img,main:is(.index main),main>nav,section.cls\[4\] [data-pageinfo] nav a,section.cls\[2\] [data-pageinfo] nav a,main:is(.index [data-site=news] main) article ul li a figure::before,html *:is(header,main,footer)>section,form.cls\[1\] ol li:has(>*:required)::before,form.cls\[1\] ol,form.cls\[0\],main:is(.index [data-site=news] main) article ul li,main:is(.index [data-site=news] main) article nav,section.cls\[3\] details>summary+div>div>ul>li>span,section.cls\[3\] details>summary+div>div>ul>[data-title]>li>span,section.cls\[3\] details>summary+div>div>ul>li,section.cls\[3\] details>summary+div>div>ul>[data-title]>li,section.cls\[3\] details>summary+div>div>ul>[data-title]::before,section.cls\[3\] details>summary+div>div>ul::before,section.cls\[3\] details>summary::after{padding-inline:var(--base-PD-X)}main:is(.index [data-site=news] main) aside p::before,section.cls\[4\] [data-pageinfo],main,main>nav>ul>li::before,section.cls\[4\] div:has(>table)>table caption,section.cls\[1\] figure dl dt+dd ul li::after,section.cls\[1\] figure dl dt+dd::before,footer,form.cls\[0\] label,form.cls\[0\] legend,form.cls\[0\] [data-behavior=exclusive-select-all],main:is(.index [data-site=news] main) aside dd a,main:is(.index [data-site=news] main) aside dd,main:is(.index [data-site=news] main) aside dt::after,main:is(.index [data-site=news] main) article ul,main:is(.index [data-site=news] main) article nav,section.cls\[3\] details>summary+div>div>ul>li,section.cls\[3\] details>summary+div>div>ul>[data-title]>li,section.cls\[3\] details>summary+div>div>ul>[data-title]::after,section.cls\[3\] details>summary+div>div>ul>[data-title],section.cls\[3\] details>summary+div>div>ul::before,section.cls\[2\] dl>dd,section.cls\[2\] dl>dd::after{padding-block:var(--base-PD-Y)}.glightbox::before,main:is([data-site=index] main)>section>a:is(:hover,:focus),div:has(>[accesskey=t]) a,section.cls\[2\] dl>dd>div>a figure>div>img,section.cls\[2\] dl>dd>div>a figure>div::after,section.cls\[2\] dl>dd>div>a figure,section.cls\[1\] figure dl dt+dd ul li:is(:hover,:focus),footer:is(.index footer) section,header>section button[aria-label*=關鍵字搜尋],header>section search,header>section>div,footer section>div div:has(svg) a:is(:hover,:focus),header>section h1 a:is(:hover,:focus),body.loaded::after,form.cls\[0\] [type=submit],form.cls\[0\] [type=reset],section.cls\[3\] details>summary+div>div>ul>li,section.cls\[3\] details>summary+div>div>ul>[data-title]>li,section.cls\[3\] details>summary+div>div>img+a,header>section ul a>*,div:has(>[accesskey]) a:is([data-site=book] a):hover,div:has(>[accesskey]) a:focus{-webkit-transition:var(--base-TS-Y4S4);transition:var(--base-TS-Y4S4)}@property --TS\:Y4S4{syntax:"*";inherits:false;initial-value:all .25s ease-in-out}@property --TS\:G4D4{syntax:"*";inherits:false;initial-value:allow-discrete}section.cls\[4\] [data-pageinfo] nav>*:where(a,span),section.cls\[2\] [data-pageinfo] nav>*:where(a,span),div:has(>[accesskey=t]) a,footer section ul li:is([data-site=news] li)::before,header>section button::before,section.cls\[3\] details>summary+div>div>ul>li::before,section.cls\[3\] details>summary+div>div>ul>[data-title]>li::before,section.cls\[3\] details>summary::after{aspect-ratio:var(--base-AR1)}section.cls\[2\] dl>dd>div>a figure>div{aspect-ratio:var(--base-AR3)}section.cls\[5\] ul[aria-label] li iframe,main:is([data-site=index] main)>section>a{aspect-ratio:var(--base-AR9)}main:is(.index [data-site=news] main) article nav,:where(select,textarea,input){border-radius:var(--base-BR)}main>img,main:is([data-site=index] main)>section>a,section.cls\[2\] dl>dd>div>a figure>div>img,section.cls\[2\] dl>dd>div>a figure,header:is(.index [data-site=news] header) h1 img,section.cls\[3\] details>summary>div>strong::before,section.cls\[1\] figure dl dt+dd ul li a::after,section.cls\[3\] details>summary>div>strong::after,section.cls\[1\] figure dl dt+dd ul li a::before,section.cls\[3\] details>summary>div::before,form.cls\[1\],section.cls\[3\] details>summary+div>div>ul>li::after,section.cls\[3\] details>summary+div>div>ul>[data-title]>li::after,section.cls\[3\] details>summary+div>div>ul>li::before,section.cls\[3\] details>summary+div>div>ul>[data-title]>li::before,section.cls\[3\] details>summary+div>div>ul>[data-title]::after,section.cls\[3\] details>summary::after,section.cls\[2\] dl>dd::before,div:has(>[accesskey]) a{border-radius:var(--base-BR-S)}main:is(.index main) section,section.cls\[1\] figure div img,form.cls\[0\]>div:nth-child(3),form.cls\[0\]:has(+section)>input,main:is(.index [data-site=news] main) article ul li a,section.cls\[3\] details>summary+div>div>img,section.cls\[3\] details{border-radius:var(--base-BR-M)}div:has(>[accesskey=t]) a,footer section ul li:is([data-site=news] li)::before,header>section button::before,header>section button{border-radius:var(--base-BR-R)}main:is(.index [data-site=news] main) article time,section.cls\[4\] [data-pageinfo] nav a,section.cls\[2\] [data-pageinfo] nav a,section.cls\[1\] figure dl dt+dd ul li::after,section.cls\[1\] figure dl dt+dd::before,main:is(.index [data-site=news] main) aside dt::after,main:is(.index [data-site=news] main) article ul li::before,section.cls\[3\] details>summary+div>div>ul>li>a,section.cls\[3\] details>summary+div>div>ul>[data-title]>li>a{border-radius:var(--base-BR-H)}@property --BR\:S{syntax:"*";inherits:false;initial-value:.2rem}@property --BR\:R{syntax:"*";inherits:false;initial-value:50%}div:has(>[accesskey]) a{-webkit-transform-origin:var(--base-TF-Z1X1);transform-origin:var(--base-TF-Z1X1);transform-box:var(--base-TF-Q3S3)}body{paint-order:var(--base-PO-Y4S4)}@property --TF\:Q3S3{syntax:"*";inherits:false;initial-value:fill-box}@property --ST\:D1D3{syntax:"*";inherits:false;initial-value:round}@property --ST\:Z3J3{syntax:"*";inherits:false;initial-value:round}@property --PO\:Y4S4{syntax:"*";inherits:false;initial-value:stroke fill}:where(label,input[type=file],summary){cursor:var(--base-CS-ACTN)}main>nav>ul>li:last-child,section.cls\[4\] [data-pageinfo] nav a.current,section.cls\[2\] [data-pageinfo] nav a.current,footer:is(.index footer)::after,body.loaded::after,form.cls\[0\] textarea+p,section.cls\[3\] details>summary+div>div>ul>li::before,section.cls\[3\] details>summary+div>div>ul>li::after,section.cls\[3\] details>summary+div>div>ul>[data-title]>li::before,section.cls\[3\] details>summary+div>div>ul>[data-title]>li::after,section.cls\[2\] dl>dd::after{pointer-events:var(--base-PE-LOCK)}section.cls\[0\],main:is([data-site=index] main)>section>a,footer,header>section search:is([data-search=true] search),form.cls\[1\],form.cls\[0\]>div:nth-child(3),main:is(.index [data-site=news] main) article ul li a,section.cls\[3\] details>summary+div>div>ul>li::before,section.cls\[3\] details>summary+div>div>ul>[data-title]>li::before,section.cls\[3\] details,div:has(>[accesskey]) a:is([data-site=book] a):hover,div:has(>[accesskey]) a:focus{-webkit-box-shadow:var(--base-SD-Y4S4);box-shadow:var(--base-SD-Y4S4)}main:is(.index [data-site=news] main) aside p::before,form.cls\[1\] textarea{-webkit-box-shadow:var(--base-SDBD-X, 0) var(--base-SDBD-Y, 0) 0 var(--base-SDBD-B1K1, 1px) var(--base-SDBD-Y2S4, white) inset;box-shadow:var(--base-SDBD-X, 0) var(--base-SDBD-Y, 0) 0 var(--base-SDBD-B1K1, 1px) var(--base-SDBD-Y2S4, white) inset}section.cls\[5\] ul[aria-label],section.cls\[4\] div:has(>table)>table:has(tr>*:nth-child(10):hover) tr>*:nth-child(10),section.cls\[4\] div:has(>table)>table:has(tr>*:nth-child(9):hover) tr>*:nth-child(9),section.cls\[4\] div:has(>table)>table:has(tr>*:nth-child(8):hover) tr>*:nth-child(8),section.cls\[4\] div:has(>table)>table:has(tr>*:nth-child(7):hover) tr>*:nth-child(7),section.cls\[4\] div:has(>table)>table:has(tr>*:nth-child(6):hover) tr>*:nth-child(6),section.cls\[4\] div:has(>table)>table:has(tr>*:nth-child(5):hover) tr>*:nth-child(5),section.cls\[4\] div:has(>table)>table:has(tr>*:nth-child(4):hover) tr>*:nth-child(4),section.cls\[4\] div:has(>table)>table:has(tr>*:nth-child(3):hover) tr>*:nth-child(3),section.cls\[4\] div:has(>table)>table:has(tr>*:nth-child(2):hover) tr>*:nth-child(2),section.cls\[4\] div:has(>table)>table:has(tr>*:nth-child(1):hover) tr>*:nth-child(1),section.cls\[4\] div:has(>table)>table tbody tr,main:is(.index [data-site=news] main) article ul li a figure:is(:hover,:focus),section.cls\[2\] dl>dd>div>a figure:is(:hover,:focus),section.cls\[1\] figure dl dt+dd ul li a,form.cls\[1\] [type=submit]:is(:hover,:focus),form.cls\[1\] .close:is(:hover,:focus),form.cls\[0\] [type=submit]:is(:hover,:focus),form.cls\[0\] [type=reset]:is(:hover,:focus),section.cls\[3\] details>summary+div>div>ul>li,section.cls\[3\] details>summary+div>div>ul>[data-title]>li,section.cls\[3\] details>summary::after{-webkit-box-shadow:var(--base-SDBG, 0 0 0 var(--base-SDBG-B1K1, 1px) var(--current-SDBG-Y2S4, var(--base-SDBG-Y2S4, rgba(0, 0, 0, 0.2))) inset);box-shadow:var(--base-SDBG, 0 0 0 var(--base-SDBG-B1K1, 1px) var(--current-SDBG-Y2S4, var(--base-SDBG-Y2S4, rgba(0, 0, 0, 0.2))) inset)}section.cls\[4\] div:has(>table)>table tr>*:hover{-webkit-filter:drop-shadow(var(--DR-XYW) var(--DR-Y2S4, color-mix(var(--CX), var(--CX-Y4S4))));filter:drop-shadow(var(--DR-XYW) var(--DR-Y2S4, color-mix(var(--CX), var(--CX-Y4S4))))}section.cls\[1\] figure dl dt+dd ul li a::before,section.cls\[1\] figure dl dt+dd ul li a::after,section.cls\[4\] div:has(>table)>table tbody dl a:is(:hover,:focus),section.cls\[3\] details>summary+div>div>ul>li>a::before,section.cls\[3\] details>summary+div>div>ul>li>a::after,section.cls\[3\] details>summary+div>div>ul>[data-title]>li>a::before,section.cls\[3\] details>summary+div>div>ul>[data-title]>li>a::after,section.cls\[3\] details>summary+div>div>img+a::before{-webkit-filter:var(--base-filter);filter:var(--base-filter)}footer section>div div:has(svg) a:is(:hover,:focus),header>section h1 a:is(:hover,:focus){-webkit-filter:var(--base-FLD);filter:var(--base-FLD)}section.cls\[3\] details>summary+div>div>img+a::after{-webkit-filter:var(--base-FLGR);filter:var(--base-FLGR)}section.cls\[4\] [data-pageinfo] nav span,section.cls\[2\] [data-pageinfo] nav span,section.cls\[2\] dl>dd>div>a figure::before,section.cls\[2\] dl>dd>div>a figure::after,section.cls\[1\] figure dl dt+dd ul li::after,section.cls\[1\] figure dl dt+dd::before,section.cls\[1\] figure dl dt,footer section ul li:is([data-site=news] li)::before,header>section ul a span::before,form.cls\[0\] [data-behavior=exclusive-select-all] label:has([data-role=master]:checked)~label,section.cls\[4\] div:has(>table)>table tbody dl a,a::before,a::after{-webkit-filter:var(--base-FLBR);filter:var(--base-FLBR)}:focus,button:focus:not(:focus-visible){outline-offset:var(--base-OL-MIN)}@property --OL\:MIN{syntax:"*";inherits:false;initial-value:-2px}.glightbox::before,header>section search:is([data-search=true] search),form.cls\[0\] textarea+p,div:has(>[accesskey]) a{opacity:var(--base-APH0)}section.cls\[1\] figure dl dt+dd ul li::after,main:is(.index [data-site=news] main) aside dt::after,section.cls\[3\] details>summary+div>div>ul>li::after,section.cls\[3\] details>summary+div>div>ul>[data-title]>li::after{opacity:var(--base-APH2)}section.cls\[5\] nav a::before,section.cls\[5\] ul[aria-label] li::before,main:is(.index [data-site=news] main) article ul li a figure img:is(:hover,:focus),section.cls\[2\] dl>dd::after{opacity:var(--base-APH5)}main:is(.index [data-site=news] main) article ul li a figure::before,section.cls\[1\] figure dl dt+dd::before,form.cls\[0\]>div:nth-child(3) [data-behavior=select-radio-on-click] [data-content]::before{opacity:var(--base-APH7)}section.cls\[2\] dl>dd>div>a figure>div::after,body::after{opacity:var(--base-APH1)}section.cls\[0\],main:is([data-site=index] main)>section>a,div:has(>[accesskey=t]) a,section.cls\[4\] div:has(>table)>table tbody tr,section.cls\[2\] dl>dd>div>a figure,footer section ul li:is([data-site=news] li)::before,header>section button::before,header>section search,header:is(.index [data-site=news] header) h1 img,section.cls\[3\] details>summary>div>strong::before,section.cls\[1\] figure dl dt+dd ul li a::after,section.cls\[3\] details>summary>div>strong::after,section.cls\[1\] figure dl dt+dd ul li a::before,section.cls\[3\] details>summary>div::before,main:is(.index [data-site=news] main) article ul li a,section.cls\[3\] details,section.cls\[2\] dl>dd+dd,section.cls\[2\] dl>dd::before,:where(select,textarea,input),button{border:var(--base-BD, var(--base-BD-B1K1, 1px) var(--base-BD-Y4S4, solid) var(--base-BD-Y2S4, currentColor))}[data-after]::after,[data-before]::before,.glightbox::before,section.cls\[5\] nav a::before,section.cls\[5\] ul[aria-label] li::before,section.cls\[5\] ul[aria-label]::before,section.cls\[5\] h2+ul>li::before,section.cls\[5\] h2::before,main:is(.index [data-site=news] main) aside p::before,main:is(.index [data-site=news] main) article::before,main>nav>ul>li::before,section.cls\[4\] [data-pageinfo] nav span::before,section.cls\[2\] [data-pageinfo] nav span::before,section.cls\[4\] [data-pageinfo] nav a::before,section.cls\[2\] [data-pageinfo] nav a::before,section.cls\[4\] [data-pageinfo] nav a::after,section.cls\[2\] [data-pageinfo] nav a::after,section.cls\[4\] [data-pageinfo] label::before,section.cls\[2\] [data-pageinfo] label::before,section.cls\[4\] [data-pageinfo] label::after,section.cls\[2\] [data-pageinfo] label::after,section.cls\[4\] [data-pageinfo]::before,section.cls\[2\] [data-pageinfo]::before,section.cls\[4\] [data-pageinfo]::after,section.cls\[2\] [data-pageinfo]::after,section.cls\[4\] div:has(>table)>table tr>*::before,main:is(.index [data-site=news] main) article ul li a figure::after,main:is(.index [data-site=news] main) article ul li a figure::before,section.cls\[2\] dl>dd>div>a figure>div::after,section.cls\[2\] dl>dd>div>a figure::before,section.cls\[2\] dl>dd>div>a figure::after,section.cls\[1\] figure dl dt+dd ul li a [data-date]::before,section.cls\[1\] figure dl dt+dd ul li::after,section.cls\[1\] figure dl dt+dd::before,footer section ul li[data-title]::before,footer:is(.index footer)::after,header>section button::before,header>section ul a span::before,section.cls\[1\] figure dl dt+dd ul li a::after,section.cls\[1\] figure dl dt+dd ul li a::before,body::after,form.cls\[1\] [type=radio]::after,form.cls\[1\] [type=checkbox]::after,form.cls\[1\] [data-error]::after,form.cls\[1\] [aria-label]::before,form.cls\[1\]::before,form.cls\[0\] fieldset ul li:has(select)+li::before,form.cls\[0\]>div:nth-child(3) [data-behavior=select-radio-on-click] [data-content]::before,form.cls\[0\]>div:nth-child(3) label:has(>[type=radio],>[type=checkbox])::before,form.cls\[0\]>div:nth-child(3) label:has(>[type=radio],>[type=checkbox])::after,form.cls\[0\]:has(+section)>input::before,form.cls\[0\]:has(+section)>input::after,main:is(.index [data-site=news] main) aside dt::after,main:is(.index [data-site=news] main) article ul li::before,main:is(.index [data-site=news] main) article ul:before,main:is(.index [data-site=news] main) article nav a::before,section.cls\[4\] div:has(>table)>table caption>dl dd::before,section.cls\[4\] div:has(>table)>table caption>dl dd::after,section.cls\[3\] details>summary+div>div>ul>li>a::before,section.cls\[3\] details>summary+div>div>ul>li>a::after,section.cls\[3\] details>summary+div>div>ul>[data-title]>li>a::before,section.cls\[3\] details>summary+div>div>ul>[data-title]>li>a::after,section.cls\[3\] details>summary+div>div>ul>li>span::after,section.cls\[3\] details>summary+div>div>ul>[data-title]>li>span::after,section.cls\[3\] details>summary+div>div>ul>li::before,section.cls\[3\] details>summary+div>div>ul>li::after,section.cls\[3\] details>summary+div>div>ul>[data-title]>li::before,section.cls\[3\] details>summary+div>div>ul>[data-title]>li::after,section.cls\[3\] details>summary+div>div>ul>[data-title]::before,section.cls\[3\] details>summary+div>div>ul>[data-title]::after,section.cls\[3\] details>summary+div>div>ul::before,section.cls\[3\] details>summary+div>a::before,section.cls\[3\] details>summary+div>div>img+a::before,section.cls\[3\] details>summary+div>div>img+a::after,section.cls\[3\] details>summary>div>strong::before,section.cls\[3\] details>summary>div>strong::after,section.cls\[3\] details>summary>div::before,section.cls\[3\] details>summary>div::after,section.cls\[3\] details>summary::after,section.cls\[2\] dl>dd[data-vol]::before,a:is([target=_blank],[download],[href^="tel:"],[href^="sms:"],[href^="skype:"],[href^="mailto:"],[href^="https://wa.me"],.colorbox)::after,section.cls\[2\] dl>dd::after,div:has(>[accesskey]) a::before{content:var(--base-CT)}form.cls\[0\]{container-type:var(--base-CT-X)}@property --CT\:X{syntax:"*";inherits:false;initial-value:inline-size}.glightbox::before,section.cls\[5\] ul[aria-label]::before,main:is([data-site=index] main)>section>a,main>nav>ul>li+li::before,section.cls\[4\] div:has(>table)>table tr,main:is(.index [data-site=news] main) article ul li a figure::before,footer:is(.index footer)::after,header>section>div,section.cls\[1\] figure dl dt+dd ul li a::before,section.cls\[3\] details>summary>div::before,body::after,body,form.cls\[1\] ol li:has(>*:required)::before,form.cls\[1\] fieldset:has(>*:required)::before,main:is(.index [data-site=news] main) article ul:before,main:is(.index [data-site=news] main) article nav,section.cls\[3\] details>summary+div>div>ul>li::before,section.cls\[3\] details>summary+div>div>ul>[data-title]>li::before,section.cls\[3\] details>summary+div>div>ul>[data-title]::before,section.cls\[3\] details>summary+div,img[src*=no-image],section.cls\[3\] details>summary+div>div>img+a,header>section ul a>*,:where(select,textarea,input),button{background:var(--base-BG)}main:is(.index main) section,main,section.cls\[4\] div:has(>table)>table tr>*:hover,main:is(.index [data-site=news] main) article ul li a figure,section.cls\[1\] figure dl dt+dd ul li:is(:hover,:focus),section.cls\[1\] figure dl dt+dd ul li::after,section.cls\[1\] figure dl dt+dd::before,footer,section.cls\[3\] details>summary>div>strong::before,section.cls\[1\] figure dl dt+dd ul li a::after,section.cls\[3\] details>summary>div>strong::after,body>div:has(form.cls\[1\]),div:has(>[accesskey=t]) a,form.cls\[0\]:has(+section)>input:checked,form.cls\[0\] [type=reset],form.cls\[1\] .close,section.cls\[2\] dl>dd>div>a figure>div::after,section.cls\[4\] [data-pageinfo] nav a,section.cls\[2\] [data-pageinfo] nav a,section.cls\[4\] [data-pageinfo],section.cls\[2\] [data-pageinfo],header>section button:is(:hover,:focus)::before,section.cls\[4\] [data-pageinfo] nav a:is(:hover,:focus),div:has(>[accesskey=t]) a:is([data-site=book] a):is(:hover,:focus),header>section search,section.cls\[5\] ul[aria-label],section.cls\[5\] h3,main:is(.index [data-site=news] main) article time,header>section button[aria-label*=關鍵字搜尋]:is([data-search=true] button[aria-label*=關鍵字搜尋])::before,header>section search [type=submit]:is(:hover,:focus),html[data-fs=l] #l::before,html[data-fs=m] #m::before,html[data-fs=s] #s::before,section.cls\[3\] details>summary::after,section.cls\[3\] details>summary+div>div>ul::before,main:is(.index [data-site=news] main) article ul li::before,form.cls\[0\]:has(+section)>input,form.cls\[1\] [type=submit],main:is([data-site=index] main)>section>a,section.cls\[4\] [data-pageinfo] nav a.current,header>section button::before,header>section search [type=submit],div:has(>[accesskey]) a,form.cls\[0\] [type=submit],form.cls\[1\]::before,form.cls\[1\],form.cls\[0\]>div:nth-child(3),form.cls\[0\]>div:nth-child(3) [data-behavior=select-radio-on-click] [data-content]::before,main:is(.index [data-site=news] main) aside dt::after,main:is(.index [data-site=news] main) article ul,section.cls\[3\] details>summary+div>div>ul>li>a,section.cls\[3\] details>summary+div>div>ul>[data-title]>li>a,section.cls\[3\] details>summary+div>div>ul>li::after,section.cls\[3\] details>summary+div>div>ul>[data-title]>li::after,section.cls\[3\] details>summary+div>div>ul>[data-title]::after,section.cls\[3\] details>summary:is(:hover,:focus),section.cls\[2\] dl>dd::before{background-color:var(--base-BG-Y2S4)}body>div:has(form.cls\[1\]){backdrop-filter:var(--base-BG-BLUR)}main:is([data-site=index] main)>section>a,body,main:is(.index [data-site=news] main) article ul:before,main:is(.index [data-site=news] main) article nav{background-attachment:var(--base-PS-G4D4)}main:is(.index [data-site=news] main) article ul:before{-webkit-mask:var(--base-BG-Z1Z4);mask:var(--base-BG-Z1Z4)}.glightbox::before,section.cls\[4\] [data-pageinfo],section.cls\[2\] [data-pageinfo],section.cls\[4\] div:has(>table)>table tr>*:hover,main:is(.index [data-site=news] main) article ul li a figure::before,footer section,body::after,main:is(.index [data-site=news] main) article ul li{z-index:var(--base-Z1, 1)}section.cls\[4\] div:has(>table)>table thead{z-index:var(--base-Z2, 2)}main,header>section search,header>section>div,body>div:has(form.cls\[1\]),form.cls\[0\]>div:nth-child(3) [data-behavior=select-radio-on-click] [data-content]::before,main:is(.index [data-site=news] main) article nav,div:has(>[accesskey]){z-index:var(--base-Z9, 9)}section.cls\[5\] ul[aria-label] li::before,section.cls\[2\] dl>dd>div>a figure>div>img,div:has(>[accesskey]) a{scale:var(--base-TF-S1F4)}div:has(>[accesskey=t]) a span,div:has(>[accesskey=t]) a,header>section search,footer section>div div:has(svg) a:is(:hover,:focus),header>section h1 a:is(:hover,:focus),form.cls\[1\] ol li [type=radio],form.cls\[1\] ol li [type=checkbox],main:is(.index [data-site=news] main) article nav a::before,section.cls\[3\] details>summary+div>div>ul>li>span::after,section.cls\[3\] details>summary+div>div>ul>[data-title]>li>span::after{translate:var(--base-TF-W4Y2)}main>img,main:is(.index [data-site=news] main) article ul li a figure img,section.cls\[2\] dl>dd>div>a figure>div>img,header:is(.index [data-site=news] header) h1 img{-o-object-fit:var(--base-OBJ-C2Q1);object-fit:var(--base-OBJ-C2Q1)}main>img,main:is(.index [data-site=news] main) article ul li a figure img,header:is(.index [data-site=news] header) h1 img{-o-object-position:var(--base-OBJ-C);object-position:var(--base-OBJ-C)}@property --OBJ\:Y2Z3{syntax:"*";inherits:false;initial-value:contain}@property --OBJ\:C2Q1{syntax:"*";inherits:false;initial-value:cover}@property --OBJ\:FILL{syntax:"*";inherits:false;initial-value:fill}@property --OBJ\:Z4Z1{syntax:"*";inherits:false;initial-value:scale-down}main:is([data-site=index] main)>section,section.cls\[4\] [data-pageinfo] nav a:is(.first,.prev,.next,.last),section.cls\[2\] [data-pageinfo] nav a:is(.first,.prev,.next,.last),section.cls\[4\] [data-pageinfo] nav,section.cls\[2\] [data-pageinfo] nav,section.cls\[4\] [data-pageinfo] label,section.cls\[2\] [data-pageinfo] label,section.cls\[1\] figure dl dt+dd ul li a [data-date],footer section ul li[data-title],form.cls\[0\] fieldset ul li,main:is(.index [data-site=news] main) article ul li a,section.cls\[3\] details>summary>div>strong{display:var(--base-at, inherit)}@property --ICON-CLR\:FB{syntax:"<color>";inherits:false;initial-value:#4267B2}@property --ICON-IMG\:FB{syntax:"*";inherits:false;initial-value:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10.7 20" fill="white"><use href="%23id"/><defs><g id="id"><path d="M7.1 11.24V20H3.18v-8.76H0v-3.6h3.18V4.88C3.18 1.74 5.04 0 7.9 0c1.36 0 2.8.24 2.8.24v3.08H9.12c-1.56 0-2.04.96-2.04 1.96v2.34h3.48L10 11.24z"/></g></defs></svg>')}@property --ICON-CLR\:LI{syntax:"<color>";inherits:false;initial-value:#00A543}@property --ICON-IMG\:LI{syntax:"*";inherits:false;initial-value:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 19" fill="white"><use href="%23id"/><defs><g id="id"><path d="M20 8.07c0 4.69-6.75 9.06-10 10.78-1.06.46-.9-.28-.86-.54.26-1.57.4-1.99-.78-2.25C3.56 15.43 0 12.08 0 8.09 0 3.63 4.5 0 10 0s10 3.61 10 8.07M6.46 9.75c0-.1-.08-.2-.18-.2h-1.9V6.12c0-.12-.08-.2-.2-.2h-.7c-.12 0-.2.08-.2.2v4.34c0 .06.02.1.06.14s.08.06.14.06h2.8c.12 0 .2-.08.2-.2-.02-.02-.02-.72-.02-.72Zm1.7-3.63a.2.2 0 0 0-.2-.2h-.7c-.12 0-.2.08-.2.2v4.34c0 .12.08.2.2.2h.7c.12 0 .2-.08.2-.2zm4.84 0c0-.1-.1-.2-.2-.2h-.7c-.12 0-.2.08-.2.2v2.57L9.9 6a.18.18 0 0 0-.16-.08h-.7c-.12 0-.2.08-.2.2v4.34c0 .12.08.2.2.2h.7c.12 0 .2-.08.2-.2V7.89l2 2.69s.1.08.16.08h.7c.12 0 .2-.08.2-.2zm3.86 0c0-.1-.1-.2-.2-.2h-2.8a.2.2 0 0 0-.2.2v4.34c0 .1.08.2.2.2h2.8c.12 0 .2-.08.2-.2v-.7c0-.12-.08-.2-.2-.2h-1.9v-.72h1.9c.12 0 .2-.08.2-.2v-.7c0-.12-.08-.2-.2-.2h-1.9V7h1.9c.12 0 .2-.08.2-.2v-.7Z"/></g></defs></svg>')}@property --ICON-CLR\:X{syntax:"<color>";inherits:false;initial-value:#000000}@property --ICON-IMG\:X{syntax:"*";inherits:false;initial-value:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 18" fill="white"><use href="%23id"/><defs><g id="id"><path d="M15.76 0h3.06l-6.7 7.63L20 18h-6.18L9 11.71 3.46 18H.4l7.16-8.16L0 0h6.32l4.36 5.75zm-1.08 16.17h1.7L5.4 1.73H3.58z"/></g></defs></svg>')}@property --ICON-CLR\:EM{syntax:"<color>";inherits:false;initial-value:#f7B83C}@property --ICON-IMG\:EM{syntax:"*";inherits:false;initial-value:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 15" fill="white"><use href="%23id"/><defs><g id="id"><path d="M2.5 1.88c-.34 0-.62.28-.62.62v.86L8.62 8.9c.8.66 1.96.66 2.78 0l6.74-5.54V2.5c0-.34-.28-.62-.62-.62zm-.62 3.9v6.72c0 .34.28.62.62.62h15c.34 0 .62-.28.62-.62V5.78l-5.54 4.56a4.044 4.044 0 0 1-5.16 0zM0 2.5A2.5 2.5 0 0 1 2.5 0h15A2.5 2.5 0 0 1 20 2.5v10a2.5 2.5 0 0 1-2.5 2.5h-15A2.5 2.5 0 0 1 0 12.5z"/></g></defs></svg>')}@property --ICON-CLR\:PR{syntax:"<color>";inherits:false;initial-value:#005E65}@property --ICON-IMG\:PR{syntax:"*";inherits:false;initial-value:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 18" fill="white"><use href="%23id"/><defs><g id="id"><path d="M17 5H3C1.34 5 0 6.34 0 8v6h4v4h12v-4h4V8c0-1.66-1.34-3-3-3m-3 11H6v-5h8zm3-7c-.54 0-1-.44-1-1s.46-1 1-1 1 .44 1 1-.44 1-1 1m-1-9H4v4h12z"/></g></defs></svg>')}@property --ICON-CLR\:PT{syntax:"<color>";inherits:false;initial-value:#E70025}@property --ICON-IMG\:PT{syntax:"*";inherits:false;initial-value:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15.5 20" fill="white"><use href="%23id"/><defs><g id="id"><path d="M9.04 14.52c-1.21-.09-2.69-1.28-2.69-1.28S5.2 18.62 3.29 20c-.58-4.16.86-7.28 1.53-10.6-1.15-1.92.14-5.82 2.55-4.86 2.96 1.18-2.57 7.18 1.15 7.92s5.45-6.76 3.06-9.2c-3.46-3.54-10.09-.08-9.27 5 .2 1.24 1.47 1.62.5 3.32C.58 11.1-.08 9.32 0 6.96.14 3.12 3.45.43 6.75.06c4.18-.46 8.11 1.54 8.66 5.5.61 4.46-1.89 9.3-6.37 8.96"/></g></defs></svg>')}@property --ICON-CLR\:LD{syntax:"<color>";inherits:false;initial-value:#0A66C2}@property --ICON-IMG\:LD{syntax:"*";inherits:false;initial-value:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="white"><use href="%23id"/><defs><g id="id"><path d="M0 20h4.66V6.66H0zM2.34 0C1.04 0 0 1.04 0 2.34s1.04 2.34 2.34 2.34 2.34-1.04 2.34-2.34C4.66 1.04 3.62 0 2.34 0M19.9 10.76c-.33-2.52-1.46-4.1-4.86-4.1-2 0-3.42.74-3.98 1.8v-1.8H7.34V20h3.88v-6.6c0-1.74.34-3.44 2.48-3.44s2.3 2 2.3 3.54V20h4s.08-7.88-.1-9.24"/></g></defs></svg>')}@property --ICON-CLR\:TB{syntax:"<color>";inherits:false;initial-value:#001935}@property --ICON-IMG\:TB{syntax:"*";inherits:false;initial-value:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 11 20" fill="white"><use href="%23id"/><defs><g id="id"><path d="M6.53 4.27V0H3.81C3.59 2.12 2.3 4.4 0 4.27v3.46h2c.04 5.25.04 7.12.04 7.75 0 4.52 6.42 5.77 8.96 3.2v-3.65c-2 .92-4.47 1.14-4.47-1.03V7.73H11V4.27z"/></g></defs></svg>')}@property --ICON-CLR\:GG{syntax:"<color>";inherits:false;initial-value:#DE4032}@property --ICON-IMG\:GG{syntax:"*";inherits:false;initial-value:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 19.5 20" fill="white"><use href="%23id"/><defs><g id="id"><path d="M0 10C0 4.46 4.42 0 9.91 0c2.68 0 4.91.98 6.64 2.62l-2.7 2.62C10.32 1.8 3.76 4.38 3.76 10c0 3.48 2.75 6.32 6.14 6.32 3.92 0 5.39-2.84 5.63-4.32H9.9V8.56h9.43C20.36 14.76 16.19 20.1 9.9 20 4.42 20 0 15.54 0 10"/></g></defs></svg>')}@property --ICON-CLR\:IG{syntax:"<color>";inherits:false;initial-value:#C72776}@property --ICON-IMG\:IG{syntax:"*";inherits:false;initial-value:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="white"><use href="%23id"/><defs><g id="id"><path d="M11.1 6.85a3.353 3.353 0 0 0-4.26 4.26c.31.97 1.1 1.75 2.07 2.06 2.68.87 5.13-1.59 4.26-4.26a3.22 3.22 0 0 0-2.07-2.06m6.7-2.74a3.4 3.4 0 0 0-1.9-1.9c-1.32-.52-4.44-.4-5.9-.4s-4.58-.12-5.9.4a3.4 3.4 0 0 0-1.9 1.9c-.52 1.32-.4 4.44-.4 5.9s-.12 4.58.4 5.9a3.4 3.4 0 0 0 1.9 1.9c1.32.52 4.44.4 5.9.4s4.58.12 5.9-.4a3.4 3.4 0 0 0 1.9-1.9c.52-1.32.4-4.44.4-5.9s.12-4.58-.4-5.9M10 15.13c-2.84 0-5.12-2.3-5.12-5.12 0-3.16 2.86-5.66 6.17-5.01 1.94.38 3.52 1.93 3.95 3.86a5.116 5.116 0 0 1-4.99 6.27Zm5.34-9.26c-.66 0-1.2-.54-1.2-1.2s.54-1.2 1.2-1.2 1.2.54 1.2 1.2-.54 1.2-1.2 1.2m4.6 8.26c.1 3.25-2.55 5.88-5.8 5.8-1.66.1-6.6.1-8.26 0-3.26.09-5.9-2.55-5.8-5.8-.11-1.66-.11-6.6 0-8.26C-.04 2.62 2.65 0 5.88.07c1.66-.09 6.6-.09 8.26 0 3.27-.1 5.88 2.56 5.8 5.82.08 1.64.08 6.6 0 8.24"/></g></defs></svg>')}@property --ICON-CLR\:YT{syntax:"<color>";inherits:false;initial-value:#FF0000}@property --ICON-IMG\:YT{syntax:"*";inherits:false;initial-value:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 14" fill="white"><use href="%23id"/><defs><g id="id"><path d="M17.84.45C12.47-.14 7.79-.15 2.19.43 1.33.67.67 1.35.43 2.2c-.57 3.32-.57 6.21-.02 9.6.24.86.9 1.51 1.76 1.75 5.6.61 10.28.59 15.65 0 .86-.24 1.54-.9 1.76-1.75.51-3.14.59-6.38.02-9.6-.24-.86-.9-1.53-1.76-1.75M8 10V3.98l5.22 3z"/></g></defs></svg>')}@property --ICON-CLR\:PL{syntax:"<color>";inherits:false;initial-value:#FF574D}@property --ICON-IMG\:PL{syntax:"*";inherits:false;initial-value:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 17" fill="white"><use href="%23id"/><defs><g id="id"><path d="M19.6 5.24c-.4.15-.7.25-1.07.16C17.34 2.38 14.48.18 11.14.01c-2.96-.15-5.56 1.22-7.2 3.41 2.11-1.64 3.37 1.16 2.8 3.89-.43 2.17-1.75 3.73-2.95 3.49-.84-.17-1.4-1.19-1.51-2.52-.03 1.35.38 2.7.84 3.93.18.48-.91.6-.48 1.45.03-.02.2-.16.23-.18.22-.17.49.18.26.35-.02.02-.22.17-.24.18 0 0 .72.92.98 1.22.73.83 1.15-.35 1.59-.07 1.6 1.04 3.39 1.89 5.44 1.84 1.73-.05 3.24-.77 4.65-1.56.43-.24.69.76 1.43.2s-.17-.17-.17-.17c-.21-.19.09-.52.3-.32l.19.18s.8-.83 1.05-1.12c.73-.84-.5-1.11-.29-1.59.71-1.7 1.27-3.67.92-5.62.25-.23.71-.69.89-1.09.19-.42.24-.86-.27-.67M6.05 7.08c.33-1.68-.14-3.22-1.08-3.37-.99-.16-1.64.87-2.03 1.82l-.28-.13c.32-.35.37-.89.09-1.3-.33-.47-.97-.58-1.43-.25-.42.3-.55.85-.33 1.3-.79 0-1.26.97-.8 1.63s1.45.56 1.76-.14c.16.29.38.53.65.69-.04.95.33 2.29 1.18 2.46.93.19 1.95-1.02 2.28-2.69Zm-.95-.17C4.88 8 4.22 8.79 3.61 8.67c-.41-.08-.69-.57-.75-1.21.46.19 1.11.13 1.42-.33.29-.39.07-1.48-.31-1.62-.3-.11-.47.02-.74.04.25-.45.64-.91 1.17-.84.6.12.92 1.11.7 2.2"/></g></defs></svg>')}@property --ICON-CLR\:UD{syntax:"<color>";inherits:false;initial-value:#333333}@property --ICON-IMG\:UD{syntax:"*";inherits:false;initial-value:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 14" fill="white"><use href="%23id"/><defs><g id="id"><path d="M4.46 14c-5 .15-6.19-7.32-1.51-8.78-.44-5.16 7.03-7.25 9.41-2.76 2.33-1.66 5.62.95 4.5 3.59 4.63.8 3.95 8.07-.81 7.95zm2.49-6.81c-.71.68.39 1.76 1.07 1.06l1.23-1.22v4.21c-.01.98 1.53.98 1.52 0V7.03L12 8.25c.68.7 1.77-.39 1.07-1.06l-2.52-2.51a.767.767 0 0 0-1.07 0L6.96 7.19Z"/></g></defs></svg>')}@property --ICON-CLR\:MOA{syntax:"<color>";inherits:false;initial-value:#009844}@property --ICON-IMG\:MOA{syntax:"*";inherits:false;initial-value:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 37 30" fill="white"><use href="%23id"/><defs><g id="id"><path d="M16.1 4.95C11.12 6.8 6.64 10.73 4.78 15.38c-2.63 6.6 1.03 12.11 8.18 12.32 2.77.08 5.66-.66 8.32-1.96-.37-.05-.81-.19-1.04-.55-.45-.71-.39-1.34-.39-1.34s-2.32 2.44-5.82 2.7c-2.6.2-8.9-.58-6.68-6.16 1.91-4.78 6.22-6.35 9.01-7.55s8.14-1.83 8.6-5.84c.16-1.44-1.08-2.31-2.68-2.35-1.46-.04-2.95.84-3.83 1.67-1.46 1.37-2.04 3-3.95 2.94-1.9-.06-1.34-2.56 1.6-4.3Zm14.07-1.06s-.1-.73-.28-1.3-.99-.78-.99-.78-.18.53.05 1.04c.36.81 1.22 1.03 1.22 1.03Zm5.42.9c.41.37 1.41.5 1.41.5s-.51-.82-.8-1-1.09-.3-1.09-.3.07.44.49.81Zm-5.93-3.76c.95-.23 1.7-.66 1.7-.66S30.22-.04 29.53 0c-.97.06-1.58.68-1.58.68s.76.58 1.71.34Zm2.14 1.9c.62.38 1.18.79 1.65 1.22-.7-.79-1.64-1.52-2.73-2.13.28.06.67.07 1.02-.15.66-.42 1.09-.98 1.09-.98S31.81.72 31.29.9c-.6.21-.88.72-.96.91C28.45.84 26.16.21 23.82.14 14.9-.12 4.44 6.27 1.16 14.44c-2.14 5.35-1.27 10.19 2.23 12.9s10.02 4.17 18.52.27c0 0-.03-.06-.02-.06-2.93 1.2-6.04 1.86-9.06 1.77-8.92-.26-13.59-6.87-10.44-14.76C5.55 6.67 15.33.48 24.25.74q.975.03 1.95.18c.07.32.26.87.78 1.26.78.59 1.58.9 1.58.9s-.41-1.14-.88-1.65c-.1-.11-.21-.2-.32-.29 1.25.29 2.43.72 3.48 1.24-.07.15-.23.58-.06 1.02.33.87 1.34 1.19 1.34 1.19s-.02-.76-.16-1.36a.7.7 0 0 0-.16-.31Zm-2.84 3.16c.53 2.07-.97 4.88-1.79 6.94-1.43 3.58-3.69 9.37-3.66 10.57 0 .39.22.53.43.56 3.01-2.07 5.48-4.89 6.74-8.04 1.64-4.1.84-7.78-1.72-10.04Zm6.4-.55s-.47.6-.28 1.15 1.41.89 1.41.89 0-.44-.31-1.25c-.32-.82-.82-.79-.82-.79m-1.18-3.26c-.84.02-1.34.69-1.34.69s.68.67 1.5.45 1.45-.66 1.45-.66-1.01-.5-1.61-.49Zm-.95 2.81c0 .33.32 1.6.46 1.53.05-.02.32-.69.35-1.15s-.38-1.09-.38-1.09-.43.37-.42.71ZM21.1 12.2c.28-.1.52-.17.65-.17s.25.13.29.19c.06.06.17.5.3.52.12.02.34.06.37.19.04.13.11.13.14.23.04.1-.12.44-.1.68s-.08.46-.16.69c-.06.18-.67 1.25-.72 1.41-.07.2-.58 1.18-.63 1.49-.06.33-.31.36-.41.97s-.2.99-.36 1.3c-.16.3-1.22 1.77-1.57 2.12-.35.34-1.09 1-1.18 1.31-.09.32-.15.45-.29.83s-.08.91-.26.91c-.19 0-.36.12-.4-.03-.05-.15 0-.66-.19-1.32-.18-.65-1.16-1.41-1.28-2.2-.12-.8.03-1.88.02-2.5 0-.63.14-1.45.75-2.23.6-.78 1.61-1.71 2.26-2.45.63-.74 1.3-1.37 1.68-1.48.23-.07.69-.31 1.1-.47Z"/></g></defs></svg>')}@property --ICON\:required{syntax:"*";inherits:false;initial-value:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="red"><path d="M8 0a1 1 0 0 1 1 1v5.268l4.562-2.634a1 1 0 1 1 1 1.732L10 8l4.562 2.634a1 1 0 1 1-1 1.732L9 9.732V15a1 1 0 1 1-2 0V9.732l-4.562 2.634a1 1 0 1 1-1-1.732L6 8 1.438 5.366a1 1 0 0 1 1-1.732L7 6.268V1a1 1 0 0 1 1-1"/></svg>')}html{font-family:var(--base-font-family)}button,section.cls\[5\] ul[aria-label]>*:where(dt,dd),section.cls\[5\] h2+ul>*:where(dt,dd),main>nav>ul>*:where(dt,dd),main:is(.index [data-site=news] main) article ul li a figure>*:where(dt,dd),section.cls\[1\] figure dl dt+dd ul>*:where(dt,dd),footer section ul>*:where(dt,dd),header>section ul>*:where(dt,dd),form.cls\[0\] fieldset ul>*:where(dt,dd),main:is(.index [data-site=news] main) article ul>*:where(dt,dd),section.cls\[4\] div:has(>table)>table tbody dl>*:where(dt,dd),section.cls\[4\] div:has(>table)>table caption>dl>*:where(dt,dd),section.cls\[3\] details>summary+div>div>ul>*:where(dt,dd),section.cls\[5\] ul[aria-label],section.cls\[5\] h2+ul,main>nav>ul,main:is(.index [data-site=news] main) article ul li a figure,section.cls\[1\] figure dl dt+dd ul,footer section ul,header>section ul,form.cls\[0\] fieldset ul,main:is(.index [data-site=news] main) article ul,section.cls\[4\] div:has(>table)>table tbody dl,section.cls\[4\] div:has(>table)>table caption>dl,section.cls\[3\] details>summary+div>div>ul{--base-PD:var(--reset-PD,0);--base-MG:var(--reset-MG,0)}section.cls\[5\] nav a,main:is([data-site=index] main)>section>a,main>nav>ul>li:last-child a,section.cls\[4\] [data-pageinfo] nav a:is(.first,.prev,.next,.last),section.cls\[2\] [data-pageinfo] nav a:is(.first,.prev,.next,.last),section.cls\[4\] [data-pageinfo] nav a.current,section.cls\[2\] [data-pageinfo] nav a.current,section.cls\[1\] figure dl dt+dd ul li a,header>section ul a,main:is(.index [data-site=news] main) aside dd a,main:is(.index [data-site=news] main) article ul li a,main:is(.index [data-site=news] main) article nav a,section.cls\[3\] details>summary+div>div>ul>li>a,section.cls\[3\] details>summary+div>div>ul>[data-title]>li>a,section.cls\[3\] details>summary+div>a,section.cls\[3\] details>summary+div>div>img+a,section.cls\[2\] dl>dd>div>a,div:has(>[accesskey]) a{--hover-TD-Y4S4: "";-webkit-text-decoration:var(--base-TD-Y4S4);text-decoration:var(--base-TD-Y4S4)}section.cls\[5\] nav a:is(:hover,:focus),main:is([data-site=index] main)>section>a:is(:hover,:focus),main>nav>ul>li:last-child a:is(:hover,:focus),section.cls\[4\] [data-pageinfo] nav a:is(:hover,:focus):is(.first,.prev,.next,.last),section.cls\[2\] [data-pageinfo] nav a:is(:hover,:focus):is(.first,.prev,.next,.last),section.cls\[4\] [data-pageinfo] nav a.current:is(:hover,:focus),section.cls\[2\] [data-pageinfo] nav a.current:is(:hover,:focus),section.cls\[1\] figure dl dt+dd ul li a:is(:hover,:focus),header>section ul a:is(:hover,:focus),main:is(.index [data-site=news] main) aside dd a:is(:hover,:focus),main:is(.index [data-site=news] main) article ul li a:is(:hover,:focus),main:is(.index [data-site=news] main) article nav a:is(:hover,:focus),section.cls\[3\] details>summary+div>div>ul>li>a:is(:hover,:focus),section.cls\[3\] details>summary+div>div>ul>[data-title]>li>a:is(:hover,:focus),section.cls\[3\] details>summary+div>a:is(:hover,:focus),section.cls\[3\] details>summary+div>div>img+a:is(:hover,:focus),section.cls\[2\] dl>dd>div>a:is(:hover,:focus),div:has(>[accesskey]) a:is(:hover,:focus){--base-TD-Y4S4:var(--hover-TD-Y4S4)}section.cls\[5\] ul[aria-label],section.cls\[5\] h2+ul,main>nav>ul,main:is(.index [data-site=news] main) article ul li a figure,section.cls\[1\] figure dl dt+dd ul,footer section ul,header>section ul,form.cls\[0\] fieldset ul,main:is(.index [data-site=news] main) article ul,section.cls\[4\] div:has(>table)>table tbody dl,section.cls\[4\] div:has(>table)>table caption>dl,section.cls\[3\] details>summary+div>div>ul{list-style:none}button{--base-BR: var(--button-BR);--base-BG: var(--button-BG);--base-BD: var(--button-BD,"")}section.cls\[4\] div:has(>table)>table{caption-side:top;border-spacing:var(--base-BS-Y4S4)}:where(select,textarea,input){--base-BR: var(--form-BR,var(--gap-xxs));--base-PD: var(--form-PD-Y,var(--gap-xxs)) var(--form-PD-X,var(--gap-xs));--base-BD: var(--form-BD);--base-BG: var(--form-BG,transparent)}:is(:hover,:focus):where(select,textarea,input){--form-BG: color-mix(var(--CX),var(--siteColor5) 10%,white);--form-BD: 1px solid var(--siteColor9)}form.cls\[1\] [type=radio],form.cls\[1\] [type=checkbox],form.cls\[0\]>div:nth-child(3) label:has(>[type=radio],>[type=checkbox]) [type=radio],form.cls\[0\]>div:nth-child(3) label:has(>[type=radio],>[type=checkbox]) [type=checkbox],form.cls\[0\]:has(+section)>input{-webkit-appearance:var(--new-AP-Y4S4, var(--current-AP-Y4S4, var(--base-AP-Y4S4)));-moz-appearance:var(--new-AP-Y4S4, var(--current-AP-Y4S4, var(--base-AP-Y4S4)));appearance:var(--new-AP-Y4S4, var(--current-AP-Y4S4, var(--base-AP-Y4S4)))}:focus,button:focus:not(:focus-visible){outline:var(--base-OL-Y4S4)}html{scroll-behavior:var(--base-SB);scroll-padding-top:var(--base-SP-HEAD)}@property --OL\:Y4S4{syntax:"*";inherits:false;initial-value:0 solid rgba(0,0,0,0)}@property --base-LC2{syntax:"<number>";inherits:false;initial-value:2}@property --base-LC3{syntax:"<number>";inherits:false;initial-value:3}@property --base-LC4{syntax:"<number>";inherits:false;initial-value:4}@property --base-LC5{syntax:"<number>";inherits:false;initial-value:5}main>nav>ul>li::before,section.cls\[4\] [data-pageinfo] nav span,section.cls\[2\] [data-pageinfo] nav span,section.cls\[4\] [data-pageinfo] nav a::before,section.cls\[2\] [data-pageinfo] nav a::before,section.cls\[4\] [data-pageinfo] nav a::after,section.cls\[2\] [data-pageinfo] nav a::after,form.cls\[1\] [type=radio]::after,form.cls\[1\] [type=checkbox]::after,form.cls\[0\]>div:nth-child(3) label:has(>[type=radio],>[type=checkbox])::before,form.cls\[0\]:has(+section)>input::after,section.cls\[3\] details>summary::after{font:normal 200 1em/1 var(--font-family-BS)}@property --Z1T3\:BS{syntax:"*";inherits:false;initial-value:"bootstrap-icons"}@property --Z1T3\:GG{syntax:"*";inherits:false;initial-value:"Material Icons"}a:is([href^="skype:"],[href^="https://wa.me"],.colorbox)::after{font:var(--fa-font-brands)}section.cls\[5\] nav a::before,footer section ul li:is([data-site=news] li)::before,header>section button::before,header>section ul a span::before,main:is(.index [data-site=news] main) article nav a::before,section.cls\[3\] details>summary+div>div>ul>li>a::before,section.cls\[3\] details>summary+div>div>ul>[data-title]>li>a::before,section.cls\[3\] details>summary+div>a::before,section.cls\[3\] details>summary+div>div>img+a::before,a:is([target=_blank],[download],[href^="tel:"],[href^="sms:"],[href^="mailto:"])::after,div:has(>[accesskey]) a::before{font:var(--fa-font-solid)}div:has(>[accesskey]){--z-index: var(--z-accesskey);--base-TF-S1F4: 0;--base-CT:"";--base-LH: 1;--before-MG-X: 0;--base-TF-Z1X1: left top;--base-FS-H9: var(--fs-accesskey);height:0}@media print{div:has(>[accesskey]){display:none}}div:has(>[accesskey]) a{--base-BG-Y2S4:var(--siteColor1);--base-PD:var(--gap-xs) var(--gap-s);--base-GAP: var(--gap-xs);--base-SD-Y4S4: calc(var(--gap-xxs) * 0.5) calc(var(--gap-xxs) * 0.5) calc(var(--gap-xxs) * 0.75) rgba(0,0,0,0.25)}div:has(>[accesskey]) a:focus{--base-TF-S1F4: 1;--base-APH0: 1;--base-DP-NONE: block}div:has(>[accesskey]) a:is([data-site=book] a):hover{--base-TF-S1F4: 1;--base-APH0: 1;--base-DP-NONE: block}section.cls\[2\] dl>dd>div{-ms-overflow-style:none;scrollbar-width:thin;scrollbar-color:rgba(0,0,0,0) rgba(0,0,0,0)}section.cls\[2\] dl>dd>div::-webkit-scrollbar{display:none}::-webkit-scrollbar{width:var(--scW, 0.5em);height:var(--scH, 0.5em)}::-webkit-scrollbar-track{background:var(--sc-trackBG, linear-gradient(to bottom, #c6eaf3, white))}::-webkit-scrollbar-thumb{background:var(--sc-thumbBG, white);border:var(--sc-thumbBD, 1px solid #80D4FF);border-radius:var(--scW, var(--scH, 0.5em))}::-webkit-scrollbar-thumb:hover{background:var(--sc-thumbBG-hover, #3087D9)}@property --SN-TX{syntax:"*";inherits:false;initial-value:x mandatory}@property --SN-TY{syntax:"*";inherits:false;initial-value:y mandatory}@property --SN-ON{syntax:"*";inherits:false;initial-value:start}@property --SN-OFF{syntax:"*";inherits:false;initial-value:always}section.cls\[2\] dl>dd::after{--base-CT:" 左右滑動看更多";--base-LH-Y4S4: baseline;font-family:bootstrap-icons}@media print{section.cls\[2\] dl>dd::after{--base-CT: none}}a::before{--base-MG-X:var(--before-MG-X,0 var(--gap-xxs))}a::after{--base-MG-X:var(--after-MG-X ,var(--gap-xxs) 0)}@property --CT\:blank{syntax:"*";inherits:false;initial-value:""}@property --CT\:download{syntax:"*";inherits:false;initial-value:""}@property --CT\:tel{syntax:"*";inherits:false;initial-value:""}@property --CT\:sms{syntax:"*";inherits:false;initial-value:""}@property --CT\:skype{syntax:"*";inherits:false;initial-value:""}@property --CT\:mail{syntax:"*";inherits:false;initial-value:""}@property --CT\:wame{syntax:"*";inherits:false;initial-value:""}@property --CT\:colorbox{syntax:"*";inherits:false;initial-value:""}header>section ul a{--base-BG: var(--BGUL-Y2S4) no-repeat var(--BGUL-END,right) bottom / var(--BGUL-X, 0%) 2px;--base-TS-Y4S4: background-size .25s}header>section ul a:is(:hover,:focus){--BGUL-X:100%;--BGUL-END:left}section.cls\[3\] details>summary+div>div>img+a{--base-BG: var(--BGUL-Y2S4) no-repeat var(--BGUL-END,right) bottom / var(--BGUL-X, 0%) 2px;--base-TS-Y4S4: background-size .25s}section.cls\[3\] details>summary+div>div>img+a:is(:hover,:focus){--BGUL-X:100%;--BGUL-END:left}img[src*=no-image]{--base-BG: no-repeat center / 100% auto var(--base-BG-IMG)}@property --BGUL\:Y2S4{syntax:"*";inherits:false;initial-value:repeating-linear-gradient(to right, darkturquoise 0, aquamarine 10em, darkturquoise 20em)}@-webkit-keyframes textareaNextHide{0%{--base-h-Y4S4: "";--base-APH0: "";--base-PE-LOCK: ""}100%{--base-h-Y4S4: 0;--base-APH0: 0}}@keyframes textareaNextHide{0%{--base-h-Y4S4: "";--base-APH0: "";--base-PE-LOCK: ""}100%{--base-h-Y4S4: 0;--base-APH0: 0}}@-webkit-keyframes textareaNextShow{100%{--base-h-Y4S4: "";--base-APH0: "";--base-PE-LOCK: ""}}@keyframes textareaNextShow{100%{--base-h-Y4S4: "";--base-APH0: "";--base-PE-LOCK: ""}}section.cls\[2\]{--spanBefore-CT: "第";--spanAfter-CT: "卷";--base-PD: var(--gap-m);--base-BD-Y2S4: var(--siteColor2);--base-BD-B1K1: 0;--base-BD-Y2S4: color-mix( var(--CX), var(--siteColor8) 15%, white)}section.cls\[2\] dl{--base-PD-Y: var(--gap-s) 0;--base-BG-Y2S4: color-mix(var(--CX), var(--siteColor2), white)}section.cls\[2\] dl>dd{--base-GAP-Y: var(--gap-m);--base-GAP-X: var(--gap-xs);--base-MG: 0;--base-PD-Y: var(--gap-m)}@media(min-width: 992px){section.cls\[2\] dl>dd{--base-w-xs: calc((100% + var(--gap-m)) / 4 - var(--gap-m) );--base-DP-Y4S4: none}}@media print{section.cls\[2\] dl>dd{--base-w-xs: calc((100% + var(--gap-m)) / 2 - var(--gap-m) )}}section.cls\[2\] dl>dd::after{--base-PD-Y: 0}section.cls\[2\] dl>dd[data-vol]::before{--base-CT: "第"attr(data-vol)"卷"}section.cls\[2\] dl>dd::before{--base-GAP: var(--gap-s);--base-PD: var(--gap-xxs) var(--gap-m)}@media print{section.cls\[2\] dl>dd>div{-ms-flex-wrap:wrap;flex-wrap:wrap}}section.cls\[2\] dl>dd+dd{border-top-width:1px}section.cls\[3\]{--base-GAP: var(--gap-m)}section.cls\[3\] details{--base-PD-X: var(--gap-m);--base-GAP: var(--gap-xs) var(--gap-m);--base-LH: 1ex;--base-SDBG-Y2S4: rgba(255,255,255,0.75);--base-BD-Y2S4: var(--siteColor2);--base-GT-Y: min(25%, calc(var(--bs-breakpoint-sm) / 2)) var(--GT-full);--base-at: contents;--base-BG: linear-gradient(to bottom, color-mix(var(--CX), var(--siteColor1) 7.5%, rgba(255,255,255,0)), rgba(255,255,255,0) var(--gap-s));--base-MG: var(--gap-s) auto calc(var(--gap-m) * 2);--base-BG-Y2S4: color-mix(var(--CX), var(--siteColor5) 10%, white)}section.cls\[3\] details:open{--summary-marker: "";--base-SDBG-Y2S4: rgba(255,255,255,0.9);--base-BG-Y2S4: transparent}@media(max-width: 767.98px){section.cls\[3\] details{--base-GT-Y: 100%;--base-MG-X: auto 0;--base-MG: var(--gap-s) auto 0}}section.cls\[3\] details>summary{--base-GAP: var(--gap-xxs) var(--gap-xs)}section.cls\[3\] details>summary::after{--base-CT: var(--summary-marker,"")}section.cls\[3\] details>summary>div::after{--base-CT: attr(data-date)}section.cls\[3\] details>summary+div>div>img+a{--base-MG-X: auto 0}section.cls\[3\] details>summary+div>div>img+a::before{--base-CT: ""}section.cls\[3\] details>summary+div>div>img+a::after{--base-CT: "("attr(data-filesize)")"}section.cls\[3\] details>summary+div>a{--base-IS-Y4S4: auto auto var(--gap-m) var(--gap-m);--before-MG-X: 0}section.cls\[3\] details>summary+div>a::before{--base-CT: ""}@media(max-width: 767.98px){section.cls\[3\] details>summary+div>a{--base-PS-J2D4: static}}section.cls\[3\] details>summary+div>div>ul{--base-h-min: 2px;--base-BG-Y2S4: var(--siteColor2);--base-PD-Y: var(--gap-xs);--base-PD-X: var(--gap-xs);--base-GAP: var(--gap-xs) var(--gap-xxs);--base-TF-W4Y2: 0 0.25ex;--base-LH: 1ex;--base-w-em: 2em;--base-GT-Y: auto var(--GT-full) repeat(2,auto);--before-MG-X: 0;--base-MG-Y: var(--gap-xs) 0}section.cls\[3\] details>summary+div>div>ul[aria-label=""]::before{--base-CT: none}section.cls\[3\] details>summary+div>div>ul::before{--base-CT: attr(aria-label)}section.cls\[3\] details>summary+div>div>ul>[data-title]::before{--base-CT: attr(data-title);--base-PD-X: 1lh var(--gap-xs);--base-BG: no-repeat center left / 1lh radial-gradient(circle at center, var(--siteColor2) 40%, transparent 0%)}section.cls\[3\] details>summary+div>div>ul>[data-title]::after{--base-PD-Y: var(--gap-xxs) 0;--base-BG-Y2S4: var(--siteColor3)}section.cls\[3\] details>summary+div>div>ul>li,section.cls\[3\] details>summary+div>div>ul>[data-title]>li{--base-BG: no-repeat center / 80% var(--SVG-BG-PDF);--base-PD: var(--gap-s) var(--gap-m)}section.cls\[3\] details>summary+div>div>ul>li:is(:hover,:focus),section.cls\[3\] details>summary+div>div>ul>[data-title]>li:is(:hover,:focus){--base-SDBG-Y2S4: color-mix( var(--CX), var(--siteColor5) 10%, white)}@media(max-width: 575.98px){section.cls\[3\] details>summary+div>div>ul>li,section.cls\[3\] details>summary+div>div>ul>[data-title]>li{--base-w-auto: 100%;--base-GT-Y: auto repeat(2,1fr);--base-GA-Y: 2/-1;--base-GA-X: 1/span 2}}section.cls\[3\] details>summary+div>div>ul>li::before,section.cls\[3\] details>summary+div>div>ul>[data-title]>li::before{--base-SD-Y4S4: 0 0 var(--gap-xxs) var(--siteColor7)}section.cls\[3\] details>summary+div>div>ul>li::after,section.cls\[3\] details>summary+div>div>ul>[data-title]>li::after{--base-IS-Y4S4: auto 0 0 0}section.cls\[3\] details>summary+div>div>ul>li:last-child::after,section.cls\[3\] details>summary+div>div>ul>[data-title]>li:last-child::after{--base-CT: none}section.cls\[3\] details>summary+div>div>ul>li>span::after,section.cls\[3\] details>summary+div>div>ul>[data-title]>li>span::after{--base-CT: attr(data-editor)}section.cls\[3\] details>summary+div>div>ul>li>a,section.cls\[3\] details>summary+div>div>ul>[data-title]>li>a{--base-BG-Y2S4: transparent}@media(min-width: 576px){section.cls\[3\] details>summary+div>div>ul>li>a,section.cls\[3\] details>summary+div>div>ul>[data-title]>li>a{--base-GAP: 0}}@media(max-width: 575.98px){section.cls\[3\] details>summary+div>div>ul>li>a,section.cls\[3\] details>summary+div>div>ul>[data-title]>li>a{--base-BG-Y2S4: var(--siteColor3);--base-OF-Y4S4: normal;--base-w-none: auto}}section.cls\[3\] details>summary+div>div>ul>li>a:is(:hover,:focus),section.cls\[3\] details>summary+div>div>ul>[data-title]>li>a:is(:hover,:focus){--base-BG-Y2S4: var(--siteColor6)}section.cls\[3\] details>summary+div>div>ul>li>a::before,section.cls\[3\] details>summary+div>div>ul>[data-title]>li>a::before{--base-CT: var(--before-CT)}section.cls\[3\] details>summary+div>div>ul>li>a[title*=閱讀],section.cls\[3\] details>summary+div>div>ul>[data-title]>li>a[title*=閱讀]{--before-CT: ""}section.cls\[3\] details>summary+div>div>ul>li>a[title*=下載],section.cls\[3\] details>summary+div>div>ul>[data-title]>li>a[title*=下載]{--before-CT: ""}section.cls\[4\] div:has(>table)>table caption>dl dd::before,section.cls\[4\] div:has(>table)>table caption>dl dd::after{--base-FW-MAX: 500}section.cls\[4\] div:has(>table)>table caption>dl dd::before{--base-CT: "共 "}section.cls\[4\] div:has(>table)>table caption>dl dd::after{--base-CT: " 筆資料。"}main:is(.index [data-site=news] main) article{--base-FLBR: "";--base-IS-Y: 0 auto}main:is(.index [data-site=news] main) article nav{--base-PD-Y: var(--gap-xs)}@media(min-width: 768px){main:is(.index [data-site=news] main) article nav{--base-BR: 0 0 0 100vh;--base-PD-X: var(--gap-xl) var(--gap-xxs)}}main:is(.index [data-site=news] main) article nav a{--base-CT: "|";--base-TF-W4Y2: 0 0.1rem}main:is(.index [data-site=news] main) article nav a:first-of-type{--base-CT: none}main:is(.index [data-site=news] main) article{--base-BG-Y2S4: color-mix(var(--CX), white, var(--siteColor2));--base-BG-Z1Z4: no-repeat top var(--EDM-MASK);--EDM-MASK: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 96 11" fill="white"><path d="M0 0h96v8.5c-19.15 5.46-25.62-2.26-35.3-2.92-24.04-1.64-20.64 8.48-42.25 3.26C7.69 6.25 0 11 0 11z"/></svg>')}main:is(.index [data-site=news] main) article ul{--base-PD-Y: var(--main-gap);--base-PD-X: calc( var(--base-PD-Y) / 2 )}main:is(.index [data-site=news] main) article ul:before{--base-CT: ""}main:is(.index [data-site=news] main) article ul li{--base-CT: attr(aria-label);--base-PD: calc( var(--base-PD-X) / 3 )}main:is(.index [data-site=news] main) article ul li a{--base-BD: 2px solid white}main:is(.index [data-site=news] main) aside{--base-MG-Y: 0 var(--gap-xs)}main:is(.index [data-site=news] main) aside dt{--base-PD-Y: calc(var(--gap-xxs) * 0.5) 0;--base-BG-Y2S4: var(--siteColor8);--base-GAP: var(--gap-xs)}main:is(.index [data-site=news] main) aside dd{--base-PD-Y: var(--base-MG-Y);--base-DP-Y4S4: list-item;--base-MG-X: 1lh 0}form.cls\[1\] textarea,form.cls\[0\] textarea{--ben3-pd-y: var(--gap-xxs);--ben3-bd-w: 0px;--rows: 1;outline-offset:calc(var(--focus-lineW)*-1);height:max(var(--H)*1px,var(--rows)*1lh + (var(--ben3-pd-y) + var(--ben3-bd-w, 0px))*2);resize:none;-webkit-transition:none;transition:none}@media(max-width: 991.98px){form.cls\[0\]:has(+section){--base-DP-NONE: flex}}form.cls\[0\]:has(+section)>input{--base-PD: var(--gap-s) var(--gap-m);--base-gap: var(--gap-m);--base-LH: 1}form.cls\[0\]:has(+section)>input:checked{--input-CT: ""}@media(max-width: 991.98px){form.cls\[0\]:has(+section)>input:not(:checked)+*{--base-DP-G2X4: none}}form.cls\[0\]:has(+section)>input::after{--base-CT: var(--input-CT, "")}form.cls\[0\]:has(+section)>input::before{--base-CT: var(--title-CT, "關鍵字搜尋")}form.cls\[0\]>div:nth-child(3) label:has(>[type=radio],>[type=checkbox]){--base-IS-Y4S4: 0;--base-GAP: var(--gap-xxs);--base-MG-Y: var(--gap-xxs) 0}form.cls\[0\]>div:nth-child(3) label:has(>[type=radio],>[type=checkbox]) [type=radio],form.cls\[0\]>div:nth-child(3) label:has(>[type=radio],>[type=checkbox]) [type=checkbox]{--base-BD: none;--form-BG: transparent}form.cls\[0\]>div:nth-child(3) label:has(>[type=radio],>[type=checkbox])::after{--base-CT: attr(aria-label)}form.cls\[0\]>div:nth-child(3) label:has(>[type=checkbox])::before{--base-CT: var(--input-checked, "")}form.cls\[0\]>div:nth-child(3) label:has(>[type=checkbox]:checked)::before{--input-checked: ""}form.cls\[0\]>div:nth-child(3) label:has(>[type=radio])::before{--base-CT: var(--input-checked, "")}form.cls\[0\]>div:nth-child(3) label:has(>[type=radio]:checked)::before{--input-checked: ""}form.cls\[0\]>div:nth-child(3) [data-behavior=select-radio-on-click]{--base-IS-X: -9999vw;--base-MG-Y: var(--has-sec-MG-Y, 0);--base-DP-NONE: none}@media(max-width: 1399.98px){form.cls\[0\]>div:nth-child(3) [data-behavior=select-radio-on-click]{--has-sec-MG-Y: 0;--has-sec-PD-Y: 0;--has-sec-MG-X: var(--gap-m) 0}}@media(max-width: 767.98px){form.cls\[0\]>div:nth-child(3) [data-behavior=select-radio-on-click]{--has-sec-MG-X: 0;--has-sec-MG-Y: var(--gap-m) 0}}form.cls\[0\]>div:nth-child(3) [data-behavior=select-radio-on-click] [data-radio]{--base-FW-MAX: bolder}form.cls\[0\]>div:nth-child(3) [data-behavior=select-radio-on-click] [data-radio]:has(>*:checked)+[data-content]{--base-PE-LOCK: ""}form.cls\[0\]>div:nth-child(3) [data-behavior=select-radio-on-click] [data-radio]:has(>*:checked)+[data-content]::before{--base-CT: none}form.cls\[0\]>div:nth-child(3) [data-behavior=select-radio-on-click] [data-content]{--base-BG-Y2S4: color-mix(var(--CX), var(--siteColor2) 15%, white)}form.cls\[0\]>div:nth-child(3) [data-behavior=select-radio-on-click] [data-content]::before{--base-CT: ""}form.cls\[0\] [data-behavior=exclusive-select-all]{--base-PD-Y: var(--has-sec-PD-Y, 0);--base-GAP: var(--gap-xs) var(--gap-m)}form.cls\[0\] [data-behavior=exclusive-select-all] label{--base-FO-MIN: auto;--base-w-min: 0;--base-FW-MAX: 500}form.cls\[0\]{--base-PD-X: var(--sec-gap);--base-PD: var(--sec-gap);--base-BG-Y2S4: color-mix(var(--CX), var(--siteColor2) 15%, white);--base-GAP: var(--gap-l);--base-GT-Y: calc( var(--h5) * 4 ) var(--GT-full);--base-GA-Y: 2 / -1;--form-BD: 1px solid var(--siteColor2);--form-BG: var(--siteColor6);--form-PD-Y: var(--gap-xs);--base-CT: "~";--base-MG-Y: 0;--base-w-max: calc(var(--bs-breakpoint-md) / 3);--base-IS-Y4S4: auto auto auto var(--base-TI-MAX);--base-min-h: calc( 1lh + var(--gap-m))}form.cls\[0\]:has(+section){--has-sec-PD-Y:var(--gap-xxs) 0;--has-sec-MG-Y: var(--gap-m) 0;--has-sec-MG-X: 0}@media print{form.cls\[0\]:has(+section){display:none}}form.cls\[0\]>div:nth-child(3)>*{--base-GAP: var(--gap-xs);--base-BG-Y2S4: white}@container (width <= 768px){form.cls\[0\]>div:nth-child(3)>*{--base-GA-Y: 1 / -1;--base-TA-OUT: left;--base-GT-Y: var(--GT-full);--base-FO-MAX: -1}}@container (width <= 576px){form.cls\[0\]>div:nth-child(3)>*{--base-w-auto: var(--base-w-full);--base-CT: none;--base-MG-X: 0}}@media(max-width: 767.98px){form.cls\[0\]>div:nth-child(3)>*{--base-GA-Y: 1 / -1;--base-TA-OUT: left;--base-GT-Y: var(--GT-full);--base-FO-MAX: -1}}@media(max-width: 575.98px){form.cls\[0\]>div:nth-child(3)>*{--base-w-auto: var(--base-w-full);--base-CT: none;--base-MG-X: 0}}form.cls\[0\] label,form.cls\[0\] legend{--base-PD-Y: var(--form-PD-Y)}@media(max-width: 767.98px){form.cls\[0\] label,form.cls\[0\] legend{--base-PD-Y: 0}}@container (width <= 768px){form.cls\[0\] label,form.cls\[0\] legend{--base-PD-Y: 0}}form.cls\[0\] fieldset{--base-w-lh:100%}form.cls\[0\] fieldset label{--base-FO-MIN: auto;--base-w-min: 0;--base-FW-MAX: 500}@media(max-width: 1399.98px){form.cls\[0\] fieldset label::after{--base-w-auto: 100%}}form.cls\[0\] fieldset ul{--base-GAP: var(--gap-xs) 0}form.cls\[0\] fieldset ul:has(input){--base-GAP: var(--gap-xs)}form.cls\[0\] textarea+p{--base-h-Y4S4: 0;-webkit-animation:textareaNextHide 1s forwards;animation:textareaNextHide 1s forwards}form.cls\[0\] textarea:focus+p,form.cls\[0\] textarea+p:is(:hover,:focus){-webkit-animation:textareaNextShow 0s forwards;animation:textareaNextShow 0s forwards}form.cls\[0\] [data-behavior=select-radio-on-click] fieldset{--base-MG-X: var(--has-sec-MG-X, var(--gap-m) 0)}@media(max-width: 767.98px){form.cls\[0\] [data-behavior=select-radio-on-click] fieldset{--base-w-fit: 100%}}form.cls\[1\]{--base-BG-Y2S4: white;--SD-XYW: 0 0 var(--gap-xs);--SD-Y2S4: black;--base-BD: min(2vw, var(--gap-m)) solid var(--base-BG-Y2S4);--sc-trackBG: var(--base-BG-Y2S4);--base-MG-Y: 0 var(--gap-m);--base-TF-W4Y2: calc( var(--gap-xs) * -1 ) 0%;--base-w-xs: min( calc( var(--bs-breakpoint-sm) / 3 ), 50% );--base-PD: 1vw var(--gap-xs)}form.cls\[1\]::before{--base-BG-Y2S4: var(--siteColor2);--base-CT: attr(aria-label);--base-PD: var(--gap-xs)}form.cls\[1\] [aria-label]::before{--base-CT: attr(aria-label)}form.cls\[1\] [data-error]::after{--base-CT: attr(data-error)}form.cls\[1\] [type=radio],form.cls\[1\] [type=checkbox]{--base-GAP: var(--gap-xxs);--base-BD: "";--base-MG-Y: var(--gap-xxs) 0}form.cls\[1\] [type=radio]::after,form.cls\[1\] [type=checkbox]::after{--base-CT: var(--checked-icon, var(--after-icon))}form.cls\[1\] [type=radio]{--after-icon: ""}form.cls\[1\] [type=radio]:checked{--checked-icon:""}form.cls\[1\] [type=checkbox]{--after-icon:""}form.cls\[1\] [type=checkbox]:checked{--checked-icon:""}form.cls\[1\] textarea{--form-BR: 0;--base-BD: "";--base-SDBD-Y2S4: rgba(0,0,0,0.5);--base-SDBD-B1K1: 0;--base-SDBD-Y: -1px}form.cls\[1\] p{--base-MG: 0 0 var(--gap-s)}form.cls\[1\] p~p{--base-MG: var(--gap-m) 0}form.cls\[1\] fieldset{--base-PD-X: 1ex 0;--base-BG: no-repeat left top / 0.8ex var(--required-icon)}form.cls\[1\] fieldset:has(>*:required)::before{--base-w-full: var(--base-w-before, 100%);--base-PD: var(--gap-xxs)}form.cls\[1\] fieldset[aria-label*=性別]{--base-w-before: auto}form.cls\[1\] ol{--base-PD-X: 1.5em 0;--base-MG-X: -1.5em 0;--base-BG: no-repeat left top / 0.8ex var(--required-icon)}form.cls\[1\] [type=submit],form.cls\[1\] .close{border-color:#fff}section.cls\[5\] h2,main:is(.index [data-site=news] main) aside p::before,main:is(.index [data-site=news] main) article::before,main:is(.index [data-site=news] main) article ul li a figure figcaption,main:is(.index [data-site=news] main) article ul li a figure::before,section.cls\[2\] dl>dd>div>a figure,section.cls\[1\] figure dl dt+dd ul li a [data-date]::before,section.cls\[1\] figure dl dt+dd ul li a,section.cls\[1\] figure dl,footer section ul,section.cls\[3\] details>summary>div>strong::before,section.cls\[1\] figure dl dt+dd ul li a::after,section.cls\[3\] details>summary>div>strong::after,section.cls\[1\] figure dl dt+dd ul li a::before,section.cls\[3\] details>summary>div::before,header>section ul a,section.cls\[4\] [data-pageinfo] nav a,section.cls\[2\] [data-pageinfo] nav a,section.cls\[4\] [data-pageinfo],section.cls\[2\] [data-pageinfo],section.cls\[5\] ul[aria-label],section.cls\[5\] h3,main:is(.index [data-site=news] main) article time,header>section button[aria-label*=關鍵字搜尋]:is([data-search=true] button[aria-label*=關鍵字搜尋])::before,header>section search [type=submit]:is(:hover,:focus),html[data-fs=l] #l::before,html[data-fs=m] #m::before,html[data-fs=s] #s::before,section.cls\[3\] details>summary::after,section.cls\[3\] details>summary+div>div>ul::before,main:is(.index [data-site=news] main) article ul li::before,form.cls\[0\]:has(+section)>input,form.cls\[1\] [type=submit],section.cls\[2\] dl>dd::before,section.cls\[3\] details>summary>div::after,section.cls\[3\] details>summary+div>div>ul>[data-title]::before,section.cls\[3\] details>summary+div>div>ul>li>span::after,section.cls\[3\] details>summary+div>div>ul>[data-title]>li>span::after,section.cls\[3\] details>summary+div>div>ul>li>a span,section.cls\[3\] details>summary+div>div>ul>[data-title]>li>a span,section.cls\[4\] div:has(>table)>table tbody dl a,main:is(.index [data-site=news] main) article nav a,main:is(.index [data-site=news] main) article nav a::before,main:is(.index [data-site=news] main) aside dt,form.cls\[0\]>div:nth-child(3) [data-behavior=select-radio-on-click] [data-radio],form.cls\[0\] label,form.cls\[0\] legend,form.cls\[1\]::before{color:var(--siteColor1)}main>nav>ul{color:var(--siteColor2)}main>nav>ul>li>a:is(:hover,:focus),section.cls\[4\] div:has(>table)>table tr>*::before,header>section ul a:is(:hover,:focus),section.cls\[3\] details>summary+div>div>img+a,section.cls\[3\] details>summary+div>a::before,form.cls\[0\] p{color:var(--siteColor4)}div:has(>[accesskey=t]) a,form.cls\[0\]:has(+section)>input:checked,form.cls\[0\] [type=reset],form.cls\[1\] .close,section.cls\[2\] dl>dd>div>a figure>div::after,header>section button:is(:hover,:focus)::before,main:is([data-site=index] main)>section>a,section.cls\[4\] [data-pageinfo] nav a.current,section.cls\[2\] [data-pageinfo] nav a.current,header>section button::before,header>section search [type=submit],div:has(>[accesskey]) a,form.cls\[0\] [type=submit]{color:var(--siteColor6)}section.cls\[3\] details>summary+div>div>img+a::before,section.cls\[3\] details>summary+div>div>ul>li>a[title*=閱讀],section.cls\[3\] details>summary+div>div>ul>[data-title]>li>a[title*=閱讀],section.cls\[4\] div:has(>table)>table caption>dl dd,section.cls\[4\] div:has(>table)>table tbody dl em,form.cls\[1\] fieldset[data-error]{color:var(--siteColor7)}main>nav>ul>li>a,section.cls\[4\] [data-pageinfo] nav span,section.cls\[2\] [data-pageinfo] nav span,section.cls\[4\] div:has(>table)>table,main:is(.index [data-site=news] main) article ul li a figure::after,section.cls\[3\] details>summary+div>a,section.cls\[4\] div:has(>table)>table caption>dl dd::before,section.cls\[4\] div:has(>table)>table caption>dl dd::after,section.cls\[4\] div:has(>table)>table tbody dl,main:is(.index [data-site=news] main) aside dd a::marker,form.cls\[0\],form.cls\[0\] p em,form.cls\[0\] fieldset label,form.cls\[0\] [data-behavior=exclusive-select-all] label{color:var(--siteColor8)}main:is(.index [data-site=news] main) aside p,main>nav>ul>li:first-child,section.cls\[4\] [data-pageinfo] nav a:is(.first,.prev,.next,.last),section.cls\[2\] [data-pageinfo] nav a:is(.first,.prev,.next,.last),section.cls\[4\] [data-pageinfo] nav a::before,section.cls\[2\] [data-pageinfo] nav a::before,section.cls\[4\] [data-pageinfo] nav a::after,section.cls\[2\] [data-pageinfo] nav a::after,section.cls\[4\] div:has(>table)>table tbody th,section.cls\[4\] div:has(>table)>table thead,main:is(.index [data-site=news] main) article ul li a figure p,main:is(.index [data-site=news] main) article ul li a figure figcaption:is(:hover,:focus),section.cls\[4\] [data-pageinfo] nav a:is(:hover,:focus),section.cls\[2\] [data-pageinfo] nav a:is(:hover,:focus),div:has(>[accesskey=t]) a:is([data-site=book] a):is(:hover,:focus),header>section search,section.cls\[2\] dl>dd::after,main:is(.index [data-site=news] main) article nav a:is(:hover,:focus),main:is(.index [data-site=news] main) aside dd a,form.cls\[0\]>div:nth-child(3) label:has(>[type=radio],>[type=checkbox])::before{color:var(--siteColor9)}section.cls\[5\] nav a::before,section.cls\[5\] h2::before,section.cls\[5\],section.cls\[1\] figure dl dt+dd ul li a [data-date],form.cls\[0\] textarea,form.cls\[0\] input,form.cls\[0\] select{color:var(--siteColor10)}section.cls\[3\] details>summary+div>div>ul>li>a[title*=下載],section.cls\[3\] details>summary+div>div>ul>[data-title]>li>a[title*=下載]{color:var(--siteColor11)}div:has(>[accesskey=t]) a,form.cls\[0\]:has(+section)>input:checked,form.cls\[0\] [type=reset],form.cls\[1\] .close,section.cls\[2\] dl>dd>div>a figure>div::after,section.cls\[4\] [data-pageinfo] nav a,section.cls\[2\] [data-pageinfo] nav a,section.cls\[4\] [data-pageinfo],section.cls\[2\] [data-pageinfo],header>section button:is(:hover,:focus)::before,div:has(>[accesskey=t]) a:is([data-site=book] a):is(:hover,:focus),header>section search,section.cls\[5\] ul[aria-label],section.cls\[5\] h3,main:is(.index [data-site=news] main) article time,header>section button[aria-label*=關鍵字搜尋]:is([data-search=true] button[aria-label*=關鍵字搜尋])::before,header>section search [type=submit]:is(:hover,:focus),html[data-fs=l] #l::before,html[data-fs=m] #m::before,html[data-fs=s] #s::before,section.cls\[3\] details>summary::after,section.cls\[3\] details>summary+div>div>ul::before,main:is(.index [data-site=news] main) article ul li::before,form.cls\[0\]:has(+section)>input,form.cls\[1\] [type=submit],main:is([data-site=index] main)>section>a,header>section button::before,header>section search [type=submit],div:has(>[accesskey]) a,form.cls\[0\] [type=submit]{--base-BG-Y2S4: var(--site-BG)}main:is([data-site=index] main)>section>a,section.cls\[4\] [data-pageinfo] nav a.current,section.cls\[2\] [data-pageinfo] nav a.current,header>section button::before,header>section search [type=submit],div:has(>[accesskey]) a,form.cls\[0\] [type=submit]{--site-BG: var(--siteColor1)}section.cls\[5\] ul[aria-label],section.cls\[5\] h3,main:is(.index [data-site=news] main) article time,header>section button[aria-label*=關鍵字搜尋]:is([data-search=true] button[aria-label*=關鍵字搜尋])::before,header>section search [type=submit]:is(:hover,:focus),html[data-fs=l] #l::before,html[data-fs=m] #m::before,html[data-fs=s] #s::before,section.cls\[3\] details>summary::after,section.cls\[3\] details>summary+div>div>ul::before,main:is(.index [data-site=news] main) article ul li::before,form.cls\[0\]:has(+section)>input,form.cls\[1\] [type=submit]{--site-BG: var(--siteColor2)}section.cls\[4\] [data-pageinfo] nav a:is(:hover,:focus),section.cls\[2\] [data-pageinfo] nav a:is(:hover,:focus),div:has(>[accesskey=t]) a:is([data-site=book] a):is(:hover,:focus),header>section search{--site-BG: var(--siteColor3)}header>section button:is(:hover,:focus)::before{--site-BG: var(--siteColor4)}section.cls\[4\] [data-pageinfo] nav a,section.cls\[2\] [data-pageinfo] nav a,section.cls\[4\] [data-pageinfo],section.cls\[2\] [data-pageinfo]{--site-BG: var(--siteColor6)}section.cls\[2\] dl>dd>div>a figure>div::after{--site-BG: var(--siteColor7)}form.cls\[0\] [type=reset],form.cls\[1\] .close{--site-BG: var(--siteColor8)}div:has(>[accesskey=t]) a,form.cls\[0\]:has(+section)>input:checked{--site-BG: var(--siteColor9)}html{--base-FLD: drop-shadow( 0 2px 2px var(--siteColor2));--base-TF-W4Y2: 0 -2px;--main-gap: calc(var(--gap-m) * 2);--sec-gap: var(--gap-xl);--site-SD-Y4S4: 0 var(--gap-xxs) var(--gap-xxs) color-mix(var(--CX), var(--siteColor1), transparent 85%);--datainfo-LH: var(--h4);--datainfo-PD:var(--gap-xxs) var(--gap-xs);--datainfo-BD:var(--siteColor2);--datainfo-BG-Y2S4: color-mix( var(--CX), var(--siteColor2), white);--datainfo-BG:linear-gradient(to right, var(--datainfo-BD) 2.75em, transparent 2.75em),var(--datainfo-BG-Y2S4)}html *:is(header,main,footer)>section{--base-PD-X: var(--sec-gap)}body{--base-BG: no-repeat bottom left / max(55vw, var(--bs-breakpoint-md)) url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 178 61' fill='white' transform='scale(-1,1)'><path d='M178 0c-1.67 1.89-2.73 4.59-2.42 7.18-4.79-3.07-10.76.78-9.98 6.39-6.12-3.86-13.88.18-14.34 7.35-2.76-.93-6.11-.41-8.48 1.4-1.37-4.86-7.48-6.41-10.96-2.72.15-5.58-6.06-8.77-10.5-5.34-3.3-11.02-18.06-8.9-18.25 2.55-1.98-.64-4.29-.22-5.91 1.08.42-5.35-5.32-8.89-9.89-6.07C88.89 1.2 75.79-3.69 70.11 5.47c-1.99-7.17-11.53-6.62-12.71.7a6.471 6.471 0 0 0-9.24 7.46c-8.59-2.76-15.62 6.09-10.9 13.83-3.14-1.33-6.92.19-8.33 3.21-3.91-7.3-14-6.68-17.01 1.03C8.25 26.31.32 28.63 0 35.09V61h177.99V0Z'/></svg>"), no-repeat bottom right / 55vw url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 178 61' fill='white'><path d='M178 0c-1.67 1.89-2.73 4.59-2.42 7.18-4.79-3.07-10.76.78-9.98 6.39-6.12-3.86-13.88.18-14.34 7.35-2.76-.93-6.11-.41-8.48 1.4-1.37-4.86-7.48-6.41-10.96-2.72.15-5.58-6.06-8.77-10.5-5.34-3.3-11.02-18.06-8.9-18.25 2.55-1.98-.64-4.29-.22-5.91 1.08.42-5.35-5.32-8.89-9.89-6.07C88.89 1.2 75.79-3.69 70.11 5.47c-1.99-7.17-11.53-6.62-12.71.7a6.471 6.471 0 0 0-9.24 7.46c-8.59-2.76-15.62 6.09-10.9 13.83-3.14-1.33-6.92.19-8.33 3.21-3.91-7.3-14-6.68-17.01 1.03C8.25 26.31.32 28.63 0 35.09V61h177.99V0Z'/></svg>"), linear-gradient(to bottom, rgba(255,255,255,0.5), rgba(255,255,255,0.75)), no-repeat center / cover url(../images/bg-body.jpg);overflow-wrap:break-word;-ms-hyphens:var(--base-w-auto);hyphens:var(--base-w-auto)}@media print{body{--base-FS-H6: 12pt}}body::after{--base-BG: var(--loading-BG, no-repeat center / min(50%, var(--bs-breakpoint-sm)) var(--SVG-BG-LOG), linear-gradient(color-mix(var(--CX),#CCEDF4, transparent) 25%), no-repeat bottom left var(--SVG-BG-FTR), linear-gradient(color-mix(var(--CX),#CCEDF4, transparent) 25%), no-repeat bottom right var(--SVG-BG-FTL), #CCEDF4 );--base-Z1: var(--z-load);--base-APH1: var(--loading-APH)}body.loaded{--loading-BG: no-repeat center / min(50%, var(--bs-breakpoint-sm)) var(--SVG-BG-LOG), transparent;--loading-APH: 0}body>div:has(form.cls\[1\]){--base-BG-Y2S4: rgba(0,0,0,0.75);--base-PD: var(--gap-xxl)}@media(max-width: 767.98px){body>div:has(form.cls\[1\]){--base-PD: var(--gap-xxl) var(--gap-xxl) calc(var(--gap-xxl) * 3)}}body [data-site=news]{--base-BG-IMG: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 75 100"><path d="M0 0h75v100H0z" fill="%2389dff5"/><g opacity="0.2"><path d="M57 66c0 1.66-8.73 3-19.5 3S18 67.66 18 66s8.73-3 19.5-3S57 64.34 57 66"/><path d="M22.9 34.9c0 .09-.03.17-.1.24-.07.06-.15.1-.24.1h-2.22c.65.38 1.41.73 2.28 1.03.16.06.24.17.24.34 0 .1-.04.19-.11.26s-.16.1-.25.1c-.05 0-.1 0-.14-.03-.22-.09-.44-.18-.65-.27.05.11.07.24.07.39v1.51c0 .51-.25.77-.76.77h-4.26c-.51 0-.77-.26-.77-.77v-1.51c0-.15.03-.28.08-.4-.2.09-.42.18-.67.28a.3.3 0 0 1-.14.03c-.1 0-.18-.03-.25-.1s-.1-.15-.1-.26c0-.17.08-.29.23-.34.91-.33 1.67-.67 2.28-1.03h-2.23c-.09 0-.17-.03-.24-.1s-.1-.14-.1-.24.03-.17.1-.24.15-.1.24-.1h1.45c-.04-.06-.08-.12-.12-.19a.33.33 0 0 1-.06-.19c0-.17.07-.28.22-.35h-.09c-.09.02-.17-.02-.25-.08a.34.34 0 0 1-.11-.24c0-.22.11-.33.32-.33q3.015-.09 4.47-.3c.1-.01.2.02.28.09s.12.16.12.26c0 .2-.1.32-.31.34q-.585.06-1.86.15v.83h.9c.19-.25.32-.46.41-.63a.36.36 0 0 1 .34-.21c.1 0 .2.04.27.12q.12.12.12.27c0 .06-.02.13-.06.19-.04.07-.11.15-.19.26h1.5c.09 0 .17.03.24.1s.1.15.1.24zm-.25-1.55c0 .11-.04.2-.12.28a.41.41 0 0 1-.56 0 .36.36 0 0 1-.12-.28v-.33c0-.2-.1-.31-.31-.31H16.2c-.2 0-.31.1-.31.31v.33c0 .11-.04.21-.12.29s-.17.12-.28.12-.21-.04-.29-.12a.4.4 0 0 1-.12-.29v-.58c0-.53.26-.79.79-.79h2.56v-.29c0-.12.04-.23.13-.31.09-.09.19-.13.31-.13s.22.04.31.13.13.19.13.31v.29h2.55c.53 0 .79.26.79.79zM18.5 36.3v-1.03c-.5.38-1.05.73-1.64 1.03zm-.03 1.2v-.59h-1.33c-.19 0-.28.09-.28.28v.32h1.61zm0 1.17v-.61h-1.61v.33c0 .19.09.28.28.28zm0-4.11v-.8q-.525.03-1.5.06c.08.03.15.08.19.15.15.22.28.41.38.58h.93zm2.45 1.74c-.59-.3-1.16-.65-1.69-1.04v1.04zm.02 1.2v-.32c0-.19-.1-.28-.29-.28h-1.38v.59h1.67zm0 .89v-.33h-1.67v.61h1.38c.19 0 .29-.09.29-.28m7.17-5.58c0 .11-.04.2-.12.28s-.17.11-.28.11h-3.19c-.11 0-.21-.04-.28-.11-.08-.07-.12-.17-.12-.28s.04-.21.12-.28c.08-.08.17-.12.28-.12h1.17v-.66c0-.12.04-.23.13-.32s.2-.14.33-.14.23.05.32.14.13.2.13.32v.66h1.1c.11 0 .21.04.28.12s.12.17.12.28zm-.34 5.69c0 .49-.25.74-.74.74h-1.85c-.49 0-.74-.25-.74-.74v-1.11c0-.49.25-.74.74-.74h1.85c.49 0 .74.25.74.74zm-.02-4.24c0 .11-.04.19-.11.27s-.16.11-.27.11h-2.5c-.1 0-.19-.04-.26-.11s-.11-.16-.11-.27.04-.19.11-.26.16-.11.26-.11h2.5c.11 0 .19.04.27.11.07.07.11.16.11.26m0 1.36c0 .1-.04.19-.11.26s-.16.11-.27.11h-2.5c-.1 0-.19-.04-.26-.11s-.11-.16-.11-.26.04-.19.11-.27c.07-.07.16-.11.26-.11h2.5c.11 0 .19.04.27.11s.11.16.11.27m-.82 2.59v-.58c0-.17-.09-.26-.26-.26h-1.14c-.17 0-.26.09-.26.26v.58c0 .17.09.26.26.26h1.14c.17 0 .26-.09.26-.26m5.5-3.87c0 .11-.04.21-.12.29s-.18.12-.29.12h-1.33v4.21c0 .12-.04.22-.13.31-.08.09-.18.13-.3.13s-.23-.04-.31-.13-.12-.19-.12-.31v-4.21h-1.36a.4.4 0 0 1-.29-.12c-.08-.08-.12-.18-.12-.29s.04-.21.12-.29.18-.12.29-.12h1.36V31.8c0-.12.04-.22.12-.31s.19-.13.31-.13.22.04.3.13.13.19.13.31v2.13h1.33a.4.4 0 0 1 .29.12.4.4 0 0 1 .12.29m8.99-.12a.407.407 0 0 1-.42.41q-.18 0-.3-.12c-.12-.12-.12-.17-.12-.29v-.63c0-.2-.1-.31-.31-.31h-2.46v1.5c0 .12-.04.22-.12.31s-.18.13-.3.13-.23-.04-.32-.13-.13-.19-.13-.31v-1.5h-2.37c-.2 0-.31.1-.31.31v.63c0 .12-.04.21-.12.29s-.17.12-.29.12-.22-.04-.3-.12-.13-.17-.13-.29v-.83c0-.52.26-.79.79-.79h2.73v-.44h-2.45c-.09 0-.17-.03-.24-.1-.06-.06-.1-.14-.1-.24s.03-.17.1-.24.14-.1.24-.1h5.91c.09 0 .17.03.24.1s.1.14.1.24-.03.17-.1.24c-.06.06-.14.1-.24.1h-2.59v.44h2.81c.53 0 .79.26.79.79v.83zm.07 4.08c-.04.46-.16.77-.36.92-.17.12-.48.19-.94.19h-2.38c-.35 0-.58-.05-.7-.14-.11-.09-.17-.29-.17-.59v-.42h-2.15c-.51 0-.77-.25-.77-.76v-1.3c0-.51.26-.77.77-.77h5.3c.51 0 .77.26.77.77v1.27c0 .17-.04.31-.11.44.08-.06.18-.09.29-.09.13 0 .24.05.33.14.09.1.13.21.12.34m-4.93-4.37c0 .17-.08.25-.25.25H34.9c-.16 0-.24-.08-.24-.25s.08-.24.24-.24h1.41c.17 0 .25.08.25.24m0 .85c0 .17-.08.25-.25.25H34.9c-.16 0-.24-.08-.24-.25s.08-.24.24-.24h1.41c.17 0 .25.08.25.24m.39 1.77V36h-1.8c-.19 0-.28.09-.28.28v.27zm0 1.06v-.54h-2.08v.26c0 .19.09.28.28.28zm3.08-1.06v-.27c0-.19-.09-.28-.28-.28h-1.94v.55zm0 .78v-.26h-2.22v.54h1.94c.19 0 .28-.09.28-.28m.61.73c-.13.11-.31.17-.54.17h-2.29v.17c0 .13.02.21.05.24s.13.05.28.05h1.81c.25 0 .42-.03.5-.08.08-.06.13-.19.15-.4 0-.06.02-.1.04-.14zm-.46-4.13c0 .17-.08.25-.25.25h-1.47c-.16 0-.24-.08-.24-.25s.08-.24.24-.24h1.47c.17 0 .25.08.25.24m0 .85c0 .17-.08.25-.25.25h-1.47c-.16 0-.24-.08-.24-.25s.08-.24.24-.24h1.47c.17 0 .25.08.25.24m10.78.51a.407.407 0 0 1-.42.42h-3.21v2.27c0 .53-.11.89-.32 1.06-.21.18-.6.26-1.17.26h-.81a.407.407 0 0 1-.42-.42q0-.18.12-.3c.12-.12.18-.13.3-.13h.65c.27 0 .45-.03.55-.09.13-.09.19-.26.19-.53V35.7H42.9a.407.407 0 0 1-.42-.42.407.407 0 0 1 .42-.42h3.52v-.78c0-.12.04-.23.13-.32a.44.44 0 0 1 .49-.09c.5-.36.91-.69 1.24-.99.04-.03.05-.06.04-.09s-.04-.05-.09-.05h-4.17c-.12 0-.21-.04-.29-.12q-.12-.12-.12-.3c0-.18.04-.22.12-.3s.18-.12.29-.12h4.9q.345 0 .54.15c.195.15.19.23.19.38q0 .285-.3.57c-.54.52-1.23 1.08-2.07 1.67v.39h3.21a.407.407 0 0 1 .42.41zm5.05-1.28c0 .1-.04.19-.11.26s-.16.11-.26.11h-.25c-.09.43-.21.82-.35 1.19h.49c.1 0 .19.04.27.11s.11.16.11.27-.04.2-.11.27q-.105.12-.27.12h-1.11v.85h.97c.1 0 .19.04.26.11.08.07.12.16.12.26s-.04.19-.12.27a.4.4 0 0 1-.26.11h-.97v1.17c0 .11-.04.21-.12.28-.08.08-.17.12-.28.12s-.21-.04-.28-.12-.12-.17-.12-.28v-1.17h-1.21c-.1 0-.19-.04-.26-.11s-.11-.16-.11-.27c0-.1.04-.18.11-.26.07-.07.16-.11.26-.11h1.21v-.85h-1.29c-.11 0-.19-.04-.27-.12-.07-.08-.11-.17-.11-.27s.04-.19.11-.27.16-.11.27-.11h.56c-.09-.41-.2-.81-.33-1.19h-.29c-.1 0-.18-.04-.25-.11a.363.363 0 0 1 0-.52c.07-.07.16-.11.25-.11h1.35v-.83h-1.06c-.1 0-.18-.04-.26-.11-.07-.07-.11-.16-.11-.26s.04-.18.11-.26c.07-.07.16-.11.26-.11h1.06v-.39c0-.11.04-.21.12-.28s.17-.12.28-.12c.1 0 .2.04.28.12s.12.17.12.28v.39h.99c.1 0 .19.04.26.11s.11.16.11.26-.04.19-.11.26-.16.11-.26.11h-.99v.83h1.22c.1 0 .19.04.26.11s.11.16.11.26m-1.38.38h-1.28c.11.36.21.76.31 1.19h.61c.16-.42.28-.82.36-1.19m5.51 4.5a.4.4 0 0 1-.12.29c-.08.08-.17.12-.28.12-.1 0-.2-.03-.28-.1-.3-.26-.59-.58-.86-.96-.19.28-.43.61-.73.96a.39.39 0 0 1-.3.14q-.165 0-.27-.12a.37.37 0 0 1-.12-.27c0-.11.05-.22.14-.32.31-.33.58-.68.83-1.05-.47-.79-.77-1.64-.91-2.56h-.22v4.08q0 .15-.12.27c-.08.07-.17.11-.27.11s-.19-.04-.27-.11-.11-.16-.11-.27v-6.83c0-.49.25-.74.74-.74h2.15c.49 0 .74.25.74.74v.64c0 .35-.06.59-.19.72s-.35.19-.67.19h-.77c-.09 0-.17-.03-.24-.1a.33.33 0 0 1-.1-.25c0-.09.03-.17.1-.24s.15-.1.24-.1h.44c.19 0 .3-.03.34-.09.03-.04.05-.12.05-.23v-.24c0-.17-.09-.26-.26-.26h-1.5c-.17 0-.26.09-.26.26v1.74h2.17c.46 0 .7.2.7.6 0 .06 0 .12-.02.19q-.225 1.23-.9 2.46c.26.35.59.69.99 1.03.09.08.14.18.14.31zm-.99-3.63c.03-.15-.03-.22-.18-.22h-1.05c.1.64.32 1.26.64 1.84a6.3 6.3 0 0 0 .58-1.62z"/></g><path d="M52.4 65H51V50.39c0-.22-.17-.39-.38-.39H24.38c-.21 0-.38.17-.38.39V65h-1.4c-.26.45.06.98.56 1h28.69c.49-.02.81-.55.56-1z" fill="white"/><path d="M24 65V50.39c0-.22.17-.39.38-.39h26.24c.21 0 .38.17.38.39V65z" opacity="0.7"/><path d="M22.6 65c-.26.45.06.98.56 1h28.69c.49-.02.81-.55.56-1z" opacity="0.2"/><path d="M35.5 65c.16.3.51.5.91.5h2.17c.4 0 .75-.2.91-.5h-4z" opacity="0.2"/><path d="M25 51h25v13H25z" fill="%2389dff5" opacity="0.7"/><g fill="white"><path d="M25.5 53h24v10h-24z" opacity="0.5"/><path d="M25.5 51.5h24v1h-24z" opacity="0.7"/><path d="M29.5 42h16v22h-16z"/></g><path d="M34.57 51.44h-3.85c-.12 0-.22-.1-.22-.22s.1-.22.22-.22h3.85c.12 0 .22.1.22.22s-.1.22-.22.22m2.36.84c0-.12-.1-.22-.22-.22h-6c-.12 0-.22.1-.22.22s.1.22.22.22h6c.12 0 .22-.1.22-.22m7.57 0c0-.12-.1-.22-.22-.22h-6c-.12 0-.22.1-.22.22s.1.22.22.22h6c.12 0 .22-.1.22-.22m-11.04 1.06c0-.12-.1-.22-.22-.22h-2.53c-.12 0-.22.1-.22.22s.1.22.22.22h2.53c.12 0 .22-.1.22-.22m11.04 0c0-.12-.1-.22-.22-.22h-3.64c-.12 0-.22.1-.22.22s.1.22.22.22h3.64c.12 0 .22-.1.22-.22m-5.11 0c0-.12-.1-.22-.22-.22h-4.71c-.12 0-.22.1-.22.22s.1.22.22.22h4.71c.12 0 .22-.1.22-.22m-3.37 1.05c0-.12-.1-.22-.22-.22h-5.09c-.12 0-.22.1-.22.22s.1.22.22.22h5.09c.12 0 .22-.1.22-.22m8.48 0c0-.12-.1-.22-.22-.22h-7.15c-.12 0-.22.1-.22.22s.1.22.22.22h7.15c.12 0 .22-.1.22-.22m-6.83 1.06c0-.12-.1-.22-.22-.22h-6.73c-.12 0-.22.1-.22.22s.1.22.22.22h6.73c.12 0 .22-.1.22-.22m6.83 0c0-.12-.1-.22-.22-.22h-4.86c-.12 0-.22.1-.22.22s.1.22.22.22h4.86c.12 0 .22-.1.22-.22m0-4.23c0-.12-.1-.22-.22-.22h-8.61c-.12 0-.22.1-.22.22s.1.22.22.22h8.61c.12 0 .22-.1.22-.22m-9.71 5.33c0-.12-.1-.22-.22-.22h-3.85c-.12 0-.22.1-.22.22s.1.22.22.22h3.85c.12 0 .22-.1.22-.22m2.14 1.06c0-.12-.1-.22-.22-.22h-6c-.12 0-.22.1-.22.22s.1.22.22.22h6c.12 0 .22-.1.22-.22m7.57 0c0-.12-.1-.22-.22-.22h-6c-.12 0-.22.1-.22.22s.1.22.22.22h6c.12 0 .22-.1.22-.22m-11.04 1.05c0-.12-.1-.22-.22-.22h-2.53c-.12 0-.22.1-.22.22s.1.22.22.22h2.53c.12 0 .22-.1.22-.22m11.04 0c0-.12-.1-.22-.22-.22h-3.64c-.12 0-.22.1-.22.22s.1.22.22.22h3.64c.12 0 .22-.1.22-.22m-5.11 0c0-.12-.1-.22-.22-.22h-4.71c-.12 0-.22.1-.22.22s.1.22.22.22h4.71c.12 0 .22-.1.22-.22m-3.37 1.06c0-.12-.1-.22-.22-.22h-5.09c-.12 0-.22.1-.22.22s.1.22.22.22h5.09c.12 0 .22-.1.22-.22m8.48 0c0-.12-.1-.22-.22-.22h-7.15c-.12 0-.22.1-.22.22s.1.22.22.22h7.15c.12 0 .22-.1.22-.22m-6.83 1.06c0-.12-.1-.22-.22-.22h-6.73c-.12 0-.22.1-.22.22s.1.22.22.22h6.73c.12 0 .22-.1.22-.22m6.83 0c0-.12-.1-.22-.22-.22h-4.86c-.12 0-.22.1-.22.22s.1.22.22.22h4.86c.12 0 .22-.1.22-.22m0-4.23c0-.12-.1-.22-.22-.22h-8.61c-.12 0-.22.1-.22.22s.1.22.22.22h8.61c.12 0 .22-.1.22-.22" opacity="0.5"/><path d="M39.2 50h-8.39c-.17 0-.3-.11-.3-.25s.14-.25.3-.25h8.39c.17 0 .3.11.3.25s-.14.25-.3.25" opacity="0.7"/><g fill="%2389dff5"><path d="M30.5 61.5h14V63h-14z" opacity="0.4"/><path d="M30.5 43h14v5.5h-14z" opacity="0.8"/></g></svg>')}body [data-site=book]{--base-BG-IMG: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 75 100"><path d="M-3-3h81v106H-3z" fill="%23ceedf5"/><g fill="%23328ece"><path d="M-3-3.07v31.62c4.96 8.36 13.26 15.93 23.27 17.59 0 0-1.51 6.04-12.47 9.26C45.01 69.13 69.64 28.3 76.3-3.06H-3z"/><path d="M50.03 51.01C35.35 64.57 6.95 63.29-.86 54.25c0 0 10.87-1.61 17.02-5.87C8.7 45.64 2.04 40.66-2.73 34.25a8 8 0 0 1-.26-.36v51.03c23.34-4.35 40.59-18.11 53.03-33.91z" opacity="0.3"/><path d="M-3 97.31s64.57-6.54 81-24.13V103H-3z" opacity="0.1"/></g><path d="M71.63 12.09c-.14.39-.3.78-.45 1.17C46.94 21.81 19.74 19.66-3 6.83V5.74c22.84 13.07 50.29 15.19 74.63 6.36z" fill="white" opacity="0.2"/><g fill="%236ac2e6"><path d="M78 49.14S59.11 3.87-3 3.87V-3h80.88L78 49.15z" opacity="0.1"/><path d="M78 41.48V103H4.68S65.84 86.59 78 41.48" opacity="0.2"/><path d="M78 87.6v4.36c-7.84 0-14.62 4.49-17.93 11.04h-4.78C58.88 93.97 67.7 87.6 78 87.6M37.61 41.02c-.1.56-.46.88-.96.89-.27.02-.62.01-1.01-.04q-.01 0-.02-.01c-.01.09-.01.17-.01.26.01.98 0 1.98-.03 2.99-.02.71-.15 1.31-.41 1.8l-.06.09c-.14.16-.25.27-.37.33-.14.07-.26.18-.38.32-.16.17-.55.57-1.03.57-.06 0-.12-.01-.18-.02-.34-.07-.61-.32-.78-.76-.02-.04-.05-.13-.25-.28-.19-.15-.58-.47-.41-.89.06-.15.23-.4.72-.35.26.06.49.09.61-.01.07-.08.13-.17.15-.25.13-.96.2-2.17.18-3.56-.01 0-.02 0-.03.01l-.09.03c-.3.06-.6.15-.9.26-.1.08-.21.15-.31.2q.135.045.27.12c.69.3 1.04.9.94 1.68 0 .29-.18.58-.52.77-.33.12-.98.23-1.47-.61-.09-.09-.24-.23-.39-.34a1.9 1.9 0 0 1-.33-.48c0 .45.01.92.04 1.42.07.5.11.87.11 1.08.02.47-.22.91-.73 1.3-.03.02-.06.04-.1.06-.31.13-.63.08-.84-.13-.28-.35-.42-.81-.46-1.46-.05-.54-.07-1.33-.06-2.35-.11.06-.22.11-.33.14-.09.03-.19.03-.28 0-.49 1.2-1.06 2.33-1.7 3.37-.22.34-.48.46-.75.38-.1-.03-.2-.09-.27-.2-.03.02-.06.04-.09.05-.11.03-.23.04-.35.04-.16 0-.33-.02-.5-.07-.06-.01-.17-.02-.27-.01-.87.13-1.8-.26-2.73-1.15-.02.01-.07.03-.12.07-.86.42-1.7.63-2.59.67-.21.05-.63.13-.83-.24-.22-.4.14-.74.26-.85.34-.23.73-.39 1.25-.54l.73-.34c.07-.04.1-.08.11-.1-.01-.01-.03-.04-.08-.11-.17-.24-.33-.51-.49-.83.02.08.02.17.01.24-.09.22-.18.34-.33.47-1.32 1.19-2.62 2.01-3.85 2.45-.4.13-1.17.21-1.87-.83-.24-.39-.28-.72-.13-.99.13-.24.37-.38.7-.42-.21-.83-.27-1.58-.19-2.23.03-.22.13-.83.64-.99.33-.11.69.02 1.06.39.11.15.18.29.23.44v-1.16c-.05-.37-.01-.67.07-.92-.47.12-.89.06-1.26-.17-.73-.6-.74-1.12-.63-1.45.2-.48.55-.77 1.04-.89.73-.13 1.42-.31 2.06-.51.6-.22 1.19-.16 1.7.17.48.38.59.86.34 1.31-.08.2-.35.65-1.09.7-.17.05-.37.12-.58.2.46.28.68.75.62 1.33h.05c.06.01.12.02.18.05.04.02.14.07.35-.09.02-.05.06-.15.07-.32.34-1.59.97-3.05 1.89-4.4.03-.04.06-.07.1-.1.24-.19.53-.23.79-.11.06.03.12.07.16.11.78.82.57 1.57.37 1.95-.07.23-.2.54-.37.89.3-.12.6-.28.9-.47a.4.4 0 0 1 .11-.05c.3-.1 1.05-.22 1.55.81.02.04.04.09.05.13.05.28.06.96-.87 1.32a.3.3 0 0 1-.14.03c-.34.02-.35.12-.36.19l-.42 2.66c-.01.03-.02.06-.03.1-.01.06.02.1.1.15.97.65 1.83 1.4 2.56 2.2.05.06.08.11.12.17.2-.88.45-1.77.79-2.74.53-1.41.99-2.81 1.38-4.18.22-.66.22-.92.22-1a.6.6 0 0 1-.07-.14c-.15-.42-.07-.72.03-.9.16-.28.46-.46.89-.54.58-.07 1.14-.14 1.7-.19a.9.9 0 0 1 .1-.8c0-.02.01-.03.02-.04.19-.25.52-.32.78-.35.53-.03 1.07.21 1.66.66.03.02.05.05.08.08.07.09.13.13.33.06l.09-.03c1.04-.17 1.74-.15 2.2.07.37.24.47.49.49.66.05.28-.05.57-.28.86-.17.18-.36.29-.6.36.04.04.09.08.14.12.39.43.44.85.39 1.16l.01.15c.63-.16 1.18-.03 1.63.36.44.4.49.81.46 1.09m11.63 2.84c-.62-.44-1.18-.77-1.69-.99-.5-.19-.96-.42-1.37-.68.26.01.52.03.77.05.4.05.73-.02.96-.22.16-.14.35-.39.36-.88-.01-.22-.11-.62-.72-.9a2 2 0 0 0-.79-.12l-.43.03c.78-.44.62-1.07.55-1.26a.3.3 0 0 0-.07-.12c-.02-.03-.03-.05-.05-.07.19-.03.4-.01.62.06.47.12.83.09 1.11-.11.16-.12.35-.34.37-.77 0-.3-.15-.64-.42-.99-.38-.74-.91-.79-1.21-.75-.04 0-.08.01-.13.03-.22.09-.34.12-.34.12l-1.9.03c-.06.01-.1.01-.13.01-.34-.49-.76-.79-1.24-.9-.48-.1-.82-.02-1.03.24-.17.2-.21.47-.12.8-.66.08-1.33.17-2.03.28-.23.07-.29 0-.3 0-.4-.42-.79-.37-.99-.3-.12.04-.23.14-.29.26-.46.96-.63 1.96-.48 3.06.11.38.26.77.66.86.27.05.49-.11.88-.47l.14-.17c.05.24.15.48.32.72l-.53.09c-.66.07-1.1.32-1.31.74-.02.05-.04.1-.05.15-.09.61.23 1.08.76 1.24.13.06.27.09.44.1-.74.68-1.37 1.39-1.88 2.12-.14.21-.42.64-.1.98.13.15.39.28.83.03.5-.29.98-.61 1.41-.94.15.85.46 1.62.96 2.31.42.48.86.54 1.2.51.66-.13 1.27-.22 1.81-.25.2.29.44.39.6.42.04.01.09.01.14.01.16 0 .36-.04.57-.2.1-.06.23-.12.45-.19.26-.12.5-.33.72-.66.4-.73.65-1.45.74-2.16.29.1.62.09.97-.04.29-.09.56-.08.83.03.47.21.7.05.82-.13.27-.4-.11-.75-.39-1.01m5.6-4.97c-.28.16-.6.32-.94.49l.06.03c.44.25.47.81.48.99-.04.37-.19.65-.45.9.34.26.41.56.42.76 0 .33-.16.64-.51.95.26.05.57.21.92.56.35.45.39.94.17 1.43-.11.2-.09.25-.09.27.14.34.07.59-.01.74-.12.23-.35.38-.66.45-.39.15-.69.35-.81.56-.06.41-.27.59-.44.67-.09.04-.18.06-.28.06-.2 0-.41-.08-.63-.25-.82-.58-1.44-1.3-1.84-2.11-.16-.48-.15-.83.02-1.1.11-.17.33-.39.78-.45.07-.01.14-.01.2.01.04.02.16.05.4-.09.13-.06.26-.12.39-.17-.01-.01-.03-.01-.04-.02-.17-.08-.7-.34-.72-.85-.01-.32.18-.6.56-.82.03-.02.07-.05.11-.08q-.345-.15-.6-.48a.26.26 0 0 1-.08-.13.95.95 0 0 1-.04-.56 1.1 1.1 0 0 1-.48 0c-.36-.08-.69-.34-.97-.77-.27-.3-.29-.58-.26-.76.04-.29.23-.53.56-.71.61-.23 1.14-.41 1.67-.58.48-.09.46-.19.45-.28-.73-.54-.61-1.11-.53-1.33.02-.04.04-.07.06-.11.19-.28.6-.54 1.46-.22.7.31 1.1.71 1.21 1.18.04-.01.08-.02.13-.03.11-.01.47-.04.72.19.13.11.21.27.22.45.05.28.02.77-.61 1.21m-.91 6.61a.4.4 0 0 1-.02-.12c-.02.06-.05.11-.08.16a.3.3 0 0 0 .1-.04m7.85-5.05c-.09-.56-.34-.99-.77-1.31-.27-.17-.59-.22-.94-.17-.33.03-.65.08-.98.16a.2.2 0 0 0-.09.02c.01-.49.03-.97.06-1.39.13-.6.02-1.15-.31-1.58-.03-.03-.06-.06-.1-.09-.55-.42-1.05-.4-1.37-.31-.16.05-.28.16-.34.32-.32.89-.45 1.93-.39 3.16.03.2.03.31.03.37-.04.02-.11.03-.22.05l-1.01.28c-.48.09-.79.29-.91.6-.12.3-.05.63.22 1 .32.39.91.76 1.92.4.01 1.39.05 2.8.11 4.19 0 .59.04 1.02.14 1.38.16.41.43.49.59.5h.04c.26 0 .47-.15.6-.4.65-.83.98-1.53 1-2.14.02-1.4.01-2.77-.01-4.14 0-.01 0-.02-.01-.03.69-.07 1.38-.09 2.04-.07.08.01.16-.01.23-.04.47-.22.49-.58.47-.76M48.53 54.32c0-.43-.05-.83-.16-1.18-.05-.19-.16-.35-.34-.52-.8-.6-1.4-.35-1.68-.15-.03.02-.05.03-.07.05-.22.23-.19.57-.14.86.13 1.54.16 4.19.09 7.81-.05.4-.16.67-.32.78-.03.03-.15.12-.45.07-.4-.05-.67.05-.79.31-.13.26-.05.54.24.81.06.06.14.11.23.13.02 0 .06.01.12.11.03.39.16.68.4.87.12.1.32.2.61.2.1 0 .2-.01.32-.03.12-.03.22-.1.29-.19.25-.34.49-.53.68-.54.08 0 .16-.03.23-.07.56-.33.73-.76.77-1.03.18-.77.24-1.62.2-2.5-.03-1.69-.1-3.65-.23-5.79m-2.75 1.37c-.02-.37-.26-.67-.67-.79-.81-.18-1.21.22-1.38.48-.01.01-.02.03-.03.05-.13.27-.13.58-.03.85.02.09.04.24.05.48-.06-.05-.14-.09-.22-.14-.3-.11-.58-.17-.84-.15.07-.52.08-.88.01-1.14a.46.46 0 0 0-.08-.19l-.02-.02c.13-.02.25-.03.36-.04.28-.02.51-.11.68-.25q.075-.06.12-.15c.26-.47.23-.98-.07-1.41-.29-.47-.63-.74-1.01-.81-.23-.04-.57-.02-.94.28-.27.15-.59.3-.94.43-1.03.37-1.76.74-2.3 1.18-.3.31-.3.59-.24.77.05.17.21.4.59.46.54.15.98.2 1.38.13l.03 1.27c0 .04.06.1.07.14 0 0-.03.01-.15.03-.71.12-1.35.28-1.89.45-.35.1-.6.27-.76.51.01-.02.02-.03.02-.04.11-.27 0-.53-.36-.82-.19-.11-.39-.21-.61-.31-.73-.28-1.55-.68-2.41-1.19.12-.05.22-.12.31-.21.13-.15.28-.42.2-.96-.23-.66-.76-1-1.54-1l-.3.04c.29-.2.45-.51.44-.89 0-.05-.01-.1-.02-.15-.26-.73-.8-1.05-1.46-.86-.82.16-1.72.59-2.75 1.32-.29.29-.37.56-.23.82.05.11.13.19.23.24-.87.09-1.49.33-1.89.73-.06.06-.1.14-.13.23-.15.61.13 1.12.73 1.34-.96.89-1.82 1.91-2.6 3.08-.11.22-.34.67.02.97.16.14.43.23.84-.08.42-.33.85-.64 1.36-.97.21-.2.42-.4.63-.61.03.15.1.33.3.5.34.26.63.28.83.24.21-.01.43-.06.67-.13v.12c.02.08.05.15.09.22-1.23.09-2.07.26-2.56.53-.04.02-.08.06-.12.09-.24.26-.36.53-.35.81.01.18.09.46.37.68.26.24.58.34.97.27.7-.14 1.39-.25 2.15-.34.03-.01.07-.02.09-.02.01.14-.04.33-.13.53-.26.51-.46.45-.56.42-.42-.13-.63.12-.68.21q-.21.33.12.72c.05.08.08.15.08.17.03.45.29.64.41.69.14.08.3.11.45.11.21 0 .42-.05.58-.11a.3.3 0 0 0 .1-.04c.25-.14.55-.26.9-.34a.44.44 0 0 0 .3-.23c.4-.64.62-1.38.66-2.21 0-.03 0-.07-.01-.11.02 0 .03-.01.06-.01.25-.02.49-.03.68-.02l1.15.12c.52-.02.89-.31 1-.85.03-.33-.02-1.13-1.21-1.38-.05-.01-.11-.01-.16-.01-.63.07-1.26.12-1.86.15.01 0 .02 0 .02-.01.34-.15.72-.36 1.08-.59.36-.19.53-.4.6-.6q.39.18.75.27c.52.14.98.13 1.45-.09.08-.05.19-.09.32-.12h.22c.34.03.57-.06.71-.24-.14.25-.19.56-.11.92.33.77.94 1.14 1.75 1.04.34-.07.69-.2 1.07-.39 0 .47-.04 1.05-.1 1.71-.08.57-.11 1-.09 1.4.04.22.16.83.68.83q.075 0 .15-.03c.53-.17.92-.54 1.13-1.11.33-1.02.49-2.29.52-3.7.27-.1.54-.19.82-.27.22-.06.36-.12.45-.17q.01 0 .02-.01c.06.39.21.77.45 1.15.06.1.17.18.29.21.37.11.6-.2.91-.58.19-.31.33-.62.43-1.03.05-.89.04-1.72-.04-2.47" fill="white"/></g><path d="M20.963 36.606a.25.25 0 0 1 .276-.04q.645.685.29 1.369-.198.58-.645 1.435-.132.316-.119.355.157.132.58-.04a6 6 0 0 0 1.421-.671q.579-.197.948.553.092.513-.553.764-.75.053-.816.632l-.421 2.633q-.172.448.29.75a13.2 13.2 0 0 1 2.462 2.12q.303.395.29.447a1.15 1.15 0 0 1-.592-.026 2 2 0 0 0-.448-.026q-1.185.17-2.462-1.132-.276-.119-.645.145a6.1 6.1 0 0 1-2.37.58q-.553.144-.158-.224.343-.224 1.053-.434l.79-.355q.685-.422.21-.987-.394-.554-.79-1.58-.29-.5-.724-.526-.237-.105-.566.118-.237.119-.487.185-.33-.013-.448.303-.158.962-.053 1.356.237.157.685-.105l.527-.158q.527-.093.5.026a.65.65 0 0 1-.171.21q-1.922 1.725-3.686 2.343-.698.237-1.291-.632-.369-.619.329-.645.343-.053.382-.369-.369-1.303-.25-2.291.158-1 .855-.303.185.263.158.685l.092 1.764q.171.316.605.066.171-.119.197-.237.04-1.672.026-3.357-.118-.909.5-1.291.908.237.764 1.119.026.264.065.342.066.08.461.105.447.211.948-.211.145-.197.185-.605a11.7 11.7 0 0 1 1.804-4.16Zm-3.778 1.238q.684-.264 1.264.118.369.29.171.646-.157.408-.685.447-.921.25-2.106.816-.567.197-1.014-.079-.553-.46-.421-.869.184-.435.685-.553 1.105-.21 2.106-.526m4.212 3.594q.066-.75-.711-.329-.066.04-.171.026-.33 0-.474.132-.25.382.04.671.303.395.671 1.053.198.395.395.263.25-1.04.25-1.817Zm9.237-5.371q.079-.105.435-.145.565-.012 1.29.553.342.421.895.21 1.37-.223 1.909.026.408.276.026.764-.158.158-.527.224-.526.105-1.053.158l-1.053.118a.56.56 0 0 0-.263.145q-.5.593-.895.29-.172-.171-.553-.132a11 11 0 0 0-1.422.369.68.68 0 0 0-.474.355q-.395 1.08-.671 2.106-.922 3.239-2.515 5.792-.237.37-.224-.052.29-1.408.895-3.12a58 58 0 0 0 1.382-4.213q.276-.803.237-1.185a.65.65 0 0 0-.092-.263q-.238-.632.54-.777a59 59 0 0 1 2.08-.224q.369-.08.355-.21a.8.8 0 0 0-.171-.237q-.329-.223-.131-.553Zm-.513 3.186q.5-.672.896.197.224.54-.593 1.343-.592.422-.276.737.092.157-.013.645-.158 1.343-.053 3.015.105.764.105 1.053.026.474-.526.896-.185.08-.29-.026-.263-.33-.316-1.132-.078-1.04-.052-3.278-.08-.118-.461.224-.25.33-.5.395-.08 0-.026-.395.447-1.87 2.106-3.673Zm3.804-.658q.394-.409.843.026.329.355.237.777l.026.263q-.013.606.5.435.75-.263 1.29.211.329.303.29.658-.079.435-.474.447a5 5 0 0 1-.935-.04q-.408-.144-.553.145-.04.277-.04.605.013 1.462-.026 2.976-.027.947-.355 1.58a1 1 0 0 1-.237.224 1.6 1.6 0 0 0-.514.435q-.789.803-1.146-.079-.078-.25-.421-.5-.474-.383-.026-.342.645.171.987-.132.25-.263.303-.526.224-1.528.197-3.673.08-.777-.724-.434-.526.105-1.053.316-.725.606-1.277-.158-.316-.421.053-.79.79-.487 2.633-.711.198 0 .29-.198.052-.29-.053-.987-.04-.263.184-.526Zm-2.948 4.647q.368-.46 1.106-.079.776.343.671 1.172 0 .25-.264.395-.46.158-.803-.421a3.3 3.3 0 0 0-.514-.487q-.29-.315-.197-.579Zm12.961-5.016q.303-.303.658-.079.487.381.237.764a.67.67 0 0 1-.645.316.36.36 0 0 0-.303.171q-.132.54-.105 1.093.026.343.17.342.172-.027.355-.342.724-1.066 1.344-1.501.434-.355.764.079.158.422-.422.698-.527.264-1.053.566-.25.145-.237.342.093.066.487.052l1.605-.105q.33 0 .593.092.368.172.382.448-.014.685-.75.579a24 24 0 0 0-1.566-.079q-.316 0-.383.026-.17.145.198.46a7.6 7.6 0 0 0 2.106 1.185q.683.302 1.58.935.5.474.053.276a1.7 1.7 0 0 0-1.172-.053q-.474.171-.791-.013-.5-.276-.513.343-.092 1-.698 2.106-.223.329-.486.448-.317.092-.527.237-.368.264-.618-.105-.093-.224-.343-.224-.908.052-1.975.264-.395.039-.725-.342-.736-1.028-.895-2.409.052-.513-.355-.29-.83.685-1.751 1.225-.422.237-.065-.303.987-1.422 2.619-2.725.237-.224.29-.303.013-.092-.026-.132-.344-.066-1.105.237-.343.066-.527-.026-.566-.171-.486-.711.197-.395.921-.474a24 24 0 0 1 2.344-.29q.684 0 .526-.671l.079-.527q.171-.487-.448-.487a4 4 0 0 0-.565-.013q-.605.066-.355.5.198.21.145.579-.066.488-.487.342-.132-.053-.355-.303-.302-.408-.236-.855.144-.145.461-.119.264.093.526-.184a3.9 3.9 0 0 1 2.106-.935l.421-.105Zm-1.066-1.738q-.302-.737.514-.566.593.132 1.026.843.185.105.527.053l1.83-.026q.21-.027.526-.158.42-.053.698.487.368.487.368.764-.013.25-.171.369-.211.145-.686.026a1.84 1.84 0 0 0-1.382.092q-.066-.013.25-.316.396-.29.382-.579-.066-.079-.461-.119-.816 0-1.646.092-.368 0-.526.105-.278.29-.447.329-.29.078-.408-.145-.158-.263-.369-.158-.79.119-1.58.29-.526.145-1.053.342-.316-.013-.461.29a1.5 1.5 0 0 0-.065.526q.026.421-.316.79-.355.33-.435.316-.117-.026-.264-.513-.17-1.382.461-2.699.224-.078.461.171.29.276.791.145a47 47 0 0 1 2.158-.29q.316-.027.395-.118.014-.093-.118-.342Zm-.5 5.99q-.447.237-1.304 1.014-.25.33-.158.421.157.184.646 0l.526-.092q.435-.052.605-.145.132-.105.105-.316-.105-.303-.105-.856-.08-.144-.315-.026m.053 2.199-.751.132q-.42.158-.25.592.08.448.25.895.04.408.408.5.303-.053.605-.158.29-.184.053-.526-.144-.065-.5-.119-.593-.407.132-.698l.263-.04q.421-.119.264-.5-.08-.08-.474-.079Zm1.724-2.212q-.264-.303-.474-.131-.027.066-.027.329a1.5 1.5 0 0 1-.223.526q-.237.224-.277.316-.012.118.435.105l.869-.079q.316-.026.382-.079.066-.21-.342-.566zm.909 1.698q-.488-.105-1.171.211-.264.171-.146.5.105.118.382.145.396-.066.329.303-.118.356-.54.461-.369.158-.25.526.157.25.382.185a1.4 1.4 0 0 1 .501.065q.275-.065.342-.395a3.8 3.8 0 0 0 .355-1.58q.04-.343-.185-.421Zm7.064-7.767q.198-.29.868-.04.883.395.922.948-.08.62.646.237.395-.04.396.197.092.395-.396.737a20 20 0 0 1-2.106 1 3.7 3.7 0 0 0-1.053.553q-.672.448-1.238-.46-.407-.421.145-.724a38 38 0 0 1 1.58-.54q.896-.158.79-.829 0-.21-.25-.369-.447-.33-.303-.711Zm1.369 7.148q.382-.21.974.382.29.382.066.869-.212.355-.092.658.158.408-.316.513-.96.368-1.186.909-.053.605-.578.224-1.133-.816-1.686-1.935-.238-.737.422-.83.367.105.789-.145a27 27 0 0 1 1.606-.645Zm-.25-3.633q.657-.356.698.513-.04.343-.448.632-.553.408-.935.408-.501-.012-.843-.435-.157-.421.474-.685a17 17 0 0 1 1.054-.434Zm-.118 1.804a.68.68 0 0 1 .539-.04q.553.421-.145 1-.764.593-1.316.447-.803-.394-.132-.79a5 5 0 0 1 1.054-.619Zm-.08 2.804q-.25.105-.513.303-.527.289-.105.803.145.277.461.145.579-.264.646-.948.038-.527-.488-.303Zm4.371-8.255q.46-.131.936.224.368.475.223 1.171-.065.777-.078 1.593-.08.342.158.434.223.014.565-.079.435-.093.909-.145.367-.052.631.105.422.316.527.961.013.132-.185.224a16 16 0 0 0-2.251.079q-.37.105-.303.527.038 2.04.013 4.121-.026.736-.896 1.843-.222.408-.368.026-.105-.395-.105-1.198-.105-2.356-.118-4.713-.08-.171-.461-.026-1.054.461-1.566-.171-.462-.632.395-.79l1.053-.29a.8.8 0 0 0 .488-.21q.157-.171.065-.764-.08-1.672.368-2.923ZM31.885 52.205q.619-.184.869.539.013.475-.54.58-.75.065-.5.815.078.08.474.065l.987-.131q.764-.014 1.001.672.092.645-.646.605h-.263q-.316 0-.382.039-.013.08.329.382 1.764 1.105 3.16 1.632.264.12.527.277.369.288-.119.25h-.316a1.6 1.6 0 0 0-.527.197q-.447.198-1.053.026-1.027-.237-2.146-1.304a31 31 0 0 1-.935-1q-.342-.066-.303.395l-.013.527q.013.42-.131.684-.093.224-.04.29.487.224.777-.343.158-.276.487-.131.632.329.948.724.105.29-.355.526a8 8 0 0 1-1.053.58q-.697.38-.381.816.118.17.513.157a38 38 0 0 0 1.961-.157q.882.184.816.842-.08.383-.513.395l-1.08-.118q-.369-.013-.79.026-.645.079-.5.593-.053 1.117-.579 1.975a3.9 3.9 0 0 0-1.027.396q-.447.144-.632.039-.145-.067-.158-.29a1.4 1.4 0 0 0-.171-.435q-.211-.222 0-.158.711.211 1.158-.671.198-.447.185-.79.08-.658-.737-.421-1.027.105-2.106.329a.59.59 0 0 1-.526-.145q-.421-.343 0-.777.698-.381 2.725-.5.737-.014 0-.764-.027-.184.369-.197.237 0 .526.118.435.158.605-.46.303-.488-.013-.646-.21-.013-.619.133-.526.144-1.053.342-.606.277-1.053.303-.197.052-.447-.145-.277-.224.04-.605.447-.395 1.58-.408.21.014.329-.132.04-.368-.013-1.369-.04-.316-.092-.368-.118-.08-.329.105-1.553 1.434-3.107 2.922-.658.421-1.316.935-.395.303-.105-.263a16.2 16.2 0 0 1 2.976-3.371q.25-.13.408-.408.04-.145-.316-.145-.408.158-.698.158-.606-.198-.461-.764.487-.486 1.672-.592l1.053-.158q.342-.066.329-.435.118-.316-.224-.408-.264-.026-.79.065-.513.093-.158-.263 1.383-.961 2.515-1.185Zm10.105.947q.67-.553 1.237.382.316.448.065.908a.75.75 0 0 1-.408.146 3.7 3.7 0 0 0-.855.145q-.211.224.158.711.08.329-.053 1.132-.132.395.277.435.394-.119.908.079.632.341.158.896a2 2 0 0 1-.355.131q-.462.132-.936.303-.237.147-.264.355 0 2.159-.473 3.634-.225.605-.804.79-.105 0-.185-.422-.014-.433.092-1.236.146-1.515.093-2.383-.211-.158-.737.17a3.5 3.5 0 0 1-.922.33q-.829.105-1.185-.737-.132-.631.593-.843a14.5 14.5 0 0 1 1.843-.435q.631-.079.487-.671l-.026-1.304q.131-.605-.474-.474-.461.132-1.277-.092-.434-.08-.119-.408.659-.528 2.107-1.054a6.7 6.7 0 0 0 1.053-.487Zm2.159 2.502q.262-.396.855-.264.264.079.276.329.118 1.119.039 2.409a2.8 2.8 0 0 1-.355.79q-.302.383-.355.368-.353-.552-.395-1.105.053-1.474-.053-2.002-.117-.315-.013-.525Zm2.489-2.778q.461-.33 1.093.146.117.104.158.25.145.473.145 1.053.184 3.265.224 5.793a8.7 8.7 0 0 1-.185 2.383q-.066.434-.539.711-.528.027-1.054.736-.712.158-.724-.671-.172-.395-.5-.474-.344-.33.131-.264 1.145.17 1.343-1.277.106-5.569-.092-7.925-.066-.395 0-.461" opacity="0.8"/></svg>')}#body{--bottom-gap: calc(var(--gap-m) * 4.25);min-height:var(--base-h-vh)}[data-site=news]#body{--W-H1: calc(var(--bs-breakpoint-xxl) / 3);--MW-Index: 100%}[data-site=book]#body{--W-H1: calc(var(--bs-breakpoint-xl) / 3.75);--MW-Index: var(--bs-breakpoint-xxl)}#body:is([data-search=true] [data-site=news]){--bottom-gap: calc(var(--gap-m) * 6.5)}#body :is(.index section){max-width:var(--MW-Index)}section.cls\[1\] figure dl dt+dd ul li a::before,section.cls\[3\] details>summary>div::before{--base-CT: "No.　"attr(data-num);--base-LH: var(--datainfo-LH);--base-PD: var(--datainfo-PD);--base-BG: var(--datainfo-BG);--base-BD-Y2S4: var(--datainfo-BD)}section.cls\[1\] figure dl dt+dd ul li a::after,section.cls\[3\] details>summary>div>strong::after{--base-CT: "第 "attr(data-issue)" 期";--base-LH: var(--datainfo-LH);--base-PD: var(--datainfo-PD);--base-BG-Y2S4: var(--datainfo-BG-Y2S4);--base-BD-Y2S4: var(--datainfo-BD)}section.cls\[3\] details>summary>div>strong::before{--base-CT: "第 "attr(data-vol)" 卷";--base-LH: var(--datainfo-LH);--base-PD: var(--datainfo-PD);--base-BG-Y2S4: var(--datainfo-BG-Y2S4);--base-BD-Y2S4: var(--datainfo-BD)}header{--base-PD: var(--gap-m);--base-w-xs: var(--W-H1);--base-w-max: var(--MW-Index);--base-BG: rgba(0,0,0,0);--base-MG: 0;--base-GAP: var(--gap-m);--base-GT-Y: repeat(1,auto)}@media(min-width: 992px){header{--base-FX-INS: end}}header:is(.index [data-site=news] header){--base-BD: calc( var(--gap-xxs) * 0.5 ) solid white;--base-BR-S: var(--gap-xs)}header:is(.index [data-site=news] header) h1 img{--base-h-min: auto}@media(max-width: 767.98px){header:is(.index [data-site=news] header) h1 img{--base-h-min: calc( var(--gap-m) * 6 )}}header:is(.index [data-site=news] header) ul{--reset-MG: var(--topTool-MG, auto auto 0 0)}@media(min-width: 992px){header:is(.index [data-site=news] header) div{--base-GT-Y: 1fr repeat(2,auto)}}@media(max-width: 767.98px){header>section{--base-MG: 0 auto}}header>section h1 span{--base-OL-Y4S4: none}header>section h1 svg{fill:var(--siteColor4)}header>section>div{--base-IS-Y4S4: var(--base-w-min);--base-PD: var(--base-w-min)}@media print{header>section>div{--base-DP-G2X4: none}}@media(max-width: 991.98px){header>section>div{--base-PS-X1D4: var(--base-PS-G4D4);--base-IS-Y4S4: auto 0 0;--base-Z9: var(--z-load-next);--base-BG: linear-gradient(to bottom, transparent var(--gap-xl), var(--siteColor6) var(--gap-xl), color-mix( var(--CX), var(--siteColor2) 25%, white) calc(var(--gap-xl) + 1px), var(--siteColor6) calc(var(--gap-xxl) + var(--gap-xs)));--base-PD: var(--gap-m);--topTool-MG: auto 0 0}}@media(max-width: 991.98px){header>section>div:is([data-site=news] div){--base-GT-Y: 100%}header>section>div:is([data-site=news] div):is([data-search=true] div){--base-PD: var(--gap-m) var(--gap-m) calc( 1lh + var(--gap-m) * 3 )}}@media(max-width: 991.98px){header>section>div:is([data-site=book] div){--base-GT-Y: 1fr auto}}header>section search{--base-BD: 1px solid var(--siteColor1);--form-BD: "";--form-PD-Y: var(--gap-xs);--form-BR: "";--base-GT-Y: 1fr auto;--base-IS-Y4S4: auto var(--gap-m) 0% var(--gap-m);--base-TF-W4Y2: "";--base-LH: 1}@media(min-width: 992px){header>section search{--base-PS-G4D4: static}}@media(max-width: 991.98px){header>section search{--base-TF-W4Y2: 0% calc( 100% + var(--gap-m) )}}header>section search:is([data-search=true] search){--base-APH0: 1;--base-TF-W4Y2: 0% calc(-1 * var(--gap-m))}header>section search input:is(:hover,:focus){--form-BD: ""}header>section search [type=submit]{font-family:"Material Icons"}header>section ul{--reset-MG: var(--topTool-MG, 0 0 0 auto);--base-LH: 1}header>section ul:has(button){--base-GAP: 0 var(--gap-xxs)}@media(min-width: 992px){header>section ul:has(button){--base-FO-MAX: ""}}@media(max-width: 991.98px){header>section ul:has(button):is([data-site=news] ul){--base-DP-T2X4: none}}header>section ul li{--base-GAP: var(--gap-xxs)}header>section ul a::after{--base-MG-X: 0}header>section ul a span::before{--base-CT:var(--before-CT)}@media(max-width: 1199.98px){header>section ul a span:is([data-site=news] span){--base-DP-T2X4: var(--base-DP-G2X4);--base-FS-H6: var(--h8)}header>section ul a span:is([data-site=news] span)::before{font-size:var(--h5)}}@media(max-width: 767.98px){header>section ul a span:is([data-site=book] span){--base-DP-T2X4: var(--base-DP-G2X4);--base-FS-H6: var(--h8)}header>section ul a span:is([data-site=book] span)::before{font-size:var(--h5)}}header>section ul a[data-attr*=首頁]{--before-CT: ""}header>section ul a[data-attr*=訂閱]{--before-CT: ""}header>section ul a[data-attr*=搜尋]{--before-CT: ""}header>section ul a[data-attr*=回饋]{--before-CT: ""}header>section ul a[data-attr*=各期]{--before-CT: ""}header>section ul a[data-attr*=徵稿]{--before-CT: ""}header>section button{--base-w-xs: calc(var(--gap-xxs) * 10.5)}header>section button#s{--before-CT: "A-"}header>section button#m{--before-CT: "A"}header>section button#l{--before-CT: "A+"}header>section button::before{--base-BD: 1px solid currentColor;--base-CT: var(--before-CT)}header>section button[aria-label*=關鍵字搜尋]{--before-CT: "";--button-IS: calc(var(--gap-xs) * -1);--base-IS-Y4S4: auto calc( var(--gap-m) * 2 ) calc( var(--button-IS) + var(--bottom-gap)) auto;--base-w-xs: calc( var(--gap-xxs) * 11.42)}header>section button[aria-label*=關鍵字搜尋]:is([data-search=true] [aria-label*=關鍵字搜尋]){--button-IS: var(--gap-xs)}header>section button[aria-label*=關鍵字搜尋]:is([data-search=true] button[aria-label*=關鍵字搜尋]){--before-CT: ""}@media(min-width: 992px){header>section button[aria-label*=關鍵字搜尋]{--base-DP-G2X4: none}}footer{--base-w-max: var(--MW-Index);--base-MG-Y: var(--gap-m);--base-MG: 0;--base-PD-Y: var(--gap-xxs) 0;--base-GT-Y: repeat(2,auto);--base-GAP: var(--gap-s);--base-w-xs: min(calc(var(--bs-breakpoint-sm) / 1.75), 90%);--base-IS-Y4S4: auto 0 0 0;--base-BG: no-repeat bottom left -2vw / max(20vw, (var(--bs-breakpoint-sm) / 2.5)) auto url(../images/bg-footer.png);--base-BG-Y2S4: color-mix(var(--CX), var(--siteColor2), white 75%);--base-SD-Y4S4: var(--site-SD-Y4S4) inset}@media(max-width: 1399.98px){footer{--base-GT-Y: auto}}@media(max-width: 991.98px){footer:is([data-site=news] footer){--base-MG-Y: var(--gap-m) var(--bottom-gap)}}@media(max-width: 767.98px){footer:is([data-site=book] footer){--base-MG-Y: var(--gap-m) var(--bottom-gap)}}@media print{footer:is([data-site=news] footer,[data-site=book] footer){--base-MG-Y: var(--gap-m)}}footer:is(.index footer){--base-BG-Y2S4: transparent;--base-SD-Y4S4: none}@media print{footer:is(.index footer){--base-CT: none}}footer section>div div:has(svg) a span{--base-OL-Y4S4: none}footer section ul{--base-GT-Y: repeat(var(--Y, 3), auto);--base-GAP: 0 var(--gap-s);--base-GA-Y: 2/-1}@media(max-width: 991.98px){footer section ul:is([data-site=book] ul){--Y: 2}}@media(max-width: 767.98px){footer section ul{--base-at: contents;--base-GAP: var(--gap-xxs) 0}}@media print{footer section ul{--base-GT-Y: repeat(2, auto);--base-at: inherit;--base-GAP: 0 var(--gap-s)}}footer section ul li{--base-GT-Y: auto 1fr;--base-w-em: var(--h1);--base-MG-X: 0 var(--gap-xxs);--base-BD-B1K1: 2px}footer section ul li:is([data-site=news] li)[data-title=地址]::before{--base-CT: ""}footer section ul li:is([data-site=news] li)[data-title=電話]::before{--base-CT: ""}footer section ul li:is([data-site=news] li)[data-title=傳真]::before{--base-CT: ""}footer section ul li[data-title]::before{--base-CT: attr(data-title) "："}footer section ul li:has(span+span:is(:last-child)){grid-row-end:span 2}section.cls\[1\]{--base-GAP: var(--gap-m);--base-w-xs: calc(var(--bs-breakpoint-sm) / 2.25)}@media(min-width: 768px){section.cls\[1\] figure{--base-GT-Y: auto 1fr}}@media print{section.cls\[1\] figure{--base-GT-Y: auto 1fr}}section.cls\[1\] figure dl{--base-BG-Y2S4: currentColor;--base-PD: var(--gap-s) var(--gap-m);--base-PD-Y: calc(var(--gap-xxs) / 4);--base-GAP: var(--gap-m);--base-LH: var(--h2);--base-MG-Y: 0 auto}section.cls\[1\] figure dl dt+dd{--base-GT-Y: repeat(2, 5em) 1fr}section.cls\[1\] figure dl dt+dd ul{--base-FS-TOP: stretch;--base-w-sm: 5.25em}section.cls\[1\] figure dl dt+dd ul li{--base-PD: var(--gap-m);--base-GAP: var(--gap-xxs) var(--gap-xs);--base-MG-X: 0 var(--gap-xxs);--base-BG-Y2S4: var(--siteColor5)}section.cls\[1\] figure dl dt+dd ul li::after{--base-BG-Y2S4: currentColor}section.cls\[1\] figure dl dt+dd ul li a{--base-PD-X: var(--gap-xs);--base-SDBG-Y2S4: rgba(255,255,255,0.9);--before-MG-X: 0;--after-MG-X: 0}section.cls\[1\] figure dl dt+dd ul li a [data-date]{--base-CT: attr(data-date);--base-at: contents;--base-FW-MAX: normal}section.cls\[2\] dl>dd>div>a{--base-GAP: var(--gap-xxs);--base-PD-Y: 1px;--base-PD: var(--gap-m);--base-GAP-Y: 0;--base-BD-B1K1: 1px;--base-BD-Y2S4: color-mix(var(--CX), var(--siteColor2), white)}section.cls\[2\] dl>dd>div>a figure{--dlBefore-CT: "第"attr(data-issues)"期";--dlAfter-CT: attr(data-date);--base-SDBG-Y2S4: color-mix(var(--CX), var(--siteColor5) 5%, white)}@media print{section.cls\[2\] dl>dd>div>a figure{--base-GAP-Y: var(--gap-m);--base-DP-T2X4: grid;--base-GT: repeat(4,auto) 1fr / 40% 1fr;--base-GA: 1 / 1 / span 5 / span 1;--base-TA-Z1J1: left}}section.cls\[2\] dl>dd>div>a figure::before{--base-CT: var(--dlBefore-CT)}section.cls\[2\] dl>dd>div>a figure::after{--base-CT: var(--dlAfter-CT)}section.cls\[2\] dl>dd>div>a figure>div{--base-MG-Y: var(--gap-xxs);--base-AR3: 210/297}section.cls\[2\] dl>dd>div>a figure>div::after{--base-CT: "No."attr(data-num);--base-IS-Y4S4: auto 0 0 auto;--base-PD: var(--gap-xxs) var(--gap-m)}@media print{section.cls\[2\] dl>dd>div>a figure>div{--base-AR3: auto;--base-MG-Y: 0;--base-PS-J2D4: static;--base-GT-X: auto auto 1fr}}section.cls\[2\] dl>dd>div>a figure>div:is(:hover,:focus){--base-TF-S1F4: 1.2;--base-APH1: 25%}main:is(.index [data-site=news] main) article ul li a{--figure-gap: var(--gap-m);--figure-cover-w: min(calc(var(--bs-breakpoint-sm) / 2), 100%);--base-BG-Y2S4: white;--base-GAP: var(--gap-xs);--base-min-h: calc( (var(--bs-breakpoint-sm) / 2 * 0.66) + (var(--figure-gap) * 2) );--current-SDBG-Y2S4: color-mix( var(--CX), transparent, var(--siteColor5) 10%);--more-BG: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 25 25" fill="%23cfd7ff"><circle cx="12.5" cy="12.5" r="12.5"/><path d="M17.17 6.59V5.05c.01-.6-.63-1.06-1.19-.86-2.51.86-3.57 2.49-3.9 3.67-1.02-.59-3.07-1.38-6.73-1.43-.48-.03-.94.42-.93.9V18.1c0 .49.4.89.89.9 5.16.07 6.77 1.67 6.78 1.68.2.21.55.27.79.03 1.02-.99 4.96-1.81 6.82-1.72a.9.9 0 0 0 .89-.9V7.33c0-.48-.41-.93-.91-.91-.91.02-1.73.07-2.5.17Zm-5.22 12.65c-1.04-.57-3.02-1.29-6.41-1.35V7.54c4.14.09 5.92 1.19 6.41 1.56zm4.1-3.85c-1.2.27-2.25.95-2.99 1.88V8.84c-.06-1.48 1.54-3.01 2.99-3.5zm3.43 2.49c-3.17.07-5.11.7-6.19 1.24a4.2 4.2 0 0 1 3.4-2.71c.28-.03.48-.27.48-.55V7.71c.71-.09 1.47-.15 2.31-.17z" fill="white"/></svg>')}@media(min-width: 768px){main:is(.index [data-site=news] main) article ul li a{--base-IS-Y4S4: var(--figure-gap) auto var(--figure-gap) var(--figure-gap);--base-w-em: var(--figure-cover-w);--base-h-Y4S4: calc( 100% - var(--figure-gap) * 2 );--reset-PD: var(--figure-gap) var(--figure-gap) var(--figure-gap) calc( var(--figure-gap) * 2 + var(--figure-cover-w))}}@media(max-width: 767.98px){main:is(.index [data-site=news] main) article ul li a{--base-w-em: 100%;--reset-PD: var(--figure-gap)}}main:is(.index [data-site=news] main) article ul li a figure{--base-CT: attr(data-writer)}main:is(.index [data-site=news] main) article ul li a figure::before{--base-CT: "more";--base-IS-Y4S4: auto var(--figure-gap) var(--figure-gap) auto;--base-BG: no-repeat top left / auto 100% var(--more-BG);--base-PD-X: calc( 1lh + var(--gap-xxs) ) 0}@media(max-width: 767.98px){main:is(.index [data-site=news] main) article ul li a figure img{--base-PS-J2D4: ""}}section.cls\[4\] div:has(>table){--base-PD: var(--gap-s);--base-PD-Y: 0 var(--gap-l);--base-BD-B1K1: 0;--base-SDBG-Y2S4: color-mix( var(--CX), var(--siteColor2) 0%, transparent);--base-BG: linear-gradient(to top, var(--siteColor2) 2px, white 2px)}section.cls\[4\] div:has(>table)>table tbody{--base-BD-Y2S4: color-mix(var(--CX), var(--siteColor2) 20%, white);--base-BG-Y2S4: white;--base-BG: white}section.cls\[4\] div:has(>table)>table tbody tr{border-bottom-width:2px}section.cls\[4\] div:has(>table)>table tbody tr:is(:hover,:focus){--base-SDBG-Y2S4: color-mix( var(--CX), var(--siteColor2) 12%, transparent)}@media(min-width: 992px){section.cls\[4\] div:has(>table)>table tbody tr{--base-DP-T2X4: table-row}}@media(min-width: 992px){section.cls\[4\] div:has(>table)>table tbody tr>*{--base-DP-T2X4: table-cell}}@media(min-width: 992px){section.cls\[4\] div:has(>table)>table tr{--base-w-fit: calc( var(--base-PD) * 2 + var(--h6) * 8)}}section.cls\[4\] div:has(>table)>table tr>*{--base-CT: attr(title)"："}@media(min-width: 992px){section.cls\[4\] div:has(>table)>table tr>*{--base-CT: none}}section.cls\[4\] div:has(>table)>table tr>*[title=標題]{--base-CT: none}@media(max-width: 991.98px){section.cls\[4\] div:has(>table)>table tr>*[title=標題]{--base-PD: 0 var(--gap-s)}}section.cls\[4\] div:has(>table)>table tr:nth-child(even){--base-BG: color-mix(var(--CX), var(--siteColor2) 8%, white)}@media(min-width: 992px){section.cls\[4\] div:has(>table)>table:has(tr>*:nth-child(1):hover) tr>*:nth-child(1){--base-SDBG-Y2S4: color-mix( var(--CX), var(--siteColor2) 15%, transparent)}}@media(min-width: 992px){section.cls\[4\] div:has(>table)>table:has(tr>*:nth-child(2):hover) tr>*:nth-child(2){--base-SDBG-Y2S4: color-mix( var(--CX), var(--siteColor2) 15%, transparent)}}@media(min-width: 992px){section.cls\[4\] div:has(>table)>table:has(tr>*:nth-child(3):hover) tr>*:nth-child(3){--base-SDBG-Y2S4: color-mix( var(--CX), var(--siteColor2) 15%, transparent)}}@media(min-width: 992px){section.cls\[4\] div:has(>table)>table:has(tr>*:nth-child(4):hover) tr>*:nth-child(4){--base-SDBG-Y2S4: color-mix( var(--CX), var(--siteColor2) 15%, transparent)}}@media(min-width: 992px){section.cls\[4\] div:has(>table)>table:has(tr>*:nth-child(5):hover) tr>*:nth-child(5){--base-SDBG-Y2S4: color-mix( var(--CX), var(--siteColor2) 15%, transparent)}}@media(min-width: 992px){section.cls\[4\] div:has(>table)>table:has(tr>*:nth-child(6):hover) tr>*:nth-child(6){--base-SDBG-Y2S4: color-mix( var(--CX), var(--siteColor2) 15%, transparent)}}@media(min-width: 992px){section.cls\[4\] div:has(>table)>table:has(tr>*:nth-child(7):hover) tr>*:nth-child(7){--base-SDBG-Y2S4: color-mix( var(--CX), var(--siteColor2) 15%, transparent)}}@media(min-width: 992px){section.cls\[4\] div:has(>table)>table:has(tr>*:nth-child(8):hover) tr>*:nth-child(8){--base-SDBG-Y2S4: color-mix( var(--CX), var(--siteColor2) 15%, transparent)}}@media(min-width: 992px){section.cls\[4\] div:has(>table)>table:has(tr>*:nth-child(9):hover) tr>*:nth-child(9){--base-SDBG-Y2S4: color-mix( var(--CX), var(--siteColor2) 15%, transparent)}}@media(min-width: 992px){section.cls\[4\] div:has(>table)>table:has(tr>*:nth-child(10):hover) tr>*:nth-child(10){--base-SDBG-Y2S4: color-mix( var(--CX), var(--siteColor2) 15%, transparent)}}@media(min-width: 992px){section.cls\[4\] div:has(>table)>table{--DR-XYW: 0 0 var(--gap-xxs);--CX-Y4S4: var(--siteColor1), transparent;--base-DP-NONE: table-header-group;--base-w-full: auto}}div:has(>[accesskey=t]){--base-CT: "";--base-PS-X1D4: var(--base-PS-N2X4);--base-MG: 0 var(--gap-m) 0 auto;--base-FS-H9: var(--h1);--base-FS-H8: var(--fs-accesskey);--base-TF-Z1X1: center;--base-IS-Y: auto calc(var(--gap-m) * 3);--base-TF-W4Y2: 0 0;--base-MG-Y: auto 0}@media print{div:has(>[accesskey=t]){--base-DP-T2X4: none}}div:has(>[accesskey=t]) a{--base-DP-T2X4: grid}div:has(>[accesskey=t]) a span{--base-TF-W4Y2: 0 -100%}div:has(>[accesskey=t]) a span:is([data-site=news] span){--base-DP-NONE: none}div:has(>[accesskey=t]) a:is([data-site=book] a):is(:hover,:focus){--base-TF-W4Y2: 0 -15%}div:has(>[accesskey=t]) a:active{--base-TF-S1F4: 0.9;--base-TS-Y4S4: 0}div.active:has(>[accesskey=t]){--base-TF-S1F4: 1;--base-APH0: 1}div:is(section.cls\[4\]+div):has(>[accesskey=t]){--base-IS-Y: auto calc(var(--gap-m) * 6)}@media(max-width: 991.98px){div:is([data-site=news] div):has(>[accesskey=t]){--base-IS-Y: auto calc(var(--bottom-gap) + var(--gap-m) * 4.75)}}@media(max-width: 767.98px){div:is([data-site=book] div):has(>[accesskey=t]){--base-IS-Y: auto calc(var(--bottom-gap) * 1.5)}}section.cls\[4\] [data-pageinfo],section.cls\[2\] [data-pageinfo]{--base-GAP: var(--gap-xs) 0;--base-TI-MAX: 0;--base-LH: 1}section.cls\[4\] [data-pageinfo]::before,section.cls\[2\] [data-pageinfo]::before{--base-CT: attr(data-pageinfo)}@media(max-width: 1399.98px){section.cls\[4\] [data-pageinfo],section.cls\[2\] [data-pageinfo]{--base-w-none: 100%}}section.cls\[4\] [data-pageinfo] label,section.cls\[2\] [data-pageinfo] label{--base-GAP: var(--gap-m) var(--gap-xxs)}section.cls\[4\] [data-pageinfo] label:lang(zh-Hant-TW),section.cls\[2\] [data-pageinfo] label:lang(zh-Hant-TW){--labelBefore-CT: "每頁顯示";--labelAfter-CT: "筆。"}section.cls\[4\] [data-pageinfo] label:is(.index label:lang(zh-Hant-TW)),section.cls\[2\] [data-pageinfo] label:is(.index label:lang(zh-Hant-TW)){--labelAfter-CT: "卷。"}section.cls\[4\] [data-pageinfo] label::before,section.cls\[2\] [data-pageinfo] label::before{--base-CT: var(--labelBefore-CT)}section.cls\[4\] [data-pageinfo] label::after,section.cls\[2\] [data-pageinfo] label::after{--base-CT: var(--labelAfter-CT)}section.cls\[4\] [data-pageinfo] select,section.cls\[2\] [data-pageinfo] select{--form-BD: 1px solid var(--siteColor2)}section.cls\[4\] [data-pageinfo] nav,section.cls\[2\] [data-pageinfo] nav{--base-GAP: var(--gap-m) var(--gap-xxs);--base-w-em: calc(var(--gap-s) * 3.5);--base-MG-X: var(--gap-xxs);--base-PD-X: auto}@media print{section.cls\[4\] [data-pageinfo] nav,section.cls\[2\] [data-pageinfo] nav{--base-at: none}}section.cls\[4\] [data-pageinfo] nav a,section.cls\[2\] [data-pageinfo] nav a{--base-BD-Y2S4: var(--siteColor3)}section.cls\[4\] [data-pageinfo] nav a::before,section.cls\[2\] [data-pageinfo] nav a::before,section.cls\[4\] [data-pageinfo] nav a::after,section.cls\[2\] [data-pageinfo] nav a::after{--base-TI-MAX: 0}section.cls\[4\] [data-pageinfo] nav a::before,section.cls\[2\] [data-pageinfo] nav a::before{--base-CT: var(--base-before,none)}section.cls\[4\] [data-pageinfo] nav a::after,section.cls\[2\] [data-pageinfo] nav a::after{--base-CT: var(--base-after,none)}section.cls\[4\] [data-pageinfo] nav a:is(.first,.prev,.next,.last),section.cls\[2\] [data-pageinfo] nav a:is(.first,.prev,.next,.last){--base-AR1: auto;--base-w-em: fit-content;--base-PD-X: var(--gap-s)}@media(min-width: 992px){section.cls\[4\] [data-pageinfo] nav a:is(.first,.prev,.next,.last),section.cls\[2\] [data-pageinfo] nav a:is(.first,.prev,.next,.last){--base-MG-X: 0}}@media(max-width: 991.98px){section.cls\[4\] [data-pageinfo] nav a:is(.first,.prev,.next,.last),section.cls\[2\] [data-pageinfo] nav a:is(.first,.prev,.next,.last){--base-TI-MAX: -999vw;--base-PD-X: var(--gap-xxs);--base-w-em: calc(var(--gap-s) * 3.5);--base-AR1: 1;--base-BG-Y2S4: color-mix(var(--CX),var(--siteColor1),white 15%);--after-MG-X: 0;--before-MG-X: 0}section.cls\[4\] [data-pageinfo] nav a:is(.first,.prev,.next,.last):is(:hover,:focus),section.cls\[2\] [data-pageinfo] nav a:is(.first,.prev,.next,.last):is(:hover,:focus){--base-BG-Y2S4: var(--siteColor9)}}section.cls\[4\] [data-pageinfo] nav a.first,section.cls\[2\] [data-pageinfo] nav a.first{--base-before: ""}section.cls\[4\] [data-pageinfo] nav a.prev,section.cls\[2\] [data-pageinfo] nav a.prev{--base-before: ""}section.cls\[4\] [data-pageinfo] nav a.next,section.cls\[2\] [data-pageinfo] nav a.next{--base-after: ""}section.cls\[4\] [data-pageinfo] nav a.last,section.cls\[2\] [data-pageinfo] nav a.last{--base-after: ""}@media(max-width: 575.98px){section.cls\[4\] [data-pageinfo] nav a:is(.first,.last),section.cls\[2\] [data-pageinfo] nav a:is(.first,.last){--base-at: none}}section.cls\[4\] [data-pageinfo] nav span,section.cls\[2\] [data-pageinfo] nav span{--base-CT: ""}@media(max-width: 767.98px){section.cls\[4\] [data-pageinfo] nav,section.cls\[2\] [data-pageinfo] nav{--base-DP-G2X4: none;--base-DP-NONE: block}}main>nav{--base-GAP: var(--gap-xs);--base-PD-X: var(--sec-gap);--base-w-min: var(--gap-xs);--base-BG: no-repeat top calc(var(--gap-xxs) * 1.2) left / auto 0.75rem var(--base-path-T2S4)}main>nav>ul{--base-PD-Y: var(--gap-xxs) 0}main>nav>ul>li:first-child{--base-CT: "";--base-GAP: calc(var(--gap-xxs) / 2)}main{--base-GAP: var(--main-gap) 0;--base-PD: var(--gap-m);--base-SD-Y4S4: var(--site-SD-Y4S4);--base-BG-Y2S4: white}@media print{main:not(.index main){--base-PD-Y: var(--gap-m) var(--gap-xl)}}main:is(.index main){--base-BG-Y2S4: transparent;--base-PD-X: var(--gap-m)}main:is(.index main) section{--base-PD: var(--sec-gap);--base-BG-Y2S4: white}main:is([data-site=index] main){--base-GAP: var(--gap-m)}main:is([data-site=index] main)>section{--base-BG-Y2S4: transparent;--base-BD: 2px solid white;--base-w-auto: min( var(--bs-breakpoint-xl), 100% );--base-w-em: 40%;--base-TS-B1K1: 0.2em black}@media(max-width: 767.98px){main:is([data-site=index] main)>section{--base-w-em: 100%}}main:is([data-site=index] main)>section>a{--base-BG: no-repeat center / cover url("../images/bg-index.jpg")}main:is([data-site=index] main)>section>a:is(:hover,:focus){--base-BG: transparent}@media(min-width: 1400px){main:has(form+section){display:grid;--base-GT-X: repeat(2, auto) 1fr auto;--base-GT-Y: calc(var(--bs-breakpoint-md) / 2) auto;--base-GA-Y: 1 / -1;--base-GA-X: 2 / span 2}main:has(form+section)>*{max-width:100%}main:has(form+section):has(>img){--base-GA-X: 3 / span 2;--base-GT-X: repeat(3, auto) 1fr auto}}main:is(.index [data-site=news] main) section{--base-BG-Y2S4: "";--base-PD-X: var(--gap-xs);--base-GAP: var(--main-gap)}@media(min-width: 1200px){main:is(.index [data-site=news] main) section{--base-GT-Y: 1fr min(calc(var(--bs-breakpoint-sm) * 0.5), 30%)}}main>img{--base-GA-Y: 1 / -1;--base-h-min: auto;--base-PD-X: var(--sec-gap)}@media(max-width: 767.98px){main>img{--base-h-min: calc( var(--gap-m) * 6 )}}section.cls\[0\]{--base-BD-B1K1: 2px;--base-BD-Y2S4: white;--sec-gap: 0}section.cls\[4\]{--base-PD-Y: var(--gap-xs)}@media(max-width: 767.98px){section.cls\[4\] [data-pageinfo]{--base-PS-N2X4: static}}main:is(.index [data-site=news] main) article{--base-CT: attr(aria-label);--base-PD: var(--gap-xxs) var(--gap-s);--base-GAP: var(--gap-l) var(--gap-xs);--base-LH: 1;--base-PD-X: var(--gap-xs);--base-MG-X: auto 0}@media(max-width: 1199.98px){main:is(.index [data-site=news] main) aside{--base-FO-MAX: ""}}main:is(.index [data-site=news] main) aside p{--base-CT: attr(aria-label);--base-SDBD-B1K1: 0;--base-SDBD-Y: calc(var(--gap-xxs) * -0.5);--base-PD-Y: 0 var(--gap-xxs);--base-MG-Y: var(--base-PD-Y);--base-SDBD-Y2S4: rgba(0,0,0,0.2)}section.cls\[5\]{--base-w-md: min( calc( var(--bs-breakpoint-md) + var(--sec-gap) * 2 ), 100% );--base-MG-Y: var(--gap-xs) var(--gap-m);--base-SDBG-Y2S4: rgba(255,255,255,0.75)}section.cls\[5\] h2{--base-CT: "第"attr(data-no)"期"}section.cls\[5\] h2+ul{--base-GAP: var(--gap-m)}section.cls\[5\] h2+ul>li{--base-CT: attr(aria-label)}section.cls\[5\] h3{--base-PD: var(--gap-s)}section.cls\[5\] [aria-label=相關連結]{--before-img: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 54 54" opacity="0.2"><path d="M39.33 12c-1.56 0-3.07.42-4.39 1.19-1.48-1.5-3.21-2.76-5.11-3.7C32.47 7.24 35.84 6 39.33 6 47.43 6 54 12.56 54 20.67c0 3.89-1.55 7.62-4.29 10.36l-6.67 6.66a14.66 14.66 0 0 1-10.37 4.29c-8.1 0-14.45-6.56-14.67-14.67-.12-4.39 6.14-4.39 6.01 0-.14 4.79 3.88 8.67 8.67 8.67 2.3 0 4.5-.91 6.13-2.54l6.67-6.66a8.668 8.668 0 0 0-6.13-14.8zm-24.12 8.53-6.67 6.66a8.668 8.668 0 0 0 6.13 14.8c1.55 0 3.06-.41 4.38-1.18a19 19 0 0 0 5.12 3.7c-2.64 2.24-6 3.49-9.5 3.49C6.57 48 0 41.44 0 33.33c0-3.89 1.55-7.62 4.29-10.36l6.67-6.66a14.66 14.66 0 0 1 10.37-4.29c8.12 0 14.46 6.62 14.67 14.7.11 4.33-6.11 4.33-6 0 .12-4.8-4.02-8.74-8.66-8.72-2.3 0-4.5.91-6.13 2.54Z"/></svg>')}section.cls\[5\] [aria-label=聯絡資訊]{--before-img: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" opacity="0.2"><path d="M10 0C5.59 0 2 3.59 2 8v48c0 4.41 3.59 8 8 8h36c4.41 0 8-3.59 8-8V8c0-4.41-3.59-8-8-8zm14 36h8c5.53 0 10 4.47 10 10 0 1.1-.9 2-2 2H16c-1.1 0-2-.9-2-2 0-5.53 4.48-10 10-10m-3-12c0-3.86 3.14-7 7-7s7 3.14 7 7-3.14 7-7 7-7-3.14-7-7m41-14c0-1.1-.9-2-2-2s-2 .9-2 2v8c0 1.1.9 2 2 2s2-.9 2-2zm0 16c0-1.1-.9-2-2-2s-2 .9-2 2v8c0 1.1.9 2 2 2s2-.9 2-2zm-2 14c-1.1 0-2 .9-2 2v8c0 1.1.9 2 2 2s2-.9 2-2v-8c0-1.1-.9-2-2-2"/></svg>')}section.cls\[5\] [aria-label=檔案下載]{--before-img: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 60 60" opacity="0.2"><path d="M34 4c0-2.21-1.79-4-4-4s-4 1.79-4 4v26.34l-5.17-5.18a4.01 4.01 0 0 0-5.66 0 4.01 4.01 0 0 0 0 5.66l12 12a4.01 4.01 0 0 0 5.66 0l12-12a4.01 4.01 0 0 0 0-5.66 4.01 4.01 0 0 0-5.66 0l-5.16 5.18V4ZM10 40c-4.41 0-8 3.59-8 8v4c0 4.41 3.59 8 8 8h40c4.41 0 8-3.59 8-8v-4c0-4.41-3.59-8-8-8h-5.86l-7.08 7.08c-3.9 3.9-10.24 3.9-14.14 0L15.86 40zm38 7c1.66 0 3 1.34 3 3s-1.34 3-3 3-3-1.34-3-3 1.34-3 3-3"/></svg>')}section.cls\[5\] ul[aria-label]{--base-CT: attr(aria-label);--reset-PD: var(--gap-m);--base-PD-X: 1lh 0}section.cls\[5\] ul[aria-label]::before{--base-MG-Y: 0 var(--gap-xs);--base-BG: no-repeat center left / auto 1em var(--before-img)}section.cls\[5\] ul[aria-label] li{--base-PD-X: var(--gap-m) 0;--base-CT: "●";--base-TF-S1F4: 0.5;--base-IS-Y4S4: 0.1ex auto auto -0.1ex;--base-MG-Y: 0 var(--gap-xs);--base-MG: var(--gap-m) auto 0}section.cls\[5\] nav{--base-GAP: var(--gap-xs);--base-LH: 1}section.cls\[5\] nav a{--base-CT: "|"}section.cls\[5\] nav a:first-child{--base-CT: none}.glightbox{--base-CT: "";--base-IS-Y4S4: 0;--base-BG: no-repeat center / 50% url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" fill="white"><path d="M52 26c0 5.74-1.86 11.04-5 15.34l15.83 15.84c1.56 1.56 1.56 4.1 0 5.66s-4.1 1.56-5.66 0L41.34 47c-4.3 3.14-9.6 5-15.34 5-14.36-.01-26-11.64-26-26S11.64 0 26 0s26 11.64 26 26M26.09 14.05a3 3 0 0 0-3.01 3.01v6.02h-6.02a3 3 0 0 0-3.01 3.01 3 3 0 0 0 3.01 3.01h6.02v6.02c0 1.67 1.34 3.01 3.01 3.01s3.01-1.34 3.01-3.01V29.1h6.02c1.67 0 3.01-1.34 3.01-3.01a3 3 0 0 0-3.01-3.01H29.1v-6.02a3 3 0 0 0-3.01-3.01"/></svg>'), rgba(0,0,0,0);--before-MG-X: "";--base-w-sm: min( var(--bs-breakpoint-sm), 100% )}.glightbox:is(:hover,:focus){--base-APH0: 1;--base-BG: no-repeat center / min( 3lh, 50%) url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" fill="white"><path d="M52 26c0 5.74-1.86 11.04-5 15.34l15.83 15.84c1.56 1.56 1.56 4.1 0 5.66s-4.1 1.56-5.66 0L41.34 47c-4.3 3.14-9.6 5-15.34 5-14.36-.01-26-11.64-26-26S11.64 0 26 0s26 11.64 26 26M26.09 14.05a3 3 0 0 0-3.01 3.01v6.02h-6.02a3 3 0 0 0-3.01 3.01 3 3 0 0 0 3.01 3.01h6.02v6.02c0 1.67 1.34 3.01 3.01 3.01s3.01-1.34 3.01-3.01V29.1h6.02c1.67 0 3.01-1.34 3.01-3.01a3 3 0 0 0-3.01-3.01H29.1v-6.02a3 3 0 0 0-3.01-3.01"/></svg>'), rgba(0,0,0,0.25)}@media print{@page{size:A4;margin:.5cm}*{-webkit-print-color-adjust:exact !important;print-color-adjust:exact !important;color-adjust:exact}element{page-break-inside:avoid}}[data-before]::before{--base-CT: attr(data-before)}[data-after]::after{--base-CT: attr(data-after)}*,*::before,*::after{-webkit-box-sizing:border-box;box-sizing:border-box}@starting-style{*,*::before,*::after{outline-color:#fff}}[data-fs=l]{font-size:calc(var(--body-m) + .2rem)}[data-fs=m]{font-size:var(--body-m)}[data-fs=s]{font-size:calc(var(--body-m) - .2rem)}@font-face{font-family:YFWebSiteHeader1Font;src:url(fonts/YFWebSiteHeader1Font.woff) format("woff")}@property --Z1T3\:ST{syntax:"*";inherits:false;initial-value:YFWebSiteHeader1Font}[target=_blank]{--base-CT:var(--CT-blank)}[download]{--base-CT:var(--CT-download)}[href^="tel:"]{--base-CT:var(--CT-tel) }[href^="sms:"]{--base-CT:var(--CT-sms) }[href^="skype:"]{--base-CT:var(--CT-skype)}[href^="mailto:"]{--base-CT:var(--CT-mail)}[href^="https://wa.me"]{--base-CT:var(--CT-wame)}.colorbox{--base-CT: var(--CT-colorbox)}*{--base-OL-Y4S4: 2px dashed var(--siteColor5)}:root{--fs-xxl: 2em;--fs-xl: 1.5em;--fs-l: 1.2em;--fs-m: 1em;--fs-s: 0.9em;--fs-xs: 0.7em;--fs-xxs: 0.5em;--fs-nav-menu: calc(var(--h6) + 0.15rem);--fs-breadcrumb: var(--h7);--fs-accesskey: calc( var(--h6) * var(--12px));--h1: calc(var(--h6) + 1rem);--h2: calc(var(--h6) + 0.75rem);--h3: calc(var(--h6) + 0.4rem);--h4: calc(var(--h6) + 0.2rem);--h5: calc(var(--h6) + 0.125rem);--h6: 1rem;--h7: calc(var(--h6) - 0.1rem);--h8: calc(var(--h6) - 0.2rem);--h9: calc(var(--h6) - 0.3rem);--z-accesskey: calc(var(--z-load) + 3);--z-nav: calc(var(--z-load) + 2);--z-load: 999;--z-load-next: calc(var(--z-load) - 1);--z-goTop: var(--z-load-next);--siteColor1:#133563;--siteColor2:#80D4FF;--siteColor3:#EEF7FF;--siteColor4:#005778;--siteColor5:orange;--siteColor6:white;--siteColor7:#d13e3e;--siteColor8:#636363;--siteColor9:#2273bf;--siteColor10:#333333;--siteColor11:#2b9789}:scope{--body-m: var(--body\:m);--T2S4-CLR-FB:var(--ICON-CLR\:FB );--T2S4-IMG-FB:var(--ICON-IMG\:FB );--T2S4-CLR-LI:var(--ICON-CLR\:LI );--T2S4-IMG-LI:var(--ICON-IMG\:LI );--T2S4-CLR-X:var(--ICON-CLR\:X );--T2S4-IMG-X:var(--ICON-IMG\:X );--T2S4-CLR-EM:var(--ICON-CLR\:EM );--T2S4-IMG-EM:var(--ICON-IMG\:EM );--T2S4-CLR-PR:var(--ICON-CLR\:PR );--T2S4-IMG-PR:var(--ICON-IMG\:PR );--T2S4-CLR-PT:var(--ICON-CLR\:PT );--T2S4-IMG-PT:var(--ICON-IMG\:PT );--T2S4-CLR-LD:var(--ICON-CLR\:LD );--T2S4-IMG-LD:var(--ICON-IMG\:LD );--T2S4-CLR-TB:var(--ICON-CLR\:TB );--T2S4-IMG-TB:var(--ICON-IMG\:TB );--T2S4-CLR-GG:var(--ICON-CLR\:GG );--T2S4-IMG-GG:var(--ICON-IMG\:GG );--T2S4-CLR-IG:var(--ICON-CLR\:IG );--T2S4-IMG-IG:var(--ICON-IMG\:IG );--T2S4-CLR-YT:var(--ICON-CLR\:YT );--T2S4-IMG-YT:var(--ICON-IMG\:YT );--T2S4-CLR-PL:var(--ICON-CLR\:PL );--T2S4-IMG-PL:var(--ICON-IMG\:PL );--T2S4-CLR-UD:var(--ICON-CLR\:UD );--T2S4-IMG-UD:var(--ICON-IMG\:UD );--T2S4-CLR-MOA:var(--ICON-CLR\:MOA);--T2S4-IMG-MOA:var(--ICON-IMG\:MOA);--required-icon: var(--ICON\:required);--SVG-BG-PDF: var(--SVG\:PDF);--SVG-BG-FTR: var(--SVG\:FTR);--SVG-BG-FTL: var(--SVG\:FTL);--SVG-BG-LOG: var(--SVG\:LOG);--base-path-T2S4: var(--path\:T2S4);--gap-xxl: var(--gap\:xxl);--gap-xl: var(--gap\:xl );--gap-l: var(--gap\:l );--gap-m: var(--gap\:m );--gap-s: var(--gap\:s );--gap-xs: var(--gap\:xs );--gap-xxs: var(--gap\:xxs);--12px: var(--px\:12);--13px: var(--px\:13);--14px: var(--px\:14);--15px: var(--px\:15);--16px: var(--px\:16);--17px: var(--px\:17);--18px: var(--px\:18);--19px: var(--px\:19);--20px: var(--px\:20);--28px: var(--px\:28);--44px: var(--px\:44);--base-w-xxl: calc(var(--xxl\:1400) * 1px);--base-w-xl: calc(var(--xl\:1200) * 1px);--base-w-lg: calc(var(--lg\:992) * 1px);--base-w-md: calc(var(--md\:768) * 1px);--base-w-sm: calc(var(--sm\:576) * 1px);--base-w-xs: calc(var(--xs\:375) * 1px);--base-w-em:var(--w\:em);--base-w-ex:var(--w\:ex);--base-w-lh:var(--w\:lh);--base-w-vw:var(--w\:vw);--base-w-fit:var(--w\:fit);--base-w-auto:var(--\(AUTO\));--base-w-full:var(--w\:max);--base-w-none:var(--\(ZERO\));--base-w-max:var(--w\:max);--base-w-min:var(--\(ZERO\));--base-h-vh:var(--h\:vh);--base-h-min:var(--\(ZERO\));--base-h-full:var(--w\:max);--base-h-none:var(--\(ZERO\));--base-DP-Y4S4:var(--DP\:Y4S4);--base-DP-NONE:var(--\(NONE\));--base-DP-TEXT:var(--DP\:TEXT);--base-DP-TBOX:var(--DP\:TBOX);--base-DP-HIDE:var(--DP\:HIDE);--base-DP-G2X4:var(--DP\:G2X4);--base-DP-T2X4:var(--DP\:T2X4);--base-FB-Y4S4:var(--FB\:Y4S4);--base-FG-Y4S4:var(--FG\:Y4S4);--base-FR-Y4S4:var(--FR\:Y4S4);--base-FX-MID: var(--\(Z1J1\));--base-FX-END: var(--FX\:END );--base-FX-TOP: var(--FX\:TOP );--base-FX-INS: var(--FX\:INS );--base-FY-MID: var(--\(Z1J1\));--base-FY-END: var(--FX\:END );--base-FY-TOP: var(--FX\:TOP );--base-FA-MID: var(--\(Z1J1\));--base-FA-END: var(--FX\:END );--base-FA-TOP: var(--FX\:TOP );--base-FS-MID: var(--\(Z1J1\));--base-FS-END: var(--FX\:END );--base-FS-TOP: var(--FX\:TOP );--base-FO-MIN: var(--FO\:MIN );--base-FO-MID: var(--FO\:MID );--base-FO-MAX: var(--FO\:MAX );--base-FD-Y: var(--FD\:Y );--base-GP-C: var(--\(Z1J1\));--base-FS-MIN: var(--\(ZERO\));--base-FS-MAX: var(--FO\:MID);--GT-full: var(--GT\:full);--base-TA-Z1J1:var(--\(Z1J1\));--base-TA-Y4B1:var(--\(Y4B1\));--base-TA-Z3B1:var(--\(Z3B1\));--base-TW-P2H2:var(--TW\:P2H2);--base-TW-NONE:var(--TW\:NONE);--base-FW-MAX: var(--FW\:MAX);--base-TO-S3L4:var(--TO\:S3L4);--base-TS-Y2S4:var(--TS\:Y2S4);--base-LH-Y4S4:var(--LH\:Y4S4);--base-LH-NONE:var(--\(ZERO\));--base-VA-Z1J1:var(--VA\:Z1J1);--base-TS-B1K1:var(--TS\:B1K1);--base-color: var(--siteColor1);--base-TI-MAX: var(--TI\:MAX);--base-TW-H4H2: var(--TW\:H4H2);--base-TA-OUT: var(--TA\:OUT);--base-FS-NO: var(--FS\:NO);--base-OF-Y4S4:var(--OF\:Y4S4);--base-OF-X: var(--OF\:X );--base-OF-Y: var(--OF\:Y );--base-PS-X1D4:var(--\(X1D4\));--base-PS-J2D4:var(--\(J2D4\));--base-PS-G4D4:var(--\(G4D4\));--base-PS-N2X4:var(--\(N2X4\));--base-IS-Y4S4:var(--\(ZERO\));--base-IS-Y:var(--\(ZERO\));--base-IS-X:var(--\(ZERO\));--base-FL-R:var(--\(Y4B1\));--base-FL-L:var(--\(Z3B1\));--base-MG: var(--\(AUTO\));--base-MG-X:var(--\(AUTO\));--base-MG-Y:var(--\(AUTO\));--base-TS-Y4S4:var(--TS\:Y4S4);--base-TS-G4D4:var(--TS\:G4D4);--base-AR1:1;--base-AR3:4/3;--base-AR4:6/4;--base-AR5:7/5;--base-AR9:16/9;--base-BR-S:var(--BR\:S);--base-BR-M:var(--gap\:xs);--base-BR-L:var(--gap\:m);--base-BR-R:var(--BR\:R);--base-BR-H:var(--h\:vh);--base-BR-W:var(--w\:vw);--base-BS0: var(--\(ZERO\));--base-TF-Z1X1: var(--\(Z1J1\));--base-TF-Q3S3: var(--TF\:Q3S3);--base-ST-D1D3: var(--ST\:D1D3);--base-ST-Z3J3: var(--ST\:Z3J3);--base-PO-Y4S4: var(--PO\:Y4S4);--base-CS-ACTN:var(--\(Y2B1\));--base-PE-LOCK:var(--\(NONE\));--base-SD-Y4S4: var(--SD-XYW) var(--SD-Y2S4, color-mix(var(--CX),var(--CX-Y4S4)));--base-DR-Y4S4: var(--DR-Y4S4);--base-SDBD-B1K1: var(--SDBD-B1K1);--base-SDBG-B1K1: var(--w\:vw);--base-SDBD-Y2S4: var(--SDBD-Y2S4);--base-SDBG-Y2S4: var(--SDBG-Y2S4);--base-FLGR: var(--\(FLGR\));--base-FLBR: var(--\(FLBR\));--base-MIX-G1J2B4L4:var(--MIX\:G1J2B4L4);--base-MIX-S4C3Z1Z2:var(--MIX\:S4C3Z1Z2);--CX:var(--\(H4S4\));--base-OL-MIN: var(--OL\:MIN);--base-APH0:0;--base-APH2:.25;--base-APH5:.5;--base-APH7:.75;--base-APH1:1;--base-CT:var(--\(Z4C4\));--base-CT-X: var(--CT\:X);--base-BG-BLUR: var(--BG\:BLUR);--base-BG-IMG: var(--BG\:M2T4);--base-OBJ-Y2Z3:var(--OBJ\:Y2Z3);--base-OBJ-C2Q1:var(--OBJ\:C2Q1);--base-OBJ-FILL:var(--OBJ\:FILL);--base-OBJ-Z4Z1:var(--OBJ\:Z4Z1);--base-OBJ-NONE:var(--\(NONE\));--base-OBJ-C:var(--\(Z1J1\));--base-font-family:var(--Z4T3\:BASE);--base-TD-Y4S4:var(--\(Z4C4\));--base-AP-Y4S4:var(--AP\:Y4S4, unset);--base-BS-Y4S4:var(--\(ZERO\));--base-OL-Y4S4:var(--OL\:Y4S4);--base-SB:var(--\(P2H2\));--base-SP-HEAD:calc(var(--headerH)*1px);--CT-blank:var(--CT\:blank );--CT-download:var(--CT\:download);--CT-tel:var(--CT\:tel );--CT-sms:var(--CT\:sms );--CT-skype:var(--CT\:skype );--CT-mail:var(--CT\:mail );--CT-wame:var(--CT\:wame );--CT-colorbox:var( --CT\:colorbox);--BGUL-Y2S4:var(--BGUL\:Y2S4);--font-family-ST:var(--Z1T3\:ST);--font-family-BS:var(--Z1T3\:BS);--font-family-GG:var(--Z1T3\:GG)}/*# sourceMappingURL=css.min.css.map */