@keyframes shake{0%,to{transform:translate(0)rotate(0)}10%,30%,50%,70%,90%{transform:translate(-5px)rotate(5deg)}20%,40%,60%,80%{transform:translate(5px)rotate(-5deg)}}.buttons-menu{z-index:100;flex-direction:column;gap:16px;display:flex;position:absolute;top:24px;right:24px}.buttons-menu button{cursor:pointer;border:1px solid #a3ac99;border-radius:2px;justify-content:center;align-items:center;width:44px;height:44px;transition:background-color .3s,opacity .3s;display:flex}.buttons-menu button:hover{background-color:#dadada}.buttons-menu .buttons-container{flex-direction:column;gap:16px;display:flex}.buttons-menu .buttons-container .button-wrapper{align-items:center;display:flex;position:relative}.buttons-menu .buttons-container .button-wrapper.shake{animation:.5s ease-in-out shake}.buttons-menu .buttons-container .button-wrapper .hint{opacity:0;pointer-events:none;background-color:#fffc;border:1px solid #fff3;border-radius:2px;width:max-content;padding:8px;font-family:Montserrat;font-size:12px;transition:all .3s;position:absolute;transform:translate(-110%)}.buttons-menu .buttons-container .button-wrapper .hint.active{opacity:1}.buttons-menu .buttons-container .button-wrapper .button{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);cursor:pointer;background-color:#ffffff40;transition:background-color .3s}.buttons-menu .buttons-container .button-wrapper .button:hover{background-color:#ffffff60}
:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{animation-duration:1s;-webkit-animation-duration:var(--animate-duration);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;-webkit-animation-iteration-count:var(--animate-repeat);animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{animation-iteration-count:2;-webkit-animation-iteration-count:calc(var(--animate-repeat)*2);animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{animation-iteration-count:3;-webkit-animation-iteration-count:calc(var(--animate-repeat)*3);animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{animation-delay:1s;-webkit-animation-delay:var(--animate-delay);animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{animation-delay:2s;-webkit-animation-delay:calc(var(--animate-delay)*2);animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{animation-delay:3s;-webkit-animation-delay:calc(var(--animate-delay)*3);animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{animation-delay:4s;-webkit-animation-delay:calc(var(--animate-delay)*4);animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{animation-delay:5s;-webkit-animation-delay:calc(var(--animate-delay)*5);animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{animation-duration:.5s;-webkit-animation-duration:calc(var(--animate-duration)/2);animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{animation-duration:.8s;-webkit-animation-duration:calc(var(--animate-duration)*.8);animation-duration:calc(var(--animate-duration)*.8)}.animate__animated.animate__slow{animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{animation-duration:3s;-webkit-animation-duration:calc(var(--animate-duration)*3);animation-duration:calc(var(--animate-duration)*3)}@media print,(prefers-reduced-motion:reduce){.animate__animated{transition-duration:1ms!important;animation-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:translate(0,0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translateY(-30px)scaleY(1.1)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translateY(-15px)scaleY(1.05)}80%{transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translate(0,0)scaleY(.95)}90%{transform:translateY(-4px)scaleY(1.02)}}.animate__bounce{transform-origin:bottom;animation-name:bounce}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{animation-name:flash}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scale(1)}}.animate__pulse{animation-name:pulse;animation-timing-function:ease-in-out}@keyframes rubberBand{0%{transform:scale(1)}30%{transform:scale(1.25,.75)}40%{transform:scale(.75,1.25)}50%{transform:scale(1.15,.85)}65%{transform:scale(.95,1.05)}75%{transform:scale(1.05,.95)}to{transform:scale(1)}}.animate__rubberBand{animation-name:rubberBand}@keyframes shakeX{0%,to{transform:translate(0,0)}10%,30%,50%,70%,90%{transform:translate(-10px)}20%,40%,60%,80%{transform:translate(10px)}}.animate__shakeX{animation-name:shakeX}@keyframes shakeY{0%,to{transform:translate(0,0)}10%,30%,50%,70%,90%{transform:translateY(-10px)}20%,40%,60%,80%{transform:translateY(10px)}}.animate__shakeY{animation-name:shakeY}@keyframes headShake{0%{transform:translate(0)}6.5%{transform:translate(-6px)rotateY(-9deg)}18.5%{transform:translate(5px)rotateY(7deg)}31.5%{transform:translate(-3px)rotateY(-5deg)}43.5%{transform:translate(2px)rotateY(3deg)}50%{transform:translate(0)}}.animate__headShake{animation-name:headShake;animation-timing-function:ease-in-out}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0)}}.animate__swing{transform-origin:top;animation-name:swing}@keyframes tada{0%{transform:scale(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:scale(1)}}.animate__tada{animation-name:tada}@keyframes wobble{0%{transform:translate(0,0)}15%{transform:translate(-25%)rotate(-5deg)}30%{transform:translate(20%)rotate(3deg)}45%{transform:translate(-15%)rotate(-3deg)}60%{transform:translate(10%)rotate(2deg)}75%{transform:translate(-5%)rotate(-1deg)}to{transform:translate(0,0)}}.animate__wobble{animation-name:wobble}@keyframes jello{0%,11.1%,to{transform:translate(0,0)}22.2%{transform:skew(-12.5deg)skewY(-12.5deg)}33.3%{transform:skew(6.25deg)skewY(6.25deg)}44.4%{transform:skew(-3.125deg)skewY(-3.125deg)}55.5%{transform:skew(1.5625deg)skewY(1.5625deg)}66.6%{transform:skew(-.78125deg)skewY(-.78125deg)}77.7%{transform:skew(.390625deg)skewY(.390625deg)}88.8%{transform:skew(-.195313deg)skewY(-.195313deg)}}.animate__jello{transform-origin:50%;animation-name:jello}@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;-webkit-animation-duration:calc(var(--animate-duration)*1.3);animation-duration:calc(var(--animate-duration)*1.3);animation-timing-function:ease-in-out}@keyframes backInDown{0%{opacity:.7;transform:translateY(-1200px)scale(.7)}80%{opacity:.7;transform:translateY(0)scale(.7)}to{opacity:1;transform:scale(1)}}.animate__backInDown{animation-name:backInDown}@keyframes backInLeft{0%{opacity:.7;transform:translate(-2000px)scale(.7)}80%{opacity:.7;transform:translate(0)scale(.7)}to{opacity:1;transform:scale(1)}}.animate__backInLeft{animation-name:backInLeft}@keyframes backInRight{0%{opacity:.7;transform:translate(2000px)scale(.7)}80%{opacity:.7;transform:translate(0)scale(.7)}to{opacity:1;transform:scale(1)}}.animate__backInRight{animation-name:backInRight}@keyframes backInUp{0%{opacity:.7;transform:translateY(1200px)scale(.7)}80%{opacity:.7;transform:translateY(0)scale(.7)}to{opacity:1;transform:scale(1)}}.animate__backInUp{animation-name:backInUp}@keyframes backOutDown{0%{opacity:1;transform:scale(1)}20%{opacity:.7;transform:translateY(0)scale(.7)}to{opacity:.7;transform:translateY(700px)scale(.7)}}.animate__backOutDown{animation-name:backOutDown}@keyframes backOutLeft{0%{opacity:1;transform:scale(1)}20%{opacity:.7;transform:translate(0)scale(.7)}to{opacity:.7;transform:translate(-2000px)scale(.7)}}.animate__backOutLeft{animation-name:backOutLeft}@keyframes backOutRight{0%{opacity:1;transform:scale(1)}20%{opacity:.7;transform:translate(0)scale(.7)}to{opacity:.7;transform:translate(2000px)scale(.7)}}.animate__backOutRight{animation-name:backOutRight}@keyframes backOutUp{0%{opacity:1;transform:scale(1)}20%{opacity:.7;transform:translateY(0)scale(.7)}to{opacity:.7;transform:translateY(-700px)scale(.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:scale(1)}}.animate__bounceIn{animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*.75);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:translateY(-3000px)scaleY(3)}60%{opacity:1;transform:translateY(25px)scaleY(.9)}75%{transform:translateY(-10px)scaleY(.95)}90%{transform:translateY(5px)scaleY(.985)}to{transform:translate(0,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:translate(-3000px)scaleX(3)}60%{opacity:1;transform:translate(25px)scaleX(1)}75%{transform:translate(-10px)scaleX(.98)}90%{transform:translate(5px)scaleX(.995)}to{transform:translate(0,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:translate(3000px)scaleX(3)}60%{opacity:1;transform:translate(-25px)scaleX(1)}75%{transform:translate(10px)scaleX(.98)}90%{transform:translate(-5px)scaleX(.995)}to{transform:translate(0,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:translateY(3000px)scaleY(5)}60%{opacity:1;transform:translateY(-20px)scaleY(.9)}75%{transform:translateY(10px)scaleY(.95)}90%{transform:translateY(-5px)scaleY(.985)}to{transform:translate(0,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;-webkit-animation-duration:calc(var(--animate-duration)*.75);animation-duration:calc(var(--animate-duration)*.75);animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translateY(10px)scaleY(.985)}40%,45%{opacity:1;transform:translateY(-20px)scaleY(.9)}to{opacity:0;transform:translateY(2000px)scaleY(3)}}.animate__bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate(20px)scaleX(.9)}to{opacity:0;transform:translate(-2000px)scaleX(2)}}.animate__bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate(-20px)scaleX(.9)}to{opacity:0;transform:translate(2000px)scaleX(2)}}.animate__bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translateY(-10px)scaleY(.985)}40%,45%{opacity:1;transform:translateY(20px)scaleY(.9)}to{opacity:0;transform:translateY(-2000px)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:translateY(-100%)}to{opacity:1;transform:translate(0,0)}}.animate__fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translateY(-2000px)}to{opacity:1;transform:translate(0,0)}}.animate__fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-100%)}to{opacity:1;transform:translate(0,0)}}.animate__fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate(-2000px)}to{opacity:1;transform:translate(0,0)}}.animate__fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0,0)}}.animate__fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate(2000px)}to{opacity:1;transform:translate(0,0)}}.animate__fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translate(0,0)}}.animate__fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translateY(2000px)}to{opacity:1;transform:translate(0,0)}}.animate__fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeInTopLeft{0%{opacity:0;transform:translate(-100%,-100%)}to{opacity:1;transform:translate(0,0)}}.animate__fadeInTopLeft{animation-name:fadeInTopLeft}@keyframes fadeInTopRight{0%{opacity:0;transform:translate(100%,-100%)}to{opacity:1;transform:translate(0,0)}}.animate__fadeInTopRight{animation-name:fadeInTopRight}@keyframes fadeInBottomLeft{0%{opacity:0;transform:translate(-100%,100%)}to{opacity:1;transform:translate(0,0)}}.animate__fadeInBottomLeft{animation-name:fadeInBottomLeft}@keyframes fadeInBottomRight{0%{opacity:0;transform:translate(100%,100%)}to{opacity:1;transform:translate(0,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:translateY(100%)}}.animate__fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translateY(2000px)}}.animate__fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate(-100%)}}.animate__fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate(-2000px)}}.animate__fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate(100%)}}.animate__fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate(2000px)}}.animate__fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translateY(-100%)}}.animate__fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translateY(-2000px)}}.animate__fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes fadeOutTopLeft{0%{opacity:1;transform:translate(0,0)}to{opacity:0;transform:translate(-100%,-100%)}}.animate__fadeOutTopLeft{animation-name:fadeOutTopLeft}@keyframes fadeOutTopRight{0%{opacity:1;transform:translate(0,0)}to{opacity:0;transform:translate(100%,-100%)}}.animate__fadeOutTopRight{animation-name:fadeOutTopRight}@keyframes fadeOutBottomRight{0%{opacity:1;transform:translate(0,0)}to{opacity:0;transform:translate(100%,100%)}}.animate__fadeOutBottomRight{animation-name:fadeOutBottomRight}@keyframes fadeOutBottomLeft{0%{opacity:1;transform:translate(0,0)}to{opacity:0;transform:translate(-100%,100%)}}.animate__fadeOutBottomLeft{animation-name:fadeOutBottomLeft}@keyframes flip{0%{animation-timing-function:ease-out;transform:perspective(400px)scale(1)translate(0,0)rotateY(-360deg)}40%{animation-timing-function:ease-out;transform:perspective(400px)scale(1)translateZ(150px)rotateY(-190deg)}50%{animation-timing-function:ease-in;transform:perspective(400px)scale(1)translateZ(150px)rotateY(-170deg)}80%{animation-timing-function:ease-in;transform:perspective(400px)scale3d(.95,.95,.95)translate(0,0)rotateY(0)}to{animation-timing-function:ease-in;transform:perspective(400px)scale(1)translate(0,0)rotateY(0)}}.animate__animated.animate__flip{backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{opacity:0;animation-timing-function:ease-in;transform:perspective(400px)rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px)rotateX(-20deg)}60%{opacity:1;transform:perspective(400px)rotateX(10deg)}80%{transform:perspective(400px)rotateX(-5deg)}to{transform:perspective(400px)}}.animate__flipInX{animation-name:flipInX;backface-visibility:visible!important}@keyframes flipInY{0%{opacity:0;animation-timing-function:ease-in;transform:perspective(400px)rotateY(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px)rotateY(-20deg)}60%{opacity:1;transform:perspective(400px)rotateY(10deg)}80%{transform:perspective(400px)rotateY(-5deg)}to{transform:perspective(400px)}}.animate__flipInY{animation-name:flipInY;backface-visibility:visible!important}@keyframes flipOutX{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px)rotateX(-20deg)}to{opacity:0;transform:perspective(400px)rotateX(90deg)}}.animate__flipOutX{animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*.75);animation-duration:calc(var(--animate-duration)*.75);animation-name:flipOutX;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px)rotateY(-15deg)}to{opacity:0;transform:perspective(400px)rotateY(90deg)}}.animate__flipOutY{animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*.75);animation-duration:calc(var(--animate-duration)*.75);animation-name:flipOutY;backface-visibility:visible!important}@keyframes lightSpeedInRight{0%{opacity:0;transform:translate(100%)skew(-30deg)}60%{opacity:1;transform:skew(20deg)}80%{transform:skew(-5deg)}to{transform:translate(0,0)}}.animate__lightSpeedInRight{animation-name:lightSpeedInRight;animation-timing-function:ease-out}@keyframes lightSpeedInLeft{0%{opacity:0;transform:translate(-100%)skew(30deg)}60%{opacity:1;transform:skew(-20deg)}80%{transform:skew(5deg)}to{transform:translate(0,0)}}.animate__lightSpeedInLeft{animation-name:lightSpeedInLeft;animation-timing-function:ease-out}@keyframes lightSpeedOutRight{0%{opacity:1}to{opacity:0;transform:translate(100%)skew(30deg)}}.animate__lightSpeedOutRight{animation-name:lightSpeedOutRight;animation-timing-function:ease-in}@keyframes lightSpeedOutLeft{0%{opacity:1}to{opacity:0;transform:translate(-100%)skew(-30deg)}}.animate__lightSpeedOutLeft{animation-name:lightSpeedOutLeft;animation-timing-function:ease-in}@keyframes rotateIn{0%{opacity:0;transform:rotate(-200deg)}to{opacity:1;transform:translate(0,0)}}.animate__rotateIn{transform-origin:50%;animation-name:rotateIn}@keyframes rotateInDownLeft{0%{opacity:0;transform:rotate(-45deg)}to{opacity:1;transform:translate(0,0)}}.animate__rotateInDownLeft{transform-origin:0 100%;animation-name:rotateInDownLeft}@keyframes rotateInDownRight{0%{opacity:0;transform:rotate(45deg)}to{opacity:1;transform:translate(0,0)}}.animate__rotateInDownRight{transform-origin:100% 100%;animation-name:rotateInDownRight}@keyframes rotateInUpLeft{0%{opacity:0;transform:rotate(45deg)}to{opacity:1;transform:translate(0,0)}}.animate__rotateInUpLeft{transform-origin:0 100%;animation-name:rotateInUpLeft}@keyframes rotateInUpRight{0%{opacity:0;transform:rotate(-90deg)}to{opacity:1;transform:translate(0,0)}}.animate__rotateInUpRight{transform-origin:100% 100%;animation-name:rotateInUpRight}@keyframes rotateOut{0%{opacity:1}to{opacity:0;transform:rotate(200deg)}}.animate__rotateOut{transform-origin:50%;animation-name:rotateOut}@keyframes rotateOutDownLeft{0%{opacity:1}to{opacity:0;transform:rotate(45deg)}}.animate__rotateOutDownLeft{transform-origin:0 100%;animation-name:rotateOutDownLeft}@keyframes rotateOutDownRight{0%{opacity:1}to{opacity:0;transform:rotate(-45deg)}}.animate__rotateOutDownRight{transform-origin:100% 100%;animation-name:rotateOutDownRight}@keyframes rotateOutUpLeft{0%{opacity:1}to{opacity:0;transform:rotate(-45deg)}}.animate__rotateOutUpLeft{transform-origin:0 100%;animation-name:rotateOutUpLeft}@keyframes rotateOutUpRight{0%{opacity:1}to{opacity:0;transform:rotate(90deg)}}.animate__rotateOutUpRight{transform-origin:100% 100%;animation-name:rotateOutUpRight}@keyframes hinge{0%{animation-timing-function:ease-in-out}20%,60%{animation-timing-function:ease-in-out;transform:rotate(80deg)}40%,80%{opacity:1;animation-timing-function:ease-in-out;transform:rotate(60deg)}to{opacity:0;transform:translateY(700px)}}.animate__hinge{animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2);transform-origin:0 0;animation-name:hinge}@keyframes jackInTheBox{0%{opacity:0;transform-origin:bottom;transform:scale(.1)rotate(30deg)}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:translate(-100%)rotate(-120deg)}to{opacity:1;transform:translate(0,0)}}.animate__rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate(100%)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;animation-timing-function:cubic-bezier(.55,.055,.675,.19);transform:scale3d(.1,.1,.1)translateY(-1000px)}60%{opacity:1;animation-timing-function:cubic-bezier(.175,.885,.32,1);transform:scale3d(.475,.475,.475)translateY(60px)}}.animate__zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{opacity:0;animation-timing-function:cubic-bezier(.55,.055,.675,.19);transform:scale3d(.1,.1,.1)translate(-1000px)}60%{opacity:1;animation-timing-function:cubic-bezier(.175,.885,.32,1);transform:scale3d(.475,.475,.475)translate(10px)}}.animate__zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{opacity:0;animation-timing-function:cubic-bezier(.55,.055,.675,.19);transform:scale3d(.1,.1,.1)translate(1000px)}60%{opacity:1;animation-timing-function:cubic-bezier(.175,.885,.32,1);transform:scale3d(.475,.475,.475)translate(-10px)}}.animate__zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{opacity:0;animation-timing-function:cubic-bezier(.55,.055,.675,.19);transform:scale3d(.1,.1,.1)translateY(1000px)}60%{opacity:1;animation-timing-function:cubic-bezier(.175,.885,.32,1);transform:scale3d(.475,.475,.475)translateY(-60px)}}.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;animation-timing-function:cubic-bezier(.55,.055,.675,.19);transform:scale3d(.475,.475,.475)translateY(-60px)}to{opacity:0;animation-timing-function:cubic-bezier(.175,.885,.32,1);transform:scale3d(.1,.1,.1)translateY(2000px)}}.animate__zoomOutDown{transform-origin:bottom;animation-name:zoomOutDown}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475)translate(42px)}to{opacity:0;transform:scale(.1)translate(-2000px)}}.animate__zoomOutLeft{transform-origin:0;animation-name:zoomOutLeft}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475)translate(-42px)}to{opacity:0;transform:scale(.1)translate(2000px)}}.animate__zoomOutRight{transform-origin:100%;animation-name:zoomOutRight}@keyframes zoomOutUp{40%{opacity:1;animation-timing-function:cubic-bezier(.55,.055,.675,.19);transform:scale3d(.475,.475,.475)translateY(60px)}to{opacity:0;animation-timing-function:cubic-bezier(.175,.885,.32,1);transform:scale3d(.1,.1,.1)translateY(-2000px)}}.animate__zoomOutUp{transform-origin:bottom;animation-name:zoomOutUp}@keyframes slideInDown{0%{visibility:visible;transform:translateY(-100%)}to{transform:translate(0,0)}}.animate__slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{visibility:visible;transform:translate(-100%)}to{transform:translate(0,0)}}.animate__slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{visibility:visible;transform:translate(100%)}to{transform:translate(0,0)}}.animate__slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{visibility:visible;transform:translateY(100%)}to{transform:translate(0,0)}}.animate__slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translate(0,0)}to{visibility:hidden;transform:translateY(100%)}}.animate__slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translate(0,0)}to{visibility:hidden;transform:translate(-100%)}}.animate__slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translate(0,0)}to{visibility:hidden;transform:translate(100%)}}.animate__slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translate(0,0)}to{visibility:hidden;transform:translateY(-100%)}}.animate__slideOutUp{animation-name:slideOutUp}
.modal-backdrop{z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#00000080;justify-content:center;align-items:center;width:100dvw;height:100dvh;display:flex;position:fixed;top:0;left:0}.copy-notification{color:#fff;z-index:1001;background-color:#52703f;border-radius:4px;padding:12px 24px;font-family:Montserrat,sans-serif;font-size:14px;font-weight:500;position:fixed;top:20px;left:50%;box-shadow:0 4px 12px #00000026;transform:translate(-50%)!important}.share-modal{background-color:#fff;border-radius:2px;width:max-content;position:relative;box-shadow:0 4px 4px #0000001a}.share-modal .modal-title{color:#000;text-transform:uppercase;text-align:center;margin:30px 0 0;font-family:Montserrat;font-size:16px;font-weight:400}.share-modal .close-button{color:#3e2b24;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:background-color .2s;display:flex;position:absolute;top:13px;right:13px}.share-modal .close-button:hover{background-color:#0000001a}.share-modal .modal-body{padding:0 32px 24px;font-family:Montserrat,sans-serif}.share-modal .modal-body .link-label{font-family:Montserrat;font-weight:400;font-style:Regular;letter-spacing:0%;color:#1c1e26;font-size:12px;line-height:100%}.share-modal .modal-body .link-container{align-items:center;gap:16px;display:flex}.share-modal .modal-body .link-container .link .client-link{font-family:Montserrat;font-weight:500;font-style:Medium;letter-spacing:0%;color:#1c1e26;font-size:12px;line-height:100%}.share-modal .modal-body .link-container .link .link-divider{background-color:#a9b79f;width:280px;height:1px;margin-top:8px}.share-modal .modal-body .link-container .copy-btn{font-family:Montserrat;font-weight:600;font-style:SemiBold;letter-spacing:0%;text-transform:uppercase;color:#000;cursor:pointer;border:none;width:max-content;font-size:14px;line-height:100%;transition:opacity .3s}.share-modal .modal-body .link-container .copy-btn:hover{opacity:.7}.share-modal .modal-body .btns-con{gap:16px;display:flex}.share-modal .modal-body .btns-con .share-btn{cursor:pointer;border:1px solid #d3d0d0;border-radius:4px;gap:5px;width:max-content;padding:14px 20px;transition:background-color .3s,border-color .3s;display:flex}.share-modal .modal-body .btns-con .share-btn:hover{background-color:#f5f5f5;border-color:#b8b9bc}.share-modal .modal-body .btns-con .share-btn .btn-text{color:#1b393b;font-size:16px}
@media screen and (max-width:600px) and (orientation:portrait){.share-modal{width:calc(100dvw - 50px)}.share-modal .modal-body{flex-direction:column;gap:5px;display:flex}.share-modal .modal-body .link-container{flex-direction:column;gap:0}.share-modal .modal-body .link-container .link,.share-modal .modal-body .link-container .link .link-divider{width:100%}}
.modal-backdrop{z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#00000080;justify-content:center;align-items:center;width:100dvw;height:100dvh;display:flex;position:fixed;top:0;left:0}.callback-modal{background-color:#fff;border-radius:2px;flex-direction:column;gap:24px;width:656px;display:flex;position:relative;box-shadow:0 4px 4px #0000001a}.callback-modal .modal-title{color:#000;text-transform:uppercase;text-align:center;margin:30px 0 0;font-family:Montserrat;font-size:16px;font-weight:400}.callback-modal .close-button{color:#3e2b24;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:background-color .2s;display:flex;position:absolute;top:13px;right:13px}.callback-modal .close-button:hover{background-color:#0000001a}.callback-modal .modal-body{padding:0 32px 24px;font-family:Montserrat,sans-serif}.callback-modal .modal-body .success-message{text-align:center;flex-direction:column;align-items:center;gap:12px;padding:32px 24px;font-family:Montserrat;font-size:14px;line-height:1.6;display:flex}.callback-modal .modal-body .success-message .success-icon{margin-bottom:8px;animation:.3s ease-out scaleIn}.callback-modal .modal-body .success-message .success-title{color:#28a745;margin:0;font-size:18px;font-weight:600}.callback-modal .modal-body .success-message p{color:#3f4042;margin:4px 0}@keyframes scaleIn{0%{opacity:0;transform:scale(0)}to{opacity:1;transform:scale(1)}}.callback-modal .modal-body .error-message{color:#dc3545;box-sizing:border-box;background-color:#fff3f3;border:1px solid #dc3545;border-radius:8px;width:592px;margin-bottom:8px;padding:10px 14px;font-family:Montserrat;font-size:12px;line-height:1.4}.callback-modal .modal-body .error-message strong{margin-right:4px;display:inline}.callback-modal .modal-body .error-message .error-hint{color:#666;margin:6px 0 0;font-size:11px}.callback-modal .modal-body .call-back-form{flex-direction:column;align-items:end;gap:24px;display:flex}.callback-modal .modal-body .call-back-form .input-line{gap:24px;display:flex}.callback-modal .modal-body .call-back-form .input-line .input-con{flex-direction:column;display:flex}.callback-modal .modal-body .call-back-form .input-line .input-con .input-label{font-family:Montserrat;font-weight:400;font-style:Regular;letter-spacing:0;color:#3f4042;font-size:12px;line-height:24px}.callback-modal .modal-body .call-back-form .input-line .input-con .form-input{box-sizing:border-box;border:1px solid #b8b9bc;border-radius:8px;width:284px;max-height:40px;padding:8px 12px;font-family:Montserrat;font-size:14px;line-height:24px;transition:border-color .2s}.callback-modal .modal-body .call-back-form .input-line .input-con .form-input:focus{border-color:#52703f;outline:none}.callback-modal .modal-body .call-back-form .input-line .input-con .form-input.error{border-color:#dc3545}.callback-modal .modal-body .call-back-form .input-line .input-con .form-input.error:focus{border-color:#dc3545;box-shadow:0 0 0 1px #dc354540}.callback-modal .modal-body .call-back-form .input-line .input-con .form-input::placeholder{color:#999;font-size:13px}.callback-modal .modal-body .call-back-form .input-line .input-con .react-select-container{width:284px}.callback-modal .modal-body .call-back-form .input-line .input-con .react-select-container.error .react-select__control{border-color:#dc3545}.callback-modal .modal-body .call-back-form .input-line .input-con .react-select__control{box-sizing:border-box;cursor:pointer;border:1px solid #b8b9bc;border-radius:8px;min-height:40px;font-family:Montserrat;font-size:14px}.callback-modal .modal-body .call-back-form .input-line .input-con .react-select__control:hover{border-color:#8a8c8e}.callback-modal .modal-body .call-back-form .input-line .input-con .react-select__control--is-focused{border-color:#52703f;box-shadow:0 0 0 1px #52703f}.callback-modal .modal-body .call-back-form .input-line .input-con .react-select__control--is-focused:hover{border-color:#52703f}.callback-modal .modal-body .call-back-form .input-line .input-con .react-select__control--is-disabled{cursor:not-allowed;background-color:#f5f5f5}.callback-modal .modal-body .call-back-form .input-line .input-con .react-select__value-container{padding:2px 12px}.callback-modal .modal-body .call-back-form .input-line .input-con .react-select__placeholder{color:#999;font-family:Montserrat;font-size:14px}.callback-modal .modal-body .call-back-form .input-line .input-con .react-select__single-value{color:#3f4042;font-family:Montserrat;font-size:14px}.callback-modal .modal-body .call-back-form .input-line .input-con .react-select__input-container{color:#3f4042;margin:0;padding:0;font-family:Montserrat;font-size:14px}.callback-modal .modal-body .call-back-form .input-line .input-con .react-select__indicator-separator{background-color:#b8b9bc}.callback-modal .modal-body .call-back-form .input-line .input-con .react-select__dropdown-indicator{color:#3f4042}.callback-modal .modal-body .call-back-form .input-line .input-con .react-select__dropdown-indicator:hover{color:#52703f}.callback-modal .modal-body .call-back-form .input-line .input-con .react-select__menu{z-index:100;border-radius:8px;font-family:Montserrat;font-size:14px;box-shadow:0 4px 12px #00000026}.callback-modal .modal-body .call-back-form .input-line .input-con .react-select__menu-list{border-radius:8px;max-height:200px;padding:4px 0}.callback-modal .modal-body .call-back-form .input-line .input-con .react-select__option{cursor:pointer;padding:8px 12px;font-family:Montserrat;font-size:14px}.callback-modal .modal-body .call-back-form .input-line .input-con .react-select__option--is-focused{background-color:#f0f0f0}.callback-modal .modal-body .call-back-form .input-line .input-con .react-select__option--is-selected{color:#fff;background-color:#52703f}.callback-modal .modal-body .call-back-form .input-line .input-con .react-select__option--is-selected:hover{background-color:#52703f}.callback-modal .modal-body .call-back-form .input-line .input-con .react-select__option:active{background-color:#32472b}.callback-modal .modal-body .call-back-form .input-line .input-con .react-select__no-options-message{color:#999;padding:8px 12px;font-family:Montserrat;font-size:14px}.callback-modal .modal-body .call-back-form .input-line .input-con .error-text{color:#dc3545;margin-top:4px;font-family:Montserrat;font-size:11px;line-height:1.3}.callback-modal .modal-body .call-back-form .submit-btn{text-transform:uppercase;color:#fff;cursor:pointer;background-color:#32472b;border:none;border-radius:4px;width:max-content;padding:13px 35px;font-family:Montserrat;font-size:14px;transition:background-color .2s,opacity .2s}.callback-modal .modal-body .call-back-form .submit-btn:hover:not(:disabled){background-color:#1c2718}.callback-modal .modal-body .call-back-form .submit-btn:disabled{opacity:.6;cursor:not-allowed}
@media screen and (max-width:700px) and (orientation:portrait){.callback-modal{max-height:calc(100dvh - 100px);overflow:auto}.callback-modal .modal-body{padding:0 20px 20px}.callback-modal .modal-body .error-message{width:100%}.callback-modal .modal-body .call-back-form{align-items:center;gap:16px}.callback-modal .modal-body .call-back-form .input-line{flex-direction:column;gap:16px;width:100%}.callback-modal .modal-body .call-back-form .input-line .input-con,.callback-modal .modal-body .call-back-form .input-line .input-con .form-input,.callback-modal .modal-body .call-back-form .input-line .input-con .react-select-container,.callback-modal .modal-body .call-back-form .submit-btn{width:100%}}@media screen and (max-width:1000px) and (max-height:600px) and (orientation:landscape){.callback-modal{max-height:calc(100dvh - 50px);overflow:auto}}@media screen and (max-width:1000px) and (max-height:455px) and (orientation:landscape){.callback-modal{gap:6.4px}.callback-modal .modal-title{margin:20px 0 0}.callback-modal .modal-body{padding:0 32px 20px}.callback-modal .modal-body .call-back-form{gap:10px}.callback-modal .modal-body .call-back-form .submit-btn{height:38px}}
.form-success-message-overlay{z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#00000080;justify-content:center;align-items:center;width:100dvw;height:100dvh;display:flex;position:fixed;top:0;left:0}.form-success-message-overlay .form-success-message{background-color:#fff;flex-direction:column;justify-content:end;align-items:center;gap:30px;width:410px;height:300px;padding:24px;display:flex;position:relative}.form-success-message-overlay .form-success-message .cross-close-btn{border:0;position:absolute;top:22px;right:22px}.form-success-message-overlay .form-success-message .message-title{text-transform:uppercase;font-family:Montserrat;font-weight:400}.form-success-message-overlay .form-success-message .message-content{flex-direction:column;gap:15px;display:flex}.form-success-message-overlay .form-success-message .message-content .message-img{width:64px;height:64px;margin:0 auto}.form-success-message-overlay .form-success-message .message-content .message-text{font-family:Montserrat}.form-success-message-overlay .form-success-message .message-close-btn{text-transform:uppercase;color:#fff;background-color:#32472b;width:100%;padding:13px 0;font-family:Josefin Sans}
@media screen and (max-width:550px) and (orientation:portrait){.form-success-message-overlay .form-success-message{width:calc(100dvw - 100px)}}
.lang-menu{cursor:pointer;z-index:1000;background-color:#fff;flex-direction:column;display:flex;position:fixed;transform:translate(-110%,120px)}.lang-menu .lang-el{border:1px solid #a3ac99;padding:17px 19px}.lang-menu .lang-el:hover{background-color:#a3ac991a}
.navigation-menu .nav-links{opacity:0;pointer-events:none;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:99;background-color:#ffffffd3;border:1px solid #a9b79f;border-radius:2px;flex-direction:column;gap:14px;width:316px;height:calc(100dvh - 80px);max-height:max-content;padding:16px 8px;transition:all .3s;display:flex;position:absolute;overflow-y:auto;transform:translate(-102%);box-shadow:0 4px 4px #00000026}.navigation-menu .nav-links::-webkit-scrollbar{background-color:#000;width:2px}.navigation-menu .nav-links::-webkit-scrollbar-thumb{background-color:#777}.navigation-menu .nav-links.active{opacity:1;pointer-events:all}.navigation-menu .nav-links .menu-header{text-transform:uppercase;color:#110f10;padding:0 10px;font-family:Josefin Sans;font-size:20px}.navigation-menu .nav-links .menu-header .menu-close-btn{display:none}.navigation-menu .nav-links .links-dropdowns{flex-direction:column;gap:3px;display:flex}.navigation-menu .nav-links .links-dropdowns .link{box-sizing:border-box;cursor:pointer;text-transform:uppercase;background:0 0;border:none;border-radius:4px;justify-content:start;gap:5px;width:100%;height:auto;padding:8px 10px;font-size:16px;transition:all .3s;display:flex}.navigation-menu .nav-links .links-dropdowns .link .btn-text{color:#000;font-family:Montserrat}.navigation-menu .nav-links .links-dropdowns .link:hover{background-color:#abababb8}.navigation-menu .nav-links .links-dropdowns .link.active{color:#110f10;background-color:#a3ac9966;border:1px solid #a3ac9980;font-weight:500}.navigation-menu .nav-links .links-dropdowns .dropdown{box-sizing:border-box;cursor:pointer;border:none;border-radius:4px;justify-content:space-between;width:100%;height:auto;padding:9px 10px;font-size:16px;transition:all .3s;display:flex}.navigation-menu .nav-links .links-dropdowns .dropdown:hover,.navigation-menu .nav-links .links-dropdowns .dropdown.open{background-color:#abababb8}.navigation-menu .nav-links .links-dropdowns .dropdown.active{color:#110f10;background-color:#a3ac9966;border:1px solid #a3ac9980;font-weight:500}.navigation-menu .nav-links .links-dropdowns .dropdown .btn-content{gap:5px;display:flex}.navigation-menu .nav-links .links-dropdowns .dropdown .btn-content .btn-text{color:#000;font-family:Montserrat}.navigation-menu .nav-links .links-dropdowns .dropdown .dropdown-arrow{transition:transform .3s;transform:rotate(180deg)}.navigation-menu .nav-links .links-dropdowns .dropdown .dropdown-arrow.active{transform:rotate(0)}.navigation-menu .nav-links .links-dropdowns .sub-dropdown{box-sizing:border-box;cursor:pointer;color:#000;border:none;border-radius:4px;justify-content:space-between;width:100%;height:auto;padding:8px 10px 8px 20px;font-size:16px;line-height:23px;transition:all .3s;display:flex}.navigation-menu .nav-links .links-dropdowns .sub-dropdown .btn-text{font-family:Montserrat}.navigation-menu .nav-links .links-dropdowns .sub-dropdown:hover{background-color:#abababb8}.navigation-menu .nav-links .links-dropdowns .sub-dropdown.open{background-color:#abababb8;border-radius:4px}.navigation-menu .nav-links .links-dropdowns .sub-dropdown.active{color:#110f10;background-color:#a3ac9966;border:1px solid #a3ac9980;font-weight:500}.navigation-menu .nav-links .links-dropdowns .sub-dropdown .btn-content{gap:5px;display:flex}.navigation-menu .nav-links .links-dropdowns .sub-dropdown .dropdown-arrow{transition:transform .3s;transform:rotate(180deg)}.navigation-menu .nav-links .links-dropdowns .sub-dropdown .dropdown-arrow.active{transform:rotate(0)}.navigation-menu .nav-links .links-dropdowns .dropdown-content{display:none}.navigation-menu .nav-links .links-dropdowns .dropdown-content.active{flex-direction:column;gap:3px;display:flex}.navigation-menu .nav-links .links-dropdowns .dropdown-content .dropdown-link{text-align:left;box-sizing:border-box;cursor:pointer;color:#000;background:0 0;border:none;border-radius:4px;justify-content:start;gap:5px;width:100%;height:auto;padding:8px 8px 8px 20px;font-family:Montserrat;font-size:16px;line-height:23px;transition:all .3s;display:flex}.navigation-menu .nav-links .links-dropdowns .dropdown-content .dropdown-link:hover{background-color:#abababb8}.navigation-menu .nav-links .links-dropdowns .dropdown-content .sub-link{box-sizing:border-box;cursor:pointer;color:#000;background:0 0;border:none;border-radius:4px;justify-content:start;gap:5px;width:100%;height:auto;padding:8px 40px;font-family:Montserrat;font-size:16px;line-height:23px;transition:all .3s;display:flex}.navigation-menu .nav-links .links-dropdowns .dropdown-content .sub-link:hover{background-color:#abababb8}.navigation-menu .nav-links .links-dropdowns .dropdown-content .sub-link.active{color:#110f10;background-color:#a3ac9966;border:1px solid #a3ac9980;font-weight:500}.navigation-menu .burger-btn{cursor:pointer;background-color:#fff;border-radius:4px;flex-direction:column;justify-content:center;align-items:center;gap:3.5px;transition:background-color .3s;display:flex}.navigation-menu .burger-btn:hover:not(.active){background-color:#f5f5f5}.navigation-menu .burger-btn span{-webkit-transition:all .5s linear;background:#324b57;border-radius:5px;width:16px;height:2.5px;transition:all .3s linear}.navigation-menu .burger-btn.active span:first-child,.navigation-menu .burger-btn.active span:nth-child(3){margin:0;transform:translateY(5px)rotate(-45deg)scaleX(1.3)}.navigation-menu .burger-btn.active span:nth-child(2){height:0;margin:0}.navigation-menu .burger-btn.active span:nth-child(3){transform:translateY(-5px)rotate(45deg)scaleX(1.3)}
@media screen and (max-width:500px) and (orientation:portrait){.navigation-menu .nav-links{position:fixed;left:50%;transform:translate(-50%)}.navigation-menu .nav-links .menu-header{justify-content:space-between;align-items:center;display:flex}.navigation-menu .nav-links .menu-header .menu-close-btn{border:none;width:auto;height:auto;display:flex}}
