@charset "UTF-8";

 .animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animated.hinge{-webkit-animation-duration:2s;animation-duration:2s}@-webkit-keyframes bounce{0%,100%,20%,53%,80%{transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}40%,43%{transition-timing-function:cubic-bezier(.755,.050,.855,.060);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{transition-timing-function:cubic-bezier(.755,.050,.855,.060);-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}@keyframes bounce{0%,100%,20%,53%,80%{transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}40%,43%{transition-timing-function:cubic-bezier(.755,.050,.855,.060);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{transition-timing-function:cubic-bezier(.755,.050,.855,.060);-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}.bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{0%,100%,50%{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,100%,50%{opacity:1}25%,75%{opacity:0}}.flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes pulse{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}@-webkit-keyframes rubberBand{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,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)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes rubberBand{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,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)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shake{0%,100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,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 shake{0%,100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,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)}}.shake{-webkit-animation-name:shake;animation-name:shake}@-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)}100%{-webkit-transform:rotate3d(0,0,1,0deg);transform:rotate3d(0,0,1,0deg)}}@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)}100%{-webkit-transform:rotate3d(0,0,1,0deg);transform:rotate3d(0,0,1,0deg)}}.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:scale3d(1,1,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)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes tada{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,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)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:none;transform:none}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)}100%{-webkit-transform:none;transform:none}}@keyframes wobble{0%{-webkit-transform:none;transform:none}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)}100%{-webkit-transform:none;transform:none}}.wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes bounceIn{0%,100%,20%,40%,60%,80%{transition-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)}100%{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes bounceIn{0%,100%,20%,40%,60%,80%{transition-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)}100%{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.bounceIn{-webkit-animation-name:bounceIn;animation-name:bounceIn;-webkit-animation-duration:.75s;animation-duration:.75s}@-webkit-keyframes bounceInDown{0%,100%,60%,75%,90%{transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}100%{-webkit-transform:none;transform:none}}@keyframes bounceInDown{0%,100%,60%,75%,90%{transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}100%{-webkit-transform:none;transform:none}}.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,100%,60%,75%,90%{transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}100%{-webkit-transform:none;transform:none}}@keyframes bounceInLeft{0%,100%,60%,75%,90%{transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}100%{-webkit-transform:none;transform:none}}.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,100%,60%,75%,90%{transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}100%{-webkit-transform:none;transform:none}}@keyframes bounceInRight{0%,100%,60%,75%,90%{transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}100%{-webkit-transform:none;transform:none}}.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,100%,60%,75%,90%{transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes bounceInUp{0%,100%,60%,75%,90%{transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.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)}100%{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)}100%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.bounceOut{-webkit-animation-name:bounceOut;animation-name:bounceOut;-webkit-animation-duration:.75s;animation-duration:.75s}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}100%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}100%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}100%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}100%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}100%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}100%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}100%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}100%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}.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)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.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)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.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)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.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)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.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)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.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)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.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)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.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)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-360deg);transform:perspective(400px) rotate3d(0,1,0,-360deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}100%{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-360deg);transform:perspective(400px) rotate3d(0,1,0,-360deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}100%{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animated.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) rotate3d(1,0,0,90deg);transition-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);transition-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}100%{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);transition-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);transition-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}100%{-webkit-transform:perspective(400px);transform:perspective(400px)}}.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) rotate3d(0,1,0,90deg);transition-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotate3d(0,1,0,-20deg);transition-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);transform:perspective(400px) rotate3d(0,1,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);transform:perspective(400px) rotate3d(0,1,0,-5deg)}100%{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);transition-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotate3d(0,1,0,-20deg);transition-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);transform:perspective(400px) rotate3d(0,1,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);transform:perspective(400px) rotate3d(0,1,0,-5deg)}100%{-webkit-transform:perspective(400px);transform:perspective(400px)}}.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) rotate3d(1,0,0,-20deg);opacity:1}100%{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,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) rotate3d(1,0,0,-20deg);opacity:1}100%{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}}.flipOutX{-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-animation-duration:.75s;animation-duration:.75s;-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) rotate3d(0,1,0,-15deg);opacity:1}100%{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,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) rotate3d(0,1,0,-15deg);opacity:1}100%{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);opacity:0}}.flipOutY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY;-webkit-animation-duration:.75s;animation-duration:.75s}@-webkit-keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg);opacity:1}100%{-webkit-transform:none;transform:none;opacity:1}}@keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg);opacity:1}100%{-webkit-transform:none;transform:none;opacity:1}}.lightSpeedIn{-webkit-animation-name:lightSpeedIn;animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOut{0%{opacity:1}100%{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOut{0%{opacity:1}100%{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.lightSpeedOut{-webkit-animation-name:lightSpeedOut;animation-name:lightSpeedOut;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,-200deg);transform:rotate3d(0,0,1,-200deg);opacity:0}100%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateIn{0%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,-200deg);transform:rotate3d(0,0,1,-200deg);opacity:0}100%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:none;transform:none;opacity:1}}.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-90deg);transform:rotate3d(0,0,1,-90deg);opacity:0}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-90deg);transform:rotate3d(0,0,1,-90deg);opacity:0}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight}@-webkit-keyframes rotateOut{0%{-webkit-transform-origin:center;transform-origin:center;opacity:1}100%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,200deg);transform:rotate3d(0,0,1,200deg);opacity:0}}@keyframes rotateOut{0%{-webkit-transform-origin:center;transform-origin:center;opacity:1}100%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,200deg);transform:rotate3d(0,0,1,200deg);opacity:0}}.rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut}@-webkit-keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}}.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft}@-webkit-keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight}@-webkit-keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft}@-webkit-keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,90deg);transform:rotate3d(0,0,1,90deg);opacity:0}}@keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,90deg);transform:rotate3d(0,0,1,90deg);opacity:0}}.rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight}@-webkit-keyframes hinge{0%{-webkit-transform-origin:top left;transform-origin:top left;-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-transform-origin:top left;transform-origin:top left;-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-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}100%{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{-webkit-transform-origin:top left;transform-origin:top left;-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-transform-origin:top left;transform-origin:top left;-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-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}100%{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}.hinge{-webkit-animation-name:hinge;animation-name:hinge}@-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)}100%{opacity:1;-webkit-transform:none;transform:none}}@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)}100%{opacity:1;-webkit-transform:none;transform:none}}.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}100%{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}100%{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg);transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg)}}.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}}.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)}}.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)}}.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)}}.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)}}.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)}100%{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}100%{opacity:0}}.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)}100%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-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)}100%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown}@-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)}100%{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}100%{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}.zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft}@-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)}100%{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}100%{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}.zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight}@-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)}100%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-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)}100%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp}@-webkit-keyframes slideInDown{0%{-webkit-transform:translateY(-100%);transform:translateY(-100%);visibility:visible}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes slideInDown{0%{-webkit-transform:translateY(-100%);transform:translateY(-100%);visibility:visible}100%{-webkit-transform:translateY(0);transform:translateY(0)}}.slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translateX(-100%);transform:translateX(-100%);visibility:visible}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes slideInLeft{0%{-webkit-transform:translateX(-100%);transform:translateX(-100%);visibility:visible}100%{-webkit-transform:translateX(0);transform:translateX(0)}}.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translateX(100%);transform:translateX(100%);visibility:visible}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes slideInRight{0%{-webkit-transform:translateX(100%);transform:translateX(100%);visibility:visible}100%{-webkit-transform:translateX(0);transform:translateX(0)}}.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translateY(100%);transform:translateY(100%);visibility:visible}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes slideInUp{0%{-webkit-transform:translateY(100%);transform:translateY(100%);visibility:visible}100%{-webkit-transform:translateY(0);transform:translateY(0)}}.slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateY(0);transform:translateY(0)}100%{visibility:hidden;-webkit-transform:translateY(100%);transform:translateY(100%)}}@keyframes slideOutDown{0%{-webkit-transform:translateY(0);transform:translateY(0)}100%{visibility:hidden;-webkit-transform:translateY(100%);transform:translateY(100%)}}.slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{visibility:hidden;-webkit-transform:translateX(-100%);transform:translateX(-100%)}}@keyframes slideOutLeft{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{visibility:hidden;-webkit-transform:translateX(-100%);transform:translateX(-100%)}}.slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{visibility:hidden;-webkit-transform:translateX(100%);transform:translateX(100%)}}@keyframes slideOutRight{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{visibility:hidden;-webkit-transform:translateX(100%);transform:translateX(100%)}}.slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateY(0);transform:translateY(0)}100%{visibility:hidden;-webkit-transform:translateY(-100%);transform:translateY(-100%)}}@keyframes slideOutUp{0%{-webkit-transform:translateY(0);transform:translateY(0)}100%{visibility:hidden;-webkit-transform:translateY(-100%);transform:translateY(-100%)}}.slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}.up-fa,.up-fas,.up-far,.up-fal,.up-fab{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.up-fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.up-fa-xs{font-size:.75em}.up-fa-sm{font-size:.875em}.up-fa-1x{font-size:1em}.up-fa-2x{font-size:2em}.up-fa-3x{font-size:3em}.up-fa-4x{font-size:4em}.up-fa-5x{font-size:5em}.up-fa-6x{font-size:6em}.up-fa-7x{font-size:7em}.up-fa-8x{font-size:8em}.up-fa-9x{font-size:9em}.up-fa-10x{font-size:10em}.up-fa-fw{text-align:center;width:1.25em}.up-fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.up-fa-ul>li{position:relative}.up-fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.up-fa-border{border:solid .08em #eee;border-radius:.1em;padding:.2em .25em .15em}.up-fa-pull-left{float:left}.up-fa-pull-right{float:right}.up-fa.up-fa-pull-left,.up-fas.up-fa-pull-left,.up-far.up-fa-pull-left,.up-fal.up-fa-pull-left,.up-fab.up-fa-pull-left{margin-right:.3em}.up-fa.up-fa-pull-right,.up-fas.up-fa-pull-right,.up-far.up-fa-pull-right,.up-fal.up-fa-pull-right,.up-fab.up-fa-pull-right{margin-left:.3em}.up-fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.up-fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes fa-spin{0{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.up-fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);transform:rotate(90deg)}.up-fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);transform:rotate(180deg)}.up-fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);transform:rotate(270deg)}.up-fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1,1);transform:scale(-1,1)}.up-fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1,-1);transform:scale(1,-1)}.up-fa-flip-both,.up-fa-flip-horizontal.up-fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(-1,-1);transform:scale(-1,-1)}:root .up-fa-rotate-90,:root .up-fa-rotate-180,:root .up-fa-rotate-270,:root .up-fa-flip-horizontal,:root .up-fa-flip-vertical,:root .up-fa-flip-both{-webkit-filter:none;filter:none}.up-fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.up-fa-stack-1x,.up-fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.up-fa-stack-1x{line-height:inherit}.up-fa-stack-2x{font-size:2em}.up-fa-inverse{color:#fff}.up-fa-500px:before{content:"\f26e"}.up-fa-accessible-icon:before{content:"\f368"}.up-fa-accusoft:before{content:"\f369"}.up-fa-acquisitions-incorporated:before{content:"\f6af"}.up-fa-ad:before{content:"\f641"}.up-fa-address-book:before{content:"\f2b9"}.up-fa-address-card:before{content:"\f2bb"}.up-fa-adjust:before{content:"\f042"}.up-fa-adn:before{content:"\f170"}.up-fa-adobe:before{content:"\f778"}.up-fa-adversal:before{content:"\f36a"}.up-fa-affiliatetheme:before{content:"\f36b"}.up-fa-air-freshener:before{content:"\f5d0"}.up-fa-airbnb:before{content:"\f834"}.up-fa-algolia:before{content:"\f36c"}.up-fa-align-center:before{content:"\f037"}.up-fa-align-justify:before{content:"\f039"}.up-fa-align-left:before{content:"\f036"}.up-fa-align-right:before{content:"\f038"}.up-fa-alipay:before{content:"\f642"}.up-fa-allergies:before{content:"\f461"}.up-fa-amazon:before{content:"\f270"}.up-fa-amazon-pay:before{content:"\f42c"}.up-fa-ambulance:before{content:"\f0f9"}.up-fa-american-sign-language-interpreting:before{content:"\f2a3"}.up-fa-amilia:before{content:"\f36d"}.up-fa-anchor:before{content:"\f13d"}.up-fa-android:before{content:"\f17b"}.up-fa-angellist:before{content:"\f209"}.up-fa-angle-double-down:before{content:"\f103"}.up-fa-angle-double-left:before{content:"\f100"}.up-fa-angle-double-right:before{content:"\f101"}.up-fa-angle-double-up:before{content:"\f102"}.up-fa-angle-down:before{content:"\f107"}.up-fa-angle-left:before{content:"\f104"}.up-fa-angle-right:before{content:"\f105"}.up-fa-angle-up:before{content:"\f106"}.up-fa-angry:before{content:"\f556"}.up-fa-angrycreative:before{content:"\f36e"}.up-fa-angular:before{content:"\f420"}.up-fa-ankh:before{content:"\f644"}.up-fa-app-store:before{content:"\f36f"}.up-fa-app-store-ios:before{content:"\f370"}.up-fa-apper:before{content:"\f371"}.up-fa-apple:before{content:"\f179"}.up-fa-apple-alt:before{content:"\f5d1"}.up-fa-apple-pay:before{content:"\f415"}.up-fa-archive:before{content:"\f187"}.up-fa-archway:before{content:"\f557"}.up-fa-arrow-alt-circle-down:before{content:"\f358"}.up-fa-arrow-alt-circle-left:before{content:"\f359"}.up-fa-arrow-alt-circle-right:before{content:"\f35a"}.up-fa-arrow-alt-circle-up:before{content:"\f35b"}.up-fa-arrow-circle-down:before{content:"\f0ab"}.up-fa-arrow-circle-left:before{content:"\f0a8"}.up-fa-arrow-circle-right:before{content:"\f0a9"}.up-fa-arrow-circle-up:before{content:"\f0aa"}.up-fa-arrow-down:before{content:"\f063"}.up-fa-arrow-left:before{content:"\f060"}.up-fa-arrow-right:before{content:"\f061"}.up-fa-arrow-up:before{content:"\f062"}.up-fa-arrows-alt:before{content:"\f0b2"}.up-fa-arrows-alt-h:before{content:"\f337"}.up-fa-arrows-alt-v:before{content:"\f338"}.up-fa-artstation:before{content:"\f77a"}.up-fa-assistive-listening-systems:before{content:"\f2a2"}.up-fa-asterisk:before{content:"\f069"}.up-fa-asymmetrik:before{content:"\f372"}.up-fa-at:before{content:"\f1fa"}.up-fa-atlas:before{content:"\f558"}.up-fa-atlassian:before{content:"\f77b"}.up-fa-atom:before{content:"\f5d2"}.up-fa-audible:before{content:"\f373"}.up-fa-audio-description:before{content:"\f29e"}.up-fa-autoprefixer:before{content:"\f41c"}.up-fa-avianex:before{content:"\f374"}.up-fa-aviato:before{content:"\f421"}.up-fa-award:before{content:"\f559"}.up-fa-aws:before{content:"\f375"}.up-fa-baby:before{content:"\f77c"}.up-fa-baby-carriage:before{content:"\f77d"}.up-fa-backspace:before{content:"\f55a"}.up-fa-backward:before{content:"\f04a"}.up-fa-bacon:before{content:"\f7e5"}.up-fa-balance-scale:before{content:"\f24e"}.up-fa-balance-scale-left:before{content:"\f515"}.up-fa-balance-scale-right:before{content:"\f516"}.up-fa-ban:before{content:"\f05e"}.up-fa-band-aid:before{content:"\f462"}.up-fa-bandcamp:before{content:"\f2d5"}.up-fa-barcode:before{content:"\f02a"}.up-fa-bars:before{content:"\f0c9"}.up-fa-baseball-ball:before{content:"\f433"}.up-fa-basketball-ball:before{content:"\f434"}.up-fa-bath:before{content:"\f2cd"}.up-fa-battery-empty:before{content:"\f244"}.up-fa-battery-full:before{content:"\f240"}.up-fa-battery-half:before{content:"\f242"}.up-fa-battery-quarter:before{content:"\f243"}.up-fa-battery-three-quarters:before{content:"\f241"}.up-fa-battle-net:before{content:"\f835"}.up-fa-bed:before{content:"\f236"}.up-fa-beer:before{content:"\f0fc"}.up-fa-behance:before{content:"\f1b4"}.up-fa-behance-square:before{content:"\f1b5"}.up-fa-bell:before{content:"\f0f3"}.up-fa-bell-slash:before{content:"\f1f6"}.up-fa-bezier-curve:before{content:"\f55b"}.up-fa-bible:before{content:"\f647"}.up-fa-bicycle:before{content:"\f206"}.up-fa-biking:before{content:"\f84a"}.up-fa-bimobject:before{content:"\f378"}.up-fa-binoculars:before{content:"\f1e5"}.up-fa-biohazard:before{content:"\f780"}.up-fa-birthday-cake:before{content:"\f1fd"}.up-fa-bitbucket:before{content:"\f171"}.up-fa-bitcoin:before{content:"\f379"}.up-fa-bity:before{content:"\f37a"}.up-fa-black-tie:before{content:"\f27e"}.up-fa-blackberry:before{content:"\f37b"}.up-fa-blender:before{content:"\f517"}.up-fa-blender-phone:before{content:"\f6b6"}.up-fa-blind:before{content:"\f29d"}.up-fa-blog:before{content:"\f781"}.up-fa-blogger:before{content:"\f37c"}.up-fa-blogger-b:before{content:"\f37d"}.up-fa-bluetooth:before{content:"\f293"}.up-fa-bluetooth-b:before{content:"\f294"}.up-fa-bold:before{content:"\f032"}.up-fa-bolt:before{content:"\f0e7"}.up-fa-bomb:before{content:"\f1e2"}.up-fa-bone:before{content:"\f5d7"}.up-fa-bong:before{content:"\f55c"}.up-fa-book:before{content:"\f02d"}.up-fa-book-dead:before{content:"\f6b7"}.up-fa-book-medical:before{content:"\f7e6"}.up-fa-book-open:before{content:"\f518"}.up-fa-book-reader:before{content:"\f5da"}.up-fa-bookmark:before{content:"\f02e"}.up-fa-bootstrap:before{content:"\f836"}.up-fa-border-all:before{content:"\f84c"}.up-fa-border-none:before{content:"\f850"}.up-fa-border-style:before{content:"\f853"}.up-fa-bowling-ball:before{content:"\f436"}.up-fa-box:before{content:"\f466"}.up-fa-box-open:before{content:"\f49e"}.up-fa-boxes:before{content:"\f468"}.up-fa-braille:before{content:"\f2a1"}.up-fa-brain:before{content:"\f5dc"}.up-fa-bread-slice:before{content:"\f7ec"}.up-fa-briefcase:before{content:"\f0b1"}.up-fa-briefcase-medical:before{content:"\f469"}.up-fa-broadcast-tower:before{content:"\f519"}.up-fa-broom:before{content:"\f51a"}.up-fa-brush:before{content:"\f55d"}.up-fa-btc:before{content:"\f15a"}.up-fa-buffer:before{content:"\f837"}.up-fa-bug:before{content:"\f188"}.up-fa-building:before{content:"\f1ad"}.up-fa-bullhorn:before{content:"\f0a1"}.up-fa-bullseye:before{content:"\f140"}.up-fa-burn:before{content:"\f46a"}.up-fa-buromobelexperte:before{content:"\f37f"}.up-fa-bus:before{content:"\f207"}.up-fa-bus-alt:before{content:"\f55e"}.up-fa-business-time:before{content:"\f64a"}.up-fa-buysellads:before{content:"\f20d"}.up-fa-calculator:before{content:"\f1ec"}.up-fa-calendar:before{content:"\f133"}.up-fa-calendar-alt:before{content:"\f073"}.up-fa-calendar-check:before{content:"\f274"}.up-fa-calendar-day:before{content:"\f783"}.up-fa-calendar-minus:before{content:"\f272"}.up-fa-calendar-plus:before{content:"\f271"}.up-fa-calendar-times:before{content:"\f273"}.up-fa-calendar-week:before{content:"\f784"}.up-fa-camera:before{content:"\f030"}.up-fa-camera-retro:before{content:"\f083"}.up-fa-campground:before{content:"\f6bb"}.up-fa-canadian-maple-leaf:before{content:"\f785"}.up-fa-candy-cane:before{content:"\f786"}.up-fa-cannabis:before{content:"\f55f"}.up-fa-capsules:before{content:"\f46b"}.up-fa-car:before{content:"\f1b9"}.up-fa-car-alt:before{content:"\f5de"}.up-fa-car-battery:before{content:"\f5df"}.up-fa-car-crash:before{content:"\f5e1"}.up-fa-car-side:before{content:"\f5e4"}.up-fa-caret-down:before{content:"\f0d7"}.up-fa-caret-left:before{content:"\f0d9"}.up-fa-caret-right:before{content:"\f0da"}.up-fa-caret-square-down:before{content:"\f150"}.up-fa-caret-square-left:before{content:"\f191"}.up-fa-caret-square-right:before{content:"\f152"}.up-fa-caret-square-up:before{content:"\f151"}.up-fa-caret-up:before{content:"\f0d8"}.up-fa-carrot:before{content:"\f787"}.up-fa-cart-arrow-down:before{content:"\f218"}.up-fa-cart-plus:before{content:"\f217"}.up-fa-cash-register:before{content:"\f788"}.up-fa-cat:before{content:"\f6be"}.up-fa-cc-amazon-pay:before{content:"\f42d"}.up-fa-cc-amex:before{content:"\f1f3"}.up-fa-cc-apple-pay:before{content:"\f416"}.up-fa-cc-diners-club:before{content:"\f24c"}.up-fa-cc-discover:before{content:"\f1f2"}.up-fa-cc-jcb:before{content:"\f24b"}.up-fa-cc-mastercard:before{content:"\f1f1"}.up-fa-cc-paypal:before{content:"\f1f4"}.up-fa-cc-stripe:before{content:"\f1f5"}.up-fa-cc-visa:before{content:"\f1f0"}.up-fa-centercode:before{content:"\f380"}.up-fa-centos:before{content:"\f789"}.up-fa-certificate:before{content:"\f0a3"}.up-fa-chair:before{content:"\f6c0"}.up-fa-chalkboard:before{content:"\f51b"}.up-fa-chalkboard-teacher:before{content:"\f51c"}.up-fa-charging-station:before{content:"\f5e7"}.up-fa-chart-area:before{content:"\f1fe"}.up-fa-chart-bar:before{content:"\f080"}.up-fa-chart-line:before{content:"\f201"}.up-fa-chart-pie:before{content:"\f200"}.up-fa-check:before{content:"\f00c"}.up-fa-check-circle:before{content:"\f058"}.up-fa-check-double:before{content:"\f560"}.up-fa-check-square:before{content:"\f14a"}.up-fa-cheese:before{content:"\f7ef"}.up-fa-chess:before{content:"\f439"}.up-fa-chess-bishop:before{content:"\f43a"}.up-fa-chess-board:before{content:"\f43c"}.up-fa-chess-king:before{content:"\f43f"}.up-fa-chess-knight:before{content:"\f441"}.up-fa-chess-pawn:before{content:"\f443"}.up-fa-chess-queen:before{content:"\f445"}.up-fa-chess-rook:before{content:"\f447"}.up-fa-chevron-circle-down:before{content:"\f13a"}.up-fa-chevron-circle-left:before{content:"\f137"}.up-fa-chevron-circle-right:before{content:"\f138"}.up-fa-chevron-circle-up:before{content:"\f139"}.up-fa-chevron-down:before{content:"\f078"}.up-fa-chevron-left:before{content:"\f053"}.up-fa-chevron-right:before{content:"\f054"}.up-fa-chevron-up:before{content:"\f077"}.up-fa-child:before{content:"\f1ae"}.up-fa-chrome:before{content:"\f268"}.up-fa-chromecast:before{content:"\f838"}.up-fa-church:before{content:"\f51d"}.up-fa-circle:before{content:"\f111"}.up-fa-circle-notch:before{content:"\f1ce"}.up-fa-city:before{content:"\f64f"}.up-fa-clinic-medical:before{content:"\f7f2"}.up-fa-clipboard:before{content:"\f328"}.up-fa-clipboard-check:before{content:"\f46c"}.up-fa-clipboard-list:before{content:"\f46d"}.up-fa-clock:before{content:"\f017"}.up-fa-clone:before{content:"\f24d"}.up-fa-closed-captioning:before{content:"\f20a"}.up-fa-cloud:before{content:"\f0c2"}.up-fa-cloud-download-alt:before{content:"\f381"}.up-fa-cloud-meatball:before{content:"\f73b"}.up-fa-cloud-moon:before{content:"\f6c3"}.up-fa-cloud-moon-rain:before{content:"\f73c"}.up-fa-cloud-rain:before{content:"\f73d"}.up-fa-cloud-showers-heavy:before{content:"\f740"}.up-fa-cloud-sun:before{content:"\f6c4"}.up-fa-cloud-sun-rain:before{content:"\f743"}.up-fa-cloud-upload-alt:before{content:"\f382"}.up-fa-cloudscale:before{content:"\f383"}.up-fa-cloudsmith:before{content:"\f384"}.up-fa-cloudversify:before{content:"\f385"}.up-fa-cocktail:before{content:"\f561"}.up-fa-code:before{content:"\f121"}.up-fa-code-branch:before{content:"\f126"}.up-fa-codepen:before{content:"\f1cb"}.up-fa-codiepie:before{content:"\f284"}.up-fa-coffee:before{content:"\f0f4"}.up-fa-cog:before{content:"\f013"}.up-fa-cogs:before{content:"\f085"}.up-fa-coins:before{content:"\f51e"}.up-fa-columns:before{content:"\f0db"}.up-fa-comment:before{content:"\f075"}.up-fa-comment-alt:before{content:"\f27a"}.up-fa-comment-dollar:before{content:"\f651"}.up-fa-comment-dots:before{content:"\f4ad"}.up-fa-comment-medical:before{content:"\f7f5"}.up-fa-comment-slash:before{content:"\f4b3"}.up-fa-comments:before{content:"\f086"}.up-fa-comments-dollar:before{content:"\f653"}.up-fa-compact-disc:before{content:"\f51f"}.up-fa-compass:before{content:"\f14e"}.up-fa-compress:before{content:"\f066"}.up-fa-compress-arrows-alt:before{content:"\f78c"}.up-fa-concierge-bell:before{content:"\f562"}.up-fa-confluence:before{content:"\f78d"}.up-fa-connectdevelop:before{content:"\f20e"}.up-fa-contao:before{content:"\f26d"}.up-fa-cookie:before{content:"\f563"}.up-fa-cookie-bite:before{content:"\f564"}.up-fa-copy:before{content:"\f0c5"}.up-fa-copyright:before{content:"\f1f9"}.up-fa-couch:before{content:"\f4b8"}.up-fa-cpanel:before{content:"\f388"}.up-fa-creative-commons:before{content:"\f25e"}.up-fa-creative-commons-by:before{content:"\f4e7"}.up-fa-creative-commons-nc:before{content:"\f4e8"}.up-fa-creative-commons-nc-eu:before{content:"\f4e9"}.up-fa-creative-commons-nc-jp:before{content:"\f4ea"}.up-fa-creative-commons-nd:before{content:"\f4eb"}.up-fa-creative-commons-pd:before{content:"\f4ec"}.up-fa-creative-commons-pd-alt:before{content:"\f4ed"}.up-fa-creative-commons-remix:before{content:"\f4ee"}.up-fa-creative-commons-sa:before{content:"\f4ef"}.up-fa-creative-commons-sampling:before{content:"\f4f0"}.up-fa-creative-commons-sampling-plus:before{content:"\f4f1"}.up-fa-creative-commons-share:before{content:"\f4f2"}.up-fa-creative-commons-zero:before{content:"\f4f3"}.up-fa-credit-card:before{content:"\f09d"}.up-fa-critical-role:before{content:"\f6c9"}.up-fa-crop:before{content:"\f125"}.up-fa-crop-alt:before{content:"\f565"}.up-fa-cross:before{content:"\f654"}.up-fa-crosshairs:before{content:"\f05b"}.up-fa-crow:before{content:"\f520"}.up-fa-crown:before{content:"\f521"}.up-fa-crutch:before{content:"\f7f7"}.up-fa-css3:before{content:"\f13c"}.up-fa-css3-alt:before{content:"\f38b"}.up-fa-cube:before{content:"\f1b2"}.up-fa-cubes:before{content:"\f1b3"}.up-fa-cut:before{content:"\f0c4"}.up-fa-cuttlefish:before{content:"\f38c"}.up-fa-d-and-d:before{content:"\f38d"}.up-fa-d-and-d-beyond:before{content:"\f6ca"}.up-fa-dashcube:before{content:"\f210"}.up-fa-database:before{content:"\f1c0"}.up-fa-deaf:before{content:"\f2a4"}.up-fa-delicious:before{content:"\f1a5"}.up-fa-democrat:before{content:"\f747"}.up-fa-deploydog:before{content:"\f38e"}.up-fa-deskpro:before{content:"\f38f"}.up-fa-desktop:before{content:"\f108"}.up-fa-dev:before{content:"\f6cc"}.up-fa-deviantart:before{content:"\f1bd"}.up-fa-dharmachakra:before{content:"\f655"}.up-fa-dhl:before{content:"\f790"}.up-fa-diagnoses:before{content:"\f470"}.up-fa-diaspora:before{content:"\f791"}.up-fa-dice:before{content:"\f522"}.up-fa-dice-d20:before{content:"\f6cf"}.up-fa-dice-d6:before{content:"\f6d1"}.up-fa-dice-five:before{content:"\f523"}.up-fa-dice-four:before{content:"\f524"}.up-fa-dice-one:before{content:"\f525"}.up-fa-dice-six:before{content:"\f526"}.up-fa-dice-three:before{content:"\f527"}.up-fa-dice-two:before{content:"\f528"}.up-fa-digg:before{content:"\f1a6"}.up-fa-digital-ocean:before{content:"\f391"}.up-fa-digital-tachograph:before{content:"\f566"}.up-fa-directions:before{content:"\f5eb"}.up-fa-discord:before{content:"\f392"}.up-fa-discourse:before{content:"\f393"}.up-fa-divide:before{content:"\f529"}.up-fa-dizzy:before{content:"\f567"}.up-fa-dna:before{content:"\f471"}.up-fa-dochub:before{content:"\f394"}.up-fa-docker:before{content:"\f395"}.up-fa-dog:before{content:"\f6d3"}.up-fa-dollar-sign:before{content:"\f155"}.up-fa-dolly:before{content:"\f472"}.up-fa-dolly-flatbed:before{content:"\f474"}.up-fa-donate:before{content:"\f4b9"}.up-fa-door-closed:before{content:"\f52a"}.up-fa-door-open:before{content:"\f52b"}.up-fa-dot-circle:before{content:"\f192"}.up-fa-dove:before{content:"\f4ba"}.up-fa-download:before{content:"\f019"}.up-fa-draft2digital:before{content:"\f396"}.up-fa-drafting-compass:before{content:"\f568"}.up-fa-dragon:before{content:"\f6d5"}.up-fa-draw-polygon:before{content:"\f5ee"}.up-fa-dribbble:before{content:"\f17d"}.up-fa-dribbble-square:before{content:"\f397"}.up-fa-dropbox:before{content:"\f16b"}.up-fa-drum:before{content:"\f569"}.up-fa-drum-steelpan:before{content:"\f56a"}.up-fa-drumstick-bite:before{content:"\f6d7"}.up-fa-drupal:before{content:"\f1a9"}.up-fa-dumbbell:before{content:"\f44b"}.up-fa-dumpster:before{content:"\f793"}.up-fa-dumpster-fire:before{content:"\f794"}.up-fa-dungeon:before{content:"\f6d9"}.up-fa-dyalog:before{content:"\f399"}.up-fa-earlybirds:before{content:"\f39a"}.up-fa-ebay:before{content:"\f4f4"}.up-fa-edge:before{content:"\f282"}.up-fa-edit:before{content:"\f044"}.up-fa-egg:before{content:"\f7fb"}.up-fa-eject:before{content:"\f052"}.up-fa-elementor:before{content:"\f430"}.up-fa-ellipsis-h:before{content:"\f141"}.up-fa-ellipsis-v:before{content:"\f142"}.up-fa-ello:before{content:"\f5f1"}.up-fa-ember:before{content:"\f423"}.up-fa-empire:before{content:"\f1d1"}.up-fa-envelope:before{content:"\f0e0"}.up-fa-envelope-open:before{content:"\f2b6"}.up-fa-envelope-open-text:before{content:"\f658"}.up-fa-envelope-square:before{content:"\f199"}.up-fa-envira:before{content:"\f299"}.up-fa-equals:before{content:"\f52c"}.up-fa-eraser:before{content:"\f12d"}.up-fa-erlang:before{content:"\f39d"}.up-fa-ethereum:before{content:"\f42e"}.up-fa-ethernet:before{content:"\f796"}.up-fa-etsy:before{content:"\f2d7"}.up-fa-euro-sign:before{content:"\f153"}.up-fa-evernote:before{content:"\f839"}.up-fa-exchange-alt:before{content:"\f362"}.up-fa-exclamation:before{content:"\f12a"}.up-fa-exclamation-circle:before{content:"\f06a"}.up-fa-exclamation-triangle:before{content:"\f071"}.up-fa-expand:before{content:"\f065"}.up-fa-expand-arrows-alt:before{content:"\f31e"}.up-fa-expeditedssl:before{content:"\f23e"}.up-fa-external-link-alt:before{content:"\f35d"}.up-fa-external-link-square-alt:before{content:"\f360"}.up-fa-eye:before{content:"\f06e"}.up-fa-eye-dropper:before{content:"\f1fb"}.up-fa-eye-slash:before{content:"\f070"}.up-fa-facebook:before{content:"\f09a"}.up-fa-facebook-f:before{content:"\f39e"}.up-fa-facebook-messenger:before{content:"\f39f"}.up-fa-facebook-square:before{content:"\f082"}.up-fa-fan:before{content:"\f863"}.up-fa-fantasy-flight-games:before{content:"\f6dc"}.up-fa-fast-backward:before{content:"\f049"}.up-fa-fast-forward:before{content:"\f050"}.up-fa-fax:before{content:"\f1ac"}.up-fa-feather:before{content:"\f52d"}.up-fa-feather-alt:before{content:"\f56b"}.up-fa-fedex:before{content:"\f797"}.up-fa-fedora:before{content:"\f798"}.up-fa-female:before{content:"\f182"}.up-fa-fighter-jet:before{content:"\f0fb"}.up-fa-figma:before{content:"\f799"}.up-fa-file:before{content:"\f15b"}.up-fa-file-alt:before{content:"\f15c"}.up-fa-file-archive:before{content:"\f1c6"}.up-fa-file-audio:before{content:"\f1c7"}.up-fa-file-code:before{content:"\f1c9"}.up-fa-file-contract:before{content:"\f56c"}.up-fa-file-csv:before{content:"\f6dd"}.up-fa-file-download:before{content:"\f56d"}.up-fa-file-excel:before{content:"\f1c3"}.up-fa-file-export:before{content:"\f56e"}.up-fa-file-image:before{content:"\f1c5"}.up-fa-file-import:before{content:"\f56f"}.up-fa-file-invoice:before{content:"\f570"}.up-fa-file-invoice-dollar:before{content:"\f571"}.up-fa-file-medical:before{content:"\f477"}.up-fa-file-medical-alt:before{content:"\f478"}.up-fa-file-pdf:before{content:"\f1c1"}.up-fa-file-powerpoint:before{content:"\f1c4"}.up-fa-file-prescription:before{content:"\f572"}.up-fa-file-signature:before{content:"\f573"}.up-fa-file-upload:before{content:"\f574"}.up-fa-file-video:before{content:"\f1c8"}.up-fa-file-word:before{content:"\f1c2"}.up-fa-fill:before{content:"\f575"}.up-fa-fill-drip:before{content:"\f576"}.up-fa-film:before{content:"\f008"}.up-fa-filter:before{content:"\f0b0"}.up-fa-fingerprint:before{content:"\f577"}.up-fa-fire:before{content:"\f06d"}.up-fa-fire-alt:before{content:"\f7e4"}.up-fa-fire-extinguisher:before{content:"\f134"}.up-fa-firefox:before{content:"\f269"}.up-fa-first-aid:before{content:"\f479"}.up-fa-first-order:before{content:"\f2b0"}.up-fa-first-order-alt:before{content:"\f50a"}.up-fa-firstdraft:before{content:"\f3a1"}.up-fa-fish:before{content:"\f578"}.up-fa-fist-raised:before{content:"\f6de"}.up-fa-flag:before{content:"\f024"}.up-fa-flag-checkered:before{content:"\f11e"}.up-fa-flag-usa:before{content:"\f74d"}.up-fa-flask:before{content:"\f0c3"}.up-fa-flickr:before{content:"\f16e"}.up-fa-flipboard:before{content:"\f44d"}.up-fa-flushed:before{content:"\f579"}.up-fa-fly:before{content:"\f417"}.up-fa-folder:before{content:"\f07b"}.up-fa-folder-minus:before{content:"\f65d"}.up-fa-folder-open:before{content:"\f07c"}.up-fa-folder-plus:before{content:"\f65e"}.up-fa-font:before{content:"\f031"}.up-fa-font-awesome:before{content:"\f2b4"}.up-fa-font-awesome-alt:before{content:"\f35c"}.up-fa-font-awesome-flag:before{content:"\f425"}.up-fa-font-awesome-logo-full:before{content:"\f4e6"}.up-fa-fonticons:before{content:"\f280"}.up-fa-fonticons-fi:before{content:"\f3a2"}.up-fa-football-ball:before{content:"\f44e"}.up-fa-fort-awesome:before{content:"\f286"}.up-fa-fort-awesome-alt:before{content:"\f3a3"}.up-fa-forumbee:before{content:"\f211"}.up-fa-forward:before{content:"\f04e"}.up-fa-foursquare:before{content:"\f180"}.up-fa-free-code-camp:before{content:"\f2c5"}.up-fa-freebsd:before{content:"\f3a4"}.up-fa-frog:before{content:"\f52e"}.up-fa-frown:before{content:"\f119"}.up-fa-frown-open:before{content:"\f57a"}.up-fa-fulcrum:before{content:"\f50b"}.up-fa-funnel-dollar:before{content:"\f662"}.up-fa-futbol:before{content:"\f1e3"}.up-fa-galactic-republic:before{content:"\f50c"}.up-fa-galactic-senate:before{content:"\f50d"}.up-fa-gamepad:before{content:"\f11b"}.up-fa-gas-pump:before{content:"\f52f"}.up-fa-gavel:before{content:"\f0e3"}.up-fa-gem:before{content:"\f3a5"}.up-fa-genderless:before{content:"\f22d"}.up-fa-get-pocket:before{content:"\f265"}.up-fa-gg:before{content:"\f260"}.up-fa-gg-circle:before{content:"\f261"}.up-fa-ghost:before{content:"\f6e2"}.up-fa-gift:before{content:"\f06b"}.up-fa-gifts:before{content:"\f79c"}.up-fa-git:before{content:"\f1d3"}.up-fa-git-alt:before{content:"\f841"}.up-fa-git-square:before{content:"\f1d2"}.up-fa-github:before{content:"\f09b"}.up-fa-github-alt:before{content:"\f113"}.up-fa-github-square:before{content:"\f092"}.up-fa-gitkraken:before{content:"\f3a6"}.up-fa-gitlab:before{content:"\f296"}.up-fa-gitter:before{content:"\f426"}.up-fa-glass-cheers:before{content:"\f79f"}.up-fa-glass-martini:before{content:"\f000"}.up-fa-glass-martini-alt:before{content:"\f57b"}.up-fa-glass-whiskey:before{content:"\f7a0"}.up-fa-glasses:before{content:"\f530"}.up-fa-glide:before{content:"\f2a5"}.up-fa-glide-g:before{content:"\f2a6"}.up-fa-globe:before{content:"\f0ac"}.up-fa-globe-africa:before{content:"\f57c"}.up-fa-globe-americas:before{content:"\f57d"}.up-fa-globe-asia:before{content:"\f57e"}.up-fa-globe-europe:before{content:"\f7a2"}.up-fa-gofore:before{content:"\f3a7"}.up-fa-golf-ball:before{content:"\f450"}.up-fa-goodreads:before{content:"\f3a8"}.up-fa-goodreads-g:before{content:"\f3a9"}.up-fa-google:before{content:"\f1a0"}.up-fa-google-drive:before{content:"\f3aa"}.up-fa-google-play:before{content:"\f3ab"}.up-fa-google-plus:before{content:"\f2b3"}.up-fa-google-plus-g:before{content:"\f0d5"}.up-fa-google-plus-square:before{content:"\f0d4"}.up-fa-google-wallet:before{content:"\f1ee"}.up-fa-gopuram:before{content:"\f664"}.up-fa-graduation-cap:before{content:"\f19d"}.up-fa-gratipay:before{content:"\f184"}.up-fa-grav:before{content:"\f2d6"}.up-fa-greater-than:before{content:"\f531"}.up-fa-greater-than-equal:before{content:"\f532"}.up-fa-grimace:before{content:"\f57f"}.up-fa-grin:before{content:"\f580"}.up-fa-grin-alt:before{content:"\f581"}.up-fa-grin-beam:before{content:"\f582"}.up-fa-grin-beam-sweat:before{content:"\f583"}.up-fa-grin-hearts:before{content:"\f584"}.up-fa-grin-squint:before{content:"\f585"}.up-fa-grin-squint-tears:before{content:"\f586"}.up-fa-grin-stars:before{content:"\f587"}.up-fa-grin-tears:before{content:"\f588"}.up-fa-grin-tongue:before{content:"\f589"}.up-fa-grin-tongue-squint:before{content:"\f58a"}.up-fa-grin-tongue-wink:before{content:"\f58b"}.up-fa-grin-wink:before{content:"\f58c"}.up-fa-grip-horizontal:before{content:"\f58d"}.up-fa-grip-lines:before{content:"\f7a4"}.up-fa-grip-lines-vertical:before{content:"\f7a5"}.up-fa-grip-vertical:before{content:"\f58e"}.up-fa-gripfire:before{content:"\f3ac"}.up-fa-grunt:before{content:"\f3ad"}.up-fa-guitar:before{content:"\f7a6"}.up-fa-gulp:before{content:"\f3ae"}.up-fa-h-square:before{content:"\f0fd"}.up-fa-hacker-news:before{content:"\f1d4"}.up-fa-hacker-news-square:before{content:"\f3af"}.up-fa-hackerrank:before{content:"\f5f7"}.up-fa-hamburger:before{content:"\f805"}.up-fa-hammer:before{content:"\f6e3"}.up-fa-hamsa:before{content:"\f665"}.up-fa-hand-holding:before{content:"\f4bd"}.up-fa-hand-holding-heart:before{content:"\f4be"}.up-fa-hand-holding-usd:before{content:"\f4c0"}.up-fa-hand-lizard:before{content:"\f258"}.up-fa-hand-middle-finger:before{content:"\f806"}.up-fa-hand-paper:before{content:"\f256"}.up-fa-hand-peace:before{content:"\f25b"}.up-fa-hand-point-down:before{content:"\f0a7"}.up-fa-hand-point-left:before{content:"\f0a5"}.up-fa-hand-point-right:before{content:"\f0a4"}.up-fa-hand-point-up:before{content:"\f0a6"}.up-fa-hand-pointer:before{content:"\f25a"}.up-fa-hand-rock:before{content:"\f255"}.up-fa-hand-scissors:before{content:"\f257"}.up-fa-hand-spock:before{content:"\f259"}.up-fa-hands:before{content:"\f4c2"}.up-fa-hands-helping:before{content:"\f4c4"}.up-fa-handshake:before{content:"\f2b5"}.up-fa-hanukiah:before{content:"\f6e6"}.up-fa-hard-hat:before{content:"\f807"}.up-fa-hashtag:before{content:"\f292"}.up-fa-hat-wizard:before{content:"\f6e8"}.up-fa-haykal:before{content:"\f666"}.up-fa-hdd:before{content:"\f0a0"}.up-fa-heading:before{content:"\f1dc"}.up-fa-headphones:before{content:"\f025"}.up-fa-headphones-alt:before{content:"\f58f"}.up-fa-headset:before{content:"\f590"}.up-fa-heart:before{content:"\f004"}.up-fa-heart-broken:before{content:"\f7a9"}.up-fa-heartbeat:before{content:"\f21e"}.up-fa-helicopter:before{content:"\f533"}.up-fa-highlighter:before{content:"\f591"}.up-fa-hiking:before{content:"\f6ec"}.up-fa-hippo:before{content:"\f6ed"}.up-fa-hips:before{content:"\f452"}.up-fa-hire-a-helper:before{content:"\f3b0"}.up-fa-history:before{content:"\f1da"}.up-fa-hockey-puck:before{content:"\f453"}.up-fa-holly-berry:before{content:"\f7aa"}.up-fa-home:before{content:"\f015"}.up-fa-hooli:before{content:"\f427"}.up-fa-hornbill:before{content:"\f592"}.up-fa-horse:before{content:"\f6f0"}.up-fa-horse-head:before{content:"\f7ab"}.up-fa-hospital:before{content:"\f0f8"}.up-fa-hospital-alt:before{content:"\f47d"}.up-fa-hospital-symbol:before{content:"\f47e"}.up-fa-hot-tub:before{content:"\f593"}.up-fa-hotdog:before{content:"\f80f"}.up-fa-hotel:before{content:"\f594"}.up-fa-hotjar:before{content:"\f3b1"}.up-fa-hourglass:before{content:"\f254"}.up-fa-hourglass-end:before{content:"\f253"}.up-fa-hourglass-half:before{content:"\f252"}.up-fa-hourglass-start:before{content:"\f251"}.up-fa-house-damage:before{content:"\f6f1"}.up-fa-houzz:before{content:"\f27c"}.up-fa-hryvnia:before{content:"\f6f2"}.up-fa-html5:before{content:"\f13b"}.up-fa-hubspot:before{content:"\f3b2"}.up-fa-i-cursor:before{content:"\f246"}.up-fa-ice-cream:before{content:"\f810"}.up-fa-icicles:before{content:"\f7ad"}.up-fa-icons:before{content:"\f86d"}.up-fa-id-badge:before{content:"\f2c1"}.up-fa-id-card:before{content:"\f2c2"}.up-fa-id-card-alt:before{content:"\f47f"}.up-fa-igloo:before{content:"\f7ae"}.up-fa-image:before{content:"\f03e"}.up-fa-images:before{content:"\f302"}.up-fa-imdb:before{content:"\f2d8"}.up-fa-inbox:before{content:"\f01c"}.up-fa-indent:before{content:"\f03c"}.up-fa-industry:before{content:"\f275"}.up-fa-infinity:before{content:"\f534"}.up-fa-info:before{content:"\f129"}.up-fa-info-circle:before{content:"\f05a"}.up-fa-instagram:before{content:"\f16d"}.up-fa-intercom:before{content:"\f7af"}.up-fa-internet-explorer:before{content:"\f26b"}.up-fa-invision:before{content:"\f7b0"}.up-fa-ioxhost:before{content:"\f208"}.up-fa-italic:before{content:"\f033"}.up-fa-itch-io:before{content:"\f83a"}.up-fa-itunes:before{content:"\f3b4"}.up-fa-itunes-note:before{content:"\f3b5"}.up-fa-java:before{content:"\f4e4"}.up-fa-jedi:before{content:"\f669"}.up-fa-jedi-order:before{content:"\f50e"}.up-fa-jenkins:before{content:"\f3b6"}.up-fa-jira:before{content:"\f7b1"}.up-fa-joget:before{content:"\f3b7"}.up-fa-joint:before{content:"\f595"}.up-fa-joomla:before{content:"\f1aa"}.up-fa-journal-whills:before{content:"\f66a"}.up-fa-js:before{content:"\f3b8"}.up-fa-js-square:before{content:"\f3b9"}.up-fa-jsfiddle:before{content:"\f1cc"}.up-fa-kaaba:before{content:"\f66b"}.up-fa-kaggle:before{content:"\f5fa"}.up-fa-key:before{content:"\f084"}.up-fa-keybase:before{content:"\f4f5"}.up-fa-keyboard:before{content:"\f11c"}.up-fa-keycdn:before{content:"\f3ba"}.up-fa-khanda:before{content:"\f66d"}.up-fa-kickstarter:before{content:"\f3bb"}.up-fa-kickstarter-k:before{content:"\f3bc"}.up-fa-kiss:before{content:"\f596"}.up-fa-kiss-beam:before{content:"\f597"}.up-fa-kiss-wink-heart:before{content:"\f598"}.up-fa-kiwi-bird:before{content:"\f535"}.up-fa-korvue:before{content:"\f42f"}.up-fa-landmark:before{content:"\f66f"}.up-fa-language:before{content:"\f1ab"}.up-fa-laptop:before{content:"\f109"}.up-fa-laptop-code:before{content:"\f5fc"}.up-fa-laptop-medical:before{content:"\f812"}.up-fa-laravel:before{content:"\f3bd"}.up-fa-lastfm:before{content:"\f202"}.up-fa-lastfm-square:before{content:"\f203"}.up-fa-laugh:before{content:"\f599"}.up-fa-laugh-beam:before{content:"\f59a"}.up-fa-laugh-squint:before{content:"\f59b"}.up-fa-laugh-wink:before{content:"\f59c"}.up-fa-layer-group:before{content:"\f5fd"}.up-fa-leaf:before{content:"\f06c"}.up-fa-leanpub:before{content:"\f212"}.up-fa-lemon:before{content:"\f094"}.up-fa-less:before{content:"\f41d"}.up-fa-less-than:before{content:"\f536"}.up-fa-less-than-equal:before{content:"\f537"}.up-fa-level-down-alt:before{content:"\f3be"}.up-fa-level-up-alt:before{content:"\f3bf"}.up-fa-life-ring:before{content:"\f1cd"}.up-fa-lightbulb:before{content:"\f0eb"}.up-fa-line:before{content:"\f3c0"}.up-fa-link:before{content:"\f0c1"}.up-fa-linkedin:before{content:"\f08c"}.up-fa-linkedin-in:before{content:"\f0e1"}.up-fa-linode:before{content:"\f2b8"}.up-fa-linux:before{content:"\f17c"}.up-fa-lira-sign:before{content:"\f195"}.up-fa-list:before{content:"\f03a"}.up-fa-list-alt:before{content:"\f022"}.up-fa-list-ol:before{content:"\f0cb"}.up-fa-list-ul:before{content:"\f0ca"}.up-fa-location-arrow:before{content:"\f124"}.up-fa-lock:before{content:"\f023"}.up-fa-lock-open:before{content:"\f3c1"}.up-fa-long-arrow-alt-down:before{content:"\f309"}.up-fa-long-arrow-alt-left:before{content:"\f30a"}.up-fa-long-arrow-alt-right:before{content:"\f30b"}.up-fa-long-arrow-alt-up:before{content:"\f30c"}.up-fa-low-vision:before{content:"\f2a8"}.up-fa-luggage-cart:before{content:"\f59d"}.up-fa-lyft:before{content:"\f3c3"}.up-fa-magento:before{content:"\f3c4"}.up-fa-magic:before{content:"\f0d0"}.up-fa-magnet:before{content:"\f076"}.up-fa-mail-bulk:before{content:"\f674"}.up-fa-mailchimp:before{content:"\f59e"}.up-fa-male:before{content:"\f183"}.up-fa-mandalorian:before{content:"\f50f"}.up-fa-map:before{content:"\f279"}.up-fa-map-marked:before{content:"\f59f"}.up-fa-map-marked-alt:before{content:"\f5a0"}.up-fa-map-marker:before{content:"\f041"}.up-fa-map-marker-alt:before{content:"\f3c5"}.up-fa-map-pin:before{content:"\f276"}.up-fa-map-signs:before{content:"\f277"}.up-fa-markdown:before{content:"\f60f"}.up-fa-marker:before{content:"\f5a1"}.up-fa-mars:before{content:"\f222"}.up-fa-mars-double:before{content:"\f227"}.up-fa-mars-stroke:before{content:"\f229"}.up-fa-mars-stroke-h:before{content:"\f22b"}.up-fa-mars-stroke-v:before{content:"\f22a"}.up-fa-mask:before{content:"\f6fa"}.up-fa-mastodon:before{content:"\f4f6"}.up-fa-maxcdn:before{content:"\f136"}.up-fa-medal:before{content:"\f5a2"}.up-fa-medapps:before{content:"\f3c6"}.up-fa-medium:before{content:"\f23a"}.up-fa-medium-m:before{content:"\f3c7"}.up-fa-medkit:before{content:"\f0fa"}.up-fa-medrt:before{content:"\f3c8"}.up-fa-meetup:before{content:"\f2e0"}.up-fa-megaport:before{content:"\f5a3"}.up-fa-meh:before{content:"\f11a"}.up-fa-meh-blank:before{content:"\f5a4"}.up-fa-meh-rolling-eyes:before{content:"\f5a5"}.up-fa-memory:before{content:"\f538"}.up-fa-mendeley:before{content:"\f7b3"}.up-fa-menorah:before{content:"\f676"}.up-fa-mercury:before{content:"\f223"}.up-fa-meteor:before{content:"\f753"}.up-fa-microchip:before{content:"\f2db"}.up-fa-microphone:before{content:"\f130"}.up-fa-microphone-alt:before{content:"\f3c9"}.up-fa-microphone-alt-slash:before{content:"\f539"}.up-fa-microphone-slash:before{content:"\f131"}.up-fa-microscope:before{content:"\f610"}.up-fa-microsoft:before{content:"\f3ca"}.up-fa-minus:before{content:"\f068"}.up-fa-minus-circle:before{content:"\f056"}.up-fa-minus-square:before{content:"\f146"}.up-fa-mitten:before{content:"\f7b5"}.up-fa-mix:before{content:"\f3cb"}.up-fa-mixcloud:before{content:"\f289"}.up-fa-mizuni:before{content:"\f3cc"}.up-fa-mobile:before{content:"\f10b"}.up-fa-mobile-alt:before{content:"\f3cd"}.up-fa-modx:before{content:"\f285"}.up-fa-monero:before{content:"\f3d0"}.up-fa-money-bill:before{content:"\f0d6"}.up-fa-money-bill-alt:before{content:"\f3d1"}.up-fa-money-bill-wave:before{content:"\f53a"}.up-fa-money-bill-wave-alt:before{content:"\f53b"}.up-fa-money-check:before{content:"\f53c"}.up-fa-money-check-alt:before{content:"\f53d"}.up-fa-monument:before{content:"\f5a6"}.up-fa-moon:before{content:"\f186"}.up-fa-mortar-pestle:before{content:"\f5a7"}.up-fa-mosque:before{content:"\f678"}.up-fa-motorcycle:before{content:"\f21c"}.up-fa-mountain:before{content:"\f6fc"}.up-fa-mouse-pointer:before{content:"\f245"}.up-fa-mug-hot:before{content:"\f7b6"}.up-fa-music:before{content:"\f001"}.up-fa-napster:before{content:"\f3d2"}.up-fa-neos:before{content:"\f612"}.up-fa-network-wired:before{content:"\f6ff"}.up-fa-neuter:before{content:"\f22c"}.up-fa-newspaper:before{content:"\f1ea"}.up-fa-nimblr:before{content:"\f5a8"}.up-fa-node:before{content:"\f419"}.up-fa-node-js:before{content:"\f3d3"}.up-fa-not-equal:before{content:"\f53e"}.up-fa-notes-medical:before{content:"\f481"}.up-fa-npm:before{content:"\f3d4"}.up-fa-ns8:before{content:"\f3d5"}.up-fa-nutritionix:before{content:"\f3d6"}.up-fa-object-group:before{content:"\f247"}.up-fa-object-ungroup:before{content:"\f248"}.up-fa-odnoklassniki:before{content:"\f263"}.up-fa-odnoklassniki-square:before{content:"\f264"}.up-fa-oil-can:before{content:"\f613"}.up-fa-old-republic:before{content:"\f510"}.up-fa-om:before{content:"\f679"}.up-fa-opencart:before{content:"\f23d"}.up-fa-openid:before{content:"\f19b"}.up-fa-opera:before{content:"\f26a"}.up-fa-optin-monster:before{content:"\f23c"}.up-fa-osi:before{content:"\f41a"}.up-fa-otter:before{content:"\f700"}.up-fa-outdent:before{content:"\f03b"}.up-fa-page4:before{content:"\f3d7"}.up-fa-pagelines:before{content:"\f18c"}.up-fa-pager:before{content:"\f815"}.up-fa-paint-brush:before{content:"\f1fc"}.up-fa-paint-roller:before{content:"\f5aa"}.up-fa-palette:before{content:"\f53f"}.up-fa-palfed:before{content:"\f3d8"}.up-fa-pallet:before{content:"\f482"}.up-fa-paper-plane:before{content:"\f1d8"}.up-fa-paperclip:before{content:"\f0c6"}.up-fa-parachute-box:before{content:"\f4cd"}.up-fa-paragraph:before{content:"\f1dd"}.up-fa-parking:before{content:"\f540"}.up-fa-passport:before{content:"\f5ab"}.up-fa-pastafarianism:before{content:"\f67b"}.up-fa-paste:before{content:"\f0ea"}.up-fa-patreon:before{content:"\f3d9"}.up-fa-pause:before{content:"\f04c"}.up-fa-pause-circle:before{content:"\f28b"}.up-fa-paw:before{content:"\f1b0"}.up-fa-paypal:before{content:"\f1ed"}.up-fa-peace:before{content:"\f67c"}.up-fa-pen:before{content:"\f304"}.up-fa-pen-alt:before{content:"\f305"}.up-fa-pen-fancy:before{content:"\f5ac"}.up-fa-pen-nib:before{content:"\f5ad"}.up-fa-pen-square:before{content:"\f14b"}.up-fa-pencil-alt:before{content:"\f303"}.up-fa-pencil-ruler:before{content:"\f5ae"}.up-fa-penny-arcade:before{content:"\f704"}.up-fa-people-carry:before{content:"\f4ce"}.up-fa-pepper-hot:before{content:"\f816"}.up-fa-percent:before{content:"\f295"}.up-fa-percentage:before{content:"\f541"}.up-fa-periscope:before{content:"\f3da"}.up-fa-person-booth:before{content:"\f756"}.up-fa-phabricator:before{content:"\f3db"}.up-fa-phoenix-framework:before{content:"\f3dc"}.up-fa-phoenix-squadron:before{content:"\f511"}.up-fa-phone:before{content:"\f095"}.up-fa-phone-alt:before{content:"\f879"}.up-fa-phone-slash:before{content:"\f3dd"}.up-fa-phone-square:before{content:"\f098"}.up-fa-phone-square-alt:before{content:"\f87b"}.up-fa-phone-volume:before{content:"\f2a0"}.up-fa-photo-video:before{content:"\f87c"}.up-fa-php:before{content:"\f457"}.up-fa-pied-piper:before{content:"\f2ae"}.up-fa-pied-piper-alt:before{content:"\f1a8"}.up-fa-pied-piper-hat:before{content:"\f4e5"}.up-fa-pied-piper-pp:before{content:"\f1a7"}.up-fa-piggy-bank:before{content:"\f4d3"}.up-fa-pills:before{content:"\f484"}.up-fa-pinterest:before{content:"\f0d2"}.up-fa-pinterest-p:before{content:"\f231"}.up-fa-pinterest-square:before{content:"\f0d3"}.up-fa-pizza-slice:before{content:"\f818"}.up-fa-place-of-worship:before{content:"\f67f"}.up-fa-plane:before{content:"\f072"}.up-fa-plane-arrival:before{content:"\f5af"}.up-fa-plane-departure:before{content:"\f5b0"}.up-fa-play:before{content:"\f04b"}.up-fa-play-circle:before{content:"\f144"}.up-fa-playstation:before{content:"\f3df"}.up-fa-plug:before{content:"\f1e6"}.up-fa-plus:before{content:"\f067"}.up-fa-plus-circle:before{content:"\f055"}.up-fa-plus-square:before{content:"\f0fe"}.up-fa-podcast:before{content:"\f2ce"}.up-fa-poll:before{content:"\f681"}.up-fa-poll-h:before{content:"\f682"}.up-fa-poo:before{content:"\f2fe"}.up-fa-poo-storm:before{content:"\f75a"}.up-fa-poop:before{content:"\f619"}.up-fa-portrait:before{content:"\f3e0"}.up-fa-pound-sign:before{content:"\f154"}.up-fa-power-off:before{content:"\f011"}.up-fa-pray:before{content:"\f683"}.up-fa-praying-hands:before{content:"\f684"}.up-fa-prescription:before{content:"\f5b1"}.up-fa-prescription-bottle:before{content:"\f485"}.up-fa-prescription-bottle-alt:before{content:"\f486"}.up-fa-print:before{content:"\f02f"}.up-fa-procedures:before{content:"\f487"}.up-fa-product-hunt:before{content:"\f288"}.up-fa-project-diagram:before{content:"\f542"}.up-fa-pushed:before{content:"\f3e1"}.up-fa-puzzle-piece:before{content:"\f12e"}.up-fa-python:before{content:"\f3e2"}.up-fa-qq:before{content:"\f1d6"}.up-fa-qrcode:before{content:"\f029"}.up-fa-question:before{content:"\f128"}.up-fa-question-circle:before{content:"\f059"}.up-fa-quidditch:before{content:"\f458"}.up-fa-quinscape:before{content:"\f459"}.up-fa-quora:before{content:"\f2c4"}.up-fa-quote-left:before{content:"\f10d"}.up-fa-quote-right:before{content:"\f10e"}.up-fa-quran:before{content:"\f687"}.up-fa-r-project:before{content:"\f4f7"}.up-fa-radiation:before{content:"\f7b9"}.up-fa-radiation-alt:before{content:"\f7ba"}.up-fa-rainbow:before{content:"\f75b"}.up-fa-random:before{content:"\f074"}.up-fa-raspberry-pi:before{content:"\f7bb"}.up-fa-ravelry:before{content:"\f2d9"}.up-fa-react:before{content:"\f41b"}.up-fa-reacteurope:before{content:"\f75d"}.up-fa-readme:before{content:"\f4d5"}.up-fa-rebel:before{content:"\f1d0"}.up-fa-receipt:before{content:"\f543"}.up-fa-recycle:before{content:"\f1b8"}.up-fa-red-river:before{content:"\f3e3"}.up-fa-reddit:before{content:"\f1a1"}.up-fa-reddit-alien:before{content:"\f281"}.up-fa-reddit-square:before{content:"\f1a2"}.up-fa-redhat:before{content:"\f7bc"}.up-fa-redo:before{content:"\f01e"}.up-fa-redo-alt:before{content:"\f2f9"}.up-fa-registered:before{content:"\f25d"}.up-fa-remove-format:before{content:"\f87d"}.up-fa-renren:before{content:"\f18b"}.up-fa-reply:before{content:"\f3e5"}.up-fa-reply-all:before{content:"\f122"}.up-fa-replyd:before{content:"\f3e6"}.up-fa-republican:before{content:"\f75e"}.up-fa-researchgate:before{content:"\f4f8"}.up-fa-resolving:before{content:"\f3e7"}.up-fa-restroom:before{content:"\f7bd"}.up-fa-retweet:before{content:"\f079"}.up-fa-rev:before{content:"\f5b2"}.up-fa-ribbon:before{content:"\f4d6"}.up-fa-ring:before{content:"\f70b"}.up-fa-road:before{content:"\f018"}.up-fa-robot:before{content:"\f544"}.up-fa-rocket:before{content:"\f135"}.up-fa-rocketchat:before{content:"\f3e8"}.up-fa-rockrms:before{content:"\f3e9"}.up-fa-route:before{content:"\f4d7"}.up-fa-rss:before{content:"\f09e"}.up-fa-rss-square:before{content:"\f143"}.up-fa-ruble-sign:before{content:"\f158"}.up-fa-ruler:before{content:"\f545"}.up-fa-ruler-combined:before{content:"\f546"}.up-fa-ruler-horizontal:before{content:"\f547"}.up-fa-ruler-vertical:before{content:"\f548"}.up-fa-running:before{content:"\f70c"}.up-fa-rupee-sign:before{content:"\f156"}.up-fa-sad-cry:before{content:"\f5b3"}.up-fa-sad-tear:before{content:"\f5b4"}.up-fa-safari:before{content:"\f267"}.up-fa-salesforce:before{content:"\f83b"}.up-fa-sass:before{content:"\f41e"}.up-fa-satellite:before{content:"\f7bf"}.up-fa-satellite-dish:before{content:"\f7c0"}.up-fa-save:before{content:"\f0c7"}.up-fa-schlix:before{content:"\f3ea"}.up-fa-school:before{content:"\f549"}.up-fa-screwdriver:before{content:"\f54a"}.up-fa-scribd:before{content:"\f28a"}.up-fa-scroll:before{content:"\f70e"}.up-fa-sd-card:before{content:"\f7c2"}.up-fa-search:before{content:"\f002"}.up-fa-search-dollar:before{content:"\f688"}.up-fa-search-location:before{content:"\f689"}.up-fa-search-minus:before{content:"\f010"}.up-fa-search-plus:before{content:"\f00e"}.up-fa-searchengin:before{content:"\f3eb"}.up-fa-seedling:before{content:"\f4d8"}.up-fa-sellcast:before{content:"\f2da"}.up-fa-sellsy:before{content:"\f213"}.up-fa-server:before{content:"\f233"}.up-fa-servicestack:before{content:"\f3ec"}.up-fa-shapes:before{content:"\f61f"}.up-fa-share:before{content:"\f064"}.up-fa-share-alt:before{content:"\f1e0"}.up-fa-share-alt-square:before{content:"\f1e1"}.up-fa-share-square:before{content:"\f14d"}.up-fa-shekel-sign:before{content:"\f20b"}.up-fa-shield-alt:before{content:"\f3ed"}.up-fa-ship:before{content:"\f21a"}.up-fa-shipping-fast:before{content:"\f48b"}.up-fa-shirtsinbulk:before{content:"\f214"}.up-fa-shoe-prints:before{content:"\f54b"}.up-fa-shopping-bag:before{content:"\f290"}.up-fa-shopping-basket:before{content:"\f291"}.up-fa-shopping-cart:before{content:"\f07a"}.up-fa-shopware:before{content:"\f5b5"}.up-fa-shower:before{content:"\f2cc"}.up-fa-shuttle-van:before{content:"\f5b6"}.up-fa-sign:before{content:"\f4d9"}.up-fa-sign-in-alt:before{content:"\f2f6"}.up-fa-sign-language:before{content:"\f2a7"}.up-fa-sign-out-alt:before{content:"\f2f5"}.up-fa-signal:before{content:"\f012"}.up-fa-signature:before{content:"\f5b7"}.up-fa-sim-card:before{content:"\f7c4"}.up-fa-simplybuilt:before{content:"\f215"}.up-fa-sistrix:before{content:"\f3ee"}.up-fa-sitemap:before{content:"\f0e8"}.up-fa-sith:before{content:"\f512"}.up-fa-skating:before{content:"\f7c5"}.up-fa-sketch:before{content:"\f7c6"}.up-fa-skiing:before{content:"\f7c9"}.up-fa-skiing-nordic:before{content:"\f7ca"}.up-fa-skull:before{content:"\f54c"}.up-fa-skull-crossbones:before{content:"\f714"}.up-fa-skyatlas:before{content:"\f216"}.up-fa-skype:before{content:"\f17e"}.up-fa-slack:before{content:"\f198"}.up-fa-slack-hash:before{content:"\f3ef"}.up-fa-slash:before{content:"\f715"}.up-fa-sleigh:before{content:"\f7cc"}.up-fa-sliders-h:before{content:"\f1de"}.up-fa-slideshare:before{content:"\f1e7"}.up-fa-smile:before{content:"\f118"}.up-fa-smile-beam:before{content:"\f5b8"}.up-fa-smile-wink:before{content:"\f4da"}.up-fa-smog:before{content:"\f75f"}.up-fa-smoking:before{content:"\f48d"}.up-fa-smoking-ban:before{content:"\f54d"}.up-fa-sms:before{content:"\f7cd"}.up-fa-snapchat:before{content:"\f2ab"}.up-fa-snapchat-ghost:before{content:"\f2ac"}.up-fa-snapchat-square:before{content:"\f2ad"}.up-fa-snowboarding:before{content:"\f7ce"}.up-fa-snowflake:before{content:"\f2dc"}.up-fa-snowman:before{content:"\f7d0"}.up-fa-snowplow:before{content:"\f7d2"}.up-fa-socks:before{content:"\f696"}.up-fa-solar-panel:before{content:"\f5ba"}.up-fa-sort:before{content:"\f0dc"}.up-fa-sort-alpha-down:before{content:"\f15d"}.up-fa-sort-alpha-down-alt:before{content:"\f881"}.up-fa-sort-alpha-up:before{content:"\f15e"}.up-fa-sort-alpha-up-alt:before{content:"\f882"}.up-fa-sort-amount-down:before{content:"\f160"}.up-fa-sort-amount-down-alt:before{content:"\f884"}.up-fa-sort-amount-up:before{content:"\f161"}.up-fa-sort-amount-up-alt:before{content:"\f885"}.up-fa-sort-down:before{content:"\f0dd"}.up-fa-sort-numeric-down:before{content:"\f162"}.up-fa-sort-numeric-down-alt:before{content:"\f886"}.up-fa-sort-numeric-up:before{content:"\f163"}.up-fa-sort-numeric-up-alt:before{content:"\f887"}.up-fa-sort-up:before{content:"\f0de"}.up-fa-soundcloud:before{content:"\f1be"}.up-fa-sourcetree:before{content:"\f7d3"}.up-fa-spa:before{content:"\f5bb"}.up-fa-space-shuttle:before{content:"\f197"}.up-fa-speakap:before{content:"\f3f3"}.up-fa-speaker-deck:before{content:"\f83c"}.up-fa-spell-check:before{content:"\f891"}.up-fa-spider:before{content:"\f717"}.up-fa-spinner:before{content:"\f110"}.up-fa-splotch:before{content:"\f5bc"}.up-fa-spotify:before{content:"\f1bc"}.up-fa-spray-can:before{content:"\f5bd"}.up-fa-square:before{content:"\f0c8"}.up-fa-square-full:before{content:"\f45c"}.up-fa-square-root-alt:before{content:"\f698"}.up-fa-squarespace:before{content:"\f5be"}.up-fa-stack-exchange:before{content:"\f18d"}.up-fa-stack-overflow:before{content:"\f16c"}.up-fa-stackpath:before{content:"\f842"}.up-fa-stamp:before{content:"\f5bf"}.up-fa-star:before{content:"\f005"}.up-fa-star-and-crescent:before{content:"\f699"}.up-fa-star-half:before{content:"\f089"}.up-fa-star-half-alt:before{content:"\f5c0"}.up-fa-star-of-david:before{content:"\f69a"}.up-fa-star-of-life:before{content:"\f621"}.up-fa-staylinked:before{content:"\f3f5"}.up-fa-steam:before{content:"\f1b6"}.up-fa-steam-square:before{content:"\f1b7"}.up-fa-steam-symbol:before{content:"\f3f6"}.up-fa-step-backward:before{content:"\f048"}.up-fa-step-forward:before{content:"\f051"}.up-fa-stethoscope:before{content:"\f0f1"}.up-fa-sticker-mule:before{content:"\f3f7"}.up-fa-sticky-note:before{content:"\f249"}.up-fa-stop:before{content:"\f04d"}.up-fa-stop-circle:before{content:"\f28d"}.up-fa-stopwatch:before{content:"\f2f2"}.up-fa-store:before{content:"\f54e"}.up-fa-store-alt:before{content:"\f54f"}.up-fa-strava:before{content:"\f428"}.up-fa-stream:before{content:"\f550"}.up-fa-street-view:before{content:"\f21d"}.up-fa-strikethrough:before{content:"\f0cc"}.up-fa-stripe:before{content:"\f429"}.up-fa-stripe-s:before{content:"\f42a"}.up-fa-stroopwafel:before{content:"\f551"}.up-fa-studiovinari:before{content:"\f3f8"}.up-fa-stumbleupon:before{content:"\f1a4"}.up-fa-stumbleupon-circle:before{content:"\f1a3"}.up-fa-subscript:before{content:"\f12c"}.up-fa-subway:before{content:"\f239"}.up-fa-suitcase:before{content:"\f0f2"}.up-fa-suitcase-rolling:before{content:"\f5c1"}.up-fa-sun:before{content:"\f185"}.up-fa-superpowers:before{content:"\f2dd"}.up-fa-superscript:before{content:"\f12b"}.up-fa-supple:before{content:"\f3f9"}.up-fa-surprise:before{content:"\f5c2"}.up-fa-suse:before{content:"\f7d6"}.up-fa-swatchbook:before{content:"\f5c3"}.up-fa-swimmer:before{content:"\f5c4"}.up-fa-swimming-pool:before{content:"\f5c5"}.up-fa-symfony:before{content:"\f83d"}.up-fa-synagogue:before{content:"\f69b"}.up-fa-sync:before{content:"\f021"}.up-fa-sync-alt:before{content:"\f2f1"}.up-fa-syringe:before{content:"\f48e"}.up-fa-table:before{content:"\f0ce"}.up-fa-table-tennis:before{content:"\f45d"}.up-fa-tablet:before{content:"\f10a"}.up-fa-tablet-alt:before{content:"\f3fa"}.up-fa-tablets:before{content:"\f490"}.up-fa-tachometer-alt:before{content:"\f3fd"}.up-fa-tag:before{content:"\f02b"}.up-fa-tags:before{content:"\f02c"}.up-fa-tape:before{content:"\f4db"}.up-fa-tasks:before{content:"\f0ae"}.up-fa-taxi:before{content:"\f1ba"}.up-fa-teamspeak:before{content:"\f4f9"}.up-fa-teeth:before{content:"\f62e"}.up-fa-teeth-open:before{content:"\f62f"}.up-fa-telegram:before{content:"\f2c6"}.up-fa-telegram-plane:before{content:"\f3fe"}.up-fa-temperature-high:before{content:"\f769"}.up-fa-temperature-low:before{content:"\f76b"}.up-fa-tencent-weibo:before{content:"\f1d5"}.up-fa-tenge:before{content:"\f7d7"}.up-fa-terminal:before{content:"\f120"}.up-fa-text-height:before{content:"\f034"}.up-fa-text-width:before{content:"\f035"}.up-fa-th:before{content:"\f00a"}.up-fa-th-large:before{content:"\f009"}.up-fa-th-list:before{content:"\f00b"}.up-fa-the-red-yeti:before{content:"\f69d"}.up-fa-theater-masks:before{content:"\f630"}.up-fa-themeco:before{content:"\f5c6"}.up-fa-themeisle:before{content:"\f2b2"}.up-fa-thermometer:before{content:"\f491"}.up-fa-thermometer-empty:before{content:"\f2cb"}.up-fa-thermometer-full:before{content:"\f2c7"}.up-fa-thermometer-half:before{content:"\f2c9"}.up-fa-thermometer-quarter:before{content:"\f2ca"}.up-fa-thermometer-three-quarters:before{content:"\f2c8"}.up-fa-think-peaks:before{content:"\f731"}.up-fa-thumbs-down:before{content:"\f165"}.up-fa-thumbs-up:before{content:"\f164"}.up-fa-thumbtack:before{content:"\f08d"}.up-fa-ticket-alt:before{content:"\f3ff"}.up-fa-times:before{content:"\f00d"}.up-fa-times-circle:before{content:"\f057"}.up-fa-tint:before{content:"\f043"}.up-fa-tint-slash:before{content:"\f5c7"}.up-fa-tired:before{content:"\f5c8"}.up-fa-toggle-off:before{content:"\f204"}.up-fa-toggle-on:before{content:"\f205"}.up-fa-toilet:before{content:"\f7d8"}.up-fa-toilet-paper:before{content:"\f71e"}.up-fa-toolbox:before{content:"\f552"}.up-fa-tools:before{content:"\f7d9"}.up-fa-tooth:before{content:"\f5c9"}.up-fa-torah:before{content:"\f6a0"}.up-fa-torii-gate:before{content:"\f6a1"}.up-fa-tractor:before{content:"\f722"}.up-fa-trade-federation:before{content:"\f513"}.up-fa-trademark:before{content:"\f25c"}.up-fa-traffic-light:before{content:"\f637"}.up-fa-train:before{content:"\f238"}.up-fa-tram:before{content:"\f7da"}.up-fa-transgender:before{content:"\f224"}.up-fa-transgender-alt:before{content:"\f225"}.up-fa-trash:before{content:"\f1f8"}.up-fa-trash-alt:before{content:"\f2ed"}.up-fa-trash-restore:before{content:"\f829"}.up-fa-trash-restore-alt:before{content:"\f82a"}.up-fa-tree:before{content:"\f1bb"}.up-fa-trello:before{content:"\f181"}.up-fa-tripadvisor:before{content:"\f262"}.up-fa-trophy:before{content:"\f091"}.up-fa-truck:before{content:"\f0d1"}.up-fa-truck-loading:before{content:"\f4de"}.up-fa-truck-monster:before{content:"\f63b"}.up-fa-truck-moving:before{content:"\f4df"}.up-fa-truck-pickup:before{content:"\f63c"}.up-fa-tshirt:before{content:"\f553"}.up-fa-tty:before{content:"\f1e4"}.up-fa-tumblr:before{content:"\f173"}.up-fa-tumblr-square:before{content:"\f174"}.up-fa-tv:before{content:"\f26c"}.up-fa-twitch:before{content:"\f1e8"}.up-fa-twitter:before{content:"\f099"}.up-fa-twitter-square:before{content:"\f081"}.up-fa-typo3:before{content:"\f42b"}.up-fa-uber:before{content:"\f402"}.up-fa-ubuntu:before{content:"\f7df"}.up-fa-uikit:before{content:"\f403"}.up-fa-umbrella:before{content:"\f0e9"}.up-fa-umbrella-beach:before{content:"\f5ca"}.up-fa-underline:before{content:"\f0cd"}.up-fa-undo:before{content:"\f0e2"}.up-fa-undo-alt:before{content:"\f2ea"}.up-fa-uniregistry:before{content:"\f404"}.up-fa-universal-access:before{content:"\f29a"}.up-fa-university:before{content:"\f19c"}.up-fa-unlink:before{content:"\f127"}.up-fa-unlock:before{content:"\f09c"}.up-fa-unlock-alt:before{content:"\f13e"}.up-fa-untappd:before{content:"\f405"}.up-fa-upload:before{content:"\f093"}.up-fa-ups:before{content:"\f7e0"}.up-fa-usb:before{content:"\f287"}.up-fa-user:before{content:"\f007"}.up-fa-user-alt:before{content:"\f406"}.up-fa-user-alt-slash:before{content:"\f4fa"}.up-fa-user-astronaut:before{content:"\f4fb"}.up-fa-user-check:before{content:"\f4fc"}.up-fa-user-circle:before{content:"\f2bd"}.up-fa-user-clock:before{content:"\f4fd"}.up-fa-user-cog:before{content:"\f4fe"}.up-fa-user-edit:before{content:"\f4ff"}.up-fa-user-friends:before{content:"\f500"}.up-fa-user-graduate:before{content:"\f501"}.up-fa-user-injured:before{content:"\f728"}.up-fa-user-lock:before{content:"\f502"}.up-fa-user-md:before{content:"\f0f0"}.up-fa-user-minus:before{content:"\f503"}.up-fa-user-ninja:before{content:"\f504"}.up-fa-user-nurse:before{content:"\f82f"}.up-fa-user-plus:before{content:"\f234"}.up-fa-user-secret:before{content:"\f21b"}.up-fa-user-shield:before{content:"\f505"}.up-fa-user-slash:before{content:"\f506"}.up-fa-user-tag:before{content:"\f507"}.up-fa-user-tie:before{content:"\f508"}.up-fa-user-times:before{content:"\f235"}.up-fa-users:before{content:"\f0c0"}.up-fa-users-cog:before{content:"\f509"}.up-fa-usps:before{content:"\f7e1"}.up-fa-ussunnah:before{content:"\f407"}.up-fa-utensil-spoon:before{content:"\f2e5"}.up-fa-utensils:before{content:"\f2e7"}.up-fa-vaadin:before{content:"\f408"}.up-fa-vector-square:before{content:"\f5cb"}.up-fa-venus:before{content:"\f221"}.up-fa-venus-double:before{content:"\f226"}.up-fa-venus-mars:before{content:"\f228"}.up-fa-viacoin:before{content:"\f237"}.up-fa-viadeo:before{content:"\f2a9"}.up-fa-viadeo-square:before{content:"\f2aa"}.up-fa-vial:before{content:"\f492"}.up-fa-vials:before{content:"\f493"}.up-fa-viber:before{content:"\f409"}.up-fa-video:before{content:"\f03d"}.up-fa-video-slash:before{content:"\f4e2"}.up-fa-vihara:before{content:"\f6a7"}.up-fa-vimeo:before{content:"\f40a"}.up-fa-vimeo-square:before{content:"\f194"}.up-fa-vimeo-v:before{content:"\f27d"}.up-fa-vine:before{content:"\f1ca"}.up-fa-vk:before{content:"\f189"}.up-fa-vnv:before{content:"\f40b"}.up-fa-voicemail:before{content:"\f897"}.up-fa-volleyball-ball:before{content:"\f45f"}.up-fa-volume-down:before{content:"\f027"}.up-fa-volume-mute:before{content:"\f6a9"}.up-fa-volume-off:before{content:"\f026"}.up-fa-volume-up:before{content:"\f028"}.up-fa-vote-yea:before{content:"\f772"}.up-fa-vr-cardboard:before{content:"\f729"}.up-fa-vuejs:before{content:"\f41f"}.up-fa-walking:before{content:"\f554"}.up-fa-wallet:before{content:"\f555"}.up-fa-warehouse:before{content:"\f494"}.up-fa-water:before{content:"\f773"}.up-fa-wave-square:before{content:"\f83e"}.up-fa-waze:before{content:"\f83f"}.up-fa-weebly:before{content:"\f5cc"}.up-fa-weibo:before{content:"\f18a"}.up-fa-weight:before{content:"\f496"}.up-fa-weight-hanging:before{content:"\f5cd"}.up-fa-weixin:before{content:"\f1d7"}.up-fa-whatsapp:before{content:"\f232"}.up-fa-whatsapp-square:before{content:"\f40c"}.up-fa-wheelchair:before{content:"\f193"}.up-fa-whmcs:before{content:"\f40d"}.up-fa-wifi:before{content:"\f1eb"}.up-fa-wikipedia-w:before{content:"\f266"}.up-fa-wind:before{content:"\f72e"}.up-fa-window-close:before{content:"\f410"}.up-fa-window-maximize:before{content:"\f2d0"}.up-fa-window-minimize:before{content:"\f2d1"}.up-fa-window-restore:before{content:"\f2d2"}.up-fa-windows:before{content:"\f17a"}.up-fa-wine-bottle:before{content:"\f72f"}.up-fa-wine-glass:before{content:"\f4e3"}.up-fa-wine-glass-alt:before{content:"\f5ce"}.up-fa-wix:before{content:"\f5cf"}.up-fa-wizards-of-the-coast:before{content:"\f730"}.up-fa-wolf-pack-battalion:before{content:"\f514"}.up-fa-won-sign:before{content:"\f159"}.up-fa-wordpress:before{content:"\f19a"}.up-fa-wordpress-simple:before{content:"\f411"}.up-fa-wpbeginner:before{content:"\f297"}.up-fa-wpexplorer:before{content:"\f2de"}.up-fa-wpforms:before{content:"\f298"}.up-fa-wpressr:before{content:"\f3e4"}.up-fa-wrench:before{content:"\f0ad"}.up-fa-x-ray:before{content:"\f497"}.up-fa-xbox:before{content:"\f412"}.up-fa-xing:before{content:"\f168"}.up-fa-xing-square:before{content:"\f169"}.up-fa-y-combinator:before{content:"\f23b"}.up-fa-yahoo:before{content:"\f19e"}.up-fa-yammer:before{content:"\f840"}.up-fa-yandex:before{content:"\f413"}.up-fa-yandex-international:before{content:"\f414"}.up-fa-yarn:before{content:"\f7e3"}.up-fa-yelp:before{content:"\f1e9"}.up-fa-yen-sign:before{content:"\f157"}.up-fa-yin-yang:before{content:"\f6ad"}.up-fa-yoast:before{content:"\f2b1"}.up-fa-youtube:before{content:"\f167"}.up-fa-youtube-square:before{content:"\f431"}.up-fa-zhihu:before{content:"\f63f"}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}@font-face{font-family:'Font Awesome 5 Brands';font-style:normal;font-weight:normal;font-display:auto;src:url(//www.tribit.it/en/wp-content/plugins/userpro/assets/css/fontawesome/webfonts/fa-brands-400.eot);src:url(//www.tribit.it/en/wp-content/plugins/userpro/assets/css/fontawesome/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(//www.tribit.it/en/wp-content/plugins/userpro/assets/css/fontawesome/webfonts/fa-brands-400.woff2) format("woff2"),url(//www.tribit.it/en/wp-content/plugins/userpro/assets/css/fontawesome/webfonts/fa-brands-400.woff) format("woff"),url(//www.tribit.it/en/wp-content/plugins/userpro/assets/css/fontawesome/webfonts/fa-brands-400.ttf) format("truetype"),url(//www.tribit.it/en/wp-content/plugins/userpro/assets/css/fontawesome/webfonts/fa-brands-400.svg#fontawesome) format("svg")}.up-fab{font-family:'Font Awesome 5 Brands'}@font-face{font-family:'Font Awesome 5 Free';font-style:normal;font-weight:400;font-display:auto;src:url(//www.tribit.it/en/wp-content/plugins/userpro/assets/css/fontawesome/webfonts/fa-regular-400.eot);src:url(//www.tribit.it/en/wp-content/plugins/userpro/assets/css/fontawesome/webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(//www.tribit.it/en/wp-content/plugins/userpro/assets/css/fontawesome/webfonts/fa-regular-400.woff2) format("woff2"),url(//www.tribit.it/en/wp-content/plugins/userpro/assets/css/fontawesome/webfonts/fa-regular-400.woff) format("woff"),url(//www.tribit.it/en/wp-content/plugins/userpro/assets/css/fontawesome/webfonts/fa-regular-400.ttf) format("truetype"),url(//www.tribit.it/en/wp-content/plugins/userpro/assets/css/fontawesome/webfonts/fa-regular-400.svg#fontawesome) format("svg")}.up-far{font-family:'Font Awesome 5 Free';font-weight:400}@font-face{font-family:'Font Awesome 5 Free';font-style:normal;font-weight:900;font-display:auto;src:url(//www.tribit.it/en/wp-content/plugins/userpro/assets/css/fontawesome/webfonts/fa-solid-900.eot);src:url(//www.tribit.it/en/wp-content/plugins/userpro/assets/css/fontawesome/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(//www.tribit.it/en/wp-content/plugins/userpro/assets/css/fontawesome/webfonts/fa-solid-900.woff2) format("woff2"),url(//www.tribit.it/en/wp-content/plugins/userpro/assets/css/fontawesome/webfonts/fa-solid-900.woff) format("woff"),url(//www.tribit.it/en/wp-content/plugins/userpro/assets/css/fontawesome/webfonts/fa-solid-900.ttf) format("truetype"),url(//www.tribit.it/en/wp-content/plugins/userpro/assets/css/fontawesome/webfonts/fa-solid-900.svg#fontawesome) format("svg")}.up-fa,.up-fas{font-family:'Font Awesome 5 Free';font-weight:900}.userpro a {
color: #6e7e8f; }
.userpro .userpro-sc-buttons {
text-align: right;
margin: 10px 15px 0 10px;
display: flex;
flex-wrap: wrap;
justify-content: space-between; }
.userpro .up-btn {
padding: 5px 10px;
border-radius: 3px;
font-weight: 300;
font-size: 13px;
align-self: flex-end; }
.userpro .up-btn p {
transition: 0.5s;
margin: 0;
display: inline-block; }
.userpro .up-btn__follow {
color: #fff;
background-color: #0061d3; }
.userpro .up-btn__follow:hover {
background-color: #7fcefc; }
.userpro .up-btn--outline {
color: #444;
border: 1px solid #444;
background-color: transparent; }
.userpro .up-btn span {
transition: 0.5s;
font-size: 0.6em;
margin-left: 10px;
vertical-align: middle;
display: inline-block; }
.userpro .up-btn--loading {
position: relative;
transition: 0.5s; }
.userpro .up-btn--loading p, .userpro .up-btn--loading span {
transition: 0.5s;
opacity: 0; }
.userpro .up-btn--loading:after {
content: '';
display: inline-block;
position: absolute;
margin: 0 auto;
left: 0;
right: 0;
width: 10px;
height: 10px;
border: 1px solid rgba(255, 255, 255, 0.3);
border-radius: 50%;
border-top-color: #fff;
animation: spin 1s ease-in-out infinite;
-webkit-animation: spin 1s ease-in-out infinite; }
@keyframes spin {
to {
-webkit-transform: rotate(360deg); } }
@-webkit-keyframes spin {
to {
-webkit-transform: rotate(360deg); } }
.userpro-sc-bar {
display: flex;
padding: 0 15px;
justify-content: space-between;
flex-wrap: wrap;
font-weight: 300;
border-radius: 15px; }
.userpro-sc-bar a:hover {
font-weight: 500; }
.userpro-sc-bar .up-social-tab {
padding: 15px 0;
text-transform: uppercase;
position: relative; }
.userpro-sc-bar .up-social-tab:after {
content: '';
display: block;
width: 50%;
position: absolute;
height: 2px;
left: 0;
right: 0;
margin: 0 auto; }.rs-p-wp-fix { display: none !important; margin: 0 !important; height: 0px !important; } .wp-block-themepunch-revslider { position: relative }   rs-modal { position: fixed !important; z-index: 9999999 !important; pointer-events: none !important;}
rs-modal.rs-modal-auto { top: auto;bottom: auto;left: auto; right:auto; }
rs-modal.rs-modal-fullwidth,
rs-modal.rs-modal-fullscreen { top: 0px; left: 0px; width: 100%; height: 100%; }
rs-modal rs-fullwidth-wrap { position: absolute; top: 0px; left: 0px; height: 100%;}
rs-module-wrap.rs-modal { display:none; max-height: 100% !important; overflow: auto !important;  pointer-events: auto !important;}
rs-module-wrap.hideallscrollbars.rs-modal { overflow: hidden !important; max-width: 100% !important}
rs-modal-cover { width: 100%; height: 100%; z-index: 0; background: transparent; position: absolute;top: 0px;left: 0px; cursor: pointer; pointer-events: auto}
body>rs-modal-cover { position: fixed; z-index: 9999995 !important; }
rs-sbg-px { pointer-events: none }
.rs-forceuntouchable,
.rs-forceuntouchable * { pointer-events: none !important; }
.rs-forcehidden * { visibility: hidden !important; } .rs_splitted_lines { display: block; white-space: nowrap !important}
.rs-go-fullscreen {
position:fixed !important;
width:100% !important;
height:100% !important;
top:0px !important;
left:0px !important;
z-index:9999999 !important;
background:#ffffff;
}
.rtl {	direction: rtl;}
@font-face {
font-family: 'revicons';
src: url(//www.tribit.it/en/wp-content/plugins/revslider/public/assets/fonts/revicons/revicons.eot?5510888);
src: url(//www.tribit.it/en/wp-content/plugins/revslider/public/assets/fonts/revicons/revicons.eot?5510888#iefix) format('embedded-opentype'),
url(//www.tribit.it/en/wp-content/plugins/revslider/public/assets/fonts/revicons/revicons.woff?5510888) format('woff'),
url(//www.tribit.it/en/wp-content/plugins/revslider/public/assets/fonts/revicons/revicons.ttf?5510888) format('truetype'),
url(//www.tribit.it/en/wp-content/plugins/revslider/public/assets/fonts/revicons/revicons.svg?5510888#revicons) format('svg');
font-weight: normal;
font-style: normal;
font-display: swap;
}
[class^="revicon-"]:before, [class*=" revicon-"]:before {
font-family: "revicons";
font-style: normal;
font-weight: normal;
speak-as: none;
display: inline-block;
text-decoration: inherit;
width: 1em;
margin-right: .2em;
text-align: center; font-variant: normal;
text-transform: none; line-height: 1em;  margin-left: .2em;    }
rs-module i[class^="fa-"],
rs-module i[class*=" fa-"],
.rb-modal-wrapper i[class^="fa-"],
.rb-modal-wrapper i[class*=" fa-"],
#waitaminute i[class^="fa-"],
#waitaminute i[class*=" fa-"],
#objectlibrary i[class^="fa-"],
#objectlibrary i[class*=" fa-"],
#rs_overview i[class^="fa-"],
#rs_overview i[class*=" fa-"],
#rs_overview_menu i[class^="fa-"],
#rs_overview_menu i[class*=" fa-"],
#builderView i[class^="fa-"],
#builderView i[class*=" fa-"]
{
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
rs-module [class^="fa-"]:before,
rs-module [class*=" fa-"]:before,
.rb-modal-wrapper [class^="fa-"]:before,
.rb-modal-wrapper [class*=" fa-"]:before,
#rs_overview [class^="fa-"]:before,
#rs_overview [class*=" fa-"]:before,
#objectlibrary [class^="fa-"]:before,
#objectlibrary [class*=" fa-"]:before,
#waitaminute [class^="fa-"]:before,
#waitaminute [class*=" fa-"]:before,
#rs_overview_menu [class^="fa-"]:before,
#rs_overview_menu [class*=" fa-"]:before,
#builderView [class^="fa-"]:before,
#builderView [class*=" fa-"]:before
{
font-family: FontAwesome;
font-style: normal;
font-weight: 400;
speak-as: none;
display: inline-block;
text-decoration: inherit;
width: auto;
margin-right: 0;
text-align: center;
font-variant: normal;
text-transform: none;
line-height: inherit;
margin-left: 0;
}
rs-module .sr-only,
#objectlibrary .sr-only,
#waitaminute .sr-only,
#rs_overview .sr-only,
#rs_overview_menu .sr-only,
.rb-modal-wrapper .sr-only,
#builderView .sr-only
{
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0;
}
rs-module .sr-only-focusable:active,
rs-module .sr-only-focusable:focus,
#waitaminute .sr-only-focusable:active,
#waitaminute .sr-only-focusable:focus,
#objectlibrary .sr-only-focusable:active,
#objectlibrary .sr-only-focusable:focus,
#rs_overview .sr-only-focusable:active,
#rs_overview .sr-only-focusable:focus,
#rs_overview_menu .sr-only-focusable:active,
#rs_overview_menu .sr-only-focusable:focus,
.rb-modal-wrapper .sr-only-focusable:active,
.rb-modal-wrapper .sr-only-focusable:focus,
#builderView .sr-only-focusable:active,
#builderView .sr-only-focusable:focus
{
position: static;
width: auto;
height: auto;
margin: 0;
overflow: visible;
clip: auto;
}
.revicon-search-1:before { content: '\e802'; } .revicon-pencil-1:before { content: '\e831'; } .revicon-picture-1:before { content: '\e803'; } .revicon-cancel:before { content: '\e80a'; } .revicon-info-circled:before { content: '\e80f'; } .revicon-trash:before { content: '\e801'; } .revicon-left-dir:before { content: '\e817'; } .revicon-right-dir:before { content: '\e818'; } .revicon-down-open:before { content: '\e83b'; } .revicon-left-open:before { content: '\e819'; } .revicon-right-open:before { content: '\e81a'; } .revicon-angle-left:before { content: '\e820'; } .revicon-angle-right:before { content: '\e81d'; } .revicon-left-big:before { content: '\e81f'; } .revicon-right-big:before { content: '\e81e'; } .revicon-magic:before { content: '\e807'; } .revicon-picture:before { content: '\e800'; } .revicon-export:before { content: '\e80b'; } .revicon-cog:before { content: '\e832'; } .revicon-login:before { content: '\e833'; } .revicon-logout:before { content: '\e834'; } .revicon-video:before { content: '\e805'; } .revicon-arrow-combo:before { content: '\e827'; } .revicon-left-open-1:before { content: '\e82a'; } .revicon-right-open-1:before { content: '\e82b'; } .revicon-left-open-mini:before { content: '\e822'; } .revicon-right-open-mini:before { content: '\e823'; } .revicon-left-open-big:before { content: '\e824'; } .revicon-right-open-big:before { content: '\e825'; } .revicon-left:before { content: '\e836'; } .revicon-right:before { content: '\e826'; } .revicon-ccw:before { content: '\e808'; } .revicon-arrows-ccw:before { content: '\e806'; } .revicon-palette:before { content: '\e829'; } .revicon-list-add:before { content: '\e80c'; } .revicon-doc:before { content: '\e809'; } .revicon-left-open-outline:before { content: '\e82e'; } .revicon-left-open-2:before { content: '\e82c'; } .revicon-right-open-outline:before { content: '\e82f'; } .revicon-right-open-2:before { content: '\e82d'; } .revicon-equalizer:before { content: '\e83a'; } .revicon-layers-alt:before { content: '\e804'; } .revicon-popup:before { content: '\e828'; }  .tp-fullwidth-forcer { z-index: 0; pointer-events: none}
rs-module-wrap { visibility: hidden }
rs-module-wrap,
rs-module-wrap * { box-sizing: border-box; -webkit-tap-highlight-color: rgba(0,0,0,0);}
rs-module-wrap {position:relative;z-index: 1;width:100%; display: block;}
.rs-fixedscrollon rs-module-wrap { position: fixed !important; top: 0px !important; z-index: 1000; left: 0 !important;}
.rs-stickyscrollon rs-module-wrap {  position: sticky !important; top:0px; z-index: 1000; }
.rs-stickyscrollon { overflow: visible !important; }
rs-fw-forcer { display:block;width:100%;pointer-events: none;}
rs-module { position:relative;overflow:hidden;display: block; }
rs-module.disableVerticalScroll { -ms-touch-action: pan-x; touch-action: pan-x; }
rs-pzimg-wrap,
rs-sbg-effectwrap,
rs-sbg { display: block; pointer-events: none  }
rs-sbg-effectwrap {
position:absolute;top:0px;left:0px;width:100%;height:100%
}
rs-carousel-wrap rs-column rs-layer img { width: 0px; height: 0px; }
rs-sbg-px,
rs-sbg-wrap {position:absolute; top:0px; left:0px; z-index:0;width:100%;height:100%;display: block;}
a.rs-layer,
a.rs-layer:-webkit-any-link { text-decoration: none }
a[x-apple-data-detectors] { color: inherit !important;   text-decoration: none !important;   font-size: inherit !important;   font-family: inherit !important;   font-weight: inherit !important;   line-height: inherit !important; }
.entry-content rs-module a, rs-module a { box-shadow: none; }
.rs-ov-hidden 		{ 	overflow:hidden !important;}
.rs-forceoverflow,
.rs-forceoverflow rs-module-wrap,
.rs-forceoverflow rs-module,
.rs-forceoverflow rs-slides,
.rs-forceoverflow rs-slide { overflow:visible !important}
.tp-simpleresponsive img,
rs-module img{
max-width:none !important;
transition: none;
margin:0px;
padding:0px;
border:none;
}
rs-module .no-slides-text{font-weight:bold;text-align:center;padding-top:80px;}
rs-slides, rs-slide, rs-slide:before {	 position:absolute;text-indent: 0em;top:0px;left:0px;}
rs-slide,rs-slide:before {  display:block; visibility:hidden; }
.rs-layer .rs-untoggled-content { display:block;}
.rs-layer .rs-toggled-content { display:none;}
.rs-tc-active.rs-layer > .rs-toggled-content { display:block;}
.rs-tc-active.rs-layer > .rs-untoggled-content { display:none;}
.rs-layer-video { overflow: hidden }
.rs_html5vidbasicstyles { position:relative;top:0px;left:0px;width:100%;height:100%; overflow:hidden; }
rs-module rs-layer,
rs-module .rs-layer {
opacity: 0;
position:relative;
visibility: hidden;
white-space: nowrap;
display: block;
-webkit-font-smoothing: antialiased !important;
-webkit-tap-highlight-color:rgba(0, 0, 0, 0);
-moz-osx-font-smoothing: grayscale;
z-index:1;
font-display: swap;
}
rs-layer-wrap,
rs-mask,
rs-module-wrap,
rs-module .rs-layer,
rs-module img {
user-select: none;	
}
rs-module rs-mask-wrap .rs-layer,
rs-module rs-mask-wrap *:last-child,
.wpb_text_column rs-module rs-mask-wrap .rs-layer,
.wpb_text_column rs-module rs-mask-wrap *:last-child{
margin-bottom:0;
}
.rs-svg svg {	width:100%; height:100%;position: relative;vertical-align: top}
rs-layer:not(.rs-wtbindex),
.rs-layer:not(.rs-wtbindex),
rs-alyer *:not(.rs-wtbindex),
.rs-layer *:not(.rs-wtbindex) { outline: none !important; } rs-carousel-wrap {
cursor:url(//www.tribit.it/en/wp-content/plugins/revslider/public/assets/css/openhand.cur), move;
}
rs-carousel-wrap.dragged {
cursor:url(//www.tribit.it/en/wp-content/plugins/revslider/public/assets/css/closedhand.cur), move;
}
rs-carousel-wrap.noswipe {
cursor: default;
}
rs-carousel-wrap { position: absolute; overflow: hidden;  width:100%;height:100%;top:0px;left:0px;}
rs-carousel-space { clear:both;display:block;width:100%;height:0px;position:relative;} .tp_inner_padding {
box-sizing:border-box;
max-height:none !important;
}
.rs-layer.rs-selectable {
user-select: text;	
}
rs-px-mask {
overflow: hidden;
display: block;
width: 100%;
height: 100%;
position: relative;
}
rs-module embed,
rs-module iframe,
rs-module object,
rs-module audio,
rs-module video {
max-width: none !important;
border: none;
}
rs-bg-elem 	{	position:absolute; top:0px;left:0px; width:100%;height:100%;z-index:0; display: block; pointer-events: none; }
.tp-blockmask,
.tp-blockmask_in,
.tp-blockmask_out { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; background: #fff; z-index: 1000; transform: scaleX(0) scaleY(0);} rs-zone			{	position:absolute; width:100%;left:0px; box-sizing: border-box;min-height:50px; font-size:0px;pointer-events: none}
rs-row-wrap,
rs-column,
rs-cbg-mask-wrap {	display:block; visibility: hidden}
rs-layer-wrap,
rs-parallax-wrap,
rs-loop-wrap,
rs-mask-wrap { display: block; }
rs-column-wrap>rs-loop-wrap { z-index: 1 }
rs-layer-wrap,
rs-mask-wrap,
rs-cbg-mask-wrap
{ transform-style:flat;} @media not all and (min-resolution:.001dpcm) {
@media {
rs-carousel-wrap rs-layer-wrap,
rs-carousel-wrap rs-loop-wrap {
backface-visibility: hidden;
transform-style: preserve-3d;
}
}
}
.safarifix rs-layer-wrap {
perspective: 1000000;
}
@-moz-document url-prefix() {
rs-layer-wrap,
rs-mask-wrap,
rs-cbg-mask-wrap { perspective: none; }
}
rs-mask-wrap { overflow: hidden }
rs-fullwidth-wrap { position:relative;width:100%;height:auto;display: block; overflow:visible;max-width:none !important;}
.rev_row_zone_top 				{	top:0px;}
.rev_row_zone_bottom 			{	bottom:0px;}
.rev_row_zone_middle			{ top: 0px;}
rs-column-wrap .rs-parallax-wrap  { vertical-align: top }
.rs-layer img,
rs-layer img { vertical-align: top }
rs-row,
rs-row.rs-layer 	{
display:table;
position:relative;
width:100% !important;
table-layout: fixed;
box-sizing: border-box;
vertical-align: top;
height:auto;
font-size:0px;
}
rs-column-wrap {
display: table-cell;
position: relative;
vertical-align: top;
height: auto;
box-sizing: border-box;
font-size:0px;
}
rs-column {
box-sizing: border-box;
display: block;
position: relative;
width:100% !important;
height:auto !important;
white-space: normal !important;
}
rs-cbg-mask-wrap {
position: absolute;
z-index: 0;
box-sizing: border-box;
}
rs-column-wrap rs-cbg-mask-wrap { top: 0px; left: 0px; bottom: 0px; right: 0px; }
rs-column-bg {
position: absolute;
z-index: 0;
box-sizing: border-box;
width: 100%;
height: 100%;
}
.rs-pelock * { pointer-events: none !important;}
rs-column .rs-parallax-wrap,
rs-column rs-loop-wrap,
rs-column rs-mask-wrap 			{	text-align: inherit; }
rs-column rs-mask-wrap 			{	display: inline-block;}
rs-column .rs-parallax-wrap rs-loop-wrap,
rs-column .rs-parallax-wrap rs-mask-wrap,
rs-column .rs-parallax-wrap { position: relative !important; left:auto !important; top:auto !important; line-height: 0px;}
rs-column .rs-parallax-wrap rs-loop-wrap,
rs-column .rs-parallax-wrap rs-mask-wrap,
rs-column .rs-parallax-wrap,
rs-column .rev_layer_in_column { vertical-align: top; }
.rev_break_columns { display: block !important }
.rev_break_columns rs-column-wrap.rs-parallax-wrap  { display:block !important; width:100% !important; }
.rev_break_columns rs-column-wrap.rs-parallax-wrap.rs-layer-hidden,
.tp-forcenotvisible,
.tp-hide-revslider,
rs-row-wrap.rs-layer-hidden,
rs-column-wrap.rs-layer-hidden,
.rs-layer.rs-layer-hidden,
.rs-layer-audio.rs-layer-hidden,
.rs-parallax-wrap.rs-layer-hidden {
visibility:hidden !important;
display:none !important
}  a.rs-layer.rs-nointeraction >.div,
rs-layer.rs-nointeraction:not(a),
.rs-layer.rs-nointeraction:not(a) {
pointer-events: none !important
}
rs-static-layers	{position:absolute; z-index:101; top:0px;left:0px; display: block; width: 100%;height: 100%; pointer-events: none; overflow: hidden} rs-static-layers.rs-stl-back {
z-index:0;
}
.rs-stl-visible{
overflow: visible !important;
}
.rs-layer rs-fcr    {width: 0;height: 0;border-left: 40px solid transparent;border-right: 0px solid transparent;border-top: 40px solid #00A8FF;position: absolute;right:100%;top:0px;}
.rs-layer rs-fcrt   {width: 0;height: 0;border-left: 40px solid transparent;border-right: 0px solid transparent;border-bottom: 40px solid #00A8FF;position: absolute;right:100%;top:0px;}
.rs-layer rs-bcr    {width: 0;height: 0;border-left: 0px solid transparent;border-right: 40px solid transparent;border-bottom: 40px solid #00A8FF;position: absolute;left:100%;top:0px;}
.rs-layer rs-bcrt   {width: 0;height: 0;border-left: 0px solid transparent;border-right: 40px solid transparent;border-top: 40px solid #00A8FF;position: absolute;left:100%;top:0px;}
.tp-layer-inner-rotation {
position: relative !important;
} img.tp-slider-alternative-image	{
width:100%; height:auto;
} .noFilterClass {
filter:none !important;
} rs-bgvideo 			{	position: absolute;top:0px;left:0px; width:100%;height:100%;z-index: 0; display: block}
.rs-layer.rs-fsv	{	top:0px;left:0px;  position:absolute;width:100%;height:100%}
.rs-layer.rs-fsv audio,
.rs-layer.rs-fsv video,
.rs-layer.rs-fsv iframe,
.rs-layer.rs-fsv iframe audio,
.rs-layer.rs-fsv iframe video	{ width:100%; height:100% ; }
.rs-fsv video				{	background: #000}
.fullcoveredvideo rs-poster		{	background-position: center center;background-size: cover;width:100%;height:100%;top:0px;left:0px}
.videoisplaying .html5vid rs-poster	{	display: none}
.tp-video-play-button					{
background:#000;
background:rgba(0,0,0,0.3);
border-radius:5px;
position: absolute;
top: 50%;
left: 50%;
color: #FFF;
z-index: 3;
margin-top: -25px;
margin-left: -25px;
line-height: 50px !important;
text-align: center;
cursor: pointer;
width: 50px;
height:50px;
box-sizing: border-box;
display: inline-block;
vertical-align: top;
z-index: 4;
opacity: 0;
transition:opacity 300ms ease-out !important;
}
.rs-ISM .tp-video-play-button{
opacity: 1;
transition: none !important;
z-index: 6;
}
.rs-audio .tp-video-play-button { display:none !important;}
.rs-layer .html5vid					{	width:100% !important; height:100% !important;}
.tp-video-play-button i 				{	width:50px;height:50px; display:inline-block; text-align: center !important; vertical-align: top; line-height: 50px !important; font-size: 30px !important;}
.rs-layer:hover .tp-video-play-button	{	opacity: 1; display:block; z-index: 6;}
.rs-layer .tp-revstop					{	display:none;width: 15px; border-right: 5px solid #fff !important; border-left:5px solid #fff !important; transform: translateX(50%) translateY(50%);height: 20px;margin-left: 11px !important;margin-top: 5px !important;}
.videoisplaying .revicon-right-dir		{	display:none}
.videoisplaying .tp-revstop				{	display:block}
.videoisplaying  .tp-video-play-button			{	display:none}
.fullcoveredvideo .tp-video-play-button			{	display:none !important}
.rs-fsv .rs-fsv audio 		{	object-fit:contain !important;}
.rs-fsv .rs-fsv video 		{	object-fit:contain !important;}
.rs-layer-video .html5vid.hidefullscreen video::-webkit-media-controls-fullscreen-button  { display: none; }
@supports not (-ms-high-contrast:none) { .rs-fsv .fullcoveredvideo audio 		{	object-fit:cover !important;}
.rs-fsv .fullcoveredvideo video 		{	object-fit:cover !important;}
}
.rs-fullvideo-cover					{	width:100%;height:100%;top:0px;left:0px;position: absolute; background:transparent;z-index:5;}
.rs-nolc .tp-video-play-button,
rs-bgvideo video::-webkit-media-controls-start-playback-button,
rs-bgvideo video::-webkit-media-controls,
rs-bgvideo audio::-webkit-media-controls { display:none !important;}
.rs-audio .tp-video-controls {	opacity: 1 !important; visibility: visible !important}
rs-module h1.rs-layer,
rs-module h2.rs-layer,
rs-module h3.rs-layer,
rs-module h4.rs-layer,
rs-module h5.rs-layer,
rs-module h6.rs-layer,
rs-module div.rs-layer,
rs-module span.rs-layer,
rs-module p.rs-layer 	{	margin:0; padding:0; margin-block-start: 0; margin-block-end: 0; margin-inline-start: 0; margin-inline-end: 0;}
rs-module h1.rs-layer:before,
rs-module h2.rs-layer:before,
rs-module h3.rs-layer:before,
rs-module h4.rs-layer:before,
rs-module h5.rs-layer:before,
rs-module h6.rs-layer:before { content: none; } rs-dotted						{	background-repeat:repeat;width:100%;height:100%;position:absolute;top:0px;left:0px;z-index:3;display:block;pointer-events: none}
rs-sbg-wrap rs-dotted 			{ z-index: 31 }
rs-dotted.twoxtwo				{	background:url(//www.tribit.it/en/wp-content/plugins/revslider/public/assets/assets/gridtile.png)}
rs-dotted.twoxtwowhite			{	background:url(//www.tribit.it/en/wp-content/plugins/revslider/public/assets/assets/gridtile_white.png)}
rs-dotted.threexthree			{	background:url(//www.tribit.it/en/wp-content/plugins/revslider/public/assets/assets/gridtile_3x3.png)}
rs-dotted.threexthreewhite		{	background:url(//www.tribit.it/en/wp-content/plugins/revslider/public/assets/assets/gridtile_3x3_white.png)} .tp-shadowcover	{	width:100%;height:100%;top:0px;left:0px;background: #fff;position: absolute; z-index: -1;}
.tp-shadow1 	{	box-shadow: 0 10px 6px -6px rgba(0,0,0,0.8);}
.tp-shadow2:before, .tp-shadow2:after,
.tp-shadow3:before, .tp-shadow4:after
{
z-index: -2;
position: absolute;
content: "";
bottom: 10px;
left: 10px;
width: 50%;
top: 85%;
max-width:300px;
background: transparent;
box-shadow: 0 15px 10px rgba(0,0,0,0.8);
transform: rotate(-3deg);
}
.tp-shadow2:after,
.tp-shadow4:after
{
transform: rotate(3deg);
right: 10px;
left: auto;
}
.tp-shadow5
{
position:relative;
box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.tp-shadow5:before, .tp-shadow5:after
{
content:"";
position:absolute;
z-index:-2;
box-shadow:0 0 25px 0px  rgba(0,0,0,0.6);
top:30%;
bottom:0;
left:20px;
right:20px;
border-radius:100px / 20px;
} .rev-btn,
.rev-btn:visited						{ 	outline:none !important; box-shadow:none; text-decoration: none !important;  box-sizing:border-box;  cursor: pointer;}
.rev-btn.rev-uppercase,
.rev-btn.rev-uppercase:visited			{ 	text-transform: uppercase;  }
.rev-btn  i								{ 	font-size: inherit; font-weight: normal; position: relative; top: 0px; transition: opacity 0.2s ease-out, margin 0.2s ease-out;  margin-left:0px; line-height: inherit}
.rev-btn.rev-hiddenicon i				{ 	font-size: inherit; font-weight: normal; position: relative; top: 0px; transition: opacity 0.2s ease-out, margin 0.2s ease-out; opacity: 0; margin-left:0px !important; width:0px !important;  }
.rev-btn.rev-hiddenicon:hover i			{   opacity: 1 !important; margin-left:10px !important; width:auto !important;} .rev-burger {
position: relative;
box-sizing: border-box;
padding: 22px 14px 22px 14px;
border-radius: 50%;
border: 1px solid rgba(51,51,51,0.25);
-webkit-tap-highlight-color: rgba(0,0,0,0);
-webkit-tap-highlight-color: transparent;
cursor: pointer;
}
.rev-burger span {
display: block;
width: 30px;
height: 3px;
background: #333;
transition: .7s;
pointer-events: none;
transform-style: flat !important;
}
.rev-burger span:nth-child(2) {
margin: 3px 0;
}
.quick_style_example_wrap .rev-burger:hover :first-child,
#dialog_addbutton .rev-burger:hover :first-child,
.open .rev-burger :first-child,
.open.rev-burger :first-child {
transform: translateY(6px) rotate(-45deg);
}
.quick_style_example_wrap .rev-burger:hover :nth-child(2),
#dialog_addbutton .rev-burger:hover :nth-child(2),
.open .rev-burger :nth-child(2),
.open.rev-burger :nth-child(2) {
transform: rotate(-45deg);
opacity: 0;
}
.quick_style_example_wrap .rev-burger:hover :last-child,
#dialog_addbutton .rev-burger:hover :last-child,
.open .rev-burger :last-child,
.open.rev-burger :last-child {
transform: translateY(-6px) rotate(-135deg);
}
.rev-burger.revb-white {
border: 2px solid rgba(255,255,255,0.2);
}
.rev-b-span-light span,
.rev-burger.revb-white span {
background: #fff;
}
.rev-burger.revb-whitenoborder {
border: 0;
}
.rev-burger.revb-whitenoborder span {
background: #fff;
}
.rev-burger.revb-darknoborder {
border: 0;
}
.rev-b-span-dark span,
.rev-burger.revb-darknoborder span {
background: #333;
}
.rev-burger.revb-whitefull {
background: #fff;
border:none;
}
.rev-burger.revb-whitefull span {
background:#333;
}
.rev-burger.revb-darkfull {
background: #333;
border:none;
}
.rev-burger.revb-darkfull span {
background:#fff;
} @keyframes rev-ani-mouse {
0% {opacity: 1;top: 29%;}
15% {opacity: 1;top: 70%;}
50% {opacity: 0;top: 70%;}
100% {opacity: 0;top: 29%;}
}
.rev-scroll-btn {
display: inline-block;
position: relative;
left: 0;
right: 0;
text-align: center;
cursor: pointer;
width:35px;
height:55px;
box-sizing: border-box;
border: 3px solid white;
border-radius: 23px;
}
.rev-scroll-btn > * {
display: inline-block;
line-height: 18px;
font-size: 13px;
font-weight: normal;
color: #7f8c8d;
color: #ffffff;
font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
letter-spacing: 2px;
}
.rev-scroll-btn > *:hover,
.rev-scroll-btn > *:focus,
.rev-scroll-btn > *.active {
color: #ffffff;
}
.rev-scroll-btn > *:hover,
.rev-scroll-btn > *:focus,
.rev-scroll-btn > *:active,
.rev-scroll-btn > *.active {
opacity: 0.8;
}
.rev-scroll-btn.revs-fullwhite  {
background:#fff;
}
.rev-scroll-btn.revs-fullwhite span {
background: #333;
}
.rev-scroll-btn.revs-fulldark  {
background:#333;
border:none;
}
.rev-scroll-btn.revs-fulldark  span {
background: #fff;
}
.rev-scroll-btn span {
position: absolute;
display: block;
top: 29%;
left: 50%;
width: 8px;
height: 8px;
margin: -4px 0 0 -4px;
border-radius: 50%;
animation: rev-ani-mouse 2.5s linear infinite;
background: #fff;
}
.rev-scroll-btn.rev-b-span-dark {
border-color:#333;
}
.rev-scroll-btn.rev-b-span-dark span,
.rev-scroll-btn.revs-dark span {
background: #333;
}
.rev-control-btn {
position: relative;
display: inline-block;
z-index: 5;
color: #FFF;
font-size: 20px;
line-height: 60px;
font-weight: 400;
font-style: normal;
font-family: Raleway;
text-decoration: none;
text-align: center;
background-color: #000;
border-radius: 50px;
text-shadow: none;
background-color: rgba(0, 0, 0, 0.50);
width:60px;
height:60px;
box-sizing: border-box;
cursor: pointer;
}
.rev-cbutton-dark-sr	{
border-radius: 3px;
}
.rev-cbutton-light	{
color: #333;
background-color: rgba(255,255,255, 0.75);
}
.rev-cbutton-light-sr	{
color: #333;
border-radius: 3px;
background-color: rgba(255,255,255, 0.75);
}
.rev-sbutton {
line-height: 37px;
width:37px;
height:37px;
}
.rev-sbutton-blue	{
background-color: #3B5998
}
.rev-sbutton-lightblue	{
background-color: #00A0D1;
}
.rev-sbutton-red	{
background-color: #DD4B39;
} rs-progress						{	visibility: hidden; position:absolute; z-index:200;width:100%;height:100%;}
rs-progress-bar,
.rs-progress-bar				{ 	display:block;z-index: 20;box-sizing: border-box;background-clip: content-box;position: absolute; vertical-align:top;line-height:0px;width:100%;height:100%;}
rs-progress-bgs 				{ 	display:block;z-index: 15;box-sizing: border-box; width: 100%; position: absolute; height: 100%; top: 0px; left: 0px; }
rs-progress-bg					{	display:block;background-clip: content-box; position: absolute;width:100%;height:100%;}
rs-progress-gap					{	display:block;background-clip: content-box; position: absolute;width:100%;height:100%;}
rs-progress-vis 				{ 	display:block;width: 100%;height: 100%; position: absolute;top: 0px;left: 0px } .rs-layer img {
background: transparent;
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF); } .rs-layer.slidelink { cursor:pointer;width:100%;height:100%; }
.rs-layer.slidelink a {	width:100%;height:100%;display:block}
.rs-layer.slidelink a div {	width:3000px; height:1500px;  background:url(//www.tribit.it/en/wp-content/plugins/revslider/public/assets/assets/coloredbg.png) repeat}
.rs-layer.slidelink a span{	background:url(//www.tribit.it/en/wp-content/plugins/revslider/public/assets/assets/coloredbg.png) repeat; width:100%;height:100%;display:block}  .rs-layer .rs-starring				{	display: inline-block}
.rs-layer .rs-starring .star-rating {
float: none;
display: inline-block;
vertical-align: top;
color: #FFC321 !important;
}
.rs-layer .rs-starring .star-rating,
.rs-layer .rs-starring-page .star-rating {
position: relative;
height: 1em;
width: 5.4em;
font-family: star;
font-size: 1em !important;
}
.rs-layer  .rs-starring .star-rating:before,
.rs-layer  .rs-starring-page .star-rating:before {
content: "\73\73\73\73\73";
color: #E0DADF;
float: left;
top: 0;
left: 0;
position: absolute;
}
.rs-layer .rs-starring .star-rating span {
overflow: hidden;
float: left;
top: 0;
left: 0;
position: absolute;
padding-top: 1.5em;
font-size: 1em !important;
}
.rs-layer .rs-starring .star-rating span:before,
.rs-layer .rs-starring .star-rating span:before {
content: "\53\53\53\53\53";
top: 0;
position: absolute;
left: 0;
} rs-loader 	{
top:50%; left:50%;
z-index:10000;
position:absolute;
}
rs-loader.off {
display: none !important;
}
rs-loader.spinner0 {
width: 40px;
height: 40px;
background-color: #fff;
background-image:url(//www.tribit.it/en/wp-content/plugins/revslider/public/assets/assets/loader.gif);
background-repeat:no-repeat;
background-position: center center;
box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
margin-top:-20px;
margin-left:-20px;
animation: tp-rotateplane 1.2s infinite ease-in-out;
border-radius: 3px;
}
rs-loader.spinner1 {
width: 40px;
height: 40px;
background-color: #fff;
box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
margin-top:-20px;
margin-left:-20px;
animation: tp-rotateplane 1.2s infinite ease-in-out;
border-radius: 3px;
}
rs-loader.spinner5 	{
background-image:url(//www.tribit.it/en/wp-content/plugins/revslider/public/assets/assets/loader.gif);
background-repeat:no-repeat;
background-position:10px 10px;
background-color:#fff;
margin:-22px -22px;
width:44px;height:44px;
border-radius: 3px;
}
@keyframes tp-rotateplane {
0% { transform: perspective(120px) rotateX(0deg) rotateY(0deg);}
50% { transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);}
100% { transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);}
}
rs-loader.spinner2 {
width: 40px;
height: 40px;
margin-top:-20px;margin-left:-20px;
background-color: #ff0000;
box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
border-radius: 100%;
animation: tp-scaleout 1.0s infinite ease-in-out;
}
@keyframes tp-scaleout {
0% {transform: scale(0.0);}
100% {transform: scale(1.0);opacity: 0;}
}
rs-loader.spinner3 {
margin: -9px 0px 0px -35px;
width: 70px;
text-align: center;
}
rs-loader.spinner3 .bounce1,
rs-loader.spinner3 .bounce2,
rs-loader.spinner3 .bounce3 {
width: 18px;
height: 18px;
background-color: #fff;
box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
border-radius: 100%;
display: inline-block;
animation: tp-bouncedelay 1.4s infinite ease-in-out; animation-fill-mode: both;
}
rs-loader.spinner3 .bounce1 {
animation-delay: -0.32s;
}
rs-loader.spinner3 .bounce2 {
animation-delay: -0.16s;
}
@keyframes tp-bouncedelay {
0%, 80%, 100% {transform: scale(0.0);}
40% {transform: scale(1.0);}
}
rs-loader.spinner4 {
margin: -20px 0px 0px -20px;
width: 40px;
height: 40px;
text-align: center;
animation: tp-rotate 2.0s infinite linear;
}
rs-loader.spinner4 .dot1,
rs-loader.spinner4 .dot2 {
width: 60%;
height: 60%;
display: inline-block;
position: absolute;
top: 0;
background-color: #fff;
border-radius: 100%;
animation: tp-bounce 2.0s infinite ease-in-out;
box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
}
rs-loader.spinner4 .dot2 {
top: auto;
bottom: 0px;
animation-delay: -1.0s;
}
@keyframes tp-rotate { 100% { transform: rotate(360deg);}}
@keyframes tp-bounce {
0%, 100% {transform: scale(0.0);}
50% { transform: scale(1.0);}
}
rs-layer iframe { visibility:hidden;}
rs-layer.rs-ii-o iframe { visibility: visible; }
rs-layer input[type="text"],
rs-layer input[type="email"],
rs-layer input[type="url"],
rs-layer input[type="password"],
rs-layer input[type="search"],
rs-layer input[type="number"],
rs-layer input[type="tel"],
rs-layer input[type="range"],
rs-layer input[type="date"],
rs-layer input[type="month"],
rs-layer input[type="week"],
rs-layer input[type="time"],
rs-layer input[type="datetime"],
rs-layer input[type="datetime-local"] { display: inline-block }
rs-layer input::placeholder { vertical-align: middle; line-height: inherit !important}
a.rs-layer { transition: none } rs-thumbs-wrap,
rs-tabs-wrap,
rs-thumbs,
rs-thumb,
rs-tab,
rs-bullet,
rs-bullets,
rs-navmask,
rs-tabs,
rs-arrow 					{	display:block; pointer-events: all;} .tp-thumbs.navbar,
.tp-bullets.navbar,
.tp-tabs.navbar					{	border:none; min-height: 0; margin:0; border-radius: 0; }
.tp-tabs,
.tp-thumbs,
.tp-bullets						{	position:absolute; display:block; z-index:1000; top:0px; left:0px;}
.tp-tab,
.tp-thumb 						{	cursor: pointer; position:absolute;opacity:0.5;  box-sizing: border-box;}
.tp-arr-imgholder,
rs-poster,
.tp-thumb-image,
.tp-tab-image					{	background-position: center center; background-size:cover;width:100%;height:100%; display:block; position:absolute;top:0px;left:0px;}
rs-poster 						 { cursor:pointer; z-index:3; }
.tp-tab.rs-touchhover,
.tp-tab.selected,
.tp-thumb.rs-touchhover,
.tp-thumb.selected				{	opacity:1;}
.tp-tab-mask,
.tp-thumb-mask 					{	box-sizing:border-box !important; }
.tp-tabs,
.tp-thumbs						{	box-sizing:content-box !important; }
.tp-bullet 						{	width:15px;height:15px; position:absolute; background:#fff; background:rgba(255,255,255,0.3); cursor: pointer;}
.tp-bullet.selected,
.tp-bullet.rs-touchhover				{	background:#fff;}
.tparrows						{	cursor:pointer; background:#000; background:rgba(0,0,0,0.5); width:40px;height:40px;position:absolute; display:block; z-index:1000; }
.tparrows.rs-touchhover 				{	background:#000;}
.tparrows:before				{	font-family: "revicons"; font-size:15px; color:#fff; display:block; line-height: 40px; text-align: center;}
.tparrows.tp-leftarrow:before	{	content: '\e824'; }
.tparrows.tp-rightarrow:before	{	content: '\e825'; }  .rs-layer [class^="pe-7s-"]:before,
.rs-layer [class*=" pe-7s-"]:before,
.rs-layer [class^="pe-7s-"],
.rs-layer [class*=" pe-7s-"] {
width: auto;
margin: 0;
line-height: inherit;
box-sizing: inherit;
} rs-pzimg-wrap { display: block; }
body.rtl .rs-pzimg {left: 0 !important} .rs_fake_cube {transform-style:preserve-3d}
.rs_fake_cube,
.rs_fake_cube_wall { position:absolute; -webkit-backface-visibility:hidden; backface-visibility:hidden; left:0px; top:0px; z-index: 0 }
.rs-builder-mode rs-sbg-wrap canvas,
rs-sbg canvas { overflow: hidden; z-index: 5; -webkit-backface-visibility:hidden; backface-visibility:hidden;} .dddwrappershadow { box-shadow:0 45px 100px rgba(0, 0, 0, 0.4);}
.dddwrapper { transform-style: flat;perspective: 10000px; } .rs_error_message_box { background: #111;width:800px;margin: 40px auto;padding: 40px 20px;text-align: center;font-family: "Open Sans",sans-serif}
.rs_error_message_oops {margin: 0px 0px 20px;line-height: 60px;font-size: 34px;color: #FFF;}
.rs_error_message_content {margin: 0px 0px 20px;line-height: 25px;font-size: 17px;color: #FFF;}
.rs_error_message_button {color: #fff !important;background: #333;display: inline-block;padding: 10px 15px;text-align: right;border-radius: 5px;cursor: pointer;text-decoration: none !important}
.rs_error_message_button:hover {  background:#5e35b1}
.hglayerinfo				   {position: fixed;bottom: 0px;left: 0px;color: #FFF;font-size: 12px;line-height: 20px;font-weight: 600;background: rgba(0, 0, 0, 0.75);padding: 5px 10px;z-index: 2000;white-space: normal;}
.hginfo 					   {position:absolute;top:-2px;left:-2px;color:#e74c3c;font-size:12px;font-weight:600; background:#000;padding:2px 5px;}
.indebugmode .rs-layer:hover {border:1px dashed #c0392b !important;}
.helpgrid 					   {border:2px dashed #c0392b;position:absolute;top:0px;left:0px;z-index:0 }
#revsliderlogloglog				{padding:15px;color:#fff;position:fixed; top:0px;left:0px;width:200px;height:150px;background:rgba(0,0,0,0.7); z-index:100000; font-size:10px; overflow:scroll;} .aden{filter:hue-rotate(-20deg) contrast(.9) saturate(.85) brightness(1.2)}.aden::after{background:linear-gradient(to right,rgba(66,10,14,.2),transparent);mix-blend-mode:darken}.perpetua::after,.reyes::after{mix-blend-mode:soft-light;opacity:.5}.inkwell{filter:sepia(.3) contrast(1.1) brightness(1.1) grayscale(1)}.perpetua::after{background:linear-gradient(to bottom,#005b9a,#e6c13d)}.reyes{filter:sepia(.22) brightness(1.1) contrast(.85) saturate(.75)}.reyes::after{background:#efcdad}.gingham{filter:brightness(1.05) hue-rotate(-10deg)}.gingham::after{background:linear-gradient(to right,rgba(66,10,14,.2),transparent);mix-blend-mode:darken}.toaster{filter:contrast(1.5) brightness(.9)}.toaster::after{background:radial-gradient(circle,#804e0f,#3b003b);mix-blend-mode:screen}.walden{filter:brightness(1.1) hue-rotate(-10deg) sepia(.3) saturate(1.6)}.walden::after{background:#04c;mix-blend-mode:screen;opacity:.3}.hudson{filter:brightness(1.2) contrast(.9) saturate(1.1)}.hudson::after{background:radial-gradient(circle,#a6b1ff 50%,#342134);mix-blend-mode:multiply;opacity:.5}.earlybird{filter:contrast(.9) sepia(.2)}.earlybird::after{background:radial-gradient(circle,#d0ba8e 20%,#360309 85%,#1d0210 100%);mix-blend-mode:overlay}.mayfair{filter:contrast(1.1) saturate(1.1)}.mayfair::after{background:radial-gradient(circle at 40% 40%,rgba(255,255,255,.8),rgba(255,200,200,.6),#111 60%);mix-blend-mode:overlay;opacity:.4}.lofi{filter:saturate(1.1) contrast(1.5)}.lofi::after{background:radial-gradient(circle,transparent 70%,#222 150%);mix-blend-mode:multiply}._1977{filter:contrast(1.1) brightness(1.1) saturate(1.3)}._1977:after{background:rgba(243,106,188,.3);mix-blend-mode:screen}.brooklyn{filter:contrast(.9) brightness(1.1)}.brooklyn::after{background:radial-gradient(circle,rgba(168,223,193,.4) 70%,#c4b7c8);mix-blend-mode:overlay}.xpro2{filter:sepia(.3)}.xpro2::after{background:radial-gradient(circle,#e6e7e0 40%,rgba(43,42,161,.6) 110%);mix-blend-mode:color-burn}.nashville{filter:sepia(.2) contrast(1.2) brightness(1.05) saturate(1.2)}.nashville::after{background:rgba(0,70,150,.4);mix-blend-mode:lighten}.nashville::before{background:rgba(247,176,153,.56);mix-blend-mode:darken}.lark{filter:contrast(.9)}.lark::after{background:rgba(242,242,242,.8);mix-blend-mode:darken}.lark::before{background:#22253f;mix-blend-mode:color-dodge}.moon{filter:grayscale(1) contrast(1.1) brightness(1.1)}.moon::before{background:#a0a0a0;mix-blend-mode:soft-light}.moon::after{background:#383838;mix-blend-mode:lighten}.clarendon{filter:contrast(1.2) saturate(1.35)}.clarendon:before{background:rgba(127,187,227,.2);mix-blend-mode:overlay}.willow{filter:grayscale(.5) contrast(.95) brightness(.9)}.willow::before{background-color:radial-gradient(40%,circle,#d4a9af 55%,#000 150%);mix-blend-mode:overlay}.rise{filter:brightness(1.05) sepia(.2) contrast(.9) saturate(.9)}.rise::after{background:radial-gradient(circle,rgba(232,197,152,.8),transparent 90%);mix-blend-mode:overlay;opacity:.6}.rise::before{background:radial-gradient(circle,rgba(236,205,169,.15) 55%,rgba(50,30,7,.4));mix-blend-mode:multiply}._1977:after,._1977:before,rs-pzimg-wrap.aden:after,.aden:before,.brooklyn:after,.brooklyn:before,.clarendon:after,.clarendon:before,.earlybird:after,.earlybird:before,.gingham:after,.gingham:before,.hudson:after,.hudson:before,.inkwell:after,.inkwell:before,.lark:after,.lark:before,.lofi:after,.lofi:before,.mayfair:after,.mayfair:before,.moon:after,.moon:before,.nashville:after,.nashville:before,.perpetua:after,.perpetua:before,.reyes:after,.reyes:before,.rise:after,.rise:before,.slumber:after,.slumber:before,.toaster:after,.toaster:before,.walden:after,.walden:before,.willow:after,.willow:before,.xpro2:after,.xpro2:before{content:'';display:block;height:100%;width:100%;top:0;left:0;position:absolute;pointer-events:none}._1977,.aden,.brooklyn,.clarendon,.earlybird,.gingham,.hudson,.inkwell,.lark,.lofi,.mayfair,.moon,.nashville,.perpetua,.reyes,.rise,.slumber,.toaster,.walden,.willow,.xpro2{position:absolute;}._1977:before,.aden:before,.brooklyn:before,.clarendon:before,.earlybird:before,.gingham:before,.hudson:before,.inkwell:before,.lark:before,.lofi:before,.mayfair:before,.moon:before,.nashville:before,.perpetua:before,.reyes:before,.rise:before,.slumber:before,.toaster:before,.walden:before,.willow:before,.xpro2:before{z-index:30}._1977:after,.aden:after,.brooklyn:after,.clarendon:after,.earlybird:after,.gingham:after,.hudson:after,.inkwell:after,.lark:after,.lofi:after,.mayfair:after,.moon:after,.nashville:after,.perpetua:after,.reyes:after,.rise:after,.slumber:after,.toaster:after,.walden:after,.willow:after,.xpro2:after{z-index:40}.slumber{filter:saturate(.66) brightness(1.05)}.slumber::after{background:rgba(125,105,24,.5);mix-blend-mode:soft-light}.slumber::before{background:rgba(69,41,12,.4);mix-blend-mode:lighten}
.willow::after{background-color:#d8cdcb;mix-blend-mode:color} @media not all and (min-resolution:.001dpcm) {
@supports (-webkit-appearance:none) {
.willow{filter:grayscale(1) contrast(.95) brightness(.9)}
.willow::after{background-color:transparent;}
}}
rs-pzimg-wrap.perpetua:before,rs-pzimg-wrap.perpetua:after,rs-pzimg-wrap.nashville:before,rs-pzimg-wrap.nashville:after,rs-pzimg-wrap.xpro2:before,rs-pzimg-wrap.xpro2:after,rs-pzimg-wrap._1977:after,rs-pzimg-wrap._1977:before,rs-pzimg-wrap.aden:after,rs-pzimg-wrap.aden:before,rs-pzimg-wrap.brooklyn:after,rs-pzimg-wrap.brooklyn:before,rs-pzimg-wrap.clarendon:after,rs-pzimg-wrap.clarendon:before,rs-pzimg-wrap.earlybird:after,rs-pzimg-wrap.earlybird:before,rs-pzimg-wrap.gingham:after,rs-pzimg-wrap.gingham:before,rs-pzimg-wrap.hudson:after,rs-pzimg-wrap.hudson:before,rs-pzimg-wrap.inkwell:after,rs-pzimg-wrap.inkwell:before,rs-pzimg-wrap.lark:after,rs-pzimg-wrap.lark:before,rs-pzimg-wrap.lofi:after,rs-pzimg-wrap.lofi:before,rs-pzimg-wrap.mayfair:after,rs-pzimg-wrap.mayfair:before,rs-pzimg-wrap.moon:after,rs-pzimg-wrap.moon:before,rs-pzimg-wrap.reyes:after,rs-pzimg-wrap.reyes:before,rs-pzimg-wrap.rise:after,rs-pzimg-wrap.rise:before,rs-pzimg-wrap.slumber:after,rs-pzimg-wrap.slumber:before,rs-pzimg-wrap.toaster:after,rs-pzimg-wrap.toaster:before,rs-pzimg-wrap.walden:after,rs-pzimg-wrap.walden:before,rs-pzimg-wrap.willow:after,rs-pzimg-wrap.willow:before,rs-pzimg-wrap:before,rs-pzimg-wrap:after {height:500%;width:500%} rs-loader.spinner6{width:40px;height:40px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner6 .rs-spinner-inner{width:100%;height:100%;display:inline-block;-webkit-animation:rs-revealer-6 1.4s linear infinite;animation:rs-revealer-6 1.4s linear infinite}rs-loader.spinner6 .rs-spinner-inner span{position:absolute;vertical-align:top;border-radius:100%;display:inline-block;width:8px;height:8px;margin-left:16px;transform-origin:center 20px;-webkit-transform-origin:center 20px}rs-loader.spinner6 .rs-spinner-inner span:nth-child(2){transform:rotate(36deg);-webkit-transform:rotate(36deg);opacity:.1}rs-loader.spinner6 .rs-spinner-inner span:nth-child(3){transform:rotate(72deg);-webkit-transform:rotate(72deg);opacity:.2}rs-loader.spinner6 .rs-spinner-inner span:nth-child(4){transform:rotate(108deg);-webkit-transform:rotate(108deg);opacity:.3}rs-loader.spinner6 .rs-spinner-inner span:nth-child(5){transform:rotate(144deg);-webkit-transform:rotate(144deg);opacity:.4}rs-loader.spinner6 .rs-spinner-inner span:nth-child(6){transform:rotate(180deg);-webkit-transform:rotate(180deg);opacity:.5}rs-loader.spinner6 .rs-spinner-inner span:nth-child(7){transform:rotate(216deg);-webkit-transform:rotate(216deg);opacity:.6}rs-loader.spinner6 .rs-spinner-inner span:nth-child(8){transform:rotate(252deg);-webkit-transform:rotate(252deg);opacity:.7}rs-loader.spinner6 .rs-spinner-inner span:nth-child(9){transform:rotate(288deg);-webkit-transform:rotate(288deg);opacity:.8}rs-loader.spinner6 .rs-spinner-inner span:nth-child(10){transform:rotate(324deg);-webkit-transform:rotate(324deg);opacity:.9}@keyframes rs-revealer-6{from{transform:rotate(0)}to{transform:rotate(360deg)}}@-webkit-keyframes rs-revealer-6{from{-webkit-transform:rotate(0)}to{-webkit-transform:rotate(360deg)}}rs-loader.spinner7{width:35px;height:35px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner7 .rs-spinner-inner{width:100%;height:100%;display:inline-block;padding:0;border-radius:100%;border:2px solid;-webkit-animation:rs-revealer-7 .8s linear infinite;animation:rs-revealer-7 .8s linear infinite}@keyframes rs-revealer-7{from{transform:rotate(0)}to{transform:rotate(360deg)}}@-webkit-keyframes rs-revealer-7{from{-webkit-transform:rotate(0)}to{-webkit-transform:rotate(360deg)}}rs-loader.spinner8{width:50px;height:50px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner8 .rs-spinner-inner{width:100%;height:100%;display:inline-block;padding:0;text-align:left}rs-loader.spinner8 .rs-spinner-inner span{position:absolute;display:inline-block;width:100%;height:100%;border-radius:100%;-webkit-animation:rs-revealer-8 1.6s linear infinite;animation:rs-revealer-8 1.6s linear infinite}rs-loader.spinner8 .rs-spinner-inner span:last-child{animation-delay:-.8s;-webkit-animation-delay:-.8s}@keyframes rs-revealer-8{0%{transform:scale(0,0);opacity:.5}100%{transform:scale(1,1);opacity:0}}@-webkit-keyframes rs-revealer-8{0%{-webkit-transform:scale(0,0);opacity:.5}100%{-webkit-transform:scale(1,1);opacity:0}}rs-loader.spinner9{width:40px;height:40px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner9 .rs-spinner-inner span{display:block;width:100%;height:100%;border-radius:50%;opacity:.6;position:absolute;top:0;left:0;-webkit-animation:rs-revealer-9 2s infinite ease-in-out;animation:rs-revealer-9 2s infinite ease-in-out}rs-loader.spinner9 .rs-spinner-inner span:last-child{-webkit-animation-delay:-1s;animation-delay:-1s}@-webkit-keyframes rs-revealer-9{0%,100%{-webkit-transform:scale(0)}50%{-webkit-transform:scale(1)}}@keyframes rs-revealer-9{0%,100%{transform:scale(0);-webkit-transform:scale(0)}50%{transform:scale(1);-webkit-transform:scale(1)}}rs-loader.spinner10{width:54px;height:40px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner10 .rs-spinner-inner{width:100%;height:100%;text-align:center;font-size:10px}rs-loader.spinner10 .rs-spinner-inner span{display:block;height:100%;width:6px;display:inline-block;-webkit-animation:rs-revealer-10 1.2s infinite ease-in-out;animation:rs-revealer-10 1.2s infinite ease-in-out}rs-loader.spinner10 .rs-spinner-inner span:nth-child(2){-webkit-animation-delay:-1.1s;animation-delay:-1.1s}rs-loader.spinner10 .rs-spinner-inner span:nth-child(3){-webkit-animation-delay:-1s;animation-delay:-1s}rs-loader.spinner10 .rs-spinner-inner span:nth-child(4){-webkit-animation-delay:-.9s;animation-delay:-.9s}rs-loader.spinner10 .rs-spinner-inner span:nth-child(5){-webkit-animation-delay:-.8s;animation-delay:-.8s}@-webkit-keyframes rs-revealer-10{0%,100%,40%{-webkit-transform:scaleY(.4)}20%{-webkit-transform:scaleY(1)}}@keyframes rs-revealer-10{0%,100%,40%{transform:scaleY(.4);-webkit-transform:scaleY(.4)}20%{transform:scaleY(1);-webkit-transform:scaleY(1)}}rs-loader.spinner11{width:40px;height:40px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner11 .rs-spinner-inner{width:100%;height:100%}rs-loader.spinner11 .rs-spinner-inner span{display:block;width:33%;height:33%;background-color:#333;float:left;-webkit-animation:rs-revealer-11 1.3s infinite ease-in-out;animation:rs-revealer-11 1.3s infinite ease-in-out}rs-loader.spinner11 .rs-spinner-inner span:nth-child(1){-webkit-animation-delay:.2s;animation-delay:.2s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(2){-webkit-animation-delay:.3s;animation-delay:.3s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(3){-webkit-animation-delay:.4s;animation-delay:.4s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(4){-webkit-animation-delay:.1s;animation-delay:.1s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(5){-webkit-animation-delay:.2s;animation-delay:.2s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(6){-webkit-animation-delay:.3s;animation-delay:.3s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(7){-webkit-animation-delay:0s;animation-delay:0s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(8){-webkit-animation-delay:.1s;animation-delay:.1s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(9){-webkit-animation-delay:.2s;animation-delay:.2s}@-webkit-keyframes rs-revealer-11{0%,100%,70%{-webkit-transform:scale3D(1,1,1);transform:scale3D(1,1,1)}35%{-webkit-transform:scale3D(0,0,1);transform:scale3D(0,0,1)}}@keyframes rs-revealer-11{0%,100%,70%{-webkit-transform:scale3D(1,1,1);transform:scale3D(1,1,1)}35%{-webkit-transform:scale3D(0,0,1);transform:scale3D(0,0,1)}}rs-loader.spinner12{width:35px;height:35px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner12 .rs-spinner-inner{width:100%;height:100%;-webkit-animation:rs-revealer-12 1s infinite linear;animation:rs-revealer-12 1s infinite linear}@-webkit-keyframes rs-revealer-12{0%{-webkit-transform:rotate(0)}100%{-webkit-transform:rotate(360deg)}}@keyframes rs-revealer-12{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}rs-loader.spinner13{width:40px;height:40px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner13 .rs-spinner-inner{width:100%;height:100%}rs-loader.spinner13 .rs-spinner-inner span{display:block;width:40%;height:40%;position:absolute;border-radius:50%;-webkit-animation:rs-revealer-13 2s ease infinite;animation:rs-revealer-13 2s ease infinite}rs-loader.spinner13 .rs-spinner-inner span:nth-child(1){animation-delay:-1.5s;-webkit-animation-delay:-1.5s}rs-loader.spinner13 .rs-spinner-inner span:nth-child(2){animation-delay:-1s;-webkit-animation-delay:-1s}rs-loader.spinner13 .rs-spinner-inner span:nth-child(3){animation-delay:-.5s;-webkit-animation-delay:-.5s}@keyframes rs-revealer-13{0%,100%{transform:translate(0)}25%{transform:translate(160%)}50%{transform:translate(160%,160%)}75%{transform:translate(0,160%)}}@-webkit-keyframes rs-revealer-13{0%,100%{-webkit-transform:translate(0)}25%{-webkit-transform:translate(160%)}50%{-webkit-transform:translate(160%,160%)}75%{-webkit-transform:translate(0,160%)}}rs-loader.spinner14{width:40px;height:40px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner14 .rs-spinner-inner{width:100%;height:100%;animation:rs-revealer-14 1s infinite linear}rs-loader.spinner14 .rs-spinner-inner span{display:block;position:absolute;top:50%;left:50%;width:16px;height:16px;border-radius:50%;margin:-8px}rs-loader.spinner14 .rs-spinner-inner span:nth-child(1){-webkit-animation:rs-revealer-14-1 2s infinite;animation:rs-revealer-14-1 2s infinite}rs-loader.spinner14 .rs-spinner-inner span:nth-child(2){-webkit-animation:rs-revealer-14-2 2s infinite;animation:rs-revealer-14-2 2s infinite}rs-loader.spinner14 .rs-spinner-inner span:nth-child(3){-webkit-animation:rs-revealer-14-3 2s infinite;animation:rs-revealer-14-3 2s infinite}rs-loader.spinner14 .rs-spinner-inner span:nth-child(4){-webkit-animation:rs-revealer-14-4 2s infinite;animation:rs-revealer-14-4 2s infinite}@-webkit-keyframes rs-revealer-14-1{0%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(80%,80%,0)}80%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(80%,80%,0)}100%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@-webkit-keyframes rs-revealer-14-2{0%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(80%,-80%,0)}80%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(80%,-80%,0)}100%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@-webkit-keyframes rs-revealer-14-3{0%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(-80%,-80%,0)}80%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(-80%,-80%,0)}100%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@-webkit-keyframes rs-revealer-14-4{0%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(-80%,80%,0)}80%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(-80%,80%,0)}100%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@keyframes rs-revealer-14-1{0%{transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{transform:rotate3d(0,0,1,0deg) translate3d(80%,80%,0)}80%{transform:rotate3d(0,0,1,360deg) translate3d(80%,80%,0)}100%{transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@keyframes rs-revealer-14-2{0%{transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{transform:rotate3d(0,0,1,0deg) translate3d(80%,-80%,0)}80%{transform:rotate3d(0,0,1,360deg) translate3d(80%,-80%,0)}100%{transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@keyframes rs-revealer-14-3{0%{transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{transform:rotate3d(0,0,1,0deg) translate3d(-80%,-80%,0)}80%{transform:rotate3d(0,0,1,360deg) translate3d(-80%,-80%,0)}100%{transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@keyframes rs-revealer-14-4{0%{transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{transform:rotate3d(0,0,1,0deg) translate3d(-80%,80%,0)}80%{transform:rotate3d(0,0,1,360deg) translate3d(-80%,80%,0)}100%{transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}rs-loader.spinner15{width:40px;height:40px;margin-top:-4px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner15 .rs-spinner-inner{width:100%;height:100%}rs-loader.spinner15 .rs-spinner-inner span{display:block;width:20px;height:20px;position:absolute;top:0;left:0;-webkit-animation:rs-revealer-15 1.8s infinite ease-in-out;animation:rs-revealer-15 1.8s infinite ease-in-out}rs-loader.spinner15 .rs-spinner-inner:last-child{-webkit-animation-delay:-.9s;animation-delay:-.9s}@-webkit-keyframes rs-revealer-15{25%{-webkit-transform:translateX(30px) rotate(-90deg) scale(.5)}50%{-webkit-transform:translateX(30px) translateY(30px) rotate(-180deg)}75%{-webkit-transform:translateX(0) translateY(30px) rotate(-270deg) scale(.5)}100%{-webkit-transform:rotate(-360deg)}}@keyframes rs-revealer-15{25%{transform:translateX(30px) rotate(-90deg) scale(.5);-webkit-transform:translateX(30px) rotate(-90deg) scale(.5)}50%{transform:translateX(30px) translateY(30px) rotate(-179deg);-webkit-transform:translateX(30px) translateY(30px) rotate(-179deg)}50.1%{transform:translateX(30px) translateY(30px) rotate(-180deg);-webkit-transform:translateX(30px) translateY(30px) rotate(-180deg)}75%{transform:translateX(0) translateY(30px) rotate(-270deg) scale(.5);-webkit-transform:translateX(0) translateY(30px) rotate(-270deg) scale(.5)}100%{transform:rotate(-360deg);-webkit-transform:rotate(-360deg)}} .bgcanvas { display: none; position: absolute; overflow: hidden; } .RSscrollbar-measure {
width: 100px;
height: 100px;
overflow: scroll;
position: absolute;
top: -9999px;
} .avada-has-rev-slider-styles .rev_slider_wrapper {
transform:none;
}