@charset "UTF-8";/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */:root{--animate-duration: 1s;--animate-delay: 1s;--animate-repeat: 1}.animate__animated{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 print,(prefers-reduced-motion: reduce){.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:scaleZ(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleZ(1)}}.animate__pulse{animation-name:pulse;animation-timing-function:ease-in-out}@keyframes rubberBand{0%{transform:scaleZ(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:scaleZ(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: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-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate3d(0,0,1,15deg)}40%{transform:rotate3d(0,0,1,-10deg)}60%{transform:rotate3d(0,0,1,5deg)}80%{transform:rotate3d(0,0,1,-5deg)}to{transform:rotate3d(0,0,1,0)}}.animate__swing{transform-origin:top center;animation-name:swing}@keyframes tada{0%{transform:scaleZ(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}to{transform:scaleZ(1)}}.animate__tada{animation-name:tada}@keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}to{transform:translateZ(0)}}.animate__wobble{animation-name:wobble}@keyframes jello{0%,11.1%,to{transform:translateZ(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(-.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:translate(-2000px) scale(.7);opacity:.7}80%{transform:translate(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInLeft{animation-name:backInLeft}@keyframes backInRight{0%{transform:translate(2000px) scale(.7);opacity:.7}80%{transform:translate(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:translate(0) scale(.7);opacity:.7}to{transform:translate(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{animation-name:backOutLeft}@keyframes backOutRight{0%{transform:scale(1);opacity:1}20%{transform:translate(0) scale(.7);opacity:.7}to{transform:translate(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:scaleZ(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) scaleZ(1) translateZ(0) rotateY(-360deg);animation-timing-function:ease-out}40%{transform:perspective(400px) scaleZ(1) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) scaleZ(1) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0);animation-timing-function:ease-in}to{transform:perspective(400px) scaleZ(1) translateZ(0) rotateY(0);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) skew(-30deg);opacity:0}60%{transform:skew(20deg);opacity:1}80%{transform:skew(-5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInRight{animation-name:lightSpeedInRight;animation-timing-function:ease-out}@keyframes lightSpeedInLeft{0%{transform:translate3d(-100%,0,0) skew(30deg);opacity:0}60%{transform:skew(-20deg);opacity:1}80%{transform:skew(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) skew(30deg);opacity:0}}.animate__lightSpeedOutRight{animation-name:lightSpeedOutRight;animation-timing-function:ease-in}@keyframes lightSpeedOutLeft{0%{opacity:1}to{transform:translate3d(-100%,0,0) skew(-30deg);opacity:0}}.animate__lightSpeedOutLeft{animation-name:lightSpeedOutLeft;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform:rotate3d(0,0,1,-200deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateIn{animation-name:rotateIn;transform-origin:center}@keyframes rotateInDownLeft{0%{transform:rotate3d(0,0,1,-45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{animation-name:rotateInDownLeft;transform-origin:left bottom}@keyframes rotateInDownRight{0%{transform:rotate3d(0,0,1,45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{animation-name:rotateInDownRight;transform-origin:right bottom}@keyframes rotateInUpLeft{0%{transform:rotate3d(0,0,1,45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{animation-name:rotateInUpLeft;transform-origin:left bottom}@keyframes rotateInUpRight{0%{transform:rotate3d(0,0,1,-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:rotate3d(0,0,1,200deg);opacity:0}}.animate__rotateOut{animation-name:rotateOut;transform-origin:center}@keyframes rotateOutDownLeft{0%{opacity:1}to{transform:rotate3d(0,0,1,45deg);opacity:0}}.animate__rotateOutDownLeft{animation-name:rotateOutDownLeft;transform-origin:left bottom}@keyframes rotateOutDownRight{0%{opacity:1}to{transform:rotate3d(0,0,1,-45deg);opacity:0}}.animate__rotateOutDownRight{animation-name:rotateOutDownRight;transform-origin:right bottom}@keyframes rotateOutUpLeft{0%{opacity:1}to{transform:rotate3d(0,0,1,-45deg);opacity:0}}.animate__rotateOutUpLeft{animation-name:rotateOutUpLeft;transform-origin:left bottom}@keyframes rotateOutUpRight{0%{opacity:1}to{transform:rotate3d(0,0,1,90deg);opacity:0}}.animate__rotateOutUpRight{animation-name:rotateOutUpRight;transform-origin:right bottom}@keyframes hinge{0%{animation-timing-function:ease-in-out}20%,60%{transform:rotate3d(0,0,1,80deg);animation-timing-function:ease-in-out}40%,80%{transform:rotate3d(0,0,1,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) rotate3d(0,0,1,-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) rotate3d(0,0,1,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}:root{--secondary: #252525;--primary: #e4b95b}.w-10{width:100px}.w-20{width:200px}.w-30{width:300px}.product-btn{position:absolute;left:50%;top:-79px;width:254px;transform:translate(-50%);height:59px;z-index:30;text-align:center;padding:20px 0 0}.products{display:flex;flex-wrap:wrap;flex:auto;width:100%;position:relative}.products.row{margin-left:0!important}@media screen and (max-width: 600px){.products.row{margin-left:-15px!important}}.products .product-controls{padding:15px 20px;width:100%}.products .product-controls ul{display:flex;align-items:center;justify-content:space-between}@media screen and (max-width: 600px){.products .product-controls ul{display:block}.products .product-controls ul li{width:100%;margin-bottom:15px}.products .product-controls ul li .btn-black{width:100%}}.products .product-controls ul li .search-field{position:relative}.products .product-controls ul li .search-field input[type=search]{padding:10px 15px;border:2px solid #e4b95b;border-radius:30px;height:50px;width:340px}@media screen and (max-width: 600px){.products .product-controls ul li .search-field input[type=search]{width:100%}}.products .product-controls ul li .search-field button{position:absolute;top:9px;right:10px;border-radius:15px;border:1px solid #f8e0ae;padding:2px 10px;color:#e4b95b;background-color:#fff}.products .product-controls ul li .search-field button:hover{background-color:#fbcf72;color:#000}.products .product-controls ul li a.btn-ctrl-item{margin:5px;border:1px solid #fbcf72;padding:5px;border-radius:5px;width:32px}.products .product-item{margin-bottom:20px;position:relative}.products .product-item .feature-img{display:flex;justify-content:center;align-items:center;border-radius:22px 22px 0 0;background-color:#4f4f4f;background-image:url(https://media.istockphoto.com/id/1294603953/vector/abstract-black-stripes-diagonal-background.jpg?b=1&s=612x612&w=0&k=20&c=67zOlXF2xg7oj18aOSZ5V2OJVRPcKg2ngwQhFxOSu10=);overflow:hidden}.products .product-item .feature-img>img{margin:0 auto}.products .product-item .feature-img>img.p-img{height:283px;padding:15px}.products .product-item .feature-img .data{display:none}.products .product-item .feature-img:hover>img.p-img{transition:background-color 1;overflow:hidden;transform:scale(1.5);transition:transform .5s ease}.products .product-item .feature-img:hover .data{display:block;position:absolute;z-index:10;bottom:0;padding:5px 25px;background-color:#000000b3;width:100%;transition:background-color 1s}.products .product-item .feature-img>.product-badge{z-index:99}.modal{background:rgba(0,0,0,.9);z-index:998;position:fixed;top:0;left:0;width:100%;height:100vh}.modal-backdrop{display:none}.title-dark{color:#000!important}.productable{width:100%;position:absolute;height:100vh;z-index:999}.productable>.modal-dialog{width:100%!important;bottom:0;top:0;padding:0 30px!important;position:relative}@media screen and (max-width: 600px){.productable>.modal-dialog{padding:23px;margin-top:32px!important}}.productable>.modal-dialog.close{z-index:99}.productable>.modal-dialog .product-details{display:flex;z-index:98;justify-content:space-between}.productable>.modal-dialog .product-details .product-img{width:50%}.productable>.modal-dialog .product-details .product-img img{border:2px solid #e4b95b;border-radius:17px 0 0 17px}.productable>.modal-dialog .product-details .product-content{border:2px solid #e4b95b;border-radius:0 17px 17px 0;border-left:none;width:50%}.productable>.modal-dialog .product-details .product-content .table-title{text-align:left}@media screen and (max-width: 600px){.productable>.modal-dialog .product-details{display:block}.productable>.modal-dialog .product-details .product-img img{border-radius:17px 16px 0 0;border-bottom:none}.productable>.modal-dialog .product-details .product-content{border-left:2px solid #e4b95b;border-radius:0 0 17px 17px}.productable>.modal-dialog .product-details .product-img,.productable>.modal-dialog .product-details .product-content{width:100%}}.with-price:before{content:"\20a4"}.bg-slate-300{background-color:#f4f4f4}.product-status{width:100%;display:flex;padding:50px 0;justify-content:center;align-items:center;position:relative;z-index:99}.product-status .vegetarian:after{content:"Suitable for Vegetarian"}.product-status .best-seller:after{content:"Best Seller"}.product-status .new-stock:after{content:"New Stock"}.product-status .vegetarian,.product-status .best-seller,.product-status .new-stock{margin:15px}.product-status .vegetarian img,.product-status .best-seller img,.product-status .new-stock img{width:68px;height:70px;border-radius:50%}.product-status .vegetarian:before,.product-status .best-seller:before,.product-status .new-stock:before{background-size:contain;background-position:center;background-repeat:no-repeat;border-radius:50%;position:relative;height:72px;width:72px}.product-status .vegetarian:after,.product-status .best-seller:after,.product-status .new-stock:after{margin-left:10px;position:relative;padding-top:24px;font-weight:700;font-size:17pt;color:#000}#category-list{max-width:768px;margin:0 auto 15px}#category-list h5,#category-list h4,#category-list h6{padding:0;margin:15px 0}#category-list .categories{padding:0;display:flex;position:relative}#category-list .categories li{margin:0 5px}#category-list .categories li a{padding:5px 10px;border:1px solid #e4b95b;border-radius:30px}#category-list .categories li:hover>a{background-color:#fbcf72;color:#fff!important}#category-list .list{border:1px solid #e4b95b;border-radius:30px;margin:15px;padding:15px}.products .feature-info{margin-top:-20px!important;padding-top:25px!important;background-color:#000}.products .feature-info a>h5{color:#fff}.bg-transparent{background-color:transparent!important;background:transparent!important}.blog-right-listing .feature-img{background-color:#282828;display:flex;align-items:center;justify-content:center}.blog-right-listing .feature-img img{background-color:#282828;margin:0 auto;max-height:400px;max-width:400px;border-radius:20px}.product-data .product-data-item:hover>.product-footer{background-color:#fbcf72;transition:background-color 1s;color:#282828}.product-data .product-data-item:hover>.product-footer h5{color:#000}.product-data .product-data-item:hover>.product-footer a{color:#282828}.product-data .product-data-item .product-body{text-align:center;padding:15px;background-color:#282828;background-image:url(https://media.istockphoto.com/id/1294603953/vector/abstract-black-stripes-diagonal-background.jpg?b=1&s=612x612&w=0&k=20&c=67zOlXF2xg7oj18aOSZ5V2OJVRPcKg2ngwQhFxOSu10=);border-radius:30px 30px 0 0}.product-data .product-data-item .product-body img{height:220px;width:auto}.product-data .product-data-item .product-body:hover>img{transform:scale(1.1);transition:transform .5s ease-in-out}.product-data .product-data-item .product-body:hover>img:before{transform:scaleX(1);transform-origin:right}.product-data .product-data-item .product-body img.product-badge{position:absolute;top:10px;border-radius:50%;right:10px;width:48px;height:auto}.product-data .product-data-item .product-footer{background-color:#000;padding:10px 20px 1px;border-radius:0 0 30px 30px;text-align:center}.product-data .product-data-item .product-footer h5{color:#e4b95b;font-size:10pt;margin-bottom:0;text-align:center}.product-data .product-data-item .product-footer a{font-size:9pt}.product-data .product-data-item .product-footer .product-category{display:flex;justify-content:space-between}.product-category-list{display:flex;justify-content:center;align-items:center;list-style-type:none;overflow-x:auto;-ms-overflow-style:none;scrollbar-width:none;margin-bottom:0;padding-bottom:0}@media screen and (max-width: 600px){.product-category-list{justify-content:left}}.product-category-list::-webkit-scrollbar{display:none}.product-category-list li a div.item{display:flex;justify-content:center;width:120px;height:150px;color:#000!important;background-color:#fff;margin:10px;padding:10px;border-radius:10px;border:2px solid #fff}.product-category-list li a div.item:hover{background-color:#fff;transition:background-color .5s ease-in;transition:border-color .9s ease-out;border:2px solid rgb(40,40,40)}.product-category-list li a div.item:hover .content>p{color:#282828}.product-category-list li a div.item:hover .content img{opacity:1}.product-category-list li a div.item .content{text-align:center}.product-category-list li a div.item .content img{padding:5px;opacity:.6;height:80px}.product-category-list li a div.item .content p{font-size:12pt;line-height:15px}.product-category-list li a div.selected{background-color:#fff;border:2px solid rgb(40,40,40)}.product-category-list li a div.selected .content>p{color:#282828}.product-badge{position:absolute;top:10px;border-radius:50%;right:10px;width:48px}.feature-info h5{color:#fff;letter-spacing:1px;margin:10px 0}.feature-info:hover h5{color:#e4b95b}html .product-more{z-index:999;background-color:#ffffff80;position:fixed;height:100vh;left:0;top:0;width:100%}html .product-more .product-container{position:absolute;width:40%;background-color:#e4b95b;bottom:0;right:0;height:100vh}html .product-more .product-container .header{padding:15px 20px;font-weight:700}html .product-more .product-container .header h5{font-size:20pt!important}html .product-more .product-container .body{padding:0 20px}html .product-more .product-container .body img{width:100%;max-height:300px}html .product-more .product-container .footer{padding:15px 20px}.mb-3{margin-bottom:15px}.header-top{float:left;width:100%;position:relative;background:#e4b95b;padding:15px 0;transition:all .5s ease 0s;color:#fff}.header-top .header-top-right{margin-top:-8px}.header-top .header-top-right ul{display:flex;justify-content:space-evenly;align-items:center}.header-top .header-top-right ul li a{text-align:center}.header-top-left *,.header-top-right *{color:#fff!important;display:inline-block;width:auto;vertical-align:bottom}.header-top-left * .fa-phone,.header-top-right * .fa-phone{font-size:17pt}.header-top-left * a,.header-top-right * a{padding-top:5px}.header-top-left * a i,.header-top-right * a i{font-size:12pt}.sr-logo{position:absolute;width:60px;margin-top:157px;margin-left:-30px;border-radius:50%;border:4px solid #000;background-color:#000}@media screen and (max-width: 768px){.sr-logo{margin-top:25px;width:77px;margin-left:50px}}.sari-logo{margin-top:10px;border:5px solid #1b1b29;border-radius:50%;padding:3px;background-color:#e4b95b}@media screen and (max-width: 768px){.sari-logo{margin-top:25px;width:77px}}.sticky-fixed .sari-logo{margin-left:-75px}@media screen and (max-width: 768px){.sticky-fixed .sari-logo{margin-left:0;margin-top:25px}}.sticky-fixed .sr-logo{margin-top:10px;z-index:999;width:72px;margin-left:5px;border:4px solid #000;background-color:#000;padding:0}@media screen and (max-width: 768px){.sticky-fixed .sr-logo{margin-left:50px;width:77px;margin-top:25px}}section.breadcrumb-part:after{background:rgba(0,0,0,.7);content:"";width:100%;height:100%}.header-info{padding:0}.header-info .header-info-inner{float:right;display:flex;justify-content:flex-end}.header-info .header-info-inner .menu-main{width:100%}.s-mob{display:none}@media screen and (max-width: 768px){.menu-main{padding-top:120px!important;padding-left:10px}.s-mob{display:block}}.social-top ul li{padding:0 10px;margin:0;width:auto!important}.social-top ul li a i{font-size:17pt}#pre-loader .loader-holder .frame{display:inline-flex;justify-content:center;align-items:center;white-space:normal}#pre-loader .loader-holder .frame position:fixed .logo-wrapper{position:relative}#pre-loader .loader-holder .frame position:fixed .logo-wrapper img{position:absolute}#pre-loader .loader-holder .frame position:fixed .logo-wrapper img.spinner{border:1px solid red}#pre-loader .loader-holder .frame position:fixed .logo-wrapper img.loader-logo{width:95px;margin-top:-50px}.footer-part{float:left;width:100%;background:#fff;position:relative;padding:150px 0 40px;color:#000;border-bottom:8px solid #e4b95b;font-family:Graviola-Regular;font-size:15px}.footer-part p,.footer-part p a{color:#000}.social-round ul li a{border-color:#e4b95b}.header-part{z-index:899!important}.primary{background-color:var(--primary)}.__rounded-default{border-radius:30px}.__products{display:flex;align-items:center;justify-content:center}.__products .__all-prod-btn{position:absolute}.close{padding:5px;width:28px;height:28px;display:flex;align-items:center;justify-content:center}@media (min-width: 992px){.sticky-fixed .logo>a{width:73px!important;top:10px!important}}.rounded-half{border-radius:50%}.z-index-50{z-index:50}.-m-100{margin-top:-100px}.btn-primary{background-color:#e4b95b;border-color:#e4b95b;box-shadow:0 0 #e4b95b,0 0 #43413740}.btn-primary:hover{background-color:#fbcf72;border-color:#fbcf72;box-shadow:0 0 #fbcf72,0 0 #43413740}.hd--expanded .content__header,.header,.hd--expanded.mn--max .content__header:before,.hd--expanded.mn--min .content__header:before,.mainnav__inner .mainnav__menu>.nav-item>.nav-link.active,.page-item.active .page-link{background-color:#e4b95b;border-color:#e4b95b}.modal .close{height:50px;width:50px;position:absolute;top:18px;right:18px;border-radius:100%;z-index:99;opacity:1;background-size:18px 18px;text-indent:-10000px;background-color:#e4b95b!important}.modal .close:hover{background-color:#fbcf72!important}.modal-dialog{margin-top:40px!important}.btn-theme{background-color:#e4b95b!important;color:#fff}.btn-theme:hover{background-color:#fbcf72!important;color:#fff}.btn-main{width:auto;display:inline-block;border:none;box-shadow:none;background-size:100% auto;font-size:16px;background-color:#e4b95b!important;font-family:Quicksand,sans-serif;background:none;color:#fff!important;font-weight:700;height:50px;line-height:50px;padding:0 30px;min-width:195px;border-radius:50px;text-align:center;transition:all .5s ease 0s;text-transform:uppercase}.btn-main:after{content:"";position:absolute;background-color:#e4b95b;opacity:.1;width:217px;padding:10px;margin:-10px;height:69px;left:28px;border-radius:40px}.btn-main:hover:after{opacity:.3;transition:opacity 1s}.btn-main a,.btn-main i{color:#fff!important}
