@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap";/*!
* animate.css - https://animate.style/
* Version - 4.1.1
* Licensed under the MIT license - http://opensource.org/licenses/MIT
*
* Copyright (c) 2020 Animate.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 print,(prefers-reduced-motion: reduce){.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(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.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(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.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(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translate3d(0,0,0) scaleY(.95);transform:translateZ(0) scaleY(.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(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.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(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.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(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translate3d(0,0,0) scaleY(.95);transform:translateZ(0) scaleY(.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:scale3d(1,1,1);transform:scaleZ(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scale3d(1,1,1);transform:scaleZ(1)}}@keyframes pulse{0%{-webkit-transform:scale3d(1,1,1);transform:scaleZ(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scale3d(1,1,1);transform:scaleZ(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:scale3d(1,1,1);transform:scaleZ(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scale3d(1,1,1);transform:scaleZ(1)}}@keyframes rubberBand{0%{-webkit-transform:scale3d(1,1,1);transform:scaleZ(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scale3d(1,1,1);transform:scaleZ(1)}}.animate__rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shakeX{0%,to{-webkit-transform:translate3d(0,0,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:translate3d(0,0,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:translate3d(0,0,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:translate3d(0,0,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:translate(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translate(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translate(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translate(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translate(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translate(0)}}@keyframes headShake{0%{-webkit-transform:translateX(0);transform:translate(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translate(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translate(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translate(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translate(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translate(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:rotate3d(0,0,1,15deg);transform:rotate3d(0,0,1,15deg)}40%{-webkit-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}60%{-webkit-transform:rotate3d(0,0,1,5deg);transform:rotate3d(0,0,1,5deg)}80%{-webkit-transform:rotate3d(0,0,1,-5deg);transform:rotate3d(0,0,1,-5deg)}to{-webkit-transform:rotate3d(0,0,1,0deg);transform:rotate3d(0,0,1,0)}}@keyframes swing{20%{-webkit-transform:rotate3d(0,0,1,15deg);transform:rotate3d(0,0,1,15deg)}40%{-webkit-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}60%{-webkit-transform:rotate3d(0,0,1,5deg);transform:rotate3d(0,0,1,5deg)}80%{-webkit-transform:rotate3d(0,0,1,-5deg);transform:rotate3d(0,0,1,-5deg)}to{-webkit-transform:rotate3d(0,0,1,0deg);transform:rotate3d(0,0,1,0)}}.animate__swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{-webkit-transform:scale3d(1,1,1);transform:scaleZ(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}to{-webkit-transform:scale3d(1,1,1);transform:scaleZ(1)}}@keyframes tada{0%{-webkit-transform:scale3d(1,1,1);transform:scaleZ(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}to{-webkit-transform:scale3d(1,1,1);transform:scaleZ(1)}}.animate__tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg);transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg);transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}@keyframes wobble{0%{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg);transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg);transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}.animate__wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skew(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skew(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skew(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skew(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skew(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skew(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skew(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{0%,11.1%,to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skew(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skew(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skew(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skew(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skew(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skew(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skew(-.1953125deg) skewY(-.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(.7);transform:translateY(-1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0px) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInDown{0%{-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0px) scale(.7);transform:translateY(0) scale(.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(.7);transform:translate(-2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0px) scale(.7);transform:translate(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInLeft{0%{-webkit-transform:translateX(-2000px) scale(.7);transform:translate(-2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0px) scale(.7);transform:translate(0) scale(.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(.7);transform:translate(2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0px) scale(.7);transform:translate(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInRight{0%{-webkit-transform:translateX(2000px) scale(.7);transform:translate(2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0px) scale(.7);transform:translate(0) scale(.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(.7);transform:translateY(1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0px) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInUp{0%{-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0px) scale(.7);transform:translateY(0) scale(.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(0px) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7);opacity:.7}}@keyframes backOutDown{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0px) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.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(0px) scale(.7);transform:translate(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(-2000px) scale(.7);transform:translate(-2000px) scale(.7);opacity:.7}}@keyframes backOutLeft{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0px) scale(.7);transform:translate(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(-2000px) scale(.7);transform:translate(-2000px) scale(.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(0px) scale(.7);transform:translate(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(2000px) scale(.7);transform:translate(2000px) scale(.7);opacity:.7}}@keyframes backOutRight{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0px) scale(.7);transform:translate(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(2000px) scale(.7);transform:translate(2000px) scale(.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(0px) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7);opacity:.7}}@keyframes backOutUp{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0px) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.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(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.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(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scaleZ(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.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(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scaleZ(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(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.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(.9);transform:translate3d(0,25px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,-10px,0) scaleY(.95);transform:translate3d(0,-10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,5px,0) scaleY(.985);transform:translate3d(0,5px,0) scaleY(.985)}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.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(.9);transform:translate3d(0,25px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,-10px,0) scaleY(.95);transform:translate3d(0,-10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,5px,0) scaleY(.985);transform:translate3d(0,5px,0) scaleY(.985)}to{-webkit-transform:translate3d(0,0,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(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.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(.98);transform:translate3d(-10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(5px,0,0) scaleX(.995);transform:translate3d(5px,0,0) scaleX(.995)}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.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(.98);transform:translate3d(-10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(5px,0,0) scaleX(.995);transform:translate3d(5px,0,0) scaleX(.995)}to{-webkit-transform:translate3d(0,0,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(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.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(.98);transform:translate3d(10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(-5px,0,0) scaleX(.995);transform:translate3d(-5px,0,0) scaleX(.995)}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.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(.98);transform:translate3d(10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(-5px,0,0) scaleX(.995);transform:translate3d(-5px,0,0) scaleX(.995)}to{-webkit-transform:translate3d(0,0,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(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.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(.9);transform:translate3d(0,-20px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0) scaleY(.985)}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.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(.9);transform:translate3d(0,-20px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0) scaleY(.985)}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}.animate__bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.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(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.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(.3,.3,.3);transform:scale3d(.3,.3,.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(.985);transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.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(.985);transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.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(.9);transform:translate3d(20px,0,0) scaleX(.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(.9);transform:translate3d(20px,0,0) scaleX(.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(.9);transform:translate3d(-20px,0,0) scaleX(.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(.9);transform:translate3d(-20px,0,0) scaleX(.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(.985);transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0) scaleY(.9);transform:translate3d(0,20px,0) scaleY(.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(.985);transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0) scaleY(.9);transform:translate3d(0,20px,0) scaleY(.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:translate3d(0,0,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:translate3d(0,0,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:translate3d(0,0,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:translate3d(0,0,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:translate3d(0,0,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:translate3d(0,0,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:translate3d(0,0,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:translate3d(0,0,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:translate3d(0,0,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:translate3d(0,0,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:translate3d(0,0,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:translate3d(0,0,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:translate3d(0,0,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:translate3d(0,0,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:translate3d(0,0,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:translate3d(0,0,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:translate3d(0,0,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:translate3d(0,0,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:translate3d(0,0,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:translate3d(0,0,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:translate3d(0,0,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:translate3d(0,0,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:translate3d(0,0,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:translate3d(0,0,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:translate3d(0,0,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:translate3d(0,0,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:translate3d(0,0,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:translate3d(0,0,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:translate3d(0,0,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:translate3d(0,0,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:translate3d(0,0,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:translate3d(0,0,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) scale3d(1,1,1) translate3d(0,0,0) rotate3d(0,1,0,-360deg);transform:perspective(400px) scaleZ(1) translateZ(0) rotateY(-360deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);transform:perspective(400px) scaleZ(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);transform:perspective(400px) scaleZ(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translate3d(0,0,0) rotate3d(0,1,0,0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,0) rotate3d(0,1,0,0deg);transform:perspective(400px) scaleZ(1) translateZ(0) rotateY(0);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{-webkit-transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,0) rotate3d(0,1,0,-360deg);transform:perspective(400px) scaleZ(1) translateZ(0) rotateY(-360deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);transform:perspective(400px) scaleZ(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);transform:perspective(400px) scaleZ(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translate3d(0,0,0) rotate3d(0,1,0,0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,0) rotate3d(0,1,0,0deg);transform:perspective(400px) scaleZ(1) translateZ(0) rotateY(0);-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) rotate3d(1,0,0,90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-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) rotate3d(0,1,0,90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-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) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(1,0,0,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) rotate3d(0,1,0,-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(0,1,0,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) skew(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skew(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skew(-5deg)}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}@keyframes lightSpeedInRight{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skew(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skew(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skew(-5deg)}to{-webkit-transform:translate3d(0,0,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) skew(30deg);opacity:0}60%{-webkit-transform:skewX(-20deg);transform:skew(-20deg);opacity:1}80%{-webkit-transform:skewX(5deg);transform:skew(5deg)}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}@keyframes lightSpeedInLeft{0%{-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skew(30deg);opacity:0}60%{-webkit-transform:skewX(-20deg);transform:skew(-20deg);opacity:1}80%{-webkit-transform:skewX(5deg);transform:skew(5deg)}to{-webkit-transform:translate3d(0,0,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) skew(30deg);opacity:0}}@keyframes lightSpeedOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skew(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) skew(-30deg);opacity:0}}@keyframes lightSpeedOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skew(-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:rotate3d(0,0,1,-200deg);transform:rotate3d(0,0,1,-200deg);opacity:0}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0);opacity:1}}@keyframes rotateIn{0%{-webkit-transform:rotate3d(0,0,1,-200deg);transform:rotate3d(0,0,1,-200deg);opacity:0}to{-webkit-transform:translate3d(0,0,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:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownLeft{0%{-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}to{-webkit-transform:translate3d(0,0,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:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownRight{0%{-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}to{-webkit-transform:translate3d(0,0,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:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpLeft{0%{-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}to{-webkit-transform:translate3d(0,0,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:rotate3d(0,0,1,-90deg);transform:rotate3d(0,0,1,-90deg);opacity:0}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpRight{0%{-webkit-transform:rotate3d(0,0,1,-90deg);transform:rotate3d(0,0,1,-90deg);opacity:0}to{-webkit-transform:translate3d(0,0,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:rotate3d(0,0,1,200deg);transform:rotate3d(0,0,1,200deg);opacity:0}}@keyframes rotateOut{0%{opacity:1}to{-webkit-transform:rotate3d(0,0,1,200deg);transform:rotate3d(0,0,1,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:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{opacity:1}to{-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,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:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{opacity:1}to{-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-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:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{opacity:1}to{-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-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:rotate3d(0,0,1,90deg);transform:rotate3d(0,0,1,90deg);opacity:0}}@keyframes rotateOutUpRight{0%{opacity:1}to{-webkit-transform:rotate3d(0,0,1,90deg);transform:rotate3d(0,0,1,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:rotate3d(0,0,1,80deg);transform:rotate3d(0,0,1,80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate3d(0,0,1,60deg);transform:rotate3d(0,0,1,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:rotate3d(0,0,1,80deg);transform:rotate3d(0,0,1,80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate3d(0,0,1,60deg);transform:rotate3d(0,0,1,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(.1) rotate(30deg);transform:scale(.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(.1) rotate(30deg);transform:scale(.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) rotate3d(0,0,1,-120deg);transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}to{opacity:1;-webkit-transform:translate3d(0,0,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) rotate3d(0,0,1,120deg);transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg)}}@keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg);transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg)}}.animate__rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.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(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0)}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.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(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0)}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.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(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.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:translate3d(0,0,0);transform:translateZ(0)}}@keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,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:translate3d(0,0,0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,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:translate3d(0,0,0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,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:translate3d(0,0,0);transform:translateZ(0)}}@keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}.animate__slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{0%{-webkit-transform:translate3d(0,0,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:translate3d(0,0,0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes slideOutLeft{0%{-webkit-transform:translate3d(0,0,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:translate3d(0,0,0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes slideOutRight{0%{-webkit-transform:translate3d(0,0,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:translate3d(0,0,0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{0%{-webkit-transform:translate3d(0,0,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}.spinner[data-v-2664105e]{display:inline-block;width:40px;height:40px;border:4px solid rgba(0,0,0,.1);border-radius:50%;border-top-color:var(--main-color, #7b24f5);animation:spin-2664105e 1s ease-in-out infinite}.spinner--sm[data-v-2664105e]{width:24px;height:24px;border-width:2px}.spinner--lg[data-v-2664105e]{width:60px;height:60px;border-width:6px}@keyframes spin-2664105e{to{transform:rotate(360deg)}}.loading-state[data-v-9cea3191]{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:var(--spacing-md, 1rem)}.loading-state__text[data-v-9cea3191]{margin-top:var(--spacing-md, 1rem);color:var(--text-secondary, #6c757d);font-family:var(--font-family, "Poppins, sans-serif");text-align:center}.button[data-v-c97994a9]{display:inline-flex;align-items:center;justify-content:center;font-family:var(--font-family, "Poppins, sans-serif");font-weight:var(--font-weight-medium, 500);text-align:center;white-space:nowrap;vertical-align:middle;-webkit-user-select:none;user-select:none;border:var(--border-width, 1px) solid transparent;padding:.5rem 1rem;border-radius:var(--border-radius, 4px);transition:all var(--transition-duration, .3s) var(--transition-timing, ease-in-out);cursor:pointer}.button[data-v-c97994a9]:disabled{opacity:.65;cursor:not-allowed}.button--primary[data-v-c97994a9]{background-color:var(--main-color, #7b24f5);color:var(--on-main-color, #ffffff);border-color:var(--main-color, #7b24f5)}.button--primary[data-v-c97994a9]:hover:not(:disabled){background-color:var(--main-color-dark, #5a1bb8);border-color:var(--main-color-dark, #5a1bb8)}.button--secondary[data-v-c97994a9]{background-color:var(--second-color, #3a4248);color:#fff;border-color:var(--second-color, #3a4248)}.button--secondary[data-v-c97994a9]:hover:not(:disabled){background-color:var(--second-color-dark, #2a3136);border-color:var(--second-color-dark, #2a3136)}.button--outline[data-v-c97994a9]{background-color:transparent;color:var(--main-color, #7b24f5);border-color:var(--main-color, #7b24f5)}.button--outline[data-v-c97994a9]:hover:not(:disabled){background-color:var(--main-color, #7b24f5);color:var(--on-main-color, #ffffff)}.button--text[data-v-c97994a9]{background-color:transparent;color:var(--main-color, #7b24f5);border-color:transparent;padding-left:.5rem;padding-right:.5rem}.button--text[data-v-c97994a9]:hover:not(:disabled){text-decoration:underline;background-color:transparent}.button--sm[data-v-c97994a9]{padding:.25rem .5rem;font-size:var(--font-size-small, 12px)}.button--lg[data-v-c97994a9]{padding:.75rem 1.5rem;font-size:var(--font-size-large, 16px)}.button--block[data-v-c97994a9]{display:block;width:100%}.error-state[data-v-3102a466]{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:var(--spacing-lg, 1.5rem);text-align:center}.error-state__icon[data-v-3102a466]{color:var(--color-danger, #f44336);margin-bottom:var(--spacing-md, 1rem)}.error-state__title[data-v-3102a466]{font-family:var(--font-family, "Poppins, sans-serif");font-weight:var(--font-weight-bold, 700);font-size:var(--font-size-large, 16px);color:var(--text-primary, #212529);margin:0 0 var(--spacing-sm, .5rem) 0}.error-state__message[data-v-3102a466]{font-family:var(--font-family, "Poppins, sans-serif");color:var(--text-secondary, #6c757d);margin:0 0 var(--spacing-md, 1rem) 0;max-width:500px}.error-state__actions[data-v-3102a466]{margin-top:var(--spacing-md, 1rem)}.status-chip[data-v-aeeb5734]{display:inline-block;border-radius:20px;font-weight:400;font-size:12px;text-align:center;width:95px;height:20px}.status-chip--canceled[data-v-aeeb5734]{background-color:#ff0003;color:#fff}.status-chip--confirmed[data-v-aeeb5734]{background-color:#4caf50;color:#fff}.status-chip--pending[data-v-aeeb5734]{background-color:#ff9800;color:#fff}.status-chip--default[data-v-aeeb5734]{background-color:#e0e0e0;color:#fff}.document-alert[data-v-5b6e4cf9]{display:flex;align-items:center;background-color:var(--alert-background-color);padding:16px;margin-bottom:8px;border-radius:8px;font-size:12px;color:var(--alert-color)}.document-alert .alert-content .title[data-v-5b6e4cf9]{font-weight:700}.document-alert .alert-content .title i[data-v-5b6e4cf9]{color:var(--alert-color);margin-right:8px;font-size:16px;font-weight:700}.document-alert .alert-content .message[data-v-5b6e4cf9]{font-weight:400;display:flex;align-items:center}.document-alert .alert-content .message i[data-v-5b6e4cf9]{color:var(--alert-color);margin-right:8px;font-size:16px;font-weight:700}.modal-overlay[data-v-5040aa76]{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#0009;display:flex;justify-content:center;align-items:center;z-index:1000;padding:15px}.modal-content[data-v-5040aa76]{background-color:#fff;padding:1rem;border-radius:8px;box-shadow:0 5px 15px #0000004d;min-width:300px;max-width:600px;width:100%;display:flex;flex-direction:column}.modal-header[data-v-5040aa76]{display:flex;flex-direction:column;justify-content:space-between;align-items:center;padding:1rem 0rem}.modal-header .modal-title[data-v-5040aa76]{margin:0;font-size:18px;font-weight:700;color:#3c3d4f}.modal-header .modal-icon[data-v-5040aa76]{border-radius:50%;display:flex;align-items:center;justify-content:center;background-color:#e6eefe;padding:1rem}.modal-header .modal-icon i[data-v-5040aa76]{font-size:28px;font-weight:400;color:#3875f6}.modal-header .modal-close-button[data-v-5040aa76]{background:none;border:none;font-size:18px;font-weight:700;line-height:1;cursor:pointer;color:#3c3d4f;padding:.25rem .5rem}.modal-body[data-v-5040aa76]{font-size:14px;font-weight:400;color:#3c3d4f;overflow-y:auto;padding:1rem 0rem}.modal-footer[data-v-5040aa76]{display:flex;flex-direction:column-reverse;justify-content:flex-start;gap:4px;padding:1rem 0rem;margin-top:auto}.modal-button[data-v-5040aa76]{padding:.75rem;border-radius:8px;font-size:14px;font-weight:800;cursor:pointer;background-color:#f0f0f0;color:#3c3d4f}.modal-button[data-v-5040aa76]:hover{background-color:#f0f0f0;color:#3c3d4f}.modal-button--primary[data-v-5040aa76]{background-color:#7b11f5;color:#fff;border:1px solid #7b11f5}.modal-button--primary[data-v-5040aa76]:hover{background-color:#f0f0f0;color:#7b11f5}.modal-button--secondary[data-v-5040aa76]{background-color:#f9fbfd;color:#3c3d4f;border:1px solid #dbdde6}.modal-button--secondary[data-v-5040aa76]:hover{background-color:#f0f0f0;color:#3c3d4f}.modal-button--danger[data-v-5040aa76]{background-color:#f44336;color:#fff;border:1px solid #f44336}.modal-button--danger[data-v-5040aa76]:hover{background-color:#f0f0f0;color:#f44336}.modal-details[data-v-5040aa76]{font-size:14px;font-weight:800}.modal-fade-enter-active[data-v-5040aa76],.modal-fade-leave-active[data-v-5040aa76]{transition:opacity .3s ease}.modal-fade-enter-from[data-v-5040aa76],.modal-fade-leave-to[data-v-5040aa76]{opacity:0}.modal-fade-enter-active .modal-content[data-v-5040aa76],.modal-fade-leave-active .modal-content[data-v-5040aa76]{transition:transform .3s ease}.modal-fade-enter-from .modal-content[data-v-5040aa76],.modal-fade-leave-to .modal-content[data-v-5040aa76]{transform:translateY(-20px) scale(.95)}.reservation-form select.form-control{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23e52d27' d='M6 8.825L1.175 4 2.05 3.125 6 7.075 9.95 3.125 10.825 4 6 8.825z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;padding-right:2.5rem}:root,:host{--main-color: #7b24f5;--main-color-dark: #5a1bb8;--main-color-light: #9c5bf7;--on-main-color: #ffffff;--second-color: #3a4248;--second-color-dark: #2a3136;--second-color-light: #6c757d;--color-accent: #3d057e;--title-color: #3c3d4f;--title-secondary: #b4b6c6;--status-pending: #f98e1a;--status-approved: #37a23b;--status-error: #ff0000;--status-precheckout: #7b11f5;--status-waiting-list: #3875f6;--status-success: #40bd45;--font-family: "Poppins", sans-serif;--font-size: 14px;--font-size-small: 12px;--font-size-large: 16px;--font-size-xlarge: 18px;--font-size-xxlarge: 20px;--font-weight-normal: 400;--font-weight-medium: 500;--font-weight-bold: 700;--font-weight-800: 800;--line-height-base: 1.5;--color-success: #4caf50;--color-info: #2196f3;--color-warning: #ff9800;--color-danger: #f44336;--bg-light: #f8f9fa;--bg-dark: #212529;--bg-white: #ffffff;--bg-gray: #f0f0f0;--bg-body: #ffffff;--bg-pre-authorized: #dbdde6;--bg-free: #f8f2fe;--bg-paid: #f1fbf1;--bg-error: #fff4f4;--bg-pending: #fef2e5;--text-primary: #3c3d4f;--text-secondary: #8f91aa;--text-light: #f5f5f5;--text-muted: #999999;--font-color: #212529;--color-primary: #3c3d4f;--color-secondary: #8f91aa;--color-border: #dbdde6;--color-white: #fff;--color-light-gray: #f5f5f5;--border-radius: 8px;--border-width: 1px;--border-color: #dbdde6;--spacing-xs: .25rem;--spacing-sm: .5rem;--spacing-md: 1rem;--spacing-lg: 1.5rem;--spacing-xl: 2rem;--shadow-sm: 0 2px 4px rgba(0, 0, 0, .1);--shadow-md: 0 4px 8px rgba(0, 0, 0, .1);--shadow-lg: 0 8px 16px rgba(0, 0, 0, .1);--transition-duration: .3s;--transition-timing: ease-in-out;--branches-bg: var(--bg-white, #ffffff);--branches-hero-bg: var(--bg-light, #f8f9fa);--branches-hero-ink: var(--title-color, #3c3d4f);--branches-surface: var(--color-white, #ffffff);--branches-surface-hover: var(--bg-free, #f8f2fe);--branches-ink: var(--title-color, #3c3d4f);--branches-ink-muted: var(--text-secondary, #8f91aa);--branches-accent: var(--main-color, #7b24f5);--branches-accent-dark: var(--main-color-dark, #5a1bb8);--branches-accent-ink: var(--on-main-color, #ffffff);--branches-border: var(--border-color, #dbdde6);--branches-radius: 16px;--branches-tile-min-height: 84px;--branches-shadow: var(--shadow-sm, 0 2px 4px rgba(0, 0, 0, .1));--branches-hero-image: none;--branches-hero-image-position: center;--branches-hero-overlay: transparent;--branches-hero-ink-muted: var(--branches-ink-muted, #8f91aa)}@supports (color: color-mix(in srgb,red 50%,white)){:root,:host{--main-color-dark: color-mix(in srgb, var(--main-color) 75%, #000);--main-color-light: color-mix(in srgb, var(--main-color) 75%, #fff)}}.text-secondary{color:var(--second-color)}.bg-secondary{background-color:var(--second-color)}.language-selector{display:inline-block}.language-selector__tabs{display:flex;border-radius:2px;overflow:hidden;height:24px}.language-selector__tab{padding:0 15px;border:none;background:#fff;color:#333;font-weight:600;font-size:12px;cursor:pointer;transition:all .2s ease;min-width:40px;text-align:center;height:100%;display:flex;align-items:center;justify-content:center;position:relative}.language-selector__tab:not(:last-child):after{content:"";position:absolute;right:0;top:20%;height:60%;width:1px;background-color:#e0e0e0}.language-selector__tab--active{background-color:#3c3d4f;color:#fff}.language-selector__tab:hover:not(.language-selector__tab--active){background-color:#f5f5f5}.base-button{display:inline-flex;align-items:center;justify-content:center;font-family:var(--font-family);font-size:14px;font-weight:800;padding:.75rem 1.5rem;border-radius:var(--border-radius);border:none;cursor:pointer;transition:all .2s ease}.base-button:disabled{opacity:.6;cursor:not-allowed}.base-button--primary{background-color:var(--main-color);color:#fff}.base-button--primary:hover:not(:disabled){filter:brightness(.8)}.base-button--secondary{background-color:var(--main-color);color:#fff}.base-button--secondary:hover:not(:disabled){filter:brightness(.8)}.base-button--outline{background-color:transparent;border:1px solid var(--main-color);color:var(--main-color)}.base-button--outline:hover:not(:disabled){filter:brightness(.8)}.base-button--text{background-color:transparent;color:var(--main-color);padding:.5rem 1rem}.base-button--text:hover:not(:disabled){filter:brightness(.8)}.base-button--block{display:flex;width:100%}.supplier-info{padding:1rem;position:relative;z-index:20}.supplier-info__loading,.supplier-info__error{text-align:center;padding:1rem;color:var(--second-color, #3a4248);font-size:.9rem}.supplier-info__error{color:var(--color-danger, #dc3545)}.supplier-info__container{display:flex;flex-direction:column;gap:.75rem}.supplier-info__main{display:flex;justify-content:space-between;flex-wrap:wrap;gap:.5rem}.supplier-info__item{display:flex;align-items:center;font-size:.9rem;color:var(--second-color, #3a4248)}.supplier-info__details{display:flex;justify-content:space-between;flex-wrap:wrap;gap:.5rem;font-size:.85rem;padding-top:.75rem}.supplier-info__icon{margin-right:.5rem;display:flex;align-items:center;color:var(--main-color, #6c757d)}.supplier-info__services{display:flex;align-items:center;gap:.75rem}.supplier-info__service{display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--main-color, #6c757d);font-size:1.1rem;margin-right:4px}.supplier-info__service:hover{color:var(--main-color, #5a6268)}.supplier-info__service .fa-icon{margin-right:4px}.supplier-info__service-text{margin-left:4px;font-size:12px;font-weight:800;color:var(--title-color, #3C3D4F)}.supplier-info__service-text i{font-size:16px;font-weight:400}@media (max-width: 768px){.supplier-info{padding:.75rem}.supplier-info__container{gap:.5rem}.supplier-info__item{font-size:.8rem}.supplier-info__details{font-size:.75rem}.supplier-info__services{gap:.5rem}}.date-selector{margin-bottom:1rem}.date-selector__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.date-selector__title{margin:0;font-size:14px;font-weight:800;color:var(--title-color)}.date-selector__options{display:flex;justify-content:flex-start;flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:.5rem;margin-bottom:.75rem;padding-bottom:2px}.date-selector__options::-webkit-scrollbar{display:none}.date-selector__selected{font-size:.95rem;margin:.75rem 0;color:var(--title-color);font-weight:500;text-transform:capitalize}.date-selector__reason{font-size:.8rem;color:var(--text-secondary);margin-left:.5rem}.date-selector__calendar-toggle{background:none;border:none;padding:0;cursor:pointer;color:var(--title-color);display:flex;align-items:center;line-height:1;position:relative}.date-selector__calendar-toggle svg{width:1.1rem;height:1.1rem}.date-selector__calendar-toggle-label{position:absolute;top:calc(100% + 6px);right:0;background-color:var(--title-color);color:#fff;font-size:.7rem;font-weight:500;padding:3px 8px;border-radius:4px;white-space:nowrap;opacity:0;pointer-events:none;transition:opacity .15s ease}.date-selector__calendar-toggle-label:before{content:"";position:absolute;bottom:100%;right:8px;border:4px solid transparent;border-bottom-color:var(--title-color)}.date-selector__calendar-toggle:hover{color:var(--main-color)}.date-selector__calendar-toggle:hover .date-selector__calendar-toggle-label{opacity:1}.date-selector__calendar-btn{width:100%;padding:.75rem;border:1px solid #dbdde6;border-radius:var(--border-radius);background-color:#fff;text-align:left;display:flex;align-items:center;font-size:14px;font-weight:400;cursor:pointer}.date-selector__calendar-btn svg{margin-right:.5rem;color:var(--main-color)}.date-selector__calendar-btn:hover{border-color:var(--main-color)}.date-selector__calendar{margin-top:1rem;border:1px solid var(--border-color);border-radius:var(--border-radius);padding:1rem;background-color:#fff}.date-selector__calendar-header{display:flex;justify-content:start;align-items:center;margin-bottom:1rem}.date-selector__calendar-title{font-weight:600;text-transform:capitalize}.date-selector__calendar-nav{width:30px;height:30px;border:1px solid var(--border-color);border-radius:50%;background-color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer}.date-selector__calendar-nav:hover:not(:disabled){border-color:var(--title-color);color:var(--title-color)}.date-selector__calendar-nav:disabled{opacity:.5;cursor:not-allowed}.date-selector__calendar-weekdays{display:grid;grid-template-columns:repeat(7,1fr);gap:.25rem;margin-bottom:.5rem}.date-selector__calendar-weekday{text-align:center;font-weight:600;font-size:.85rem;padding:.25rem;color:var(--text-secondary)}.date-selector__calendar-days{display:grid;grid-template-columns:repeat(7,1fr);gap:.25rem}.date-selector__calendar-day{text-align:center;padding:.5rem 0;border-radius:var(--border-radius);cursor:pointer;font-weight:500}.date-selector__calendar-day:hover:not(.date-selector__calendar-day--disabled):not(.date-selector__calendar-day--other-month){background-color:#e52d271a}.date-selector__calendar-day--selected{background-color:var(--title-color);color:#fff}.date-selector__calendar-day--disabled{opacity:.3;cursor:not-allowed}.date-selector__calendar-day--other-month{opacity:.3}.date-option{min-width:90px;padding:.5rem .25rem;border:1px solid var(--border-color);border-radius:var(--border-radius);text-align:center;cursor:pointer;transition:all .2s ease;flex-shrink:0;background-color:#fff}.date-option__day{font-size:14px;font-weight:800;margin-bottom:.1rem;display:block}.date-option__label{font-size:9px;font-weight:400;color:var(--text-secondary);text-transform:capitalize;display:block}.date-option:hover:not(.date-option--disabled){border-color:var(--title-color)}.date-option--selected{background-color:var(--title-color);border-color:var(--title-color);color:#fff}.date-option--selected .date-option__label{color:#ffffffe6}.date-option--disabled{opacity:.5;cursor:not-allowed}.date-option--remaining{background-color:var(--title-color);border-color:var(--title-color);color:#fff;cursor:pointer}.date-option--remaining .date-option__day{font-size:1.1rem;font-weight:600}.date-option--remaining .date-option__label{color:#ffffffe6}.date-option--remaining:hover{background-color:var(--second-color)}@media (max-width: 576px){.date-option{min-width:55px;padding:.4rem .2rem}}.time-slot-selector{margin-bottom:1rem}.time-slot-selector__title{font-size:14px;font-weight:800;color:var(--title-color);margin-bottom:.5rem}.time-slots-container{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem}.time-slot{padding:.25rem;background-color:transparent;color:var(--title-color);border:1px solid #DBDDE6;border-radius:8px;font-size:14px;font-weight:400;text-align:center;cursor:pointer;transition:all .2s ease;max-width:100%}.time-slot:hover:not(:disabled){filter:brightness(.8)}.time-slot--selected{background-color:var(--title-color);color:var(--neutral-colors-white, #fff);border-color:var(--title-color)}.time-slot--disabled{opacity:.5;cursor:not-allowed;background-color:#ccc}.no-slots-alert{display:flex;align-items:center;padding:1rem;background-color:#fff3cd;border:1px solid #ffeeba;border-radius:8px;color:#856404;margin-bottom:1rem}.no-slots-alert .alert-icon{margin-right:.75rem;flex-shrink:0}.no-slots-alert .alert-icon i{color:#856404;font-size:1.25rem}.no-slots-alert p{margin:0;font-size:.95rem}@media (max-width: 576px){.time-slots-container{grid-template-columns:repeat(2,1fr)}}.custom-select-wrapper{position:relative;width:100%;font-family:var(--font-family)}.custom-select-wrapper h3{font-size:14px;font-weight:800}.form-label{display:block;margin-bottom:.5rem;font-weight:400;color:var(--title-color);font-size:14px}.custom-select-display{display:flex;justify-content:space-between;align-items:center;width:100%;padding:.75rem;border:1px solid #dbdde6;border-radius:var(--border-radius);background-color:#fff;cursor:pointer;-webkit-user-select:none;user-select:none;transition:--title-color .15s ease-in-out;box-sizing:border-box}.custom-select-display:focus,.custom-select-display.is-open{outline:none;border-color:var(--title-color)}.dropdown-arrow{transition:transform .2s ease;color:var(--title-color)}.custom-select-display.is-open .dropdown-arrow{transform:rotate(180deg)}.options-list{position:absolute;top:calc(100% + 2px);left:0;right:0;background-color:#fff;border:1px solid var(--border-color);border-top:none;border-radius:0 0 var(--border-radius) var(--border-radius);list-style:none;padding:0;margin:0;max-height:200px;overflow-y:auto;z-index:1000;box-shadow:0 4px 8px #0000001a}.option-item{padding:.75rem;cursor:pointer;color:var(--title-secondary);transition:background-color .15s ease-in-out}.option-item:hover{background-color:var(--title-color)}.option-item.selected{background-color:var(--background-selected);font-weight:500}.fade-enter-active,.fade-leave-active{transition:opacity .15s ease}.custom-select-wrapper{position:relative;margin-bottom:1rem}.custom-select-display:hover{border-color:#dbdde6}.custom-select-display.is-open{border-color:#666;border-radius:8px 8px 0 0}.dropdown-arrow{margin-left:auto;transition:transform .2s}.is-open .dropdown-arrow{transform:rotate(180deg)}.options-list{position:absolute;top:100%;left:0;right:0;max-height:250px;overflow-y:auto;background-color:#fff;border:1px solid #dbdde6;border-top:none;border-radius:0 0 8px 8px;z-index:10;padding:0;margin:0;list-style:none;box-shadow:0 4px 8px #0000001a}.option-item{padding:.75rem 1rem;cursor:pointer;display:flex;align-items:center;color:#3c3d4f}.option-item:hover{background-color:#f5f5f5}.option-item.selected{background-color:#f0f0f0;font-weight:500}.option-item--focused{background-color:#f5f5f5;box-shadow:inset 3px 0 0 var(--main-color, var(--title-color))}.custom-select-display:focus-visible{outline:2px solid var(--main-color, var(--title-color));outline-offset:1px}.icon{margin-right:10px;width:20px;display:inline-flex;justify-content:center;color:var(--title-color)}.fade-enter-active,.fade-leave-active{transition:opacity .2s}.custom-select-wrapper.is-multiple .option-item{display:flex;align-items:center}.custom-select-wrapper.is-multiple .option-item.selected{background-color:inherit;font-weight:400}.custom-select-wrapper.is-multiple .option-item:hover{background-color:var(--background-hover)}.custom-select-wrapper.is-multiple .option-checkbox{margin-right:10px;cursor:pointer;accent-color:var(--title-color);height:1em;width:1em}.custom-select-wrapper.is-multiple .option-item .icon+span{margin-left:0}.custom-select-wrapper.is-multiple .option-item span{flex-grow:1}.custom-select-display:not(.has-value) span{color:#6c757d}.search-input-container{padding:8px;border-bottom:1px solid var(--bg-pre-authorized);position:sticky;top:0;background-color:#fff;z-index:1}.search-input{width:100%;padding:8px 12px;border:1px solid var(--bg-pre-authorized);border-radius:var(--border-radius-sm, 4px);box-sizing:border-box;font-size:.95rem}.search-input:focus{outline:none;border-color:var(--title-color);box-shadow:0 0 0 2px rgba(var(--title-color, 0, 123, 255),.25)}.is-invalid{border-color:#dc3545}.option-item__label{display:flex;flex-direction:row;justify-content:space-between;width:100%}.selected-display{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;width:100%;margin-right:4px}.selected-display i,.selected-display span{color:var(--text-secondary);font-size:12px;font-weight:400}.consumable{color:#8f91aa;font-size:10px;font-weight:400;overflow-wrap:break-word}.consumable p{margin:0 0 .25rem}.consumable p:last-child{margin-bottom:0}.consumable ul,.consumable ol{margin:.25rem 0;padding-left:1rem}.restaurant-tabs{display:flex;border-bottom:1px solid #dee2e6;margin:1rem 0rem}.restaurant-tabs__tab{padding:.75rem 1rem;background:none;border:none;font-family:var(--font-family);font-size:14px;font-weight:500;color:var(--second-color-light);cursor:pointer;position:relative;margin-right:1rem}.restaurant-tabs__tab:after{content:"";position:absolute;bottom:-1px;left:0;width:100%;height:2px;background-color:transparent;transition:background-color .2s ease}.restaurant-tabs__tab:hover{color:#212529}.restaurant-tabs__tab--active{color:var(--title-color);font-weight:600}.restaurant-tabs__tab--active:after{background-color:var(--main-color)}.custom-phone-code-select{position:relative;width:120px}.custom-phone-code-select .selected-option-button{display:flex;align-items:center;width:100%;padding:.75rem;border:1px solid #ddd;border-radius:8px 0 0 8px;background-color:#f5f5f5;text-align:left;cursor:pointer;font-family:inherit;font-size:12px;font-weight:400}.custom-phone-code-select .selected-option-button:focus{outline:none;border-color:var(--main-color);box-shadow:0 0 0 2px rgba(var(--main-color-rgb),.25)}.custom-phone-code-select .country-flag{width:12px;height:12px;margin-right:8px;display:inline-block;vertical-align:middle}.custom-phone-code-select .country-flag img{display:block;width:100%;height:100%;object-fit:cover}.custom-phone-code-select .placeholder-flag{width:16px;height:12px;margin-right:8px;display:inline-block}.custom-phone-code-select .placeholder-flag span{font-size:12px;font-weight:400}.custom-phone-code-select .dropdown-arrow{margin-left:auto;transition:transform .2s ease-in-out;font-size:12px;font-weight:400;color:var(--title-color)}.custom-phone-code-select .dropdown-arrow.open{transform:rotate(180deg)}.custom-phone-code-select .options-list{position:absolute;top:calc(100% + 4px);left:0;right:0;background-color:#fff;border:1px solid #ddd;border-radius:8px;list-style:none;padding:.5rem 0;margin:0;max-height:200px;overflow-y:auto;z-index:10;box-shadow:0 2px 5px #0000001a}.custom-phone-code-select .options-list li{display:flex;align-items:center;padding:.5rem 1rem;cursor:pointer;white-space:nowrap}.custom-phone-code-select .options-list li:hover,.custom-phone-code-select .options-list li.selected{background-color:#f0f0f0}.custom-phone-code-select .options-list li.is-focused{background-color:#f0f0f0;box-shadow:inset 3px 0 0 var(--main-color, var(--title-color))}.custom-phone-code-select .options-list li .option-text{margin-left:8px;flex-grow:1;overflow:hidden;text-overflow:ellipsis}.custom-phone-code-select .options-list .search-input-container{padding:.5rem .75rem;border-bottom:1px solid #eee;position:sticky;top:0;background-color:#fff;z-index:2}.custom-phone-code-select .options-list .search-input-container .search-input{width:100%;padding:.4rem .6rem;border:1px solid #ddd;border-radius:8px;font-size:12px;font-weight:400;font-family:inherit;box-sizing:border-box}.custom-phone-code-select .options-list .search-input-container .search-input:focus{outline:none;border-color:var(--main-color)}.custom-phone-code-select .dropdown-fade-enter-active,.custom-phone-code-select .dropdown-fade-leave-active{transition:opacity .2s ease}.custom-phone-code-select .dropdown-fade-enter-from,.custom-phone-code-select .dropdown-fade-leave-to{opacity:0}.restaurant-header{height:200px;background-size:cover;background-position:center;position:fixed;top:0;left:0;width:100%;z-index:1000;box-shadow:0 2px 8px #0003;transition:all .3s ease;background-repeat:no-repeat}.restaurant-header__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom,#0003,#000000b3);display:flex;flex-direction:column;justify-content:space-between;padding-top:1rem}.restaurant-header__top{display:flex;justify-content:flex-end;padding:0 1rem;margin-bottom:1rem;z-index:10}.restaurant-header__language-selector{z-index:10;display:flex;gap:5px}.restaurant-header__spinner-container{flex-grow:1;display:flex;align-items:center;justify-content:center;min-height:60px}.restaurant-header__spinner-container .spinner{border:4px solid rgba(255,255,255,.3);border-left-color:#fff;border-radius:50%;width:30px;height:30px;animation:spin 1s linear infinite}.restaurant-header__title{color:#fff;padding:0 0 1rem;display:flex;flex-direction:column;justify-content:flex-end;height:100%;width:100%;transition:all .3s ease}.restaurant-header__title-container{display:flex;align-items:center;margin-bottom:0;align-self:flex-start;background:linear-gradient(90deg,#000000b3,#00000080 70%,#0000);padding:0rem 1rem;border-radius:0 2rem 2rem 0;width:100%}.restaurant-header__title h3{font-size:24px;font-weight:600;margin:0;line-height:28px;text-overflow:ellipsis}.restaurant-header__title small{font-size:9px}.restaurant-header__title .container-status-chip{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:2rem;width:100%}.restaurant-header__logo{width:44px;height:44px;border-radius:50%;overflow:hidden;margin-right:1rem;background-color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 4px #0000004d}.restaurant-header__logo img{width:100%;height:100%;object-fit:cover}.restaurant-header__logo--landscape{width:auto;max-width:140px;border-radius:8px;padding:4px 8px}.restaurant-header__logo--landscape img{width:auto;max-width:100%;height:100%;object-fit:contain}.restaurant-header.is-fixed{height:90px}.restaurant-header.is-fixed .restaurant-header__overlay{flex-direction:row-reverse;justify-content:space-between;align-items:center;background-color:#000c}.restaurant-header.is-fixed .restaurant-header__title-container{max-width:100%}.restaurant-header.is-fixed h3{display:none}.header-spacer{height:200px}.restaurant-header.is-fixed+.header-spacer{height:90px}.container-labels{display:flex;flex-direction:column;align-items:start;width:100%}@media (max-width: 768px){.restaurant-header{height:150px}.restaurant-header__title-container{padding:.75rem 1.5rem .75rem .75rem}.restaurant-header__title h3{font-size:24px}.restaurant-header__logo{width:50px;height:44px}.restaurant-header__logo--landscape{width:auto;max-width:140px}.header-spacer{height:150px}}.guarantee-info{width:100%;background:var(--color-white);padding:20px 0;border-radius:16px;box-shadow:0 10px 54px #f5f5f8}.guarantee-info .guarantee-info-title{display:flex;justify-content:left;align-items:center;padding:.75rem 0rem;color:var(--color-primary);font-weight:700;font-size:16px}.guarantee-info .guarantee-info-subtitle{display:flex;justify-content:left;align-items:center;padding:.75rem 0rem;color:var(--color-primary);font-weight:700;font-size:14px}.guarantee-info .guarantee-info-content .payment-card{display:flex;align-items:center;border-radius:4px;border:1px solid var(--color-border);padding:10px;margin-bottom:1rem;width:100%}.guarantee-info .guarantee-info-content .payment-card-icon{font-size:24px;margin-right:15px;flex-shrink:0}.guarantee-info .guarantee-info-content .payment-card-icon.precheckout{color:var(--status-precheckout)}.guarantee-info .guarantee-info-content .payment-card-icon.pending{color:var(--status-pending)}.guarantee-info .guarantee-info-content .payment-card-icon.approved{color:var(--status-approved)}.guarantee-info .guarantee-info-content .payment-card-icon.error{color:var(--status-error)}.guarantee-info .guarantee-info-content .payment-card-content{flex-grow:1;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center}.guarantee-info .guarantee-info-content .payment-card-name{font-size:14px;color:var(--color-primary);font-weight:400;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.guarantee-info .guarantee-info-content .payment-card-status-name{display:flex;align-items:start;justify-content:center;flex-direction:column}.guarantee-info .guarantee-info-content .payment-card-status-name .card-details{display:flex;flex-wrap:wrap;gap:1rem;margin-top:4px;font-size:12px;color:var(--color-primary);font-weight:400;align-items:center}.guarantee-info .guarantee-info-content .payment-card-status-name .card-details .card-number{font-weight:500}.guarantee-info .guarantee-info-content .payment-card-status-name .card-details .card-expiry{color:#999}.guarantee-info .guarantee-info-content .payment-card-status-name .card-details .card-brand{text-transform:capitalize;font-weight:500}.guarantee-info .guarantee-info-content .payment-card-status-name .card-details .card-brand img{width:20px;height:15px;display:flex;align-items:center;justify-content:center}.guarantee-info .guarantee-info-content .payment-card-status-amount{display:flex;flex-direction:column;justify-content:space-between;align-items:center}.guarantee-info .guarantee-info-content .payment-card-status-amount .payment-card-status{font-size:10px;font-weight:400;text-align:right;flex-grow:1;min-width:70px;text-align:center}.guarantee-info .guarantee-info-content .payment-card-status-amount .payment-card-status.precheckout{color:var(--status-precheckout)}.guarantee-info .guarantee-info-content .payment-card-status-amount .payment-card-status.pending{color:var(--status-pending)}.guarantee-info .guarantee-info-content .payment-card-status-amount .payment-card-status.approved{color:var(--status-approved)}.guarantee-info .guarantee-info-content .payment-card-status-amount .payment-card-status.error{color:var(--status-error)}.guarantee-info .guarantee-info-content .payment-card-status-amount .payment-card-amount{font-size:14px;color:var(--color-primary);font-weight:700;text-align:right;flex-shrink:0}.guarantee-info .guarantee-info-data{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;padding:.75rem}.guarantee-info .guarantee-table{width:100%;border-collapse:collapse;margin-bottom:1rem}.guarantee-info .guarantee-table tr{margin-bottom:.25rem;border-radius:8px;display:flex;justify-content:space-between}.guarantee-info .guarantee-table th,.guarantee-info .guarantee-table td{text-align:left;padding:4px 8px}.guarantee-info .guarantee-table .guarantee-table-label{font-weight:600;font-size:14px}.guarantee-info .guarantee-table .right-align{text-align:right}.guarantee-info .guarantee-table .pre_authorized{background-color:var(--bg-pre-authorized);color:var(--color-primary)}.guarantee-info .guarantee-table .free{background-color:var(--bg-free);color:var(--status-precheckout)}.guarantee-info .guarantee-table .pending{background-color:var(--bg-pending);color:var(--status-pending)}.guarantee-info .guarantee-table .paid{background-color:var(--bg-paid);color:var(--status-approved)}.guarantee-info .guarantee-table .error{background-color:var(--bg-error);color:var(--status-error)}.detail-payment{padding:20px;box-shadow:0 10px 54px #f5f5f8;background:var(--color-white);border-radius:16px}.detail-payment .title-bold-detail-payment{font-size:16px;color:#3c3d4f;font-weight:var(--font-weight-bold)}.detail-payment .title-bold-detail-payment .container-title{display:flex;align-items:center;justify-content:space-between}.detail-payment .title-bold-detail-payment .text-green-500{color:var(--color-success)}.detail-payment .title-bold-detail-payment .text-red-500{color:var(--color-danger)}.detail-payment .title-bold-detail-payment .text-yellow-500{color:var(--color-warning)}.detail-payment .loader-container{margin:1rem;display:flex;align-items:center;justify-content:center;flex-direction:column}.detail-payment .loader-container .timer-label{font-size:14px;font-weight:800;color:var(--text-primary);margin:0}.detail-payment .loader-container .timer-seconds{color:var(--text-primary);font-size:14px;font-weight:800}.detail-payment .loader-container img{width:48px;height:48px}.detail-payment .fee-detail{display:flex;justify-content:space-between;padding:.5rem 0;font-size:.9rem;color:var(--text-secondary);border-bottom:1px solid var(--border-color)}.detail-payment .fee-detail:last-child{border-bottom:none;margin-bottom:1.5rem}.detail-payment .fee-name{color:var(--text-secondary)}.detail-payment .fee-value{color:var(--text-primary);font-weight:500}.detail-payment .payment-detail-container{color:var(--text-primary);width:100%;margin:auto;background-color:var(--background-color);margin-bottom:1rem}@media (min-width: 576px){.detail-payment .payment-detail-container{width:50%}}.detail-payment .header,.detail-payment .cost-item,.detail-payment .total-section{display:flex;justify-content:space-between;padding:.25rem 0}.detail-payment .deductible{color:#8f91aa;font-size:10px;font-weight:400}.detail-payment .header{margin:.5rem 0rem;padding:8px 12px;border-radius:var(--border-radius);background-color:var(--bg-paid)}.detail-payment .font-semibold{font-weight:600}.detail-payment .costs-section{margin-bottom:0rem}.detail-payment .section-title{color:var(--text-secondary);font-size:.9rem;margin-bottom:.25rem}.detail-payment ul{list-style:none;padding:0;margin:0}.detail-payment .cost-item:last-child{border-bottom:none}.detail-payment .amount{display:flex;align-items:center}.detail-payment .delete-btn{background:none;border:none;cursor:pointer;margin-left:.5rem;font-size:1rem}.detail-payment .total-section{background:#f5f5f8;margin-top:.5rem;border-bottom:none;border-radius:var(--border-radius);color:var(--text-primary);font-weight:var(--font-weight-800);padding:8px 12px}.detail-payment .payment-data-section{display:grid;grid-template-columns:1fr 1fr;gap:0;margin-top:1rem;align-items:flex-start}.detail-payment .payment-data-info{padding-right:.25rem;height:100%;display:flex;flex-direction:column;gap:8px}.detail-payment .qr-code-container{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%}.detail-payment .qr-code-container img{width:100px;height:100px}.detail-payment .qr-code-container a{text-align:center;color:var(--primary-color);text-decoration:none;font-weight:500;word-break:break-word;max-width:100%}.detail-payment .qr-code-container a:hover{text-decoration:underline}.detail-payment .file-upload-container{display:flex;align-items:center;gap:.5rem}.detail-payment .attach-proof-button{padding:.7rem 1.2rem;font-size:1rem;font-weight:var(--font-weight-bold, 600);color:#3c3d4f;background-color:#fff;border:1.5px solid #d2d2e2;border-radius:var(--border-radius, 8px);cursor:pointer;text-align:center;transition:background-color .2s}.detail-payment .attach-proof-button:hover{background-color:#f5f5f8}@media (min-width: 576px){.detail-payment .w-full{width:50%;margin:auto;display:flex;justify-content:center}}.reservation-form{border-radius:var(--border-radius)}.reservation-form__title{margin-bottom:1rem;font-size:18px;font-weight:700;color:var(--text-primary)}.reservation-form__submit{margin-top:1rem;width:100%;background-color:var(--title-color);color:#fff;border:none;border-radius:var(--border-radius);padding:.75rem;font-weight:800;font-size:14px;cursor:pointer}.reservation-form__submit:hover{filter:brightness(.8)}.reservation-form .form-group{margin-bottom:1rem}.reservation-form .form-group label{display:block;margin-bottom:.5rem;font-weight:800}.reservation-form .form-control{width:100%;padding:.75rem;border:1px solid var(--border-color);border-radius:var(--border-radius);font-family:var(--font-family)}.reservation-form .form-control:focus{outline:none;border-color:var(--title-color)}.reservation-form .form-control option{background-color:#fff;color:var(--title-color);padding:8px}.reservation-form select.form-control{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23e52d27' d='M6 8.825L1.175 4 2.05 3.125 6 7.075 9.95 3.125 10.825 4 6 8.825z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;padding-right:2.5rem}.reservation-form .dropdown-toggle{width:100%;padding:.75rem;border:1px solid var(--border-color);border-radius:var(--border-radius);background-color:#fff;text-align:left;display:flex;align-items:center;justify-content:space-between}.reservation-form .dropdown-toggle:focus{outline:none;border-color:var(--title-color)}.reservation-form .reservation-form__submit{margin-top:1rem;width:100%;background-color:var(--main-color);color:#fff;border:none;border-radius:var(--border-radius);padding:.75rem;font-weight:800;font-size:14px;cursor:pointer}.reservation-form .reservation-form__submit:hover{filter:brightness(.8)}.reservation-form .reservation-form__available_alternatives{margin-top:1rem;width:100%;background-color:#fff;color:var(--main-color);border:1px solid var(--border-color);border-radius:var(--border-radius);padding:.75rem;font-weight:800;font-size:14px;cursor:pointer}.reservation-form .reservation-form__available_alternatives:hover{filter:brightness(.8)}.reservation-form .fontawesome-icon{color:var(--title-color)}.reservation-form .alert-message{color:var(--color-danger);font-size:14px;font-weight:400;white-space:break-spaces}.reservation-modes{display:flex;padding:16px;flex-direction:column;background:#f9fbfd;align-self:stretch;border-radius:var(--border-radius);margin-bottom:1rem;border:1px solid #DBDDE6}.reservation-modes .reservation-mode{display:flex;justify-content:space-between;align-items:center;width:100%;margin-bottom:.25rem}.reservation-modes .consumable{color:#8f91aa;font-size:10px;font-weight:400}.reservation-details{padding:1rem;background-color:#f9fbfd;border:1px solid #DBDDE6;border-radius:var(--border-radius)}.reservation-details .detail{display:flex;align-items:baseline;margin-bottom:.5rem}.reservation-details .detail i{margin-right:.5rem;font-size:16px;font-weight:400;color:var(--main-color)}.reservation-details .detail p{display:block;margin:0;line-height:1.2;font-size:14px;font-weight:400;white-space:break-spaces}.restaurant-content__section{padding-bottom:.5rem}.restaurant-content__section h3{font-size:22px;font-weight:700;margin-bottom:.5rem;color:var(--title-color, #3C3D4F)}.restaurant-content__features{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem}.restaurant-content__features .feature-card{background-color:#fff;border:1px solid #dee2e6;border-radius:8px;padding:.75rem 1rem;font-size:.9rem;color:#333}.restaurant-content__description{margin-bottom:1.5rem;line-height:1.6;color:#333}.restaurant-content__more-info{margin-bottom:2rem}.restaurant-content__more-info .more-info-button{background:none;border:none;color:var(--main-color, #e53935);font-weight:500;cursor:pointer;padding:0;display:flex;align-items:center;gap:.5rem}.restaurant-content__more-info .more-info-button:hover{text-decoration:underline}.restaurant-content__photo-gallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:.5rem;margin-bottom:1.5rem}.restaurant-content__photo-gallery .photo-gallery__item{aspect-ratio:3/2;overflow:hidden;border-radius:8px}.restaurant-content__photo-gallery .photo-gallery__item img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.restaurant-content__photo-gallery .photo-gallery__item img:hover{transform:scale(1.05)}.restaurant-content__menu-categories,.restaurant-content__menu-categories .menu-category{margin-bottom:1rem}.restaurant-content__menu-categories .menu-category__title{margin-bottom:.5rem}.restaurant-content__menu-categories .menu-category__name{font-size:16px;font-weight:700;margin-bottom:.5rem}.restaurant-content__menu-categories .menu-subcategory{margin-bottom:1rem}.restaurant-content__menu-categories .menu-subcategory__title{margin-bottom:.25rem}.restaurant-content__menu-categories .menu-subcategory__name{font-size:16px;font-weight:700;margin-bottom:.5rem}.restaurant-content__menu-categories .menu-items{display:flex;flex-direction:column;gap:.5rem}.restaurant-content__menu-categories .menu-items .menu-item{border-bottom:1px solid #DBDDE6;padding-bottom:.25rem}.restaurant-content__menu-categories .menu-items .menu-item__details,.restaurant-content__menu-categories .menu-items .menu-item__config-item{display:flex;justify-content:space-between;align-items:center}.restaurant-content__menu-categories .menu-items .menu-item__config{display:flex;flex-direction:column;padding-left:1rem}.restaurant-content__menu-categories .menu-items .menu-item__config-item{padding-left:1rem}.restaurant-content__menu-categories .menu-items .menu-item__name,.restaurant-content__menu-categories .menu-items .menu-item__price,.restaurant-content__menu-categories .menu-items .menu-item__items{font-size:16px;font-weight:400}.restaurant-content__see-all{margin-top:1rem}.restaurant-content__see-all .see-all-button{background:none;border:none;color:var(--main-color);font-weight:700;font-size:12px;cursor:pointer;padding:0;display:flex;align-items:center;gap:.5rem}.restaurant-content__see-all .see-all-button:hover{text-decoration:underline}.restaurant-content__placeholder{padding:2rem;background-color:#f8f9fa;border-radius:8px;text-align:center;color:#6c757d;font-style:italic}.review-stars{color:var(--main-color);font-weight:900;font-size:16px}.review-stars i{margin-right:4px}.restaurant-review{background:#fff;border-radius:8px;box-shadow:0 1px 4px #0000000a;padding:1.5rem 1rem;margin-bottom:1.5rem}.review-header{display:flex;align-items:center;margin-bottom:.5rem;justify-content:space-between}.review-meta{display:flex;flex-direction:column}.review-name{font-weight:800;font-size:14px}.review-details{color:#888;font-size:.95rem}.review-rating-row{display:flex;align-items:center;margin-bottom:.25rem}.review-date{color:#888;font-size:.96rem}.review-subratings{font-size:1rem;font-weight:500;margin-bottom:.5rem;color:#222}.review-subratings b{font-weight:700}.review-subratings span{margin:0 .4rem;color:var(--title-color)}.review-comment{margin-bottom:.5rem;font-size:12px;color:var(--title-color);font-weight:400}.review-actions{margin-bottom:.5rem}.review-readmore{color:var(--main-color);text-decoration:underline;cursor:pointer;font-size:.97rem}.review-helpful{color:#888;font-size:.97rem;display:flex;align-items:center;gap:.5rem}@media (max-width: 768px){.restaurant-content__features{flex-direction:column}.restaurant-content__features .feature-card{width:100%}.restaurant-content__photo-gallery{grid-template-columns:repeat(2,1fr)}}.reservation-contact-container{min-height:100vh}.reservation-contact-form{background-color:#fff;border-radius:8px;max-width:600px;margin:0 auto;padding-top:1rem;margin-bottom:1rem}.reservation-contact-form .header{position:relative;margin-bottom:.5rem}.reservation-contact-form .header .title{font-size:18px;font-weight:700;margin:0;color:var(--title-color)}.reservation-contact-form .header .subtitle{font-size:14px;font-weight:400;color:var(--title-color);margin:.25rem 0 0}.reservation-contact-form .reservation-summary{display:flex;align-items:center;padding:1rem;background-color:#f9f9f9;border-radius:8px;margin-bottom:1.5rem}.reservation-contact-form .reservation-summary .restaurant-info{flex:1}.reservation-contact-form .reservation-summary .restaurant-info .restaurant-name{font-size:1rem;font-weight:600;margin:0 0 .5rem}.reservation-contact-form .reservation-summary .restaurant-info .reservation-details{display:flex;flex-wrap:wrap}.reservation-contact-form .reservation-summary .restaurant-info .reservation-details .detail{display:flex;align-items:center;margin-right:1rem}.reservation-contact-form .reservation-summary .restaurant-info .reservation-details .detail i{margin-right:.5rem;font-size:16px;font-weight:400;color:var(--main-color)}.reservation-contact-form .reservation-summary .restaurant-info .reservation-details .detail p{display:block;margin:0;line-height:1.2;font-size:14px;font-weight:400;white-space:break-spaces}.reservation-contact-form .form-section-title{font-size:14px;font-weight:800;margin:.5rem 0;color:var(--title-color)}.reservation-contact-form .form-row{display:flex;gap:1rem}.reservation-contact-form .form-row .form-group{flex:1}.reservation-contact-form .form-row .dni-type{flex:0 0 30%}.reservation-contact-form .form-row .dni-number{flex:0 0 70%}.reservation-contact-form .form-group{margin-bottom:.5rem}.reservation-contact-form .form-group label{display:block;margin-bottom:.5rem;font-weight:400;font-size:12px}.reservation-contact-form .form-group label.required:after{content:"*";color:var(--main-color);margin-left:0}.reservation-contact-form .form-group .form-control{width:100%;padding:.75rem;border:1px solid var(--border-color);border-radius:8px;font-family:inherit;font-size:12px;font-weight:400}.reservation-contact-form .form-group .form-control.phone-input-group{border-radius:0 8px 8px 0}.reservation-contact-form .form-group .form-control:focus{outline:none;border-color:var(--main-color)}.reservation-contact-form .form-group .form-control.is-invalid{border-color:#dc0934}.reservation-contact-form .form-group .form-control::placeholder{color:#aaa}.reservation-contact-form .form-group textarea.form-control{min-height:100px;resize:vertical}.reservation-contact-form .form-group .error-message{color:#dc0934;font-size:.8rem;margin-top:.25rem}.reservation-contact-form .form-group .phone-input{display:flex}.reservation-contact-form .checkbox-group .checkbox-container{display:flex;align-items:flex-start}.reservation-contact-form .checkbox-group .checkbox-container input[type=checkbox]{margin-top:.25rem;margin-right:.5rem}.reservation-contact-form .checkbox-group .checkbox-container.is-invalid{color:var(--main-color)}.reservation-contact-form .checkbox-group .checkbox-container .policy-link{color:var(--main-color);text-decoration:none}.reservation-contact-form .checkbox-group .checkbox-container .policy-link:hover{text-decoration:underline}.reservation-contact-form .form-actions{display:flex;justify-content:space-between;margin-top:1rem;gap:.25rem}.reservation-contact-form .form-actions .back-button{background-color:transparent;border:1px solid #DBDDE6;color:var(--title-color);padding:.75rem;border-radius:var(--border-radius);cursor:pointer;width:50%;font-weight:800;font-size:14px}.reservation-contact-form .form-actions .back-button:hover{background-color:#f5f5f5}.reservation-contact-form .form-actions .submit-button{background-color:var(--main-color);border-radius:var(--border-radius);color:#fff;border:none;padding:.75rem;cursor:pointer;width:50%;font-weight:800;font-size:14px}.reservation-contact-form .form-actions .submit-button:hover{filter:brightness(.8)}.reservation-contact-form .form-actions .submit-button:disabled{background-color:#ccc;cursor:not-allowed}.dni-group{display:flex;flex-direction:column}.loading-spinner{display:inline-block;width:16px;height:16px;margin-right:8px;border:2px solid rgba(255,255,255,.3);border-radius:50%;border-top-color:#fff;animation:spin .8s linear infinite;vertical-align:middle}@keyframes spin{to{transform:rotate(360deg)}}@media (max-width: 576px){select option{font-size:14px;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}}.modal-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;z-index:1000;background-color:#0000;display:flex;align-items:flex-end;justify-content:center;transition:background-color .3s ease}.modal-backdrop.backdrop-visible{background-color:#00000080}.form-row{display:flex;gap:1rem}.modal-wrapper{position:relative;width:100%;display:flex;justify-content:center}@media (min-width: 768px){.modal-wrapper{width:90%}}.modal-container{width:100%;height:100vh;background-color:#fff;overflow-y:auto;animation-duration:.8s;position:relative;transform-origin:bottom center;display:flex;justify-content:center}@media (min-width: 768px){.modal-container{width:60%}}.modal-header-container{display:none}.modal-body{padding:3rem 2rem}@media (min-width: 768px){.modal-body{width:70%}}.modal-body .title{font-size:18px;font-weight:700;margin-bottom:1rem}.form-group{margin-bottom:16px}.form-group.hidden{display:none}.form-label{font-size:14px;font-weight:800}.form-label .required-mark{color:var(--main-color)}.radio-group{display:flex;gap:16px}.phone-input{display:flex}.phone-input .phone-input-field{border-radius:0 8px 8px 0;flex:1}.form-actions-modal{display:flex;flex-direction:column;justify-content:center;margin-top:24px;padding-bottom:24px;gap:4px}.submit-button{background-color:var(--main-color);color:#fff;border:none;border-radius:var(--border-radius);padding:.75rem;font-size:14px;font-weight:800;cursor:pointer;transition:background-color .2s;width:100%}.submit-button:hover{background-color:var(--second-color-light)}.submit-skip{background-color:#f9fbfd;color:#3c3d4f;border:1px solid #3C3D4F;border-radius:var(--border-radius);padding:.75rem;font-size:14px;font-weight:800;cursor:pointer;transition:background-color .2s;width:100%;text-align:center}.submit-skip:hover{background-color:var(--second-color-light)}.billing-fields{animation:fadeIn .3s ease}@keyframes fadeOut{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(10px)}}.body-detail__layout{display:flex;flex-direction:column;gap:1.5rem;padding-top:1rem;margin-bottom:1rem}@media (min-width: 992px){.body-detail__layout{flex-direction:row;align-items:flex-start;justify-content:space-between;gap:2rem}}.body-detail__main-content{width:100%;order:2}@media (min-width: 992px){.body-detail__main-content{flex:1;max-width:65%;order:1}}.body-detail__reservation{width:100%;border-radius:var(--border-radius);order:1}@media (min-width: 992px){.body-detail__reservation{width:400px;flex-shrink:0;position:sticky;top:1rem;z-index:100;order:2;padding-bottom:1rem}}.body-detail__supplier-info{width:100%;margin-bottom:1.5rem}.body-detail__info{width:100%}.body-detail__loading{display:flex;justify-content:center;align-items:center;min-height:300px}.body-detail__error{text-align:center;padding:1.5rem}.body-detail__error button{margin-top:1rem;padding:.5rem 1rem;background-color:var(--main-color);color:#fff;border:none;border-radius:8px;cursor:pointer}.body-detail__error button:hover{background-color:var(--main-color)}.body-detail .hidden-content{display:none}@media (min-width: 992px){.body-detail .no-tabs-layout{display:flex!important;flex-direction:column!important;justify-content:center!important;align-items:center!important}}button{display:flex;align-items:center;justify-content:center;border-radius:var(--border-radius);cursor:pointer;border:none;transition:background-color .2s}.reservation-confirmation{display:flex;flex-direction:column;justify-content:center;align-items:center}.reservation-confirmation .reservation-header{display:flex;flex-direction:column;align-items:center;margin-bottom:1rem}.reservation-confirmation .error-container{padding:2rem;text-align:center}.reservation-confirmation .reservation-details-confirmation{display:flex;flex-direction:column;width:100%;max-width:1200px;margin:0 auto}@media (min-width: 768px){.reservation-confirmation .reservation-details-confirmation{width:60%}}.reservation-confirmation .reservation-details-confirmation .confirmation-status{display:flex;align-items:center;justify-content:center;margin:.5rem 0;flex-direction:column}.reservation-confirmation .reservation-details-confirmation .confirmation-status .status-icon{font-size:18px;font-weight:800}.reservation-confirmation .reservation-details-confirmation .confirmation-status .status-icon i{margin-right:.5rem}.reservation-confirmation .reservation-details-confirmation .confirmation-status .status-icon.status-cancelled{color:var(--status-error)}.reservation-confirmation .reservation-details-confirmation .confirmation-status .status-icon.status-waiting-list{color:var(--status-precheckout)}.reservation-confirmation .reservation-details-confirmation .confirmation-status .status-icon.status-success{color:var(--status-success)}.reservation-confirmation .reservation-details-confirmation .confirmation-status .status-icon.status-error{color:var(--status-error)}.reservation-confirmation .reservation-details-confirmation .confirmation-status .status-icon.status-pending{color:var(--status-pending)}.reservation-confirmation .reservation-details-confirmation .button-edit{background-color:transparent;color:var(--title-color)}.reservation-confirmation .reservation-details-confirmation .button-edit i{margin-right:.5rem}.reservation-confirmation .reservation-details-confirmation .reservation-info{text-align:center;background:var(--color-white);padding:20px;border-radius:16px;box-shadow:0 10px 54px #f5f5f8}.reservation-confirmation .reservation-details-confirmation .reservation-info .info-row{display:flex;align-items:center;margin-bottom:.25rem;justify-content:flex-start;gap:8px}.reservation-confirmation .reservation-details-confirmation .reservation-info .info-row .info-icon{background-color:#f5f5f8;padding:4px;border-radius:var(--border-radius)}.reservation-confirmation .reservation-details-confirmation .reservation-info .info-row .info-icon i{width:23px;height:18px;color:var(--color-primary);font-size:16px;font-weight:400;text-align:center}.reservation-confirmation .reservation-details-confirmation .reservation-info .info-row .info-text{display:flex;align-items:start;justify-content:center;flex-direction:column}.reservation-confirmation .reservation-details-confirmation .reservation-info .info-row .info-text strong{font-size:14px;color:var(--color-primary)}.reservation-confirmation .reservation-details-confirmation .reservation-info .info-row .info-text span{font-size:12px;color:#8f91aa;font-weight:400}.reservation-confirmation .reservation-details-confirmation .reservation-actions-header{display:flex;flex-direction:column;justify-content:center;align-items:center;margin-bottom:.5rem}.reservation-confirmation .reservation-details-confirmation .reservation-actions-header span{font-size:12px;font-weight:400;color:var(--color-secondary);text-align:center;margin-bottom:.5rem}.reservation-confirmation .reservation-details-confirmation .reservation-actions-header button{width:100%;margin:1rem 0rem}.reservation-confirmation .reservation-details-confirmation .reservation-actions-header .button-primary-outline{background-color:#f8f2fe;color:#7b11f5;font-weight:800;font-size:14px;padding:.75rem;border:1px solid #DCC0FC;margin-top:.5rem}.reservation-confirmation .reservation-details-confirmation .reservation-actions-header .button-primary-outline i{margin-right:.25rem}.reservation-confirmation .reservation-details-confirmation .reservation-actions-header .button-primary-outline:hover{background-color:#fff;color:var(--status-precheckout)}.reservation-confirmation .reservation-details-confirmation .reservation-actions-header .button-primary{background-color:var(--status-precheckout);color:#fff;font-weight:800;font-size:14px;padding:.75rem}.reservation-confirmation .reservation-details-confirmation .reservation-actions-header .button-primary:hover{background-color:#fff;color:var(--status-precheckout)}.reservation-confirmation .reservation-details-confirmation .reservation-actions-header .button-success{background-color:var(--status-success);color:#fff;font-weight:800;font-size:14px;padding:.75rem}.reservation-confirmation .reservation-details-confirmation .reservation-actions-header .button-success:hover{background-color:#fff;color:var(--status-success)}.reservation-confirmation .reservation-details-confirmation .section-cancel{width:100%;display:flex;flex-direction:column;gap:.5rem;position:relative;margin:1rem 0rem}.reservation-confirmation .reservation-details-confirmation .section-cancel span{font-size:12px;font-weight:400;color:var(--color-secondary);text-align:center}.reservation-confirmation .reservation-details-confirmation .section-cancel .button-danger{background-color:transparent;color:var(--status-error);border:1px solid var(--status-error);font-weight:800;font-size:14px;padding:.75rem;width:100%;position:relative;z-index:1}.reservation-confirmation .reservation-details-confirmation .section-cancel .whatsapp-button{background-color:#25d366;color:var(--color-white);border:none;border-radius:50%;width:56px;height:56px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #0003;position:fixed;bottom:24px;right:24px;z-index:1000}.reservation-confirmation .reservation-details-confirmation .section-cancel .whatsapp-button:hover{transform:scale(1.1);box-shadow:0 6px 16px #0000004d}.reservation-confirmation .reservation-details-confirmation .section-cancel .whatsapp-button i{font-size:28px}@media (max-width: 767px){.reservation-confirmation .reservation-details-confirmation .section-cancel .whatsapp-button{width:56px;height:56px;bottom:16px;right:16px}.reservation-confirmation .reservation-details-confirmation .section-cancel .whatsapp-button i{font-size:28px}}.reservation-confirmation .reservation-details-confirmation .section-contact{color:var(--color-secondary);display:flex;flex-direction:column;justify-content:center;align-items:center;padding:.5rem 0rem;text-align:center}.reservation-confirmation .reservation-details-confirmation .section-contact .title{font-size:14px;font-weight:800;margin-bottom:8px}.reservation-confirmation .reservation-details-confirmation .section-contact .contact-text{font-size:12px;font-weight:400;margin-bottom:16px}.reservation-confirmation .reservation-details-confirmation .section-contact .contact-text a{color:var(--status-waiting-list);text-decoration:underline}.reservation-confirmation .section-location{display:flex;width:100%;padding:30px;flex-direction:column;justify-content:center;align-items:flex-start;gap:8px;border-radius:16px;background:#fff;box-shadow:0 10px 54px #f5f5f8}.reservation-confirmation .section-location .title{font-size:14px;font-weight:800;display:flex;justify-content:space-between;align-items:center;gap:8px;width:100%}.reservation-confirmation .section-location .title i{cursor:pointer;font-weight:900}.reservation-confirmation .section-location .location{font-size:12px;font-weight:400;width:100%;display:flex;justify-content:space-between;align-items:flex-start;flex-direction:column}.reservation-confirmation .section-location .location .location-name{font-weight:800}.reservation-confirmation .success-alert{position:fixed;top:20px;left:50%;transform:translate(-50%);background-color:var(--status-success);color:#fff;padding:12px 24px;border-radius:8px;display:flex;align-items:center;gap:10px;box-shadow:0 4px 12px #00000026;z-index:1000;animation:fadeInOut 3s ease-in-out}.reservation-confirmation .success-alert i{font-size:1.2rem}.reservation-confirmation .success-alert span{font-weight:500}@keyframes fadeInOut{0%{opacity:0;transform:translate(-50%,-20px)}15%{opacity:1;transform:translate(-50%)}85%{opacity:1;transform:translate(-50%)}to{opacity:0;transform:translate(-50%,-20px)}}.reservation-confirmation .modal-cancelation{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.reservation-confirmation .modal-cancelation .modal-content{background-color:#fff;padding:1rem;border-radius:8px;box-shadow:0 4px 12px #00000026;width:90%;max-width:400px;text-align:center}.reservation-confirmation .modal-cancelation .modal-content p{font-size:14px;margin:8px;color:var(--color-primary)}.reservation-confirmation .modal-cancelation .modal-content .modal-buttons{display:flex;gap:1rem;justify-content:center}.reservation-confirmation .modal-cancelation .modal-content .modal-buttons button{padding:.75rem;border-radius:8px;font-weight:800;font-size:14px;cursor:pointer;border:none;transition:background-color .2s;text-transform:uppercase}.reservation-confirmation .modal-cancelation .modal-content .modal-buttons button.button-back{background-color:var(--color-white);color:var(--status-error);border:1px solid var(--status-error)}.reservation-confirmation .modal-cancelation .modal-content .modal-buttons button.button-back:hover{background-color:#f1f3f5}.reservation-confirmation .modal-cancelation .modal-content .modal-buttons button.button-cancel{background-color:var(--status-error);color:#fff}.reservation-confirmation .modal-cancelation .modal-content .modal-buttons button.button-cancel:hover{background-color:var(--status-error)}.reservation-confirmation .logo-fallback{width:100%;height:100%;display:flex;justify-content:center;align-items:center;background-color:#e0e0e0}.reservation-confirmation .logo-fallback i{font-size:32px;color:#6c757d}.header-edited{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.header-edited span{font-size:16px;font-weight:700;color:var(--color-primary)}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:var(--font-size)}body{font-family:var(--font-family);color:var(--font-color, var(--text-primary));line-height:1.6;overflow-x:hidden}a{color:var(--main-color);text-decoration:none}a:hover{text-decoration:underline}button{cursor:pointer}h3{margin-bottom:1rem}.app-state-handler{min-height:inherit;display:flex;flex-direction:column;position:relative;min-height:100%}.loading-wrapper,.error-wrapper{position:fixed;top:0;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:center;background:#fff;z-index:1000}.fade-enter-active{transition:opacity .4s ease}.fade-leave-active{transition:opacity .3s ease}.fade-enter-from,.fade-leave-to{opacity:0}.content-wrapper{width:100%;min-height:100%}.container{width:100%;max-width:1200px;margin:0 auto;padding:0rem 2rem;min-height:100vh}.no-scroll{overflow:hidden}.title-bold{color:var(--title-primary);font-size:var(--font-size-xlarge);font-weight:var(--font-weight-bold)}.text{color:var(--text-primary);font-size:var(--font-size-small);font-weight:var(--font-weight-normal)}.text-bold{color:var(--text-primary);font-size:var(--font-size-small);font-weight:var(--font-weight-800)}.subtext{color:var(--text-primary);font-size:var(--font-size);font-weight:var(--font-weight-normal)}.subtext-bold{color:var(--text-primary);font-size:var(--font-size);font-weight:var(--font-weight-800)}.w-full{width:100%}.text-xs{font-size:var(--font-size-small);font-weight:var(--font-weight-normal);color:var(--text-secondary)}.text-center{text-align:center}.text-primary{color:var(--main-color)}.text-secondary{color:var(--text-secondary)}.bg-primary{background-color:var(--main-color)}.bg-light{background-color:var(--bg-light)}.bg-dark{background-color:var(--bg-dark)}.mt-1{margin-top:var(--spacing-sm)}.mt-2{margin-top:var(--spacing-md)}.mt-3{margin-top:var(--spacing-lg)}.mb-1{margin-bottom:var(--spacing-sm)}.mb-2{margin-bottom:var(--spacing-md)}.mb-3{margin-bottom:var(--spacing-lg)}/*!
* Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com
* License - https://fontawesome.com/license (Commercial License) - ver ./LICENSE.txt
* Copyright 2024 Fonticons, Inc.
*
* GENERADO — no editar a mano. Ensamblado desde la descarga web del kit `8010ff6c6c`
* por `scripts/build-fontawesome.py`. Fuentes: custom-icons.css, fontawesome.css, brands.css, solid.css, regular.css, light.css
*/.fak.fa-air-fryer,.fa-kit.fa-air-fryer{--fa: "";--fa--fa: ""}.fak.fa-almendra,.fa-kit.fa-almendra{--fa: "";--fa--fa: ""}.fak.fa-altramuz,.fa-kit.fa-altramuz{--fa: "";--fa--fa: ""}.fak.fa-angus-certified,.fa-kit.fa-angus-certified{--fa: "";--fa--fa: ""}.fak.fa-apio,.fa-kit.fa-apio{--fa: "";--fa--fa: ""}.fak.fa-avellana,.fa-kit.fa-avellana{--fa: "";--fa--fa: ""}.fak.fa-avena,.fa-kit.fa-avena{--fa: "";--fa--fa: ""}.fak.fa-cacahuates,.fa-kit.fa-cacahuates{--fa: "";--fa--fa: ""}.fak.fa-camarones,.fa-kit.fa-camarones{--fa: "";--fa--fa: ""}.fak.fa-canela,.fa-kit.fa-canela{--fa: "";--fa--fa: ""}.fak.fa-castana-de-caju,.fa-kit.fa-castana-de-caju{--fa: "";--fa--fa: ""}.fak.fa-cebada,.fa-kit.fa-cebada{--fa: "";--fa--fa: ""}.fak.fa-centeno,.fa-kit.fa-centeno{--fa: "";--fa--fa: ""}.fak.fa-cerdo,.fa-kit.fa-cerdo{--fa: "";--fa--fa: ""}.fak.fa-cereales,.fa-kit.fa-cereales{--fa: "";--fa--fa: ""}.fak.fa-cereales-2,.fa-kit.fa-cereales-2{--fa: "";--fa--fa: ""}.fak.fa-certified-angus-beef,.fa-kit.fa-certified-angus-beef{--fa: "";--fa--fa: ""}.fak.fa-compartir,.fa-kit.fa-compartir{--fa: "";--fa--fa: ""}.fak.fa-con-colorantes,.fa-kit.fa-con-colorantes{--fa: "";--fa--fa: ""}.fak.fa-con-colorantes-2,.fa-kit.fa-con-colorantes-2{--fa: "";--fa--fa: ""}.fak.fa-con-endulzante,.fa-kit.fa-con-endulzante{--fa: "";--fa--fa: ""}.fak.fa-con-lactosa,.fa-kit.fa-con-lactosa{--fa: "";--fa--fa: ""}.fak.fa-concha,.fa-kit.fa-concha{--fa: "";--fa--fa: ""}.fak.fa-crustaceos,.fa-kit.fa-crustaceos{--fa: "";--fa--fa: ""}.fak.fa-dioxido-azufre-sulfitos,.fa-kit.fa-dioxido-azufre-sulfitos{--fa: "";--fa--fa: ""}.fak.fa-erizo,.fa-kit.fa-erizo{--fa: "";--fa--fa: ""}.fak.fa-especiass,.fa-kit.fa-especiass{--fa: "";--fa--fa: ""}.fak.fa-forma-sole,.fa-kit.fa-forma-sole{--fa: "";--fa--fa: ""}.fak.fa-forma-sole-1,.fa-kit.fa-forma-sole-1{--fa: "";--fa--fa: ""}.fak.fa-frutos-secos,.fa-kit.fa-frutos-secos{--fa: "";--fa--fa: ""}.fak.fa-glutten,.fa-kit.fa-glutten{--fa: "";--fa--fa: ""}.fak.fa-granos-sesamo,.fa-kit.fa-granos-sesamo{--fa: "";--fa--fa: ""}.fak.fa-halal,.fa-kit.fa-halal{--fa: "";--fa--fa: ""}.fak.fa-huevo-mayonesa,.fa-kit.fa-huevo-mayonesa{--fa: "";--fa--fa: ""}.fak.fa-huevos,.fa-kit.fa-huevos{--fa: "";--fa--fa: ""}.fak.fa-lactosa,.fa-kit.fa-lactosa{--fa: "";--fa--fa: ""}.fak.fa-langostino,.fa-kit.fa-langostino{--fa: "";--fa--fa: ""}.fak.fa-latex,.fa-kit.fa-latex{--fa: "";--fa--fa: ""}.fak.fa-libre-azucar,.fa-kit.fa-libre-azucar{--fa: "";--fa--fa: ""}.fak.fa-libre-glutten,.fa-kit.fa-libre-glutten{--fa: "";--fa--fa: ""}.fak.fa-licor-43-original,.fa-kit.fa-licor-43-original{--fa: "";--fa--fa: ""}.fak.fa-ligeramente-picante,.fa-kit.fa-ligeramente-picante{--fa: "";--fa--fa: ""}.fak.fa-maiz,.fa-kit.fa-maiz{--fa: "";--fa--fa: ""}.fak.fa-maiz-2,.fa-kit.fa-maiz-2{--fa: "";--fa--fa: ""}.fak.fa-mani,.fa-kit.fa-mani{--fa: "";--fa--fa: ""}.fak.fa-mariscos,.fa-kit.fa-mariscos{--fa: "";--fa--fa: ""}.fak.fa-mas-populares,.fa-kit.fa-mas-populares{--fa: "";--fa--fa: ""}.fak.fa-mcain,.fa-kit.fa-mcain{--fa: "";--fa--fa: ""}.fak.fa-medianamente-picante,.fa-kit.fa-medianamente-picante{--fa: "";--fa--fa: ""}.fak.fa-miel,.fa-kit.fa-miel{--fa: "";--fa--fa: ""}.fak.fa-moluscos,.fa-kit.fa-moluscos{--fa: "";--fa--fa: ""}.fak.fa-mostaza,.fa-kit.fa-mostaza{--fa: "";--fa--fa: ""}.fak.fa-mozrest,.fa-kit.fa-mozrest{--fa: "";--fa--fa: ""}.fak.fa-mozrest-outline,.fa-kit.fa-mozrest-outline{--fa: "";--fa--fa: ""}.fak.fa-muy-picante,.fa-kit.fa-muy-picante{--fa: "";--fa--fa: ""}.fak.fa-muy-picante-1,.fa-kit.fa-muy-picante-1{--fa: "";--fa--fa: ""}.fak.fa-no-disponible-para-llevar,.fa-kit.fa-no-disponible-para-llevar{--fa: "";--fa--fa: ""}.fak.fa-nuez,.fa-kit.fa-nuez{--fa: "";--fa--fa: ""}.fak.fa-nuez-de-brasil,.fa-kit.fa-nuez-de-brasil{--fa: "";--fa--fa: ""}.fak.fa-nuez-de-macadamia,.fa-kit.fa-nuez-de-macadamia{--fa: "";--fa--fa: ""}.fak.fa-nuez-de-pecana,.fa-kit.fa-nuez-de-pecana{--fa: "";--fa--fa: ""}.fak.fa-pescado,.fa-kit.fa-pescado{--fa: "";--fa--fa: ""}.fak.fa-picante,.fa-kit.fa-picante{--fa: "";--fa--fa: ""}.fak.fa-pimienta,.fa-kit.fa-pimienta{--fa: "";--fa--fa: ""}.fak.fa-pimienta-1,.fa-kit.fa-pimienta-1{--fa: "";--fa--fa: ""}.fak.fa-pinole,.fa-kit.fa-pinole{--fa: "";--fa--fa: ""}.fak.fa-pistachios,.fa-kit.fa-pistachios{--fa: "";--fa--fa: ""}.fak.fa-semillas-de-sesamos,.fa-kit.fa-semillas-de-sesamos{--fa: "";--fa--fa: ""}.fak.fa-sesamo,.fa-kit.fa-sesamo{--fa: "";--fa--fa: ""}.fak.fa-sin-alcohol,.fa-kit.fa-sin-alcohol{--fa: "";--fa--fa: ""}.fak.fa-sin-cerdo,.fa-kit.fa-sin-cerdo{--fa: "";--fa--fa: ""}.fak.fa-sin-cerdo-2,.fa-kit.fa-sin-cerdo-2{--fa: "";--fa--fa: ""}.fak.fa-sin-colorantes,.fa-kit.fa-sin-colorantes{--fa: "";--fa--fa: ""}.fak.fa-sin-colorantes-2,.fa-kit.fa-sin-colorantes-2{--fa: "";--fa--fa: ""}.fak.fa-sin-lactosa,.fa-kit.fa-sin-lactosa{--fa: "";--fa--fa: ""}.fak.fa-soja,.fa-kit.fa-soja{--fa: "";--fa--fa: ""}.fak.fa-sulfito,.fa-kit.fa-sulfito{--fa: "";--fa--fa: ""}.fak.fa-tanqueray,.fa-kit.fa-tanqueray{--fa: "";--fa--fa: ""}.fak.fa-tramuces,.fa-kit.fa-tramuces{--fa: "";--fa--fa: ""}.fak.fa-trip-advisor,.fa-kit.fa-trip-advisor{--fa: "";--fa--fa: ""}.fak.fa-vegano,.fa-kit.fa-vegano{--fa: "";--fa--fa: ""}.fak.fa-vegano-1,.fa-kit.fa-vegano-1{--fa: "";--fa--fa: ""}.fak.fa-vegetariano,.fa-kit.fa-vegetariano{--fa: "";--fa--fa: ""}.fak,.fa-kit{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:var(--fa-display, inline-block);font-family:Font Awesome Kit;font-style:normal;font-variant:normal;font-weight:400;line-height:1;text-rendering:auto}.fak:before,.fa-kit:before{content:var(--fa)}.fa{font-family:var(--fa-style-family, "Font Awesome 6 Pro");font-weight:var(--fa-style, 900)}.fas,.fass,.far,.fasr,.fal,.fasl,.fat,.fast,.fad,.fadr,.fadl,.fadt,.fasds,.fasdr,.fasdl,.fasdt,.fab,.fa-solid,.fa-regular,.fa-light,.fa-thin,.fa-brands,.fa-classic,.fa-duotone,.fa-sharp,.fa-sharp-duotone,.fa{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:var(--fa-display, inline-block);font-style:normal;font-variant:normal;line-height:1;text-rendering:auto}.fas:before,.fass:before,.far:before,.fasr:before,.fal:before,.fasl:before,.fat:before,.fast:before,.fad:before,.fadr:before,.fadl:before,.fadt:before,.fasds:before,.fasdr:before,.fasdl:before,.fasdt:before,.fab:before,.fa-solid:before,.fa-regular:before,.fa-light:before,.fa-thin:before,.fa-brands:before,.fa-classic:before,.fa-duotone:before,.fa-sharp:before,.fa-sharp-duotone:before,.fa:before{content:var(--fa)}.fad:after,.fa-duotone.fa-solid:after,.fa-duotone:after,.fadr:after,.fa-duotone.fa-regular:after,.fadl:after,.fa-duotone.fa-light:after,.fadt:after,.fa-duotone.fa-thin:after,.fasds:after,.fa-sharp-duotone.fa-solid:after,.fa-sharp-duotone:after,.fasdr:after,.fa-sharp-duotone.fa-regular:after,.fasdl:after,.fa-sharp-duotone.fa-light:after,.fasdt:after,.fa-sharp-duotone.fa-thin:after{content:var(--fa--fa)}.fa-classic.fa-duotone{font-family:"Font Awesome 6 Duotone"}.fass,.fa-sharp,.fad,.fa-duotone,.fasds,.fa-sharp-duotone{font-weight:900}.fa-classic,.fas,.fa-solid,.far,.fa-regular,.fal,.fa-light,.fat,.fa-thin{font-family:"Font Awesome 6 Pro"}.fa-duotone,.fad,.fadr,.fadl,.fadt{font-family:"Font Awesome 6 Duotone"}.fa-brands,.fab{font-family:"Font Awesome 6 Brands"}.fa-sharp,.fass,.fasr,.fasl,.fast{font-family:"Font Awesome 6 Sharp"}.fa-sharp-duotone,.fasds,.fasdr,.fasdl,.fasdt{font-family:"Font Awesome 6 Sharp Duotone"}.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:-.075em}.fa-xl{font-size:1.5em;line-height:.04167em;vertical-align:-.125em}.fa-2xl{font-size:2em;line-height:.03125em;vertical-align:-.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(-1 * var(--fa-li-width, 2em));position:absolute;text-align:center;width:var(--fa-li-width, 2em);line-height:inherit}.fa-border{border-color:var(--fa-border-color, #eee);border-radius:var(--fa-border-radius, .1em);border-style:var(--fa-border-style, solid);border-width:var(--fa-border-width, .08em);padding:var(--fa-border-padding, .2em .25em .15em)}.fa-pull-left{float:left;margin-right:var(--fa-pull-margin, .3em)}.fa-pull-right{float:right;margin-left:var(--fa-pull-margin, .3em)}.fa-beat{animation-name:fa-beat;animation-delay:var(--fa-animation-delay, 0s);animation-direction:var(--fa-animation-direction, normal);animation-duration:var(--fa-animation-duration, 1s);animation-iteration-count:var(--fa-animation-iteration-count, infinite);animation-timing-function:var(--fa-animation-timing, ease-in-out)}.fa-bounce{animation-name:fa-bounce;animation-delay:var(--fa-animation-delay, 0s);animation-direction:var(--fa-animation-direction, normal);animation-duration:var(--fa-animation-duration, 1s);animation-iteration-count:var(--fa-animation-iteration-count, infinite);animation-timing-function:var(--fa-animation-timing, cubic-bezier(.28, .84, .42, 1))}.fa-fade{animation-name:fa-fade;animation-delay:var(--fa-animation-delay, 0s);animation-direction:var(--fa-animation-direction, normal);animation-duration:var(--fa-animation-duration, 1s);animation-iteration-count:var(--fa-animation-iteration-count, infinite);animation-timing-function:var(--fa-animation-timing, cubic-bezier(.4, 0, .6, 1))}.fa-beat-fade{animation-name:fa-beat-fade;animation-delay:var(--fa-animation-delay, 0s);animation-direction:var(--fa-animation-direction, normal);animation-duration:var(--fa-animation-duration, 1s);animation-iteration-count:var(--fa-animation-iteration-count, infinite);animation-timing-function:var(--fa-animation-timing, cubic-bezier(.4, 0, .6, 1))}.fa-flip{animation-name:fa-flip;animation-delay:var(--fa-animation-delay, 0s);animation-direction:var(--fa-animation-direction, normal);animation-duration:var(--fa-animation-duration, 1s);animation-iteration-count:var(--fa-animation-iteration-count, infinite);animation-timing-function:var(--fa-animation-timing, ease-in-out)}.fa-shake{animation-name:fa-shake;animation-delay:var(--fa-animation-delay, 0s);animation-direction:var(--fa-animation-direction, normal);animation-duration:var(--fa-animation-duration, 1s);animation-iteration-count:var(--fa-animation-iteration-count, infinite);animation-timing-function:var(--fa-animation-timing, linear)}.fa-spin{animation-name:fa-spin;animation-delay:var(--fa-animation-delay, 0s);animation-direction:var(--fa-animation-direction, normal);animation-duration:var(--fa-animation-duration, 2s);animation-iteration-count:var(--fa-animation-iteration-count, infinite);animation-timing-function:var(--fa-animation-timing, linear)}.fa-spin-reverse{--fa-animation-direction: reverse}.fa-pulse,.fa-spin-pulse{animation-name:fa-spin;animation-direction:var(--fa-animation-direction, normal);animation-duration:var(--fa-animation-duration, 1s);animation-iteration-count:var(--fa-animation-iteration-count, infinite);animation-timing-function:var(--fa-animation-timing, steps(8))}@media (prefers-reduced-motion: reduce){.fa-beat,.fa-bounce,.fa-fade,.fa-beat-fade,.fa-flip,.fa-pulse,.fa-shake,.fa-spin,.fa-spin-pulse{animation-delay:-1ms;animation-duration:1ms;animation-iteration-count:1;transition-delay:0s;transition-duration:0s}}@keyframes fa-beat{0%,90%{transform:scale(1)}45%{transform:scale(var(--fa-beat-scale, 1.25))}}@keyframes fa-bounce{0%{transform:scale(1) translateY(0)}10%{transform:scale(var(--fa-bounce-start-scale-x, 1.1),var(--fa-bounce-start-scale-y, .9)) translateY(0)}30%{transform:scale(var(--fa-bounce-jump-scale-x, .9),var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -.5em))}50%{transform:scale(var(--fa-bounce-land-scale-x, 1.05),var(--fa-bounce-land-scale-y, .95)) translateY(0)}57%{transform:scale(1) translateY(var(--fa-bounce-rebound, -.125em))}64%{transform:scale(1) translateY(0)}to{transform:scale(1) translateY(0)}}@keyframes fa-fade{50%{opacity:var(--fa-fade-opacity, .4)}}@keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity, .4);transform:scale(1)}50%{opacity:1;transform:scale(var(--fa-beat-fade-scale, 1.125))}}@keyframes fa-flip{50%{transform:rotate3d(var(--fa-flip-x, 0),var(--fa-flip-y, 1),var(--fa-flip-z, 0),var(--fa-flip-angle, -180deg))}}@keyframes fa-shake{0%{transform:rotate(-15deg)}4%{transform:rotate(15deg)}8%,24%{transform:rotate(-18deg)}12%,28%{transform:rotate(18deg)}16%{transform:rotate(-22deg)}20%{transform:rotate(22deg)}32%{transform:rotate(-12deg)}36%{transform:rotate(12deg)}40%,to{transform:rotate(0)}}@keyframes fa-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.fa-rotate-90{transform:rotate(90deg)}.fa-rotate-180{transform:rotate(180deg)}.fa-rotate-270{transform:rotate(270deg)}.fa-flip-horizontal{transform:scaleX(-1)}.fa-flip-vertical{transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{transform:scale(-1)}.fa-rotate-by{transform:rotate(var(--fa-rotate-angle, 0))}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%;z-index:var(--fa-stack-z-index, auto)}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:var(--fa-inverse, #fff)}.fa-0{--fa: "0";--fa--fa: "00"}.fa-00{--fa: "";--fa--fa: ""}.fa-1{--fa: "1";--fa--fa: "11"}.fa-100{--fa: "";--fa--fa: ""}.fa-2{--fa: "2";--fa--fa: "22"}.fa-3{--fa: "3";--fa--fa: "33"}.fa-360-degrees{--fa: "";--fa--fa: ""}.fa-4{--fa: "4";--fa--fa: "44"}.fa-5{--fa: "5";--fa--fa: "55"}.fa-6{--fa: "6";--fa--fa: "66"}.fa-7{--fa: "7";--fa--fa: "77"}.fa-8{--fa: "8";--fa--fa: "88"}.fa-9{--fa: "9";--fa--fa: "99"}.fa-a{--fa: "A";--fa--fa: "AA"}.fa-abacus{--fa: "";--fa--fa: ""}.fa-accent-grave{--fa: "`";--fa--fa: "``"}.fa-acorn{--fa: "";--fa--fa: ""}.fa-ad{--fa: "";--fa--fa: ""}.fa-add{--fa: "+";--fa--fa: "++"}.fa-address-book{--fa: "";--fa--fa: ""}.fa-address-card{--fa: "";--fa--fa: ""}.fa-adjust{--fa: "";--fa--fa: ""}.fa-air-conditioner{--fa: "";--fa--fa: ""}.fa-air-freshener{--fa: "";--fa--fa: ""}.fa-airplay{--fa: "";--fa--fa: ""}.fa-alarm-clock{--fa: "";--fa--fa: ""}.fa-alarm-exclamation{--fa: "";--fa--fa: ""}.fa-alarm-plus{--fa: "";--fa--fa: ""}.fa-alarm-snooze{--fa: "";--fa--fa: ""}.fa-album{--fa: "";--fa--fa: ""}.fa-album-circle-plus{--fa: "";--fa--fa: ""}.fa-album-circle-user{--fa: "";--fa--fa: ""}.fa-album-collection{--fa: "";--fa--fa: ""}.fa-album-collection-circle-plus{--fa: "";--fa--fa: ""}.fa-album-collection-circle-user{--fa: "";--fa--fa: ""}.fa-alicorn{--fa: "";--fa--fa: ""}.fa-alien{--fa: "";--fa--fa: ""}.fa-alien-8bit,.fa-alien-monster{--fa: "";--fa--fa: ""}.fa-align-center{--fa: "";--fa--fa: ""}.fa-align-justify{--fa: "";--fa--fa: ""}.fa-align-left{--fa: "";--fa--fa: ""}.fa-align-right{--fa: "";--fa--fa: ""}.fa-align-slash{--fa: "";--fa--fa: ""}.fa-allergies{--fa: "";--fa--fa: ""}.fa-alt{--fa: "";--fa--fa: ""}.fa-ambulance{--fa: "";--fa--fa: ""}.fa-american-sign-language-interpreting{--fa: "";--fa--fa: ""}.fa-amp-guitar{--fa: "";--fa--fa: ""}.fa-ampersand{--fa: "&";--fa--fa: "&&"}.fa-analytics{--fa: "";--fa--fa: ""}.fa-anchor{--fa: "";--fa--fa: ""}.fa-anchor-circle-check{--fa: "";--fa--fa: ""}.fa-anchor-circle-exclamation{--fa: "";--fa--fa: ""}.fa-anchor-circle-xmark{--fa: "";--fa--fa: ""}.fa-anchor-lock{--fa: "";--fa--fa: ""}.fa-angel{--fa: "";--fa--fa: ""}.fa-angle{--fa: "";--fa--fa: ""}.fa-angle-90{--fa: "";--fa--fa: ""}.fa-angle-double-down{--fa: "";--fa--fa: ""}.fa-angle-double-left{--fa: "";--fa--fa: ""}.fa-angle-double-right{--fa: "";--fa--fa: ""}.fa-angle-double-up{--fa: "";--fa--fa: ""}.fa-angle-down{--fa: "";--fa--fa: ""}.fa-angle-left{--fa: "";--fa--fa: ""}.fa-angle-right{--fa: "";--fa--fa: ""}.fa-angle-up{--fa: "";--fa--fa: ""}.fa-angles-down{--fa: "";--fa--fa: ""}.fa-angles-left{--fa: "";--fa--fa: ""}.fa-angles-right{--fa: "";--fa--fa: ""}.fa-angles-up{--fa: "";--fa--fa: ""}.fa-angles-up-down{--fa: "";--fa--fa: ""}.fa-angry{--fa: "";--fa--fa: ""}.fa-ankh{--fa: "";--fa--fa: ""}.fa-ant{--fa: "";--fa--fa: ""}.fa-apartment{--fa: "";--fa--fa: ""}.fa-aperture{--fa: "";--fa--fa: ""}.fa-apostrophe{--fa: "'";--fa--fa: "''"}.fa-apple-alt{--fa: "";--fa--fa: ""}.fa-apple-core{--fa: "";--fa--fa: ""}.fa-apple-crate{--fa: "";--fa--fa: ""}.fa-apple-whole{--fa: "";--fa--fa: ""}.fa-archive{--fa: "";--fa--fa: ""}.fa-archway{--fa: "";--fa--fa: ""}.fa-area-chart{--fa: "";--fa--fa: ""}.fa-arrow-alt-circle-down{--fa: "";--fa--fa: ""}.fa-arrow-alt-circle-left{--fa: "";--fa--fa: ""}.fa-arrow-alt-circle-right{--fa: "";--fa--fa: ""}.fa-arrow-alt-circle-up{--fa: "";--fa--fa: ""}.fa-arrow-alt-down{--fa: "";--fa--fa: ""}.fa-arrow-alt-from-bottom{--fa: "";--fa--fa: ""}.fa-arrow-alt-from-left{--fa: "";--fa--fa: ""}.fa-arrow-alt-from-right{--fa: "";--fa--fa: ""}.fa-arrow-alt-from-top{--fa: "";--fa--fa: ""}.fa-arrow-alt-left{--fa: "";--fa--fa: ""}.fa-arrow-alt-right{--fa: "";--fa--fa: ""}.fa-arrow-alt-square-down{--fa: "";--fa--fa: ""}.fa-arrow-alt-square-left{--fa: "";--fa--fa: ""}.fa-arrow-alt-square-right{--fa: "";--fa--fa: ""}.fa-arrow-alt-square-up{--fa: "";--fa--fa: ""}.fa-arrow-alt-to-bottom{--fa: "";--fa--fa: ""}.fa-arrow-alt-to-left{--fa: "";--fa--fa: ""}.fa-arrow-alt-to-right{--fa: "";--fa--fa: ""}.fa-arrow-alt-to-top{--fa: "";--fa--fa: ""}.fa-arrow-alt-up{--fa: "";--fa--fa: ""}.fa-arrow-circle-down{--fa: "";--fa--fa: ""}.fa-arrow-circle-left{--fa: "";--fa--fa: ""}.fa-arrow-circle-right{--fa: "";--fa--fa: ""}.fa-arrow-circle-up{--fa: "";--fa--fa: ""}.fa-arrow-down{--fa: "";--fa--fa: ""}.fa-arrow-down-1-9{--fa: "";--fa--fa: ""}.fa-arrow-down-9-1{--fa: "";--fa--fa: ""}.fa-arrow-down-a-z{--fa: "";--fa--fa: ""}.fa-arrow-down-arrow-up{--fa: "";--fa--fa: ""}.fa-arrow-down-big-small{--fa: "";--fa--fa: ""}.fa-arrow-down-from-arc{--fa: "";--fa--fa: ""}.fa-arrow-down-from-bracket{--fa: "";--fa--fa: ""}.fa-arrow-down-from-dotted-line{--fa: "";--fa--fa: ""}.fa-arrow-down-from-line{--fa: "";--fa--fa: ""}.fa-arrow-down-left{--fa: "";--fa--fa: ""}.fa-arrow-down-left-and-arrow-up-right-to-center{--fa: "";--fa--fa: ""}.fa-arrow-down-long{--fa: "";--fa--fa: ""}.fa-arrow-down-right{--fa: "";--fa--fa: ""}.fa-arrow-down-short-wide{--fa: "";--fa--fa: ""}.fa-arrow-down-small-big{--fa: "";--fa--fa: ""}.fa-arrow-down-square-triangle{--fa: "";--fa--fa: ""}.fa-arrow-down-to-arc{--fa: "";--fa--fa: ""}.fa-arrow-down-to-bracket{--fa: "";--fa--fa: ""}.fa-arrow-down-to-dotted-line{--fa: "";--fa--fa: ""}.fa-arrow-down-to-line{--fa: "";--fa--fa: ""}.fa-arrow-down-to-square{--fa: "";--fa--fa: ""}.fa-arrow-down-triangle-square{--fa: "";--fa--fa: ""}.fa-arrow-down-up-across-line{--fa: "";--fa--fa: ""}.fa-arrow-down-up-lock{--fa: "";--fa--fa: ""}.fa-arrow-down-wide-short{--fa: "";--fa--fa: ""}.fa-arrow-down-z-a{--fa: "";--fa--fa: ""}.fa-arrow-from-bottom{--fa: "";--fa--fa: ""}.fa-arrow-from-left{--fa: "";--fa--fa: ""}.fa-arrow-from-right{--fa: "";--fa--fa: ""}.fa-arrow-from-top{--fa: "";--fa--fa: ""}.fa-arrow-left{--fa: "";--fa--fa: ""}.fa-arrow-left-from-arc{--fa: "";--fa--fa: ""}.fa-arrow-left-from-bracket{--fa: "";--fa--fa: ""}.fa-arrow-left-from-line{--fa: "";--fa--fa: ""}.fa-arrow-left-long{--fa: "";--fa--fa: ""}.fa-arrow-left-long-to-line{--fa: "";--fa--fa: ""}.fa-arrow-left-rotate{--fa: "";--fa--fa: ""}.fa-arrow-left-to-arc{--fa: "";--fa--fa: ""}.fa-arrow-left-to-bracket{--fa: "";--fa--fa: ""}.fa-arrow-left-to-line{--fa: "";--fa--fa: ""}.fa-arrow-pointer{--fa: "";--fa--fa: ""}.fa-arrow-progress{--fa: "";--fa--fa: ""}.fa-arrow-right{--fa: "";--fa--fa: ""}.fa-arrow-right-arrow-left{--fa: "";--fa--fa: ""}.fa-arrow-right-from-arc{--fa: "";--fa--fa: ""}.fa-arrow-right-from-bracket{--fa: "";--fa--fa: ""}.fa-arrow-right-from-file{--fa: "";--fa--fa: ""}.fa-arrow-right-from-line{--fa: "";--fa--fa: ""}.fa-arrow-right-long{--fa: "";--fa--fa: ""}.fa-arrow-right-long-to-line{--fa: "";--fa--fa: ""}.fa-arrow-right-rotate{--fa: "";--fa--fa: ""}.fa-arrow-right-to-arc{--fa: "";--fa--fa: ""}.fa-arrow-right-to-bracket{--fa: "";--fa--fa: ""}.fa-arrow-right-to-city{--fa: "";--fa--fa: ""}.fa-arrow-right-to-file{--fa: "";--fa--fa: ""}.fa-arrow-right-to-line{--fa: "";--fa--fa: ""}.fa-arrow-rotate-back,.fa-arrow-rotate-backward{--fa: "";--fa--fa: ""}.fa-arrow-rotate-forward{--fa: "";--fa--fa: ""}.fa-arrow-rotate-left{--fa: "";--fa--fa: ""}.fa-arrow-rotate-right{--fa: "";--fa--fa: ""}.fa-arrow-square-down{--fa: "";--fa--fa: ""}.fa-arrow-square-left{--fa: "";--fa--fa: ""}.fa-arrow-square-right{--fa: "";--fa--fa: ""}.fa-arrow-square-up{--fa: "";--fa--fa: ""}.fa-arrow-to-bottom{--fa: "";--fa--fa: ""}.fa-arrow-to-left{--fa: "";--fa--fa: ""}.fa-arrow-to-right{--fa: "";--fa--fa: ""}.fa-arrow-to-top{--fa: "";--fa--fa: ""}.fa-arrow-trend-down{--fa: "";--fa--fa: ""}.fa-arrow-trend-up{--fa: "";--fa--fa: ""}.fa-arrow-turn-down{--fa: "";--fa--fa: ""}.fa-arrow-turn-down-left{--fa: "";--fa--fa: ""}.fa-arrow-turn-down-right{--fa: "";--fa--fa: ""}.fa-arrow-turn-left{--fa: "";--fa--fa: ""}.fa-arrow-turn-left-down{--fa: "";--fa--fa: ""}.fa-arrow-turn-left-up{--fa: "";--fa--fa: ""}.fa-arrow-turn-right{--fa: "";--fa--fa: ""}.fa-arrow-turn-up{--fa: "";--fa--fa: ""}.fa-arrow-up{--fa: "";--fa--fa: ""}.fa-arrow-up-1-9{--fa: "";--fa--fa: ""}.fa-arrow-up-9-1{--fa: "";--fa--fa: ""}.fa-arrow-up-a-z{--fa: "";--fa--fa: ""}.fa-arrow-up-arrow-down{--fa: "";--fa--fa: ""}.fa-arrow-up-big-small{--fa: "";--fa--fa: ""}.fa-arrow-up-from-arc{--fa: "";--fa--fa: ""}.fa-arrow-up-from-bracket{--fa: "";--fa--fa: ""}.fa-arrow-up-from-dotted-line{--fa: "";--fa--fa: ""}.fa-arrow-up-from-ground-water{--fa: "";--fa--fa: ""}.fa-arrow-up-from-line{--fa: "";--fa--fa: ""}.fa-arrow-up-from-square{--fa: "";--fa--fa: ""}.fa-arrow-up-from-water-pump{--fa: "";--fa--fa: ""}.fa-arrow-up-left{--fa: "";--fa--fa: ""}.fa-arrow-up-left-from-circle{--fa: "";--fa--fa: ""}.fa-arrow-up-long{--fa: "";--fa--fa: ""}.fa-arrow-up-right{--fa: "";--fa--fa: ""}.fa-arrow-up-right-and-arrow-down-left-from-center{--fa: "";--fa--fa: ""}.fa-arrow-up-right-dots{--fa: "";--fa--fa: ""}.fa-arrow-up-right-from-square{--fa: "";--fa--fa: ""}.fa-arrow-up-short-wide{--fa: "";--fa--fa: ""}.fa-arrow-up-small-big{--fa: "";--fa--fa: ""}.fa-arrow-up-square-triangle{--fa: "";--fa--fa: ""}.fa-arrow-up-to-arc{--fa: "";--fa--fa: ""}.fa-arrow-up-to-bracket{--fa: "";--fa--fa: ""}.fa-arrow-up-to-dotted-line{--fa: "";--fa--fa: ""}.fa-arrow-up-to-line{--fa: "";--fa--fa: ""}.fa-arrow-up-triangle-square{--fa: "";--fa--fa: ""}.fa-arrow-up-wide-short{--fa: "";--fa--fa: ""}.fa-arrow-up-z-a{--fa: "";--fa--fa: ""}.fa-arrows{--fa: "";--fa--fa: ""}.fa-arrows-alt{--fa: "";--fa--fa: ""}.fa-arrows-alt-h{--fa: "";--fa--fa: ""}.fa-arrows-alt-v{--fa: "";--fa--fa: ""}.fa-arrows-cross{--fa: "";--fa--fa: ""}.fa-arrows-down-to-line{--fa: "";--fa--fa: ""}.fa-arrows-down-to-people{--fa: "";--fa--fa: ""}.fa-arrows-from-dotted-line{--fa: "";--fa--fa: ""}.fa-arrows-from-line{--fa: "";--fa--fa: ""}.fa-arrows-h,.fa-arrows-left-right{--fa: "";--fa--fa: ""}.fa-arrows-left-right-to-line{--fa: "";--fa--fa: ""}.fa-arrows-maximize{--fa: "";--fa--fa: ""}.fa-arrows-minimize{--fa: "";--fa--fa: ""}.fa-arrows-repeat{--fa: "";--fa--fa: ""}.fa-arrows-repeat-1{--fa: "";--fa--fa: ""}.fa-arrows-retweet{--fa: "";--fa--fa: ""}.fa-arrows-rotate{--fa: "";--fa--fa: ""}.fa-arrows-rotate-reverse{--fa: "";--fa--fa: ""}.fa-arrows-spin{--fa: "";--fa--fa: ""}.fa-arrows-split-up-and-left{--fa: "";--fa--fa: ""}.fa-arrows-to-circle{--fa: "";--fa--fa: ""}.fa-arrows-to-dot{--fa: "";--fa--fa: ""}.fa-arrows-to-dotted-line{--fa: "";--fa--fa: ""}.fa-arrows-to-eye{--fa: "";--fa--fa: ""}.fa-arrows-to-line{--fa: "";--fa--fa: ""}.fa-arrows-turn-right{--fa: "";--fa--fa: ""}.fa-arrows-turn-to-dots{--fa: "";--fa--fa: ""}.fa-arrows-up-down{--fa: "";--fa--fa: ""}.fa-arrows-up-down-left-right{--fa: "";--fa--fa: ""}.fa-arrows-up-to-line{--fa: "";--fa--fa: ""}.fa-arrows-v{--fa: "";--fa--fa: ""}.fa-asl-interpreting{--fa: "";--fa--fa: ""}.fa-assistive-listening-systems{--fa: "";--fa--fa: ""}.fa-asterisk{--fa: "*";--fa--fa: "**"}.fa-at{--fa: "@";--fa--fa: "@@"}.fa-atlas{--fa: "";--fa--fa: ""}.fa-atom{--fa: "";--fa--fa: ""}.fa-atom-alt,.fa-atom-simple{--fa: "";--fa--fa: ""}.fa-audio-description{--fa: "";--fa--fa: ""}.fa-audio-description-slash{--fa: "";--fa--fa: ""}.fa-austral-sign{--fa: "";--fa--fa: ""}.fa-automobile{--fa: "";--fa--fa: ""}.fa-avocado{--fa: "";--fa--fa: ""}.fa-award{--fa: "";--fa--fa: ""}.fa-award-simple{--fa: "";--fa--fa: ""}.fa-axe{--fa: "";--fa--fa: ""}.fa-axe-battle{--fa: "";--fa--fa: ""}.fa-b{--fa: "B";--fa--fa: "BB"}.fa-baby{--fa: "";--fa--fa: ""}.fa-baby-carriage{--fa: "";--fa--fa: ""}.fa-backpack{--fa: "";--fa--fa: ""}.fa-backspace{--fa: "";--fa--fa: ""}.fa-backward{--fa: "";--fa--fa: ""}.fa-backward-fast{--fa: "";--fa--fa: ""}.fa-backward-step{--fa: "";--fa--fa: ""}.fa-bacon{--fa: "";--fa--fa: ""}.fa-bacteria{--fa: "";--fa--fa: ""}.fa-bacterium{--fa: "";--fa--fa: ""}.fa-badge{--fa: "";--fa--fa: ""}.fa-badge-check{--fa: "";--fa--fa: ""}.fa-badge-dollar{--fa: "";--fa--fa: ""}.fa-badge-percent{--fa: "";--fa--fa: ""}.fa-badge-sheriff{--fa: "";--fa--fa: ""}.fa-badger-honey{--fa: "";--fa--fa: ""}.fa-badminton{--fa: "";--fa--fa: ""}.fa-bag-seedling{--fa: "";--fa--fa: ""}.fa-bag-shopping{--fa: "";--fa--fa: ""}.fa-bag-shopping-minus{--fa: "";--fa--fa: ""}.fa-bag-shopping-plus{--fa: "";--fa--fa: ""}.fa-bagel{--fa: "";--fa--fa: ""}.fa-bags-shopping{--fa: "";--fa--fa: ""}.fa-baguette{--fa: "";--fa--fa: ""}.fa-bahai{--fa: "";--fa--fa: ""}.fa-baht-sign{--fa: "";--fa--fa: ""}.fa-balance-scale{--fa: "";--fa--fa: ""}.fa-balance-scale-left{--fa: "";--fa--fa: ""}.fa-balance-scale-right{--fa: "";--fa--fa: ""}.fa-ball-pile{--fa: "";--fa--fa: ""}.fa-balloon{--fa: "";--fa--fa: ""}.fa-balloons{--fa: "";--fa--fa: ""}.fa-ballot{--fa: "";--fa--fa: ""}.fa-ballot-check{--fa: "";--fa--fa: ""}.fa-ban{--fa: "";--fa--fa: ""}.fa-ban-bug{--fa: "";--fa--fa: ""}.fa-ban-parking{--fa: "";--fa--fa: ""}.fa-ban-smoking{--fa: "";--fa--fa: ""}.fa-banana{--fa: "";--fa--fa: ""}.fa-band-aid,.fa-bandage{--fa: "";--fa--fa: ""}.fa-bangladeshi-taka-sign{--fa: "";--fa--fa: ""}.fa-banjo{--fa: "";--fa--fa: ""}.fa-bank{--fa: "";--fa--fa: ""}.fa-bar-chart{--fa: "";--fa--fa: ""}.fa-barcode{--fa: "";--fa--fa: ""}.fa-barcode-alt{--fa: "";--fa--fa: ""}.fa-barcode-read{--fa: "";--fa--fa: ""}.fa-barcode-scan{--fa: "";--fa--fa: ""}.fa-barn-silo{--fa: "";--fa--fa: ""}.fa-bars{--fa: "";--fa--fa: ""}.fa-bars-filter{--fa: "";--fa--fa: ""}.fa-bars-progress{--fa: "";--fa--fa: ""}.fa-bars-sort{--fa: "";--fa--fa: ""}.fa-bars-staggered{--fa: "";--fa--fa: ""}.fa-baseball,.fa-baseball-ball{--fa: "";--fa--fa: ""}.fa-baseball-bat-ball{--fa: "";--fa--fa: ""}.fa-basket-shopping{--fa: "";--fa--fa: ""}.fa-basket-shopping-minus{--fa: "";--fa--fa: ""}.fa-basket-shopping-plus{--fa: "";--fa--fa: ""}.fa-basket-shopping-simple{--fa: "";--fa--fa: ""}.fa-basketball,.fa-basketball-ball{--fa: "";--fa--fa: ""}.fa-basketball-hoop{--fa: "";--fa--fa: ""}.fa-bat{--fa: "";--fa--fa: ""}.fa-bath,.fa-bathtub{--fa: "";--fa--fa: ""}.fa-battery{--fa: "";--fa--fa: ""}.fa-battery-0{--fa: "";--fa--fa: ""}.fa-battery-1{--fa: "";--fa--fa: ""}.fa-battery-2{--fa: "";--fa--fa: ""}.fa-battery-3{--fa: "";--fa--fa: ""}.fa-battery-4{--fa: "";--fa--fa: ""}.fa-battery-5{--fa: "";--fa--fa: ""}.fa-battery-bolt{--fa: "";--fa--fa: ""}.fa-battery-car{--fa: "";--fa--fa: ""}.fa-battery-empty{--fa: "";--fa--fa: ""}.fa-battery-exclamation{--fa: "";--fa--fa: ""}.fa-battery-full{--fa: "";--fa--fa: ""}.fa-battery-half{--fa: "";--fa--fa: ""}.fa-battery-low{--fa: "";--fa--fa: ""}.fa-battery-quarter{--fa: "";--fa--fa: ""}.fa-battery-slash{--fa: "";--fa--fa: ""}.fa-battery-three-quarters{--fa: "";--fa--fa: ""}.fa-bed{--fa: "";--fa--fa: ""}.fa-bed-alt{--fa: "";--fa--fa: ""}.fa-bed-bunk{--fa: "";--fa--fa: ""}.fa-bed-empty{--fa: "";--fa--fa: ""}.fa-bed-front{--fa: "";--fa--fa: ""}.fa-bed-pulse{--fa: "";--fa--fa: ""}.fa-bee{--fa: "";--fa--fa: ""}.fa-beer{--fa: "";--fa--fa: ""}.fa-beer-foam,.fa-beer-mug{--fa: "";--fa--fa: ""}.fa-beer-mug-empty{--fa: "";--fa--fa: ""}.fa-bell{--fa: "";--fa--fa: ""}.fa-bell-concierge{--fa: "";--fa--fa: ""}.fa-bell-exclamation{--fa: "";--fa--fa: ""}.fa-bell-on{--fa: "";--fa--fa: ""}.fa-bell-plus{--fa: "";--fa--fa: ""}.fa-bell-ring{--fa: "";--fa--fa: ""}.fa-bell-school{--fa: "";--fa--fa: ""}.fa-bell-school-slash{--fa: "";--fa--fa: ""}.fa-bell-slash{--fa: "";--fa--fa: ""}.fa-bells{--fa: "";--fa--fa: ""}.fa-bench-tree{--fa: "";--fa--fa: ""}.fa-betamax{--fa: "";--fa--fa: ""}.fa-bezier-curve{--fa: "";--fa--fa: ""}.fa-bible{--fa: "";--fa--fa: ""}.fa-bicycle{--fa: "";--fa--fa: ""}.fa-biking{--fa: "";--fa--fa: ""}.fa-biking-mountain{--fa: "";--fa--fa: ""}.fa-billboard{--fa: "";--fa--fa: ""}.fa-bin-bottles{--fa: "";--fa--fa: ""}.fa-bin-bottles-recycle{--fa: "";--fa--fa: ""}.fa-bin-recycle{--fa: "";--fa--fa: ""}.fa-binary{--fa: "";--fa--fa: ""}.fa-binary-circle-check{--fa: "";--fa--fa: ""}.fa-binary-lock{--fa: "";--fa--fa: ""}.fa-binary-slash{--fa: "";--fa--fa: ""}.fa-binoculars{--fa: "";--fa--fa: ""}.fa-biohazard{--fa: "";--fa--fa: ""}.fa-bird{--fa: "";--fa--fa: ""}.fa-birthday-cake{--fa: "";--fa--fa: ""}.fa-bitcoin-sign{--fa: "";--fa--fa: ""}.fa-blackboard{--fa: "";--fa--fa: ""}.fa-blanket{--fa: "";--fa--fa: ""}.fa-blanket-fire{--fa: "";--fa--fa: ""}.fa-blender{--fa: "";--fa--fa: ""}.fa-blender-phone{--fa: "";--fa--fa: ""}.fa-blind{--fa: "";--fa--fa: ""}.fa-blinds{--fa: "";--fa--fa: ""}.fa-blinds-open{--fa: "";--fa--fa: ""}.fa-blinds-raised{--fa: "";--fa--fa: ""}.fa-block{--fa: "";--fa--fa: ""}.fa-block-brick{--fa: "";--fa--fa: ""}.fa-block-brick-fire{--fa: "";--fa--fa: ""}.fa-block-question{--fa: "";--fa--fa: ""}.fa-block-quote{--fa: "";--fa--fa: ""}.fa-blog{--fa: "";--fa--fa: ""}.fa-blueberries{--fa: "";--fa--fa: ""}.fa-bluetooth{--fa: "";--fa--fa: ""}.fa-bold{--fa: "";--fa--fa: ""}.fa-bolt{--fa: "";--fa--fa: ""}.fa-bolt-auto{--fa: "";--fa--fa: ""}.fa-bolt-lightning{--fa: "";--fa--fa: ""}.fa-bolt-slash{--fa: "";--fa--fa: ""}.fa-bomb{--fa: "";--fa--fa: ""}.fa-bone{--fa: "";--fa--fa: ""}.fa-bone-break{--fa: "";--fa--fa: ""}.fa-bong{--fa: "";--fa--fa: ""}.fa-book{--fa: "";--fa--fa: ""}.fa-book-alt{--fa: "";--fa--fa: ""}.fa-book-arrow-right{--fa: "";--fa--fa: ""}.fa-book-arrow-up{--fa: "";--fa--fa: ""}.fa-book-atlas{--fa: "";--fa--fa: ""}.fa-book-bible{--fa: "";--fa--fa: ""}.fa-book-blank{--fa: "";--fa--fa: ""}.fa-book-bookmark{--fa: "";--fa--fa: ""}.fa-book-circle{--fa: "";--fa--fa: ""}.fa-book-circle-arrow-right{--fa: "";--fa--fa: ""}.fa-book-circle-arrow-up{--fa: "";--fa--fa: ""}.fa-book-copy{--fa: "";--fa--fa: ""}.fa-book-dead{--fa: "";--fa--fa: ""}.fa-book-font{--fa: "";--fa--fa: ""}.fa-book-heart{--fa: "";--fa--fa: ""}.fa-book-journal-whills{--fa: "";--fa--fa: ""}.fa-book-law{--fa: "";--fa--fa: ""}.fa-book-medical{--fa: "";--fa--fa: ""}.fa-book-open{--fa: "";--fa--fa: ""}.fa-book-open-alt,.fa-book-open-cover{--fa: "";--fa--fa: ""}.fa-book-open-reader{--fa: "";--fa--fa: ""}.fa-book-quran{--fa: "";--fa--fa: ""}.fa-book-reader{--fa: "";--fa--fa: ""}.fa-book-section{--fa: "";--fa--fa: ""}.fa-book-skull{--fa: "";--fa--fa: ""}.fa-book-sparkles,.fa-book-spells{--fa: "";--fa--fa: ""}.fa-book-tanakh{--fa: "";--fa--fa: ""}.fa-book-user{--fa: "";--fa--fa: ""}.fa-bookmark{--fa: "";--fa--fa: ""}.fa-bookmark-circle{--fa: "";--fa--fa: ""}.fa-bookmark-slash{--fa: "";--fa--fa: ""}.fa-books{--fa: "";--fa--fa: ""}.fa-books-medical{--fa: "";--fa--fa: ""}.fa-boombox{--fa: "";--fa--fa: ""}.fa-boot{--fa: "";--fa--fa: ""}.fa-boot-heeled{--fa: "";--fa--fa: ""}.fa-booth-curtain{--fa: "";--fa--fa: ""}.fa-border-all{--fa: "";--fa--fa: ""}.fa-border-bottom{--fa: "";--fa--fa: ""}.fa-border-bottom-right{--fa: "";--fa--fa: ""}.fa-border-center-h{--fa: "";--fa--fa: ""}.fa-border-center-v{--fa: "";--fa--fa: ""}.fa-border-inner{--fa: "";--fa--fa: ""}.fa-border-left{--fa: "";--fa--fa: ""}.fa-border-none{--fa: "";--fa--fa: ""}.fa-border-outer{--fa: "";--fa--fa: ""}.fa-border-right{--fa: "";--fa--fa: ""}.fa-border-style{--fa: "";--fa--fa: ""}.fa-border-style-alt{--fa: "";--fa--fa: ""}.fa-border-top{--fa: "";--fa--fa: ""}.fa-border-top-left{--fa: "";--fa--fa: ""}.fa-bore-hole{--fa: "";--fa--fa: ""}.fa-bottle-baby{--fa: "";--fa--fa: ""}.fa-bottle-droplet{--fa: "";--fa--fa: ""}.fa-bottle-water{--fa: "";--fa--fa: ""}.fa-bow-arrow{--fa: "";--fa--fa: ""}.fa-bowl-chopsticks{--fa: "";--fa--fa: ""}.fa-bowl-chopsticks-noodles{--fa: "";--fa--fa: ""}.fa-bowl-food{--fa: "";--fa--fa: ""}.fa-bowl-hot{--fa: "";--fa--fa: ""}.fa-bowl-rice{--fa: "";--fa--fa: ""}.fa-bowl-salad{--fa: "";--fa--fa: ""}.fa-bowl-scoop{--fa: "";--fa--fa: ""}.fa-bowl-scoops{--fa: "";--fa--fa: ""}.fa-bowl-shaved-ice{--fa: "";--fa--fa: ""}.fa-bowl-soft-serve{--fa: "";--fa--fa: ""}.fa-bowl-spoon{--fa: "";--fa--fa: ""}.fa-bowling-ball{--fa: "";--fa--fa: ""}.fa-bowling-ball-pin{--fa: "";--fa--fa: ""}.fa-bowling-pins{--fa: "";--fa--fa: ""}.fa-box{--fa: "";--fa--fa: ""}.fa-box-alt{--fa: "";--fa--fa: ""}.fa-box-archive{--fa: "";--fa--fa: ""}.fa-box-ballot{--fa: "";--fa--fa: ""}.fa-box-check{--fa: "";--fa--fa: ""}.fa-box-circle-check{--fa: "";--fa--fa: ""}.fa-box-dollar{--fa: "";--fa--fa: ""}.fa-box-fragile{--fa: "";--fa--fa: ""}.fa-box-full{--fa: "";--fa--fa: ""}.fa-box-heart{--fa: "";--fa--fa: ""}.fa-box-open{--fa: "";--fa--fa: ""}.fa-box-open-full{--fa: "";--fa--fa: ""}.fa-box-taped{--fa: "";--fa--fa: ""}.fa-box-tissue{--fa: "";--fa--fa: ""}.fa-box-up{--fa: "";--fa--fa: ""}.fa-box-usd{--fa: "";--fa--fa: ""}.fa-boxes,.fa-boxes-alt{--fa: "";--fa--fa: ""}.fa-boxes-packing{--fa: "";--fa--fa: ""}.fa-boxes-stacked{--fa: "";--fa--fa: ""}.fa-boxing-glove{--fa: "";--fa--fa: ""}.fa-bracket{--fa: "[";--fa--fa: "[["}.fa-bracket-curly,.fa-bracket-curly-left{--fa: "{";--fa--fa: "{{"}.fa-bracket-curly-right{--fa: "}";--fa--fa: "}}"}.fa-bracket-left{--fa: "[";--fa--fa: "[["}.fa-bracket-round{--fa: "(";--fa--fa: "(("}.fa-bracket-round-right{--fa: ")";--fa--fa: "))"}.fa-bracket-square{--fa: "[";--fa--fa: "[["}.fa-bracket-square-right{--fa: "]";--fa--fa: "]]"}.fa-brackets{--fa: "";--fa--fa: ""}.fa-brackets-curly{--fa: "";--fa--fa: ""}.fa-brackets-round{--fa: "";--fa--fa: ""}.fa-brackets-square{--fa: "";--fa--fa: ""}.fa-braille{--fa: "";--fa--fa: ""}.fa-brain{--fa: "";--fa--fa: ""}.fa-brain-arrow-curved-right{--fa: "";--fa--fa: ""}.fa-brain-circuit{--fa: "";--fa--fa: ""}.fa-brake-warning{--fa: "";--fa--fa: ""}.fa-brazilian-real-sign{--fa: "";--fa--fa: ""}.fa-bread-loaf{--fa: "";--fa--fa: ""}.fa-bread-slice{--fa: "";--fa--fa: ""}.fa-bread-slice-butter{--fa: "";--fa--fa: ""}.fa-bridge{--fa: "";--fa--fa: ""}.fa-bridge-circle-check{--fa: "";--fa--fa: ""}.fa-bridge-circle-exclamation{--fa: "";--fa--fa: ""}.fa-bridge-circle-xmark{--fa: "";--fa--fa: ""}.fa-bridge-lock{--fa: "";--fa--fa: ""}.fa-bridge-suspension{--fa: "";--fa--fa: ""}.fa-bridge-water{--fa: "";--fa--fa: ""}.fa-briefcase{--fa: "";--fa--fa: ""}.fa-briefcase-arrow-right{--fa: "";--fa--fa: ""}.fa-briefcase-blank{--fa: "";--fa--fa: ""}.fa-briefcase-clock{--fa: "";--fa--fa: ""}.fa-briefcase-medical{--fa: "";--fa--fa: ""}.fa-brightness{--fa: "";--fa--fa: ""}.fa-brightness-low{--fa: "";--fa--fa: ""}.fa-bring-forward{--fa: "";--fa--fa: ""}.fa-bring-front{--fa: "";--fa--fa: ""}.fa-broadcast-tower{--fa: "";--fa--fa: ""}.fa-broccoli{--fa: "";--fa--fa: ""}.fa-broom{--fa: "";--fa--fa: ""}.fa-broom-ball{--fa: "";--fa--fa: ""}.fa-broom-wide{--fa: "";--fa--fa: ""}.fa-browser{--fa: "";--fa--fa: ""}.fa-browsers{--fa: "";--fa--fa: ""}.fa-brush{--fa: "";--fa--fa: ""}.fa-bucket{--fa: "";--fa--fa: ""}.fa-bug{--fa: "";--fa--fa: ""}.fa-bug-slash{--fa: "";--fa--fa: ""}.fa-bugs{--fa: "";--fa--fa: ""}.fa-building{--fa: "";--fa--fa: ""}.fa-building-circle-arrow-right{--fa: "";--fa--fa: ""}.fa-building-circle-check{--fa: "";--fa--fa: ""}.fa-building-circle-exclamation{--fa: "";--fa--fa: ""}.fa-building-circle-xmark{--fa: "";--fa--fa: ""}.fa-building-columns{--fa: "";--fa--fa: ""}.fa-building-flag{--fa: "";--fa--fa: ""}.fa-building-lock{--fa: "";--fa--fa: ""}.fa-building-magnifying-glass{--fa: "";--fa--fa: ""}.fa-building-memo{--fa: "";--fa--fa: ""}.fa-building-ngo{--fa: "";--fa--fa: ""}.fa-building-shield{--fa: "";--fa--fa: ""}.fa-building-un{--fa: "";--fa--fa: ""}.fa-building-user{--fa: "";--fa--fa: ""}.fa-building-wheat{--fa: "";--fa--fa: ""}.fa-buildings{--fa: "";--fa--fa: ""}.fa-bulldozer{--fa: "";--fa--fa: ""}.fa-bullhorn{--fa: "";--fa--fa: ""}.fa-bullseye{--fa: "";--fa--fa: ""}.fa-bullseye-arrow{--fa: "";--fa--fa: ""}.fa-bullseye-pointer{--fa: "";--fa--fa: ""}.fa-buoy{--fa: "";--fa--fa: ""}.fa-buoy-mooring{--fa: "";--fa--fa: ""}.fa-burger{--fa: "";--fa--fa: ""}.fa-burger-cheese{--fa: "";--fa--fa: ""}.fa-burger-fries{--fa: "";--fa--fa: ""}.fa-burger-glass{--fa: "";--fa--fa: ""}.fa-burger-lettuce{--fa: "";--fa--fa: ""}.fa-burger-soda{--fa: "";--fa--fa: ""}.fa-burn{--fa: "";--fa--fa: ""}.fa-burrito{--fa: "";--fa--fa: ""}.fa-burst{--fa: "";--fa--fa: ""}.fa-bus{--fa: "";--fa--fa: ""}.fa-bus-alt{--fa: "";--fa--fa: ""}.fa-bus-school{--fa: "";--fa--fa: ""}.fa-bus-simple{--fa: "";--fa--fa: ""}.fa-business-front{--fa: "";--fa--fa: ""}.fa-business-time{--fa: "";--fa--fa: ""}.fa-butter{--fa: "";--fa--fa: ""}.fa-c{--fa: "C";--fa--fa: "CC"}.fa-cab{--fa: "";--fa--fa: ""}.fa-cabin{--fa: "";--fa--fa: ""}.fa-cabinet-filing{--fa: "";--fa--fa: ""}.fa-cable-car{--fa: "";--fa--fa: ""}.fa-cactus{--fa: "";--fa--fa: ""}.fa-caduceus{--fa: "";--fa--fa: ""}.fa-cake,.fa-cake-candles{--fa: "";--fa--fa: ""}.fa-cake-slice{--fa: "";--fa--fa: ""}.fa-calculator{--fa: "";--fa--fa: ""}.fa-calculator-alt,.fa-calculator-simple{--fa: "";--fa--fa: ""}.fa-calendar{--fa: "";--fa--fa: ""}.fa-calendar-alt{--fa: "";--fa--fa: ""}.fa-calendar-arrow-down{--fa: "";--fa--fa: ""}.fa-calendar-arrow-up{--fa: "";--fa--fa: ""}.fa-calendar-check{--fa: "";--fa--fa: ""}.fa-calendar-circle{--fa: "";--fa--fa: ""}.fa-calendar-circle-exclamation{--fa: "";--fa--fa: ""}.fa-calendar-circle-minus{--fa: "";--fa--fa: ""}.fa-calendar-circle-plus{--fa: "";--fa--fa: ""}.fa-calendar-circle-user{--fa: "";--fa--fa: ""}.fa-calendar-clock{--fa: "";--fa--fa: ""}.fa-calendar-day{--fa: "";--fa--fa: ""}.fa-calendar-days{--fa: "";--fa--fa: ""}.fa-calendar-download{--fa: "";--fa--fa: ""}.fa-calendar-edit{--fa: "";--fa--fa: ""}.fa-calendar-exclamation{--fa: "";--fa--fa: ""}.fa-calendar-heart{--fa: "";--fa--fa: ""}.fa-calendar-image{--fa: "";--fa--fa: ""}.fa-calendar-lines{--fa: "";--fa--fa: ""}.fa-calendar-lines-pen{--fa: "";--fa--fa: ""}.fa-calendar-minus{--fa: "";--fa--fa: ""}.fa-calendar-note{--fa: "";--fa--fa: ""}.fa-calendar-pen{--fa: "";--fa--fa: ""}.fa-calendar-plus{--fa: "";--fa--fa: ""}.fa-calendar-range{--fa: "";--fa--fa: ""}.fa-calendar-star{--fa: "";--fa--fa: ""}.fa-calendar-time{--fa: "";--fa--fa: ""}.fa-calendar-times{--fa: "";--fa--fa: ""}.fa-calendar-upload{--fa: "";--fa--fa: ""}.fa-calendar-users{--fa: "";--fa--fa: ""}.fa-calendar-week{--fa: "";--fa--fa: ""}.fa-calendar-xmark{--fa: "";--fa--fa: ""}.fa-calendars{--fa: "";--fa--fa: ""}.fa-camcorder{--fa: "";--fa--fa: ""}.fa-camera,.fa-camera-alt{--fa: "";--fa--fa: ""}.fa-camera-cctv{--fa: "";--fa--fa: ""}.fa-camera-circle{--fa: "";--fa--fa: ""}.fa-camera-home{--fa: "";--fa--fa: ""}.fa-camera-movie{--fa: "";--fa--fa: ""}.fa-camera-polaroid{--fa: "";--fa--fa: ""}.fa-camera-retro{--fa: "";--fa--fa: ""}.fa-camera-rotate{--fa: "";--fa--fa: ""}.fa-camera-security{--fa: "";--fa--fa: ""}.fa-camera-slash{--fa: "";--fa--fa: ""}.fa-camera-viewfinder{--fa: "";--fa--fa: ""}.fa-camera-web{--fa: "";--fa--fa: ""}.fa-camera-web-slash{--fa: "";--fa--fa: ""}.fa-campfire{--fa: "";--fa--fa: ""}.fa-campground{--fa: "";--fa--fa: ""}.fa-can-food{--fa: "";--fa--fa: ""}.fa-cancel{--fa: "";--fa--fa: ""}.fa-candle-holder{--fa: "";--fa--fa: ""}.fa-candy{--fa: "";--fa--fa: ""}.fa-candy-bar{--fa: "";--fa--fa: ""}.fa-candy-cane{--fa: "";--fa--fa: ""}.fa-candy-corn{--fa: "";--fa--fa: ""}.fa-cannabis{--fa: "";--fa--fa: ""}.fa-cannon{--fa: "";--fa--fa: ""}.fa-capsules{--fa: "";--fa--fa: ""}.fa-car{--fa: "";--fa--fa: ""}.fa-car-alt{--fa: "";--fa--fa: ""}.fa-car-battery{--fa: "";--fa--fa: ""}.fa-car-bolt{--fa: "";--fa--fa: ""}.fa-car-building{--fa: "";--fa--fa: ""}.fa-car-bump{--fa: "";--fa--fa: ""}.fa-car-burst{--fa: "";--fa--fa: ""}.fa-car-bus{--fa: "";--fa--fa: ""}.fa-car-circle-bolt{--fa: "";--fa--fa: ""}.fa-car-crash{--fa: "";--fa--fa: ""}.fa-car-garage{--fa: "";--fa--fa: ""}.fa-car-mechanic{--fa: "";--fa--fa: ""}.fa-car-mirrors{--fa: "";--fa--fa: ""}.fa-car-on{--fa: "";--fa--fa: ""}.fa-car-people{--fa: "";--fa--fa: ""}.fa-car-rear{--fa: "";--fa--fa: ""}.fa-car-side{--fa: "";--fa--fa: ""}.fa-car-side-bolt{--fa: "";--fa--fa: ""}.fa-car-tilt{--fa: "";--fa--fa: ""}.fa-car-tunnel{--fa: "";--fa--fa: ""}.fa-car-wash{--fa: "";--fa--fa: ""}.fa-car-wrench{--fa: "";--fa--fa: ""}.fa-caravan{--fa: "";--fa--fa: ""}.fa-caravan-alt,.fa-caravan-simple{--fa: "";--fa--fa: ""}.fa-card-club{--fa: "";--fa--fa: ""}.fa-card-diamond{--fa: "";--fa--fa: ""}.fa-card-heart{--fa: "";--fa--fa: ""}.fa-card-spade{--fa: "";--fa--fa: ""}.fa-cards{--fa: "";--fa--fa: ""}.fa-cards-blank{--fa: "";--fa--fa: ""}.fa-caret-circle-down{--fa: "";--fa--fa: ""}.fa-caret-circle-left{--fa: "";--fa--fa: ""}.fa-caret-circle-right{--fa: "";--fa--fa: ""}.fa-caret-circle-up{--fa: "";--fa--fa: ""}.fa-caret-down{--fa: "";--fa--fa: ""}.fa-caret-left{--fa: "";--fa--fa: ""}.fa-caret-right{--fa: "";--fa--fa: ""}.fa-caret-square-down{--fa: "";--fa--fa: ""}.fa-caret-square-left{--fa: "";--fa--fa: ""}.fa-caret-square-right{--fa: "";--fa--fa: ""}.fa-caret-square-up{--fa: "";--fa--fa: ""}.fa-caret-up{--fa: "";--fa--fa: ""}.fa-carpool{--fa: "";--fa--fa: ""}.fa-carriage-baby{--fa: "";--fa--fa: ""}.fa-carrot{--fa: "";--fa--fa: ""}.fa-cars{--fa: "";--fa--fa: ""}.fa-cart-arrow-down{--fa: "";--fa--fa: ""}.fa-cart-arrow-up{--fa: "";--fa--fa: ""}.fa-cart-circle-arrow-down{--fa: "";--fa--fa: ""}.fa-cart-circle-arrow-up{--fa: "";--fa--fa: ""}.fa-cart-circle-check{--fa: "";--fa--fa: ""}.fa-cart-circle-exclamation{--fa: "";--fa--fa: ""}.fa-cart-circle-plus{--fa: "";--fa--fa: ""}.fa-cart-circle-xmark{--fa: "";--fa--fa: ""}.fa-cart-flatbed{--fa: "";--fa--fa: ""}.fa-cart-flatbed-boxes{--fa: "";--fa--fa: ""}.fa-cart-flatbed-empty{--fa: "";--fa--fa: ""}.fa-cart-flatbed-suitcase{--fa: "";--fa--fa: ""}.fa-cart-minus{--fa: "";--fa--fa: ""}.fa-cart-plus{--fa: "";--fa--fa: ""}.fa-cart-shopping{--fa: "";--fa--fa: ""}.fa-cart-shopping-fast{--fa: "";--fa--fa: ""}.fa-cart-xmark{--fa: "";--fa--fa: ""}.fa-cash-register{--fa: "";--fa--fa: ""}.fa-cassette-betamax{--fa: "";--fa--fa: ""}.fa-cassette-tape{--fa: "";--fa--fa: ""}.fa-cassette-vhs{--fa: "";--fa--fa: ""}.fa-castle{--fa: "";--fa--fa: ""}.fa-cat{--fa: "";--fa--fa: ""}.fa-cat-space{--fa: "";--fa--fa: ""}.fa-cauldron{--fa: "";--fa--fa: ""}.fa-cctv{--fa: "";--fa--fa: ""}.fa-cedi-sign{--fa: "";--fa--fa: ""}.fa-cent-sign{--fa: "";--fa--fa: ""}.fa-certificate{--fa: "";--fa--fa: ""}.fa-chain{--fa: "";--fa--fa: ""}.fa-chain-broken{--fa: "";--fa--fa: ""}.fa-chain-horizontal{--fa: "";--fa--fa: ""}.fa-chain-horizontal-slash{--fa: "";--fa--fa: ""}.fa-chain-slash{--fa: "";--fa--fa: ""}.fa-chair{--fa: "";--fa--fa: ""}.fa-chair-office{--fa: "";--fa--fa: ""}.fa-chalkboard{--fa: "";--fa--fa: ""}.fa-chalkboard-teacher,.fa-chalkboard-user{--fa: "";--fa--fa: ""}.fa-champagne-glass{--fa: "";--fa--fa: ""}.fa-champagne-glasses{--fa: "";--fa--fa: ""}.fa-charging-station{--fa: "";--fa--fa: ""}.fa-chart-area{--fa: "";--fa--fa: ""}.fa-chart-bar{--fa: "";--fa--fa: ""}.fa-chart-bullet{--fa: "";--fa--fa: ""}.fa-chart-candlestick{--fa: "";--fa--fa: ""}.fa-chart-column{--fa: "";--fa--fa: ""}.fa-chart-diagram{--fa: "";--fa--fa: ""}.fa-chart-fft{--fa: "";--fa--fa: ""}.fa-chart-gantt{--fa: "";--fa--fa: ""}.fa-chart-kanban{--fa: "";--fa--fa: ""}.fa-chart-line{--fa: "";--fa--fa: ""}.fa-chart-line-down{--fa: "";--fa--fa: ""}.fa-chart-line-up{--fa: "";--fa--fa: ""}.fa-chart-line-up-down{--fa: "";--fa--fa: ""}.fa-chart-mixed{--fa: "";--fa--fa: ""}.fa-chart-mixed-up-circle-currency{--fa: "";--fa--fa: ""}.fa-chart-mixed-up-circle-dollar{--fa: "";--fa--fa: ""}.fa-chart-network{--fa: "";--fa--fa: ""}.fa-chart-pie{--fa: "";--fa--fa: ""}.fa-chart-pie-alt,.fa-chart-pie-simple{--fa: "";--fa--fa: ""}.fa-chart-pie-simple-circle-currency{--fa: "";--fa--fa: ""}.fa-chart-pie-simple-circle-dollar{--fa: "";--fa--fa: ""}.fa-chart-pyramid{--fa: "";--fa--fa: ""}.fa-chart-radar{--fa: "";--fa--fa: ""}.fa-chart-scatter{--fa: "";--fa--fa: ""}.fa-chart-scatter-3d{--fa: "";--fa--fa: ""}.fa-chart-scatter-bubble{--fa: "";--fa--fa: ""}.fa-chart-simple{--fa: "";--fa--fa: ""}.fa-chart-simple-horizontal{--fa: "";--fa--fa: ""}.fa-chart-sine{--fa: "";--fa--fa: ""}.fa-chart-tree-map{--fa: "";--fa--fa: ""}.fa-chart-user{--fa: "";--fa--fa: ""}.fa-chart-waterfall{--fa: "";--fa--fa: ""}.fa-check{--fa: "";--fa--fa: ""}.fa-check-circle{--fa: "";--fa--fa: ""}.fa-check-double{--fa: "";--fa--fa: ""}.fa-check-square{--fa: "";--fa--fa: ""}.fa-check-to-slot{--fa: "";--fa--fa: ""}.fa-cheese{--fa: "";--fa--fa: ""}.fa-cheese-swiss{--fa: "";--fa--fa: ""}.fa-cheeseburger{--fa: "";--fa--fa: ""}.fa-cherries{--fa: "";--fa--fa: ""}.fa-chess{--fa: "";--fa--fa: ""}.fa-chess-bishop{--fa: "";--fa--fa: ""}.fa-chess-bishop-alt,.fa-chess-bishop-piece{--fa: "";--fa--fa: ""}.fa-chess-board{--fa: "";--fa--fa: ""}.fa-chess-clock{--fa: "";--fa--fa: ""}.fa-chess-clock-alt,.fa-chess-clock-flip{--fa: "";--fa--fa: ""}.fa-chess-king{--fa: "";--fa--fa: ""}.fa-chess-king-alt,.fa-chess-king-piece{--fa: "";--fa--fa: ""}.fa-chess-knight{--fa: "";--fa--fa: ""}.fa-chess-knight-alt,.fa-chess-knight-piece{--fa: "";--fa--fa: ""}.fa-chess-pawn{--fa: "";--fa--fa: ""}.fa-chess-pawn-alt,.fa-chess-pawn-piece{--fa: "";--fa--fa: ""}.fa-chess-queen{--fa: "";--fa--fa: ""}.fa-chess-queen-alt,.fa-chess-queen-piece{--fa: "";--fa--fa: ""}.fa-chess-rook{--fa: "";--fa--fa: ""}.fa-chess-rook-alt,.fa-chess-rook-piece{--fa: "";--fa--fa: ""}.fa-chestnut{--fa: "";--fa--fa: ""}.fa-chevron-circle-down{--fa: "";--fa--fa: ""}.fa-chevron-circle-left{--fa: "";--fa--fa: ""}.fa-chevron-circle-right{--fa: "";--fa--fa: ""}.fa-chevron-circle-up{--fa: "";--fa--fa: ""}.fa-chevron-double-down{--fa: "";--fa--fa: ""}.fa-chevron-double-left{--fa: "";--fa--fa: ""}.fa-chevron-double-right{--fa: "";--fa--fa: ""}.fa-chevron-double-up{--fa: "";--fa--fa: ""}.fa-chevron-down{--fa: "";--fa--fa: ""}.fa-chevron-left{--fa: "";--fa--fa: ""}.fa-chevron-right{--fa: "";--fa--fa: ""}.fa-chevron-square-down{--fa: "";--fa--fa: ""}.fa-chevron-square-left{--fa: "";--fa--fa: ""}.fa-chevron-square-right{--fa: "";--fa--fa: ""}.fa-chevron-square-up{--fa: "";--fa--fa: ""}.fa-chevron-up{--fa: "";--fa--fa: ""}.fa-chevrons-down{--fa: "";--fa--fa: ""}.fa-chevrons-left{--fa: "";--fa--fa: ""}.fa-chevrons-right{--fa: "";--fa--fa: ""}.fa-chevrons-up{--fa: "";--fa--fa: ""}.fa-chf-sign{--fa: "";--fa--fa: ""}.fa-child{--fa: "";--fa--fa: ""}.fa-child-combatant{--fa: "";--fa--fa: ""}.fa-child-dress{--fa: "";--fa--fa: ""}.fa-child-reaching{--fa: "";--fa--fa: ""}.fa-child-rifle{--fa: "";--fa--fa: ""}.fa-children{--fa: "";--fa--fa: ""}.fa-chimney{--fa: "";--fa--fa: ""}.fa-chocolate-bar{--fa: "";--fa--fa: ""}.fa-chopsticks{--fa: "";--fa--fa: ""}.fa-church{--fa: "";--fa--fa: ""}.fa-circle{--fa: "";--fa--fa: ""}.fa-circle-0{--fa: "";--fa--fa: ""}.fa-circle-1{--fa: "";--fa--fa: ""}.fa-circle-2{--fa: "";--fa--fa: ""}.fa-circle-3{--fa: "";--fa--fa: ""}.fa-circle-4{--fa: "";--fa--fa: ""}.fa-circle-5{--fa: "";--fa--fa: ""}.fa-circle-6{--fa: "";--fa--fa: ""}.fa-circle-7{--fa: "";--fa--fa: ""}.fa-circle-8{--fa: "";--fa--fa: ""}.fa-circle-9{--fa: "";--fa--fa: ""}.fa-circle-a{--fa: "";--fa--fa: ""}.fa-circle-ampersand{--fa: "";--fa--fa: ""}.fa-circle-arrow-down{--fa: "";--fa--fa: ""}.fa-circle-arrow-down-left{--fa: "";--fa--fa: ""}.fa-circle-arrow-down-right{--fa: "";--fa--fa: ""}.fa-circle-arrow-left{--fa: "";--fa--fa: ""}.fa-circle-arrow-right{--fa: "";--fa--fa: ""}.fa-circle-arrow-up{--fa: "";--fa--fa: ""}.fa-circle-arrow-up-left{--fa: "";--fa--fa: ""}.fa-circle-arrow-up-right{--fa: "";--fa--fa: ""}.fa-circle-b{--fa: "";--fa--fa: ""}.fa-circle-bolt{--fa: "";--fa--fa: ""}.fa-circle-book-open{--fa: "";--fa--fa: ""}.fa-circle-bookmark{--fa: "";--fa--fa: ""}.fa-circle-c{--fa: "";--fa--fa: ""}.fa-circle-calendar{--fa: "";--fa--fa: ""}.fa-circle-camera{--fa: "";--fa--fa: ""}.fa-circle-caret-down{--fa: "";--fa--fa: ""}.fa-circle-caret-left{--fa: "";--fa--fa: ""}.fa-circle-caret-right{--fa: "";--fa--fa: ""}.fa-circle-caret-up{--fa: "";--fa--fa: ""}.fa-circle-check{--fa: "";--fa--fa: ""}.fa-circle-chevron-down{--fa: "";--fa--fa: ""}.fa-circle-chevron-left{--fa: "";--fa--fa: ""}.fa-circle-chevron-right{--fa: "";--fa--fa: ""}.fa-circle-chevron-up{--fa: "";--fa--fa: ""}.fa-circle-d{--fa: "";--fa--fa: ""}.fa-circle-dashed{--fa: "";--fa--fa: ""}.fa-circle-divide{--fa: "";--fa--fa: ""}.fa-circle-dollar{--fa: "";--fa--fa: ""}.fa-circle-dollar-to-slot{--fa: "";--fa--fa: ""}.fa-circle-dot{--fa: "";--fa--fa: ""}.fa-circle-down{--fa: "";--fa--fa: ""}.fa-circle-down-left{--fa: "";--fa--fa: ""}.fa-circle-down-right{--fa: "";--fa--fa: ""}.fa-circle-e{--fa: "";--fa--fa: ""}.fa-circle-ellipsis{--fa: "";--fa--fa: ""}.fa-circle-ellipsis-vertical{--fa: "";--fa--fa: ""}.fa-circle-envelope{--fa: "";--fa--fa: ""}.fa-circle-euro{--fa: "";--fa--fa: ""}.fa-circle-exclamation{--fa: "";--fa--fa: ""}.fa-circle-exclamation-check{--fa: "";--fa--fa: ""}.fa-circle-f{--fa: "";--fa--fa: ""}.fa-circle-g{--fa: "";--fa--fa: ""}.fa-circle-gf{--fa: "";--fa--fa: ""}.fa-circle-h{--fa: "";--fa--fa: ""}.fa-circle-half{--fa: "";--fa--fa: ""}.fa-circle-half-stroke{--fa: "";--fa--fa: ""}.fa-circle-heart{--fa: "";--fa--fa: ""}.fa-circle-i{--fa: "";--fa--fa: ""}.fa-circle-info{--fa: "";--fa--fa: ""}.fa-circle-j{--fa: "";--fa--fa: ""}.fa-circle-k{--fa: "";--fa--fa: ""}.fa-circle-l{--fa: "";--fa--fa: ""}.fa-circle-left{--fa: "";--fa--fa: ""}.fa-circle-location-arrow{--fa: "";--fa--fa: ""}.fa-circle-m{--fa: "";--fa--fa: ""}.fa-circle-microphone{--fa: "";--fa--fa: ""}.fa-circle-microphone-lines{--fa: "";--fa--fa: ""}.fa-circle-minus{--fa: "";--fa--fa: ""}.fa-circle-n{--fa: "";--fa--fa: ""}.fa-circle-nodes{--fa: "";--fa--fa: ""}.fa-circle-notch{--fa: "";--fa--fa: ""}.fa-circle-o{--fa: "";--fa--fa: ""}.fa-circle-p{--fa: "";--fa--fa: ""}.fa-circle-parking{--fa: "";--fa--fa: ""}.fa-circle-pause{--fa: "";--fa--fa: ""}.fa-circle-phone{--fa: "";--fa--fa: ""}.fa-circle-phone-flip{--fa: "";--fa--fa: ""}.fa-circle-phone-hangup{--fa: "";--fa--fa: ""}.fa-circle-play{--fa: "";--fa--fa: ""}.fa-circle-plus{--fa: "";--fa--fa: ""}.fa-circle-q{--fa: "";--fa--fa: ""}.fa-circle-quarter{--fa: "";--fa--fa: ""}.fa-circle-quarter-stroke{--fa: "";--fa--fa: ""}.fa-circle-quarters{--fa: "";--fa--fa: ""}.fa-circle-question{--fa: "";--fa--fa: ""}.fa-circle-r{--fa: "";--fa--fa: ""}.fa-circle-radiation{--fa: "";--fa--fa: ""}.fa-circle-right{--fa: "";--fa--fa: ""}.fa-circle-s{--fa: "";--fa--fa: ""}.fa-circle-small{--fa: "";--fa--fa: ""}.fa-circle-sort{--fa: "";--fa--fa: ""}.fa-circle-sort-down{--fa: "";--fa--fa: ""}.fa-circle-sort-up{--fa: "";--fa--fa: ""}.fa-circle-star{--fa: "";--fa--fa: ""}.fa-circle-sterling{--fa: "";--fa--fa: ""}.fa-circle-stop{--fa: "";--fa--fa: ""}.fa-circle-t{--fa: "";--fa--fa: ""}.fa-circle-three-quarters{--fa: "";--fa--fa: ""}.fa-circle-three-quarters-stroke{--fa: "";--fa--fa: ""}.fa-circle-trash{--fa: "";--fa--fa: ""}.fa-circle-u{--fa: "";--fa--fa: ""}.fa-circle-up{--fa: "";--fa--fa: ""}.fa-circle-up-left{--fa: "";--fa--fa: ""}.fa-circle-up-right{--fa: "";--fa--fa: ""}.fa-circle-user{--fa: "";--fa--fa: ""}.fa-circle-v{--fa: "";--fa--fa: ""}.fa-circle-video{--fa: "";--fa--fa: ""}.fa-circle-w{--fa: "";--fa--fa: ""}.fa-circle-waveform-lines{--fa: "";--fa--fa: ""}.fa-circle-wifi{--fa: "";--fa--fa: ""}.fa-circle-wifi-circle-wifi,.fa-circle-wifi-group{--fa: "";--fa--fa: ""}.fa-circle-x{--fa: "";--fa--fa: ""}.fa-circle-xmark{--fa: "";--fa--fa: ""}.fa-circle-y{--fa: "";--fa--fa: ""}.fa-circle-yen{--fa: "";--fa--fa: ""}.fa-circle-z{--fa: "";--fa--fa: ""}.fa-circles-overlap{--fa: "";--fa--fa: ""}.fa-circles-overlap-3{--fa: "";--fa--fa: ""}.fa-citrus{--fa: "";--fa--fa: ""}.fa-citrus-slice{--fa: "";--fa--fa: ""}.fa-city{--fa: "";--fa--fa: ""}.fa-clapperboard{--fa: "";--fa--fa: ""}.fa-clapperboard-play{--fa: "";--fa--fa: ""}.fa-clarinet{--fa: "";--fa--fa: ""}.fa-claw-marks{--fa: "";--fa--fa: ""}.fa-clinic-medical{--fa: "";--fa--fa: ""}.fa-clipboard{--fa: "";--fa--fa: ""}.fa-clipboard-check{--fa: "";--fa--fa: ""}.fa-clipboard-list{--fa: "";--fa--fa: ""}.fa-clipboard-list-check{--fa: "";--fa--fa: ""}.fa-clipboard-medical{--fa: "";--fa--fa: ""}.fa-clipboard-prescription{--fa: "";--fa--fa: ""}.fa-clipboard-question{--fa: "";--fa--fa: ""}.fa-clipboard-user{--fa: "";--fa--fa: ""}.fa-clock{--fa: "";--fa--fa: ""}.fa-clock-desk{--fa: "";--fa--fa: ""}.fa-clock-eight{--fa: "";--fa--fa: ""}.fa-clock-eight-thirty{--fa: "";--fa--fa: ""}.fa-clock-eleven{--fa: "";--fa--fa: ""}.fa-clock-eleven-thirty{--fa: "";--fa--fa: ""}.fa-clock-five{--fa: "";--fa--fa: ""}.fa-clock-five-thirty{--fa: "";--fa--fa: ""}.fa-clock-four{--fa: "";--fa--fa: ""}.fa-clock-four-thirty{--fa: "";--fa--fa: ""}.fa-clock-nine{--fa: "";--fa--fa: ""}.fa-clock-nine-thirty{--fa: "";--fa--fa: ""}.fa-clock-one{--fa: "";--fa--fa: ""}.fa-clock-one-thirty{--fa: "";--fa--fa: ""}.fa-clock-rotate-left{--fa: "";--fa--fa: ""}.fa-clock-seven{--fa: "";--fa--fa: ""}.fa-clock-seven-thirty{--fa: "";--fa--fa: ""}.fa-clock-six{--fa: "";--fa--fa: ""}.fa-clock-six-thirty{--fa: "";--fa--fa: ""}.fa-clock-ten{--fa: "";--fa--fa: ""}.fa-clock-ten-thirty{--fa: "";--fa--fa: ""}.fa-clock-three{--fa: "";--fa--fa: ""}.fa-clock-three-thirty{--fa: "";--fa--fa: ""}.fa-clock-twelve{--fa: "";--fa--fa: ""}.fa-clock-twelve-thirty{--fa: "";--fa--fa: ""}.fa-clock-two{--fa: "";--fa--fa: ""}.fa-clock-two-thirty{--fa: "";--fa--fa: ""}.fa-clone{--fa: "";--fa--fa: ""}.fa-close{--fa: "";--fa--fa: ""}.fa-closed-captioning{--fa: "";--fa--fa: ""}.fa-closed-captioning-slash{--fa: "";--fa--fa: ""}.fa-clothes-hanger{--fa: "";--fa--fa: ""}.fa-cloud{--fa: "";--fa--fa: ""}.fa-cloud-arrow-down{--fa: "";--fa--fa: ""}.fa-cloud-arrow-up{--fa: "";--fa--fa: ""}.fa-cloud-binary{--fa: "";--fa--fa: ""}.fa-cloud-bolt{--fa: "";--fa--fa: ""}.fa-cloud-bolt-moon{--fa: "";--fa--fa: ""}.fa-cloud-bolt-sun{--fa: "";--fa--fa: ""}.fa-cloud-check{--fa: "";--fa--fa: ""}.fa-cloud-download,.fa-cloud-download-alt{--fa: "";--fa--fa: ""}.fa-cloud-drizzle{--fa: "";--fa--fa: ""}.fa-cloud-exclamation{--fa: "";--fa--fa: ""}.fa-cloud-fog{--fa: "";--fa--fa: ""}.fa-cloud-hail{--fa: "";--fa--fa: ""}.fa-cloud-hail-mixed{--fa: "";--fa--fa: ""}.fa-cloud-meatball{--fa: "";--fa--fa: ""}.fa-cloud-minus{--fa: "";--fa--fa: ""}.fa-cloud-moon{--fa: "";--fa--fa: ""}.fa-cloud-moon-rain{--fa: "";--fa--fa: ""}.fa-cloud-music{--fa: "";--fa--fa: ""}.fa-cloud-plus{--fa: "";--fa--fa: ""}.fa-cloud-question{--fa: "";--fa--fa: ""}.fa-cloud-rain{--fa: "";--fa--fa: ""}.fa-cloud-rainbow{--fa: "";--fa--fa: ""}.fa-cloud-showers{--fa: "";--fa--fa: ""}.fa-cloud-showers-heavy{--fa: "";--fa--fa: ""}.fa-cloud-showers-water{--fa: "";--fa--fa: ""}.fa-cloud-slash{--fa: "";--fa--fa: ""}.fa-cloud-sleet{--fa: "";--fa--fa: ""}.fa-cloud-snow{--fa: "";--fa--fa: ""}.fa-cloud-sun{--fa: "";--fa--fa: ""}.fa-cloud-sun-rain{--fa: "";--fa--fa: ""}.fa-cloud-upload,.fa-cloud-upload-alt{--fa: "";--fa--fa: ""}.fa-cloud-word{--fa: "";--fa--fa: ""}.fa-cloud-xmark{--fa: "";--fa--fa: ""}.fa-clouds{--fa: "";--fa--fa: ""}.fa-clouds-moon{--fa: "";--fa--fa: ""}.fa-clouds-sun{--fa: "";--fa--fa: ""}.fa-clover{--fa: "";--fa--fa: ""}.fa-club{--fa: "";--fa--fa: ""}.fa-cny{--fa: "";--fa--fa: ""}.fa-cocktail{--fa: "";--fa--fa: ""}.fa-coconut{--fa: "";--fa--fa: ""}.fa-code{--fa: "";--fa--fa: ""}.fa-code-branch{--fa: "";--fa--fa: ""}.fa-code-commit{--fa: "";--fa--fa: ""}.fa-code-compare{--fa: "";--fa--fa: ""}.fa-code-fork{--fa: "";--fa--fa: ""}.fa-code-merge{--fa: "";--fa--fa: ""}.fa-code-pull-request{--fa: "";--fa--fa: ""}.fa-code-pull-request-closed{--fa: "";--fa--fa: ""}.fa-code-pull-request-draft{--fa: "";--fa--fa: ""}.fa-code-simple{--fa: "";--fa--fa: ""}.fa-coffee{--fa: "";--fa--fa: ""}.fa-coffee-bean{--fa: "";--fa--fa: ""}.fa-coffee-beans{--fa: "";--fa--fa: ""}.fa-coffee-pot{--fa: "";--fa--fa: ""}.fa-coffee-togo{--fa: "";--fa--fa: ""}.fa-coffin{--fa: "";--fa--fa: ""}.fa-coffin-cross{--fa: "";--fa--fa: ""}.fa-cog{--fa: "";--fa--fa: ""}.fa-cogs{--fa: "";--fa--fa: ""}.fa-coin{--fa: "";--fa--fa: ""}.fa-coin-blank{--fa: "";--fa--fa: ""}.fa-coin-front{--fa: "";--fa--fa: ""}.fa-coin-vertical{--fa: "";--fa--fa: ""}.fa-coins{--fa: "";--fa--fa: ""}.fa-colon{--fa: ":";--fa--fa: "::"}.fa-colon-sign{--fa: "";--fa--fa: ""}.fa-columns{--fa: "";--fa--fa: ""}.fa-columns-3{--fa: "";--fa--fa: ""}.fa-comet{--fa: "";--fa--fa: ""}.fa-comma{--fa: ",";--fa--fa: ",,"}.fa-command{--fa: "";--fa--fa: ""}.fa-comment{--fa: "";--fa--fa: ""}.fa-comment-alt{--fa: "";--fa--fa: ""}.fa-comment-alt-arrow-down{--fa: "";--fa--fa: ""}.fa-comment-alt-arrow-up{--fa: "";--fa--fa: ""}.fa-comment-alt-captions{--fa: "";--fa--fa: ""}.fa-comment-alt-check{--fa: "";--fa--fa: ""}.fa-comment-alt-dollar{--fa: "";--fa--fa: ""}.fa-comment-alt-dots{--fa: "";--fa--fa: ""}.fa-comment-alt-edit{--fa: "";--fa--fa: ""}.fa-comment-alt-exclamation{--fa: "";--fa--fa: ""}.fa-comment-alt-image{--fa: "";--fa--fa: ""}.fa-comment-alt-lines{--fa: "";--fa--fa: ""}.fa-comment-alt-medical{--fa: "";--fa--fa: ""}.fa-comment-alt-minus{--fa: "";--fa--fa: ""}.fa-comment-alt-music{--fa: "";--fa--fa: ""}.fa-comment-alt-plus{--fa: "";--fa--fa: ""}.fa-comment-alt-quote{--fa: "";--fa--fa: ""}.fa-comment-alt-slash{--fa: "";--fa--fa: ""}.fa-comment-alt-smile{--fa: "";--fa--fa: ""}.fa-comment-alt-text{--fa: "";--fa--fa: ""}.fa-comment-alt-times{--fa: "";--fa--fa: ""}.fa-comment-arrow-down{--fa: "";--fa--fa: ""}.fa-comment-arrow-up{--fa: "";--fa--fa: ""}.fa-comment-arrow-up-right{--fa: "";--fa--fa: ""}.fa-comment-captions{--fa: "";--fa--fa: ""}.fa-comment-check{--fa: "";--fa--fa: ""}.fa-comment-code{--fa: "";--fa--fa: ""}.fa-comment-dollar{--fa: "";--fa--fa: ""}.fa-comment-dots{--fa: "";--fa--fa: ""}.fa-comment-edit{--fa: "";--fa--fa: ""}.fa-comment-exclamation{--fa: "";--fa--fa: ""}.fa-comment-heart{--fa: "";--fa--fa: ""}.fa-comment-image{--fa: "";--fa--fa: ""}.fa-comment-lines{--fa: "";--fa--fa: ""}.fa-comment-medical{--fa: "";--fa--fa: ""}.fa-comment-middle{--fa: "";--fa--fa: ""}.fa-comment-middle-alt{--fa: "";--fa--fa: ""}.fa-comment-middle-top{--fa: "";--fa--fa: ""}.fa-comment-middle-top-alt{--fa: "";--fa--fa: ""}.fa-comment-minus{--fa: "";--fa--fa: ""}.fa-comment-music{--fa: "";--fa--fa: ""}.fa-comment-nodes{--fa: "";--fa--fa: ""}.fa-comment-pen{--fa: "";--fa--fa: ""}.fa-comment-plus{--fa: "";--fa--fa: ""}.fa-comment-question{--fa: "";--fa--fa: ""}.fa-comment-quote{--fa: "";--fa--fa: ""}.fa-comment-slash{--fa: "";--fa--fa: ""}.fa-comment-smile{--fa: "";--fa--fa: ""}.fa-comment-sms{--fa: "";--fa--fa: ""}.fa-comment-text{--fa: "";--fa--fa: ""}.fa-comment-times,.fa-comment-xmark{--fa: "";--fa--fa: ""}.fa-commenting{--fa: "";--fa--fa: ""}.fa-comments{--fa: "";--fa--fa: ""}.fa-comments-alt{--fa: "";--fa--fa: ""}.fa-comments-alt-dollar{--fa: "";--fa--fa: ""}.fa-comments-dollar{--fa: "";--fa--fa: ""}.fa-comments-question{--fa: "";--fa--fa: ""}.fa-comments-question-check{--fa: "";--fa--fa: ""}.fa-compact-disc{--fa: "";--fa--fa: ""}.fa-compass{--fa: "";--fa--fa: ""}.fa-compass-drafting{--fa: "";--fa--fa: ""}.fa-compass-slash{--fa: "";--fa--fa: ""}.fa-compress{--fa: "";--fa--fa: ""}.fa-compress-alt{--fa: "";--fa--fa: ""}.fa-compress-arrows{--fa: "";--fa--fa: ""}.fa-compress-arrows-alt{--fa: "";--fa--fa: ""}.fa-compress-wide{--fa: "";--fa--fa: ""}.fa-computer{--fa: "";--fa--fa: ""}.fa-computer-classic{--fa: "";--fa--fa: ""}.fa-computer-mouse{--fa: "";--fa--fa: ""}.fa-computer-mouse-scrollwheel{--fa: "";--fa--fa: ""}.fa-computer-speaker{--fa: "";--fa--fa: ""}.fa-concierge-bell{--fa: "";--fa--fa: ""}.fa-construction{--fa: "";--fa--fa: ""}.fa-contact-book{--fa: "";--fa--fa: ""}.fa-contact-card{--fa: "";--fa--fa: ""}.fa-container-storage{--fa: "";--fa--fa: ""}.fa-conveyor-belt{--fa: "";--fa--fa: ""}.fa-conveyor-belt-alt{--fa: "";--fa--fa: ""}.fa-conveyor-belt-arm{--fa: "";--fa--fa: ""}.fa-conveyor-belt-boxes{--fa: "";--fa--fa: ""}.fa-conveyor-belt-empty{--fa: "";--fa--fa: ""}.fa-cookie{--fa: "";--fa--fa: ""}.fa-cookie-bite{--fa: "";--fa--fa: ""}.fa-copy{--fa: "";--fa--fa: ""}.fa-copyright{--fa: "";--fa--fa: ""}.fa-corn{--fa: "";--fa--fa: ""}.fa-corner{--fa: "";--fa--fa: ""}.fa-couch{--fa: "";--fa--fa: ""}.fa-couch-small{--fa: "";--fa--fa: ""}.fa-court-sport{--fa: "";--fa--fa: ""}.fa-cow{--fa: "";--fa--fa: ""}.fa-cowbell{--fa: "";--fa--fa: ""}.fa-cowbell-circle-plus,.fa-cowbell-more{--fa: "";--fa--fa: ""}.fa-crab{--fa: "";--fa--fa: ""}.fa-crate-apple{--fa: "";--fa--fa: ""}.fa-crate-empty{--fa: "";--fa--fa: ""}.fa-credit-card,.fa-credit-card-alt{--fa: "";--fa--fa: ""}.fa-credit-card-blank{--fa: "";--fa--fa: ""}.fa-credit-card-front{--fa: "";--fa--fa: ""}.fa-creemee{--fa: "";--fa--fa: ""}.fa-cricket,.fa-cricket-bat-ball{--fa: "";--fa--fa: ""}.fa-croissant{--fa: "";--fa--fa: ""}.fa-crop{--fa: "";--fa--fa: ""}.fa-crop-alt,.fa-crop-simple{--fa: "";--fa--fa: ""}.fa-cross{--fa: "";--fa--fa: ""}.fa-crosshairs{--fa: "";--fa--fa: ""}.fa-crosshairs-simple{--fa: "";--fa--fa: ""}.fa-crow{--fa: "";--fa--fa: ""}.fa-crown{--fa: "";--fa--fa: ""}.fa-crutch{--fa: "";--fa--fa: ""}.fa-crutches{--fa: "";--fa--fa: ""}.fa-cruzeiro-sign{--fa: "";--fa--fa: ""}.fa-crystal-ball{--fa: "";--fa--fa: ""}.fa-cube{--fa: "";--fa--fa: ""}.fa-cubes{--fa: "";--fa--fa: ""}.fa-cubes-stacked{--fa: "";--fa--fa: ""}.fa-cucumber{--fa: "";--fa--fa: ""}.fa-cup-straw{--fa: "";--fa--fa: ""}.fa-cup-straw-swoosh{--fa: "";--fa--fa: ""}.fa-cup-togo{--fa: "";--fa--fa: ""}.fa-cupcake{--fa: "";--fa--fa: ""}.fa-curling,.fa-curling-stone{--fa: "";--fa--fa: ""}.fa-custard{--fa: "";--fa--fa: ""}.fa-cut{--fa: "";--fa--fa: ""}.fa-cutlery{--fa: "";--fa--fa: ""}.fa-d{--fa: "D";--fa--fa: "DD"}.fa-dagger{--fa: "";--fa--fa: ""}.fa-dash{--fa: "";--fa--fa: ""}.fa-dashboard{--fa: "";--fa--fa: ""}.fa-database{--fa: "";--fa--fa: ""}.fa-deaf,.fa-deafness{--fa: "";--fa--fa: ""}.fa-debug{--fa: "";--fa--fa: ""}.fa-dedent{--fa: "";--fa--fa: ""}.fa-deer{--fa: "";--fa--fa: ""}.fa-deer-rudolph{--fa: "";--fa--fa: ""}.fa-delete-left{--fa: "";--fa--fa: ""}.fa-delete-right{--fa: "";--fa--fa: ""}.fa-democrat{--fa: "";--fa--fa: ""}.fa-desktop,.fa-desktop-alt{--fa: "";--fa--fa: ""}.fa-desktop-arrow-down{--fa: "";--fa--fa: ""}.fa-desktop-code{--fa: "";--fa--fa: ""}.fa-desktop-medical{--fa: "";--fa--fa: ""}.fa-desktop-slash{--fa: "";--fa--fa: ""}.fa-dewpoint{--fa: "";--fa--fa: ""}.fa-dharmachakra{--fa: "";--fa--fa: ""}.fa-diagnoses{--fa: "";--fa--fa: ""}.fa-diagram-cells{--fa: "";--fa--fa: ""}.fa-diagram-lean-canvas{--fa: "";--fa--fa: ""}.fa-diagram-nested{--fa: "";--fa--fa: ""}.fa-diagram-next{--fa: "";--fa--fa: ""}.fa-diagram-predecessor{--fa: "";--fa--fa: ""}.fa-diagram-previous{--fa: "";--fa--fa: ""}.fa-diagram-project{--fa: "";--fa--fa: ""}.fa-diagram-sankey{--fa: "";--fa--fa: ""}.fa-diagram-subtask{--fa: "";--fa--fa: ""}.fa-diagram-successor{--fa: "";--fa--fa: ""}.fa-diagram-venn{--fa: "";--fa--fa: ""}.fa-dial{--fa: "";--fa--fa: ""}.fa-dial-high{--fa: "";--fa--fa: ""}.fa-dial-low{--fa: "";--fa--fa: ""}.fa-dial-max{--fa: "";--fa--fa: ""}.fa-dial-med{--fa: "";--fa--fa: ""}.fa-dial-med-high{--fa: "";--fa--fa: ""}.fa-dial-med-low{--fa: "";--fa--fa: ""}.fa-dial-min{--fa: "";--fa--fa: ""}.fa-dial-off{--fa: "";--fa--fa: ""}.fa-diamond{--fa: "";--fa--fa: ""}.fa-diamond-exclamation{--fa: "";--fa--fa: ""}.fa-diamond-half{--fa: "";--fa--fa: ""}.fa-diamond-half-stroke{--fa: "";--fa--fa: ""}.fa-diamond-turn-right{--fa: "";--fa--fa: ""}.fa-diamonds-4{--fa: "";--fa--fa: ""}.fa-dice{--fa: "";--fa--fa: ""}.fa-dice-d10{--fa: "";--fa--fa: ""}.fa-dice-d12{--fa: "";--fa--fa: ""}.fa-dice-d20{--fa: "";--fa--fa: ""}.fa-dice-d4{--fa: "";--fa--fa: ""}.fa-dice-d6{--fa: "";--fa--fa: ""}.fa-dice-d8{--fa: "";--fa--fa: ""}.fa-dice-five{--fa: "";--fa--fa: ""}.fa-dice-four{--fa: "";--fa--fa: ""}.fa-dice-one{--fa: "";--fa--fa: ""}.fa-dice-six{--fa: "";--fa--fa: ""}.fa-dice-three{--fa: "";--fa--fa: ""}.fa-dice-two{--fa: "";--fa--fa: ""}.fa-digging{--fa: "";--fa--fa: ""}.fa-digital-tachograph{--fa: "";--fa--fa: ""}.fa-dinosaur{--fa: "";--fa--fa: ""}.fa-diploma{--fa: "";--fa--fa: ""}.fa-directions{--fa: "";--fa--fa: ""}.fa-disc-drive{--fa: "";--fa--fa: ""}.fa-disease{--fa: "";--fa--fa: ""}.fa-display{--fa: "";--fa--fa: ""}.fa-display-arrow-down{--fa: "";--fa--fa: ""}.fa-display-chart-up{--fa: "";--fa--fa: ""}.fa-display-chart-up-circle-currency{--fa: "";--fa--fa: ""}.fa-display-chart-up-circle-dollar{--fa: "";--fa--fa: ""}.fa-display-code{--fa: "";--fa--fa: ""}.fa-display-medical{--fa: "";--fa--fa: ""}.fa-display-slash{--fa: "";--fa--fa: ""}.fa-distribute-spacing-horizontal{--fa: "";--fa--fa: ""}.fa-distribute-spacing-vertical{--fa: "";--fa--fa: ""}.fa-ditto{--fa: '"';--fa--fa: '""'}.fa-divide{--fa: "";--fa--fa: ""}.fa-dizzy{--fa: "";--fa--fa: ""}.fa-dna{--fa: "";--fa--fa: ""}.fa-do-not-enter{--fa: "";--fa--fa: ""}.fa-dog{--fa: "";--fa--fa: ""}.fa-dog-leashed{--fa: "";--fa--fa: ""}.fa-dollar{--fa: "$";--fa--fa: "$$"}.fa-dollar-circle{--fa: "";--fa--fa: ""}.fa-dollar-sign{--fa: "$";--fa--fa: "$$"}.fa-dollar-square{--fa: "";--fa--fa: ""}.fa-dolly,.fa-dolly-box{--fa: "";--fa--fa: ""}.fa-dolly-empty{--fa: "";--fa--fa: ""}.fa-dolly-flatbed{--fa: "";--fa--fa: ""}.fa-dolly-flatbed-alt{--fa: "";--fa--fa: ""}.fa-dolly-flatbed-empty{--fa: "";--fa--fa: ""}.fa-dolphin{--fa: "";--fa--fa: ""}.fa-donate{--fa: "";--fa--fa: ""}.fa-dong-sign{--fa: "";--fa--fa: ""}.fa-donut{--fa: "";--fa--fa: ""}.fa-door-closed{--fa: "";--fa--fa: ""}.fa-door-open{--fa: "";--fa--fa: ""}.fa-dot-circle{--fa: "";--fa--fa: ""}.fa-doughnut{--fa: "";--fa--fa: ""}.fa-dove{--fa: "";--fa--fa: ""}.fa-down{--fa: "";--fa--fa: ""}.fa-down-from-bracket{--fa: "";--fa--fa: ""}.fa-down-from-dotted-line{--fa: "";--fa--fa: ""}.fa-down-from-line{--fa: "";--fa--fa: ""}.fa-down-left{--fa: "";--fa--fa: ""}.fa-down-left-and-up-right-to-center{--fa: "";--fa--fa: ""}.fa-down-long{--fa: "";--fa--fa: ""}.fa-down-right{--fa: "";--fa--fa: ""}.fa-down-to-bracket{--fa: "";--fa--fa: ""}.fa-down-to-dotted-line{--fa: "";--fa--fa: ""}.fa-down-to-line{--fa: "";--fa--fa: ""}.fa-download{--fa: "";--fa--fa: ""}.fa-drafting-compass{--fa: "";--fa--fa: ""}.fa-dragon{--fa: "";--fa--fa: ""}.fa-draw-circle{--fa: "";--fa--fa: ""}.fa-draw-polygon{--fa: "";--fa--fa: ""}.fa-draw-square{--fa: "";--fa--fa: ""}.fa-dreidel{--fa: "";--fa--fa: ""}.fa-drivers-license{--fa: "";--fa--fa: ""}.fa-drone{--fa: "";--fa--fa: ""}.fa-drone-alt,.fa-drone-front{--fa: "";--fa--fa: ""}.fa-droplet{--fa: "";--fa--fa: ""}.fa-droplet-degree{--fa: "";--fa--fa: ""}.fa-droplet-percent{--fa: "";--fa--fa: ""}.fa-droplet-slash{--fa: "";--fa--fa: ""}.fa-drum{--fa: "";--fa--fa: ""}.fa-drum-steelpan{--fa: "";--fa--fa: ""}.fa-drumstick{--fa: "";--fa--fa: ""}.fa-drumstick-bite{--fa: "";--fa--fa: ""}.fa-dryer{--fa: "";--fa--fa: ""}.fa-dryer-alt,.fa-dryer-heat{--fa: "";--fa--fa: ""}.fa-duck{--fa: "";--fa--fa: ""}.fa-dumbbell{--fa: "";--fa--fa: ""}.fa-dumpster{--fa: "";--fa--fa: ""}.fa-dumpster-fire{--fa: "";--fa--fa: ""}.fa-dungeon{--fa: "";--fa--fa: ""}.fa-e{--fa: "E";--fa--fa: "EE"}.fa-ear{--fa: "";--fa--fa: ""}.fa-ear-deaf{--fa: "";--fa--fa: ""}.fa-ear-listen{--fa: "";--fa--fa: ""}.fa-ear-muffs{--fa: "";--fa--fa: ""}.fa-earth{--fa: "";--fa--fa: ""}.fa-earth-africa{--fa: "";--fa--fa: ""}.fa-earth-america,.fa-earth-americas{--fa: "";--fa--fa: ""}.fa-earth-asia{--fa: "";--fa--fa: ""}.fa-earth-europe{--fa: "";--fa--fa: ""}.fa-earth-oceania{--fa: "";--fa--fa: ""}.fa-eclipse{--fa: "";--fa--fa: ""}.fa-eclipse-alt{--fa: "";--fa--fa: ""}.fa-edit{--fa: "";--fa--fa: ""}.fa-egg{--fa: "";--fa--fa: ""}.fa-egg-fried{--fa: "";--fa--fa: ""}.fa-eggplant{--fa: "";--fa--fa: ""}.fa-eject{--fa: "";--fa--fa: ""}.fa-elephant{--fa: "";--fa--fa: ""}.fa-elevator{--fa: "";--fa--fa: ""}.fa-ellipsis,.fa-ellipsis-h{--fa: "";--fa--fa: ""}.fa-ellipsis-h-alt,.fa-ellipsis-stroke{--fa: "";--fa--fa: ""}.fa-ellipsis-stroke-vertical{--fa: "";--fa--fa: ""}.fa-ellipsis-v{--fa: "";--fa--fa: ""}.fa-ellipsis-v-alt{--fa: "";--fa--fa: ""}.fa-ellipsis-vertical{--fa: "";--fa--fa: ""}.fa-empty-set{--fa: "";--fa--fa: ""}.fa-engine{--fa: "";--fa--fa: ""}.fa-engine-exclamation,.fa-engine-warning{--fa: "";--fa--fa: ""}.fa-envelope{--fa: "";--fa--fa: ""}.fa-envelope-badge{--fa: "";--fa--fa: ""}.fa-envelope-circle{--fa: "";--fa--fa: ""}.fa-envelope-circle-check{--fa: "";--fa--fa: ""}.fa-envelope-dot{--fa: "";--fa--fa: ""}.fa-envelope-open{--fa: "";--fa--fa: ""}.fa-envelope-open-dollar{--fa: "";--fa--fa: ""}.fa-envelope-open-text{--fa: "";--fa--fa: ""}.fa-envelope-square{--fa: "";--fa--fa: ""}.fa-envelopes{--fa: "";--fa--fa: ""}.fa-envelopes-bulk{--fa: "";--fa--fa: ""}.fa-equals{--fa: "=";--fa--fa: "=="}.fa-eraser{--fa: "";--fa--fa: ""}.fa-escalator{--fa: "";--fa--fa: ""}.fa-ethernet{--fa: "";--fa--fa: ""}.fa-eur,.fa-euro,.fa-euro-sign{--fa: "";--fa--fa: ""}.fa-excavator{--fa: "";--fa--fa: ""}.fa-exchange{--fa: "";--fa--fa: ""}.fa-exchange-alt{--fa: "";--fa--fa: ""}.fa-exclamation{--fa: "!";--fa--fa: "!!"}.fa-exclamation-circle{--fa: "";--fa--fa: ""}.fa-exclamation-square{--fa: "";--fa--fa: ""}.fa-exclamation-triangle{--fa: "";--fa--fa: ""}.fa-expand{--fa: "";--fa--fa: ""}.fa-expand-alt{--fa: "";--fa--fa: ""}.fa-expand-arrows{--fa: "";--fa--fa: ""}.fa-expand-arrows-alt{--fa: "";--fa--fa: ""}.fa-expand-wide{--fa: "";--fa--fa: ""}.fa-exploding-head{--fa: "";--fa--fa: ""}.fa-explosion{--fa: "";--fa--fa: ""}.fa-external-link{--fa: "";--fa--fa: ""}.fa-external-link-alt{--fa: "";--fa--fa: ""}.fa-external-link-square{--fa: "";--fa--fa: ""}.fa-external-link-square-alt{--fa: "";--fa--fa: ""}.fa-eye{--fa: "";--fa--fa: ""}.fa-eye-dropper,.fa-eye-dropper-empty{--fa: "";--fa--fa: ""}.fa-eye-dropper-full{--fa: "";--fa--fa: ""}.fa-eye-dropper-half{--fa: "";--fa--fa: ""}.fa-eye-evil{--fa: "";--fa--fa: ""}.fa-eye-low-vision{--fa: "";--fa--fa: ""}.fa-eye-slash{--fa: "";--fa--fa: ""}.fa-eyedropper{--fa: "";--fa--fa: ""}.fa-eyes{--fa: "";--fa--fa: ""}.fa-f{--fa: "F";--fa--fa: "FF"}.fa-face-angry{--fa: "";--fa--fa: ""}.fa-face-angry-horns{--fa: "";--fa--fa: ""}.fa-face-anguished{--fa: "";--fa--fa: ""}.fa-face-anxious-sweat{--fa: "";--fa--fa: ""}.fa-face-astonished{--fa: "";--fa--fa: ""}.fa-face-awesome{--fa: "";--fa--fa: ""}.fa-face-beam-hand-over-mouth{--fa: "";--fa--fa: ""}.fa-face-clouds{--fa: "";--fa--fa: ""}.fa-face-confounded{--fa: "";--fa--fa: ""}.fa-face-confused{--fa: "";--fa--fa: ""}.fa-face-cowboy-hat{--fa: "";--fa--fa: ""}.fa-face-diagonal-mouth{--fa: "";--fa--fa: ""}.fa-face-disappointed{--fa: "";--fa--fa: ""}.fa-face-disguise{--fa: "";--fa--fa: ""}.fa-face-dizzy{--fa: "";--fa--fa: ""}.fa-face-dotted{--fa: "";--fa--fa: ""}.fa-face-downcast-sweat{--fa: "";--fa--fa: ""}.fa-face-drooling{--fa: "";--fa--fa: ""}.fa-face-exhaling{--fa: "";--fa--fa: ""}.fa-face-explode{--fa: "";--fa--fa: ""}.fa-face-expressionless{--fa: "";--fa--fa: ""}.fa-face-eyes-xmarks{--fa: "";--fa--fa: ""}.fa-face-fearful{--fa: "";--fa--fa: ""}.fa-face-flushed{--fa: "";--fa--fa: ""}.fa-face-frown{--fa: "";--fa--fa: ""}.fa-face-frown-open{--fa: "";--fa--fa: ""}.fa-face-frown-slight{--fa: "";--fa--fa: ""}.fa-face-glasses{--fa: "";--fa--fa: ""}.fa-face-grimace{--fa: "";--fa--fa: ""}.fa-face-grin{--fa: "";--fa--fa: ""}.fa-face-grin-beam{--fa: "";--fa--fa: ""}.fa-face-grin-beam-sweat{--fa: "";--fa--fa: ""}.fa-face-grin-hearts{--fa: "";--fa--fa: ""}.fa-face-grin-squint{--fa: "";--fa--fa: ""}.fa-face-grin-squint-tears{--fa: "";--fa--fa: ""}.fa-face-grin-stars{--fa: "";--fa--fa: ""}.fa-face-grin-tears{--fa: "";--fa--fa: ""}.fa-face-grin-tongue{--fa: "";--fa--fa: ""}.fa-face-grin-tongue-squint{--fa: "";--fa--fa: ""}.fa-face-grin-tongue-wink{--fa: "";--fa--fa: ""}.fa-face-grin-wide{--fa: "";--fa--fa: ""}.fa-face-grin-wink{--fa: "";--fa--fa: ""}.fa-face-hand-over-mouth{--fa: "";--fa--fa: ""}.fa-face-hand-peeking{--fa: "";--fa--fa: ""}.fa-face-hand-yawn{--fa: "";--fa--fa: ""}.fa-face-head-bandage{--fa: "";--fa--fa: ""}.fa-face-holding-back-tears{--fa: "";--fa--fa: ""}.fa-face-hushed{--fa: "";--fa--fa: ""}.fa-face-icicles{--fa: "";--fa--fa: ""}.fa-face-kiss{--fa: "";--fa--fa: ""}.fa-face-kiss-beam{--fa: "";--fa--fa: ""}.fa-face-kiss-closed-eyes{--fa: "";--fa--fa: ""}.fa-face-kiss-wink-heart{--fa: "";--fa--fa: ""}.fa-face-laugh{--fa: "";--fa--fa: ""}.fa-face-laugh-beam{--fa: "";--fa--fa: ""}.fa-face-laugh-squint{--fa: "";--fa--fa: ""}.fa-face-laugh-wink{--fa: "";--fa--fa: ""}.fa-face-lying{--fa: "";--fa--fa: ""}.fa-face-mask{--fa: "";--fa--fa: ""}.fa-face-meh{--fa: "";--fa--fa: ""}.fa-face-meh-blank{--fa: "";--fa--fa: ""}.fa-face-melting{--fa: "";--fa--fa: ""}.fa-face-monocle{--fa: "";--fa--fa: ""}.fa-face-nauseated{--fa: "";--fa--fa: ""}.fa-face-nose-steam{--fa: "";--fa--fa: ""}.fa-face-party{--fa: "";--fa--fa: ""}.fa-face-pensive{--fa: "";--fa--fa: ""}.fa-face-persevering{--fa: "";--fa--fa: ""}.fa-face-pleading{--fa: "";--fa--fa: ""}.fa-face-pouting{--fa: "";--fa--fa: ""}.fa-face-raised-eyebrow{--fa: "";--fa--fa: ""}.fa-face-relieved{--fa: "";--fa--fa: ""}.fa-face-rolling-eyes{--fa: "";--fa--fa: ""}.fa-face-sad-cry{--fa: "";--fa--fa: ""}.fa-face-sad-sweat{--fa: "";--fa--fa: ""}.fa-face-sad-tear{--fa: "";--fa--fa: ""}.fa-face-saluting{--fa: "";--fa--fa: ""}.fa-face-scream{--fa: "";--fa--fa: ""}.fa-face-shush{--fa: "";--fa--fa: ""}.fa-face-sleeping{--fa: "";--fa--fa: ""}.fa-face-sleepy{--fa: "";--fa--fa: ""}.fa-face-smile{--fa: "";--fa--fa: ""}.fa-face-smile-beam{--fa: "";--fa--fa: ""}.fa-face-smile-halo{--fa: "";--fa--fa: ""}.fa-face-smile-hearts{--fa: "";--fa--fa: ""}.fa-face-smile-horns{--fa: "";--fa--fa: ""}.fa-face-smile-plus{--fa: "";--fa--fa: ""}.fa-face-smile-relaxed{--fa: "";--fa--fa: ""}.fa-face-smile-tear{--fa: "";--fa--fa: ""}.fa-face-smile-tongue{--fa: "";--fa--fa: ""}.fa-face-smile-upside-down{--fa: "";--fa--fa: ""}.fa-face-smile-wink{--fa: "";--fa--fa: ""}.fa-face-smiling-hands{--fa: "";--fa--fa: ""}.fa-face-smirking{--fa: "";--fa--fa: ""}.fa-face-spiral-eyes{--fa: "";--fa--fa: ""}.fa-face-sunglasses{--fa: "";--fa--fa: ""}.fa-face-surprise{--fa: "";--fa--fa: ""}.fa-face-swear{--fa: "";--fa--fa: ""}.fa-face-thermometer{--fa: "";--fa--fa: ""}.fa-face-thinking{--fa: "";--fa--fa: ""}.fa-face-tired{--fa: "";--fa--fa: ""}.fa-face-tissue{--fa: "";--fa--fa: ""}.fa-face-tongue-money{--fa: "";--fa--fa: ""}.fa-face-tongue-sweat{--fa: "";--fa--fa: ""}.fa-face-unamused{--fa: "";--fa--fa: ""}.fa-face-viewfinder{--fa: "";--fa--fa: ""}.fa-face-vomit{--fa: "";--fa--fa: ""}.fa-face-weary{--fa: "";--fa--fa: ""}.fa-face-woozy{--fa: "";--fa--fa: ""}.fa-face-worried{--fa: "";--fa--fa: ""}.fa-face-zany{--fa: "";--fa--fa: ""}.fa-face-zipper{--fa: "";--fa--fa: ""}.fa-falafel{--fa: "";--fa--fa: ""}.fa-family{--fa: "";--fa--fa: ""}.fa-family-dress{--fa: "";--fa--fa: ""}.fa-family-pants{--fa: "";--fa--fa: ""}.fa-fan{--fa: "";--fa--fa: ""}.fa-fan-table{--fa: "";--fa--fa: ""}.fa-farm{--fa: "";--fa--fa: ""}.fa-fast-backward{--fa: "";--fa--fa: ""}.fa-fast-forward{--fa: "";--fa--fa: ""}.fa-faucet{--fa: "";--fa--fa: ""}.fa-faucet-drip{--fa: "";--fa--fa: ""}.fa-fax{--fa: "";--fa--fa: ""}.fa-feather{--fa: "";--fa--fa: ""}.fa-feather-alt,.fa-feather-pointed{--fa: "";--fa--fa: ""}.fa-feed{--fa: "";--fa--fa: ""}.fa-female{--fa: "";--fa--fa: ""}.fa-fence{--fa: "";--fa--fa: ""}.fa-ferris-wheel{--fa: "";--fa--fa: ""}.fa-ferry{--fa: "";--fa--fa: ""}.fa-field-hockey,.fa-field-hockey-stick-ball{--fa: "";--fa--fa: ""}.fa-fighter-jet{--fa: "";--fa--fa: ""}.fa-file{--fa: "";--fa--fa: ""}.fa-file-alt{--fa: "";--fa--fa: ""}.fa-file-archive{--fa: "";--fa--fa: ""}.fa-file-arrow-down{--fa: "";--fa--fa: ""}.fa-file-arrow-up{--fa: "";--fa--fa: ""}.fa-file-audio{--fa: "";--fa--fa: ""}.fa-file-award{--fa: "";--fa--fa: ""}.fa-file-binary{--fa: "";--fa--fa: ""}.fa-file-cad{--fa: "";--fa--fa: ""}.fa-file-caret-down{--fa: "";--fa--fa: ""}.fa-file-caret-up{--fa: "";--fa--fa: ""}.fa-file-certificate{--fa: "";--fa--fa: ""}.fa-file-chart-column,.fa-file-chart-line{--fa: "";--fa--fa: ""}.fa-file-chart-pie{--fa: "";--fa--fa: ""}.fa-file-check{--fa: "";--fa--fa: ""}.fa-file-circle-check{--fa: "";--fa--fa: ""}.fa-file-circle-exclamation{--fa: "";--fa--fa: ""}.fa-file-circle-info{--fa: "";--fa--fa: ""}.fa-file-circle-minus{--fa: "";--fa--fa: ""}.fa-file-circle-plus{--fa: "";--fa--fa: ""}.fa-file-circle-question{--fa: "";--fa--fa: ""}.fa-file-circle-xmark{--fa: "";--fa--fa: ""}.fa-file-clipboard{--fa: "";--fa--fa: ""}.fa-file-code{--fa: "";--fa--fa: ""}.fa-file-contract{--fa: "";--fa--fa: ""}.fa-file-csv{--fa: "";--fa--fa: ""}.fa-file-dashed-line{--fa: "";--fa--fa: ""}.fa-file-doc{--fa: "";--fa--fa: ""}.fa-file-download{--fa: "";--fa--fa: ""}.fa-file-edit{--fa: "";--fa--fa: ""}.fa-file-eps{--fa: "";--fa--fa: ""}.fa-file-excel{--fa: "";--fa--fa: ""}.fa-file-exclamation{--fa: "";--fa--fa: ""}.fa-file-export{--fa: "";--fa--fa: ""}.fa-file-fragment{--fa: "";--fa--fa: ""}.fa-file-gif{--fa: "";--fa--fa: ""}.fa-file-half-dashed{--fa: "";--fa--fa: ""}.fa-file-heart{--fa: "";--fa--fa: ""}.fa-file-image{--fa: "";--fa--fa: ""}.fa-file-import{--fa: "";--fa--fa: ""}.fa-file-invoice{--fa: "";--fa--fa: ""}.fa-file-invoice-dollar{--fa: "";--fa--fa: ""}.fa-file-jpg{--fa: "";--fa--fa: ""}.fa-file-lines{--fa: "";--fa--fa: ""}.fa-file-lock{--fa: "";--fa--fa: ""}.fa-file-magnifying-glass{--fa: "";--fa--fa: ""}.fa-file-medical{--fa: "";--fa--fa: ""}.fa-file-medical-alt{--fa: "";--fa--fa: ""}.fa-file-minus{--fa: "";--fa--fa: ""}.fa-file-mov{--fa: "";--fa--fa: ""}.fa-file-mp3{--fa: "";--fa--fa: ""}.fa-file-mp4{--fa: "";--fa--fa: ""}.fa-file-music{--fa: "";--fa--fa: ""}.fa-file-pdf{--fa: "";--fa--fa: ""}.fa-file-pen{--fa: "";--fa--fa: ""}.fa-file-plus{--fa: "";--fa--fa: ""}.fa-file-plus-minus{--fa: "";--fa--fa: ""}.fa-file-png{--fa: "";--fa--fa: ""}.fa-file-powerpoint{--fa: "";--fa--fa: ""}.fa-file-ppt{--fa: "";--fa--fa: ""}.fa-file-prescription{--fa: "";--fa--fa: ""}.fa-file-search{--fa: "";--fa--fa: ""}.fa-file-shield{--fa: "";--fa--fa: ""}.fa-file-signature{--fa: "";--fa--fa: ""}.fa-file-slash{--fa: "";--fa--fa: ""}.fa-file-spreadsheet{--fa: "";--fa--fa: ""}.fa-file-svg{--fa: "";--fa--fa: ""}.fa-file-text{--fa: "";--fa--fa: ""}.fa-file-times{--fa: "";--fa--fa: ""}.fa-file-upload{--fa: "";--fa--fa: ""}.fa-file-user{--fa: "";--fa--fa: ""}.fa-file-vector{--fa: "";--fa--fa: ""}.fa-file-video{--fa: "";--fa--fa: ""}.fa-file-waveform{--fa: "";--fa--fa: ""}.fa-file-word{--fa: "";--fa--fa: ""}.fa-file-xls{--fa: "";--fa--fa: ""}.fa-file-xmark{--fa: "";--fa--fa: ""}.fa-file-xml{--fa: "";--fa--fa: ""}.fa-file-zip{--fa: "";--fa--fa: ""}.fa-file-zipper{--fa: "";--fa--fa: ""}.fa-files{--fa: "";--fa--fa: ""}.fa-files-medical{--fa: "";--fa--fa: ""}.fa-fill{--fa: "";--fa--fa: ""}.fa-fill-drip{--fa: "";--fa--fa: ""}.fa-film{--fa: "";--fa--fa: ""}.fa-film-alt{--fa: "";--fa--fa: ""}.fa-film-canister,.fa-film-cannister{--fa: "";--fa--fa: ""}.fa-film-simple{--fa: "";--fa--fa: ""}.fa-film-slash{--fa: "";--fa--fa: ""}.fa-films{--fa: "";--fa--fa: ""}.fa-filter{--fa: "";--fa--fa: ""}.fa-filter-circle-dollar{--fa: "";--fa--fa: ""}.fa-filter-circle-xmark{--fa: "";--fa--fa: ""}.fa-filter-list{--fa: "";--fa--fa: ""}.fa-filter-slash{--fa: "";--fa--fa: ""}.fa-filters{--fa: "";--fa--fa: ""}.fa-fingerprint{--fa: "";--fa--fa: ""}.fa-fire{--fa: "";--fa--fa: ""}.fa-fire-alt{--fa: "";--fa--fa: ""}.fa-fire-burner{--fa: "";--fa--fa: ""}.fa-fire-extinguisher{--fa: "";--fa--fa: ""}.fa-fire-flame{--fa: "";--fa--fa: ""}.fa-fire-flame-curved{--fa: "";--fa--fa: ""}.fa-fire-flame-simple{--fa: "";--fa--fa: ""}.fa-fire-hydrant{--fa: "";--fa--fa: ""}.fa-fire-smoke{--fa: "";--fa--fa: ""}.fa-fireplace{--fa: "";--fa--fa: ""}.fa-firewall{--fa: "";--fa--fa: ""}.fa-first-aid{--fa: "";--fa--fa: ""}.fa-fish{--fa: "";--fa--fa: ""}.fa-fish-bones{--fa: "";--fa--fa: ""}.fa-fish-cooked{--fa: "";--fa--fa: ""}.fa-fish-fins{--fa: "";--fa--fa: ""}.fa-fishing-rod{--fa: "";--fa--fa: ""}.fa-fist-raised{--fa: "";--fa--fa: ""}.fa-flag{--fa: "";--fa--fa: ""}.fa-flag-alt{--fa: "";--fa--fa: ""}.fa-flag-checkered{--fa: "";--fa--fa: ""}.fa-flag-pennant{--fa: "";--fa--fa: ""}.fa-flag-swallowtail{--fa: "";--fa--fa: ""}.fa-flag-usa{--fa: "";--fa--fa: ""}.fa-flame{--fa: "";--fa--fa: ""}.fa-flashlight{--fa: "";--fa--fa: ""}.fa-flask{--fa: "";--fa--fa: ""}.fa-flask-gear{--fa: "";--fa--fa: ""}.fa-flask-poison{--fa: "";--fa--fa: ""}.fa-flask-potion{--fa: "";--fa--fa: ""}.fa-flask-round-poison{--fa: "";--fa--fa: ""}.fa-flask-round-potion{--fa: "";--fa--fa: ""}.fa-flask-vial{--fa: "";--fa--fa: ""}.fa-flatbread{--fa: "";--fa--fa: ""}.fa-flatbread-stuffed{--fa: "";--fa--fa: ""}.fa-floppy-disk{--fa: "";--fa--fa: ""}.fa-floppy-disk-circle-arrow-right{--fa: "";--fa--fa: ""}.fa-floppy-disk-circle-xmark{--fa: "";--fa--fa: ""}.fa-floppy-disk-pen{--fa: "";--fa--fa: ""}.fa-floppy-disk-times{--fa: "";--fa--fa: ""}.fa-floppy-disks{--fa: "";--fa--fa: ""}.fa-florin-sign{--fa: "";--fa--fa: ""}.fa-flower{--fa: "";--fa--fa: ""}.fa-flower-daffodil{--fa: "";--fa--fa: ""}.fa-flower-tulip{--fa: "";--fa--fa: ""}.fa-flushed{--fa: "";--fa--fa: ""}.fa-flute{--fa: "";--fa--fa: ""}.fa-flux-capacitor{--fa: "";--fa--fa: ""}.fa-flying-disc{--fa: "";--fa--fa: ""}.fa-fog{--fa: "";--fa--fa: ""}.fa-folder{--fa: "";--fa--fa: ""}.fa-folder-arrow-down{--fa: "";--fa--fa: ""}.fa-folder-arrow-up{--fa: "";--fa--fa: ""}.fa-folder-blank{--fa: "";--fa--fa: ""}.fa-folder-bookmark{--fa: "";--fa--fa: ""}.fa-folder-check{--fa: "";--fa--fa: ""}.fa-folder-closed{--fa: "";--fa--fa: ""}.fa-folder-cog{--fa: "";--fa--fa: ""}.fa-folder-download{--fa: "";--fa--fa: ""}.fa-folder-gear{--fa: "";--fa--fa: ""}.fa-folder-grid{--fa: "";--fa--fa: ""}.fa-folder-heart{--fa: "";--fa--fa: ""}.fa-folder-image{--fa: "";--fa--fa: ""}.fa-folder-magnifying-glass{--fa: "";--fa--fa: ""}.fa-folder-medical{--fa: "";--fa--fa: ""}.fa-folder-minus{--fa: "";--fa--fa: ""}.fa-folder-music{--fa: "";--fa--fa: ""}.fa-folder-open{--fa: "";--fa--fa: ""}.fa-folder-plus{--fa: "";--fa--fa: ""}.fa-folder-search{--fa: "";--fa--fa: ""}.fa-folder-times{--fa: "";--fa--fa: ""}.fa-folder-tree{--fa: "";--fa--fa: ""}.fa-folder-upload{--fa: "";--fa--fa: ""}.fa-folder-user{--fa: "";--fa--fa: ""}.fa-folder-xmark{--fa: "";--fa--fa: ""}.fa-folders{--fa: "";--fa--fa: ""}.fa-fondue-pot{--fa: "";--fa--fa: ""}.fa-font{--fa: "";--fa--fa: ""}.fa-font-awesome,.fa-font-awesome-flag,.fa-font-awesome-logo-full{--fa: "";--fa--fa: ""}.fa-font-case{--fa: "";--fa--fa: ""}.fa-football,.fa-football-ball{--fa: "";--fa--fa: ""}.fa-football-helmet{--fa: "";--fa--fa: ""}.fa-fork{--fa: "";--fa--fa: ""}.fa-fork-knife{--fa: "";--fa--fa: ""}.fa-forklift{--fa: "";--fa--fa: ""}.fa-fort{--fa: "";--fa--fa: ""}.fa-forward{--fa: "";--fa--fa: ""}.fa-forward-fast{--fa: "";--fa--fa: ""}.fa-forward-step{--fa: "";--fa--fa: ""}.fa-fragile{--fa: "";--fa--fa: ""}.fa-frame{--fa: "";--fa--fa: ""}.fa-franc-sign{--fa: "";--fa--fa: ""}.fa-french-fries{--fa: "";--fa--fa: ""}.fa-frog{--fa: "";--fa--fa: ""}.fa-frosty-head{--fa: "";--fa--fa: ""}.fa-frown{--fa: "";--fa--fa: ""}.fa-frown-open{--fa: "";--fa--fa: ""}.fa-function{--fa: "";--fa--fa: ""}.fa-funnel-dollar{--fa: "";--fa--fa: ""}.fa-futbol,.fa-futbol-ball{--fa: "";--fa--fa: ""}.fa-g{--fa: "G";--fa--fa: "GG"}.fa-galaxy{--fa: "";--fa--fa: ""}.fa-gallery-thumbnails{--fa: "";--fa--fa: ""}.fa-game-board{--fa: "";--fa--fa: ""}.fa-game-board-alt,.fa-game-board-simple{--fa: "";--fa--fa: ""}.fa-game-console-handheld{--fa: "";--fa--fa: ""}.fa-game-console-handheld-crank{--fa: "";--fa--fa: ""}.fa-gamepad{--fa: "";--fa--fa: ""}.fa-gamepad-alt,.fa-gamepad-modern{--fa: "";--fa--fa: ""}.fa-garage{--fa: "";--fa--fa: ""}.fa-garage-car{--fa: "";--fa--fa: ""}.fa-garage-open{--fa: "";--fa--fa: ""}.fa-garlic{--fa: "";--fa--fa: ""}.fa-gas-pump{--fa: "";--fa--fa: ""}.fa-gas-pump-slash{--fa: "";--fa--fa: ""}.fa-gauge{--fa: "";--fa--fa: ""}.fa-gauge-circle-bolt{--fa: "";--fa--fa: ""}.fa-gauge-circle-minus{--fa: "";--fa--fa: ""}.fa-gauge-circle-plus{--fa: "";--fa--fa: ""}.fa-gauge-high{--fa: "";--fa--fa: ""}.fa-gauge-low{--fa: "";--fa--fa: ""}.fa-gauge-max{--fa: "";--fa--fa: ""}.fa-gauge-med{--fa: "";--fa--fa: ""}.fa-gauge-min{--fa: "";--fa--fa: ""}.fa-gauge-simple{--fa: "";--fa--fa: ""}.fa-gauge-simple-high{--fa: "";--fa--fa: ""}.fa-gauge-simple-low{--fa: "";--fa--fa: ""}.fa-gauge-simple-max{--fa: "";--fa--fa: ""}.fa-gauge-simple-med{--fa: "";--fa--fa: ""}.fa-gauge-simple-min{--fa: "";--fa--fa: ""}.fa-gave-dandy{--fa: "";--fa--fa: ""}.fa-gavel{--fa: "";--fa--fa: ""}.fa-gbp{--fa: "";--fa--fa: ""}.fa-gear{--fa: "";--fa--fa: ""}.fa-gear-code{--fa: "";--fa--fa: ""}.fa-gear-complex{--fa: "";--fa--fa: ""}.fa-gear-complex-code{--fa: "";--fa--fa: ""}.fa-gears{--fa: "";--fa--fa: ""}.fa-gem{--fa: "";--fa--fa: ""}.fa-genderless{--fa: "";--fa--fa: ""}.fa-ghost{--fa: "";--fa--fa: ""}.fa-gif{--fa: "";--fa--fa: ""}.fa-gift{--fa: "";--fa--fa: ""}.fa-gift-card{--fa: "";--fa--fa: ""}.fa-gifts{--fa: "";--fa--fa: ""}.fa-gingerbread-man{--fa: "";--fa--fa: ""}.fa-glass{--fa: "";--fa--fa: ""}.fa-glass-champagne{--fa: "";--fa--fa: ""}.fa-glass-cheers{--fa: "";--fa--fa: ""}.fa-glass-citrus{--fa: "";--fa--fa: ""}.fa-glass-empty{--fa: "";--fa--fa: ""}.fa-glass-half,.fa-glass-half-empty,.fa-glass-half-full{--fa: "";--fa--fa: ""}.fa-glass-martini{--fa: "";--fa--fa: ""}.fa-glass-martini-alt{--fa: "";--fa--fa: ""}.fa-glass-water{--fa: "";--fa--fa: ""}.fa-glass-water-droplet{--fa: "";--fa--fa: ""}.fa-glass-whiskey{--fa: "";--fa--fa: ""}.fa-glass-whiskey-rocks{--fa: "";--fa--fa: ""}.fa-glasses{--fa: "";--fa--fa: ""}.fa-glasses-alt,.fa-glasses-round{--fa: "";--fa--fa: ""}.fa-globe{--fa: "";--fa--fa: ""}.fa-globe-africa{--fa: "";--fa--fa: ""}.fa-globe-americas{--fa: "";--fa--fa: ""}.fa-globe-asia{--fa: "";--fa--fa: ""}.fa-globe-europe{--fa: "";--fa--fa: ""}.fa-globe-oceania{--fa: "";--fa--fa: ""}.fa-globe-pointer{--fa: "";--fa--fa: ""}.fa-globe-snow{--fa: "";--fa--fa: ""}.fa-globe-stand{--fa: "";--fa--fa: ""}.fa-globe-wifi{--fa: "";--fa--fa: ""}.fa-glove-boxing{--fa: "";--fa--fa: ""}.fa-goal-net{--fa: "";--fa--fa: ""}.fa-golf-ball,.fa-golf-ball-tee{--fa: "";--fa--fa: ""}.fa-golf-club{--fa: "";--fa--fa: ""}.fa-golf-flag-hole{--fa: "";--fa--fa: ""}.fa-gopuram{--fa: "";--fa--fa: ""}.fa-graduation-cap{--fa: "";--fa--fa: ""}.fa-gramophone{--fa: "";--fa--fa: ""}.fa-grapes{--fa: "";--fa--fa: ""}.fa-grate{--fa: "";--fa--fa: ""}.fa-grate-droplet{--fa: "";--fa--fa: ""}.fa-greater-than{--fa: ">";--fa--fa: ">>"}.fa-greater-than-equal{--fa: "";--fa--fa: ""}.fa-grid{--fa: "";--fa--fa: ""}.fa-grid-2{--fa: "";--fa--fa: ""}.fa-grid-2-plus{--fa: "";--fa--fa: ""}.fa-grid-3{--fa: "";--fa--fa: ""}.fa-grid-4{--fa: "";--fa--fa: ""}.fa-grid-5{--fa: "";--fa--fa: ""}.fa-grid-dividers{--fa: "";--fa--fa: ""}.fa-grid-horizontal{--fa: "";--fa--fa: ""}.fa-grid-round{--fa: "";--fa--fa: ""}.fa-grid-round-2{--fa: "";--fa--fa: ""}.fa-grid-round-2-plus{--fa: "";--fa--fa: ""}.fa-grid-round-4{--fa: "";--fa--fa: ""}.fa-grid-round-5{--fa: "";--fa--fa: ""}.fa-grill{--fa: "";--fa--fa: ""}.fa-grill-fire{--fa: "";--fa--fa: ""}.fa-grill-hot{--fa: "";--fa--fa: ""}.fa-grimace{--fa: "";--fa--fa: ""}.fa-grin{--fa: "";--fa--fa: ""}.fa-grin-alt{--fa: "";--fa--fa: ""}.fa-grin-beam{--fa: "";--fa--fa: ""}.fa-grin-beam-sweat{--fa: "";--fa--fa: ""}.fa-grin-hearts{--fa: "";--fa--fa: ""}.fa-grin-squint{--fa: "";--fa--fa: ""}.fa-grin-squint-tears{--fa: "";--fa--fa: ""}.fa-grin-stars{--fa: "";--fa--fa: ""}.fa-grin-tears{--fa: "";--fa--fa: ""}.fa-grin-tongue{--fa: "";--fa--fa: ""}.fa-grin-tongue-squint{--fa: "";--fa--fa: ""}.fa-grin-tongue-wink{--fa: "";--fa--fa: ""}.fa-grin-wink{--fa: "";--fa--fa: ""}.fa-grip{--fa: "";--fa--fa: ""}.fa-grip-dots{--fa: "";--fa--fa: ""}.fa-grip-dots-vertical{--fa: "";--fa--fa: ""}.fa-grip-horizontal{--fa: "";--fa--fa: ""}.fa-grip-lines{--fa: "";--fa--fa: ""}.fa-grip-lines-vertical{--fa: "";--fa--fa: ""}.fa-grip-vertical{--fa: "";--fa--fa: ""}.fa-group-arrows-rotate{--fa: "";--fa--fa: ""}.fa-guarani-sign{--fa: "";--fa--fa: ""}.fa-guitar{--fa: "";--fa--fa: ""}.fa-guitar-electric{--fa: "";--fa--fa: ""}.fa-guitars{--fa: "";--fa--fa: ""}.fa-gun{--fa: "";--fa--fa: ""}.fa-gun-slash{--fa: "";--fa--fa: ""}.fa-gun-squirt{--fa: "";--fa--fa: ""}.fa-h{--fa: "H";--fa--fa: "HH"}.fa-h-square{--fa: "";--fa--fa: ""}.fa-h1{--fa: "";--fa--fa: ""}.fa-h2{--fa: "";--fa--fa: ""}.fa-h3{--fa: "";--fa--fa: ""}.fa-h4{--fa: "";--fa--fa: ""}.fa-h5{--fa: "";--fa--fa: ""}.fa-h6{--fa: "";--fa--fa: ""}.fa-hamburger{--fa: "";--fa--fa: ""}.fa-hammer{--fa: "";--fa--fa: ""}.fa-hammer-brush{--fa: "";--fa--fa: ""}.fa-hammer-crash{--fa: "";--fa--fa: ""}.fa-hammer-war{--fa: "";--fa--fa: ""}.fa-hamsa{--fa: "";--fa--fa: ""}.fa-hand{--fa: "";--fa--fa: ""}.fa-hand-back-fist{--fa: "";--fa--fa: ""}.fa-hand-back-point-down{--fa: "";--fa--fa: ""}.fa-hand-back-point-left{--fa: "";--fa--fa: ""}.fa-hand-back-point-ribbon{--fa: "";--fa--fa: ""}.fa-hand-back-point-right{--fa: "";--fa--fa: ""}.fa-hand-back-point-up{--fa: "";--fa--fa: ""}.fa-hand-dots{--fa: "";--fa--fa: ""}.fa-hand-fingers-crossed{--fa: "";--fa--fa: ""}.fa-hand-fist{--fa: "";--fa--fa: ""}.fa-hand-heart{--fa: "";--fa--fa: ""}.fa-hand-holding{--fa: "";--fa--fa: ""}.fa-hand-holding-box{--fa: "";--fa--fa: ""}.fa-hand-holding-circle-dollar{--fa: "";--fa--fa: ""}.fa-hand-holding-dollar{--fa: "";--fa--fa: ""}.fa-hand-holding-droplet{--fa: "";--fa--fa: ""}.fa-hand-holding-hand{--fa: "";--fa--fa: ""}.fa-hand-holding-heart{--fa: "";--fa--fa: ""}.fa-hand-holding-magic{--fa: "";--fa--fa: ""}.fa-hand-holding-medical{--fa: "";--fa--fa: ""}.fa-hand-holding-seedling{--fa: "";--fa--fa: ""}.fa-hand-holding-skull{--fa: "";--fa--fa: ""}.fa-hand-holding-usd{--fa: "";--fa--fa: ""}.fa-hand-holding-water{--fa: "";--fa--fa: ""}.fa-hand-horns{--fa: "";--fa--fa: ""}.fa-hand-lizard{--fa: "";--fa--fa: ""}.fa-hand-love{--fa: "";--fa--fa: ""}.fa-hand-middle-finger{--fa: "";--fa--fa: ""}.fa-hand-paper{--fa: "";--fa--fa: ""}.fa-hand-peace{--fa: "";--fa--fa: ""}.fa-hand-point-down{--fa: "";--fa--fa: ""}.fa-hand-point-left{--fa: "";--fa--fa: ""}.fa-hand-point-ribbon{--fa: "";--fa--fa: ""}.fa-hand-point-right{--fa: "";--fa--fa: ""}.fa-hand-point-up{--fa: "";--fa--fa: ""}.fa-hand-pointer{--fa: "";--fa--fa: ""}.fa-hand-receiving{--fa: "";--fa--fa: ""}.fa-hand-rock{--fa: "";--fa--fa: ""}.fa-hand-scissors{--fa: "";--fa--fa: ""}.fa-hand-sparkles{--fa: "";--fa--fa: ""}.fa-hand-spock{--fa: "";--fa--fa: ""}.fa-hand-wave{--fa: "";--fa--fa: ""}.fa-handcuffs{--fa: "";--fa--fa: ""}.fa-hands{--fa: "";--fa--fa: ""}.fa-hands-american-sign-language-interpreting,.fa-hands-asl-interpreting{--fa: "";--fa--fa: ""}.fa-hands-bound{--fa: "";--fa--fa: ""}.fa-hands-bubbles{--fa: "";--fa--fa: ""}.fa-hands-clapping{--fa: "";--fa--fa: ""}.fa-hands-heart{--fa: "";--fa--fa: ""}.fa-hands-helping{--fa: "";--fa--fa: ""}.fa-hands-holding{--fa: "";--fa--fa: ""}.fa-hands-holding-child{--fa: "";--fa--fa: ""}.fa-hands-holding-circle{--fa: "";--fa--fa: ""}.fa-hands-holding-diamond{--fa: "";--fa--fa: ""}.fa-hands-holding-dollar{--fa: "";--fa--fa: ""}.fa-hands-holding-heart{--fa: "";--fa--fa: ""}.fa-hands-praying{--fa: "";--fa--fa: ""}.fa-hands-usd{--fa: "";--fa--fa: ""}.fa-hands-wash{--fa: "";--fa--fa: ""}.fa-handshake{--fa: "";--fa--fa: ""}.fa-handshake-alt{--fa: "";--fa--fa: ""}.fa-handshake-alt-slash{--fa: "";--fa--fa: ""}.fa-handshake-angle{--fa: "";--fa--fa: ""}.fa-handshake-simple{--fa: "";--fa--fa: ""}.fa-handshake-simple-slash{--fa: "";--fa--fa: ""}.fa-handshake-slash{--fa: "";--fa--fa: ""}.fa-hanukiah{--fa: "";--fa--fa: ""}.fa-hard-drive{--fa: "";--fa--fa: ""}.fa-hard-hat{--fa: "";--fa--fa: ""}.fa-hard-of-hearing{--fa: "";--fa--fa: ""}.fa-hashtag{--fa: "#";--fa--fa: "##"}.fa-hashtag-lock{--fa: "";--fa--fa: ""}.fa-hat-beach{--fa: "";--fa--fa: ""}.fa-hat-chef{--fa: "";--fa--fa: ""}.fa-hat-cowboy{--fa: "";--fa--fa: ""}.fa-hat-cowboy-side{--fa: "";--fa--fa: ""}.fa-hat-hard{--fa: "";--fa--fa: ""}.fa-hat-santa{--fa: "";--fa--fa: ""}.fa-hat-winter{--fa: "";--fa--fa: ""}.fa-hat-witch{--fa: "";--fa--fa: ""}.fa-hat-wizard{--fa: "";--fa--fa: ""}.fa-haykal{--fa: "";--fa--fa: ""}.fa-hdd{--fa: "";--fa--fa: ""}.fa-head-side{--fa: "";--fa--fa: ""}.fa-head-side-brain{--fa: "";--fa--fa: ""}.fa-head-side-cough{--fa: "";--fa--fa: ""}.fa-head-side-cough-slash{--fa: "";--fa--fa: ""}.fa-head-side-gear{--fa: "";--fa--fa: ""}.fa-head-side-goggles{--fa: "";--fa--fa: ""}.fa-head-side-headphones{--fa: "";--fa--fa: ""}.fa-head-side-heart{--fa: "";--fa--fa: ""}.fa-head-side-mask{--fa: "";--fa--fa: ""}.fa-head-side-medical{--fa: "";--fa--fa: ""}.fa-head-side-virus{--fa: "";--fa--fa: ""}.fa-head-vr{--fa: "";--fa--fa: ""}.fa-header,.fa-heading{--fa: "";--fa--fa: ""}.fa-headphones{--fa: "";--fa--fa: ""}.fa-headphones-alt,.fa-headphones-simple{--fa: "";--fa--fa: ""}.fa-headset{--fa: "";--fa--fa: ""}.fa-heart{--fa: "";--fa--fa: ""}.fa-heart-broken{--fa: "";--fa--fa: ""}.fa-heart-circle{--fa: "";--fa--fa: ""}.fa-heart-circle-bolt{--fa: "";--fa--fa: ""}.fa-heart-circle-check{--fa: "";--fa--fa: ""}.fa-heart-circle-exclamation{--fa: "";--fa--fa: ""}.fa-heart-circle-minus{--fa: "";--fa--fa: ""}.fa-heart-circle-plus{--fa: "";--fa--fa: ""}.fa-heart-circle-xmark{--fa: "";--fa--fa: ""}.fa-heart-crack{--fa: "";--fa--fa: ""}.fa-heart-half{--fa: "";--fa--fa: ""}.fa-heart-half-alt,.fa-heart-half-stroke{--fa: "";--fa--fa: ""}.fa-heart-music-camera-bolt{--fa: "";--fa--fa: ""}.fa-heart-pulse{--fa: "";--fa--fa: ""}.fa-heart-rate{--fa: "";--fa--fa: ""}.fa-heart-square{--fa: "";--fa--fa: ""}.fa-heartbeat{--fa: "";--fa--fa: ""}.fa-heat{--fa: "";--fa--fa: ""}.fa-helicopter{--fa: "";--fa--fa: ""}.fa-helicopter-symbol{--fa: "";--fa--fa: ""}.fa-helmet-battle{--fa: "";--fa--fa: ""}.fa-helmet-safety{--fa: "";--fa--fa: ""}.fa-helmet-un{--fa: "";--fa--fa: ""}.fa-hexagon{--fa: "";--fa--fa: ""}.fa-hexagon-check{--fa: "";--fa--fa: ""}.fa-hexagon-divide{--fa: "";--fa--fa: ""}.fa-hexagon-exclamation{--fa: "";--fa--fa: ""}.fa-hexagon-image{--fa: "";--fa--fa: ""}.fa-hexagon-minus{--fa: "";--fa--fa: ""}.fa-hexagon-nodes{--fa: "";--fa--fa: ""}.fa-hexagon-nodes-bolt{--fa: "";--fa--fa: ""}.fa-hexagon-plus{--fa: "";--fa--fa: ""}.fa-hexagon-vertical-nft{--fa: "";--fa--fa: ""}.fa-hexagon-vertical-nft-slanted{--fa: "";--fa--fa: ""}.fa-hexagon-xmark{--fa: "";--fa--fa: ""}.fa-high-definition{--fa: "";--fa--fa: ""}.fa-highlighter{--fa: "";--fa--fa: ""}.fa-highlighter-line{--fa: "";--fa--fa: ""}.fa-hiking{--fa: "";--fa--fa: ""}.fa-hill-avalanche{--fa: "";--fa--fa: ""}.fa-hill-rockslide{--fa: "";--fa--fa: ""}.fa-hippo{--fa: "";--fa--fa: ""}.fa-history{--fa: "";--fa--fa: ""}.fa-hockey-mask{--fa: "";--fa--fa: ""}.fa-hockey-puck{--fa: "";--fa--fa: ""}.fa-hockey-stick-puck{--fa: "";--fa--fa: ""}.fa-hockey-sticks{--fa: "";--fa--fa: ""}.fa-holly-berry{--fa: "";--fa--fa: ""}.fa-home,.fa-home-alt{--fa: "";--fa--fa: ""}.fa-home-blank{--fa: "";--fa--fa: ""}.fa-home-heart{--fa: "";--fa--fa: ""}.fa-home-lg{--fa: "";--fa--fa: ""}.fa-home-lg-alt{--fa: "";--fa--fa: ""}.fa-home-user{--fa: "";--fa--fa: ""}.fa-honey-pot{--fa: "";--fa--fa: ""}.fa-hood-cloak{--fa: "";--fa--fa: ""}.fa-horizontal-rule{--fa: "";--fa--fa: ""}.fa-horse{--fa: "";--fa--fa: ""}.fa-horse-head{--fa: "";--fa--fa: ""}.fa-horse-saddle{--fa: "";--fa--fa: ""}.fa-hose{--fa: "";--fa--fa: ""}.fa-hose-reel{--fa: "";--fa--fa: ""}.fa-hospital,.fa-hospital-alt{--fa: "";--fa--fa: ""}.fa-hospital-symbol{--fa: "";--fa--fa: ""}.fa-hospital-user{--fa: "";--fa--fa: ""}.fa-hospital-wide{--fa: "";--fa--fa: ""}.fa-hospitals{--fa: "";--fa--fa: ""}.fa-hot-tub,.fa-hot-tub-person{--fa: "";--fa--fa: ""}.fa-hotdog{--fa: "";--fa--fa: ""}.fa-hotel{--fa: "";--fa--fa: ""}.fa-hourglass{--fa: "";--fa--fa: ""}.fa-hourglass-1{--fa: "";--fa--fa: ""}.fa-hourglass-2{--fa: "";--fa--fa: ""}.fa-hourglass-3{--fa: "";--fa--fa: ""}.fa-hourglass-clock{--fa: "";--fa--fa: ""}.fa-hourglass-empty{--fa: "";--fa--fa: ""}.fa-hourglass-end{--fa: "";--fa--fa: ""}.fa-hourglass-half{--fa: "";--fa--fa: ""}.fa-hourglass-start{--fa: "";--fa--fa: ""}.fa-house{--fa: "";--fa--fa: ""}.fa-house-blank{--fa: "";--fa--fa: ""}.fa-house-building{--fa: "";--fa--fa: ""}.fa-house-chimney{--fa: "";--fa--fa: ""}.fa-house-chimney-blank{--fa: "";--fa--fa: ""}.fa-house-chimney-crack{--fa: "";--fa--fa: ""}.fa-house-chimney-heart{--fa: "";--fa--fa: ""}.fa-house-chimney-medical{--fa: "";--fa--fa: ""}.fa-house-chimney-user{--fa: "";--fa--fa: ""}.fa-house-chimney-window{--fa: "";--fa--fa: ""}.fa-house-circle-check{--fa: "";--fa--fa: ""}.fa-house-circle-exclamation{--fa: "";--fa--fa: ""}.fa-house-circle-xmark{--fa: "";--fa--fa: ""}.fa-house-crack{--fa: "";--fa--fa: ""}.fa-house-damage{--fa: "";--fa--fa: ""}.fa-house-day{--fa: "";--fa--fa: ""}.fa-house-fire{--fa: "";--fa--fa: ""}.fa-house-flag{--fa: "";--fa--fa: ""}.fa-house-flood{--fa: "";--fa--fa: ""}.fa-house-flood-water{--fa: "";--fa--fa: ""}.fa-house-flood-water-circle-arrow-right{--fa: "";--fa--fa: ""}.fa-house-heart{--fa: "";--fa--fa: ""}.fa-house-laptop{--fa: "";--fa--fa: ""}.fa-house-leave{--fa: "";--fa--fa: ""}.fa-house-lock{--fa: "";--fa--fa: ""}.fa-house-medical{--fa: "";--fa--fa: ""}.fa-house-medical-circle-check{--fa: "";--fa--fa: ""}.fa-house-medical-circle-exclamation{--fa: "";--fa--fa: ""}.fa-house-medical-circle-xmark{--fa: "";--fa--fa: ""}.fa-house-medical-flag{--fa: "";--fa--fa: ""}.fa-house-night{--fa: "";--fa--fa: ""}.fa-house-person-arrive{--fa: "";--fa--fa: ""}.fa-house-person-depart,.fa-house-person-leave{--fa: "";--fa--fa: ""}.fa-house-person-return,.fa-house-return{--fa: "";--fa--fa: ""}.fa-house-signal{--fa: "";--fa--fa: ""}.fa-house-tree{--fa: "";--fa--fa: ""}.fa-house-tsunami{--fa: "";--fa--fa: ""}.fa-house-turret{--fa: "";--fa--fa: ""}.fa-house-user{--fa: "";--fa--fa: ""}.fa-house-water{--fa: "";--fa--fa: ""}.fa-house-window{--fa: "";--fa--fa: ""}.fa-hryvnia,.fa-hryvnia-sign{--fa: "";--fa--fa: ""}.fa-humidity{--fa: "";--fa--fa: ""}.fa-hundred-points{--fa: "";--fa--fa: ""}.fa-hurricane{--fa: "";--fa--fa: ""}.fa-hydra{--fa: "";--fa--fa: ""}.fa-hyphen{--fa: "-";--fa--fa: "--"}.fa-i{--fa: "I";--fa--fa: "II"}.fa-i-cursor{--fa: "";--fa--fa: ""}.fa-ice-cream{--fa: "";--fa--fa: ""}.fa-ice-skate{--fa: "";--fa--fa: ""}.fa-icicles{--fa: "";--fa--fa: ""}.fa-icons{--fa: "";--fa--fa: ""}.fa-icons-alt{--fa: "";--fa--fa: ""}.fa-id-badge{--fa: "";--fa--fa: ""}.fa-id-card{--fa: "";--fa--fa: ""}.fa-id-card-alt,.fa-id-card-clip{--fa: "";--fa--fa: ""}.fa-igloo{--fa: "";--fa--fa: ""}.fa-ils{--fa: "";--fa--fa: ""}.fa-image{--fa: "";--fa--fa: ""}.fa-image-landscape{--fa: "";--fa--fa: ""}.fa-image-polaroid{--fa: "";--fa--fa: ""}.fa-image-polaroid-user{--fa: "";--fa--fa: ""}.fa-image-portrait{--fa: "";--fa--fa: ""}.fa-image-slash{--fa: "";--fa--fa: ""}.fa-image-user{--fa: "";--fa--fa: ""}.fa-images{--fa: "";--fa--fa: ""}.fa-images-user{--fa: "";--fa--fa: ""}.fa-inbox{--fa: "";--fa--fa: ""}.fa-inbox-arrow-down{--fa: "";--fa--fa: ""}.fa-inbox-arrow-up{--fa: "";--fa--fa: ""}.fa-inbox-full{--fa: "";--fa--fa: ""}.fa-inbox-in{--fa: "";--fa--fa: ""}.fa-inbox-out{--fa: "";--fa--fa: ""}.fa-inboxes{--fa: "";--fa--fa: ""}.fa-indent{--fa: "";--fa--fa: ""}.fa-indian-rupee,.fa-indian-rupee-sign{--fa: "";--fa--fa: ""}.fa-industry{--fa: "";--fa--fa: ""}.fa-industry-alt,.fa-industry-windows{--fa: "";--fa--fa: ""}.fa-infinity{--fa: "";--fa--fa: ""}.fa-info{--fa: "";--fa--fa: ""}.fa-info-circle{--fa: "";--fa--fa: ""}.fa-info-square{--fa: "";--fa--fa: ""}.fa-inhaler{--fa: "";--fa--fa: ""}.fa-input-numeric{--fa: "";--fa--fa: ""}.fa-input-pipe{--fa: "";--fa--fa: ""}.fa-input-text{--fa: "";--fa--fa: ""}.fa-inr{--fa: "";--fa--fa: ""}.fa-institution{--fa: "";--fa--fa: ""}.fa-integral{--fa: "";--fa--fa: ""}.fa-interrobang{--fa: "";--fa--fa: ""}.fa-intersection{--fa: "";--fa--fa: ""}.fa-inventory{--fa: "";--fa--fa: ""}.fa-island-tree-palm,.fa-island-tropical{--fa: "";--fa--fa: ""}.fa-italic{--fa: "";--fa--fa: ""}.fa-j{--fa: "J";--fa--fa: "JJ"}.fa-jack-o-lantern{--fa: "";--fa--fa: ""}.fa-jar{--fa: "";--fa--fa: ""}.fa-jar-wheat{--fa: "";--fa--fa: ""}.fa-jedi{--fa: "";--fa--fa: ""}.fa-jet-fighter{--fa: "";--fa--fa: ""}.fa-jet-fighter-up{--fa: "";--fa--fa: ""}.fa-joint{--fa: "";--fa--fa: ""}.fa-journal-whills{--fa: "";--fa--fa: ""}.fa-joystick{--fa: "";--fa--fa: ""}.fa-jpy{--fa: "";--fa--fa: ""}.fa-jug{--fa: "";--fa--fa: ""}.fa-jug-bottle{--fa: "";--fa--fa: ""}.fa-jug-detergent{--fa: "";--fa--fa: ""}.fa-k{--fa: "K";--fa--fa: "KK"}.fa-kaaba{--fa: "";--fa--fa: ""}.fa-kazoo{--fa: "";--fa--fa: ""}.fa-kerning{--fa: "";--fa--fa: ""}.fa-key{--fa: "";--fa--fa: ""}.fa-key-skeleton{--fa: "";--fa--fa: ""}.fa-key-skeleton-left-right{--fa: "";--fa--fa: ""}.fa-keyboard{--fa: "";--fa--fa: ""}.fa-keyboard-brightness{--fa: "";--fa--fa: ""}.fa-keyboard-brightness-low{--fa: "";--fa--fa: ""}.fa-keyboard-down{--fa: "";--fa--fa: ""}.fa-keyboard-left{--fa: "";--fa--fa: ""}.fa-keynote{--fa: "";--fa--fa: ""}.fa-khanda{--fa: "";--fa--fa: ""}.fa-kidneys{--fa: "";--fa--fa: ""}.fa-kip-sign{--fa: "";--fa--fa: ""}.fa-kiss{--fa: "";--fa--fa: ""}.fa-kiss-beam{--fa: "";--fa--fa: ""}.fa-kiss-wink-heart{--fa: "";--fa--fa: ""}.fa-kit-medical{--fa: "";--fa--fa: ""}.fa-kitchen-set{--fa: "";--fa--fa: ""}.fa-kite{--fa: "";--fa--fa: ""}.fa-kiwi-bird{--fa: "";--fa--fa: ""}.fa-kiwi-fruit{--fa: "";--fa--fa: ""}.fa-knife{--fa: "";--fa--fa: ""}.fa-knife-kitchen{--fa: "";--fa--fa: ""}.fa-krw{--fa: "";--fa--fa: ""}.fa-l{--fa: "L";--fa--fa: "LL"}.fa-lacrosse-stick{--fa: "";--fa--fa: ""}.fa-lacrosse-stick-ball{--fa: "";--fa--fa: ""}.fa-ladder-water{--fa: "";--fa--fa: ""}.fa-lambda{--fa: "";--fa--fa: ""}.fa-lamp{--fa: "";--fa--fa: ""}.fa-lamp-desk{--fa: "";--fa--fa: ""}.fa-lamp-floor{--fa: "";--fa--fa: ""}.fa-lamp-street{--fa: "";--fa--fa: ""}.fa-land-mine-on{--fa: "";--fa--fa: ""}.fa-landmark{--fa: "";--fa--fa: ""}.fa-landmark-alt,.fa-landmark-dome{--fa: "";--fa--fa: ""}.fa-landmark-flag{--fa: "";--fa--fa: ""}.fa-landmark-magnifying-glass{--fa: "";--fa--fa: ""}.fa-landscape{--fa: "";--fa--fa: ""}.fa-language{--fa: "";--fa--fa: ""}.fa-laptop{--fa: "";--fa--fa: ""}.fa-laptop-arrow-down{--fa: "";--fa--fa: ""}.fa-laptop-binary{--fa: "";--fa--fa: ""}.fa-laptop-code{--fa: "";--fa--fa: ""}.fa-laptop-file{--fa: "";--fa--fa: ""}.fa-laptop-house{--fa: "";--fa--fa: ""}.fa-laptop-medical{--fa: "";--fa--fa: ""}.fa-laptop-mobile{--fa: "";--fa--fa: ""}.fa-laptop-slash{--fa: "";--fa--fa: ""}.fa-lari-sign{--fa: "";--fa--fa: ""}.fa-lasso{--fa: "";--fa--fa: ""}.fa-lasso-sparkles{--fa: "";--fa--fa: ""}.fa-laugh{--fa: "";--fa--fa: ""}.fa-laugh-beam{--fa: "";--fa--fa: ""}.fa-laugh-squint{--fa: "";--fa--fa: ""}.fa-laugh-wink{--fa: "";--fa--fa: ""}.fa-layer-group{--fa: "";--fa--fa: ""}.fa-layer-group-minus{--fa: "";--fa--fa: ""}.fa-layer-group-plus{--fa: "";--fa--fa: ""}.fa-layer-minus{--fa: "";--fa--fa: ""}.fa-layer-plus{--fa: "";--fa--fa: ""}.fa-leaf{--fa: "";--fa--fa: ""}.fa-leaf-heart{--fa: "";--fa--fa: ""}.fa-leaf-maple{--fa: "";--fa--fa: ""}.fa-leaf-oak{--fa: "";--fa--fa: ""}.fa-leafy-green{--fa: "";--fa--fa: ""}.fa-left{--fa: "";--fa--fa: ""}.fa-left-from-bracket{--fa: "";--fa--fa: ""}.fa-left-from-line{--fa: "";--fa--fa: ""}.fa-left-long{--fa: "";--fa--fa: ""}.fa-left-long-to-line{--fa: "";--fa--fa: ""}.fa-left-right{--fa: "";--fa--fa: ""}.fa-left-to-bracket{--fa: "";--fa--fa: ""}.fa-left-to-line{--fa: "";--fa--fa: ""}.fa-legal{--fa: "";--fa--fa: ""}.fa-lemon{--fa: "";--fa--fa: ""}.fa-less-than{--fa: "<";--fa--fa: "<<"}.fa-less-than-equal{--fa: "";--fa--fa: ""}.fa-level-down{--fa: "";--fa--fa: ""}.fa-level-down-alt{--fa: "";--fa--fa: ""}.fa-level-up{--fa: "";--fa--fa: ""}.fa-level-up-alt{--fa: "";--fa--fa: ""}.fa-life-ring{--fa: "";--fa--fa: ""}.fa-light-ceiling{--fa: "";--fa--fa: ""}.fa-light-emergency{--fa: "";--fa--fa: ""}.fa-light-emergency-on{--fa: "";--fa--fa: ""}.fa-light-switch{--fa: "";--fa--fa: ""}.fa-light-switch-off{--fa: "";--fa--fa: ""}.fa-light-switch-on{--fa: "";--fa--fa: ""}.fa-lightbulb{--fa: "";--fa--fa: ""}.fa-lightbulb-cfl{--fa: "";--fa--fa: ""}.fa-lightbulb-cfl-on{--fa: "";--fa--fa: ""}.fa-lightbulb-dollar{--fa: "";--fa--fa: ""}.fa-lightbulb-exclamation{--fa: "";--fa--fa: ""}.fa-lightbulb-exclamation-on{--fa: "";--fa--fa: ""}.fa-lightbulb-gear{--fa: "";--fa--fa: ""}.fa-lightbulb-message{--fa: "";--fa--fa: ""}.fa-lightbulb-on{--fa: "";--fa--fa: ""}.fa-lightbulb-slash{--fa: "";--fa--fa: ""}.fa-lighthouse{--fa: "";--fa--fa: ""}.fa-lights-holiday{--fa: "";--fa--fa: ""}.fa-line-chart{--fa: "";--fa--fa: ""}.fa-line-columns{--fa: "";--fa--fa: ""}.fa-line-height{--fa: "";--fa--fa: ""}.fa-lines-leaning{--fa: "";--fa--fa: ""}.fa-link{--fa: "";--fa--fa: ""}.fa-link-horizontal{--fa: "";--fa--fa: ""}.fa-link-horizontal-slash{--fa: "";--fa--fa: ""}.fa-link-simple{--fa: "";--fa--fa: ""}.fa-link-simple-slash{--fa: "";--fa--fa: ""}.fa-link-slash{--fa: "";--fa--fa: ""}.fa-lips{--fa: "";--fa--fa: ""}.fa-lira-sign{--fa: "";--fa--fa: ""}.fa-list{--fa: "";--fa--fa: ""}.fa-list-1-2{--fa: "";--fa--fa: ""}.fa-list-alt{--fa: "";--fa--fa: ""}.fa-list-check{--fa: "";--fa--fa: ""}.fa-list-dots{--fa: "";--fa--fa: ""}.fa-list-dropdown{--fa: "";--fa--fa: ""}.fa-list-music{--fa: "";--fa--fa: ""}.fa-list-numeric,.fa-list-ol{--fa: "";--fa--fa: ""}.fa-list-radio{--fa: "";--fa--fa: ""}.fa-list-squares{--fa: "";--fa--fa: ""}.fa-list-timeline{--fa: "";--fa--fa: ""}.fa-list-tree{--fa: "";--fa--fa: ""}.fa-list-ul{--fa: "";--fa--fa: ""}.fa-litecoin-sign{--fa: "";--fa--fa: ""}.fa-loader{--fa: "";--fa--fa: ""}.fa-lobster{--fa: "";--fa--fa: ""}.fa-location{--fa: "";--fa--fa: ""}.fa-location-arrow{--fa: "";--fa--fa: ""}.fa-location-arrow-up{--fa: "";--fa--fa: ""}.fa-location-check{--fa: "";--fa--fa: ""}.fa-location-circle{--fa: "";--fa--fa: ""}.fa-location-crosshairs{--fa: "";--fa--fa: ""}.fa-location-crosshairs-slash{--fa: "";--fa--fa: ""}.fa-location-dot{--fa: "";--fa--fa: ""}.fa-location-dot-slash{--fa: "";--fa--fa: ""}.fa-location-exclamation{--fa: "";--fa--fa: ""}.fa-location-minus{--fa: "";--fa--fa: ""}.fa-location-pen{--fa: "";--fa--fa: ""}.fa-location-pin{--fa: "";--fa--fa: ""}.fa-location-pin-lock{--fa: "";--fa--fa: ""}.fa-location-pin-slash{--fa: "";--fa--fa: ""}.fa-location-plus{--fa: "";--fa--fa: ""}.fa-location-question{--fa: "";--fa--fa: ""}.fa-location-slash{--fa: "";--fa--fa: ""}.fa-location-smile{--fa: "";--fa--fa: ""}.fa-location-xmark{--fa: "";--fa--fa: ""}.fa-lock{--fa: "";--fa--fa: ""}.fa-lock-a{--fa: "";--fa--fa: ""}.fa-lock-alt{--fa: "";--fa--fa: ""}.fa-lock-hashtag{--fa: "";--fa--fa: ""}.fa-lock-keyhole{--fa: "";--fa--fa: ""}.fa-lock-keyhole-open{--fa: "";--fa--fa: ""}.fa-lock-open{--fa: "";--fa--fa: ""}.fa-lock-open-alt{--fa: "";--fa--fa: ""}.fa-locust{--fa: "";--fa--fa: ""}.fa-lollipop,.fa-lollypop{--fa: "";--fa--fa: ""}.fa-long-arrow-alt-down{--fa: "";--fa--fa: ""}.fa-long-arrow-alt-left{--fa: "";--fa--fa: ""}.fa-long-arrow-alt-right{--fa: "";--fa--fa: ""}.fa-long-arrow-alt-up{--fa: "";--fa--fa: ""}.fa-long-arrow-down{--fa: "";--fa--fa: ""}.fa-long-arrow-left{--fa: "";--fa--fa: ""}.fa-long-arrow-right{--fa: "";--fa--fa: ""}.fa-long-arrow-up{--fa: "";--fa--fa: ""}.fa-loveseat{--fa: "";--fa--fa: ""}.fa-low-vision{--fa: "";--fa--fa: ""}.fa-luchador,.fa-luchador-mask{--fa: "";--fa--fa: ""}.fa-luggage-cart{--fa: "";--fa--fa: ""}.fa-lungs{--fa: "";--fa--fa: ""}.fa-lungs-virus{--fa: "";--fa--fa: ""}.fa-m{--fa: "M";--fa--fa: "MM"}.fa-mace{--fa: "";--fa--fa: ""}.fa-magic{--fa: "";--fa--fa: ""}.fa-magic-wand-sparkles{--fa: "";--fa--fa: ""}.fa-magnet{--fa: "";--fa--fa: ""}.fa-magnifying-glass{--fa: "";--fa--fa: ""}.fa-magnifying-glass-arrow-right{--fa: "";--fa--fa: ""}.fa-magnifying-glass-arrows-rotate{--fa: "";--fa--fa: ""}.fa-magnifying-glass-chart{--fa: "";--fa--fa: ""}.fa-magnifying-glass-dollar{--fa: "";--fa--fa: ""}.fa-magnifying-glass-location{--fa: "";--fa--fa: ""}.fa-magnifying-glass-minus{--fa: "";--fa--fa: ""}.fa-magnifying-glass-music{--fa: "";--fa--fa: ""}.fa-magnifying-glass-play{--fa: "";--fa--fa: ""}.fa-magnifying-glass-plus{--fa: "";--fa--fa: ""}.fa-magnifying-glass-waveform{--fa: "";--fa--fa: ""}.fa-mail-bulk{--fa: "";--fa--fa: ""}.fa-mail-forward{--fa: "";--fa--fa: ""}.fa-mail-reply{--fa: "";--fa--fa: ""}.fa-mail-reply-all{--fa: "";--fa--fa: ""}.fa-mailbox{--fa: "";--fa--fa: ""}.fa-mailbox-flag-up{--fa: "";--fa--fa: ""}.fa-maki-roll,.fa-makizushi{--fa: "";--fa--fa: ""}.fa-male{--fa: "";--fa--fa: ""}.fa-manat-sign{--fa: "";--fa--fa: ""}.fa-mandolin{--fa: "";--fa--fa: ""}.fa-mango{--fa: "";--fa--fa: ""}.fa-manhole{--fa: "";--fa--fa: ""}.fa-map{--fa: "";--fa--fa: ""}.fa-map-location{--fa: "";--fa--fa: ""}.fa-map-location-dot{--fa: "";--fa--fa: ""}.fa-map-marked{--fa: "";--fa--fa: ""}.fa-map-marked-alt{--fa: "";--fa--fa: ""}.fa-map-marker{--fa: "";--fa--fa: ""}.fa-map-marker-alt{--fa: "";--fa--fa: ""}.fa-map-marker-alt-slash{--fa: "";--fa--fa: ""}.fa-map-marker-check{--fa: "";--fa--fa: ""}.fa-map-marker-edit{--fa: "";--fa--fa: ""}.fa-map-marker-exclamation{--fa: "";--fa--fa: ""}.fa-map-marker-minus{--fa: "";--fa--fa: ""}.fa-map-marker-plus{--fa: "";--fa--fa: ""}.fa-map-marker-question{--fa: "";--fa--fa: ""}.fa-map-marker-slash{--fa: "";--fa--fa: ""}.fa-map-marker-smile{--fa: "";--fa--fa: ""}.fa-map-marker-times,.fa-map-marker-xmark{--fa: "";--fa--fa: ""}.fa-map-pin{--fa: "";--fa--fa: ""}.fa-map-signs{--fa: "";--fa--fa: ""}.fa-marker{--fa: "";--fa--fa: ""}.fa-mars{--fa: "";--fa--fa: ""}.fa-mars-and-venus{--fa: "";--fa--fa: ""}.fa-mars-and-venus-burst{--fa: "";--fa--fa: ""}.fa-mars-double{--fa: "";--fa--fa: ""}.fa-mars-stroke{--fa: "";--fa--fa: ""}.fa-mars-stroke-h,.fa-mars-stroke-right{--fa: "";--fa--fa: ""}.fa-mars-stroke-up,.fa-mars-stroke-v{--fa: "";--fa--fa: ""}.fa-martini-glass{--fa: "";--fa--fa: ""}.fa-martini-glass-citrus{--fa: "";--fa--fa: ""}.fa-martini-glass-empty{--fa: "";--fa--fa: ""}.fa-mask{--fa: "";--fa--fa: ""}.fa-mask-face{--fa: "";--fa--fa: ""}.fa-mask-luchador{--fa: "";--fa--fa: ""}.fa-mask-snorkel{--fa: "";--fa--fa: ""}.fa-mask-ventilator{--fa: "";--fa--fa: ""}.fa-masks-theater{--fa: "";--fa--fa: ""}.fa-mattress-pillow{--fa: "";--fa--fa: ""}.fa-maximize{--fa: "";--fa--fa: ""}.fa-meat{--fa: "";--fa--fa: ""}.fa-medal{--fa: "";--fa--fa: ""}.fa-medkit{--fa: "";--fa--fa: ""}.fa-megaphone{--fa: "";--fa--fa: ""}.fa-meh{--fa: "";--fa--fa: ""}.fa-meh-blank{--fa: "";--fa--fa: ""}.fa-meh-rolling-eyes{--fa: "";--fa--fa: ""}.fa-melon{--fa: "";--fa--fa: ""}.fa-melon-slice{--fa: "";--fa--fa: ""}.fa-memo{--fa: "";--fa--fa: ""}.fa-memo-circle-check{--fa: "";--fa--fa: ""}.fa-memo-circle-info{--fa: "";--fa--fa: ""}.fa-memo-pad{--fa: "";--fa--fa: ""}.fa-memory{--fa: "";--fa--fa: ""}.fa-menorah{--fa: "";--fa--fa: ""}.fa-mercury{--fa: "";--fa--fa: ""}.fa-merge{--fa: "";--fa--fa: ""}.fa-message{--fa: "";--fa--fa: ""}.fa-message-arrow-down{--fa: "";--fa--fa: ""}.fa-message-arrow-up{--fa: "";--fa--fa: ""}.fa-message-arrow-up-right{--fa: "";--fa--fa: ""}.fa-message-bot{--fa: "";--fa--fa: ""}.fa-message-captions{--fa: "";--fa--fa: ""}.fa-message-check{--fa: "";--fa--fa: ""}.fa-message-code{--fa: "";--fa--fa: ""}.fa-message-dollar{--fa: "";--fa--fa: ""}.fa-message-dots{--fa: "";--fa--fa: ""}.fa-message-edit{--fa: "";--fa--fa: ""}.fa-message-exclamation{--fa: "";--fa--fa: ""}.fa-message-heart{--fa: "";--fa--fa: ""}.fa-message-image{--fa: "";--fa--fa: ""}.fa-message-lines{--fa: "";--fa--fa: ""}.fa-message-medical{--fa: "";--fa--fa: ""}.fa-message-middle{--fa: "";--fa--fa: ""}.fa-message-middle-top{--fa: "";--fa--fa: ""}.fa-message-minus{--fa: "";--fa--fa: ""}.fa-message-music{--fa: "";--fa--fa: ""}.fa-message-pen{--fa: "";--fa--fa: ""}.fa-message-plus{--fa: "";--fa--fa: ""}.fa-message-question{--fa: "";--fa--fa: ""}.fa-message-quote{--fa: "";--fa--fa: ""}.fa-message-slash{--fa: "";--fa--fa: ""}.fa-message-smile{--fa: "";--fa--fa: ""}.fa-message-sms{--fa: "";--fa--fa: ""}.fa-message-text{--fa: "";--fa--fa: ""}.fa-message-times,.fa-message-xmark{--fa: "";--fa--fa: ""}.fa-messages{--fa: "";--fa--fa: ""}.fa-messages-dollar{--fa: "";--fa--fa: ""}.fa-messages-question{--fa: "";--fa--fa: ""}.fa-messaging{--fa: "";--fa--fa: ""}.fa-meteor{--fa: "";--fa--fa: ""}.fa-meter{--fa: "";--fa--fa: ""}.fa-meter-bolt{--fa: "";--fa--fa: ""}.fa-meter-droplet{--fa: "";--fa--fa: ""}.fa-meter-fire{--fa: "";--fa--fa: ""}.fa-microchip{--fa: "";--fa--fa: ""}.fa-microchip-ai{--fa: "";--fa--fa: ""}.fa-microphone{--fa: "";--fa--fa: ""}.fa-microphone-alt{--fa: "";--fa--fa: ""}.fa-microphone-alt-slash{--fa: "";--fa--fa: ""}.fa-microphone-circle{--fa: "";--fa--fa: ""}.fa-microphone-circle-alt{--fa: "";--fa--fa: ""}.fa-microphone-lines{--fa: "";--fa--fa: ""}.fa-microphone-lines-slash{--fa: "";--fa--fa: ""}.fa-microphone-slash{--fa: "";--fa--fa: ""}.fa-microphone-stand{--fa: "";--fa--fa: ""}.fa-microscope{--fa: "";--fa--fa: ""}.fa-microwave{--fa: "";--fa--fa: ""}.fa-mill-sign{--fa: "";--fa--fa: ""}.fa-mind-share{--fa: "";--fa--fa: ""}.fa-minimize{--fa: "";--fa--fa: ""}.fa-minus{--fa: "";--fa--fa: ""}.fa-minus-circle{--fa: "";--fa--fa: ""}.fa-minus-hexagon{--fa: "";--fa--fa: ""}.fa-minus-large{--fa: "";--fa--fa: ""}.fa-minus-octagon{--fa: "";--fa--fa: ""}.fa-minus-square{--fa: "";--fa--fa: ""}.fa-mistletoe{--fa: "";--fa--fa: ""}.fa-mitten{--fa: "";--fa--fa: ""}.fa-mobile{--fa: "";--fa--fa: ""}.fa-mobile-alt{--fa: "";--fa--fa: ""}.fa-mobile-android{--fa: "";--fa--fa: ""}.fa-mobile-android-alt{--fa: "";--fa--fa: ""}.fa-mobile-button{--fa: "";--fa--fa: ""}.fa-mobile-iphone,.fa-mobile-notch{--fa: "";--fa--fa: ""}.fa-mobile-phone{--fa: "";--fa--fa: ""}.fa-mobile-retro{--fa: "";--fa--fa: ""}.fa-mobile-screen{--fa: "";--fa--fa: ""}.fa-mobile-screen-button{--fa: "";--fa--fa: ""}.fa-mobile-signal{--fa: "";--fa--fa: ""}.fa-mobile-signal-out{--fa: "";--fa--fa: ""}.fa-money-bill{--fa: "";--fa--fa: ""}.fa-money-bill-1{--fa: "";--fa--fa: ""}.fa-money-bill-1-wave{--fa: "";--fa--fa: ""}.fa-money-bill-alt{--fa: "";--fa--fa: ""}.fa-money-bill-simple{--fa: "";--fa--fa: ""}.fa-money-bill-simple-wave{--fa: "";--fa--fa: ""}.fa-money-bill-transfer{--fa: "";--fa--fa: ""}.fa-money-bill-trend-up{--fa: "";--fa--fa: ""}.fa-money-bill-wave{--fa: "";--fa--fa: ""}.fa-money-bill-wave-alt{--fa: "";--fa--fa: ""}.fa-money-bill-wheat{--fa: "";--fa--fa: ""}.fa-money-bills{--fa: "";--fa--fa: ""}.fa-money-bills-alt,.fa-money-bills-simple{--fa: "";--fa--fa: ""}.fa-money-check{--fa: "";--fa--fa: ""}.fa-money-check-alt,.fa-money-check-dollar{--fa: "";--fa--fa: ""}.fa-money-check-dollar-pen{--fa: "";--fa--fa: ""}.fa-money-check-edit{--fa: "";--fa--fa: ""}.fa-money-check-edit-alt{--fa: "";--fa--fa: ""}.fa-money-check-pen{--fa: "";--fa--fa: ""}.fa-money-from-bracket{--fa: "";--fa--fa: ""}.fa-money-simple-from-bracket{--fa: "";--fa--fa: ""}.fa-monitor-heart-rate,.fa-monitor-waveform{--fa: "";--fa--fa: ""}.fa-monkey{--fa: "";--fa--fa: ""}.fa-monument{--fa: "";--fa--fa: ""}.fa-moon{--fa: "";--fa--fa: ""}.fa-moon-cloud{--fa: "";--fa--fa: ""}.fa-moon-over-sun{--fa: "";--fa--fa: ""}.fa-moon-stars{--fa: "";--fa--fa: ""}.fa-moped{--fa: "";--fa--fa: ""}.fa-mortar-board{--fa: "";--fa--fa: ""}.fa-mortar-pestle{--fa: "";--fa--fa: ""}.fa-mosque{--fa: "";--fa--fa: ""}.fa-mosquito{--fa: "";--fa--fa: ""}.fa-mosquito-net{--fa: "";--fa--fa: ""}.fa-motorcycle{--fa: "";--fa--fa: ""}.fa-mound{--fa: "";--fa--fa: ""}.fa-mountain{--fa: "";--fa--fa: ""}.fa-mountain-city{--fa: "";--fa--fa: ""}.fa-mountain-sun{--fa: "";--fa--fa: ""}.fa-mountains{--fa: "";--fa--fa: ""}.fa-mouse{--fa: "";--fa--fa: ""}.fa-mouse-alt{--fa: "";--fa--fa: ""}.fa-mouse-field{--fa: "";--fa--fa: ""}.fa-mouse-pointer{--fa: "";--fa--fa: ""}.fa-mp3-player{--fa: "";--fa--fa: ""}.fa-mug{--fa: "";--fa--fa: ""}.fa-mug-hot{--fa: "";--fa--fa: ""}.fa-mug-marshmallows{--fa: "";--fa--fa: ""}.fa-mug-saucer{--fa: "";--fa--fa: ""}.fa-mug-tea{--fa: "";--fa--fa: ""}.fa-mug-tea-saucer{--fa: "";--fa--fa: ""}.fa-multiply{--fa: "";--fa--fa: ""}.fa-museum{--fa: "";--fa--fa: ""}.fa-mushroom{--fa: "";--fa--fa: ""}.fa-music{--fa: "";--fa--fa: ""}.fa-music-alt{--fa: "";--fa--fa: ""}.fa-music-alt-slash{--fa: "";--fa--fa: ""}.fa-music-magnifying-glass{--fa: "";--fa--fa: ""}.fa-music-note{--fa: "";--fa--fa: ""}.fa-music-note-slash{--fa: "";--fa--fa: ""}.fa-music-slash{--fa: "";--fa--fa: ""}.fa-mustache{--fa: "";--fa--fa: ""}.fa-n{--fa: "N";--fa--fa: "NN"}.fa-naira-sign{--fa: "";--fa--fa: ""}.fa-narwhal{--fa: "";--fa--fa: ""}.fa-navicon{--fa: "";--fa--fa: ""}.fa-nesting-dolls{--fa: "";--fa--fa: ""}.fa-network-wired{--fa: "";--fa--fa: ""}.fa-neuter{--fa: "";--fa--fa: ""}.fa-newspaper{--fa: "";--fa--fa: ""}.fa-nfc{--fa: "";--fa--fa: ""}.fa-nfc-lock{--fa: "";--fa--fa: ""}.fa-nfc-magnifying-glass{--fa: "";--fa--fa: ""}.fa-nfc-pen{--fa: "";--fa--fa: ""}.fa-nfc-signal{--fa: "";--fa--fa: ""}.fa-nfc-slash{--fa: "";--fa--fa: ""}.fa-nfc-symbol{--fa: "";--fa--fa: ""}.fa-nfc-trash{--fa: "";--fa--fa: ""}.fa-nigiri{--fa: "";--fa--fa: ""}.fa-nose{--fa: "";--fa--fa: ""}.fa-not-equal{--fa: "";--fa--fa: ""}.fa-notdef{--fa: "";--fa--fa: ""}.fa-note{--fa: "";--fa--fa: ""}.fa-note-medical{--fa: "";--fa--fa: ""}.fa-note-sticky{--fa: "";--fa--fa: ""}.fa-notebook{--fa: "";--fa--fa: ""}.fa-notes{--fa: "";--fa--fa: ""}.fa-notes-medical{--fa: "";--fa--fa: ""}.fa-o{--fa: "O";--fa--fa: "OO"}.fa-object-exclude{--fa: "";--fa--fa: ""}.fa-object-group{--fa: "";--fa--fa: ""}.fa-object-intersect{--fa: "";--fa--fa: ""}.fa-object-subtract{--fa: "";--fa--fa: ""}.fa-object-ungroup{--fa: "";--fa--fa: ""}.fa-object-union{--fa: "";--fa--fa: ""}.fa-objects-align-bottom{--fa: "";--fa--fa: ""}.fa-objects-align-center-horizontal{--fa: "";--fa--fa: ""}.fa-objects-align-center-vertical{--fa: "";--fa--fa: ""}.fa-objects-align-left{--fa: "";--fa--fa: ""}.fa-objects-align-right{--fa: "";--fa--fa: ""}.fa-objects-align-top{--fa: "";--fa--fa: ""}.fa-objects-column{--fa: "";--fa--fa: ""}.fa-octagon{--fa: "";--fa--fa: ""}.fa-octagon-check{--fa: "";--fa--fa: ""}.fa-octagon-divide{--fa: "";--fa--fa: ""}.fa-octagon-exclamation{--fa: "";--fa--fa: ""}.fa-octagon-minus{--fa: "";--fa--fa: ""}.fa-octagon-plus{--fa: "";--fa--fa: ""}.fa-octagon-xmark{--fa: "";--fa--fa: ""}.fa-octopus{--fa: "";--fa--fa: ""}.fa-oil-can{--fa: "";--fa--fa: ""}.fa-oil-can-drip{--fa: "";--fa--fa: ""}.fa-oil-temp,.fa-oil-temperature{--fa: "";--fa--fa: ""}.fa-oil-well{--fa: "";--fa--fa: ""}.fa-olive{--fa: "";--fa--fa: ""}.fa-olive-branch{--fa: "";--fa--fa: ""}.fa-om{--fa: "";--fa--fa: ""}.fa-omega{--fa: "";--fa--fa: ""}.fa-onion{--fa: "";--fa--fa: ""}.fa-option{--fa: "";--fa--fa: ""}.fa-ornament{--fa: "";--fa--fa: ""}.fa-otter{--fa: "";--fa--fa: ""}.fa-outdent{--fa: "";--fa--fa: ""}.fa-outlet{--fa: "";--fa--fa: ""}.fa-oven{--fa: "";--fa--fa: ""}.fa-overline{--fa: "";--fa--fa: ""}.fa-p{--fa: "P";--fa--fa: "PP"}.fa-page{--fa: "";--fa--fa: ""}.fa-page-break{--fa: "";--fa--fa: ""}.fa-page-caret-down{--fa: "";--fa--fa: ""}.fa-page-caret-up{--fa: "";--fa--fa: ""}.fa-pager{--fa: "";--fa--fa: ""}.fa-paint-brush{--fa: "";--fa--fa: ""}.fa-paint-brush-alt,.fa-paint-brush-fine{--fa: "";--fa--fa: ""}.fa-paint-roller{--fa: "";--fa--fa: ""}.fa-paintbrush{--fa: "";--fa--fa: ""}.fa-paintbrush-alt,.fa-paintbrush-fine{--fa: "";--fa--fa: ""}.fa-paintbrush-pencil{--fa: "";--fa--fa: ""}.fa-palette{--fa: "";--fa--fa: ""}.fa-palette-boxes{--fa: "";--fa--fa: ""}.fa-pallet{--fa: "";--fa--fa: ""}.fa-pallet-alt{--fa: "";--fa--fa: ""}.fa-pallet-box{--fa: "";--fa--fa: ""}.fa-pallet-boxes{--fa: "";--fa--fa: ""}.fa-pan-food{--fa: "";--fa--fa: ""}.fa-pan-frying{--fa: "";--fa--fa: ""}.fa-pancakes{--fa: "";--fa--fa: ""}.fa-panel-ews{--fa: "";--fa--fa: ""}.fa-panel-fire{--fa: "";--fa--fa: ""}.fa-panorama{--fa: "";--fa--fa: ""}.fa-paper-plane{--fa: "";--fa--fa: ""}.fa-paper-plane-alt,.fa-paper-plane-top{--fa: "";--fa--fa: ""}.fa-paperclip{--fa: "";--fa--fa: ""}.fa-paperclip-vertical{--fa: "";--fa--fa: ""}.fa-parachute-box{--fa: "";--fa--fa: ""}.fa-paragraph{--fa: "";--fa--fa: ""}.fa-paragraph-left,.fa-paragraph-rtl{--fa: "";--fa--fa: ""}.fa-parentheses{--fa: "";--fa--fa: ""}.fa-parenthesis{--fa: "(";--fa--fa: "(("}.fa-parking{--fa: "";--fa--fa: ""}.fa-parking-circle{--fa: "";--fa--fa: ""}.fa-parking-circle-slash{--fa: "";--fa--fa: ""}.fa-parking-slash{--fa: "";--fa--fa: ""}.fa-party-back{--fa: "";--fa--fa: ""}.fa-party-bell{--fa: "";--fa--fa: ""}.fa-party-horn{--fa: "";--fa--fa: ""}.fa-passport{--fa: "";--fa--fa: ""}.fa-pastafarianism{--fa: "";--fa--fa: ""}.fa-paste{--fa: "";--fa--fa: ""}.fa-pause{--fa: "";--fa--fa: ""}.fa-pause-circle{--fa: "";--fa--fa: ""}.fa-paw{--fa: "";--fa--fa: ""}.fa-paw-alt{--fa: "";--fa--fa: ""}.fa-paw-claws{--fa: "";--fa--fa: ""}.fa-paw-simple{--fa: "";--fa--fa: ""}.fa-peace{--fa: "";--fa--fa: ""}.fa-peach{--fa: "";--fa--fa: ""}.fa-peanut{--fa: "";--fa--fa: ""}.fa-peanuts{--fa: "";--fa--fa: ""}.fa-peapod{--fa: "";--fa--fa: ""}.fa-pear{--fa: "";--fa--fa: ""}.fa-pedestal{--fa: "";--fa--fa: ""}.fa-pegasus{--fa: "";--fa--fa: ""}.fa-pen{--fa: "";--fa--fa: ""}.fa-pen-alt{--fa: "";--fa--fa: ""}.fa-pen-alt-slash{--fa: "";--fa--fa: ""}.fa-pen-circle{--fa: "";--fa--fa: ""}.fa-pen-clip{--fa: "";--fa--fa: ""}.fa-pen-clip-slash{--fa: "";--fa--fa: ""}.fa-pen-fancy{--fa: "";--fa--fa: ""}.fa-pen-fancy-slash{--fa: "";--fa--fa: ""}.fa-pen-field{--fa: "";--fa--fa: ""}.fa-pen-line{--fa: "";--fa--fa: ""}.fa-pen-nib{--fa: "";--fa--fa: ""}.fa-pen-nib-slash{--fa: "";--fa--fa: ""}.fa-pen-paintbrush{--fa: "";--fa--fa: ""}.fa-pen-ruler{--fa: "";--fa--fa: ""}.fa-pen-slash{--fa: "";--fa--fa: ""}.fa-pen-square{--fa: "";--fa--fa: ""}.fa-pen-swirl{--fa: "";--fa--fa: ""}.fa-pen-to-square{--fa: "";--fa--fa: ""}.fa-pencil,.fa-pencil-alt{--fa: "";--fa--fa: ""}.fa-pencil-mechanical{--fa: "";--fa--fa: ""}.fa-pencil-paintbrush{--fa: "";--fa--fa: ""}.fa-pencil-ruler{--fa: "";--fa--fa: ""}.fa-pencil-slash{--fa: "";--fa--fa: ""}.fa-pencil-square{--fa: "";--fa--fa: ""}.fa-pennant{--fa: "";--fa--fa: ""}.fa-people{--fa: "";--fa--fa: ""}.fa-people-arrows,.fa-people-arrows-left-right{--fa: "";--fa--fa: ""}.fa-people-carry,.fa-people-carry-box{--fa: "";--fa--fa: ""}.fa-people-dress{--fa: "";--fa--fa: ""}.fa-people-dress-simple{--fa: "";--fa--fa: ""}.fa-people-group{--fa: "";--fa--fa: ""}.fa-people-line{--fa: "";--fa--fa: ""}.fa-people-pants{--fa: "";--fa--fa: ""}.fa-people-pants-simple{--fa: "";--fa--fa: ""}.fa-people-pulling{--fa: "";--fa--fa: ""}.fa-people-robbery{--fa: "";--fa--fa: ""}.fa-people-roof{--fa: "";--fa--fa: ""}.fa-people-simple{--fa: "";--fa--fa: ""}.fa-pepper{--fa: "";--fa--fa: ""}.fa-pepper-hot{--fa: "";--fa--fa: ""}.fa-percent,.fa-percentage{--fa: "%";--fa--fa: "%%"}.fa-period{--fa: ".";--fa--fa: ".."}.fa-person{--fa: "";--fa--fa: ""}.fa-person-arrow-down-to-line{--fa: "";--fa--fa: ""}.fa-person-arrow-up-from-line{--fa: "";--fa--fa: ""}.fa-person-biking{--fa: "";--fa--fa: ""}.fa-person-biking-mountain{--fa: "";--fa--fa: ""}.fa-person-booth{--fa: "";--fa--fa: ""}.fa-person-breastfeeding{--fa: "";--fa--fa: ""}.fa-person-burst{--fa: "";--fa--fa: ""}.fa-person-cane{--fa: "";--fa--fa: ""}.fa-person-carry,.fa-person-carry-box{--fa: "";--fa--fa: ""}.fa-person-chalkboard{--fa: "";--fa--fa: ""}.fa-person-circle-check{--fa: "";--fa--fa: ""}.fa-person-circle-exclamation{--fa: "";--fa--fa: ""}.fa-person-circle-minus{--fa: "";--fa--fa: ""}.fa-person-circle-plus{--fa: "";--fa--fa: ""}.fa-person-circle-question{--fa: "";--fa--fa: ""}.fa-person-circle-xmark{--fa: "";--fa--fa: ""}.fa-person-digging{--fa: "";--fa--fa: ""}.fa-person-dolly{--fa: "";--fa--fa: ""}.fa-person-dolly-empty{--fa: "";--fa--fa: ""}.fa-person-dots-from-line{--fa: "";--fa--fa: ""}.fa-person-dress{--fa: "";--fa--fa: ""}.fa-person-dress-burst{--fa: "";--fa--fa: ""}.fa-person-dress-fairy{--fa: "";--fa--fa: ""}.fa-person-dress-simple{--fa: "";--fa--fa: ""}.fa-person-drowning{--fa: "";--fa--fa: ""}.fa-person-fairy{--fa: "";--fa--fa: ""}.fa-person-falling{--fa: "";--fa--fa: ""}.fa-person-falling-burst{--fa: "";--fa--fa: ""}.fa-person-from-portal{--fa: "";--fa--fa: ""}.fa-person-half-dress{--fa: "";--fa--fa: ""}.fa-person-harassing{--fa: "";--fa--fa: ""}.fa-person-hiking{--fa: "";--fa--fa: ""}.fa-person-military-pointing{--fa: "";--fa--fa: ""}.fa-person-military-rifle{--fa: "";--fa--fa: ""}.fa-person-military-to-person{--fa: "";--fa--fa: ""}.fa-person-pinball{--fa: "";--fa--fa: ""}.fa-person-praying{--fa: "";--fa--fa: ""}.fa-person-pregnant{--fa: "";--fa--fa: ""}.fa-person-rays{--fa: "";--fa--fa: ""}.fa-person-rifle{--fa: "";--fa--fa: ""}.fa-person-running{--fa: "";--fa--fa: ""}.fa-person-running-fast{--fa: "";--fa--fa: ""}.fa-person-seat{--fa: "";--fa--fa: ""}.fa-person-seat-reclined{--fa: "";--fa--fa: ""}.fa-person-shelter{--fa: "";--fa--fa: ""}.fa-person-sign{--fa: "";--fa--fa: ""}.fa-person-simple{--fa: "";--fa--fa: ""}.fa-person-skating{--fa: "";--fa--fa: ""}.fa-person-ski-jumping{--fa: "";--fa--fa: ""}.fa-person-ski-lift{--fa: "";--fa--fa: ""}.fa-person-skiing{--fa: "";--fa--fa: ""}.fa-person-skiing-nordic{--fa: "";--fa--fa: ""}.fa-person-sledding{--fa: "";--fa--fa: ""}.fa-person-snowboarding{--fa: "";--fa--fa: ""}.fa-person-snowmobiling{--fa: "";--fa--fa: ""}.fa-person-swimming{--fa: "";--fa--fa: ""}.fa-person-through-window{--fa: "";--fa--fa: ""}.fa-person-to-door{--fa: "";--fa--fa: ""}.fa-person-to-portal{--fa: "";--fa--fa: ""}.fa-person-walking{--fa: "";--fa--fa: ""}.fa-person-walking-arrow-loop-left{--fa: "";--fa--fa: ""}.fa-person-walking-arrow-right{--fa: "";--fa--fa: ""}.fa-person-walking-dashed-line-arrow-right{--fa: "";--fa--fa: ""}.fa-person-walking-luggage{--fa: "";--fa--fa: ""}.fa-person-walking-with-cane{--fa: "";--fa--fa: ""}.fa-peseta-sign{--fa: "";--fa--fa: ""}.fa-peso-sign{--fa: "";--fa--fa: ""}.fa-phone{--fa: "";--fa--fa: ""}.fa-phone-alt{--fa: "";--fa--fa: ""}.fa-phone-arrow-down,.fa-phone-arrow-down-left{--fa: "";--fa--fa: ""}.fa-phone-arrow-right{--fa: "";--fa--fa: ""}.fa-phone-arrow-up,.fa-phone-arrow-up-right{--fa: "";--fa--fa: ""}.fa-phone-circle{--fa: "";--fa--fa: ""}.fa-phone-circle-alt{--fa: "";--fa--fa: ""}.fa-phone-circle-down{--fa: "";--fa--fa: ""}.fa-phone-flip{--fa: "";--fa--fa: ""}.fa-phone-hangup{--fa: "";--fa--fa: ""}.fa-phone-incoming{--fa: "";--fa--fa: ""}.fa-phone-intercom{--fa: "";--fa--fa: ""}.fa-phone-laptop{--fa: "";--fa--fa: ""}.fa-phone-missed{--fa: "";--fa--fa: ""}.fa-phone-office{--fa: "";--fa--fa: ""}.fa-phone-outgoing{--fa: "";--fa--fa: ""}.fa-phone-plus{--fa: "";--fa--fa: ""}.fa-phone-rotary{--fa: "";--fa--fa: ""}.fa-phone-slash{--fa: "";--fa--fa: ""}.fa-phone-square{--fa: "";--fa--fa: ""}.fa-phone-square-alt{--fa: "";--fa--fa: ""}.fa-phone-square-down{--fa: "";--fa--fa: ""}.fa-phone-volume{--fa: "";--fa--fa: ""}.fa-phone-xmark{--fa: "";--fa--fa: ""}.fa-photo-film{--fa: "";--fa--fa: ""}.fa-photo-film-music{--fa: "";--fa--fa: ""}.fa-photo-video{--fa: "";--fa--fa: ""}.fa-pi{--fa: "";--fa--fa: ""}.fa-piano{--fa: "";--fa--fa: ""}.fa-piano-keyboard{--fa: "";--fa--fa: ""}.fa-pickaxe{--fa: "";--fa--fa: ""}.fa-pickleball{--fa: "";--fa--fa: ""}.fa-pie{--fa: "";--fa--fa: ""}.fa-pie-chart{--fa: "";--fa--fa: ""}.fa-pig{--fa: "";--fa--fa: ""}.fa-piggy-bank{--fa: "";--fa--fa: ""}.fa-pills{--fa: "";--fa--fa: ""}.fa-pinata{--fa: "";--fa--fa: ""}.fa-pinball{--fa: "";--fa--fa: ""}.fa-pineapple{--fa: "";--fa--fa: ""}.fa-ping-pong-paddle-ball{--fa: "";--fa--fa: ""}.fa-pipe{--fa: "|";--fa--fa: "||"}.fa-pipe-circle-check{--fa: "";--fa--fa: ""}.fa-pipe-collar{--fa: "";--fa--fa: ""}.fa-pipe-section{--fa: "";--fa--fa: ""}.fa-pipe-smoking{--fa: "";--fa--fa: ""}.fa-pipe-valve{--fa: "";--fa--fa: ""}.fa-pizza{--fa: "";--fa--fa: ""}.fa-pizza-slice{--fa: "";--fa--fa: ""}.fa-place-of-worship{--fa: "";--fa--fa: ""}.fa-plane{--fa: "";--fa--fa: ""}.fa-plane-alt{--fa: "";--fa--fa: ""}.fa-plane-arrival{--fa: "";--fa--fa: ""}.fa-plane-circle-check{--fa: "";--fa--fa: ""}.fa-plane-circle-exclamation{--fa: "";--fa--fa: ""}.fa-plane-circle-xmark{--fa: "";--fa--fa: ""}.fa-plane-departure{--fa: "";--fa--fa: ""}.fa-plane-engines{--fa: "";--fa--fa: ""}.fa-plane-lock{--fa: "";--fa--fa: ""}.fa-plane-prop{--fa: "";--fa--fa: ""}.fa-plane-slash{--fa: "";--fa--fa: ""}.fa-plane-tail{--fa: "";--fa--fa: ""}.fa-plane-up{--fa: "";--fa--fa: ""}.fa-plane-up-slash{--fa: "";--fa--fa: ""}.fa-planet-moon{--fa: "";--fa--fa: ""}.fa-planet-ringed{--fa: "";--fa--fa: ""}.fa-plant-wilt{--fa: "";--fa--fa: ""}.fa-plate-utensils{--fa: "";--fa--fa: ""}.fa-plate-wheat{--fa: "";--fa--fa: ""}.fa-play{--fa: "";--fa--fa: ""}.fa-play-circle{--fa: "";--fa--fa: ""}.fa-play-pause{--fa: "";--fa--fa: ""}.fa-plug{--fa: "";--fa--fa: ""}.fa-plug-circle-bolt{--fa: "";--fa--fa: ""}.fa-plug-circle-check{--fa: "";--fa--fa: ""}.fa-plug-circle-exclamation{--fa: "";--fa--fa: ""}.fa-plug-circle-minus{--fa: "";--fa--fa: ""}.fa-plug-circle-plus{--fa: "";--fa--fa: ""}.fa-plug-circle-xmark{--fa: "";--fa--fa: ""}.fa-plus{--fa: "+";--fa--fa: "++"}.fa-plus-circle{--fa: "";--fa--fa: ""}.fa-plus-hexagon{--fa: "";--fa--fa: ""}.fa-plus-large{--fa: "";--fa--fa: ""}.fa-plus-minus{--fa: "";--fa--fa: ""}.fa-plus-octagon{--fa: "";--fa--fa: ""}.fa-plus-square{--fa: "";--fa--fa: ""}.fa-podcast{--fa: "";--fa--fa: ""}.fa-podium{--fa: "";--fa--fa: ""}.fa-podium-star{--fa: "";--fa--fa: ""}.fa-police-box{--fa: "";--fa--fa: ""}.fa-poll{--fa: "";--fa--fa: ""}.fa-poll-h{--fa: "";--fa--fa: ""}.fa-poll-people{--fa: "";--fa--fa: ""}.fa-pompebled{--fa: "";--fa--fa: ""}.fa-poo{--fa: "";--fa--fa: ""}.fa-poo-bolt,.fa-poo-storm{--fa: "";--fa--fa: ""}.fa-pool-8-ball{--fa: "";--fa--fa: ""}.fa-poop{--fa: "";--fa--fa: ""}.fa-popcorn{--fa: "";--fa--fa: ""}.fa-popsicle{--fa: "";--fa--fa: ""}.fa-portal-enter{--fa: "";--fa--fa: ""}.fa-portal-exit{--fa: "";--fa--fa: ""}.fa-portrait{--fa: "";--fa--fa: ""}.fa-pot-food{--fa: "";--fa--fa: ""}.fa-potato{--fa: "";--fa--fa: ""}.fa-pound-sign{--fa: "";--fa--fa: ""}.fa-power-off{--fa: "";--fa--fa: ""}.fa-pray{--fa: "";--fa--fa: ""}.fa-praying-hands{--fa: "";--fa--fa: ""}.fa-prescription{--fa: "";--fa--fa: ""}.fa-prescription-bottle{--fa: "";--fa--fa: ""}.fa-prescription-bottle-alt,.fa-prescription-bottle-medical{--fa: "";--fa--fa: ""}.fa-prescription-bottle-pill{--fa: "";--fa--fa: ""}.fa-presentation,.fa-presentation-screen{--fa: "";--fa--fa: ""}.fa-pretzel{--fa: "";--fa--fa: ""}.fa-print{--fa: "";--fa--fa: ""}.fa-print-magnifying-glass,.fa-print-search{--fa: "";--fa--fa: ""}.fa-print-slash{--fa: "";--fa--fa: ""}.fa-pro{--fa: "";--fa--fa: ""}.fa-procedures{--fa: "";--fa--fa: ""}.fa-project-diagram{--fa: "";--fa--fa: ""}.fa-projector{--fa: "";--fa--fa: ""}.fa-pronoun{--fa: "";--fa--fa: ""}.fa-pump{--fa: "";--fa--fa: ""}.fa-pump-medical{--fa: "";--fa--fa: ""}.fa-pump-soap{--fa: "";--fa--fa: ""}.fa-pumpkin{--fa: "";--fa--fa: ""}.fa-puzzle{--fa: "";--fa--fa: ""}.fa-puzzle-piece{--fa: "";--fa--fa: ""}.fa-puzzle-piece-alt,.fa-puzzle-piece-simple{--fa: "";--fa--fa: ""}.fa-q{--fa: "Q";--fa--fa: "QQ"}.fa-qrcode{--fa: "";--fa--fa: ""}.fa-question{--fa: "?";--fa--fa: "??"}.fa-question-circle{--fa: "";--fa--fa: ""}.fa-question-square{--fa: "";--fa--fa: ""}.fa-quidditch,.fa-quidditch-broom-ball{--fa: "";--fa--fa: ""}.fa-quote-left,.fa-quote-left-alt{--fa: "";--fa--fa: ""}.fa-quote-right,.fa-quote-right-alt{--fa: "";--fa--fa: ""}.fa-quotes{--fa: "";--fa--fa: ""}.fa-quran{--fa: "";--fa--fa: ""}.fa-r{--fa: "R";--fa--fa: "RR"}.fa-rabbit{--fa: "";--fa--fa: ""}.fa-rabbit-fast,.fa-rabbit-running{--fa: "";--fa--fa: ""}.fa-raccoon{--fa: "";--fa--fa: ""}.fa-racquet{--fa: "";--fa--fa: ""}.fa-radar{--fa: "";--fa--fa: ""}.fa-radiation{--fa: "";--fa--fa: ""}.fa-radiation-alt{--fa: "";--fa--fa: ""}.fa-radio{--fa: "";--fa--fa: ""}.fa-radio-alt,.fa-radio-tuner{--fa: "";--fa--fa: ""}.fa-rainbow{--fa: "";--fa--fa: ""}.fa-raindrops{--fa: "";--fa--fa: ""}.fa-ram{--fa: "";--fa--fa: ""}.fa-ramp-loading{--fa: "";--fa--fa: ""}.fa-random{--fa: "";--fa--fa: ""}.fa-ranking-star{--fa: "";--fa--fa: ""}.fa-raygun{--fa: "";--fa--fa: ""}.fa-receipt{--fa: "";--fa--fa: ""}.fa-record-vinyl{--fa: "";--fa--fa: ""}.fa-rectangle{--fa: "";--fa--fa: ""}.fa-rectangle-ad{--fa: "";--fa--fa: ""}.fa-rectangle-barcode{--fa: "";--fa--fa: ""}.fa-rectangle-code{--fa: "";--fa--fa: ""}.fa-rectangle-hd{--fa: "";--fa--fa: ""}.fa-rectangle-history{--fa: "";--fa--fa: ""}.fa-rectangle-history-circle-plus{--fa: "";--fa--fa: ""}.fa-rectangle-history-circle-user{--fa: "";--fa--fa: ""}.fa-rectangle-landscape{--fa: "";--fa--fa: ""}.fa-rectangle-list{--fa: "";--fa--fa: ""}.fa-rectangle-portrait{--fa: "";--fa--fa: ""}.fa-rectangle-pro{--fa: "";--fa--fa: ""}.fa-rectangle-sd{--fa: "";--fa--fa: ""}.fa-rectangle-terminal{--fa: "";--fa--fa: ""}.fa-rectangle-times{--fa: "";--fa--fa: ""}.fa-rectangle-vertical{--fa: "";--fa--fa: ""}.fa-rectangle-vertical-history{--fa: "";--fa--fa: ""}.fa-rectangle-wide{--fa: "";--fa--fa: ""}.fa-rectangle-xmark{--fa: "";--fa--fa: ""}.fa-rectangles-mixed{--fa: "";--fa--fa: ""}.fa-recycle{--fa: "";--fa--fa: ""}.fa-redo{--fa: "";--fa--fa: ""}.fa-redo-alt{--fa: "";--fa--fa: ""}.fa-reel{--fa: "";--fa--fa: ""}.fa-reflect-both{--fa: "";--fa--fa: ""}.fa-reflect-horizontal{--fa: "";--fa--fa: ""}.fa-reflect-vertical{--fa: "";--fa--fa: ""}.fa-refresh{--fa: "";--fa--fa: ""}.fa-refrigerator{--fa: "";--fa--fa: ""}.fa-registered{--fa: "";--fa--fa: ""}.fa-remove{--fa: "";--fa--fa: ""}.fa-remove-format{--fa: "";--fa--fa: ""}.fa-reorder{--fa: "";--fa--fa: ""}.fa-repeat{--fa: "";--fa--fa: ""}.fa-repeat-1{--fa: "";--fa--fa: ""}.fa-repeat-1-alt{--fa: "";--fa--fa: ""}.fa-repeat-alt{--fa: "";--fa--fa: ""}.fa-reply{--fa: "";--fa--fa: ""}.fa-reply-all{--fa: "";--fa--fa: ""}.fa-reply-clock,.fa-reply-time{--fa: "";--fa--fa: ""}.fa-republican{--fa: "";--fa--fa: ""}.fa-restroom{--fa: "";--fa--fa: ""}.fa-restroom-simple{--fa: "";--fa--fa: ""}.fa-retweet{--fa: "";--fa--fa: ""}.fa-retweet-alt{--fa: "";--fa--fa: ""}.fa-rhombus{--fa: "";--fa--fa: ""}.fa-ribbon{--fa: "";--fa--fa: ""}.fa-right{--fa: "";--fa--fa: ""}.fa-right-from-bracket{--fa: "";--fa--fa: ""}.fa-right-from-line{--fa: "";--fa--fa: ""}.fa-right-left{--fa: "";--fa--fa: ""}.fa-right-left-large{--fa: "";--fa--fa: ""}.fa-right-long{--fa: "";--fa--fa: ""}.fa-right-long-to-line{--fa: "";--fa--fa: ""}.fa-right-to-bracket{--fa: "";--fa--fa: ""}.fa-right-to-line{--fa: "";--fa--fa: ""}.fa-ring{--fa: "";--fa--fa: ""}.fa-ring-diamond{--fa: "";--fa--fa: ""}.fa-rings-wedding{--fa: "";--fa--fa: ""}.fa-rmb{--fa: "";--fa--fa: ""}.fa-road{--fa: "";--fa--fa: ""}.fa-road-barrier{--fa: "";--fa--fa: ""}.fa-road-bridge{--fa: "";--fa--fa: ""}.fa-road-circle-check{--fa: "";--fa--fa: ""}.fa-road-circle-exclamation{--fa: "";--fa--fa: ""}.fa-road-circle-xmark{--fa: "";--fa--fa: ""}.fa-road-lock{--fa: "";--fa--fa: ""}.fa-road-spikes{--fa: "";--fa--fa: ""}.fa-robot{--fa: "";--fa--fa: ""}.fa-robot-astromech{--fa: "";--fa--fa: ""}.fa-rocket{--fa: "";--fa--fa: ""}.fa-rocket-launch{--fa: "";--fa--fa: ""}.fa-rod-asclepius,.fa-rod-snake{--fa: "";--fa--fa: ""}.fa-roller-coaster{--fa: "";--fa--fa: ""}.fa-rotate{--fa: "";--fa--fa: ""}.fa-rotate-back,.fa-rotate-backward{--fa: "";--fa--fa: ""}.fa-rotate-exclamation{--fa: "";--fa--fa: ""}.fa-rotate-forward{--fa: "";--fa--fa: ""}.fa-rotate-left{--fa: "";--fa--fa: ""}.fa-rotate-reverse{--fa: "";--fa--fa: ""}.fa-rotate-right{--fa: "";--fa--fa: ""}.fa-rouble{--fa: "";--fa--fa: ""}.fa-route{--fa: "";--fa--fa: ""}.fa-route-highway{--fa: "";--fa--fa: ""}.fa-route-interstate{--fa: "";--fa--fa: ""}.fa-router{--fa: "";--fa--fa: ""}.fa-rows{--fa: "";--fa--fa: ""}.fa-rss{--fa: "";--fa--fa: ""}.fa-rss-square{--fa: "";--fa--fa: ""}.fa-rub,.fa-ruble,.fa-ruble-sign{--fa: "";--fa--fa: ""}.fa-rug{--fa: "";--fa--fa: ""}.fa-rugby-ball{--fa: "";--fa--fa: ""}.fa-ruler{--fa: "";--fa--fa: ""}.fa-ruler-combined{--fa: "";--fa--fa: ""}.fa-ruler-horizontal{--fa: "";--fa--fa: ""}.fa-ruler-triangle{--fa: "";--fa--fa: ""}.fa-ruler-vertical{--fa: "";--fa--fa: ""}.fa-running{--fa: "";--fa--fa: ""}.fa-rupee,.fa-rupee-sign{--fa: "";--fa--fa: ""}.fa-rupiah-sign{--fa: "";--fa--fa: ""}.fa-rv{--fa: "";--fa--fa: ""}.fa-s{--fa: "S";--fa--fa: "SS"}.fa-sack{--fa: "";--fa--fa: ""}.fa-sack-dollar{--fa: "";--fa--fa: ""}.fa-sack-xmark{--fa: "";--fa--fa: ""}.fa-sad-cry{--fa: "";--fa--fa: ""}.fa-sad-tear{--fa: "";--fa--fa: ""}.fa-sailboat{--fa: "";--fa--fa: ""}.fa-salad{--fa: "";--fa--fa: ""}.fa-salt-shaker{--fa: "";--fa--fa: ""}.fa-sandwich{--fa: "";--fa--fa: ""}.fa-satellite{--fa: "";--fa--fa: ""}.fa-satellite-dish{--fa: "";--fa--fa: ""}.fa-sausage{--fa: "";--fa--fa: ""}.fa-save{--fa: "";--fa--fa: ""}.fa-save-circle-arrow-right{--fa: "";--fa--fa: ""}.fa-save-circle-xmark,.fa-save-times{--fa: "";--fa--fa: ""}.fa-sax-hot{--fa: "";--fa--fa: ""}.fa-saxophone{--fa: "";--fa--fa: ""}.fa-saxophone-fire{--fa: "";--fa--fa: ""}.fa-scale-balanced{--fa: "";--fa--fa: ""}.fa-scale-unbalanced{--fa: "";--fa--fa: ""}.fa-scale-unbalanced-flip{--fa: "";--fa--fa: ""}.fa-scalpel{--fa: "";--fa--fa: ""}.fa-scalpel-line-dashed,.fa-scalpel-path{--fa: "";--fa--fa: ""}.fa-scanner,.fa-scanner-gun{--fa: "";--fa--fa: ""}.fa-scanner-image{--fa: "";--fa--fa: ""}.fa-scanner-keyboard{--fa: "";--fa--fa: ""}.fa-scanner-touchscreen{--fa: "";--fa--fa: ""}.fa-scarecrow{--fa: "";--fa--fa: ""}.fa-scarf{--fa: "";--fa--fa: ""}.fa-school{--fa: "";--fa--fa: ""}.fa-school-circle-check{--fa: "";--fa--fa: ""}.fa-school-circle-exclamation{--fa: "";--fa--fa: ""}.fa-school-circle-xmark{--fa: "";--fa--fa: ""}.fa-school-flag{--fa: "";--fa--fa: ""}.fa-school-lock{--fa: "";--fa--fa: ""}.fa-scissors{--fa: "";--fa--fa: ""}.fa-screen-users{--fa: "";--fa--fa: ""}.fa-screencast{--fa: "";--fa--fa: ""}.fa-screenshot{--fa: "";--fa--fa: ""}.fa-screwdriver{--fa: "";--fa--fa: ""}.fa-screwdriver-wrench{--fa: "";--fa--fa: ""}.fa-scribble{--fa: "";--fa--fa: ""}.fa-scroll{--fa: "";--fa--fa: ""}.fa-scroll-old{--fa: "";--fa--fa: ""}.fa-scroll-ribbon{--fa: "";--fa--fa: ""}.fa-scroll-torah{--fa: "";--fa--fa: ""}.fa-scrubber{--fa: "";--fa--fa: ""}.fa-scythe{--fa: "";--fa--fa: ""}.fa-sd-card{--fa: "";--fa--fa: ""}.fa-sd-cards{--fa: "";--fa--fa: ""}.fa-seal{--fa: "";--fa--fa: ""}.fa-seal-exclamation{--fa: "";--fa--fa: ""}.fa-seal-question{--fa: "";--fa--fa: ""}.fa-search{--fa: "";--fa--fa: ""}.fa-search-dollar{--fa: "";--fa--fa: ""}.fa-search-location{--fa: "";--fa--fa: ""}.fa-search-minus{--fa: "";--fa--fa: ""}.fa-search-plus{--fa: "";--fa--fa: ""}.fa-seat-airline{--fa: "";--fa--fa: ""}.fa-section{--fa: "";--fa--fa: ""}.fa-seedling{--fa: "";--fa--fa: ""}.fa-semicolon{--fa: ";";--fa--fa: ";;"}.fa-send{--fa: "";--fa--fa: ""}.fa-send-back{--fa: "";--fa--fa: ""}.fa-send-backward{--fa: "";--fa--fa: ""}.fa-sensor{--fa: "";--fa--fa: ""}.fa-sensor-alert{--fa: "";--fa--fa: ""}.fa-sensor-cloud{--fa: "";--fa--fa: ""}.fa-sensor-fire{--fa: "";--fa--fa: ""}.fa-sensor-on{--fa: "";--fa--fa: ""}.fa-sensor-smoke{--fa: "";--fa--fa: ""}.fa-sensor-triangle-exclamation{--fa: "";--fa--fa: ""}.fa-server{--fa: "";--fa--fa: ""}.fa-shapes{--fa: "";--fa--fa: ""}.fa-share{--fa: "";--fa--fa: ""}.fa-share-all{--fa: "";--fa--fa: ""}.fa-share-alt{--fa: "";--fa--fa: ""}.fa-share-alt-square{--fa: "";--fa--fa: ""}.fa-share-from-square{--fa: "";--fa--fa: ""}.fa-share-nodes{--fa: "";--fa--fa: ""}.fa-share-square{--fa: "";--fa--fa: ""}.fa-sheep{--fa: "";--fa--fa: ""}.fa-sheet-plastic{--fa: "";--fa--fa: ""}.fa-shekel,.fa-shekel-sign{--fa: "";--fa--fa: ""}.fa-shelves{--fa: "";--fa--fa: ""}.fa-shelves-empty{--fa: "";--fa--fa: ""}.fa-sheqel,.fa-sheqel-sign{--fa: "";--fa--fa: ""}.fa-shield{--fa: "";--fa--fa: ""}.fa-shield-alt{--fa: "";--fa--fa: ""}.fa-shield-blank{--fa: "";--fa--fa: ""}.fa-shield-cat{--fa: "";--fa--fa: ""}.fa-shield-check{--fa: "";--fa--fa: ""}.fa-shield-cross{--fa: "";--fa--fa: ""}.fa-shield-dog{--fa: "";--fa--fa: ""}.fa-shield-exclamation{--fa: "";--fa--fa: ""}.fa-shield-halved{--fa: "";--fa--fa: ""}.fa-shield-heart{--fa: "";--fa--fa: ""}.fa-shield-keyhole{--fa: "";--fa--fa: ""}.fa-shield-minus{--fa: "";--fa--fa: ""}.fa-shield-plus{--fa: "";--fa--fa: ""}.fa-shield-quartered{--fa: "";--fa--fa: ""}.fa-shield-slash{--fa: "";--fa--fa: ""}.fa-shield-times{--fa: "";--fa--fa: ""}.fa-shield-virus{--fa: "";--fa--fa: ""}.fa-shield-xmark{--fa: "";--fa--fa: ""}.fa-ship{--fa: "";--fa--fa: ""}.fa-shipping-fast{--fa: "";--fa--fa: ""}.fa-shipping-timed{--fa: "";--fa--fa: ""}.fa-shirt{--fa: "";--fa--fa: ""}.fa-shirt-long-sleeve{--fa: "";--fa--fa: ""}.fa-shirt-running{--fa: "";--fa--fa: ""}.fa-shirt-tank-top{--fa: "";--fa--fa: ""}.fa-shish-kebab{--fa: "";--fa--fa: ""}.fa-shoe-prints{--fa: "";--fa--fa: ""}.fa-shop{--fa: "";--fa--fa: ""}.fa-shop-lock{--fa: "";--fa--fa: ""}.fa-shop-slash{--fa: "";--fa--fa: ""}.fa-shopping-bag{--fa: "";--fa--fa: ""}.fa-shopping-basket{--fa: "";--fa--fa: ""}.fa-shopping-basket-alt{--fa: "";--fa--fa: ""}.fa-shopping-cart{--fa: "";--fa--fa: ""}.fa-shortcake{--fa: "";--fa--fa: ""}.fa-shovel{--fa: "";--fa--fa: ""}.fa-shovel-snow{--fa: "";--fa--fa: ""}.fa-shower{--fa: "";--fa--fa: ""}.fa-shower-alt,.fa-shower-down{--fa: "";--fa--fa: ""}.fa-shredder{--fa: "";--fa--fa: ""}.fa-shrimp{--fa: "";--fa--fa: ""}.fa-shuffle{--fa: "";--fa--fa: ""}.fa-shutters{--fa: "";--fa--fa: ""}.fa-shuttle-space{--fa: "";--fa--fa: ""}.fa-shuttle-van{--fa: "";--fa--fa: ""}.fa-shuttlecock{--fa: "";--fa--fa: ""}.fa-sickle{--fa: "";--fa--fa: ""}.fa-sidebar{--fa: "";--fa--fa: ""}.fa-sidebar-flip{--fa: "";--fa--fa: ""}.fa-sigma{--fa: "";--fa--fa: ""}.fa-sign,.fa-sign-hanging{--fa: "";--fa--fa: ""}.fa-sign-in{--fa: "";--fa--fa: ""}.fa-sign-in-alt{--fa: "";--fa--fa: ""}.fa-sign-language{--fa: "";--fa--fa: ""}.fa-sign-out{--fa: "";--fa--fa: ""}.fa-sign-out-alt{--fa: "";--fa--fa: ""}.fa-sign-post{--fa: "";--fa--fa: ""}.fa-sign-posts{--fa: "";--fa--fa: ""}.fa-sign-posts-wrench{--fa: "";--fa--fa: ""}.fa-signal{--fa: "";--fa--fa: ""}.fa-signal-1{--fa: "";--fa--fa: ""}.fa-signal-2{--fa: "";--fa--fa: ""}.fa-signal-3{--fa: "";--fa--fa: ""}.fa-signal-4{--fa: "";--fa--fa: ""}.fa-signal-5{--fa: "";--fa--fa: ""}.fa-signal-alt{--fa: "";--fa--fa: ""}.fa-signal-alt-1{--fa: "";--fa--fa: ""}.fa-signal-alt-2{--fa: "";--fa--fa: ""}.fa-signal-alt-3{--fa: "";--fa--fa: ""}.fa-signal-alt-4{--fa: "";--fa--fa: ""}.fa-signal-alt-slash{--fa: "";--fa--fa: ""}.fa-signal-bars{--fa: "";--fa--fa: ""}.fa-signal-bars-fair{--fa: "";--fa--fa: ""}.fa-signal-bars-good{--fa: "";--fa--fa: ""}.fa-signal-bars-slash{--fa: "";--fa--fa: ""}.fa-signal-bars-strong{--fa: "";--fa--fa: ""}.fa-signal-bars-weak{--fa: "";--fa--fa: ""}.fa-signal-fair{--fa: "";--fa--fa: ""}.fa-signal-good{--fa: "";--fa--fa: ""}.fa-signal-perfect{--fa: "";--fa--fa: ""}.fa-signal-slash{--fa: "";--fa--fa: ""}.fa-signal-stream{--fa: "";--fa--fa: ""}.fa-signal-stream-slash{--fa: "";--fa--fa: ""}.fa-signal-strong{--fa: "";--fa--fa: ""}.fa-signal-weak{--fa: "";--fa--fa: ""}.fa-signature{--fa: "";--fa--fa: ""}.fa-signature-lock{--fa: "";--fa--fa: ""}.fa-signature-slash{--fa: "";--fa--fa: ""}.fa-signing{--fa: "";--fa--fa: ""}.fa-signs-post{--fa: "";--fa--fa: ""}.fa-sim-card{--fa: "";--fa--fa: ""}.fa-sim-cards{--fa: "";--fa--fa: ""}.fa-sink{--fa: "";--fa--fa: ""}.fa-siren{--fa: "";--fa--fa: ""}.fa-siren-on{--fa: "";--fa--fa: ""}.fa-sitemap{--fa: "";--fa--fa: ""}.fa-skating{--fa: "";--fa--fa: ""}.fa-skeleton{--fa: "";--fa--fa: ""}.fa-skeleton-ribs{--fa: "";--fa--fa: ""}.fa-ski-boot{--fa: "";--fa--fa: ""}.fa-ski-boot-ski{--fa: "";--fa--fa: ""}.fa-ski-jump{--fa: "";--fa--fa: ""}.fa-ski-lift{--fa: "";--fa--fa: ""}.fa-skiing{--fa: "";--fa--fa: ""}.fa-skiing-nordic{--fa: "";--fa--fa: ""}.fa-skull{--fa: "";--fa--fa: ""}.fa-skull-cow{--fa: "";--fa--fa: ""}.fa-skull-crossbones{--fa: "";--fa--fa: ""}.fa-slash{--fa: "";--fa--fa: ""}.fa-slash-back{--fa: "\\";--fa--fa: "\\\\"}.fa-slash-forward{--fa: "/";--fa--fa: "//"}.fa-sledding{--fa: "";--fa--fa: ""}.fa-sleigh{--fa: "";--fa--fa: ""}.fa-slider{--fa: "";--fa--fa: ""}.fa-sliders,.fa-sliders-h{--fa: "";--fa--fa: ""}.fa-sliders-h-square{--fa: "";--fa--fa: ""}.fa-sliders-simple{--fa: "";--fa--fa: ""}.fa-sliders-up,.fa-sliders-v{--fa: "";--fa--fa: ""}.fa-sliders-v-square{--fa: "";--fa--fa: ""}.fa-slot-machine{--fa: "";--fa--fa: ""}.fa-smile{--fa: "";--fa--fa: ""}.fa-smile-beam{--fa: "";--fa--fa: ""}.fa-smile-plus{--fa: "";--fa--fa: ""}.fa-smile-wink{--fa: "";--fa--fa: ""}.fa-smog{--fa: "";--fa--fa: ""}.fa-smoke{--fa: "";--fa--fa: ""}.fa-smoking{--fa: "";--fa--fa: ""}.fa-smoking-ban{--fa: "";--fa--fa: ""}.fa-sms{--fa: "";--fa--fa: ""}.fa-snake{--fa: "";--fa--fa: ""}.fa-snooze{--fa: "";--fa--fa: ""}.fa-snow-blowing{--fa: "";--fa--fa: ""}.fa-snowboarding{--fa: "";--fa--fa: ""}.fa-snowflake{--fa: "";--fa--fa: ""}.fa-snowflake-droplets{--fa: "";--fa--fa: ""}.fa-snowflakes{--fa: "";--fa--fa: ""}.fa-snowman{--fa: "";--fa--fa: ""}.fa-snowman-head{--fa: "";--fa--fa: ""}.fa-snowmobile{--fa: "";--fa--fa: ""}.fa-snowplow{--fa: "";--fa--fa: ""}.fa-soap{--fa: "";--fa--fa: ""}.fa-soccer-ball{--fa: "";--fa--fa: ""}.fa-socks{--fa: "";--fa--fa: ""}.fa-soft-serve{--fa: "";--fa--fa: ""}.fa-solar-panel{--fa: "";--fa--fa: ""}.fa-solar-system{--fa: "";--fa--fa: ""}.fa-sort{--fa: "";--fa--fa: ""}.fa-sort-alpha-asc{--fa: "";--fa--fa: ""}.fa-sort-alpha-desc{--fa: "";--fa--fa: ""}.fa-sort-alpha-down{--fa: "";--fa--fa: ""}.fa-sort-alpha-down-alt{--fa: "";--fa--fa: ""}.fa-sort-alpha-up{--fa: "";--fa--fa: ""}.fa-sort-alpha-up-alt{--fa: "";--fa--fa: ""}.fa-sort-alt{--fa: "";--fa--fa: ""}.fa-sort-amount-asc{--fa: "";--fa--fa: ""}.fa-sort-amount-desc{--fa: "";--fa--fa: ""}.fa-sort-amount-down{--fa: "";--fa--fa: ""}.fa-sort-amount-down-alt{--fa: "";--fa--fa: ""}.fa-sort-amount-up{--fa: "";--fa--fa: ""}.fa-sort-amount-up-alt{--fa: "";--fa--fa: ""}.fa-sort-asc{--fa: "";--fa--fa: ""}.fa-sort-circle{--fa: "";--fa--fa: ""}.fa-sort-circle-down{--fa: "";--fa--fa: ""}.fa-sort-circle-up{--fa: "";--fa--fa: ""}.fa-sort-desc,.fa-sort-down{--fa: "";--fa--fa: ""}.fa-sort-numeric-asc{--fa: "";--fa--fa: ""}.fa-sort-numeric-desc{--fa: "";--fa--fa: ""}.fa-sort-numeric-down{--fa: "";--fa--fa: ""}.fa-sort-numeric-down-alt{--fa: "";--fa--fa: ""}.fa-sort-numeric-up{--fa: "";--fa--fa: ""}.fa-sort-numeric-up-alt{--fa: "";--fa--fa: ""}.fa-sort-shapes-down{--fa: "";--fa--fa: ""}.fa-sort-shapes-down-alt{--fa: "";--fa--fa: ""}.fa-sort-shapes-up{--fa: "";--fa--fa: ""}.fa-sort-shapes-up-alt{--fa: "";--fa--fa: ""}.fa-sort-size-down{--fa: "";--fa--fa: ""}.fa-sort-size-down-alt{--fa: "";--fa--fa: ""}.fa-sort-size-up{--fa: "";--fa--fa: ""}.fa-sort-size-up-alt{--fa: "";--fa--fa: ""}.fa-sort-up{--fa: "";--fa--fa: ""}.fa-sort-up-down{--fa: "";--fa--fa: ""}.fa-soup{--fa: "";--fa--fa: ""}.fa-spa{--fa: "";--fa--fa: ""}.fa-space-shuttle{--fa: "";--fa--fa: ""}.fa-space-station-moon{--fa: "";--fa--fa: ""}.fa-space-station-moon-alt,.fa-space-station-moon-construction{--fa: "";--fa--fa: ""}.fa-spade{--fa: "";--fa--fa: ""}.fa-spaghetti-monster-flying{--fa: "";--fa--fa: ""}.fa-sparkle{--fa: "";--fa--fa: ""}.fa-sparkles{--fa: "";--fa--fa: ""}.fa-speaker{--fa: "";--fa--fa: ""}.fa-speakers{--fa: "";--fa--fa: ""}.fa-spell-check{--fa: "";--fa--fa: ""}.fa-spider{--fa: "";--fa--fa: ""}.fa-spider-black-widow{--fa: "";--fa--fa: ""}.fa-spider-web{--fa: "";--fa--fa: ""}.fa-spinner{--fa: "";--fa--fa: ""}.fa-spinner-scale{--fa: "";--fa--fa: ""}.fa-spinner-third{--fa: "";--fa--fa: ""}.fa-split{--fa: "";--fa--fa: ""}.fa-splotch{--fa: "";--fa--fa: ""}.fa-spoon{--fa: "";--fa--fa: ""}.fa-sportsball{--fa: "";--fa--fa: ""}.fa-spray-can{--fa: "";--fa--fa: ""}.fa-spray-can-sparkles{--fa: "";--fa--fa: ""}.fa-sprinkler{--fa: "";--fa--fa: ""}.fa-sprinkler-ceiling{--fa: "";--fa--fa: ""}.fa-sprout{--fa: "";--fa--fa: ""}.fa-square{--fa: "";--fa--fa: ""}.fa-square-0{--fa: "";--fa--fa: ""}.fa-square-1{--fa: "";--fa--fa: ""}.fa-square-2{--fa: "";--fa--fa: ""}.fa-square-3{--fa: "";--fa--fa: ""}.fa-square-4{--fa: "";--fa--fa: ""}.fa-square-5{--fa: "";--fa--fa: ""}.fa-square-6{--fa: "";--fa--fa: ""}.fa-square-7{--fa: "";--fa--fa: ""}.fa-square-8{--fa: "";--fa--fa: ""}.fa-square-9{--fa: "";--fa--fa: ""}.fa-square-a{--fa: "";--fa--fa: ""}.fa-square-a-lock{--fa: "";--fa--fa: ""}.fa-square-ampersand{--fa: "";--fa--fa: ""}.fa-square-arrow-down{--fa: "";--fa--fa: ""}.fa-square-arrow-down-left{--fa: "";--fa--fa: ""}.fa-square-arrow-down-right{--fa: "";--fa--fa: ""}.fa-square-arrow-left{--fa: "";--fa--fa: ""}.fa-square-arrow-right{--fa: "";--fa--fa: ""}.fa-square-arrow-up{--fa: "";--fa--fa: ""}.fa-square-arrow-up-left{--fa: "";--fa--fa: ""}.fa-square-arrow-up-right{--fa: "";--fa--fa: ""}.fa-square-b{--fa: "";--fa--fa: ""}.fa-square-binary{--fa: "";--fa--fa: ""}.fa-square-bolt{--fa: "";--fa--fa: ""}.fa-square-c{--fa: "";--fa--fa: ""}.fa-square-caret-down{--fa: "";--fa--fa: ""}.fa-square-caret-left{--fa: "";--fa--fa: ""}.fa-square-caret-right{--fa: "";--fa--fa: ""}.fa-square-caret-up{--fa: "";--fa--fa: ""}.fa-square-check{--fa: "";--fa--fa: ""}.fa-square-chevron-down{--fa: "";--fa--fa: ""}.fa-square-chevron-left{--fa: "";--fa--fa: ""}.fa-square-chevron-right{--fa: "";--fa--fa: ""}.fa-square-chevron-up{--fa: "";--fa--fa: ""}.fa-square-code{--fa: "";--fa--fa: ""}.fa-square-d{--fa: "";--fa--fa: ""}.fa-square-dashed{--fa: "";--fa--fa: ""}.fa-square-dashed-circle-plus{--fa: "";--fa--fa: ""}.fa-square-divide{--fa: "";--fa--fa: ""}.fa-square-dollar{--fa: "";--fa--fa: ""}.fa-square-down{--fa: "";--fa--fa: ""}.fa-square-down-left{--fa: "";--fa--fa: ""}.fa-square-down-right{--fa: "";--fa--fa: ""}.fa-square-e{--fa: "";--fa--fa: ""}.fa-square-ellipsis{--fa: "";--fa--fa: ""}.fa-square-ellipsis-vertical{--fa: "";--fa--fa: ""}.fa-square-envelope{--fa: "";--fa--fa: ""}.fa-square-exclamation{--fa: "";--fa--fa: ""}.fa-square-f{--fa: "";--fa--fa: ""}.fa-square-fragile{--fa: "";--fa--fa: ""}.fa-square-full{--fa: "";--fa--fa: ""}.fa-square-g{--fa: "";--fa--fa: ""}.fa-square-h{--fa: "";--fa--fa: ""}.fa-square-heart{--fa: "";--fa--fa: ""}.fa-square-i{--fa: "";--fa--fa: ""}.fa-square-info{--fa: "";--fa--fa: ""}.fa-square-j{--fa: "";--fa--fa: ""}.fa-square-k{--fa: "";--fa--fa: ""}.fa-square-kanban{--fa: "";--fa--fa: ""}.fa-square-l{--fa: "";--fa--fa: ""}.fa-square-left{--fa: "";--fa--fa: ""}.fa-square-list{--fa: "";--fa--fa: ""}.fa-square-m{--fa: "";--fa--fa: ""}.fa-square-minus{--fa: "";--fa--fa: ""}.fa-square-n{--fa: "";--fa--fa: ""}.fa-square-nfi{--fa: "";--fa--fa: ""}.fa-square-o{--fa: "";--fa--fa: ""}.fa-square-p{--fa: "";--fa--fa: ""}.fa-square-parking{--fa: "";--fa--fa: ""}.fa-square-parking-slash{--fa: "";--fa--fa: ""}.fa-square-pen{--fa: "";--fa--fa: ""}.fa-square-person-confined{--fa: "";--fa--fa: ""}.fa-square-phone{--fa: "";--fa--fa: ""}.fa-square-phone-flip{--fa: "";--fa--fa: ""}.fa-square-phone-hangup{--fa: "";--fa--fa: ""}.fa-square-plus{--fa: "";--fa--fa: ""}.fa-square-poll-horizontal{--fa: "";--fa--fa: ""}.fa-square-poll-vertical{--fa: "";--fa--fa: ""}.fa-square-q{--fa: "";--fa--fa: ""}.fa-square-quarters{--fa: "";--fa--fa: ""}.fa-square-question{--fa: "";--fa--fa: ""}.fa-square-quote{--fa: "";--fa--fa: ""}.fa-square-r{--fa: "";--fa--fa: ""}.fa-square-right{--fa: "";--fa--fa: ""}.fa-square-ring{--fa: "";--fa--fa: ""}.fa-square-root{--fa: "";--fa--fa: ""}.fa-square-root-alt,.fa-square-root-variable{--fa: "";--fa--fa: ""}.fa-square-rss{--fa: "";--fa--fa: ""}.fa-square-s{--fa: "";--fa--fa: ""}.fa-square-share-nodes{--fa: "";--fa--fa: ""}.fa-square-sliders{--fa: "";--fa--fa: ""}.fa-square-sliders-vertical{--fa: "";--fa--fa: ""}.fa-square-small{--fa: "";--fa--fa: ""}.fa-square-star{--fa: "";--fa--fa: ""}.fa-square-t{--fa: "";--fa--fa: ""}.fa-square-terminal{--fa: "";--fa--fa: ""}.fa-square-this-way-up{--fa: "";--fa--fa: ""}.fa-square-u{--fa: "";--fa--fa: ""}.fa-square-up{--fa: "";--fa--fa: ""}.fa-square-up-left{--fa: "";--fa--fa: ""}.fa-square-up-right{--fa: "";--fa--fa: ""}.fa-square-user{--fa: "";--fa--fa: ""}.fa-square-v{--fa: "";--fa--fa: ""}.fa-square-virus{--fa: "";--fa--fa: ""}.fa-square-w{--fa: "";--fa--fa: ""}.fa-square-wine-glass-crack{--fa: "";--fa--fa: ""}.fa-square-x{--fa: "";--fa--fa: ""}.fa-square-xmark{--fa: "";--fa--fa: ""}.fa-square-y{--fa: "";--fa--fa: ""}.fa-square-z{--fa: "";--fa--fa: ""}.fa-squid{--fa: "";--fa--fa: ""}.fa-squirrel{--fa: "";--fa--fa: ""}.fa-staff{--fa: "";--fa--fa: ""}.fa-staff-aesculapius,.fa-staff-snake{--fa: "";--fa--fa: ""}.fa-stairs{--fa: "";--fa--fa: ""}.fa-stamp{--fa: "";--fa--fa: ""}.fa-standard-definition{--fa: "";--fa--fa: ""}.fa-stapler{--fa: "";--fa--fa: ""}.fa-star{--fa: "";--fa--fa: ""}.fa-star-and-crescent{--fa: "";--fa--fa: ""}.fa-star-christmas{--fa: "";--fa--fa: ""}.fa-star-circle{--fa: "";--fa--fa: ""}.fa-star-exclamation{--fa: "";--fa--fa: ""}.fa-star-half{--fa: "";--fa--fa: ""}.fa-star-half-alt,.fa-star-half-stroke{--fa: "";--fa--fa: ""}.fa-star-of-david{--fa: "";--fa--fa: ""}.fa-star-of-life{--fa: "";--fa--fa: ""}.fa-star-sharp{--fa: "";--fa--fa: ""}.fa-star-sharp-half{--fa: "";--fa--fa: ""}.fa-star-sharp-half-alt,.fa-star-sharp-half-stroke{--fa: "";--fa--fa: ""}.fa-star-shooting{--fa: "";--fa--fa: ""}.fa-starfighter{--fa: "";--fa--fa: ""}.fa-starfighter-alt{--fa: "";--fa--fa: ""}.fa-starfighter-alt-advanced{--fa: "";--fa--fa: ""}.fa-starfighter-twin-ion-engine{--fa: "";--fa--fa: ""}.fa-starfighter-twin-ion-engine-advanced{--fa: "";--fa--fa: ""}.fa-stars{--fa: "";--fa--fa: ""}.fa-starship{--fa: "";--fa--fa: ""}.fa-starship-freighter{--fa: "";--fa--fa: ""}.fa-steak{--fa: "";--fa--fa: ""}.fa-steering-wheel{--fa: "";--fa--fa: ""}.fa-step-backward{--fa: "";--fa--fa: ""}.fa-step-forward{--fa: "";--fa--fa: ""}.fa-sterling-sign{--fa: "";--fa--fa: ""}.fa-stethoscope{--fa: "";--fa--fa: ""}.fa-sticky-note{--fa: "";--fa--fa: ""}.fa-stocking{--fa: "";--fa--fa: ""}.fa-stomach{--fa: "";--fa--fa: ""}.fa-stop{--fa: "";--fa--fa: ""}.fa-stop-circle{--fa: "";--fa--fa: ""}.fa-stopwatch{--fa: "";--fa--fa: ""}.fa-stopwatch-20{--fa: "";--fa--fa: ""}.fa-store{--fa: "";--fa--fa: ""}.fa-store-alt{--fa: "";--fa--fa: ""}.fa-store-alt-slash{--fa: "";--fa--fa: ""}.fa-store-lock{--fa: "";--fa--fa: ""}.fa-store-slash{--fa: "";--fa--fa: ""}.fa-strawberry{--fa: "";--fa--fa: ""}.fa-stream{--fa: "";--fa--fa: ""}.fa-street-view{--fa: "";--fa--fa: ""}.fa-stretcher{--fa: "";--fa--fa: ""}.fa-strikethrough{--fa: "";--fa--fa: ""}.fa-stroopwafel{--fa: "";--fa--fa: ""}.fa-subscript{--fa: "";--fa--fa: ""}.fa-subtitles{--fa: "";--fa--fa: ""}.fa-subtitles-slash{--fa: "";--fa--fa: ""}.fa-subtract{--fa: "";--fa--fa: ""}.fa-subway{--fa: "";--fa--fa: ""}.fa-subway-tunnel{--fa: "";--fa--fa: ""}.fa-suitcase{--fa: "";--fa--fa: ""}.fa-suitcase-medical{--fa: "";--fa--fa: ""}.fa-suitcase-rolling{--fa: "";--fa--fa: ""}.fa-sun{--fa: "";--fa--fa: ""}.fa-sun-alt,.fa-sun-bright{--fa: "";--fa--fa: ""}.fa-sun-cloud{--fa: "";--fa--fa: ""}.fa-sun-dust{--fa: "";--fa--fa: ""}.fa-sun-haze{--fa: "";--fa--fa: ""}.fa-sun-plant-wilt{--fa: "";--fa--fa: ""}.fa-sunglasses{--fa: "";--fa--fa: ""}.fa-sunrise{--fa: "";--fa--fa: ""}.fa-sunset{--fa: "";--fa--fa: ""}.fa-superscript{--fa: "";--fa--fa: ""}.fa-surprise{--fa: "";--fa--fa: ""}.fa-sushi{--fa: "";--fa--fa: ""}.fa-sushi-roll{--fa: "";--fa--fa: ""}.fa-swap{--fa: "";--fa--fa: ""}.fa-swap-arrows{--fa: "";--fa--fa: ""}.fa-swatchbook{--fa: "";--fa--fa: ""}.fa-swimmer{--fa: "";--fa--fa: ""}.fa-swimming-pool{--fa: "";--fa--fa: ""}.fa-sword{--fa: "";--fa--fa: ""}.fa-sword-laser{--fa: "";--fa--fa: ""}.fa-sword-laser-alt{--fa: "";--fa--fa: ""}.fa-swords{--fa: "";--fa--fa: ""}.fa-swords-laser{--fa: "";--fa--fa: ""}.fa-symbols{--fa: "";--fa--fa: ""}.fa-synagogue{--fa: "";--fa--fa: ""}.fa-sync{--fa: "";--fa--fa: ""}.fa-sync-alt{--fa: "";--fa--fa: ""}.fa-syringe{--fa: "";--fa--fa: ""}.fa-t{--fa: "T";--fa--fa: "TT"}.fa-t-rex{--fa: "";--fa--fa: ""}.fa-t-shirt{--fa: "";--fa--fa: ""}.fa-table{--fa: "";--fa--fa: ""}.fa-table-cells{--fa: "";--fa--fa: ""}.fa-table-cells-column-lock{--fa: "";--fa--fa: ""}.fa-table-cells-column-unlock{--fa: "";--fa--fa: ""}.fa-table-cells-large{--fa: "";--fa--fa: ""}.fa-table-cells-lock{--fa: "";--fa--fa: ""}.fa-table-cells-row-lock{--fa: "";--fa--fa: ""}.fa-table-cells-row-unlock{--fa: "";--fa--fa: ""}.fa-table-cells-unlock{--fa: "";--fa--fa: ""}.fa-table-columns{--fa: "";--fa--fa: ""}.fa-table-layout{--fa: "";--fa--fa: ""}.fa-table-list{--fa: "";--fa--fa: ""}.fa-table-picnic{--fa: "";--fa--fa: ""}.fa-table-pivot{--fa: "";--fa--fa: ""}.fa-table-rows{--fa: "";--fa--fa: ""}.fa-table-tennis,.fa-table-tennis-paddle-ball{--fa: "";--fa--fa: ""}.fa-table-tree{--fa: "";--fa--fa: ""}.fa-tablet{--fa: "";--fa--fa: ""}.fa-tablet-alt{--fa: "";--fa--fa: ""}.fa-tablet-android{--fa: "";--fa--fa: ""}.fa-tablet-android-alt{--fa: "";--fa--fa: ""}.fa-tablet-button{--fa: "";--fa--fa: ""}.fa-tablet-rugged{--fa: "";--fa--fa: ""}.fa-tablet-screen{--fa: "";--fa--fa: ""}.fa-tablet-screen-button{--fa: "";--fa--fa: ""}.fa-tablets{--fa: "";--fa--fa: ""}.fa-tachograph-digital{--fa: "";--fa--fa: ""}.fa-tachometer{--fa: "";--fa--fa: ""}.fa-tachometer-alt{--fa: "";--fa--fa: ""}.fa-tachometer-alt-average{--fa: "";--fa--fa: ""}.fa-tachometer-alt-fast{--fa: "";--fa--fa: ""}.fa-tachometer-alt-fastest{--fa: "";--fa--fa: ""}.fa-tachometer-alt-slow{--fa: "";--fa--fa: ""}.fa-tachometer-alt-slowest{--fa: "";--fa--fa: ""}.fa-tachometer-average{--fa: "";--fa--fa: ""}.fa-tachometer-fast{--fa: "";--fa--fa: ""}.fa-tachometer-fastest{--fa: "";--fa--fa: ""}.fa-tachometer-slow{--fa: "";--fa--fa: ""}.fa-tachometer-slowest{--fa: "";--fa--fa: ""}.fa-taco{--fa: "";--fa--fa: ""}.fa-tag{--fa: "";--fa--fa: ""}.fa-tags{--fa: "";--fa--fa: ""}.fa-tally{--fa: "";--fa--fa: ""}.fa-tally-1{--fa: "";--fa--fa: ""}.fa-tally-2{--fa: "";--fa--fa: ""}.fa-tally-3{--fa: "";--fa--fa: ""}.fa-tally-4{--fa: "";--fa--fa: ""}.fa-tally-5{--fa: "";--fa--fa: ""}.fa-tamale{--fa: "";--fa--fa: ""}.fa-tanakh{--fa: "";--fa--fa: ""}.fa-tank-water{--fa: "";--fa--fa: ""}.fa-tape{--fa: "";--fa--fa: ""}.fa-tarp{--fa: "";--fa--fa: ""}.fa-tarp-droplet{--fa: "";--fa--fa: ""}.fa-tasks{--fa: "";--fa--fa: ""}.fa-tasks-alt{--fa: "";--fa--fa: ""}.fa-taxi{--fa: "";--fa--fa: ""}.fa-taxi-bus{--fa: "";--fa--fa: ""}.fa-teddy-bear{--fa: "";--fa--fa: ""}.fa-teeth{--fa: "";--fa--fa: ""}.fa-teeth-open{--fa: "";--fa--fa: ""}.fa-telescope{--fa: "";--fa--fa: ""}.fa-teletype{--fa: "";--fa--fa: ""}.fa-teletype-answer{--fa: "";--fa--fa: ""}.fa-television{--fa: "";--fa--fa: ""}.fa-temperature-0{--fa: "";--fa--fa: ""}.fa-temperature-1{--fa: "";--fa--fa: ""}.fa-temperature-2{--fa: "";--fa--fa: ""}.fa-temperature-3{--fa: "";--fa--fa: ""}.fa-temperature-4{--fa: "";--fa--fa: ""}.fa-temperature-arrow-down{--fa: "";--fa--fa: ""}.fa-temperature-arrow-up{--fa: "";--fa--fa: ""}.fa-temperature-down{--fa: "";--fa--fa: ""}.fa-temperature-empty{--fa: "";--fa--fa: ""}.fa-temperature-frigid{--fa: "";--fa--fa: ""}.fa-temperature-full{--fa: "";--fa--fa: ""}.fa-temperature-half{--fa: "";--fa--fa: ""}.fa-temperature-high{--fa: "";--fa--fa: ""}.fa-temperature-hot{--fa: "";--fa--fa: ""}.fa-temperature-list{--fa: "";--fa--fa: ""}.fa-temperature-low{--fa: "";--fa--fa: ""}.fa-temperature-quarter{--fa: "";--fa--fa: ""}.fa-temperature-snow{--fa: "";--fa--fa: ""}.fa-temperature-sun{--fa: "";--fa--fa: ""}.fa-temperature-three-quarters{--fa: "";--fa--fa: ""}.fa-temperature-up{--fa: "";--fa--fa: ""}.fa-tenge,.fa-tenge-sign{--fa: "";--fa--fa: ""}.fa-tennis-ball{--fa: "";--fa--fa: ""}.fa-tent{--fa: "";--fa--fa: ""}.fa-tent-arrow-down-to-line{--fa: "";--fa--fa: ""}.fa-tent-arrow-left-right{--fa: "";--fa--fa: ""}.fa-tent-arrow-turn-left{--fa: "";--fa--fa: ""}.fa-tent-arrows-down{--fa: "";--fa--fa: ""}.fa-tent-double-peak{--fa: "";--fa--fa: ""}.fa-tents{--fa: "";--fa--fa: ""}.fa-terminal{--fa: "";--fa--fa: ""}.fa-text{--fa: "";--fa--fa: ""}.fa-text-height{--fa: "";--fa--fa: ""}.fa-text-size{--fa: "";--fa--fa: ""}.fa-text-slash{--fa: "";--fa--fa: ""}.fa-text-width{--fa: "";--fa--fa: ""}.fa-th{--fa: "";--fa--fa: ""}.fa-th-large{--fa: "";--fa--fa: ""}.fa-th-list{--fa: "";--fa--fa: ""}.fa-theater-masks{--fa: "";--fa--fa: ""}.fa-thermometer{--fa: "";--fa--fa: ""}.fa-thermometer-0{--fa: "";--fa--fa: ""}.fa-thermometer-1{--fa: "";--fa--fa: ""}.fa-thermometer-2{--fa: "";--fa--fa: ""}.fa-thermometer-3{--fa: "";--fa--fa: ""}.fa-thermometer-4{--fa: "";--fa--fa: ""}.fa-thermometer-empty{--fa: "";--fa--fa: ""}.fa-thermometer-full{--fa: "";--fa--fa: ""}.fa-thermometer-half{--fa: "";--fa--fa: ""}.fa-thermometer-quarter{--fa: "";--fa--fa: ""}.fa-thermometer-three-quarters{--fa: "";--fa--fa: ""}.fa-theta{--fa: "";--fa--fa: ""}.fa-thought-bubble{--fa: "";--fa--fa: ""}.fa-thumb-tack{--fa: "";--fa--fa: ""}.fa-thumb-tack-slash{--fa: "";--fa--fa: ""}.fa-thumbs-down{--fa: "";--fa--fa: ""}.fa-thumbs-up{--fa: "";--fa--fa: ""}.fa-thumbtack{--fa: "";--fa--fa: ""}.fa-thumbtack-slash{--fa: "";--fa--fa: ""}.fa-thunderstorm{--fa: "";--fa--fa: ""}.fa-thunderstorm-moon{--fa: "";--fa--fa: ""}.fa-thunderstorm-sun{--fa: "";--fa--fa: ""}.fa-tick{--fa: "";--fa--fa: ""}.fa-ticket{--fa: "";--fa--fa: ""}.fa-ticket-airline{--fa: "";--fa--fa: ""}.fa-ticket-alt{--fa: "";--fa--fa: ""}.fa-ticket-perforated{--fa: "";--fa--fa: ""}.fa-ticket-perforated-plane,.fa-ticket-plane{--fa: "";--fa--fa: ""}.fa-ticket-simple{--fa: "";--fa--fa: ""}.fa-tickets{--fa: "";--fa--fa: ""}.fa-tickets-airline{--fa: "";--fa--fa: ""}.fa-tickets-perforated{--fa: "";--fa--fa: ""}.fa-tickets-perforated-plane,.fa-tickets-plane{--fa: "";--fa--fa: ""}.fa-tickets-simple{--fa: "";--fa--fa: ""}.fa-tilde{--fa: "~";--fa--fa: "~~"}.fa-timeline{--fa: "";--fa--fa: ""}.fa-timeline-arrow{--fa: "";--fa--fa: ""}.fa-timer{--fa: "";--fa--fa: ""}.fa-times{--fa: "";--fa--fa: ""}.fa-times-circle{--fa: "";--fa--fa: ""}.fa-times-hexagon{--fa: "";--fa--fa: ""}.fa-times-octagon{--fa: "";--fa--fa: ""}.fa-times-rectangle{--fa: "";--fa--fa: ""}.fa-times-square{--fa: "";--fa--fa: ""}.fa-times-to-slot{--fa: "";--fa--fa: ""}.fa-tint{--fa: "";--fa--fa: ""}.fa-tint-slash{--fa: "";--fa--fa: ""}.fa-tire{--fa: "";--fa--fa: ""}.fa-tire-flat{--fa: "";--fa--fa: ""}.fa-tire-pressure-warning{--fa: "";--fa--fa: ""}.fa-tire-rugged{--fa: "";--fa--fa: ""}.fa-tired{--fa: "";--fa--fa: ""}.fa-toggle-large-off{--fa: "";--fa--fa: ""}.fa-toggle-large-on{--fa: "";--fa--fa: ""}.fa-toggle-off{--fa: "";--fa--fa: ""}.fa-toggle-on{--fa: "";--fa--fa: ""}.fa-toilet{--fa: "";--fa--fa: ""}.fa-toilet-paper{--fa: "";--fa--fa: ""}.fa-toilet-paper-alt,.fa-toilet-paper-blank{--fa: "";--fa--fa: ""}.fa-toilet-paper-blank-under{--fa: "";--fa--fa: ""}.fa-toilet-paper-check{--fa: "";--fa--fa: ""}.fa-toilet-paper-reverse{--fa: "";--fa--fa: ""}.fa-toilet-paper-reverse-alt{--fa: "";--fa--fa: ""}.fa-toilet-paper-reverse-slash{--fa: "";--fa--fa: ""}.fa-toilet-paper-slash{--fa: "";--fa--fa: ""}.fa-toilet-paper-under{--fa: "";--fa--fa: ""}.fa-toilet-paper-under-slash{--fa: "";--fa--fa: ""}.fa-toilet-paper-xmark{--fa: "";--fa--fa: ""}.fa-toilet-portable{--fa: "";--fa--fa: ""}.fa-toilets-portable{--fa: "";--fa--fa: ""}.fa-tomato{--fa: "";--fa--fa: ""}.fa-tombstone{--fa: "";--fa--fa: ""}.fa-tombstone-alt,.fa-tombstone-blank{--fa: "";--fa--fa: ""}.fa-toolbox{--fa: "";--fa--fa: ""}.fa-tools{--fa: "";--fa--fa: ""}.fa-tooth{--fa: "";--fa--fa: ""}.fa-toothbrush{--fa: "";--fa--fa: ""}.fa-torah{--fa: "";--fa--fa: ""}.fa-torii-gate{--fa: "";--fa--fa: ""}.fa-tornado{--fa: "";--fa--fa: ""}.fa-tower-broadcast{--fa: "";--fa--fa: ""}.fa-tower-cell{--fa: "";--fa--fa: ""}.fa-tower-control{--fa: "";--fa--fa: ""}.fa-tower-observation{--fa: "";--fa--fa: ""}.fa-tractor{--fa: "";--fa--fa: ""}.fa-trademark{--fa: "";--fa--fa: ""}.fa-traffic-cone{--fa: "";--fa--fa: ""}.fa-traffic-light{--fa: "";--fa--fa: ""}.fa-traffic-light-go{--fa: "";--fa--fa: ""}.fa-traffic-light-slow{--fa: "";--fa--fa: ""}.fa-traffic-light-stop{--fa: "";--fa--fa: ""}.fa-trailer{--fa: "";--fa--fa: ""}.fa-train{--fa: "";--fa--fa: ""}.fa-train-subway{--fa: "";--fa--fa: ""}.fa-train-subway-tunnel{--fa: "";--fa--fa: ""}.fa-train-track{--fa: "";--fa--fa: ""}.fa-train-tram{--fa: "";--fa--fa: ""}.fa-train-tunnel{--fa: "";--fa--fa: ""}.fa-tram{--fa: "";--fa--fa: ""}.fa-transformer-bolt{--fa: "";--fa--fa: ""}.fa-transgender,.fa-transgender-alt{--fa: "";--fa--fa: ""}.fa-transporter{--fa: "";--fa--fa: ""}.fa-transporter-1{--fa: "";--fa--fa: ""}.fa-transporter-2{--fa: "";--fa--fa: ""}.fa-transporter-3{--fa: "";--fa--fa: ""}.fa-transporter-4{--fa: "";--fa--fa: ""}.fa-transporter-5{--fa: "";--fa--fa: ""}.fa-transporter-6{--fa: "";--fa--fa: ""}.fa-transporter-7{--fa: "";--fa--fa: ""}.fa-transporter-empty{--fa: "";--fa--fa: ""}.fa-trash{--fa: "";--fa--fa: ""}.fa-trash-alt{--fa: "";--fa--fa: ""}.fa-trash-alt-slash{--fa: "";--fa--fa: ""}.fa-trash-arrow-turn-left{--fa: "";--fa--fa: ""}.fa-trash-arrow-up{--fa: "";--fa--fa: ""}.fa-trash-can{--fa: "";--fa--fa: ""}.fa-trash-can-arrow-turn-left{--fa: "";--fa--fa: ""}.fa-trash-can-arrow-up{--fa: "";--fa--fa: ""}.fa-trash-can-check{--fa: "";--fa--fa: ""}.fa-trash-can-clock{--fa: "";--fa--fa: ""}.fa-trash-can-list{--fa: "";--fa--fa: ""}.fa-trash-can-plus{--fa: "";--fa--fa: ""}.fa-trash-can-slash{--fa: "";--fa--fa: ""}.fa-trash-can-undo{--fa: "";--fa--fa: ""}.fa-trash-can-xmark{--fa: "";--fa--fa: ""}.fa-trash-check{--fa: "";--fa--fa: ""}.fa-trash-circle{--fa: "";--fa--fa: ""}.fa-trash-clock{--fa: "";--fa--fa: ""}.fa-trash-list{--fa: "";--fa--fa: ""}.fa-trash-plus{--fa: "";--fa--fa: ""}.fa-trash-restore{--fa: "";--fa--fa: ""}.fa-trash-restore-alt{--fa: "";--fa--fa: ""}.fa-trash-slash{--fa: "";--fa--fa: ""}.fa-trash-undo{--fa: "";--fa--fa: ""}.fa-trash-undo-alt{--fa: "";--fa--fa: ""}.fa-trash-xmark{--fa: "";--fa--fa: ""}.fa-treasure-chest{--fa: "";--fa--fa: ""}.fa-tree{--fa: "";--fa--fa: ""}.fa-tree-alt{--fa: "";--fa--fa: ""}.fa-tree-christmas{--fa: "";--fa--fa: ""}.fa-tree-city{--fa: "";--fa--fa: ""}.fa-tree-deciduous{--fa: "";--fa--fa: ""}.fa-tree-decorated{--fa: "";--fa--fa: ""}.fa-tree-large{--fa: "";--fa--fa: ""}.fa-tree-palm{--fa: "";--fa--fa: ""}.fa-trees{--fa: "";--fa--fa: ""}.fa-trian-balbot{--fa: "";--fa--fa: ""}.fa-triangle{--fa: "";--fa--fa: ""}.fa-triangle-circle-square{--fa: "";--fa--fa: ""}.fa-triangle-exclamation{--fa: "";--fa--fa: ""}.fa-triangle-instrument,.fa-triangle-music{--fa: "";--fa--fa: ""}.fa-triangle-person-digging{--fa: "";--fa--fa: ""}.fa-tricycle{--fa: "";--fa--fa: ""}.fa-tricycle-adult{--fa: "";--fa--fa: ""}.fa-trillium{--fa: "";--fa--fa: ""}.fa-trophy{--fa: "";--fa--fa: ""}.fa-trophy-alt,.fa-trophy-star{--fa: "";--fa--fa: ""}.fa-trowel{--fa: "";--fa--fa: ""}.fa-trowel-bricks{--fa: "";--fa--fa: ""}.fa-truck{--fa: "";--fa--fa: ""}.fa-truck-arrow-right{--fa: "";--fa--fa: ""}.fa-truck-bolt{--fa: "";--fa--fa: ""}.fa-truck-clock{--fa: "";--fa--fa: ""}.fa-truck-container{--fa: "";--fa--fa: ""}.fa-truck-container-empty{--fa: "";--fa--fa: ""}.fa-truck-couch{--fa: "";--fa--fa: ""}.fa-truck-droplet{--fa: "";--fa--fa: ""}.fa-truck-fast{--fa: "";--fa--fa: ""}.fa-truck-field{--fa: "";--fa--fa: ""}.fa-truck-field-un{--fa: "";--fa--fa: ""}.fa-truck-fire{--fa: "";--fa--fa: ""}.fa-truck-flatbed{--fa: "";--fa--fa: ""}.fa-truck-front{--fa: "";--fa--fa: ""}.fa-truck-ladder{--fa: "";--fa--fa: ""}.fa-truck-loading{--fa: "";--fa--fa: ""}.fa-truck-medical{--fa: "";--fa--fa: ""}.fa-truck-monster{--fa: "";--fa--fa: ""}.fa-truck-moving{--fa: "";--fa--fa: ""}.fa-truck-pickup{--fa: "";--fa--fa: ""}.fa-truck-plane{--fa: "";--fa--fa: ""}.fa-truck-plow{--fa: "";--fa--fa: ""}.fa-truck-ramp{--fa: "";--fa--fa: ""}.fa-truck-ramp-box{--fa: "";--fa--fa: ""}.fa-truck-ramp-couch{--fa: "";--fa--fa: ""}.fa-truck-tow{--fa: "";--fa--fa: ""}.fa-truck-utensils{--fa: "";--fa--fa: ""}.fa-trumpet{--fa: "";--fa--fa: ""}.fa-try{--fa: "";--fa--fa: ""}.fa-tshirt{--fa: "";--fa--fa: ""}.fa-tty{--fa: "";--fa--fa: ""}.fa-tty-answer{--fa: "";--fa--fa: ""}.fa-tugrik-sign{--fa: "";--fa--fa: ""}.fa-turkey{--fa: "";--fa--fa: ""}.fa-turkish-lira,.fa-turkish-lira-sign{--fa: "";--fa--fa: ""}.fa-turn-down{--fa: "";--fa--fa: ""}.fa-turn-down-left{--fa: "";--fa--fa: ""}.fa-turn-down-right{--fa: "";--fa--fa: ""}.fa-turn-left{--fa: "";--fa--fa: ""}.fa-turn-left-down{--fa: "";--fa--fa: ""}.fa-turn-left-up{--fa: "";--fa--fa: ""}.fa-turn-right{--fa: "";--fa--fa: ""}.fa-turn-up{--fa: "";--fa--fa: ""}.fa-turntable{--fa: "";--fa--fa: ""}.fa-turtle{--fa: "";--fa--fa: ""}.fa-tv,.fa-tv-alt{--fa: "";--fa--fa: ""}.fa-tv-music{--fa: "";--fa--fa: ""}.fa-tv-retro{--fa: "";--fa--fa: ""}.fa-typewriter{--fa: "";--fa--fa: ""}.fa-u{--fa: "U";--fa--fa: "UU"}.fa-ufo{--fa: "";--fa--fa: ""}.fa-ufo-beam{--fa: "";--fa--fa: ""}.fa-umbrella{--fa: "";--fa--fa: ""}.fa-umbrella-alt{--fa: "";--fa--fa: ""}.fa-umbrella-beach{--fa: "";--fa--fa: ""}.fa-umbrella-simple{--fa: "";--fa--fa: ""}.fa-underline{--fa: "";--fa--fa: ""}.fa-undo{--fa: "";--fa--fa: ""}.fa-undo-alt{--fa: "";--fa--fa: ""}.fa-unicorn{--fa: "";--fa--fa: ""}.fa-uniform-martial-arts{--fa: "";--fa--fa: ""}.fa-union{--fa: "";--fa--fa: ""}.fa-universal-access{--fa: "";--fa--fa: ""}.fa-university{--fa: "";--fa--fa: ""}.fa-unlink{--fa: "";--fa--fa: ""}.fa-unlock{--fa: "";--fa--fa: ""}.fa-unlock-alt,.fa-unlock-keyhole{--fa: "";--fa--fa: ""}.fa-unsorted{--fa: "";--fa--fa: ""}.fa-up{--fa: "";--fa--fa: ""}.fa-up-down{--fa: "";--fa--fa: ""}.fa-up-down-left-right{--fa: "";--fa--fa: ""}.fa-up-from-bracket{--fa: "";--fa--fa: ""}.fa-up-from-dotted-line{--fa: "";--fa--fa: ""}.fa-up-from-line{--fa: "";--fa--fa: ""}.fa-up-left{--fa: "";--fa--fa: ""}.fa-up-long{--fa: "";--fa--fa: ""}.fa-up-right{--fa: "";--fa--fa: ""}.fa-up-right-and-down-left-from-center{--fa: "";--fa--fa: ""}.fa-up-right-from-square{--fa: "";--fa--fa: ""}.fa-up-to-bracket{--fa: "";--fa--fa: ""}.fa-up-to-dotted-line{--fa: "";--fa--fa: ""}.fa-up-to-line{--fa: "";--fa--fa: ""}.fa-upload{--fa: "";--fa--fa: ""}.fa-usb-drive{--fa: "";--fa--fa: ""}.fa-usd{--fa: "$";--fa--fa: "$$"}.fa-usd-circle{--fa: "";--fa--fa: ""}.fa-usd-square{--fa: "";--fa--fa: ""}.fa-user{--fa: "";--fa--fa: ""}.fa-user-alien{--fa: "";--fa--fa: ""}.fa-user-alt{--fa: "";--fa--fa: ""}.fa-user-alt-slash{--fa: "";--fa--fa: ""}.fa-user-astronaut{--fa: "";--fa--fa: ""}.fa-user-beard-bolt{--fa: "";--fa--fa: ""}.fa-user-bounty-hunter{--fa: "";--fa--fa: ""}.fa-user-chart{--fa: "";--fa--fa: ""}.fa-user-check{--fa: "";--fa--fa: ""}.fa-user-chef{--fa: "";--fa--fa: ""}.fa-user-circle{--fa: "";--fa--fa: ""}.fa-user-clock{--fa: "";--fa--fa: ""}.fa-user-cog{--fa: "";--fa--fa: ""}.fa-user-construction{--fa: "";--fa--fa: ""}.fa-user-cowboy{--fa: "";--fa--fa: ""}.fa-user-crown{--fa: "";--fa--fa: ""}.fa-user-doctor{--fa: "";--fa--fa: ""}.fa-user-doctor-hair{--fa: "";--fa--fa: ""}.fa-user-doctor-hair-long{--fa: "";--fa--fa: ""}.fa-user-doctor-message{--fa: "";--fa--fa: ""}.fa-user-edit{--fa: "";--fa--fa: ""}.fa-user-friends{--fa: "";--fa--fa: ""}.fa-user-gear{--fa: "";--fa--fa: ""}.fa-user-graduate{--fa: "";--fa--fa: ""}.fa-user-group{--fa: "";--fa--fa: ""}.fa-user-group-crown{--fa: "";--fa--fa: ""}.fa-user-group-simple{--fa: "";--fa--fa: ""}.fa-user-hair{--fa: "";--fa--fa: ""}.fa-user-hair-buns{--fa: "";--fa--fa: ""}.fa-user-hair-long{--fa: "";--fa--fa: ""}.fa-user-hair-mullet{--fa: "";--fa--fa: ""}.fa-user-hard-hat{--fa: "";--fa--fa: ""}.fa-user-headset{--fa: "";--fa--fa: ""}.fa-user-helmet-safety{--fa: "";--fa--fa: ""}.fa-user-hoodie{--fa: "";--fa--fa: ""}.fa-user-injured{--fa: "";--fa--fa: ""}.fa-user-large{--fa: "";--fa--fa: ""}.fa-user-large-slash{--fa: "";--fa--fa: ""}.fa-user-lock{--fa: "";--fa--fa: ""}.fa-user-magnifying-glass{--fa: "";--fa--fa: ""}.fa-user-md{--fa: "";--fa--fa: ""}.fa-user-md-chat{--fa: "";--fa--fa: ""}.fa-user-minus{--fa: "";--fa--fa: ""}.fa-user-music{--fa: "";--fa--fa: ""}.fa-user-ninja{--fa: "";--fa--fa: ""}.fa-user-nurse{--fa: "";--fa--fa: ""}.fa-user-nurse-hair{--fa: "";--fa--fa: ""}.fa-user-nurse-hair-long{--fa: "";--fa--fa: ""}.fa-user-pen{--fa: "";--fa--fa: ""}.fa-user-pilot{--fa: "";--fa--fa: ""}.fa-user-pilot-tie{--fa: "";--fa--fa: ""}.fa-user-plus{--fa: "";--fa--fa: ""}.fa-user-police{--fa: "";--fa--fa: ""}.fa-user-police-tie{--fa: "";--fa--fa: ""}.fa-user-robot{--fa: "";--fa--fa: ""}.fa-user-robot-xmarks{--fa: "";--fa--fa: ""}.fa-user-secret{--fa: "";--fa--fa: ""}.fa-user-shakespeare{--fa: "";--fa--fa: ""}.fa-user-shield{--fa: "";--fa--fa: ""}.fa-user-slash{--fa: "";--fa--fa: ""}.fa-user-tag{--fa: "";--fa--fa: ""}.fa-user-tie{--fa: "";--fa--fa: ""}.fa-user-tie-hair{--fa: "";--fa--fa: ""}.fa-user-tie-hair-long{--fa: "";--fa--fa: ""}.fa-user-times{--fa: "";--fa--fa: ""}.fa-user-unlock{--fa: "";--fa--fa: ""}.fa-user-visor{--fa: "";--fa--fa: ""}.fa-user-vneck{--fa: "";--fa--fa: ""}.fa-user-vneck-hair{--fa: "";--fa--fa: ""}.fa-user-vneck-hair-long{--fa: "";--fa--fa: ""}.fa-user-xmark{--fa: "";--fa--fa: ""}.fa-users{--fa: "";--fa--fa: ""}.fa-users-between-lines{--fa: "";--fa--fa: ""}.fa-users-class{--fa: "";--fa--fa: ""}.fa-users-cog{--fa: "";--fa--fa: ""}.fa-users-crown{--fa: "";--fa--fa: ""}.fa-users-gear{--fa: "";--fa--fa: ""}.fa-users-line{--fa: "";--fa--fa: ""}.fa-users-medical{--fa: "";--fa--fa: ""}.fa-users-rays{--fa: "";--fa--fa: ""}.fa-users-rectangle{--fa: "";--fa--fa: ""}.fa-users-slash{--fa: "";--fa--fa: ""}.fa-users-viewfinder{--fa: "";--fa--fa: ""}.fa-utensil-fork{--fa: "";--fa--fa: ""}.fa-utensil-knife{--fa: "";--fa--fa: ""}.fa-utensil-spoon{--fa: "";--fa--fa: ""}.fa-utensils{--fa: "";--fa--fa: ""}.fa-utensils-alt{--fa: "";--fa--fa: ""}.fa-utensils-slash{--fa: "";--fa--fa: ""}.fa-utility-pole{--fa: "";--fa--fa: ""}.fa-utility-pole-double{--fa: "";--fa--fa: ""}.fa-v{--fa: "V";--fa--fa: "VV"}.fa-vacuum{--fa: "";--fa--fa: ""}.fa-vacuum-robot{--fa: "";--fa--fa: ""}.fa-value-absolute{--fa: "";--fa--fa: ""}.fa-van-shuttle{--fa: "";--fa--fa: ""}.fa-vault{--fa: "";--fa--fa: ""}.fa-vcard{--fa: "";--fa--fa: ""}.fa-vector-circle{--fa: "";--fa--fa: ""}.fa-vector-polygon{--fa: "";--fa--fa: ""}.fa-vector-square{--fa: "";--fa--fa: ""}.fa-vent-damper{--fa: "";--fa--fa: ""}.fa-venus{--fa: "";--fa--fa: ""}.fa-venus-double{--fa: "";--fa--fa: ""}.fa-venus-mars{--fa: "";--fa--fa: ""}.fa-vest{--fa: "";--fa--fa: ""}.fa-vest-patches{--fa: "";--fa--fa: ""}.fa-vhs{--fa: "";--fa--fa: ""}.fa-vial{--fa: "";--fa--fa: ""}.fa-vial-circle-check{--fa: "";--fa--fa: ""}.fa-vial-virus{--fa: "";--fa--fa: ""}.fa-vials{--fa: "";--fa--fa: ""}.fa-video{--fa: "";--fa--fa: ""}.fa-video-arrow-down-left{--fa: "";--fa--fa: ""}.fa-video-arrow-up-right{--fa: "";--fa--fa: ""}.fa-video-camera{--fa: "";--fa--fa: ""}.fa-video-circle{--fa: "";--fa--fa: ""}.fa-video-handheld{--fa: "";--fa--fa: ""}.fa-video-plus{--fa: "";--fa--fa: ""}.fa-video-slash{--fa: "";--fa--fa: ""}.fa-vihara{--fa: "";--fa--fa: ""}.fa-violin{--fa: "";--fa--fa: ""}.fa-virus{--fa: "";--fa--fa: ""}.fa-virus-covid{--fa: "";--fa--fa: ""}.fa-virus-covid-slash{--fa: "";--fa--fa: ""}.fa-virus-slash{--fa: "";--fa--fa: ""}.fa-viruses{--fa: "";--fa--fa: ""}.fa-voicemail{--fa: "";--fa--fa: ""}.fa-volcano{--fa: "";--fa--fa: ""}.fa-volleyball,.fa-volleyball-ball{--fa: "";--fa--fa: ""}.fa-volume{--fa: "";--fa--fa: ""}.fa-volume-control-phone{--fa: "";--fa--fa: ""}.fa-volume-down{--fa: "";--fa--fa: ""}.fa-volume-high{--fa: "";--fa--fa: ""}.fa-volume-low{--fa: "";--fa--fa: ""}.fa-volume-medium{--fa: "";--fa--fa: ""}.fa-volume-mute{--fa: "";--fa--fa: ""}.fa-volume-off{--fa: "";--fa--fa: ""}.fa-volume-slash{--fa: "";--fa--fa: ""}.fa-volume-times{--fa: "";--fa--fa: ""}.fa-volume-up{--fa: "";--fa--fa: ""}.fa-volume-xmark{--fa: "";--fa--fa: ""}.fa-vote-nay{--fa: "";--fa--fa: ""}.fa-vote-yea{--fa: "";--fa--fa: ""}.fa-vr-cardboard{--fa: "";--fa--fa: ""}.fa-w{--fa: "W";--fa--fa: "WW"}.fa-waffle{--fa: "";--fa--fa: ""}.fa-wagon-covered{--fa: "";--fa--fa: ""}.fa-walker{--fa: "";--fa--fa: ""}.fa-walkie-talkie{--fa: "";--fa--fa: ""}.fa-walking{--fa: "";--fa--fa: ""}.fa-wall-brick{--fa: "";--fa--fa: ""}.fa-wallet{--fa: "";--fa--fa: ""}.fa-wand{--fa: "";--fa--fa: ""}.fa-wand-magic{--fa: "";--fa--fa: ""}.fa-wand-magic-sparkles{--fa: "";--fa--fa: ""}.fa-wand-sparkles{--fa: "";--fa--fa: ""}.fa-warehouse{--fa: "";--fa--fa: ""}.fa-warehouse-alt,.fa-warehouse-full{--fa: "";--fa--fa: ""}.fa-warning{--fa: "";--fa--fa: ""}.fa-washer,.fa-washing-machine{--fa: "";--fa--fa: ""}.fa-watch{--fa: "";--fa--fa: ""}.fa-watch-apple{--fa: "";--fa--fa: ""}.fa-watch-calculator{--fa: "";--fa--fa: ""}.fa-watch-fitness{--fa: "";--fa--fa: ""}.fa-watch-smart{--fa: "";--fa--fa: ""}.fa-water{--fa: "";--fa--fa: ""}.fa-water-arrow-down{--fa: "";--fa--fa: ""}.fa-water-arrow-up{--fa: "";--fa--fa: ""}.fa-water-ladder{--fa: "";--fa--fa: ""}.fa-water-lower{--fa: "";--fa--fa: ""}.fa-water-rise{--fa: "";--fa--fa: ""}.fa-watermelon-slice{--fa: "";--fa--fa: ""}.fa-wave{--fa: "";--fa--fa: ""}.fa-wave-pulse{--fa: "";--fa--fa: ""}.fa-wave-sine{--fa: "";--fa--fa: ""}.fa-wave-square{--fa: "";--fa--fa: ""}.fa-wave-triangle{--fa: "";--fa--fa: ""}.fa-waveform{--fa: "";--fa--fa: ""}.fa-waveform-circle{--fa: "";--fa--fa: ""}.fa-waveform-lines,.fa-waveform-path{--fa: "";--fa--fa: ""}.fa-waves-sine{--fa: "";--fa--fa: ""}.fa-web-awesome{--fa: "";--fa--fa: ""}.fa-webcam{--fa: "";--fa--fa: ""}.fa-webcam-slash{--fa: "";--fa--fa: ""}.fa-webhook{--fa: "";--fa--fa: ""}.fa-weight{--fa: "";--fa--fa: ""}.fa-weight-hanging{--fa: "";--fa--fa: ""}.fa-weight-scale{--fa: "";--fa--fa: ""}.fa-whale{--fa: "";--fa--fa: ""}.fa-wheat{--fa: "";--fa--fa: ""}.fa-wheat-alt,.fa-wheat-awn{--fa: "";--fa--fa: ""}.fa-wheat-awn-circle-exclamation{--fa: "";--fa--fa: ""}.fa-wheat-awn-slash{--fa: "";--fa--fa: ""}.fa-wheat-slash{--fa: "";--fa--fa: ""}.fa-wheelchair{--fa: "";--fa--fa: ""}.fa-wheelchair-alt,.fa-wheelchair-move{--fa: "";--fa--fa: ""}.fa-whiskey-glass{--fa: "";--fa--fa: ""}.fa-whiskey-glass-ice{--fa: "";--fa--fa: ""}.fa-whistle{--fa: "";--fa--fa: ""}.fa-wifi{--fa: "";--fa--fa: ""}.fa-wifi-1{--fa: "";--fa--fa: ""}.fa-wifi-2{--fa: "";--fa--fa: ""}.fa-wifi-3{--fa: "";--fa--fa: ""}.fa-wifi-exclamation{--fa: "";--fa--fa: ""}.fa-wifi-fair{--fa: "";--fa--fa: ""}.fa-wifi-slash{--fa: "";--fa--fa: ""}.fa-wifi-strong{--fa: "";--fa--fa: ""}.fa-wifi-weak{--fa: "";--fa--fa: ""}.fa-wind{--fa: "";--fa--fa: ""}.fa-wind-circle-exclamation{--fa: "";--fa--fa: ""}.fa-wind-turbine{--fa: "";--fa--fa: ""}.fa-wind-warning{--fa: "";--fa--fa: ""}.fa-window{--fa: "";--fa--fa: ""}.fa-window-alt{--fa: "";--fa--fa: ""}.fa-window-close{--fa: "";--fa--fa: ""}.fa-window-flip{--fa: "";--fa--fa: ""}.fa-window-frame{--fa: "";--fa--fa: ""}.fa-window-frame-open{--fa: "";--fa--fa: ""}.fa-window-maximize{--fa: "";--fa--fa: ""}.fa-window-minimize{--fa: "";--fa--fa: ""}.fa-window-restore{--fa: "";--fa--fa: ""}.fa-windsock{--fa: "";--fa--fa: ""}.fa-wine-bottle{--fa: "";--fa--fa: ""}.fa-wine-glass{--fa: "";--fa--fa: ""}.fa-wine-glass-alt{--fa: "";--fa--fa: ""}.fa-wine-glass-crack{--fa: "";--fa--fa: ""}.fa-wine-glass-empty{--fa: "";--fa--fa: ""}.fa-won,.fa-won-sign{--fa: "";--fa--fa: ""}.fa-worm{--fa: "";--fa--fa: ""}.fa-wreath{--fa: "";--fa--fa: ""}.fa-wreath-laurel{--fa: "";--fa--fa: ""}.fa-wrench{--fa: "";--fa--fa: ""}.fa-wrench-simple{--fa: "";--fa--fa: ""}.fa-x{--fa: "X";--fa--fa: "XX"}.fa-x-ray{--fa: "";--fa--fa: ""}.fa-xmark{--fa: "";--fa--fa: ""}.fa-xmark-circle{--fa: "";--fa--fa: ""}.fa-xmark-hexagon{--fa: "";--fa--fa: ""}.fa-xmark-large{--fa: "";--fa--fa: ""}.fa-xmark-octagon{--fa: "";--fa--fa: ""}.fa-xmark-square{--fa: "";--fa--fa: ""}.fa-xmark-to-slot{--fa: "";--fa--fa: ""}.fa-xmarks-lines{--fa: "";--fa--fa: ""}.fa-y{--fa: "Y";--fa--fa: "YY"}.fa-yen,.fa-yen-sign{--fa: "";--fa--fa: ""}.fa-yin-yang{--fa: "";--fa--fa: ""}.fa-z{--fa: "Z";--fa--fa: "ZZ"}.fa-zap{--fa: "";--fa--fa: ""}.fa-zzz{--fa: "";--fa--fa: ""}.sr-only,.fa-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.sr-only-focusable:not(:focus),.fa-sr-only-focusable:not(:focus){position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}:root,:host{--fa-style-family-brands: "Font Awesome 6 Brands";--fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands"}.fab,.fa-brands{font-weight:400}.fa-monero{--fa: ""}.fa-hooli{--fa: ""}.fa-yelp{--fa: ""}.fa-cc-visa{--fa: ""}.fa-lastfm{--fa: ""}.fa-shopware{--fa: ""}.fa-creative-commons-nc{--fa: ""}.fa-aws{--fa: ""}.fa-redhat{--fa: ""}.fa-yoast{--fa: ""}.fa-cloudflare{--fa: ""}.fa-ups{--fa: ""}.fa-pixiv{--fa: ""}.fa-wpexplorer{--fa: ""}.fa-dyalog{--fa: ""}.fa-bity{--fa: ""}.fa-stackpath{--fa: ""}.fa-buysellads{--fa: ""}.fa-first-order{--fa: ""}.fa-modx{--fa: ""}.fa-guilded{--fa: ""}.fa-vnv{--fa: ""}.fa-square-js,.fa-js-square{--fa: ""}.fa-microsoft{--fa: ""}.fa-qq{--fa: ""}.fa-orcid{--fa: ""}.fa-java{--fa: ""}.fa-invision{--fa: ""}.fa-creative-commons-pd-alt{--fa: ""}.fa-centercode{--fa: ""}.fa-glide-g{--fa: ""}.fa-drupal{--fa: ""}.fa-jxl{--fa: ""}.fa-dart-lang{--fa: ""}.fa-hire-a-helper{--fa: ""}.fa-creative-commons-by{--fa: ""}.fa-unity{--fa: ""}.fa-whmcs{--fa: ""}.fa-rocketchat{--fa: ""}.fa-vk{--fa: ""}.fa-untappd{--fa: ""}.fa-mailchimp{--fa: ""}.fa-css3-alt{--fa: ""}.fa-square-reddit,.fa-reddit-square{--fa: ""}.fa-vimeo-v{--fa: ""}.fa-contao{--fa: ""}.fa-square-font-awesome{--fa: ""}.fa-deskpro{--fa: ""}.fa-brave{--fa: ""}.fa-sistrix{--fa: ""}.fa-square-instagram,.fa-instagram-square{--fa: ""}.fa-battle-net{--fa: ""}.fa-the-red-yeti{--fa: ""}.fa-square-hacker-news,.fa-hacker-news-square{--fa: ""}.fa-edge{--fa: ""}.fa-threads{--fa: ""}.fa-napster{--fa: ""}.fa-square-snapchat,.fa-snapchat-square{--fa: ""}.fa-google-plus-g{--fa: ""}.fa-artstation{--fa: ""}.fa-markdown{--fa: ""}.fa-sourcetree{--fa: ""}.fa-google-plus{--fa: ""}.fa-diaspora{--fa: ""}.fa-foursquare{--fa: ""}.fa-stack-overflow{--fa: ""}.fa-github-alt{--fa: ""}.fa-phoenix-squadron{--fa: ""}.fa-pagelines{--fa: ""}.fa-algolia{--fa: ""}.fa-red-river{--fa: ""}.fa-creative-commons-sa{--fa: ""}.fa-safari{--fa: ""}.fa-google{--fa: ""}.fa-square-font-awesome-stroke,.fa-font-awesome-alt{--fa: ""}.fa-atlassian{--fa: ""}.fa-linkedin-in{--fa: ""}.fa-digital-ocean{--fa: ""}.fa-nimblr{--fa: ""}.fa-chromecast{--fa: ""}.fa-evernote{--fa: ""}.fa-hacker-news{--fa: ""}.fa-creative-commons-sampling{--fa: ""}.fa-adversal{--fa: ""}.fa-creative-commons{--fa: ""}.fa-watchman-monitoring{--fa: ""}.fa-fonticons{--fa: ""}.fa-weixin{--fa: ""}.fa-shirtsinbulk{--fa: ""}.fa-codepen{--fa: ""}.fa-git-alt{--fa: ""}.fa-lyft{--fa: ""}.fa-rev{--fa: ""}.fa-windows{--fa: ""}.fa-wizards-of-the-coast{--fa: ""}.fa-square-viadeo,.fa-viadeo-square{--fa: ""}.fa-meetup{--fa: ""}.fa-centos{--fa: ""}.fa-adn{--fa: ""}.fa-cloudsmith{--fa: ""}.fa-opensuse{--fa: ""}.fa-pied-piper-alt{--fa: ""}.fa-square-dribbble,.fa-dribbble-square{--fa: ""}.fa-codiepie{--fa: ""}.fa-node{--fa: ""}.fa-mix{--fa: ""}.fa-steam{--fa: ""}.fa-cc-apple-pay{--fa: ""}.fa-scribd{--fa: ""}.fa-debian{--fa: ""}.fa-openid{--fa: ""}.fa-instalod{--fa: ""}.fa-files-pinwheel{--fa: ""}.fa-expeditedssl{--fa: ""}.fa-sellcast{--fa: ""}.fa-square-twitter,.fa-twitter-square{--fa: ""}.fa-r-project{--fa: ""}.fa-delicious{--fa: ""}.fa-freebsd{--fa: ""}.fa-vuejs{--fa: ""}.fa-accusoft{--fa: ""}.fa-ioxhost{--fa: ""}.fa-fonticons-fi{--fa: ""}.fa-app-store{--fa: ""}.fa-cc-mastercard{--fa: ""}.fa-itunes-note{--fa: ""}.fa-golang{--fa: ""}.fa-kickstarter,.fa-square-kickstarter{--fa: ""}.fa-grav{--fa: ""}.fa-weibo{--fa: ""}.fa-uncharted{--fa: ""}.fa-firstdraft{--fa: ""}.fa-square-youtube,.fa-youtube-square{--fa: ""}.fa-wikipedia-w{--fa: ""}.fa-wpressr,.fa-rendact{--fa: ""}.fa-angellist{--fa: ""}.fa-galactic-republic{--fa: ""}.fa-nfc-directional{--fa: ""}.fa-skype{--fa: ""}.fa-joget{--fa: ""}.fa-fedora{--fa: ""}.fa-stripe-s{--fa: ""}.fa-meta{--fa: ""}.fa-laravel{--fa: ""}.fa-hotjar{--fa: ""}.fa-bluetooth-b{--fa: ""}.fa-square-letterboxd{--fa: ""}.fa-sticker-mule{--fa: ""}.fa-creative-commons-zero{--fa: ""}.fa-hips{--fa: ""}.fa-css{--fa: ""}.fa-behance{--fa: ""}.fa-reddit{--fa: ""}.fa-discord{--fa: ""}.fa-chrome{--fa: ""}.fa-app-store-ios{--fa: ""}.fa-cc-discover{--fa: ""}.fa-wpbeginner{--fa: ""}.fa-confluence{--fa: ""}.fa-shoelace{--fa: ""}.fa-mdb{--fa: ""}.fa-dochub{--fa: ""}.fa-accessible-icon{--fa: ""}.fa-ebay{--fa: ""}.fa-amazon{--fa: ""}.fa-unsplash{--fa: ""}.fa-yarn{--fa: ""}.fa-square-steam,.fa-steam-square{--fa: ""}.fa-500px{--fa: ""}.fa-square-vimeo,.fa-vimeo-square{--fa: ""}.fa-asymmetrik{--fa: ""}.fa-font-awesome,.fa-font-awesome-flag,.fa-font-awesome-logo-full{--fa: ""}.fa-gratipay{--fa: ""}.fa-apple{--fa: ""}.fa-hive{--fa: ""}.fa-gitkraken{--fa: ""}.fa-keybase{--fa: ""}.fa-apple-pay{--fa: ""}.fa-padlet{--fa: ""}.fa-amazon-pay{--fa: ""}.fa-square-github,.fa-github-square{--fa: ""}.fa-stumbleupon{--fa: ""}.fa-fedex{--fa: ""}.fa-phoenix-framework{--fa: ""}.fa-shopify{--fa: ""}.fa-neos{--fa: ""}.fa-square-threads{--fa: ""}.fa-hackerrank{--fa: ""}.fa-researchgate{--fa: ""}.fa-swift{--fa: ""}.fa-angular{--fa: ""}.fa-speakap{--fa: ""}.fa-angrycreative{--fa: ""}.fa-y-combinator{--fa: ""}.fa-empire{--fa: ""}.fa-envira{--fa: ""}.fa-google-scholar{--fa: ""}.fa-square-gitlab,.fa-gitlab-square{--fa: ""}.fa-studiovinari{--fa: ""}.fa-pied-piper{--fa: ""}.fa-wordpress{--fa: ""}.fa-product-hunt{--fa: ""}.fa-firefox{--fa: ""}.fa-linode{--fa: ""}.fa-goodreads{--fa: ""}.fa-square-odnoklassniki,.fa-odnoklassniki-square{--fa: ""}.fa-jsfiddle{--fa: ""}.fa-sith{--fa: ""}.fa-themeisle{--fa: ""}.fa-page4{--fa: ""}.fa-hashnode{--fa: ""}.fa-react{--fa: ""}.fa-cc-paypal{--fa: ""}.fa-squarespace{--fa: ""}.fa-cc-stripe{--fa: ""}.fa-creative-commons-share{--fa: ""}.fa-bitcoin{--fa: ""}.fa-keycdn{--fa: ""}.fa-opera{--fa: ""}.fa-itch-io{--fa: ""}.fa-umbraco{--fa: ""}.fa-galactic-senate{--fa: ""}.fa-ubuntu{--fa: ""}.fa-draft2digital{--fa: ""}.fa-stripe{--fa: ""}.fa-houzz{--fa: ""}.fa-gg{--fa: ""}.fa-dhl{--fa: ""}.fa-square-pinterest,.fa-pinterest-square{--fa: ""}.fa-xing{--fa: ""}.fa-blackberry{--fa: ""}.fa-creative-commons-pd{--fa: ""}.fa-playstation{--fa: ""}.fa-quinscape{--fa: ""}.fa-less{--fa: ""}.fa-blogger-b{--fa: ""}.fa-opencart{--fa: ""}.fa-vine{--fa: ""}.fa-signal-messenger{--fa: ""}.fa-paypal{--fa: ""}.fa-gitlab{--fa: ""}.fa-typo3{--fa: ""}.fa-reddit-alien{--fa: ""}.fa-yahoo{--fa: ""}.fa-dailymotion{--fa: ""}.fa-affiliatetheme{--fa: ""}.fa-pied-piper-pp{--fa: ""}.fa-bootstrap{--fa: ""}.fa-odnoklassniki{--fa: ""}.fa-nfc-symbol{--fa: ""}.fa-mintbit{--fa: ""}.fa-ethereum{--fa: ""}.fa-speaker-deck{--fa: ""}.fa-creative-commons-nc-eu{--fa: ""}.fa-patreon{--fa: ""}.fa-avianex{--fa: ""}.fa-ello{--fa: ""}.fa-gofore{--fa: ""}.fa-bimobject{--fa: ""}.fa-brave-reverse{--fa: ""}.fa-facebook-f{--fa: ""}.fa-square-google-plus,.fa-google-plus-square{--fa: ""}.fa-web-awesome{--fa: ""}.fa-mandalorian{--fa: ""}.fa-first-order-alt{--fa: ""}.fa-osi{--fa: ""}.fa-google-wallet{--fa: ""}.fa-d-and-d-beyond{--fa: ""}.fa-periscope{--fa: ""}.fa-fulcrum{--fa: ""}.fa-cloudscale{--fa: ""}.fa-forumbee{--fa: ""}.fa-mizuni{--fa: ""}.fa-schlix{--fa: ""}.fa-square-xing,.fa-xing-square{--fa: ""}.fa-bandcamp{--fa: ""}.fa-wpforms{--fa: ""}.fa-cloudversify{--fa: ""}.fa-usps{--fa: ""}.fa-megaport{--fa: ""}.fa-magento{--fa: ""}.fa-spotify{--fa: ""}.fa-optin-monster{--fa: ""}.fa-fly{--fa: ""}.fa-square-bluesky{--fa: ""}.fa-aviato{--fa: ""}.fa-itunes{--fa: ""}.fa-cuttlefish{--fa: ""}.fa-blogger{--fa: ""}.fa-flickr{--fa: ""}.fa-viber{--fa: ""}.fa-soundcloud{--fa: ""}.fa-digg{--fa: ""}.fa-tencent-weibo{--fa: ""}.fa-letterboxd{--fa: ""}.fa-symfony{--fa: ""}.fa-maxcdn{--fa: ""}.fa-etsy{--fa: ""}.fa-facebook-messenger{--fa: ""}.fa-audible{--fa: ""}.fa-think-peaks{--fa: ""}.fa-bilibili{--fa: ""}.fa-erlang{--fa: ""}.fa-x-twitter{--fa: ""}.fa-cotton-bureau{--fa: ""}.fa-dashcube{--fa: ""}.fa-42-group,.fa-innosoft{--fa: ""}.fa-stack-exchange{--fa: ""}.fa-elementor{--fa: ""}.fa-square-pied-piper,.fa-pied-piper-square{--fa: ""}.fa-creative-commons-nd{--fa: ""}.fa-palfed{--fa: ""}.fa-superpowers{--fa: ""}.fa-resolving{--fa: ""}.fa-xbox{--fa: ""}.fa-square-web-awesome-stroke{--fa: ""}.fa-searchengin{--fa: ""}.fa-tiktok{--fa: ""}.fa-square-facebook,.fa-facebook-square{--fa: ""}.fa-renren{--fa: ""}.fa-linux{--fa: ""}.fa-glide{--fa: ""}.fa-linkedin{--fa: ""}.fa-hubspot{--fa: ""}.fa-deploydog{--fa: ""}.fa-twitch{--fa: ""}.fa-flutter{--fa: ""}.fa-ravelry{--fa: ""}.fa-mixer{--fa: ""}.fa-square-lastfm,.fa-lastfm-square{--fa: ""}.fa-vimeo{--fa: ""}.fa-mendeley{--fa: ""}.fa-uniregistry{--fa: ""}.fa-figma{--fa: ""}.fa-creative-commons-remix{--fa: ""}.fa-cc-amazon-pay{--fa: ""}.fa-dropbox{--fa: ""}.fa-instagram{--fa: ""}.fa-cmplid{--fa: ""}.fa-upwork{--fa: ""}.fa-facebook{--fa: ""}.fa-gripfire{--fa: ""}.fa-jedi-order{--fa: ""}.fa-uikit{--fa: ""}.fa-fort-awesome-alt{--fa: ""}.fa-phabricator{--fa: ""}.fa-ussunnah{--fa: ""}.fa-earlybirds{--fa: ""}.fa-trade-federation{--fa: ""}.fa-autoprefixer{--fa: ""}.fa-whatsapp{--fa: ""}.fa-square-upwork{--fa: ""}.fa-slideshare{--fa: ""}.fa-google-play{--fa: ""}.fa-viadeo{--fa: ""}.fa-line{--fa: ""}.fa-google-drive{--fa: ""}.fa-servicestack{--fa: ""}.fa-simplybuilt{--fa: ""}.fa-bitbucket{--fa: ""}.fa-imdb{--fa: ""}.fa-deezer{--fa: ""}.fa-raspberry-pi{--fa: ""}.fa-jira{--fa: ""}.fa-docker{--fa: ""}.fa-screenpal{--fa: ""}.fa-bluetooth{--fa: ""}.fa-gitter{--fa: ""}.fa-d-and-d{--fa: ""}.fa-microblog{--fa: ""}.fa-cc-diners-club{--fa: ""}.fa-gg-circle{--fa: ""}.fa-pied-piper-hat{--fa: ""}.fa-kickstarter-k{--fa: ""}.fa-yandex{--fa: ""}.fa-readme{--fa: ""}.fa-html5{--fa: ""}.fa-sellsy{--fa: ""}.fa-square-web-awesome{--fa: ""}.fa-sass{--fa: ""}.fa-wirsindhandwerk,.fa-wsh{--fa: ""}.fa-buromobelexperte{--fa: ""}.fa-salesforce{--fa: ""}.fa-octopus-deploy{--fa: ""}.fa-medapps{--fa: ""}.fa-ns8{--fa: ""}.fa-pinterest-p{--fa: ""}.fa-apper{--fa: ""}.fa-fort-awesome{--fa: ""}.fa-waze{--fa: ""}.fa-bluesky{--fa: ""}.fa-cc-jcb{--fa: ""}.fa-snapchat,.fa-snapchat-ghost{--fa: ""}.fa-fantasy-flight-games{--fa: ""}.fa-rust{--fa: ""}.fa-wix{--fa: ""}.fa-square-behance,.fa-behance-square{--fa: ""}.fa-supple{--fa: ""}.fa-webflow{--fa: ""}.fa-rebel{--fa: ""}.fa-css3{--fa: ""}.fa-staylinked{--fa: ""}.fa-kaggle{--fa: ""}.fa-space-awesome{--fa: ""}.fa-deviantart{--fa: ""}.fa-cpanel{--fa: ""}.fa-goodreads-g{--fa: ""}.fa-square-git,.fa-git-square{--fa: ""}.fa-square-tumblr,.fa-tumblr-square{--fa: ""}.fa-trello{--fa: ""}.fa-creative-commons-nc-jp{--fa: ""}.fa-get-pocket{--fa: ""}.fa-perbyte{--fa: ""}.fa-grunt{--fa: ""}.fa-weebly{--fa: ""}.fa-connectdevelop{--fa: ""}.fa-leanpub{--fa: ""}.fa-black-tie{--fa: ""}.fa-themeco{--fa: ""}.fa-python{--fa: ""}.fa-android{--fa: ""}.fa-bots{--fa: ""}.fa-free-code-camp{--fa: ""}.fa-hornbill{--fa: ""}.fa-js{--fa: ""}.fa-ideal{--fa: ""}.fa-git{--fa: ""}.fa-dev{--fa: ""}.fa-sketch{--fa: ""}.fa-yandex-international{--fa: ""}.fa-cc-amex{--fa: ""}.fa-uber{--fa: ""}.fa-github{--fa: ""}.fa-php{--fa: ""}.fa-alipay{--fa: ""}.fa-youtube{--fa: ""}.fa-skyatlas{--fa: ""}.fa-firefox-browser{--fa: ""}.fa-replyd{--fa: ""}.fa-suse{--fa: ""}.fa-jenkins{--fa: ""}.fa-twitter{--fa: ""}.fa-rockrms{--fa: ""}.fa-pinterest{--fa: ""}.fa-buffer{--fa: ""}.fa-npm{--fa: ""}.fa-yammer{--fa: ""}.fa-btc{--fa: ""}.fa-dribbble{--fa: ""}.fa-stumbleupon-circle{--fa: ""}.fa-internet-explorer{--fa: ""}.fa-stubber{--fa: ""}.fa-telegram,.fa-telegram-plane{--fa: ""}.fa-old-republic{--fa: ""}.fa-odysee{--fa: ""}.fa-square-whatsapp,.fa-whatsapp-square{--fa: ""}.fa-node-js{--fa: ""}.fa-edge-legacy{--fa: ""}.fa-slack,.fa-slack-hash{--fa: ""}.fa-medrt{--fa: ""}.fa-usb{--fa: ""}.fa-tumblr{--fa: ""}.fa-vaadin{--fa: ""}.fa-quora{--fa: ""}.fa-square-x-twitter{--fa: ""}.fa-reacteurope{--fa: ""}.fa-medium,.fa-medium-m{--fa: ""}.fa-amilia{--fa: ""}.fa-mixcloud{--fa: ""}.fa-flipboard{--fa: ""}.fa-viacoin{--fa: ""}.fa-critical-role{--fa: ""}.fa-sitrox{--fa: ""}.fa-discourse{--fa: ""}.fa-joomla{--fa: ""}.fa-mastodon{--fa: ""}.fa-airbnb{--fa: ""}.fa-wolf-pack-battalion{--fa: ""}.fa-buy-n-large{--fa: ""}.fa-gulp{--fa: ""}.fa-creative-commons-sampling-plus{--fa: ""}.fa-strava{--fa: ""}.fa-ember{--fa: ""}.fa-canadian-maple-leaf{--fa: ""}.fa-teamspeak{--fa: ""}.fa-pushed{--fa: ""}.fa-wordpress-simple{--fa: ""}.fa-nutritionix{--fa: ""}.fa-wodu{--fa: ""}.fa-google-pay{--fa: ""}.fa-intercom{--fa: ""}.fa-zhihu{--fa: ""}.fa-korvue{--fa: ""}.fa-pix{--fa: ""}.fa-steam-symbol{--fa: ""}:root,:host{--fa-style-family-classic: "Font Awesome 6 Pro";--fa-font-solid: normal 900 1em/1 "Font Awesome 6 Pro"}.fas,.fa-solid{font-weight:900}:root,:host{--fa-style-family-classic: "Font Awesome 6 Pro";--fa-font-regular: normal 400 1em/1 "Font Awesome 6 Pro"}.far,.fa-regular{font-weight:400}:root,:host{--fa-style-family-classic: "Font Awesome 6 Pro";--fa-font-light: normal 300 1em/1 "Font Awesome 6 Pro"}.fal,.fa-light{font-weight:300}/*!
 * Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License) - ver ./LICENSE.txt
 * Copyright 2024 Fonticons, Inc.
 *
 * GENERADO — no editar a mano. Ensamblado desde la descarga web del kit `8010ff6c6c`
 * por `scripts/build-fontawesome.py`. Fuentes: webfonts/*.woff2
 */@font-face{font-family:"Font Awesome 6 Pro";font-style:normal;font-weight:900;font-display:block;src:url(/bookings/assets/fa-solid-900-BoIGJYu2.woff2) format("woff2")}@font-face{font-family:"Font Awesome 6 Pro";font-style:normal;font-weight:400;font-display:block;src:url(/bookings/assets/fa-regular-400-BOgqvwHK.woff2) format("woff2")}@font-face{font-family:"Font Awesome 6 Pro";font-style:normal;font-weight:300;font-display:block;src:url(/bookings/assets/fa-light-300-DSvnV_31.woff2) format("woff2")}@font-face{font-family:"Font Awesome 6 Brands";font-style:normal;font-weight:400;font-display:block;src:url(/bookings/assets/fa-brands-400-ChfuyuEw.woff2) format("woff2")}@font-face{font-family:Font Awesome Kit;font-style:normal;font-weight:400;font-display:block;src:url(/bookings/assets/custom-icons-C5gM-KD4.woff2) format("woff2")}
