@charset "UTF-8";/*!
 * animate.css - https://animate.style/
 * Version - 4.0.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{animation-duration:1s;animation-duration:var(--animate-duration);animation-fill-mode:both}.animate__animated.animate__infinite{animation-iteration-count:infinite}.animate__animated.animate__repeat-1{animation-iteration-count:1;animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{animation-iteration-count:2;animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{animation-iteration-count:3;animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{animation-delay:1s;animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{animation-delay:2s;animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{animation-delay:3s;animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{animation-delay:4s;animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{animation-delay:5s;animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{animation-duration:.5s;animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{animation-duration:.8s;animation-duration:calc(var(--animate-duration)*.8)}.animate__animated.animate__slow{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{animation-duration:3s;animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{animation-duration:1ms!important;transition-duration:1ms!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@keyframes bounce{0%,20%,53%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0) scaleY(.95)}90%{transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{animation-name:flash}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.animate__pulse{animation-name:pulse;animation-timing-function:ease-in-out}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}.animate__rubberBand{animation-name:rubberBand}@keyframes shakeX{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.animate__shakeX{animation-name:shakeX}@keyframes shakeY{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(0,-10px,0)}20%,40%,60%,80%{transform:translate3d(0,10px,0)}}.animate__shakeY{animation-name:shakeY}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.animate__headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.animate__swing{transform-origin:top center;animation-name:swing}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}.animate__tada{animation-name:tada}@keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:translateZ(0)}}.animate__wobble{animation-name:wobble}@keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{animation-name:jello;transform-origin:center}@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}.animate__heartBeat{animation-name:heartBeat;animation-duration:1.3s;animation-duration:calc(var(--animate-duration)*1.3);animation-timing-function:ease-in-out}@keyframes backInDown{0%{transform:translateY(-1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInDown{animation-name:backInDown}@keyframes backInLeft{0%{transform:translateX(-2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInLeft{animation-name:backInLeft}@keyframes backInRight{0%{transform:translateX(2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInRight{animation-name:backInRight}@keyframes backInUp{0%{transform:translateY(1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInUp{animation-name:backInUp}@keyframes backOutDown{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{animation-name:backOutDown}@keyframes backOutLeft{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{animation-name:backOutLeft}@keyframes backOutRight{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(2000px) scale(.7);opacity:.7}}.animate__backOutRight{animation-name:backOutRight}@keyframes backOutUp{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{animation-name:backOutUp}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}.animate__bounceIn{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*.75);animation-name:bounceIn}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;transform:translate3d(0,25px,0) scaleY(.9)}75%{transform:translate3d(0,-10px,0) scaleY(.95)}90%{transform:translate3d(0,5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(25px,0,0) scaleX(1)}75%{transform:translate3d(-10px,0,0) scaleX(.98)}90%{transform:translate3d(5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(-25px,0,0) scaleX(1)}75%{transform:translate3d(10px,0,0) scaleX(.98)}90%{transform:translate3d(-5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}75%{transform:translate3d(0,10px,0) scaleY(.95)}90%{transform:translate3d(0,-5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.animate__bounceOut{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*.75);animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeInTopLeft{0%{opacity:0;transform:translate3d(-100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopLeft{animation-name:fadeInTopLeft}@keyframes fadeInTopRight{0%{opacity:0;transform:translate3d(100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopRight{animation-name:fadeInTopRight}@keyframes fadeInBottomLeft{0%{opacity:0;transform:translate3d(-100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomLeft{animation-name:fadeInBottomLeft}@keyframes fadeInBottomRight{0%{opacity:0;transform:translate3d(100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomRight{animation-name:fadeInBottomRight}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.animate__fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.animate__fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes fadeOutTopLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{animation-name:fadeOutTopLeft}@keyframes fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{animation-name:fadeOutTopRight}@keyframes fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{animation-name:fadeOutBottomRight}@keyframes fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{animation-name:fadeOutBottomLeft}@keyframes flip{0%{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);animation-timing-function:ease-out}40%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}to{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}}.animate__animated.animate__flip{-webkit-backface-visibility:visible;backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.animate__flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipInX}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.animate__flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipInY}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*.75);animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*.75);-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipOutY}@keyframes lightSpeedInRight{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInRight{animation-name:lightSpeedInRight;animation-timing-function:ease-out}@keyframes lightSpeedInLeft{0%{transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{transform:skewX(-20deg);opacity:1}80%{transform:skewX(5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInLeft{animation-name:lightSpeedInLeft;animation-timing-function:ease-out}@keyframes lightSpeedOutRight{0%{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{animation-name:lightSpeedOutRight;animation-timing-function:ease-in}@keyframes lightSpeedOutLeft{0%{opacity:1}to{transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{animation-name:lightSpeedOutLeft;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform:rotate(-200deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateIn{animation-name:rotateIn;transform-origin:center}@keyframes rotateInDownLeft{0%{transform:rotate(-45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{animation-name:rotateInDownLeft;transform-origin:left bottom}@keyframes rotateInDownRight{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{animation-name:rotateInDownRight;transform-origin:right bottom}@keyframes rotateInUpLeft{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{animation-name:rotateInUpLeft;transform-origin:left bottom}@keyframes rotateInUpRight{0%{transform:rotate(-90deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{animation-name:rotateInUpRight;transform-origin:right bottom}@keyframes rotateOut{0%{opacity:1}to{transform:rotate(200deg);opacity:0}}.animate__rotateOut{animation-name:rotateOut;transform-origin:center}@keyframes rotateOutDownLeft{0%{opacity:1}to{transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{animation-name:rotateOutDownLeft;transform-origin:left bottom}@keyframes rotateOutDownRight{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{animation-name:rotateOutDownRight;transform-origin:right bottom}@keyframes rotateOutUpLeft{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{animation-name:rotateOutUpLeft;transform-origin:left bottom}@keyframes rotateOutUpRight{0%{opacity:1}to{transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{animation-name:rotateOutUpRight;transform-origin:right bottom}@keyframes hinge{0%{animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2);animation-name:hinge;transform-origin:top left}@keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.animate__jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}.animate__rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{animation-name:zoomOutDown;transform-origin:center bottom}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{animation-name:zoomOutLeft;transform-origin:left center}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{animation-name:zoomOutRight;transform-origin:right center}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{animation-name:zoomOutUp;transform-origin:center bottom}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.animate__slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}.animate__slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}.animate__slideOutUp{animation-name:slideOutUp}body{direction:rtl!important;text-align:right!important;font-family:fb,helvetica,arial!important;padding:0!important;overflow:auto!important;margin:0;font-size:19px!important;color:#000!important;background:#f3f4f6!important}.hidden{display:none}img{max-width:100%}ul{padding:0;margin:0;list-style-type:none}.boldTypeFamily{font-family:fb_bold,helvetica,arial}.regularTypeFamily{font-family:fb,helvetica,arial}.form-100{width:100%}.credit{text-align:center;padding:0 0 10px;margin:20px 0 0}.bgLoading{color:#5e8593}.loginPageIndex h1{font-size:25px;font-family:fb,helvetica,arial;letter-spacing:-1px;margin:20px 0 0}.loginPageIndex .gridLeft{background:transparent;box-shadow:none}.loginPageIndex .gridLeft .boxCont{margin-top:200px;max-width:330px}.loginPageIndex .formLogin .form-100{min-height:70px}.loginPageIndex .formLogin .btn{margin:5px 0 0}.loginPageIndex .MuiPaper-root{justify-content:center;display:flex}.pagesStyle{direction:"ltr"}.react-datepicker-wrapper input{width:100%;border-radius:5px;padding:5px;text-align:center;color:#707070;border:none}.react-datepicker-wrapper input:disabled{background:#fff!important;color:gray}.modal-backdrop.show{opacity:.9}.react-datepicker__navigation--years-upcoming{transform:rotate(180deg)}.react-datepicker__navigation--years-previous,.react-datepicker__navigation--years-upcoming{background:url(/public/img/svg/downSelect.svg) center 8px no-repeat!important}@keyframes bounce2{0%,20%,50%,80%,to{transform:translateX(0)}10%{transform:translateX(-5px)}}.bounce2{animation:bounce2 2s infinite}@keyframes bounce3{0%,20%,50%,80%,to{transform:translateX(0)}40%{transform:translateX(-6px)}60%{transform:translateX(-5px)}}.bounce3{animation:bounce3 2s infinite}@keyframes bounce1{0%,20%,50%,80%,to{transform:scale(1)}40%{transform:scale(1.2)}60%{transform:scale(1.1)}}.bounce1{animation:bounce1 2s infinite}.Toastify__toast-container .Toastify__toast-body{font-family:fb,helvetica,arial}.modalSite{padding:0 2%}.modalSite .modal-dialog{margin:5% auto}.modalSite .modal-content{border-radius:10px;box-shadow:-1px 10px 14px 1px rgba(0,0,0,.2);border:none}.modalSite .modal-body{padding:5px 15px 30px}.modalSite .closeBtnCont{padding:5px 0 0 5px;text-align:left;margin-bottom:-10px}.modalSite .closeBtn{padding:0;background:transparent;border:none;color:#5e8593;font-size:20px}.modalSite .closeBtn:hover{background:transparent;color:#5e8593;font-size:22px}.autocompleteInput label{padding-right:10px}.autocompleteInput label.Mui-focused,.autocompleteInput label.MuiFormLabel-filled{padding-right:0}.autocompleteInput .MuiOutlinedInput-root{padding-top:7px!important;padding-bottom:7px!important}main.dashboard,main.noPaddPage{padding:0}.pages{direction:ltr}.pages button{border-radius:50%}.animateAllTransition{transition:all .1s ease-in-out}.reloadIco{color:#5e8593;cursor:pointer;margin:0;padding:0}.reloadIco:hover{font-size:25px;color:#5e8593}.MuiList-root li{font-family:fb,helvetica,arial}.MuiList-root li strong{font-family:fb_bold,helvetica,arial}.selectInputFilled{margin-bottom:25px}.selectInputFilled .MuiSvgIcon-root{display:none}.selectInputFilled legend{visibility:visible;background:#fff;line-height:1;color:#6b7ef4;max-width:inherit}.selectInputFilled.noLabel legend{display:none}.selectInputFilled.noLabel .MuiSelect-select{padding:18px 15px 12px}.selectInputFilled .MuiSelect-select{background:#fff;padding-top:12px;padding-bottom:10px;font-family:fb,helvetica,arial}.selectInputFilled .MuiSelect-select strong{font-family:fb_bold,helvetica,arial}.selectInputFilled .MuiFilledInput-underline:after{border-color:#6b7ef4}.selectInputFilled .MuiFormLabel-root.MuiFormLabel-filled{top:-7px;right:-6px;left:inherit}.selectInputFilled .MuiFormLabel-root{top:-5px;right:30px;left:inherit}.selectInputFilled.tikun1 .MuiFormControl-root .MuiFormLabel-filled{top:-7px;right:18px;left:inherit}.selectInputFilled.tikun2 .MuiFormControl-root .MuiFormLabel-filled{right:5px}.selectInputFilled .Mui-error legend{color:#d32f2f}.goBack{margin:0 0 10px}.goBack button{border:none;background:transparent}.goBack button:hover{text-decoration:underline}.loginPage .gridLeft{background:url(/_next/static/media/logoBg.e792fa47.png) top no-repeat #fff;background-size:100%}.loginPage .gridLeft .logoLogin{margin:0 0 30px}.loginPage .gridLeft .loginBtn{border:none;border-radius:20px;background:#1bbe77;margin:10px 0 0}.loginPage .gridLeft .loginBtn:hover{background:#5e8593}.defaultInput{width:100%}.defaultInput input{font-family:fb,helvetica,arial}.defaultInput input.Mui-disabled,.defaultInput input:disabled{-webkit-text-fill-color:#5e8593;color:#5e8593}.defaultInput.dateInput label{margin-right:22px}.defaultInput.dateInput label.Mui-focused,.defaultInput.dateInput label.MuiFormLabel-filled{margin-right:0}.defaultInput.dateInput label.Mui-disabled{color:#5e8593}.defaultInput.dateInput.desktop input{padding:16.5px 14px 16.5px 25px}.defaultInput.dateInput.desktop.notShowInput input{color:#fff}.defaultInput.dateInput input.Mui-disabled{text-align:right;margin-right:-19px}.defaultInput label{font-family:fb,helvetica,arial;color:#000}.defaultInput label.Mui-disabled{color:#5e8593}.defaultInput label.Mui-disabled.MuiFormLabel-filled{color:#000}.selectInputCont{position:relative}.selectInputCont .showLabel{position:absolute;top:-9px;right:12px;font-family:fb,helvetica,arial;font-weight:400;font-size:13px;line-height:1.4375em;letter-spacing:.00938em}.selectInputCont .showLabel .myLabel{display:inline-block;background:#fff;padding:0 4px 0 10px;line-height:1}.selectInputCont select:disabled{color:#5e8593;background-color:#fff}.selectOther .other{margin:17px 0 0}.selectInput{background:url(/img/svg/downSelect.svg) 10px no-repeat transparent;padding-left:22px;background-size:8px;border-color:#bdbdbd!important;height:56px;width:100%}.signCont{margin:0 auto}.signCont h5{font-size:16px;text-align:right}.signCont canvas{border:1px solid gray}.signCont.error canvas{border-color:red}.signCont .signButtons{margin:-12px 0 0}.signCont .signButtons button{padding:0;margin:0;border:none;color:red;background:transparent;font-size:14px}.existSignCont .signImg,.existSignCont .signImgCont{border:1px solid #c4c4c4;border-radius:10px;box-shadow:-1px 0 4px 1px rgba(58,86,122,.2)}.existSignCont .signImgCont{width:300px;height:141px;background-position:50%;background-color:#fff;background-repeat:no-repeat}.existSignCont .signButtons{margin:-5px 0 0}.existSignCont .signButtons button{padding:0;margin:0;border:none;color:red;background:transparent;font-size:14px}.existSignCont .signButtons button:hover{text-decoration:underline}.reloadMe{color:#5e8593;cursor:pointer}.reloadMe:hover{color:#000}.sure>span{white-space:nowrap;color:#e16b6b;font-size:16px;margin:0 0 0 5px}.loadingUrl{width:100%;height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center}.tableForms{margin:20px 0 0;padding:0 10px 50px}.tableForms .contOverflow{position:relative;height:60vh;overflow:hidden;overflow-y:auto;overflow-x:auto;box-shadow:-1px 0 4px 1px rgba(58,86,122,.2);background-color:#fff}.tableForms table{width:100%}.tableForms table .titTable th{position:-webkit-sticky;position:sticky;top:0;z-index:1;padding:2px 10px;background:#5e8593;color:#fff;text-align:center;font-size:16px;font-weight:400;border-left:1px solid #f3f4f6;border-bottom:10px solid #f3f4f6}.tableForms table .titTable th:last-child{border-left:none}.tableForms table tr td{background:#fff;font-size:14px;text-align:center;padding:15px 10px;border-bottom:2px solid #f3f4f6;vertical-align:middle}.tableForms table .counter{text-align:right;font-size:14px}.tableForms table .counter div:first-child{margin:0 0 0 5px;font-weight:700}.tableForms table .counter div{display:inline-block}.tableForms table .formName{line-height:1.2;text-align:right}.tableForms table .smsDataMultiHandler{text-align:right}.tableForms table .smsDataMultiHandler .sender{padding:2px 0;border-bottom:1px solid #d3d3d3;margin:0 0 2px}.tableForms table .smsDataMultiHandler .sender:last-child{border:none}.tableForms table .smsDataMultiHandler .sender:last-child .cont{padding-bottom:0}.tableForms table .smsDataMultiHandler .sender .data{display:flex;gap:5px}.tableForms table .smsDataMultiHandler .sender .cont{margin:2px 0 0;padding-bottom:5px}.tableForms table .smsDataMultiHandler .sender .cont .signed{background-color:#1bbe77;padding:3px 10px;color:#fff;border-radius:10px;font-size:12px}.tableForms table .smsDataMultiHandler .sender .cont .signed.no{background-color:#e16b6b}.tableForms table .smsDataMultiHandler .sender .SendSms{margin:5px 5px 0}.tableForms table .smsDataMultiHandler .sender .SendSms button{background-color:#d3d3d3;border:none;border-radius:10px;font-size:12px;padding:2px 10px}.tableForms table .smsDataMultiHandler .sender .SendSms button:hover{background-color:#000;color:#fff}.tableForms table .tableButtons{display:flex;gap:2px;align-items:center}.tableForms table .tableButtons .ico{width:20px;cursor:pointer}.tableForms table .tableButtons .ico.open{color:#5e8593}.tableForms table .tableButtons .ico.sms{margin:-5px 0 2px;width:23px}.tableForms table .tableButtons .ico.moreData{width:26px;color:#6d84ff}.tableForms table .tableButtons .ico:hover{color:#000}.tableForms table .moreDataTR td{background-color:#ffffe3}.tableForms table .moreDataTR .moreData{display:flex;gap:10px;justify-content:center;align-items:flex-start;text-align:right}.tableForms table .moreDataTR .moreData ul{margin:0}.tableForms .showStatusForms .statusName span{padding:5px 15px;border-radius:15px;background-color:#d3d3d3;white-space:nowrap}.tableForms .showStatusForms .statusName.green span{background-color:#1bbe77;color:#fff}.tableForms .showStatusForms .statusName.blue span{background-color:#6d84ff;color:#fff}.tableForms .showStatusForms .statusName.warning span{background-color:#ffff7d;color:#000}.tableForms .showStatusForms .statusName.red span{background-color:#d32f2f;color:#fff}.tableForms .showStatusForms .statusDate{margin:5px 0 -10px;line-height:1}.tableForms .showStatusForms .statusDate span{font-size:12px}.filterQuads{padding:0 10px}.filterQuads .filterQuadsCont{display:flex;justify-content:center;gap:14px}.filterQuads .filterQuadsCont button.quad{border:none;border-radius:10px;box-shadow:-1px 0 4px 1px rgba(58,86,122,.2);display:flex;flex-direction:column;justify-content:space-between;color:#000;width:20%;min-height:93px;background:#fff;text-align:center;padding:7px 0}.filterQuads .filterQuadsCont button.quad .icon{text-align:center;width:100%;margin:0 0 5px}.filterQuads .filterQuadsCont button.quad .counter{text-align:center;width:100%;margin:0 0 5px;font-weight:700}.filterQuads .filterQuadsCont button.quad .text{font-size:18px;text-align:center;width:100%}.filterQuads .filterQuadsCont button.quad.active{background:#ffffdc}.noResults{padding:20px 0}.searchBar{padding:60px 0 0;margin:0 0 20px;display:flex;justify-content:center}.searchBar.modalView .searchBarCont{padding:10px 15px;border-radius:30px;gap:5px;box-shadow:-1px 0 4px 1px rgba(58,86,122,.2)}.searchBar .searchBarCont{border-radius:0 0 20px 20px;color:#000;min-width:320px;background:#50717d;margin-top:-60px;padding:70px 20px 10px}.searchBar .searchBarCont .myItem{position:relative;margin:10px 0 0}.searchBar .searchBarCont .myItem .selectInput{min-width:200px;max-width:350px;height:50px;color:#000;border:none;border-radius:50px;padding:5px 40px 5px 50px;font-size:16px;background:url(/_next/static/media/downSelectBlack.7eb0c694.svg) 12px no-repeat #fff;background-size:25px;position:relative}.searchBar .searchBarCont .myItem span.iconLupa{width:20px;height:20px;position:absolute;z-index:10;right:10px;bottom:15px;background:url(/_next/static/media/searchLupaBlack.6443b239.svg) 50% no-repeat transparent;background-size:100%}.searchBar .searchBarCont.adminSearch{min-width:320px}.searchBar .searchBarCont .mySelects{display:flex;justify-content:space-between;gap:5px;width:100%}.searchBar .searchBarCont .mySelects .selectInputDates{color:#000;border:none;border-radius:50px;padding:10px 15px 10px 30px;background:url(/_next/static/media/downSelectBlack.7eb0c694.svg) 8px no-repeat #fff;background-size:20px}.hotspotsPageIndex{position:relative;padding:130px 0 50px}.hotspotsPageIndex .saveChanges{background:#d3d3d3;text-align:center;padding:10px 0;z-index:10;position:fixed;right:0;top:60px;width:100%;display:flex;gap:10px;justify-content:center}.hotspotsPageIndex .saveChanges button.goBackBtn{background:gray}.hotspotsPageIndex .saveChanges button{border:none;background:#1bbe77;color:#fff;border-radius:10px;padding:5px 20px;line-height:1}.hotspotsPageIndex .saveChanges button:hover{background:#000}.hotspotsPageIndex .pdf-cont .addBtn{position:absolute;z-index:2;top:10px;right:10px}.hotspotsPageIndex .pdf-cont .resize-container{direction:ltr;position:absolute!important}.hotspotsPageIndex .pdf-cont .resize-container .react-draggable{background:rgba(109,180,255,.941);border:1px solid #000;border-radius:10px}.hotspotsPageIndex .pdf-cont .resize-container .child-container{text-align:center;color:#fff;line-height:1}.hotspotsPageIndex .pdf-cont .resize-container .child-container .child{display:flex;flex-direction:column;justify-content:center;align-items:center}.hotspotsPageIndex .pdf-cont .resize-container .child-container .child span{font-size:16px}.hotspotsPageIndex .pdf-cont .resize-container .child-container .child .icon{cursor:pointer;color:#000;margin-bottom:-2px}.hotspotsPageIndex .pdf-cont .resize-container .child-container .child .icon:hover{color:red}.hotspotsPageIndex .pdf-cont .resize-container .child-container .child .iconInfo{cursor:pointer;color:#fff;margin-bottom:-2px}.hotspotsPageIndex .pdf-cont .resize-container .child-container .child .iconInfo:hover{color:blue}.wrapper{max-width:80%;margin:0 auto}.formLogin{margin:50px 0 0}.formLogin h1{text-align:right;color:#177fb3;color:#1bbe77;font-size:25px;margin:0}.formLogin .logoTitP{font-size:16px}.formLogin .formCont{margin:20px 0 0;max-width:450px}.formLogin .loginInput{border-radius:20px;background-color:#f3f4f7}.formLogin .loginInput fieldset{border:none;padding:5px 10px}.formLogin .loginInput input{border-radius:20px;background-color:#f3f4f7!important;padding:15px 5px}.formLogin .sendSmsCont h3{color:#000;font-size:20px;text-align:center}.formLogin .sendSmsCont p{text-align:center;margin:0}.formLogin .smsFormCont{margin:30px 0 0}.formLogin .smsFormCont .btnCont{margin:5px 0 0;text-align:left}.formLogin .smsFormCont .btnCont button{background:none;border:none;color:#5e8593;font-size:14px}.formLogin .smsFormCont .btnCont button:hover{text-decoration:underline}.formLogin hr{border:0;border-top:1px solid #dbdbdb;display:block;margin:40px auto;overflow:visible;text-align:center;opacity:1}.formLogin hr:before{background:#fff;color:#000;content:"או";padding:0 .4rem;position:relative;top:-1rem;text-align:center}.formLogin .MuiFormControl-root{margin:0 0 5px}.noResults{text-align:center;font-size:20px;color:#177fb3}.loadMoreCont{width:100%;text-align:center;padding:20px 0}.loadMoreCont button{background-color:#5e8593;padding:5px 30px;color:#fff;border:none;border-radius:20px;min-width:100px}.loadMoreCont button:disabled{background-color:gray;opacity:.5}.defaultPage{padding:80px 0 0}.padding{padding:0 20px}h1{font-family:fb_light,helvetica,arial;letter-spacing:-1px;font-size:32px!important}.signPageIndex{padding:70px 0}.signPageIndex.lang-ltr{direction:ltr}.signPageIndex.lang-ltr .checkPhoneNumber h2{text-align:left}.signPageIndex.lang-ltr .checkPhoneNumber .MuiInputBase-root{padding-left:10px}.pdf-cont{width:1000px;margin:0 auto}.pdf-cont.signedPage{margin:20px auto 0}.pdf-cont p{font-size:16px}.pdf-cont.mobile{width:321px}.pdf-cont .react-pdf__Document .react-pdf__Page{position:relative}.pdf-cont .react-pdf__Document .react-pdf__Page canvas{border:1px solid rgba(0,0,0,.3);box-shadow:-1px 0 4px 1px rgba(58,86,122,.2);margin:0 auto 20px;position:relative}.pdf-cont .react-pdf__Document .react-pdf__Page button.signBtn{position:absolute;bottom:0;left:0;border:1.5px dotted red;opacity:.8;background:50% no-repeat #f2f2f2;background-size:contain;display:flex;align-items:center;justify-content:center}.pdf-cont .react-pdf__Document .react-pdf__Page button.signBtn.active{border-color:#6d84ff}.pdf-cont .react-pdf__Document .react-pdf__Page button.signBtn.signed{background-color:#fff;border:1px dotted #000}.pdf-cont .react-pdf__Document .react-pdf__Page button.signBtn.signed .iconPen,.pdf-cont .react-pdf__Document .react-pdf__Page button.signBtn.signed span{display:none}.pdf-cont .react-pdf__Document .react-pdf__Page button.signBtn:hover{background-color:#6d84ff!important;color:#fff;opacity:1}.pdf-cont .react-pdf__Document .react-pdf__Page button.signBtn .iconPen{width:15px;height:10px;color:#2290b7;display:inline-block;padding:0;margin:0;line-height:1}.setLanguaje .btnFlags{padding:0;background:#fff;border:2px solid #4f5eb4;width:30px;height:30px;overflow:hidden}.setLanguaje .btnFlags:hover{background:#fff;border-color:#000}.extendedMenueItems ul{background-color:#fff;padding:5px}.extendedMenueItems ul li{border:1px solid #d3d3d3;border-radius:6px;background:#fff!important;padding:0;margin:0 0 10px}.extendedMenueItems ul li:last-child{margin-bottom:0}.signNavigation{position:fixed;top:0;width:100%;z-index:10;background:#6d84ff;padding:10px 20px;color:#fff}.signNavigation .signNavigationCont{display:flex;gap:5px;justify-content:space-between;align-items:center}.signNavigation .signNavigationCont .SignsStatusDisplay{display:flex;justify-content:center;align-items:center;gap:7px}.signNavigation .signNavigationCont .SignsStatusDisplay span{display:flex;flex-direction:column;align-items:center;justify-content:center;border-radius:50%;line-height:1;width:25px;height:25px;text-align:center;border:1px solid #fff;font-size:14px;cursor:pointer}.signNavigation .signNavigationCont .SignsStatusDisplay span .icon{width:15px}.signNavigation .signNavigationCont .SignsStatusDisplay span.active{background:#fff;color:#5e8593}.signNavigation .signNavigationCont .SignsStatusDisplay span:hover{background:#000;color:#fff}.signNavigation .signNavigationCont .l{display:flex;gap:10px;align-items:center}.signNavigation .signNavigationCont .r{display:flex;gap:10px;justify-content:space-between}.signNavigation .signNavigationCont .r .nextSign{display:flex;justify-content:center;align-items:center;border:1px solid transparent;border-radius:20px;background-color:#fff;padding:5px 25px;color:#000}.signNavigation .signNavigationCont .r .nextSign.endBtn{background:#1bbe77;color:#fff;border:1px solid #fff}.signNavigation .signNavigationCont .r .nextSign span{font-size:16px;display:inline-block;line-height:1}.signNavigation .signNavigationCont .r .nextSign:hover{background:#000;color:#fff}.sendSignsModalBody.ltr{direction:ltr}.signModal .signModalBody.ltr{direction:ltr;text-align:left}.signModal .signModalBody.ltr .header h2{padding-left:30px}.signModal .signModalBody .header h2{font-size:18px}.signModal .signModalBody .existSignCont{display:flex;flex-direction:column;justify-content:center;align-items:center}.signModal .signModalBody .existSignCont .signButtons{width:312px;text-align:right}.signModal .signModalBody .existSignCont{margin:0 0 20px}.signModal .signModalBody .signCont{width:321px;margin:10px auto 30px}.signModal .signModalBody .sendBtnCont{text-align:center}.finalSendModal .header{text-align:center;padding:0 10%}.finalSendModal .header h2{font-size:24px;margin:0 0 20px}.finalSendModal .header strong{display:block;color:green;font-size:20px}.finalSendModal .sendBtn{display:flex;justify-content:center;gap:10px;margin:20px 0 0}.checkPhoneNumberIndex .logoLogin{display:block;margin:-40px auto 30px}.checkPhoneNumberIndex .langCont{position:absolute;left:10px}.checkPhoneNumberIndex .whiteBg{position:relative;border-radius:20px;padding:10px 0 20px;box-shadow:-1px 0 4px 1px rgba(58,86,122,.2);background:#fff;width:90%;max-width:600px;margin:0 auto}.checkPhoneNumberIndex .header .lockCont{border:2px solid #6d84ff;border-radius:50%;padding:10px;display:block;margin:20px auto;width:60px;height:60px;display:flex;justify-content:center;align-items:center;flex-direction:column;box-shadow:-1px 0 4px 1px rgba(58,86,122,.6)}.checkPhoneNumberIndex .header .tit1{padding:5px 0;text-align:center}.checkPhoneNumberIndex .header h1{background:#5e8593;color:#fff;text-align:center;padding:10px 25px;font-size:28px!important}.checkPhoneNumberIndex .header h2{margin:10px 0;font-size:20px;color:#5e8593;padding:0 20px}.checkPhoneNumberIndex .inputCont{padding:0 20px}.signPageIndex.signed-view{padding:0 0 70px}.signPageIndex.signed-view .signedPage{display:flex;justify-content:center;padding:0}.signPageIndex.signed-view .signedPage .whiteBg{border-radius:0 0 20px 20px;padding:0;box-shadow:-1px 0 4px 1px rgba(58,86,122,.2);display:flex;align-items:center;background:#6d84ff}.signPageIndex.signed-view .signedPage .whiteBg .icon{padding:0 5px}.signPageIndex.signed-view .signedPage .react-pdf__Document{margin:20px 0 0}.signPageIndex.signed-view .signedPage.mobile .react-pdf__Document{margin:10px 0 0}.signPageIndex.signed-view .signedPage.checkPhoneNumber .header h2{color:#5e8593;margin:20px 0 10px;font-family:fb,helvetica,arial}.signPageIndex.signed-view .signedPage.checkPhoneNumber .inputCont{width:80%;margin:20px auto}.signPageIndex.signed-view .signedPage.checkPhoneNumber .inputCont .defaultInput input{text-align:center;color:#5e8593;font-size:18px}.signPageIndex.signed-view .signedPage .header{background:#fff;max-width:600px;text-align:center;padding:10px 0;border-radius:0 0 0 20px}.signPageIndex.signed-view .signedPage .header .downloadBtnCont{margin:10px 0 0;display:flex;gap:15px;align-items:center;justify-content:center}.signPageIndex.signed-view .signedPage .header .downloadBtnCont a{display:flex;gap:5px;justify-content:center;align-items:center;font-size:16px}.signPageIndex.signed-view .signedPage .header .downloadBtnCont a span{color:#6d84ff}.signPageIndex.signed-view .signedPage .header .downloadBtnCont a{text-decoration:none}.signPageIndex.signed-view .signedPage .header .downloadBtnCont a:hover{text-decoration:underline}.signPageIndex.signed-view .signedPage .header .tit1{font-size:20px}.signPageIndex.signed-view .signedPage .header h1{font-size:24px;padding:0 10%}.signPageIndex.signed-view .signedPage .header h2{background-color:#1bbe77;color:#fff;text-align:center;padding:10px 0;font-size:20px}.signPageIndex.signed-view .logoAndromeda{display:block;margin:0 auto}.noProductPage{padding:70px 0 0}.noProductPage p{margin:0}@font-face{font-family:fb;font-weight:400;font-style:normal;-webkit-font-smoothing:antialiased;src:url(/_next/static/media/OpenSansHebrew-Regular.cb74e82f.woff) format("opentype")}@font-face{font-family:fb_light;font-weight:400;font-style:normal;-webkit-font-smoothing:antialiased;src:url(/_next/static/media/OpenSansHebrew-Light.c7da9a63.woff) format("opentype")}@font-face{font-family:fb_medium;font-weight:400;font-style:normal;-webkit-font-smoothing:antialiased;src:url(/_next/static/media/OpenSansHebrew-Bold.6f6f8325.woff) format("opentype")}@font-face{font-family:fb_bold;font-weight:400;font-style:normal;-webkit-font-smoothing:antialiased;src:url(/_next/static/media/OpenSansHebrew-Bold.6f6f8325.woff) format("opentype")}@font-face{font-family:Roboto;font-style:normal;font-weight:400;src:local("Roboto"),local("Roboto-Regular"),url(https://fonts.gstatic.com/s/roboto/v15/CrYjSnGjrRCn0pd9VQsnFOvvDin1pK8aKteLpeZ5c0A.woff) format("woff")}@media (max-width:1100px){.wrapper{max-width:none!important}.defaultPage{padding:75px 0 0!important}.signNavigation .l>span{display:none}.pdf-cont p{margin:0}.pdf-cont .signBtn{font-size:12px}.pdf-cont .signBtn span{display:block;text-align:center;overflow:hidden;height:20px}.signModalBody .header h2{font-size:18px!important}.signedPage h1{font-size:20px!important}.signedPage h2{font-size:16px!important}.searchBar .searchBarCont.adminSearch{padding:70px 10px 10px!important}.searchBar .myItem .selectInput{max-width:300px!important}.filterQuads .filterQuadsCont{flex-wrap:wrap}.filterQuads .filterQuadsCont .quad{min-width:100px}}@media (max-width:300px){.searchBar .searchBarCont.adminSearch{width:270px;min-width:270px}.searchBar .searchBarCont.adminSearch .myItem .selectInput{max-width:290px!important}.signModalBody .signCont{width:230px!important;overflow:hidden;overflow-x:auto}.signModalBody .existSignCont{width:230px!important}.signModalBody .existSignCont .signButtons,.signModalBody .existSignCont .signImgCont{width:100%!important}.pdf-cont{width:270px!important;margin:0 auto;overflow:hidden;overflow-x:auto}.pdf-cont p{font-size:16px}.pdf-cont.mobile{width:321px}}