img:is([sizes="auto" i],[sizes^="auto," i]){contain-intrinsic-size:3000px 1500px}/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the Hippocratic License 2.1 - http://firstdonoharm.dev
 *
 * Copyright (c) 2021 Animate.css
 */
:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-duration:var(--animate-duration);animation-duration:var(--animate-duration);-webkit-animation-fill-mode:both;animation-fill-mode:both}.animate__animated.animate__infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animate__animated.animate__repeat-1{-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-iteration-count:var(--animate-repeat);animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{-webkit-animation-iteration-count:2;animation-iteration-count:2;-webkit-animation-iteration-count:calc(var(--animate-repeat)*2);animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{-webkit-animation-iteration-count:3;animation-iteration-count:3;-webkit-animation-iteration-count:calc(var(--animate-repeat)*3);animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{-webkit-animation-delay:1s;animation-delay:1s;-webkit-animation-delay:var(--animate-delay);animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{-webkit-animation-delay:2s;animation-delay:2s;-webkit-animation-delay:calc(var(--animate-delay)*2);animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{-webkit-animation-delay:3s;animation-delay:3s;-webkit-animation-delay:calc(var(--animate-delay)*3);animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{-webkit-animation-delay:4s;animation-delay:4s;-webkit-animation-delay:calc(var(--animate-delay)*4);animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{-webkit-animation-delay:5s;animation-delay:5s;-webkit-animation-delay:calc(var(--animate-delay)*5);animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-duration:calc(var(--animate-duration)/2);animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-duration:calc(var(--animate-duration)*.8);animation-duration:calc(var(--animate-duration)*.8)}.animate__animated.animate__slow{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{-webkit-animation-duration:3s;animation-duration:3s;-webkit-animation-duration:calc(var(--animate-duration)*3);animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{-webkit-animation-duration:1ms!important;animation-duration:1ms!important;-webkit-animation-iteration-count:1!important;animation-iteration-count:1!important;-webkit-transition-duration:1ms!important;transition-duration:1ms!important}.animate__animated[class*=Out]{opacity:0}}@-webkit-keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{-webkit-transform:translateZ(0) scaleY(.95);transform:translateZ(0) scaleY(.95);-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}@keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{-webkit-transform:translateZ(0) scaleY(.95);transform:translateZ(0) scaleY(.95);-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__pulse{-webkit-animation-name:pulse;animation-name:pulse;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shakeX{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shakeX{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.animate__shakeX{-webkit-animation-name:shakeX;animation-name:shakeX}@-webkit-keyframes shakeY{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}20%,40%,60%,80%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}@keyframes shakeY{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}20%,40%,60%,80%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}.animate__shakeY{-webkit-animation-name:shakeY;animation-name:shakeY}@-webkit-keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}.animate__headShake{-webkit-animation-name:headShake;animation-name:headShake;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}.animate__swing{-webkit-animation-name:swing;animation-name:swing;-webkit-transform-origin:top center;transform-origin:top center}@-webkit-keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}.animate__heartBeat{-webkit-animation-duration:1.3s;animation-duration:1.3s;-webkit-animation-duration:calc(var(--animate-duration)*1.3);animation-duration:calc(var(--animate-duration)*1.3);-webkit-animation-name:heartBeat;animation-name:heartBeat;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes backInDown{0%{opacity:.7;-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7)}80%{opacity:.7;-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes backInDown{0%{opacity:.7;-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7)}80%{opacity:.7;-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.animate__backInDown{-webkit-animation-name:backInDown;animation-name:backInDown}@-webkit-keyframes backInLeft{0%{opacity:.7;-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7)}80%{opacity:.7;-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes backInLeft{0%{opacity:.7;-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7)}80%{opacity:.7;-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.animate__backInLeft{-webkit-animation-name:backInLeft;animation-name:backInLeft}@-webkit-keyframes backInRight{0%{opacity:.7;-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7)}80%{opacity:.7;-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes backInRight{0%{opacity:.7;-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7)}80%{opacity:.7;-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.animate__backInRight{-webkit-animation-name:backInRight;animation-name:backInRight}@-webkit-keyframes backInUp{0%{opacity:.7;-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7)}80%{opacity:.7;-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes backInUp{0%{opacity:.7;-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7)}80%{opacity:.7;-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.animate__backInUp{-webkit-animation-name:backInUp;animation-name:backInUp}@-webkit-keyframes backOutDown{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}20%{opacity:.7;-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7)}to{opacity:.7;-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7)}}@keyframes backOutDown{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}20%{opacity:.7;-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7)}to{opacity:.7;-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7)}}.animate__backOutDown{-webkit-animation-name:backOutDown;animation-name:backOutDown}@-webkit-keyframes backOutLeft{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}20%{opacity:.7;-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7)}to{opacity:.7;-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7)}}@keyframes backOutLeft{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}20%{opacity:.7;-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7)}to{opacity:.7;-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7)}}.animate__backOutLeft{-webkit-animation-name:backOutLeft;animation-name:backOutLeft}@-webkit-keyframes backOutRight{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}20%{opacity:.7;-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7)}to{opacity:.7;-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7)}}@keyframes backOutRight{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}20%{opacity:.7;-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7)}to{opacity:.7;-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7)}}.animate__backOutRight{-webkit-animation-name:backOutRight;animation-name:backOutRight}@-webkit-keyframes backOutUp{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}20%{opacity:.7;-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7)}to{opacity:.7;-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7)}}@keyframes backOutUp{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}20%{opacity:.7;-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7)}to{opacity:.7;-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7)}}.animate__backOutUp{-webkit-animation-name:backOutUp;animation-name:backOutUp}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__bounceIn{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*.75);animation-duration:calc(var(--animate-duration)*.75);-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0) scaleY(3);transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0) scaleY(.9);transform:translate3d(0,25px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,-10px,0) scaleY(.95);transform:translate3d(0,-10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,5px,0) scaleY(.985);transform:translate3d(0,5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0) scaleY(3);transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0) scaleY(.9);transform:translate3d(0,25px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,-10px,0) scaleY(.95);transform:translate3d(0,-10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,5px,0) scaleY(.985);transform:translate3d(0,5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0) scaleX(3);transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0) scaleX(1);transform:translate3d(25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(-10px,0,0) scaleX(.98);transform:translate3d(-10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(5px,0,0) scaleX(.995);transform:translate3d(5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0) scaleX(3);transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0) scaleX(1);transform:translate3d(25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(-10px,0,0) scaleX(.98);transform:translate3d(-10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(5px,0,0) scaleX(.995);transform:translate3d(5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0) scaleX(3);transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0) scaleX(1);transform:translate3d(-25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(10px,0,0) scaleX(.98);transform:translate3d(10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(-5px,0,0) scaleX(.995);transform:translate3d(-5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0) scaleX(3);transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0) scaleX(1);transform:translate3d(-25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(10px,0,0) scaleX(.98);transform:translate3d(10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(-5px,0,0) scaleX(.995);transform:translate3d(-5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0) scaleY(5);transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0) scaleY(5);transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.animate__bounceOut{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*.75);animation-duration:calc(var(--animate-duration)*.75);-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0) scaleY(.985);transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0) scaleY(3);transform:translate3d(0,2000px,0) scaleY(3)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0) scaleY(.985);transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0) scaleY(3);transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0) scaleX(.9);transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0) scaleX(2);transform:translate3d(-2000px,0,0) scaleX(2)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0) scaleX(.9);transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0) scaleX(2);transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0) scaleX(.9);transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0) scaleX(2);transform:translate3d(2000px,0,0) scaleX(2)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0) scaleX(.9);transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0) scaleX(2);transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0) scaleY(.985);transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0) scaleY(.9);transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0) scaleY(3);transform:translate3d(0,-2000px,0) scaleY(3)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0) scaleY(.985);transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0) scaleY(.9);transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0) scaleY(3);transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInTopLeft{-webkit-animation-name:fadeInTopLeft;animation-name:fadeInTopLeft}@-webkit-keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInTopRight{-webkit-animation-name:fadeInTopRight;animation-name:fadeInTopRight}@-webkit-keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInBottomLeft{-webkit-animation-name:fadeInBottomLeft;animation-name:fadeInBottomLeft}@-webkit-keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInBottomRight{-webkit-animation-name:fadeInBottomRight;animation-name:fadeInBottomRight}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.animate__fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.animate__fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}}@keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{-webkit-animation-name:fadeOutTopLeft;animation-name:fadeOutTopLeft}@-webkit-keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}}@keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{-webkit-animation-name:fadeOutTopRight;animation-name:fadeOutTopRight}@-webkit-keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}}@keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{-webkit-animation-name:fadeOutBottomRight;animation-name:fadeOutBottomRight}@-webkit-keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}}@keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{-webkit-animation-name:fadeOutBottomLeft;animation-name:fadeOutBottomLeft}@-webkit-keyframes flip{0%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn)}40%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg)}50%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg)}80%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg)}to{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg)}}@keyframes flip{0%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn)}40%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg)}50%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg)}80%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg)}to{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg)}}.animate__animated.animate__flip{-webkit-animation-name:flip;animation-name:flip;-webkit-backface-visibility:visible;backface-visibility:visible}@-webkit-keyframes flipInX{0%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg)}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg)}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInX{-webkit-animation-name:flipInX;animation-name:flipInX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipInY{0%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0;-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg)}40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg)}60%{opacity:1;-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg)}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0;-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg)}40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg)}60%{opacity:1;-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg)}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInY{-webkit-animation-name:flipInY;animation-name:flipInY;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{opacity:1;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}to{opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{opacity:1;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}to{opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}}.animate__flipOutX{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*.75);animation-duration:calc(var(--animate-duration)*.75);-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{opacity:1;-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg)}to{opacity:0;-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg)}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{opacity:1;-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg)}to{opacity:0;-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg)}}.animate__flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*.75);animation-duration:calc(var(--animate-duration)*.75);-webkit-animation-name:flipOutY;animation-name:flipOutY;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes lightSpeedInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg)}60%{opacity:1;-webkit-transform:skewX(20deg);transform:skewX(20deg)}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg)}60%{opacity:1;-webkit-transform:skewX(20deg);transform:skewX(20deg)}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__lightSpeedInRight{-webkit-animation-name:lightSpeedInRight;animation-name:lightSpeedInRight;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skewX(30deg)}60%{opacity:1;-webkit-transform:skewX(-20deg);transform:skewX(-20deg)}80%{-webkit-transform:skewX(5deg);transform:skewX(5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skewX(30deg)}60%{opacity:1;-webkit-transform:skewX(-20deg);transform:skewX(-20deg)}80%{-webkit-transform:skewX(5deg);transform:skewX(5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__lightSpeedInLeft{-webkit-animation-name:lightSpeedInLeft;animation-name:lightSpeedInLeft;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg)}}@keyframes lightSpeedOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg)}}.animate__lightSpeedOutRight{-webkit-animation-name:lightSpeedOutRight;animation-name:lightSpeedOutRight;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes lightSpeedOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skewX(-30deg)}}@keyframes lightSpeedOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skewX(-30deg)}}.animate__lightSpeedOutLeft{-webkit-animation-name:lightSpeedOutLeft;animation-name:lightSpeedOutLeft;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{opacity:0;-webkit-transform:rotate(-200deg);transform:rotate(-200deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes rotateIn{0%{opacity:0;-webkit-transform:rotate(-200deg);transform:rotate(-200deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateInDownLeft{0%{opacity:0;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes rotateInDownLeft{0%{opacity:0;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInDownRight{0%{opacity:0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes rotateInDownRight{0%{opacity:0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateInUpLeft{0%{opacity:0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes rotateInUpLeft{0%{opacity:0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInUpRight{0%{opacity:0;-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes rotateInUpRight{0%{opacity:0;-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOut{0%{opacity:1}to{opacity:0;-webkit-transform:rotate(200deg);transform:rotate(200deg)}}@keyframes rotateOut{0%{opacity:1}to{opacity:0;-webkit-transform:rotate(200deg);transform:rotate(200deg)}}.animate__rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateOutDownLeft{0%{opacity:1}to{opacity:0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}}@keyframes rotateOutDownLeft{0%{opacity:1}to{opacity:0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}}.animate__rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutDownRight{0%{opacity:1}to{opacity:0;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}}@keyframes rotateOutDownRight{0%{opacity:1}to{opacity:0;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}}.animate__rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOutUpLeft{0%{opacity:1}to{opacity:0;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}}@keyframes rotateOutUpLeft{0%{opacity:1}to{opacity:0;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}}.animate__rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutUpRight{0%{opacity:1}to{opacity:0;-webkit-transform:rotate(90deg);transform:rotate(90deg)}}@keyframes rotateOutUpRight{0%{opacity:1}to{opacity:0;-webkit-transform:rotate(90deg);transform:rotate(90deg)}}.animate__rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-transform:rotate(80deg);transform:rotate(80deg)}40%,80%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1;-webkit-transform:rotate(60deg);transform:rotate(60deg)}to{opacity:0;-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0)}}@keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-transform:rotate(80deg);transform:rotate(80deg)}40%,80%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1;-webkit-transform:rotate(60deg);transform:rotate(60deg)}to{opacity:0;-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0)}}.animate__hinge{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2);-webkit-animation-name:hinge;animation-name:hinge;-webkit-transform-origin:top left;transform-origin:top left}@-webkit-keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.animate__jackInTheBox{-webkit-animation-name:jackInTheBox;animation-name:jackInTheBox}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}}@keyframes zoomInDown{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}}.animate__zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0)}}@keyframes zoomInLeft{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0)}}.animate__zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0)}}@keyframes zoomInRight{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0)}}.animate__zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}}@keyframes zoomInUp{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}}.animate__zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}to{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0)}}@keyframes zoomOutDown{40%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}to{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0)}}.animate__zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0)}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft;-webkit-transform-origin:left center;transform-origin:left center}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0)}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight;-webkit-transform-origin:right center;transform-origin:right center}@-webkit-keyframes zoomOutUp{40%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}to{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0)}}@keyframes zoomOutUp{40%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}to{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0)}}.animate__zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:hidden}}@keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:hidden}}.animate__slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:hidden}}@keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:hidden}}.animate__slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:hidden}}@keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:hidden}}.animate__slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:hidden}}@keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:hidden}}.animate__slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}img.wp-smiley,img.emoji{display:inline !important;border:none !important;box-shadow:none !important;height:1em !important;width:1em !important;margin:0 .07em !important;vertical-align:-.1em !important;background:0 0 !important;padding:0 !important}:root{--wp-admin-theme-color:#007cba;--wp-admin-theme-color--rgb:0,124,186;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-10--rgb:0,107,161;--wp-admin-theme-color-darker-20:#005a87;--wp-admin-theme-color-darker-20--rgb:0,90,135;--wp-admin-border-width-focus:2px;--wp-block-synced-color:#7a00df;--wp-block-synced-color--rgb:122,0,223;--wp-bound-block-color:var(--wp-block-synced-color)}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}.wp-element-button{cursor:pointer}:root{--wp--preset--font-size--normal:16px;--wp--preset--font-size--huge:42px}:root .has-very-light-gray-background-color{background-color:#eee}:root .has-very-dark-gray-background-color{background-color:#313131}:root .has-very-light-gray-color{color:#eee}:root .has-very-dark-gray-color{color:#313131}:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background{background:linear-gradient(135deg,#00d084,#0693e3)}:root .has-purple-crush-gradient-background{background:linear-gradient(135deg,#34e2e4,#4721fb 50%,#ab1dfe)}:root .has-hazy-dawn-gradient-background{background:linear-gradient(135deg,#faaca8,#dad0ec)}:root .has-subdued-olive-gradient-background{background:linear-gradient(135deg,#fafae1,#67a671)}:root .has-atomic-cream-gradient-background{background:linear-gradient(135deg,#fdd79a,#004a59)}:root .has-nightshade-gradient-background{background:linear-gradient(135deg,#330968,#31cdcf)}:root .has-midnight-gradient-background{background:linear-gradient(135deg,#020381,#2874fc)}.has-regular-font-size{font-size:1em}.has-larger-font-size{font-size:2.625em}.has-normal-font-size{font-size:var(--wp--preset--font-size--normal)}.has-huge-font-size{font-size:var(--wp--preset--font-size--huge)}.has-text-align-center{text-align:center}.has-text-align-left{text-align:left}.has-text-align-right{text-align:right}#end-resizable-editor-section{display:none}.aligncenter{clear:both}.items-justified-left{justify-content:flex-start}.items-justified-center{justify-content:center}.items-justified-right{justify-content:flex-end}.items-justified-space-between{justify-content:space-between}.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal!important}.screen-reader-text:focus{background-color:#ddd;clip:auto!important;clip-path:none;color:#444;display:block;font-size:1em;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}html :where(.has-border-color){border-style:solid}html :where([style*=border-top-color]){border-top-style:solid}html :where([style*=border-right-color]){border-right-style:solid}html :where([style*=border-bottom-color]){border-bottom-style:solid}html :where([style*=border-left-color]){border-left-style:solid}html :where([style*=border-width]){border-style:solid}html :where([style*=border-top-width]){border-top-style:solid}html :where([style*=border-right-width]){border-right-style:solid}html :where([style*=border-bottom-width]){border-bottom-style:solid}html :where([style*=border-left-width]){border-left-style:solid}html :where(img[class*=wp-image-]){height:auto;max-width:100%}:where(figure){margin:0 0 1em}html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:var(--wp-admin--admin-bar--height,0px)}@media screen and (max-width:600px){html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:0px}}/*! This file is auto-generated */
.wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none}.wpcf7 .screen-reader-response{position:absolute;overflow:hidden;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;width:1px;margin:-1px;padding:0;border:0;word-wrap:normal !important}.wpcf7 form .wpcf7-response-output{margin:2em .5em 1em;padding:.2em 1em;border:2px solid #00a0d2}.wpcf7 form.init .wpcf7-response-output,.wpcf7 form.resetting .wpcf7-response-output,.wpcf7 form.submitting .wpcf7-response-output{display:none}.wpcf7 form.sent .wpcf7-response-output{border-color:#46b450}.wpcf7 form.failed .wpcf7-response-output,.wpcf7 form.aborted .wpcf7-response-output{border-color:#dc3232}.wpcf7 form.spam .wpcf7-response-output{border-color:#f56e28}.wpcf7 form.invalid .wpcf7-response-output,.wpcf7 form.unaccepted .wpcf7-response-output,.wpcf7 form.payment-required .wpcf7-response-output{border-color:#ffb900}.wpcf7-form-control-wrap{position:relative}.wpcf7-not-valid-tip{color:#dc3232;font-size:1em;font-weight:400;display:block}.use-floating-validation-tip .wpcf7-not-valid-tip{position:relative;top:-2ex;left:1em;z-index:100;border:1px solid #dc3232;background:#fff;padding:.2em .8em;width:24em}.wpcf7-list-item{display:inline-block;margin:0 0 0 1em}.wpcf7-list-item-label:before,.wpcf7-list-item-label:after{content:" "}.wpcf7-spinner{visibility:hidden;display:inline-block;background-color:#23282d;opacity:.75;width:24px;height:24px;border:none;border-radius:100%;padding:0;margin:0 24px;position:relative}form.submitting .wpcf7-spinner{visibility:visible}.wpcf7-spinner:before{content:'';position:absolute;background-color:#fbfbfc;top:4px;left:4px;width:6px;height:6px;border:none;border-radius:100%;transform-origin:8px 8px;animation-name:spin;animation-duration:1s;animation-timing-function:linear;animation-iteration-count:infinite}@media (prefers-reduced-motion:reduce){.wpcf7-spinner:before{animation-name:blink;animation-duration:2s}}@keyframes spin{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}@keyframes blink{from{opacity:0}50%{opacity:1}to{opacity:0}}.wpcf7 [inert]{opacity:.5}.wpcf7 input[type=file]{cursor:pointer}.wpcf7 input[type=file]:disabled{cursor:default}.wpcf7 .wpcf7-submit:disabled{cursor:not-allowed}.wpcf7 input[type=url],.wpcf7 input[type=email],.wpcf7 input[type=tel]{direction:ltr}.wpcf7-reflection>output{display:list-item;list-style:none}.wpcf7-reflection>output[hidden]{display:none}.qodef-gutenberg-section{--qi-blocks-columns:1;--qi-blocks-columns-gap:30px;display:flex!important;justify-content:center;margin:0!important;max-width:100%!important;position:relative;width:100%!important}.qodef-gutenberg-section>.qodef-section-video-background{direction:ltr;height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%;z-index:0}.qodef-gutenberg-section>.qodef-section-video-background>*{height:100%;max-width:100%;object-fit:cover;width:100%}@media(max-width:680px){.qodef-gutenberg-section>.qodef-section-video-background.qodef-mobile--hide{display:none}}.qodef-gutenberg-section>.qodef-section-background-overlay{height:100%;left:0;position:absolute;top:0;width:100%}.qodef-gutenberg-section>.qodef-gutenberg-row{display:flex;flex-wrap:wrap;gap:var(--qi-blocks-columns-gap);position:relative;width:100%}.qodef-gutenberg-section>.qodef-gutenberg-row>.qodef-gutenberg-column{width:calc(100%/var(--qi-blocks-columns) + var(--qi-blocks-columns-gap)/var(--qi-blocks-columns) - var(--qi-blocks-columns-gap))}.qodef-gutenberg-section>.qodef-gutenberg-row>.qodef-gutenberg-column.qodef-vertical-align--top>.qodef-gutenberg-column-inner{align-content:flex-start}.qodef-gutenberg-section>.qodef-gutenberg-row>.qodef-gutenberg-column.qodef-vertical-align--middle>.qodef-gutenberg-column-inner{align-content:center}.qodef-gutenberg-section>.qodef-gutenberg-row>.qodef-gutenberg-column.qodef-vertical-align--bottom>.qodef-gutenberg-column-inner{align-content:flex-end}.qodef-gutenberg-section>.qodef-gutenberg-row>.qodef-gutenberg-column.qodef-vertical-align--space-between>.qodef-gutenberg-column-inner{align-content:space-between}.qodef-gutenberg-section>.qodef-gutenberg-row>.qodef-gutenberg-column.qodef-vertical-align--space-around>.qodef-gutenberg-column-inner{align-content:space-around}.qodef-gutenberg-section>.qodef-gutenberg-row>.qodef-gutenberg-column.qodef-vertical-align--space-evenly>.qodef-gutenberg-column-inner{align-content:space-evenly}.qodef-gutenberg-section>.qodef-gutenberg-row>.qodef-gutenberg-column.qodef-horizontal-align--start>.qodef-gutenberg-column-inner{justify-content:flex-start}.qodef-gutenberg-section>.qodef-gutenberg-row>.qodef-gutenberg-column.qodef-horizontal-align--center>.qodef-gutenberg-column-inner{justify-content:center}.qodef-gutenberg-section>.qodef-gutenberg-row>.qodef-gutenberg-column.qodef-horizontal-align--end>.qodef-gutenberg-column-inner{justify-content:flex-end}.qodef-gutenberg-section .qodef-gutenberg-column{display:flex;min-height:1px;position:relative}.qodef-gutenberg-section .qodef-gutenberg-column.qodef--sticky{height:max-content;position:sticky;top:0}.qodef-gutenberg-section .qodef-gutenberg-column.qodef--sticky.qodef-sticky-height--fit-screen{height:100vh}.qodef-gutenberg-section .qodef-gutenberg-column-inner{display:flex;flex-wrap:wrap;position:relative;width:100%}.qodef-gutenberg-section .qodef-gutenberg-column-inner>p{width:100%}.qodef-gutenberg-section.qodef--columns.qodef-col-num--1,.qodef-gutenberg-section.qodef--masonry.qodef-col-num--1{--qi-blocks-columns:1}.qodef-gutenberg-section.qodef--columns.qodef-col-num--2,.qodef-gutenberg-section.qodef--masonry.qodef-col-num--2{--qi-blocks-columns:2}.qodef-gutenberg-section.qodef--columns.qodef-col-num--3,.qodef-gutenberg-section.qodef--masonry.qodef-col-num--3{--qi-blocks-columns:3}.qodef-gutenberg-section.qodef--columns.qodef-col-num--4,.qodef-gutenberg-section.qodef--masonry.qodef-col-num--4{--qi-blocks-columns:4}.qodef-gutenberg-section.qodef--columns.qodef-col-num--5,.qodef-gutenberg-section.qodef--masonry.qodef-col-num--5{--qi-blocks-columns:5}.qodef-gutenberg-section.qodef--columns.qodef-col-num--6,.qodef-gutenberg-section.qodef--masonry.qodef-col-num--6{--qi-blocks-columns:6}.qodef-gutenberg-section.qodef--columns.qodef-col-num--7,.qodef-gutenberg-section.qodef--masonry.qodef-col-num--7{--qi-blocks-columns:7}.qodef-gutenberg-section.qodef--columns.qodef-col-num--8,.qodef-gutenberg-section.qodef--masonry.qodef-col-num--8{--qi-blocks-columns:8}.qodef-gutenberg-section.qodef--masonry .qodef-gutenberg-row{opacity:0}.qodef-gutenberg-section.qodef--masonry .qodef-gutenberg-row.qodef--masonry-init{opacity:1}.qodef-gutenberg-section.qodef--masonry .qodef-gutenberg-masonry-sizer{margin:0;padding:0;width:calc(100%/var(--qi-blocks-columns) + var(--qi-blocks-columns-gap)/var(--qi-blocks-columns) - var(--qi-blocks-columns-gap))}.qodef-gutenberg-section.qodef--masonry.qodef-col-num--2>.qodef-gutenberg-row>.qodef-item--huge-square,.qodef-gutenberg-section.qodef--masonry.qodef-col-num--2>.qodef-gutenberg-row>.qodef-item--landscape{--qi-blocks-columns:1}.qodef-gutenberg-section.qodef--masonry.qodef-col-num--3>.qodef-gutenberg-row>.qodef-item--huge-square,.qodef-gutenberg-section.qodef--masonry.qodef-col-num--3>.qodef-gutenberg-row>.qodef-item--landscape{--qi-blocks-columns:1.5}.qodef-gutenberg-section.qodef--masonry.qodef-col-num--4>.qodef-gutenberg-row>.qodef-item--huge-square,.qodef-gutenberg-section.qodef--masonry.qodef-col-num--4>.qodef-gutenberg-row>.qodef-item--landscape{--qi-blocks-columns:2}.qodef-gutenberg-section.qodef--masonry.qodef-col-num--5>.qodef-gutenberg-row>.qodef-item--huge-square,.qodef-gutenberg-section.qodef--masonry.qodef-col-num--5>.qodef-gutenberg-row>.qodef-item--landscape{--qi-blocks-columns:2.5}.qodef-gutenberg-section.qodef--masonry.qodef-col-num--6>.qodef-gutenberg-row>.qodef-item--huge-square,.qodef-gutenberg-section.qodef--masonry.qodef-col-num--6>.qodef-gutenberg-row>.qodef-item--landscape{--qi-blocks-columns:3}.qodef-gutenberg-section.qodef--masonry.qodef-col-num--7>.qodef-gutenberg-row>.qodef-item--huge-square,.qodef-gutenberg-section.qodef--masonry.qodef-col-num--7>.qodef-gutenberg-row>.qodef-item--landscape{--qi-blocks-columns:3.5}.qodef-gutenberg-section.qodef--masonry.qodef-col-num--8>.qodef-gutenberg-row>.qodef-item--huge-square,.qodef-gutenberg-section.qodef--masonry.qodef-col-num--8>.qodef-gutenberg-row>.qodef-item--landscape{--qi-blocks-columns:4}.qodef-gutenberg-section.qodef--masonry.qodef-items--fixed .qodef-gutenberg-column .qodef-e-inner{height:100%;overflow:hidden}.qodef-gutenberg-section.qodef--masonry.qodef-items--fixed .qodef-gutenberg-column img{height:100%;width:100%}@media(min-width:768px){.qodef-gutenberg-section.qodef--template.qodef-col-layout--50{--qi-blocks-columns:2}.qodef-gutenberg-section.qodef--template.qodef-col-layout--33{--qi-blocks-columns:3}.qodef-gutenberg-section.qodef--template.qodef-col-layout--25{--qi-blocks-columns:4}.qodef-gutenberg-section.qodef--template.qodef-col-layout--20{--qi-blocks-columns:5}.qodef-gutenberg-section.qodef--template.qodef-col-layout--16{--qi-blocks-columns:6}.qodef-gutenberg-section.qodef--template.qodef-col-layout--33-66{--qi-blocks-columns:3}.qodef-gutenberg-section.qodef--template.qodef-col-layout--33-66>.qodef-gutenberg-row>.qodef-gutenberg-column:nth-child(2){--qi-blocks-columns:1.5}.qodef-gutenberg-section.qodef--template.qodef-col-layout--66-33{--qi-blocks-columns:3}.qodef-gutenberg-section.qodef--template.qodef-col-layout--66-33>.qodef-gutenberg-row>.qodef-gutenberg-column:first-child{--qi-blocks-columns:1.5}.qodef-gutenberg-section.qodef--template.qodef-col-layout--25-75{--qi-blocks-columns:4}.qodef-gutenberg-section.qodef--template.qodef-col-layout--25-75>.qodef-gutenberg-row>.qodef-gutenberg-column:nth-child(2){--qi-blocks-columns:1.333333}.qodef-gutenberg-section.qodef--template.qodef-col-layout--75-25{--qi-blocks-columns:4}.qodef-gutenberg-section.qodef--template.qodef-col-layout--75-25>.qodef-gutenberg-row>.qodef-gutenberg-column:first-child{--qi-blocks-columns:1.333333}.qodef-gutenberg-section.qodef--template.qodef-col-layout--25-25-50{--qi-blocks-columns:4}.qodef-gutenberg-section.qodef--template.qodef-col-layout--25-25-50>.qodef-gutenberg-row>.qodef-gutenberg-column:nth-child(3){--qi-blocks-columns:2}.qodef-gutenberg-section.qodef--template.qodef-col-layout--50-25-25{--qi-blocks-columns:4}.qodef-gutenberg-section.qodef--template.qodef-col-layout--50-25-25>.qodef-gutenberg-row>.qodef-gutenberg-column:first-child{--qi-blocks-columns:2}.qodef-gutenberg-section.qodef--template.qodef-col-layout--25-50-25{--qi-blocks-columns:4}.qodef-gutenberg-section.qodef--template.qodef-col-layout--25-50-25>.qodef-gutenberg-row>.qodef-gutenberg-column:nth-child(2){--qi-blocks-columns:2}.qodef-gutenberg-section.qodef--template.qodef-col-layout--16-66-16{--qi-blocks-columns:6}.qodef-gutenberg-section.qodef--template.qodef-col-layout--16-66-16>.qodef-gutenberg-row>.qodef-gutenberg-column:nth-child(2){--qi-blocks-columns:1.5}}@media(min-width:681px)and (max-width:1024px){.qodef-gutenberg-section.qodef-columns-reverse--tablet>.qodef-gutenberg-row>.qodef-gutenberg-column:first-child{order:6}.qodef-gutenberg-section.qodef-columns-reverse--tablet>.qodef-gutenberg-row>.qodef-gutenberg-column:nth-child(2){order:5}.qodef-gutenberg-section.qodef-columns-reverse--tablet>.qodef-gutenberg-row>.qodef-gutenberg-column:nth-child(3){order:4}.qodef-gutenberg-section.qodef-columns-reverse--tablet>.qodef-gutenberg-row>.qodef-gutenberg-column:nth-child(4){order:3}.qodef-gutenberg-section.qodef-columns-reverse--tablet>.qodef-gutenberg-row>.qodef-gutenberg-column:nth-child(5){order:2}.qodef-gutenberg-section.qodef-columns-reverse--tablet>.qodef-gutenberg-row>.qodef-gutenberg-column:nth-child(6){order:1}}@media(max-width:680px){.qodef-gutenberg-section.qodef-columns-reverse--mobile>.qodef-gutenberg-row>.qodef-gutenberg-column:first-child{order:6}.qodef-gutenberg-section.qodef-columns-reverse--mobile>.qodef-gutenberg-row>.qodef-gutenberg-column:nth-child(2){order:5}.qodef-gutenberg-section.qodef-columns-reverse--mobile>.qodef-gutenberg-row>.qodef-gutenberg-column:nth-child(3){order:4}.qodef-gutenberg-section.qodef-columns-reverse--mobile>.qodef-gutenberg-row>.qodef-gutenberg-column:nth-child(4){order:3}.qodef-gutenberg-section.qodef-columns-reverse--mobile>.qodef-gutenberg-row>.qodef-gutenberg-column:nth-child(5){order:2}.qodef-gutenberg-section.qodef-columns-reverse--mobile>.qodef-gutenberg-row>.qodef-gutenberg-column:nth-child(6){order:1}}.qodef-gutenberg-section.qodef-content--boxed>.qodef-gutenberg-row,.qodef-gutenberg-section.qodef-content--predefined>.qodef-gutenberg-row{max-width:1100px}.qodef-gutenberg-section.qodef-content--predefined.qodef-content--extended:not([class*=qodef-content--extended-disabled--])>.qodef-gutenberg-row{max-width:100%!important}@media(min-width:1441px){.qodef-gutenberg-section.qodef-content--predefined.qodef-content--extended.qodef-content--extended-disabled--1440>.qodef-gutenberg-row{max-width:100%!important}}@media(max-width:1440 px){.qodef-gutenberg-section.qodef-content--predefined.qodef-content--extended.qodef-content--extended-disabled--1440>.qodef-gutenberg-row{padding-left:0!important;padding-right:0!important}}@media(min-width:1367px){.qodef-gutenberg-section.qodef-content--predefined.qodef-content--extended.qodef-content--extended-disabled--1366>.qodef-gutenberg-row{max-width:100%!important}}@media(max-width:1366 px){.qodef-gutenberg-section.qodef-content--predefined.qodef-content--extended.qodef-content--extended-disabled--1366>.qodef-gutenberg-row{padding-left:0!important;padding-right:0!important}}@media(min-width:1025px){.qodef-gutenberg-section.qodef-content--predefined.qodef-content--extended.qodef-content--extended-disabled--1024>.qodef-gutenberg-row{max-width:100%!important}}@media(max-width:1024 px){.qodef-gutenberg-section.qodef-content--predefined.qodef-content--extended.qodef-content--extended-disabled--1024>.qodef-gutenberg-row{padding-left:0!important;padding-right:0!important}}@media(min-width:769px){.qodef-gutenberg-section.qodef-content--predefined.qodef-content--extended.qodef-content--extended-disabled--768>.qodef-gutenberg-row{max-width:100%!important}}@media(max-width:768 px){.qodef-gutenberg-section.qodef-content--predefined.qodef-content--extended.qodef-content--extended-disabled--768>.qodef-gutenberg-row{padding-left:0!important;padding-right:0!important}}@media(min-width:681px){.qodef-gutenberg-section.qodef-content--predefined.qodef-content--extended.qodef-content--extended-disabled--680>.qodef-gutenberg-row{max-width:100%!important}}@media(max-width:680 px){.qodef-gutenberg-section.qodef-content--predefined.qodef-content--extended.qodef-content--extended-disabled--680>.qodef-gutenberg-row{padding-left:0!important;padding-right:0!important}}.qodef-gutenberg-section.qodef-content--predefined.qodef-content--extended--right>.qodef-gutenberg-row{padding-left:calc(50% - 550px)}.qodef-gutenberg-section.qodef-content--predefined.qodef-content--extended--left>.qodef-gutenberg-row{padding-right:calc(50% - 550px)}@media(min-width:1441px){.qodef-gutenberg-section.qodef-content--predefined.qodef-content--1400>.qodef-gutenberg-row{max-width:1400px}.qodef-gutenberg-section.qodef-content--predefined.qodef-content--1400.qodef-content--extended--right>.qodef-gutenberg-row{padding-left:calc(50% - 700px)}.qodef-gutenberg-section.qodef-content--predefined.qodef-content--1400.qodef-content--extended--left>.qodef-gutenberg-row{padding-right:calc(50% - 700px)}.qodef-gutenberg-section.qodef-content--predefined.qodef-content--1300>.qodef-gutenberg-row{max-width:1300px}.qodef-gutenberg-section.qodef-content--predefined.qodef-content--1300.qodef-content--extended--right>.qodef-gutenberg-row{padding-left:calc(50% - 650px)}.qodef-gutenberg-section.qodef-content--predefined.qodef-content--1300.qodef-content--extended--left>.qodef-gutenberg-row{padding-right:calc(50% - 650px)}.qodef-gutenberg-section.qodef-content--predefined.qodef-content--1200>.qodef-gutenberg-row{max-width:1200px}.qodef-gutenberg-section.qodef-content--predefined.qodef-content--1200.qodef-content--extended--right>.qodef-gutenberg-row{padding-left:calc(50% - 600px)}.qodef-gutenberg-section.qodef-content--predefined.qodef-content--1200.qodef-content--extended--left>.qodef-gutenberg-row{padding-right:calc(50% - 600px)}}@media(min-width:1025px){.qodef-gutenberg-section.qodef-content--predefined.qodef-content--1000>.qodef-gutenberg-row{max-width:1000px}.qodef-gutenberg-section.qodef-content--predefined.qodef-content--1000.qodef-content--extended--right>.qodef-gutenberg-row{padding-left:calc(50% - 500px)}.qodef-gutenberg-section.qodef-content--predefined.qodef-content--1000.qodef-content--extended--left>.qodef-gutenberg-row{padding-right:calc(50% - 500px)}}@media(min-width:769px){.qodef-gutenberg-section.qodef-content--predefined.qodef-content--800>.qodef-gutenberg-row{max-width:800px}.qodef-gutenberg-section.qodef-content--predefined.qodef-content--800.qodef-content--extended--right>.qodef-gutenberg-row{padding-left:calc(50% - 400px)}.qodef-gutenberg-section.qodef-content--predefined.qodef-content--800.qodef-content--extended--left>.qodef-gutenberg-row{padding-right:calc(50% - 400px)}}.qodef-gutenberg-section.qodef-height--full>.qodef-gutenberg-row{height:100vh}.qodef-gutenberg-section.qodef-height--full>.qodef-gutenberg-row>.qodef-gutenberg-column,.qodef-gutenberg-section.qodef-height--full>.qodef-gutenberg-row>.qodef-gutenberg-column iframe{max-height:100%}@media(max-width:680px){.qodef-gutenberg-section.qodef-height--full>.qodef-gutenberg-row{height:auto}}.qodef-gutenberg-section.qodef-position--top>.qodef-gutenberg-row{align-items:flex-start}.qodef-gutenberg-section.qodef-position--middle>.qodef-gutenberg-row{align-items:center}.qodef-gutenberg-section.qodef-position--bottom>.qodef-gutenberg-row{align-items:flex-end}.qodef-gutenberg-section.qodef-vertical-align--top>.qodef-gutenberg-row>.qodef-gutenberg-column>.qodef-gutenberg-column-inner{align-content:flex-start;align-items:flex-start}.qodef-gutenberg-section.qodef-vertical-align--middle>.qodef-gutenberg-row>.qodef-gutenberg-column>.qodef-gutenberg-column-inner{align-content:center;align-items:center}.qodef-gutenberg-section.qodef-vertical-align--bottom>.qodef-gutenberg-row>.qodef-gutenberg-column>.qodef-gutenberg-column-inner{align-content:flex-end;align-items:flex-end}.qodef-gutenberg-section.qodef-vertical-align--space-between>.qodef-gutenberg-row>.qodef-gutenberg-column>.qodef-gutenberg-column-inner{align-content:space-between;align-items:space-between}.qodef-gutenberg-section.qodef-vertical-align--space-around>.qodef-gutenberg-row>.qodef-gutenberg-column>.qodef-gutenberg-column-inner{align-content:space-around;align-items:space-around}.qodef-gutenberg-section.qodef-vertical-align--space-evenly>.qodef-gutenberg-row>.qodef-gutenberg-column>.qodef-gutenberg-column-inner{align-content:space-evenly;align-items:space-evenly}.qodef-gutenberg-section.qodef--hidden{overflow:hidden}.qodef-gutenberg-section.qodef-gutter--custom,.qodef-gutenberg-section.qodef-gutter--no{--qi-blocks-columns-gap:0px}.qodef-gutenberg-section.qodef-gutter--tiny{--qi-blocks-columns-gap:10px}.qodef-gutenberg-section.qodef-gutter--small{--qi-blocks-columns-gap:20px}.qodef-gutenberg-section.qodef-gutter--normal{--qi-blocks-columns-gap:30px}.qodef-gutenberg-section.qodef-gutter--medium{--qi-blocks-columns-gap:40px}.qodef-gutenberg-section.qodef-gutter--large{--qi-blocks-columns-gap:50px}.qodef-gutenberg-section.qodef-gutter--huge{--qi-blocks-columns-gap:70px}.qodef-gutenberg-section.qodef-row--no-bottom-space>.qodef-gutenberg-row{row-gap:0!important}@media(max-width:1024px){.qodef-gutenberg-section>.qodef-gutenberg-row>.qodef-gutenberg-column.qodef-sticky-disabled--1024{height:auto;position:relative;top:auto!important}.qodef-gutenberg-section>.qodef-gutenberg-row>.qodef-gutenberg-column.qodef-sticky-disabled--1024.qodef-sticky-height--fit-screen{height:max-content}.qodef-gutenberg-section>.qodef-gutenberg-row>.qodef-gutenberg-column.qodef-vertical-align--tablet--top>.qodef-gutenberg-column-inner{align-content:flex-start}.qodef-gutenberg-section>.qodef-gutenberg-row>.qodef-gutenberg-column.qodef-vertical-align--tablet--middle>.qodef-gutenberg-column-inner{align-content:center}.qodef-gutenberg-section>.qodef-gutenberg-row>.qodef-gutenberg-column.qodef-vertical-align--tablet--bottom>.qodef-gutenberg-column-inner{align-content:flex-end}.qodef-gutenberg-section>.qodef-gutenberg-row>.qodef-gutenberg-column.qodef-vertical-align--tablet--space-between>.qodef-gutenberg-column-inner{align-content:space-between}.qodef-gutenberg-section>.qodef-gutenberg-row>.qodef-gutenberg-column.qodef-vertical-align--tablet--space-around>.qodef-gutenberg-column-inner{align-content:space-around}.qodef-gutenberg-section>.qodef-gutenberg-row>.qodef-gutenberg-column.qodef-vertical-align--tablet--space-evenly>.qodef-gutenberg-column-inner{align-content:space-evenly}.qodef-gutenberg-section>.qodef-gutenberg-row>.qodef-gutenberg-column.qodef-horizontal-align--tablet--start>.qodef-gutenberg-column-inner{justify-content:flex-start}.qodef-gutenberg-section>.qodef-gutenberg-row>.qodef-gutenberg-column.qodef-horizontal-align--tablet--center>.qodef-gutenberg-column-inner{justify-content:center}.qodef-gutenberg-section>.qodef-gutenberg-row>.qodef-gutenberg-column.qodef-horizontal-align--tablet--end>.qodef-gutenberg-column-inner{justify-content:flex-end}}@media(max-width:768px){.qodef-gutenberg-section>.qodef-gutenberg-row>.qodef-gutenberg-column.qodef-sticky-disabled--768{height:auto;position:relative;top:auto!important}.qodef-gutenberg-section>.qodef-gutenberg-row>.qodef-gutenberg-column.qodef-sticky-disabled--768.qodef-sticky-height--fit-screen{height:max-content}}@media(max-width:680px){.qodef-gutenberg-section>.qodef-gutenberg-row>.qodef-gutenberg-column.qodef-sticky-disabled--680{height:auto;position:relative;top:auto!important}.qodef-gutenberg-section>.qodef-gutenberg-row>.qodef-gutenberg-column.qodef-sticky-disabled--680.qodef-sticky-height--fit-screen{height:max-content}.qodef-gutenberg-section>.qodef-gutenberg-row>.qodef-gutenberg-column.qodef-vertical-align--mobile--top>.qodef-gutenberg-column-inner{align-content:flex-start}.qodef-gutenberg-section>.qodef-gutenberg-row>.qodef-gutenberg-column.qodef-vertical-align--mobile--middle>.qodef-gutenberg-column-inner{align-content:center}.qodef-gutenberg-section>.qodef-gutenberg-row>.qodef-gutenberg-column.qodef-vertical-align--mobile--bottom>.qodef-gutenberg-column-inner{align-content:flex-end}.qodef-gutenberg-section>.qodef-gutenberg-row>.qodef-gutenberg-column.qodef-vertical-align--mobile--space-between>.qodef-gutenberg-column-inner{align-content:space-between}.qodef-gutenberg-section>.qodef-gutenberg-row>.qodef-gutenberg-column.qodef-vertical-align--mobile--space-around>.qodef-gutenberg-column-inner{align-content:space-around}.qodef-gutenberg-section>.qodef-gutenberg-row>.qodef-gutenberg-column.qodef-vertical-align--mobile--space-evenly>.qodef-gutenberg-column-inner{align-content:space-evenly}.qodef-gutenberg-section>.qodef-gutenberg-row>.qodef-gutenberg-column.qodef-horizontal-align--mobile--start>.qodef-gutenberg-column-inner{justify-content:flex-start}.qodef-gutenberg-section>.qodef-gutenberg-row>.qodef-gutenberg-column.qodef-horizontal-align--mobile--center>.qodef-gutenberg-column-inner{justify-content:center}.qodef-gutenberg-section>.qodef-gutenberg-row>.qodef-gutenberg-column.qodef-horizontal-align--mobile--end>.qodef-gutenberg-column-inner{justify-content:flex-end}}@media(max-width:1440px){.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--6{--qi-blocks-columns:5}.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--6>.qodef-gutenberg-row>.qodef-item--huge-square,.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--6>.qodef-gutenberg-row>.qodef-item--landscape{--qi-blocks-columns:2.5}}@media(max-width:1366px){.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--5{--qi-blocks-columns:4}.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--5>.qodef-gutenberg-row>.qodef-item--huge-square,.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--5>.qodef-gutenberg-row>.qodef-item--landscape{--qi-blocks-columns:2}.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--6{--qi-blocks-columns:4}.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--6>.qodef-gutenberg-row>.qodef-item--huge-square,.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--6>.qodef-gutenberg-row>.qodef-item--landscape{--qi-blocks-columns:2}.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--7{--qi-blocks-columns:4}.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--7>.qodef-gutenberg-row>.qodef-item--huge-square,.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--7>.qodef-gutenberg-row>.qodef-item--landscape{--qi-blocks-columns:2}.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--8{--qi-blocks-columns:4}.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--8>.qodef-gutenberg-row>.qodef-item--huge-square,.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--8>.qodef-gutenberg-row>.qodef-item--landscape{--qi-blocks-columns:2}}@media(max-width:1024px){.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--4{--qi-blocks-columns:3}.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--4>.qodef-gutenberg-row>.qodef-item--huge-square,.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--4>.qodef-gutenberg-row>.qodef-item--landscape{--qi-blocks-columns:1.5}.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--5{--qi-blocks-columns:3}.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--5>.qodef-gutenberg-row>.qodef-item--huge-square,.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--5>.qodef-gutenberg-row>.qodef-item--landscape{--qi-blocks-columns:1.5}.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--6{--qi-blocks-columns:3}.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--6>.qodef-gutenberg-row>.qodef-item--huge-square,.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--6>.qodef-gutenberg-row>.qodef-item--landscape{--qi-blocks-columns:1.5}.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--7{--qi-blocks-columns:4}.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--7>.qodef-gutenberg-row>.qodef-item--huge-square,.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--7>.qodef-gutenberg-row>.qodef-item--landscape{--qi-blocks-columns:2}.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--8{--qi-blocks-columns:4}.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--8>.qodef-gutenberg-row>.qodef-item--huge-square,.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--8>.qodef-gutenberg-row>.qodef-item--landscape{--qi-blocks-columns:2}}@media(max-width:768px){.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--3{--qi-blocks-columns:2}.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--3>.qodef-gutenberg-row>.qodef-item--huge-square,.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--3>.qodef-gutenberg-row>.qodef-item--landscape{--qi-blocks-columns:1}.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--4{--qi-blocks-columns:2}.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--4>.qodef-gutenberg-row>.qodef-item--huge-square,.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--4>.qodef-gutenberg-row>.qodef-item--landscape{--qi-blocks-columns:1}.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--5{--qi-blocks-columns:2}.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--5>.qodef-gutenberg-row>.qodef-item--huge-square,.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--5>.qodef-gutenberg-row>.qodef-item--landscape{--qi-blocks-columns:1}.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--6{--qi-blocks-columns:2}.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--6>.qodef-gutenberg-row>.qodef-item--huge-square,.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--6>.qodef-gutenberg-row>.qodef-item--landscape{--qi-blocks-columns:1}.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--7{--qi-blocks-columns:4}.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--7>.qodef-gutenberg-row>.qodef-item--huge-square,.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--7>.qodef-gutenberg-row>.qodef-item--landscape{--qi-blocks-columns:2}.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--8{--qi-blocks-columns:4}.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--8>.qodef-gutenberg-row>.qodef-item--huge-square,.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--8>.qodef-gutenberg-row>.qodef-item--landscape{--qi-blocks-columns:2}}@media(max-width:680px){.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--2,.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--3,.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--4,.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--5,.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--6{--qi-blocks-columns:1}.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--7{--qi-blocks-columns:2}.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--7>.qodef-gutenberg-row>.qodef-item--huge-square,.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--7>.qodef-gutenberg-row>.qodef-item--landscape{--qi-blocks-columns:1}.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--8{--qi-blocks-columns:2}.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--8>.qodef-gutenberg-row>.qodef-item--huge-square,.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--8>.qodef-gutenberg-row>.qodef-item--landscape{--qi-blocks-columns:1}}@media(max-width:1440px){.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1440--1{--qi-blocks-columns:1}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1440--2{--qi-blocks-columns:2}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1440--2>.qodef-gutenberg-row>.qodef-item--huge-square,.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1440--2>.qodef-gutenberg-row>.qodef-item--landscape{--qi-blocks-columns:1}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1440--3{--qi-blocks-columns:3}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1440--3>.qodef-gutenberg-row>.qodef-item--huge-square,.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1440--3>.qodef-gutenberg-row>.qodef-item--landscape{--qi-blocks-columns:1.5}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1440--4{--qi-blocks-columns:4}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1440--4>.qodef-gutenberg-row>.qodef-item--huge-square,.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1440--4>.qodef-gutenberg-row>.qodef-item--landscape{--qi-blocks-columns:2}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1440--5{--qi-blocks-columns:5}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1440--5>.qodef-gutenberg-row>.qodef-item--huge-square,.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1440--5>.qodef-gutenberg-row>.qodef-item--landscape{--qi-blocks-columns:2.5}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1440--6{--qi-blocks-columns:6}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1440--6>.qodef-gutenberg-row>.qodef-item--huge-square,.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1440--6>.qodef-gutenberg-row>.qodef-item--landscape{--qi-blocks-columns:3}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1440--7{--qi-blocks-columns:7}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1440--7>.qodef-gutenberg-row>.qodef-item--huge-square,.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1440--7>.qodef-gutenberg-row>.qodef-item--landscape{--qi-blocks-columns:3.5}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1440--8{--qi-blocks-columns:8}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1440--8>.qodef-gutenberg-row>.qodef-item--huge-square,.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1440--8>.qodef-gutenberg-row>.qodef-item--landscape{--qi-blocks-columns:4}}@media(max-width:1366px){.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1366--1{--qi-blocks-columns:1}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1366--2{--qi-blocks-columns:2}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1366--2>.qodef-gutenberg-row>.qodef-item--huge-square,.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1366--2>.qodef-gutenberg-row>.qodef-item--landscape{--qi-blocks-columns:1}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1366--3{--qi-blocks-columns:3}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1366--3>.qodef-gutenberg-row>.qodef-item--huge-square,.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1366--3>.qodef-gutenberg-row>.qodef-item--landscape{--qi-blocks-columns:1.5}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1366--4{--qi-blocks-columns:4}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1366--4>.qodef-gutenberg-row>.qodef-item--huge-square,.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1366--4>.qodef-gutenberg-row>.qodef-item--landscape{--qi-blocks-columns:2}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1366--5{--qi-blocks-columns:5}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1366--5>.qodef-gutenberg-row>.qodef-item--huge-square,.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1366--5>.qodef-gutenberg-row>.qodef-item--landscape{--qi-blocks-columns:2.5}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1366--6{--qi-blocks-columns:6}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1366--6>.qodef-gutenberg-row>.qodef-item--huge-square,.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1366--6>.qodef-gutenberg-row>.qodef-item--landscape{--qi-blocks-columns:3}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1366--7{--qi-blocks-columns:7}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1366--7>.qodef-gutenberg-row>.qodef-item--huge-square,.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1366--7>.qodef-gutenberg-row>.qodef-item--landscape{--qi-blocks-columns:3.5}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1366--8{--qi-blocks-columns:8}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1366--8>.qodef-gutenberg-row>.qodef-item--huge-square,.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1366--8>.qodef-gutenberg-row>.qodef-item--landscape{--qi-blocks-columns:4}}@media(max-width:1024px){.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1024--1{--qi-blocks-columns:1}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1024--2{--qi-blocks-columns:2}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1024--2>.qodef-gutenberg-row>.qodef-item--huge-square,.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1024--2>.qodef-gutenberg-row>.qodef-item--landscape{--qi-blocks-columns:1}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1024--3{--qi-blocks-columns:3}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1024--3>.qodef-gutenberg-row>.qodef-item--huge-square,.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1024--3>.qodef-gutenberg-row>.qodef-item--landscape{--qi-blocks-columns:1.5}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1024--4{--qi-blocks-columns:4}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1024--4>.qodef-gutenberg-row>.qodef-item--huge-square,.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1024--4>.qodef-gutenberg-row>.qodef-item--landscape{--qi-blocks-columns:2}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1024--5{--qi-blocks-columns:5}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1024--5>.qodef-gutenberg-row>.qodef-item--huge-square,.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1024--5>.qodef-gutenberg-row>.qodef-item--landscape{--qi-blocks-columns:2.5}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1024--6{--qi-blocks-columns:6}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1024--6>.qodef-gutenberg-row>.qodef-item--huge-square,.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1024--6>.qodef-gutenberg-row>.qodef-item--landscape{--qi-blocks-columns:3}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1024--7{--qi-blocks-columns:7}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1024--7>.qodef-gutenberg-row>.qodef-item--huge-square,.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1024--7>.qodef-gutenberg-row>.qodef-item--landscape{--qi-blocks-columns:3.5}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1024--8{--qi-blocks-columns:8}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1024--8>.qodef-gutenberg-row>.qodef-item--huge-square,.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1024--8>.qodef-gutenberg-row>.qodef-item--landscape{--qi-blocks-columns:4}}@media(max-width:768px){.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--768--1{--qi-blocks-columns:1}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--768--2{--qi-blocks-columns:2}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--768--2>.qodef-gutenberg-row>.qodef-item--huge-square,.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--768--2>.qodef-gutenberg-row>.qodef-item--landscape{--qi-blocks-columns:1}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--768--3{--qi-blocks-columns:3}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--768--3>.qodef-gutenberg-row>.qodef-item--huge-square,.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--768--3>.qodef-gutenberg-row>.qodef-item--landscape{--qi-blocks-columns:1.5}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--768--4{--qi-blocks-columns:4}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--768--4>.qodef-gutenberg-row>.qodef-item--huge-square,.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--768--4>.qodef-gutenberg-row>.qodef-item--landscape{--qi-blocks-columns:2}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--768--5{--qi-blocks-columns:5}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--768--5>.qodef-gutenberg-row>.qodef-item--huge-square,.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--768--5>.qodef-gutenberg-row>.qodef-item--landscape{--qi-blocks-columns:2.5}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--768--6{--qi-blocks-columns:6}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--768--6>.qodef-gutenberg-row>.qodef-item--huge-square,.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--768--6>.qodef-gutenberg-row>.qodef-item--landscape{--qi-blocks-columns:3}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--768--7{--qi-blocks-columns:7}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--768--7>.qodef-gutenberg-row>.qodef-item--huge-square,.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--768--7>.qodef-gutenberg-row>.qodef-item--landscape{--qi-blocks-columns:3.5}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--768--8{--qi-blocks-columns:8}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--768--8>.qodef-gutenberg-row>.qodef-item--huge-square,.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--768--8>.qodef-gutenberg-row>.qodef-item--landscape{--qi-blocks-columns:4}}@media(max-width:680px){.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--680--1{--qi-blocks-columns:1}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--680--2{--qi-blocks-columns:2}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--680--2>.qodef-gutenberg-row>.qodef-item--huge-square,.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--680--2>.qodef-gutenberg-row>.qodef-item--landscape{--qi-blocks-columns:1}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--680--3{--qi-blocks-columns:3}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--680--3>.qodef-gutenberg-row>.qodef-item--huge-square,.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--680--3>.qodef-gutenberg-row>.qodef-item--landscape{--qi-blocks-columns:1.5}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--680--4{--qi-blocks-columns:4}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--680--4>.qodef-gutenberg-row>.qodef-item--huge-square,.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--680--4>.qodef-gutenberg-row>.qodef-item--landscape{--qi-blocks-columns:2}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--680--5{--qi-blocks-columns:5}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--680--5>.qodef-gutenberg-row>.qodef-item--huge-square,.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--680--5>.qodef-gutenberg-row>.qodef-item--landscape{--qi-blocks-columns:2.5}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--680--6{--qi-blocks-columns:6}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--680--6>.qodef-gutenberg-row>.qodef-item--huge-square,.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--680--6>.qodef-gutenberg-row>.qodef-item--landscape{--qi-blocks-columns:3}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--680--7{--qi-blocks-columns:7}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--680--7>.qodef-gutenberg-row>.qodef-item--huge-square,.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--680--7>.qodef-gutenberg-row>.qodef-item--landscape{--qi-blocks-columns:3.5}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--680--8{--qi-blocks-columns:8}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--680--8>.qodef-gutenberg-row>.qodef-item--huge-square,.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--680--8>.qodef-gutenberg-row>.qodef-item--landscape{--qi-blocks-columns:4}}@media(max-width:480px){.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--480--1{--qi-blocks-columns:1}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--480--2{--qi-blocks-columns:2}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--480--2>.qodef-gutenberg-row>.qodef-item--huge-square,.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--480--2>.qodef-gutenberg-row>.qodef-item--landscape{--qi-blocks-columns:1}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--480--3{--qi-blocks-columns:3}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--480--3>.qodef-gutenberg-row>.qodef-item--huge-square,.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--480--3>.qodef-gutenberg-row>.qodef-item--landscape{--qi-blocks-columns:1.5}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--480--4{--qi-blocks-columns:4}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--480--4>.qodef-gutenberg-row>.qodef-item--huge-square,.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--480--4>.qodef-gutenberg-row>.qodef-item--landscape{--qi-blocks-columns:2}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--480--5{--qi-blocks-columns:5}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--480--5>.qodef-gutenberg-row>.qodef-item--huge-square,.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--480--5>.qodef-gutenberg-row>.qodef-item--landscape{--qi-blocks-columns:2.5}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--480--6{--qi-blocks-columns:6}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--480--6>.qodef-gutenberg-row>.qodef-item--huge-square,.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--480--6>.qodef-gutenberg-row>.qodef-item--landscape{--qi-blocks-columns:3}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--480--7{--qi-blocks-columns:7}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--480--7>.qodef-gutenberg-row>.qodef-item--huge-square,.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--480--7>.qodef-gutenberg-row>.qodef-item--landscape{--qi-blocks-columns:3.5}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--480--8{--qi-blocks-columns:8}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--480--8>.qodef-gutenberg-row>.qodef-item--huge-square,.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--480--8>.qodef-gutenberg-row>.qodef-item--landscape{--qi-blocks-columns:4}}@media(max-width:1200px){.qodef-gutenberg-section.qodef-content--predefined>.qodef-gutenberg-row{max-width:960px}.qodef-gutenberg-section.qodef-content--predefined.qodef-content--extended--right>.qodef-gutenberg-row{padding-left:calc(50% - 480px)}.qodef-gutenberg-section.qodef-content--predefined.qodef-content--extended--left>.qodef-gutenberg-row{padding-right:calc(50% - 480px)}}@media(max-width:1024px){.qodef-gutenberg-section.qodef-content--predefined>.qodef-gutenberg-row{max-width:86%}.qodef-gutenberg-section.qodef-content--predefined.qodef-content--extended--right>.qodef-gutenberg-row{padding-left:7%}.qodef-gutenberg-section.qodef-content--predefined.qodef-content--extended--left>.qodef-gutenberg-row{padding-right:7%}}[class*=wp-block-qi-blocks],[class*=wp-block-qi-blocks] *{box-sizing:border-box}body .wp-site-blocks{padding-left:0!important;padding-right:0!important}body .wp-site-blocks footer.wp-block-template-part{margin:0}body .wp-block-group>.qodef-block-container{margin-bottom:0;margin-top:0;max-width:100%}body:not([class*=custom-template-qi-blocks-full-width]) .is-layout-constrained>.qodef-block-container{max-width:100%}body[class*=custom-template-qi-blocks-full-width] .wp-site-blocks{padding:0!important}body[class*=custom-template-qi-blocks-full-width] .wp-site-blocks>*+*{margin:0!important}body[class*=custom-template-qi-blocks-full-width] .wp-block-post-content>.qodef-block-container{max-width:100%}body:not(.wp-admin):not(.editor-styles-wrapper){overflow-x:hidden}@media(min-width:1025px){body:not(.wp-admin):not(.editor-styles-wrapper) .qodef-hide-on--desktop{display:none!important}}@media(min-width:681px)and (max-width:1024px){body:not(.wp-admin):not(.editor-styles-wrapper) .qodef-hide-on--tablet{display:none!important}}@media(max-width:680px){body:not(.wp-admin):not(.editor-styles-wrapper) .qodef-hide-on--mobile{display:none!important}}.qodef-entrance-animation--on{animation-delay:0s;animation-duration:1s;animation-fill-mode:both;visibility:hidden}.qodef-entrance-animation--on.qodef-animation--appeared{visibility:visible}.qodef-entrance-animation--on.qodef-animation-speed--slower{animation-duration:3s}.qodef-entrance-animation--on.qodef-animation-speed--slow{animation-duration:2s}.qodef-entrance-animation--on.qodef-animation-speed--fast{animation-duration:.8s}.qodef-entrance-animation--on.qodef-animation-speed--faster{animation-duration:.5s}.qodef-block-container{box-sizing:border-box;display:inline-block;max-width:100%;position:relative;vertical-align:top!important;width:100%}.qodef-block-container *{box-sizing:border-box}header .qodef-block-container{line-height:1}.qodef-block-container.qodef--adjs-width{overflow:hidden}.qodef-block-container.qodef--adjs-width .qodef-block-swiper{width:calc(100% + 1px)}.qodef-block-container.qodef-width--full-width{max-width:100%;width:100%}.qodef-block-container.qodef-width--custom,.qodef-block-container.qodef-width--inline{max-width:auto;width:auto}@media(max-width:1024px){.qodef-block-container.qodef-width--tablet--full-width{max-width:100%!important;width:100%!important}.qodef-block-container.qodef-width--tablet--inline{max-width:auto!important;width:auto!important}.qodef-block-container.qodef-width--tablet--custom{max-width:auto;width:auto}}@media(max-width:680px){.qodef-block-container.qodef-width--mobile--full-width{max-width:100%!important;width:100%!important}.qodef-block-container.qodef-width--mobile--inline{max-width:auto!important;width:auto!important}.qodef-block-container.qodef-width--mobile--custom{max-width:auto;width:auto}}.qodef-block a{text-decoration:none;transition:color .2s ease-out}.qodef-block img{height:auto;max-width:100%}.qodef-category-separator:after{content:",";margin-right:5px}.qodef-gutenberg-section .wp-block-post-content,.qodef-gutenberg-section footer.wp-block-template-part,.qodef-gutenberg-section header.wp-block-template-part{width:100%}.qodef-gutenberg-section .qodef-gutenberg-column-inner>.wp-block-image>img{max-width:100%!important}.qodef-block-clear:after,.qodef-block-clear:before{content:"";display:table;table-layout:fixed}.qodef-block-clear:after{clear:both}.qodef-block .qodef-m-pagination{display:inline-block;flex-shrink:0;margin:0;position:relative;vertical-align:top;width:100%}.qodef-block .qodef-m-pagination .nav-links{align-items:center;display:flex;justify-content:center;position:relative}.qodef-block .qodef-m-pagination .page-numbers{align-items:center;color:#888;cursor:pointer;display:inline-flex;justify-content:center;margin:0 10px;padding:0}.qodef-block .qodef-m-pagination .page-numbers svg{height:auto;max-height:100%;width:1em;fill:currentColor;stroke:currentColor}.qodef-block .qodef-m-pagination .page-numbers *{display:block;line-height:inherit}.qodef-block .qodef-m-pagination .page-numbers:first-child{margin-left:0}.qodef-block .qodef-m-pagination .page-numbers:last-child{margin-right:0}.qodef-block .qodef-m-pagination .page-numbers.current,.qodef-block .qodef-m-pagination .page-numbers:focus,.qodef-block .qodef-m-pagination .page-numbers:hover{color:#111}#qodef-comments-template{display:inline-block;position:relative;vertical-align:top;width:100%}#qodef-comments-template .qodef-m-comments-not-found{margin:0}#qodef-comments-template label{display:block;margin-bottom:9px;width:100%}#qodef-comments-template input[type=date],#qodef-comments-template input[type=email],#qodef-comments-template input[type=number],#qodef-comments-template input[type=password],#qodef-comments-template input[type=search],#qodef-comments-template input[type=tel],#qodef-comments-template input[type=text],#qodef-comments-template input[type=url],#qodef-comments-template select,#qodef-comments-template textarea{background-color:#0000;border:1px solid #ebebeb;border-radius:0;box-shadow:none;color:#9c9c9c;cursor:pointer;display:inline-block;font-family:inherit;font-size:16px;font-weight:inherit;height:auto;line-height:28px;margin:0;max-width:100%;min-height:auto;outline:0;padding:14px 20px;position:relative;transition:color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;vertical-align:top;width:100%}#qodef-comments-template input[type=date]:focus,#qodef-comments-template input[type=email]:focus,#qodef-comments-template input[type=number]:focus,#qodef-comments-template input[type=password]:focus,#qodef-comments-template input[type=search]:focus,#qodef-comments-template input[type=tel]:focus,#qodef-comments-template input[type=text]:focus,#qodef-comments-template input[type=url]:focus,#qodef-comments-template select:focus,#qodef-comments-template textarea:focus{background-color:#0000;border-color:#111;color:#888}#qodef-comments-template input[type=date]::placeholder,#qodef-comments-template input[type=email]::placeholder,#qodef-comments-template input[type=number]::placeholder,#qodef-comments-template input[type=password]::placeholder,#qodef-comments-template input[type=search]::placeholder,#qodef-comments-template input[type=tel]::placeholder,#qodef-comments-template input[type=text]::placeholder,#qodef-comments-template input[type=url]::placeholder,#qodef-comments-template select::placeholder,#qodef-comments-template textarea::placeholder{color:inherit;opacity:1}#qodef-comments-template input[type=checkbox],#qodef-comments-template input[type=radio]{height:1em;margin:0;vertical-align:middle;width:1em}#qodef-comments-template select{-webkit-appearance:none;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbDpzcGFjZT0icHJlc2VydmUiIHdpZHRoPSIxMC44IiBoZWlnaHQ9IjYuMiIgdmlld0JveD0iMCAwIDEwLjggNi4yIj48cGF0aCBkPSJNMTAuNi4zYy4zLjMuMy43IDAgMUw1LjkgNS45Yy0uMS4yLS4zLjMtLjUuM3MtLjQtLjEtLjUtLjNMLjIgMS4zQy0uMSAxLS4xLjYuMi4zcy43LS4zIDEgMGw0LjIgNC4xTDkuNi4zYy4zLS40LjYtLjQgMSAwIiBzdHlsZT0iZmlsbDojYThhN2E3Ii8+PC9zdmc+);background-position:calc(100% - 20px);background-repeat:no-repeat;background-size:auto;display:block;-webkit-user-select:none;user-select:none}#qodef-comments-template select option{color:#9c9c9c}#qodef-comments-template select.qodef-arrow--light{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbDpzcGFjZT0icHJlc2VydmUiIHdpZHRoPSIxMC44IiBoZWlnaHQ9IjYuMiIgdmlld0JveD0iMCAwIDEwLjggNi4yIj48cGF0aCBkPSJNMTAuNi4zYy4zLjMuMy43IDAgMUw1LjkgNS45Yy0uMS4yLS4zLjMtLjUuM3MtLjQtLjEtLjUtLjNMLjIgMS4zQy0uMSAxLS4xLjYuMi4zcy43LS4zIDEgMGw0LjIgNC4xTDkuNi4zYy4zLS40LjYtLjQgMSAwIiBzdHlsZT0iZmlsbDojZmZmIi8+PC9zdmc+)}#qodef-comments-template button[type=submit],#qodef-comments-template input[type=submit]{background-color:#f4f4f4;border:0;border-radius:4px;color:#111;cursor:pointer;display:inline-block;font-family:inherit;font-size:16px;font-weight:500;line-height:2em;margin:0;outline:none;padding:11px 28px;position:relative;text-decoration:none;text-transform:none;transition:color .25s ease-in-out,background-color .25s ease-in-out,border-color .25s ease-in-out;vertical-align:middle;width:auto}#qodef-comments-template button[type=submit] span,#qodef-comments-template button[type=submit] span:before,#qodef-comments-template input[type=submit] span,#qodef-comments-template input[type=submit] span:before{display:block;line-height:inherit}#qodef-comments-template button[type=submit]:focus,#qodef-comments-template button[type=submit]:hover,#qodef-comments-template input[type=submit]:focus,#qodef-comments-template input[type=submit]:hover{background-color:#111;color:#fff}#qodef-comments-template button[type=submit].qodef--with-icon,#qodef-comments-template input[type=submit].qodef--with-icon{align-items:center;display:inline-flex}#qodef-comments-template button[type=submit].qodef--with-icon .qodef-m-icon,#qodef-comments-template input[type=submit].qodef--with-icon .qodef-m-icon{flex-shrink:0;height:auto;width:7px;fill:currentColor;margin-left:10px;transform:translateX(0);transition:transform .3s cubic-bezier(0,.53,.18,.98)}#qodef-comments-template button[type=submit].qodef--with-icon .qodef-m-icon svg,#qodef-comments-template input[type=submit].qodef--with-icon .qodef-m-icon svg{display:block;height:auto;width:100%;fill:currentColor}#qodef-comments-template button[type=submit].qodef--with-icon:focus .qodef-m-icon,#qodef-comments-template button[type=submit].qodef--with-icon:hover .qodef-m-icon,#qodef-comments-template input[type=submit].qodef--with-icon:focus .qodef-m-icon,#qodef-comments-template input[type=submit].qodef--with-icon:hover .qodef-m-icon{transform:translateX(2px)}#qodef-comments-template input,#qodef-comments-template textarea{margin-bottom:26px}#qodef-comments-list{border-bottom:1px solid #ebebeb;display:inline-block;margin-bottom:47px;padding-bottom:60px;position:relative;vertical-align:top;width:100%}#qodef-comments-list .qodef-m-title{margin:0 0 30px}#qodef-comments-list .qodef-m-comments{list-style:none;margin:0;padding:0}#qodef-comments-list .qodef-m-comments>.qodef-comment-item:first-child{border-top:0;margin-top:0;padding-top:0}#qodef-comments-list .qodef-comment-item{border-top:1px solid #ebebeb;margin:45px 0 0;padding:45px 0 0}#qodef-comments-list .qodef-comment-item .children{list-style:none;margin:0;padding:0 0 0 55px}#qodef-comments-list .qodef-comment-item .qodef-e-inner{align-items:flex-start;display:flex}#qodef-comments-list .qodef-comment-item .qodef-e-image{flex-shrink:0;margin-right:32px;width:132px}#qodef-comments-list .qodef-comment-item .qodef-e-image img{border-radius:100%;display:block;width:100%}#qodef-comments-list .qodef-comment-item .qodef-e-content{display:inline-block;position:relative;vertical-align:top;width:100%}#qodef-comments-list .qodef-comment-item .qodef-e-info{align-items:center;display:flex;justify-content:space-between;margin-bottom:3px}#qodef-comments-list .qodef-comment-item .qodef-e-info>*{margin:0}#qodef-comments-list .qodef-comment-item .qodef-e-date{color:#9c9c9c;font-size:15px;line-height:1}#qodef-comments-list .qodef-comment-item .qodef-e-date a{color:inherit;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-transform:inherit}#qodef-comments-list .qodef-comment-item .qodef-e-date a:focus,#qodef-comments-list .qodef-comment-item .qodef-e-date a:hover{color:#888}#qodef-comments-list .qodef-comment-item .qodef-e-links{align-items:center;display:inline-flex;flex-shrink:0;line-height:1}#qodef-comments-list .qodef-comment-item .qodef-e-links a:hover{color:#9c9c9c}#qodef-comments-list .qodef-comment-item .qodef-e-links>*{margin-right:30px;position:relative}#qodef-comments-list .qodef-comment-item .qodef-e-links>* svg{height:auto;width:19px;fill:currentColor;flex-shrink:0}#qodef-comments-list .qodef-comment-item .qodef-e-links>:last-child{margin-right:0}#qodef-comments-list .qodef-comment-item .qodef-e-title{margin:0}#qodef-comments-list .qodef-comment-item .qodef-e-title a{color:inherit;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-transform:inherit}#qodef-comments-list .qodef-comment-item .qodef-e-text{margin-top:11px}#qodef-comments-list .qodef-comment-item .qodef-e-text *{color:inherit;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-transform:inherit}#qodef-comments-list .qodef-comment-item .qodef-e-text p{margin:0}#qodef-comments-list .qodef-comment-item .qodef-e-text img{margin-bottom:5px;margin-top:5px}#qodef-comments-list .qodef-m-pagination{margin-top:50px}#qodef-comments-list .comment-respond{margin:36px 0 0}#qodef-comments-list .comment-respond .comment-reply-title{margin:0!important}#qodef-comments-list .comment-respond .comment-reply-title small{font-size:60%}#qodef-comments-list .comment-respond .comment-reply-title a{color:inherit;float:right;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-transform:inherit}#qodef-comments-list .comment-respond p{margin:0}#qodef-comments-list .comment-respond .comment-notes,#qodef-comments-list .comment-respond .logged-in-as{margin:7px 0 31px}#qodef-comments-list .comment-respond .comment-notes a,#qodef-comments-list .comment-respond .logged-in-as a{color:inherit;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-transform:inherit}#qodef-comments-list .comment-respond .comment-form-url{margin-bottom:5px}#qodef-comments-list .comment-respond .comment-form-cookies-consent{color:#9c9c9c;display:flex;font-size:15px;margin-bottom:30px;position:relative}#qodef-comments-list .comment-respond .comment-form-cookies-consent>*{margin:0}#qodef-comments-list .comment-respond .comment-form-cookies-consent input[type=checkbox]{flex-shrink:0;margin-right:8px;margin-top:2px}#qodef-comments-list .comment-respond .comment-form-cookies-consent label{color:inherit;font-weight:inherit;line-height:1.1}@media(max-width:1024px){#qodef-comments-list .qodef-comment-item .children{padding-left:40px}}@media(max-width:768px){#qodef-comments-list .qodef-comment-item .children{padding-left:20px}}@media(max-width:680px){#qodef-comments-list .qodef-comment-item .qodef-e-inner{flex-wrap:wrap}#qodef-comments-list .qodef-comment-item .qodef-e-content{margin-top:32px}#qodef-comments-list .qodef-comment-item .qodef-e-info{flex-direction:column-reverse;flex-wrap:wrap}#qodef-comments-list .qodef-comment-item .qodef-e-info>*{width:100%}#qodef-comments-list .qodef-comment-item .qodef-e-links{margin-bottom:19px}#qodef-comments-list .qodef-comment-item .children{padding-left:3%}#qodef-comments-list .comment-respond .comment-reply-title a{display:block;float:none}}.qi-preview-screen-tablet #qodef-comments-list .qodef-comment-item .children{padding-left:20px}.qi-preview-screen-mobile #qodef-comments-list .qodef-comment-item .qodef-e-inner{flex-wrap:wrap}.qi-preview-screen-mobile #qodef-comments-list .qodef-comment-item .qodef-e-content{margin-top:32px}.qi-preview-screen-mobile #qodef-comments-list .qodef-comment-item .qodef-e-info{flex-direction:column-reverse;flex-wrap:wrap}.qi-preview-screen-mobile #qodef-comments-list .qodef-comment-item .qodef-e-info>*{width:100%}.qi-preview-screen-mobile #qodef-comments-list .qodef-comment-item .qodef-e-links{margin-bottom:19px}.qi-preview-screen-mobile #qodef-comments-list .qodef-comment-item .children{padding-left:3%}.qi-preview-screen-mobile #qodef-comments-list .comment-respond .comment-reply-title a{display:block;float:none}#qodef-comments-form{display:inline-block;position:relative;vertical-align:top;width:100%}#qodef-comments-form .comment-reply-title{margin:0}#qodef-comments-form .comment-reply-title small{float:right;font-size:60%}#qodef-comments-form .comment-reply-title a{color:inherit;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-transform:inherit}#qodef-comments-form .qodef-comment-form p{margin:0}#qodef-comments-form .qodef-comment-form .comment-notes,#qodef-comments-form .qodef-comment-form .logged-in-as{margin:7px 0 31px}#qodef-comments-form .qodef-comment-form .comment-notes a,#qodef-comments-form .qodef-comment-form .logged-in-as a{color:inherit;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-transform:inherit}#qodef-comments-form .qodef-comment-form .comment-form-url{margin-bottom:5px}#qodef-comments-form .qodef-comment-form .comment-form-cookies-consent{color:#9c9c9c;display:flex;font-size:15px;margin-bottom:30px;position:relative}#qodef-comments-form .qodef-comment-form .comment-form-cookies-consent>*{margin:0}#qodef-comments-form .qodef-comment-form .comment-form-cookies-consent input[type=checkbox]{flex-shrink:0;margin-right:8px;margin-top:2px}#qodef-comments-form .qodef-comment-form .comment-form-cookies-consent label{color:inherit;font-weight:inherit;line-height:1.1}@media(max-width:680px){#qodef-comments-form .comment-reply-title small{display:block;float:none}}.qi-preview-screen-mobile #qodef-comments-form .comment-reply-title small{display:block;float:none}.qodef-block-swiper{list-style:none;margin:0 auto;overflow:hidden;padding:0;position:relative;visibility:hidden;z-index:1}.qodef-block-swiper .swiper-slide a:not(.qi-block-button){display:block}.qodef-block-swiper .swiper-slide img{width:100%}.qodef-block-swiper.qodef--centered-zoom .swiper-slide{transform:scale(.85);transition:all .3s ease}.qodef-block-swiper.qodef--centered-zoom .swiper-slide.swiper-slide-active,.qodef-block-swiper.qodef--centered-zoom .swiper-slide.swiper-slide-duplicate-active{transform:scale(1)}.qodef-block-swiper .swiper-pagination-bullet{background:currentColor;border:1px solid #0000;color:#000;opacity:1;transform:matrix(1,0,0,1,0,0);transform-origin:center;transition:transform .2s ease-out,color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;vertical-align:middle}.qodef-block-swiper .swiper-pagination-bullet-active,.qodef-block-swiper .swiper-pagination-bullet:hover{transform:matrix(1.4,0,0,1.4,0,0) translateZ(0)}.qodef-block-swiper .swiper-button-next,.qodef-block-swiper .swiper-button-prev,.qodef-block-swiper~.qodef-swiper-together-nav .swiper-button-next,.qodef-block-swiper~.qodef-swiper-together-nav .swiper-button-prev,.qodef-block-swiper~.swiper-button-prev,.qodef-block-swiper~.swiper-button-prev~.swiper-button-next{background-image:none!important;color:#111;font-size:26px;height:auto!important;margin:0!important;position:absolute!important;transform:translateY(-50%);transition:color .2s ease-out,background-color .2s ease-out;width:auto!important}.qodef-block-swiper .swiper-button-next svg,.qodef-block-swiper .swiper-button-prev svg,.qodef-block-swiper~.qodef-swiper-together-nav .swiper-button-next svg,.qodef-block-swiper~.qodef-swiper-together-nav .swiper-button-prev svg,.qodef-block-swiper~.swiper-button-prev svg,.qodef-block-swiper~.swiper-button-prev~.swiper-button-next svg{display:block;height:auto;transition:background-color .2s ease-out,color .2s ease-out;width:1em;stroke:currentColor;fill:currentColor}.qodef-block-swiper .swiper-button-next:after,.qodef-block-swiper .swiper-button-prev:after,.qodef-block-swiper~.qodef-swiper-together-nav .swiper-button-next:after,.qodef-block-swiper~.qodef-swiper-together-nav .swiper-button-prev:after,.qodef-block-swiper~.swiper-button-prev:after,.qodef-block-swiper~.swiper-button-prev~.swiper-button-next:after{display:none!important}.qodef-block-swiper .swiper-button-prev{left:30px}.qodef-block-swiper .swiper-button-next{right:30px}.qodef-block-swiper .swiper-button-next:after,.qodef-block-swiper .swiper-button-next:before,.qodef-block-swiper .swiper-button-prev:after,.qodef-block-swiper .swiper-button-prev:before{display:none}.qodef-block-swiper~.swiper-button-prev{left:-50px}.qodef-block-swiper~.swiper-button-prev~.swiper-button-next{right:-50px}.qodef-block-swiper~.qodef-swiper-together-nav{display:flex;justify-content:flex-start;margin-top:30px;position:absolute;width:100%}.qodef-block-swiper~.qodef-swiper-together-nav .qodef-swiper-together-inner{align-items:center;display:flex;justify-content:center}.qodef-block-swiper~.qodef-swiper-together-nav .swiper-button-next,.qodef-block-swiper~.qodef-swiper-together-nav .swiper-button-prev{left:0;position:relative!important;right:0;top:0;transform:none;z-index:15}.qodef-block-swiper~.qodef-swiper-together-nav .swiper-button-prev{margin-right:20px!important}.qodef-block-swiper.qodef--initialized{visibility:visible}.qodef-block-swiper.swiper-container-vertical.qodef--focus-in-viewport,.qodef-block-swiper.swiper-vertical.qodef--focus-in-viewport{height:100vh!important}.qodef-block-swiper.swiper-container-vertical .swiper-slide,.qodef-block-swiper.swiper-vertical .swiper-slide{overflow:hidden}.qodef-block-swiper.swiper-container-vertical .swiper-slide img,.qodef-block-swiper.swiper-vertical .swiper-slide img{height:100%;object-fit:cover;width:100%}.qodef-block-swiper.swiper-container-vertical .qodef-swiper-nav-wrapper,.qodef-block-swiper.swiper-vertical .qodef-swiper-nav-wrapper{align-items:center;display:inline-flex;flex-direction:column;height:100%;justify-content:center;position:absolute;right:0;top:0}.qodef-block-swiper.swiper-container-vertical .qodef-swiper-nav-wrapper>*,.qodef-block-swiper.swiper-vertical .qodef-swiper-nav-wrapper>*{bottom:auto;left:auto;padding:5px 0;position:relative;right:auto;top:auto;transform:rotate(90deg)}.qodef-block-swiper.swiper-container-vertical .qodef-swiper-nav-wrapper~.swiper-pagination,.qodef-block-swiper.swiper-vertical .qodef-swiper-nav-wrapper~.swiper-pagination{right:60px}.qodef-block-swiper.swiper-container-vertical~.swiper-button-prev,.qodef-block-swiper.swiper-vertical~.swiper-button-prev{bottom:auto!important;left:50%;right:auto;top:-30px;transform:translateX(-50%) rotate(90deg)}.qodef-block-swiper.swiper-container-vertical~.swiper-button-prev~.swiper-button-next,.qodef-block-swiper.swiper-vertical~.swiper-button-prev~.swiper-button-next{bottom:-30px;left:50%;right:auto;top:auto!important;transform:translateX(-50%) rotate(90deg)}.qodef-block-swiper.swiper-container-vertical~.qodef-swiper-together-nav,.qodef-block-swiper.swiper-vertical~.qodef-swiper-together-nav{flex-direction:column;height:100%;justify-content:center;width:auto!important}.qodef-block-swiper.swiper-container-vertical~.qodef-swiper-together-nav .qodef-swiper-together-inner,.qodef-block-swiper.swiper-vertical~.qodef-swiper-together-nav .qodef-swiper-together-inner{flex-direction:column}.qodef-block-swiper.swiper-container-vertical~.qodef-swiper-together-nav .swiper-button-prev,.qodef-block-swiper.swiper-vertical~.qodef-swiper-together-nav .swiper-button-prev{margin:0 0 20px!important;transform:rotate(90deg)}.qodef-block-swiper.swiper-container-vertical~.qodef-swiper-together-nav .swiper-button-next,.qodef-block-swiper.swiper-vertical~.qodef-swiper-together-nav .swiper-button-next{transform:rotate(90deg)}.qodef-block-swiper.swiper-container-vertical.qodef-navigation-alignment--flex-start .qodef-swiper-together-nav,.qodef-block-swiper.swiper-container-vertical.qodef-navigation-alignment--flex-start~.qodef-swiper-together-nav,.qodef-block-swiper.swiper-vertical.qodef-navigation-alignment--flex-start .qodef-swiper-together-nav,.qodef-block-swiper.swiper-vertical.qodef-navigation-alignment--flex-start~.qodef-swiper-together-nav{bottom:0;justify-content:center;left:0!important;right:auto!important}.qodef-block-swiper.swiper-container-vertical.qodef-navigation-alignment--flex-end .qodef-swiper-together-nav,.qodef-block-swiper.swiper-container-vertical.qodef-navigation-alignment--flex-end~.qodef-swiper-together-nav,.qodef-block-swiper.swiper-vertical.qodef-navigation-alignment--flex-end .qodef-swiper-together-nav,.qodef-block-swiper.swiper-vertical.qodef-navigation-alignment--flex-end~.qodef-swiper-together-nav{bottom:0;justify-content:center;left:auto!important;right:0!important}.qodef-block-swiper.qodef-navigation--hover-move .swiper-button-prev svg{margin-left:4px}.qodef-block-swiper.qodef-navigation--hover-move .swiper-button-next svg{margin-right:4px}.qodef-block-swiper.qodef-navigation--hover-move .swiper-button-next i,.qodef-block-swiper.qodef-navigation--hover-move .swiper-button-next svg,.qodef-block-swiper.qodef-navigation--hover-move .swiper-button-prev i,.qodef-block-swiper.qodef-navigation--hover-move .swiper-button-prev svg,.qodef-block-swiper.qodef-navigation--hover-move~.swiper-button-prev i,.qodef-block-swiper.qodef-navigation--hover-move~.swiper-button-prev svg,.qodef-block-swiper.qodef-navigation--hover-move~.swiper-button-prev~.swiper-button-next i,.qodef-block-swiper.qodef-navigation--hover-move~.swiper-button-prev~.swiper-button-next svg{transform:translateX(0);transition:transform .25s cubic-bezier(.37,.08,.02,.93),background-color .2s ease-out,color .2s ease-out;will-change:transform}.qodef-block-swiper.qodef-navigation--hover-move~.qodef-swiper-together-nav .swiper-button-prev i,.qodef-block-swiper.qodef-navigation--hover-move~.qodef-swiper-together-nav .swiper-button-prev svg,.qodef-block-swiper.qodef-navigation--hover-move~.qodef-swiper-together-nav .swiper-button-prev~.swiper-button-next i,.qodef-block-swiper.qodef-navigation--hover-move~.qodef-swiper-together-nav .swiper-button-prev~.swiper-button-next svg{transform:translateX(0);transition:transform .12s ease-out,background-color .2s ease-out,color .2s ease-out;will-change:transform}.qodef-block-swiper.qodef-navigation--hover-move~.qodef-swiper-together-nav .swiper-button-next:hover i,.qodef-block-swiper.qodef-navigation--hover-move~.qodef-swiper-together-nav .swiper-button-next:hover svg,.qodef-block-swiper.qodef-navigation--hover-move~.qodef-swiper-together-nav .swiper-button-prev:hover i,.qodef-block-swiper.qodef-navigation--hover-move~.qodef-swiper-together-nav .swiper-button-prev:hover svg{transition:transform .22s cubic-bezier(.37,.08,.02,.93) .05s,background-color .2s ease-out,color .2s ease-out}.qodef-block-swiper.qodef-navigation--hover-move .swiper-button-prev:hover i,.qodef-block-swiper.qodef-navigation--hover-move .swiper-button-prev:hover svg,.qodef-block-swiper.qodef-navigation--hover-move~.qodef-swiper-together-nav .swiper-button-prev:hover i,.qodef-block-swiper.qodef-navigation--hover-move~.qodef-swiper-together-nav .swiper-button-prev:hover svg,.qodef-block-swiper.qodef-navigation--hover-move~.swiper-button-prev:hover i,.qodef-block-swiper.qodef-navigation--hover-move~.swiper-button-prev:hover svg{transform:translateX(-4px)}.qodef-block-swiper.qodef-navigation--hover-move .swiper-button-next:hover i,.qodef-block-swiper.qodef-navigation--hover-move .swiper-button-next:hover svg,.qodef-block-swiper.qodef-navigation--hover-move~.qodef-swiper-together-nav .swiper-button-next:hover i,.qodef-block-swiper.qodef-navigation--hover-move~.qodef-swiper-together-nav .swiper-button-next:hover svg,.qodef-block-swiper.qodef-navigation--hover-move~.swiper-button-prev~.swiper-button-next:hover i,.qodef-block-swiper.qodef-navigation--hover-move~.swiper-button-prev~.swiper-button-next:hover svg{transform:translateX(4px)}.qodef-block-swiper.swiper-container-horizontal.qodef-pagination--inside .swiper-pagination-custom,.qodef-block-swiper.swiper-container-horizontal.qodef-pagination--inside .swiper-pagination-fraction,.qodef-block-swiper.swiper-container-horizontal.qodef-pagination--inside>.swiper-pagination-bullets,.qodef-block-swiper.swiper-container-horizontal.qodef-pagination--outside .swiper-pagination-custom,.qodef-block-swiper.swiper-container-horizontal.qodef-pagination--outside .swiper-pagination-fraction,.qodef-block-swiper.swiper-container-horizontal.qodef-pagination--outside>.swiper-pagination-bullets,.qodef-block-swiper.swiper-horizontal.qodef-pagination--inside .swiper-pagination-custom,.qodef-block-swiper.swiper-horizontal.qodef-pagination--inside .swiper-pagination-fraction,.qodef-block-swiper.swiper-horizontal.qodef-pagination--inside>.swiper-pagination-bullets,.qodef-block-swiper.swiper-horizontal.qodef-pagination--outside .swiper-pagination-custom,.qodef-block-swiper.swiper-horizontal.qodef-pagination--outside .swiper-pagination-fraction,.qodef-block-swiper.swiper-horizontal.qodef-pagination--outside>.swiper-pagination-bullets{bottom:0}@media(max-width:1024px){.qodef-block-swiper.qodef-hide-navigation--1024 .swiper-button-next,.qodef-block-swiper.qodef-hide-navigation--1024 .swiper-button-prev,.qodef-block-swiper.qodef-hide-navigation--1024~.qodef-swiper-together-nav .swiper-button-next,.qodef-block-swiper.qodef-hide-navigation--1024~.qodef-swiper-together-nav .swiper-button-prev,.qodef-block-swiper.qodef-hide-navigation--1024~.swiper-button-prev,.qodef-block-swiper.qodef-hide-navigation--1024~.swiper-button-prev~.swiper-button-next{display:none}}@media(max-width:768px){.qodef-block-swiper.qodef-hide-navigation--768 .swiper-button-next,.qodef-block-swiper.qodef-hide-navigation--768 .swiper-button-prev,.qodef-block-swiper.qodef-hide-navigation--768~.qodef-swiper-together-nav .swiper-button-next,.qodef-block-swiper.qodef-hide-navigation--768~.qodef-swiper-together-nav .swiper-button-prev,.qodef-block-swiper.qodef-hide-navigation--768~.swiper-button-prev,.qodef-block-swiper.qodef-hide-navigation--768~.swiper-button-prev~.swiper-button-next{display:none}}@media(max-width:680px){.qodef-block-swiper.qodef-hide-navigation--680 .swiper-button-next,.qodef-block-swiper.qodef-hide-navigation--680 .swiper-button-prev,.qodef-block-swiper.qodef-hide-navigation--680~.qodef-swiper-together-nav .swiper-button-next,.qodef-block-swiper.qodef-hide-navigation--680~.qodef-swiper-together-nav .swiper-button-prev,.qodef-block-swiper.qodef-hide-navigation--680~.swiper-button-prev,.qodef-block-swiper.qodef-hide-navigation--680~.swiper-button-prev~.swiper-button-next{display:none}}.qodef-block-swiper.qodef-navigation-alignment--flex-start .qodef-swiper-together-nav,.qodef-block-swiper.qodef-navigation-alignment--flex-start~.qodef-swiper-together-nav{justify-content:flex-start;right:auto!important}.qodef-block-swiper.qodef-navigation-alignment--flex-end .qodef-swiper-together-nav,.qodef-block-swiper.qodef-navigation-alignment--flex-end~.qodef-swiper-together-nav{justify-content:flex-end;left:auto!important}.qodef-swiper-pagination-outside.swiper-pagination{position:relative}.qodef-swiper-pagination-outside.swiper-pagination .swiper-pagination-bullet{background:currentColor;border:1px solid #0000;color:#000;margin:0 6px;opacity:1;transform:matrix(1,0,0,1,0,0);transform-origin:center;transition:transform .2s ease-out,color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out}.qodef-swiper-pagination-outside.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,.qodef-swiper-pagination-outside.swiper-pagination .swiper-pagination-bullet:hover{transform:matrix(1.4,0,0,1.4,0,0) translateZ(0)}.qodef--pagination-numbers>.swiper-pagination-bullets,.qodef--pagination-numbers~.swiper-pagination-bullets{counter-reset:section;display:flex;justify-content:center}.qodef--pagination-numbers>.swiper-pagination-bullets .swiper-pagination-bullet,.qodef--pagination-numbers~.swiper-pagination-bullets .swiper-pagination-bullet{align-items:center;color:#0000;display:flex!important;height:38px;justify-content:center;transform:none;width:38px}.qodef--pagination-numbers>.swiper-pagination-bullets .swiper-pagination-bullet:before,.qodef--pagination-numbers~.swiper-pagination-bullets .swiper-pagination-bullet:before{color:#1e1e1e;content:"0" counter(section);counter-increment:section}.qodef--pagination-numbers>.swiper-pagination-bullets .swiper-pagination-bullet-active,.qodef--pagination-numbers>.swiper-pagination-bullets .swiper-pagination-bullet:hover,.qodef--pagination-numbers~.swiper-pagination-bullets .swiper-pagination-bullet-active,.qodef--pagination-numbers~.swiper-pagination-bullets .swiper-pagination-bullet:hover{color:#efefef}.swiper-container-vertical~.qodef-swiper-pagination-outside.swiper-pagination,.swiper-vertical~.qodef-swiper-pagination-outside.swiper-pagination{display:flex;flex-direction:column;left:100%;position:absolute;top:50%;transform:translateY(-50%)}.swiper-container-vertical.qodef--pagination-numbers>.swiper-pagination-bullets,.swiper-vertical.qodef--pagination-numbers>.swiper-pagination-bullets{flex-direction:column}.qodef-navigation-together--top+.qodef-swiper-together-nav{bottom:100%;margin-bottom:30px;margin-top:0!important}.fslightbox-container .fslightbox-nav .fslightbox-slide-number-container{max-width:unset}.fslightbox-container .fslightbox-nav .fslightbox-toolbar{background:0 0}.fslightbox-container .fslightbox-nav .fslightbox-toolbar-button{color:#fff}.fslightbox-container .fslightbox-nav .fslightbox-toolbar-button[title="Enter fullscreen"]{display:none}.fslightbox-container .fslightbox-nav .fslightbox-toolbar-button svg{fill:currentColor;width:17px;stroke:none}.fslightbox-container .fslightbox-slide-btn-container-next,.fslightbox-container .fslightbox-slide-btn-container-previous{padding:30px}.fslightbox-container .fslightbox-slide-btn-container-next .fslightbox-slide-btn,.fslightbox-container .fslightbox-slide-btn-container-previous .fslightbox-slide-btn{background:0 0;color:#fff;padding:0;width:30px}.fslightbox-container .fslightbox-slide-btn-container-next .fslightbox-slide-btn svg,.fslightbox-container .fslightbox-slide-btn-container-previous .fslightbox-slide-btn svg{fill:currentColor;stroke:currentColor;width:100%}body .qodef-widget-block-2179146c .qi-block-countdown .qodef-m-date{justify-content:space-between}body .qodef-widget-block-2179146c .qi-block-countdown .qodef-digit{font-size:50px}body .qodef-widget-block-21a69156 .qi-block-tag-cloud .qodef-e-item{text-decoration:underline;font-size:26px}body .qodef-widget-block-4557ef0c .qi-block-text-marquee .qodef-m-text.qodef-text--original{animation:qi-blocks-move-horizontal-normal-text-marquee 20s linear infinite}body .qodef-widget-block-4557ef0c .qi-block-text-marquee .qodef-m-text.qodef-text--copy{animation:qi-blocks-move-horizontal-normal-text-marquee-copy 20s linear infinite}body .qodef-widget-block-609ef433 .qodef-orientation--right .qodef-m-card:nth-last-child(3){transform:scale(calc(1 - 2*0.2));right:calc(-1*2*25%)}body .qodef-widget-block-609ef433 .qodef-orientation--right .qodef-m-card:nth-last-child(2){transform:scale(calc(1 - 1*0.2));right:calc(-1*1*25%)}body .qodef-widget-block-609ef433 .qodef-orientation--right .qodef-m-card:nth-last-child(1){transform:scale(calc(1 - 0*0.2));right:calc(-1*0*25%)}body .qodef-widget-block-3b69ad62 .qi-block-countdown .qodef-m-date{justify-content:space-between}body .qodef-widget-block-3b69ad62 .qi-block-countdown .qodef-digit{font-size:50px}body .qodef-widget-block-1dc17a53 .qi-block-text-marquee .qodef-m-text.qodef-text--original{animation:qi-blocks-move-horizontal-normal-text-marquee 20s linear infinite}body .qodef-widget-block-1dc17a53 .qi-block-text-marquee .qodef-m-text.qodef-text--copy{animation:qi-blocks-move-horizontal-normal-text-marquee-copy 20s linear infinite}body .qodef-widget-block-fbf7e55c .qi-block-table-of-contents .qodef-m-table-content ul{list-style-type:disc}body .qodef-widget-block-161c9851 .qodef-orientation--right .qodef-m-card:nth-last-child(3){transform:scale(calc(1 - 2*0.2));right:calc(-1*2*25%)}body .qodef-widget-block-161c9851 .qodef-orientation--right .qodef-m-card:nth-last-child(2){transform:scale(calc(1 - 1*0.2));right:calc(-1*1*25%)}body .qodef-widget-block-161c9851 .qodef-orientation--right .qodef-m-card:nth-last-child(1){transform:scale(calc(1 - 0*0.2));right:calc(-1*0*25%)}body .qodef-widget-block-1b257f82 .qodef-orientation--right .qodef-m-card:nth-last-child(3){transform:scale(calc(1 - 2*0.2));right:calc(-1*2*25%)}body .qodef-widget-block-1b257f82 .qodef-orientation--right .qodef-m-card:nth-last-child(2){transform:scale(calc(1 - 1*0.2));right:calc(-1*1*25%)}body .qodef-widget-block-1b257f82 .qodef-orientation--right .qodef-m-card:nth-last-child(1){transform:scale(calc(1 - 0*0.2));right:calc(-1*0*25%)}body .qodef-widget-block-d1afd914 .qi-block-countdown .qodef-m-date{justify-content:space-between}body .qodef-widget-block-d1afd914 .qi-block-countdown .qodef-digit{font-size:50px}body .qodef-widget-block-ff422a53 .qi-block-timeline.qodef-reverse-padding .qodef-reverse .qodef-e-title{padding-top:0;padding-right:0;padding-bottom:0;padding-left:0}@media (max-width:1024px){body .qodef-widget-block-ff422a53 .qi-block-timeline.qodef-reverse-padding .qodef-reverse .qodef-e-title{padding-top:0;padding-right:0;padding-bottom:0;padding-left:0}}@media (max-width:680px){body .qodef-widget-block-ff422a53 .qi-block-timeline.qodef-reverse-padding .qodef-reverse .qodef-e-title{padding-top:0;padding-right:0;padding-bottom:0;padding-left:0}}body .qodef-widget-block-ff422a53 .qi-block-timeline.qodef-reverse-padding .qodef-reverse .qodef-e-text{padding-top:0;padding-right:0;padding-bottom:0;padding-left:0}@media (max-width:1024px){body .qodef-widget-block-ff422a53 .qi-block-timeline.qodef-reverse-padding .qodef-reverse .qodef-e-text{padding-top:0;padding-right:0;padding-bottom:0;padding-left:0}}@media (max-width:680px){body .qodef-widget-block-ff422a53 .qi-block-timeline.qodef-reverse-padding .qodef-reverse .qodef-e-text{padding-top:0;padding-right:0;padding-bottom:0;padding-left:0}}body .qodef-widget-block-ff422a53 .qi-block-timeline .qodef-e-line,.qodef-widget-block-ff422a53 .qi-block-timeline.qodef-point--diamond .qodef-e-point-holder:before,.qodef-widget-block-ff422a53 .qi-block-timeline.qodef-point--diamond .qodef-e-point-holder:after{background-color:#ebebeb}body .qodef-widget-block-ff422a53 .qi-block-timeline .qodef-e-point{background-color:#111}body .qodef-widget-block-5ab43ad7 .qi-block-team-member.qodef-item-layout--info-from-bottom .qodef-m-content{align-items:center;justify-content:center;text-align:center}body .qodef-widget-block-5ab43ad7 .qi-block-team-member.qodef-item-layout--info-on-hover .qodef-m-content{align-items:center;justify-content:center;text-align:center}body .qodef-widget-block-5ab43ad7 .qi-block-team-member.qodef-item-layout--info-on-hover-inset .qodef-m-content{align-items:center;justify-content:center;text-align:center}body .qodef-widget-block-227adcf0 .qi-block-tag-cloud .qodef-e-item{text-decoration:underline;font-size:26px}body .qodef-widget-block-d1cc1d8c .qi-block-text-marquee .qodef-m-text.qodef-text--original{animation:qi-blocks-move-horizontal-normal-text-marquee 20s linear infinite}body .qodef-widget-block-d1cc1d8c .qi-block-text-marquee .qodef-m-text.qodef-text--copy{animation:qi-blocks-move-horizontal-normal-text-marquee-copy 20s linear infinite}body .qodef-widget-block-68288dad .qi-block-tag-cloud .qodef-e-item{text-decoration:underline;font-size:26px}body .qodef-widget-block-807a5c97 .qi-block-countdown .qodef-m-date{justify-content:space-between}body .qodef-widget-block-807a5c97 .qi-block-countdown .qodef-digit{font-size:50px}body .qodef-widget-block-78471b9a .qi-block-process .qodef-e-content{text-align:center}body .qodef-widget-block-78471b9a .qi-block-process .qodef-e-line-inner{border-bottom-style:solid}body .qodef-widget-block-2b0edfa6 .qi-block-table-of-contents .qodef-m-table-content ul{list-style-type:disc}body .qodef-widget-block-91e51ca6 .qi-block-table-of-contents .qodef-m-table-content ul{list-style-type:disc}body .qodef-widget-block-cb9334fc .qi-block-tag-cloud .qodef-e-item{text-decoration:underline;font-size:26px}body .qodef-widget-block-5843a939 .qi-block-table-of-contents .qodef-m-table-content ul{list-style-type:disc}body .qodef-widget-block-7ae99500 .qi-block-tag-cloud .qodef-e-item{text-decoration:underline;font-size:26px}body .qodef-widget-block-0662635e .qi-block-text-marquee .qodef-m-text.qodef-text--original{animation:qi-blocks-move-horizontal-normal-text-marquee 20s linear infinite}body .qodef-widget-block-0662635e .qi-block-text-marquee .qodef-m-text.qodef-text--copy{animation:qi-blocks-move-horizontal-normal-text-marquee-copy 20s linear infinite}body .qodef-widget-block-c5e217f9 .qi-block-tag-cloud .qodef-e-item{text-decoration:underline;font-size:26px}body .qodef-widget-block-07cf1648 .qi-block-countdown .qodef-m-date{justify-content:space-between}body .qodef-widget-block-07cf1648 .qi-block-countdown .qodef-digit{font-size:50px}body .qodef-widget-block-2bd9e6bd .qodef-orientation--right .qodef-m-card:nth-last-child(3){transform:scale(calc(1 - 2*0.2));right:calc(-1*2*25%)}body .qodef-widget-block-2bd9e6bd .qodef-orientation--right .qodef-m-card:nth-last-child(2){transform:scale(calc(1 - 1*0.2));right:calc(-1*1*25%)}body .qodef-widget-block-2bd9e6bd .qodef-orientation--right .qodef-m-card:nth-last-child(1){transform:scale(calc(1 - 0*0.2));right:calc(-1*0*25%)}body .qodef-widget-block-182cfbcb .qodef-gutenberg-section{--qi-blocks-columns-gap:30px}body .qodef-widget-block-f6154578 .qodef-orientation--right .qodef-m-card:nth-last-child(3){transform:scale(calc(1 - 2*0.2));right:calc(-1*2*25%)}body .qodef-widget-block-f6154578 .qodef-orientation--right .qodef-m-card:nth-last-child(2){transform:scale(calc(1 - 1*0.2));right:calc(-1*1*25%)}body .qodef-widget-block-f6154578 .qodef-orientation--right .qodef-m-card:nth-last-child(1){transform:scale(calc(1 - 0*0.2));right:calc(-1*0*25%)}body .qodef-widget-block-e97a219e .qi-block-team-member.qodef-item-layout--info-from-bottom .qodef-m-content{align-items:center;justify-content:center;text-align:center}body .qodef-widget-block-e97a219e .qi-block-team-member.qodef-item-layout--info-on-hover .qodef-m-content{align-items:center;justify-content:center;text-align:center}body .qodef-widget-block-e97a219e .qi-block-team-member.qodef-item-layout--info-on-hover-inset .qodef-m-content{align-items:center;justify-content:center;text-align:center}body .qodef-widget-block-1820ec5b .qi-block-info-box{justify-content:flex-start}body .qodef-widget-block-fdc1cde9 .qodef-gutenberg-section{--qi-blocks-columns-gap:30px}body .qodef-widget-block-5bbdfcfd .qodef-orientation--right .qodef-m-card:nth-last-child(3){transform:scale(calc(1 - 2*0.2));right:calc(-1*2*25%)}body .qodef-widget-block-5bbdfcfd .qodef-orientation--right .qodef-m-card:nth-last-child(2){transform:scale(calc(1 - 1*0.2));right:calc(-1*1*25%)}body .qodef-widget-block-5bbdfcfd .qodef-orientation--right .qodef-m-card:nth-last-child(1){transform:scale(calc(1 - 0*0.2));right:calc(-1*0*25%)}body .qodef-widget-block-be6ac6e6 .qodef-orientation--right .qodef-m-card:nth-last-child(3){transform:scale(calc(1 - 2*0.2));right:calc(-1*2*25%)}body .qodef-widget-block-be6ac6e6 .qodef-orientation--right .qodef-m-card:nth-last-child(2){transform:scale(calc(1 - 1*0.2));right:calc(-1*1*25%)}body .qodef-widget-block-be6ac6e6 .qodef-orientation--right .qodef-m-card:nth-last-child(1){transform:scale(calc(1 - 0*0.2));right:calc(-1*0*25%)}body .qodef-widget-block-25c8ab28 .qodef-gutenberg-section{--qi-blocks-columns-gap:30px}body .qodef-widget-block-28771d8e .qodef-gutenberg-section{--qi-blocks-columns-gap:30px}body .qodef-widget-block-1e2e6bfb .qodef-orientation--right .qodef-m-card:nth-last-child(3){transform:scale(calc(1 - 2*0.2));right:calc(-1*2*25%)}body .qodef-widget-block-1e2e6bfb .qodef-orientation--right .qodef-m-card:nth-last-child(2){transform:scale(calc(1 - 1*0.2));right:calc(-1*1*25%)}body .qodef-widget-block-1e2e6bfb .qodef-orientation--right .qodef-m-card:nth-last-child(1){transform:scale(calc(1 - 0*0.2));right:calc(-1*0*25%)}body .qodef-widget-block-4d7d1e94 .qi-block-timeline.qodef-reverse-padding .qodef-reverse .qodef-e-title{padding-top:0;padding-right:0;padding-bottom:0;padding-left:0}@media (max-width:1024px){body .qodef-widget-block-4d7d1e94 .qi-block-timeline.qodef-reverse-padding .qodef-reverse .qodef-e-title{padding-top:0;padding-right:0;padding-bottom:0;padding-left:0}}@media (max-width:680px){body .qodef-widget-block-4d7d1e94 .qi-block-timeline.qodef-reverse-padding .qodef-reverse .qodef-e-title{padding-top:0;padding-right:0;padding-bottom:0;padding-left:0}}body .qodef-widget-block-4d7d1e94 .qi-block-timeline.qodef-reverse-padding .qodef-reverse .qodef-e-text{padding-top:0;padding-right:0;padding-bottom:0;padding-left:0}@media (max-width:1024px){body .qodef-widget-block-4d7d1e94 .qi-block-timeline.qodef-reverse-padding .qodef-reverse .qodef-e-text{padding-top:0;padding-right:0;padding-bottom:0;padding-left:0}}@media (max-width:680px){body .qodef-widget-block-4d7d1e94 .qi-block-timeline.qodef-reverse-padding .qodef-reverse .qodef-e-text{padding-top:0;padding-right:0;padding-bottom:0;padding-left:0}}body .qodef-widget-block-4d7d1e94 .qi-block-timeline .qodef-e-line,.qodef-widget-block-4d7d1e94 .qi-block-timeline.qodef-point--diamond .qodef-e-point-holder:before,.qodef-widget-block-4d7d1e94 .qi-block-timeline.qodef-point--diamond .qodef-e-point-holder:after{background-color:#ebebeb}body .qodef-widget-block-4d7d1e94 .qi-block-timeline .qodef-e-point{background-color:#111}body .qodef-widget-block-d2923a82 .qi-block-team-member.qodef-item-layout--info-from-bottom .qodef-m-content{align-items:center;justify-content:center;text-align:center}body .qodef-widget-block-d2923a82 .qi-block-team-member.qodef-item-layout--info-on-hover .qodef-m-content{align-items:center;justify-content:center;text-align:center}body .qodef-widget-block-d2923a82 .qi-block-team-member.qodef-item-layout--info-on-hover-inset .qodef-m-content{align-items:center;justify-content:center;text-align:center}body .qodef-widget-block-d8e73b47 .qi-block-tag-cloud .qodef-e-item{text-decoration:underline;font-size:26px}body .qodef-widget-block-45d80c67 .qi-block-text-marquee .qodef-m-text.qodef-text--original{animation:qi-blocks-move-horizontal-normal-text-marquee 20s linear infinite}body .qodef-widget-block-45d80c67 .qi-block-text-marquee .qodef-m-text.qodef-text--copy{animation:qi-blocks-move-horizontal-normal-text-marquee-copy 20s linear infinite}body .qodef-widget-block-dd8ccdbe .qi-block-text-marquee .qodef-m-text.qodef-text--original{animation:qi-blocks-move-horizontal-normal-text-marquee 20s linear infinite}body .qodef-widget-block-dd8ccdbe .qi-block-text-marquee .qodef-m-text.qodef-text--copy{animation:qi-blocks-move-horizontal-normal-text-marquee-copy 20s linear infinite}body .qodef-widget-block-ad7ca9f6 .qi-block-icon-with-text .qi-block-divider:not(.qodef-separator--border-image) .qodef-m-line{border-style:solid}body .qodef-widget-block-ad7ca9f6 .qi-block-icon-with-text .qodef-separator--border-image .qodef-m-line{background-size:auto;background-position:left;background-repeat:round}/*!
              - C S S -
        VERSION 1.0.0 - DATE: 2023-01-06
	@author: Krisztian Horvath ThemePunch OHG.
        - Slider Revolution 7.0 -

        GET LICENSE AT:
https://www.themepunch.com/links/slider_revolution_wordpress_regular_license

LICENSE:
Copyright (c) 2023, ThemePunch. All rights reserved.
This work is subject to the terms at https://www.themepunch.com/links/slider_revolution_wordpress_regular_license (Regular / Extended)
*/
.rs-p-wp-fix{display:none!important;margin:0!important;height:0!important}body{--sr-7-css-loaded:1}.wp-block-themepunch-revslider{position:relative}.wp-block-themepunch-revslider.revslider{margin:0}canvas.sr7-pbar{z-index:500;position:absolute;pointer-events:none}sr7-module{display:block;position:relative;overflow-x:visible}sr7-adjuster{position:relative;display:block;width:100%}sr7-content{position:absolute;top:0;height:100%;contain:size layout style;z-index:1;overflow-x:visible}sr7-carousel{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;z-index:1}sr7-slide{position:absolute;width:100%;height:100%;contain:strict;top:0;left:0;z-index:1;visibility:hidden;pointer-events:none}.sr7-overflow-force sr7-slide,sr7-carousel sr7-slide{contain:layout style}sr7-module-bg{top:0;z-index:0;position:absolute}sr7-3dwrap{pointer-events:none;position:absolute;top:0;left:0;width:100%;height:100%;z-index:2}sr7-overlay{display:block;width:100%;height:100%;top:0;left:0;position:absolute;z-index:3;background-repeat:repeat}sr7-btn,sr7-col,sr7-content .sr7-layer,sr7-grp,sr7-img,sr7-layer,sr7-linebrk,sr7-row,sr7-shp,sr7-svg,sr7-txt,sr7-zone{user-select:none;visibility:hidden;display:none;box-sizing:border-box;backface-visibility:hidden}sr7-content .sr7-layer.sr7-withclip,sr7-content .sr7-layer.sr7-withclip .sr7-layer{backface-visibility:visible}sr7-grp.sr7-clear:after{content:"";clear:both;display:block;height:0}sr7-zone{pointer-events:none}sr7-row.sr7-layer.sr7-galign{box-sizing:border-box}.sr7-layer[data-type=svg]>svg,sr7-layer[data-type=svg]>svg{width:100%;height:100%}sr7-row-con{table-layout:fixed;font-size:0;display:block}sr7-module .sr7-layer,sr7-module sr7-layer{-webkit-font-smoothing:antialiased!important;-webkit-tap-highlight-color:transparent;-moz-osx-font-smoothing:grayscale;font-display:swap}sr7-slide.sr7-staticslide-low{z-index:0!important}sr7-slide.sr7-staticslide-high{z-index:105!important}sr7-slide a{transition:none}sr7-module.sr7-top-fixed{width:100%;height:auto!important;backface-visibility:hidden}sr7-module.sr7-top-fixed sr7-adjuster{height:auto!important}sr7-module.sr7-top-fixed sr7-content,sr7-module.sr7-top-fixed sr7-content .sr7-layer:not(.sr7-ignore-pe) *{pointer-events:none}sr7-prl{top:50%;left:50%;z-index:10000;position:absolute}sr7-prl.off{display:none!important}sr7-prl.sr7-fade-in{animation:tp-fade-in 1s linear}.sr-force-hidden{display:none!important}@keyframes tp-rotateplane{0%{transform:perspective(120px) rotateX(0) rotateY(0)}50%{transform:perspective(120px) rotateX(-180.1deg) rotateY(0)}100%{transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg)}}@keyframes tp-fade-in{0%{opacity:0}20%{opacity:0}100%{opacity:100}}@keyframes tp-rotate{100%{transform:rotate(360deg)}}sr7-fonttest{width:auto;display:inline-block;white-space:nowrap;font-size:12px;color:#000}sr7-fonttest-wrap{position:absolute;contain:strict;top:-1500px;left:-1500px;width:1500px;height:1000px;pointer-events:none;opacity:0}.fn-wrap{display:flex;position:fixed;width:100px;height:50px;z-index:100;background-color:rgba(66,66,66,.2);justify-content:space-around;align-items:center;bottom:0;left:50%;transform:translateX(-50%)}.fn-left,.fn-right{display:flex;width:40px;height:40px;justify-content:center;align-items:center;background-color:gray;color:#fff;font-weight:700;font-size:20px;cursor:pointer}.woocommerce form .form-row .required{visibility:visible}.woocommerce form .form-row .required{visibility:visible}.wpml-ls-legacy-list-horizontal{border:1px solid transparent;padding:7px;clear:both}.wpml-ls-legacy-list-horizontal>ul{padding:0;margin:0 !important;list-style-type:none}.wpml-ls-legacy-list-horizontal .wpml-ls-item{padding:0;margin:0;list-style-type:none;display:inline-block}.wpml-ls-legacy-list-horizontal a{display:block;text-decoration:none;padding:5px 10px 6px;line-height:1}.wpml-ls-legacy-list-horizontal a span{vertical-align:middle}.wpml-ls-legacy-list-horizontal a span.wpml-ls-bracket{vertical-align:unset}.wpml-ls-legacy-list-horizontal .wpml-ls-flag{display:inline;vertical-align:middle}.wpml-ls-legacy-list-horizontal .wpml-ls-flag+span{margin-left:.4em}.rtl .wpml-ls-legacy-list-horizontal .wpml-ls-flag+span{margin-left:0;margin-right:.4em}.wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer{margin-bottom:30px}.wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer>ul{text-align:center}.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;margin:0 0 -4px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left;padding:0}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin:0;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:var(--wc-form-color-background,#fff);color:var(--wc-form-color-text,#000);border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected],.select2-results__option[data-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff}.select2-hidden-accessible{border:0!important;clip:rect(0 0 0 0)!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:700}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent;border-style:solid;border-width:5px 4px 0;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888;border-width:0 4px 5px}.select2-container--default .select2-selection--multiple{background-color:#fff;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none;margin:5px 5px 0 0}.select2-container--default .select2-selection--multiple .select2-selection__rendered li:before{content:"";display:none}.select2-container--default .select2-selection--multiple .select2-selection__placeholder{color:#999;margin-top:5px;float:left}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:700;margin-top:5px;margin-right:10px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:700;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline,.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder{float:right}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid #000 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,.select2-container--default.select2-container--open.select2-container--above .select2-selection--single{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,.select2-container--default.select2-container--open.select2-container--below .select2-selection--single{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:0 0;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true],.select2-container--default .select2-results__option[data-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected],.select2-container--default .select2-results__option--highlighted[data-selected]{background-color:#0073aa;color:#fff}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:linear-gradient(to bottom,#fff 50%,#eee 100%);background-repeat:repeat-x}.select2-container--classic .select2-selection--single:focus{border:1px solid #0073aa}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:700;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:linear-gradient(to bottom,#eee 50%,#ccc 100%);background-repeat:repeat-x}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent;border-style:solid;border-width:5px 4px 0;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #0073aa}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:0 0;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888;border-width:0 4px 5px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:linear-gradient(to bottom,#fff 0,#eee 50%);background-repeat:repeat-x}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:linear-gradient(to bottom,#eee 50%,#fff 100%);background-repeat:repeat-x}.select2-container--classic .select2-selection--multiple{background-color:#fff;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #0073aa}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:700;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice{float:right}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #0073aa}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected],.select2-container--classic .select2-results__option--highlighted[data-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#0073aa}#b2bking_request_custom_quote_textarea_abovetext,.b2bking_before_quote_request_form,span.b2bking_request_custom_quote_text_label{margin-top:15px;text-align:left;display:none}:root{--b2bking-font-family-a:'Roboto',sans-serif;--b2bking-font-family-b:"Roboto Medium",'Roboto';--b2bking-font-family-c:"DM Sans",sans-serif}#b2bking_request_custom_quote_button{margin-bottom:5px;position:initial;visibility:visible;height:auto}.b2bking_custom_quote_field,.b2bking_custom_quote_field_container,.b2bking_hidden,.b2bking_tiered_price_table_horizontal thead,.woocommerce-order-received .b2bking-cart-item-child .product-total,div#b2bking_before_quote_request_button,table#b2bking_purchase_lists_table tfoot{display:none}#b2bking_request_custom_quote_textarea{width:100%;min-height:150px;resize:vertical;margin-bottom:5px;display:none}.b2bking_button_quote_productpage:not(.b2bking_send_custom_quote_button){margin-left:5px}.b2bking_button_quote_productpage{max-width:fit-content;margin-bottom:0!important}#b2bking_purchase_lists_table_length label,div#b2bking_purchase_lists_table_filter label{display:flex!important;align-items:center!important}#b2bking_request_custom_quote_email,#b2bking_request_custom_quote_name{width:50%;margin-bottom:5px;display:none}.b2bking_custom_quote_field{width:50%!important;margin-bottom:5px!important}.b2bking_custom_quote_field_container label{display:flex!important;width:110px;align-items:flex-end;justify-content:start}.b2bking_custom_quote_field_container .b2bking_supported_types,.b2bking_theme_list_buttons{display:flex}#b2bking_agent_switched_bar{position:fixed;top:0;left:0;right:0;z-index:99999;padding:10px;background-color:#131314;color:#fff;display:flex;justify-content:space-between;align-items:center;border-bottom:2px solid #717171;box-shadow:0 1px 3px 0 rgb(54 74 99/5%)}.b2bking_bar_element{font-size:15px;margin-left:5px}#b2bking_return_agent{display:flex;font-family:var(--b2bking-font-family-c);font-weight:700;text-align:center;vertical-align:middle;user-select:none;border:1px solid transparent;padding:.4375rem 1.125rem;font-size:.8125rem;line-height:1.25rem;border-radius:4px;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;color:#fff;background-color:#854fff}#b2bking_return_agent:hover{color:#fff;background-color:#6a29ff}#b2bking_return_agent:focus{outline:0!important;border:1px solid transparent}.b2bking_theme_list_buttons button{margin-right:10px!important;margin-left:0!important}.b2bking-application-pending{font-style:italic}.price .b2bking_both_prices_price,.price .b2bking_both_prices_text{display:inline}.b2bking_custom_quote_field_container{width:100%!important}.b2bking_image_preview{background-position:center}.b2bking-drop-area{display:flex;border:1px dashed #487bfe;border-radius:4px;flex-direction:column;width:100%;text-align:center;align-items:center;padding:14px 45px;font-size:15px;color:#414141;cursor:pointer;background:#f4f8ff}.b2bking-drop-area.highlight{border-color:#00f}#b2bkingfilelist{list-style:none;margin:0;padding:0}#b2bkingfilelist li{margin:10px 0;padding:7px 10px!important;background:#fff;border:1px dashed gray;display:flex;justify-content:space-between;align-items:center;font-weight:600;font-size:13px;border-radius:4px}#b2bkingfilelist li button{margin-left:20px;background:#929292;color:#fff;border-radius:2px;font-size:10px}#b2bkingfilelist li button:hover{background:#878787}.b2bking-cart-item-child .product-remove a,.b2bking-cart-item-child .remove_from_cart_button,.b2bking-cart-item-child a.remove,.b2bking_hidden_img,.b2bking_loader_hidden,.b2bking_registration_roles_dropdown_section_hidden,.b2bking_tiered_range_replaced_hidden,.b2bking_vat_countries_hidden,.b2bking_vat_hidden{display:none!important}.b2bking_invisible_img{visibility:hidden!important}img.b2bking_cream_add_selected_loader_icon{width:39px;position:absolute;left:12px;top:1px}.b2bking_loading_products_wrapper{display:flex;justify-content:center;align-items:center;flex-direction:column}.b2bking_loading_products_text{color:#393939;margin-top:34px;margin-bottom:14px;font-family:var(--b2bking-font-family-c);-webkit-font-smoothing:antialiased;font-size:16.7px}.b2bking_image_preview{display:none;position:absolute;z-index:999999;width:var(--b2bking-preview-width,300px);height:var(--b2bking-preview-height,300px);border:2px solid #ddd;background-repeat:no-repeat;background-size:cover;backdrop-filter:none;-webkit-backdrop-filter:none;isolation:isolate}.b2bking_tiered_total_price,.b2bking_tiered_total_price_text,select#b2bking_registration_roles_dropdown{display:inline-block}.b2bking_tiered_total_price_container{margin-top:25px;font-size:20px}.b2bking_tiered_price_table_horizontal{display:flex;align-items:center;justify-content:center}.b2bking_tiered_price_table_horizontal tr{display:flex!important;flex-direction:column}.b2bking_tiered_price_table_horizontal tbody{display:flex;width:100%}.b2bking_tiered_clickable tbody tr{cursor:pointer!important}.b2bking_myaccount_coffers_pagination_container{display:flex;justify-content:space-between}.b2bking_checkbox_child{padding-left:18px;border-left:30px solid #777}.b2bking-cart-item-child .product-price .amount,.b2bking-cart-item-child .product-subtotal .amount,.woocommerce-checkout .b2bking-cart-item-child{opacity:.3}button#b2bking_conversation_make_offer_vendor{min-width:100px;background:#0a6099}.b2bking_list_button_delete_theme{width:140px!important}.b2bking_loader_img{margin:auto;display:block}.b2bking_loader_icon_button{width:37px;position:relative;left:-7px}.b2bking_loader_icon_button_quote{width:22px;display:inline-block;float:right;margin-left:20px}.b2bking_custom_registration_field,select#b2bking_registration_roles_dropdown{width:100%}.b2bking_checkbox_registration_field{width:auto}.b2bking_custom_registration_field_textarea{resize:vertical;min-height:55px}.b2bking_country_or_state{margin-bottom:0!important}.b2bking_vat_visible{display:block}button#b2bking_checkout_registration_validate_vat_button{margin-top:8px}div[activepaymentmethod=b2bking-credit-gateway] p{margin-bottom:1px!important}div[activepaymentmethod=b2bking-credit-gateway] p:first-child{margin-top:20px!important}div#b2bking_purchase_lists_table_wrapper{font-size:14px;background:#fff;border-radius:5px}table#b2bking_purchase_lists_table{padding-top:19px;padding-bottom:13px;width:100%}.b2bking_purchase_lists_top_title{font-family:var(--b2bking-font-family-a);font-size:30px;color:#373737;font-weight:400}#b2bking_purchase_lists_table_filter input{margin-bottom:0;border-radius:4px;box-shadow:none;height:33px;background:#fff;border:1px solid #eee}button.b2bking_purchase_lists_add_to_cart,button.b2bking_purchase_lists_view_list{border-radius:3px;vertical-align:middle;padding:4px 8px;margin-right:5px;margin-top:1px;line-height:normal;height:31px;font-size:13px;text-transform:none;min-height:0;display:inline-flex;color:#fff}div#b2bking_purchase_lists_table_length{margin-top:6px}button.b2bking_purchase_lists_view_list{align-items:center;justify-content:center;background:#6abeff;border:none;font-family:var(--b2bking-font-family-a)}button.b2bking_purchase_lists_view_list:hover{background:#3a98e1;color:#fff;cursor:pointer}button.b2bking_purchase_lists_add_to_cart{align-items:center;justify-content:center;background:#606060;border:none;font-weight:600;font-family:var(--b2bking-font-family-b);min-width:60px}button.b2bking_purchase_lists_add_to_cart:hover{background:#444;color:#fff;cursor:pointer}#b2bking_purchase_lists_table a.b2bking_purchase_list_button_href,#b2bking_purchase_lists_table a.b2bking_purchase_list_button_href:visited{text-decoration:none}#b2bking_purchase_lists_table td,#b2bking_purchase_lists_table th{text-align:center}#b2bking_purchase_lists_table td{padding:12px 14px}.b2bking_purchase_list_top_container{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.woocommerce .woocommerce-MyAccount-content .b2bking_purchase_list_top_container a.b2bking_purchase_list_new_link{text-decoration:none!important}button#b2bking_purchase_list_new_button{background:#3ab1e4;line-height:15px;min-width:135px;text-align:end;height:35px;color:#fff;box-shadow:2px 2px 2px rgba(0,0,0,.12);border-radius:3px;position:relative;outline:0;border:none;font-family:var(--b2bking-font-family-a);font-weight:500;font-size:15.5px;padding:5px 16px;text-transform:none;min-height:0;display:inline-flex;align-items:center;justify-content:space-between}button#b2bking_purchase_list_new_button:hover{background-color:#0088c2;color:#fff;cursor:pointer}svg.b2bking_purchase_list_new_button_icon{width:19px;margin-right:10px}.b2bking_purchase_list_new_link{height:fit-content}table#b2bking_purchase_lists_table thead tr th{color:#fff;border-bottom:none}table#b2bking_purchase_lists_table thead tr th:first-child{border-radius:5px 0 0}table#b2bking_purchase_lists_table thead tr th:nth-child(4){border-radius:0 5px 0 0}table#b2bking_purchase_lists_table:not(.has-background) tbody td{background:#fff}table#b2bking_purchase_lists_table td{border-bottom:1px solid #eee}#b2bking_purchase_lists_table_length select{border-radius:4px;background:#fff;border:1px solid #eee;margin:0 5px}#b2bking_purchase_lists_table_paginate .paginate_button.current{background:#fcfcfc;border:1px solid #ddd;border-radius:5px}#b2bking_purchase_lists_table_paginate .paginate_button:hover{background:#f1f1f1!important;border:1px solid #eee;border-radius:5px;color:#333!important;cursor:pointer}img.b2bking_list_download{width:14px;margin-right:6px;filter:invert(1)}button.b2bking_purchase_lists_view_list{font-weight:300!important}@font-face{font-family:Roboto;font-style:normal;font-weight:400;font-display:swap;src:local('Roboto'),local('Roboto-Regular'),url(/wp-content/plugins/b2bking/includes/assets/fonts/Roboto/KFOmCnqEu92Fr1Mu72xKOzY.woff2) format('woff2');unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Roboto;font-style:normal;font-weight:400;font-display:swap;src:local('Roboto'),local('Roboto-Regular'),url(/wp-content/plugins/b2bking/includes/assets/fonts/Roboto/KFOmCnqEu92Fr1Mu5mxKOzY.woff2) format('woff2');unicode-range:U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Roboto;font-style:normal;font-weight:400;font-display:swap;src:local('Roboto'),local('Roboto-Regular'),url(/wp-content/plugins/b2bking/includes/assets/fonts/Roboto/KFOmCnqEu92Fr1Mu7mxKOzY.woff2) format('woff2');unicode-range:U+1F00-1FFF}@font-face{font-family:Roboto;font-style:normal;font-weight:400;font-display:swap;src:local('Roboto'),local('Roboto-Regular'),url(/wp-content/plugins/b2bking/includes/assets/fonts/Roboto/KFOmCnqEu92Fr1Mu4WxKOzY.woff2) format('woff2');unicode-range:U+0370-03FF}@font-face{font-family:Roboto;font-style:normal;font-weight:400;font-display:swap;src:local('Roboto'),local('Roboto-Regular'),url(/wp-content/plugins/b2bking/includes/assets/fonts/Roboto/KFOmCnqEu92Fr1Mu7WxKOzY.woff2) format('woff2');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+1EA0-1EF9,U+20AB}@font-face{font-family:Roboto;font-style:normal;font-weight:400;font-display:swap;src:local('Roboto'),local('Roboto-Regular'),url(/wp-content/plugins/b2bking/includes/assets/fonts/Roboto/KFOmCnqEu92Fr1Mu7GxKOzY.woff2) format('woff2');unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Roboto;font-style:normal;font-weight:400;font-display:swap;src:local('Roboto'),local('Roboto-Regular'),url(/wp-content/plugins/b2bking/includes/assets/fonts/Roboto/KFOmCnqEu92Fr1Mu4mxK.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}.b2bking_tiered_active_price,.b2bking_tiered_range_replaced{visibility:visible!important;display:inline-block}.b2bking_shop_table{margin-top:50px}.b2bking_shop_table td,.b2bking_shop_table th{display:table-cell!important}.b2bking_shop_table tr{display:table-row!important}.b2bking_has_color,table.b2bking_tiered_price_table tbody td.b2bking_has_color{background:#1e73be;color:#fff!important}.b2bking_business_icon,.b2bking_lock_icon,.b2bking_login_icon,.b2bking_wholesale_icon{position:relative;top:2px;right:1px}div#b2bking_company_credit_history_table_wrapper{overflow:scroll}@media screen and (max-width:665px){#b2bking_purchase_lists_table td:nth-child(2),#b2bking_purchase_lists_table th:nth-child(2),.b2bking_myaccount_individual_conversation_content_item:nth-child(2),.b2bking_myaccount_individual_conversation_top_item:nth-child(2){display:none}.b2bking_myaccount_individual_conversation_content_item{font-size:13px}.b2bking_conversation_message_time{font-size:10px!important}#b2bking_myaccount_bulkorder_container,#b2bking_myaccount_offers_container{margin:0}#b2bking_myaccount_bulkorder_container,.b2bking_myaccount_individual_offer_container{min-width:unset}.b2bking_myaccount_individual_offer_bottom_line{margin:0 10px;flex-direction:column-reverse}.b2bking_myaccount_individual_offer_bottom_line_add{margin-top:7px}#b2bking_myaccount_conversations_container_top,.b2bking_bulkorder_form_container,.b2bking_bulkorder_form_container_bottom,.b2bking_bulkorder_form_container_bottom_add,.b2bking_subaccounts_container_top,.b2bking_subaccounts_new_account_container_content_bottom,div#b2bking_redeem_button_container,div#b2bking_reimburse_button_container{display:block}#b2bking_redeem_amount_button,#b2bking_reimburse_amount_button{border-radius:4px!important;margin-top:2px!important}input#b2bking_redeem_amount_input,input#b2bking_reimburse_amount_input{width:100%;border-right:2px!important;border:1px solid #e5e5e5!important;border-radius:4px}}@media screen and (max-width:500px){#b2bking_purchase_lists_table td:nth-child(3),#b2bking_purchase_lists_table th:nth-child(3){display:none}#b2bking_return_agent{font-size:.7rem}}.qodef-qi-grid>.qodef-grid-inner{position:relative;display:grid;gap:30px}.qodef-qi-grid>.qodef-grid-inner>.qodef-grid-item.qodef-order--1{order:1}.qodef-qi-grid>.qodef-grid-inner>.qodef-grid-item.qodef-order--2{order:2}.qodef-qi-grid>.qodef-grid-inner>.qodef-grid-item.qodef-order--3{order:3}.qodef-qi-grid>.qodef-grid-inner>.qodef-grid-item.qodef-order--4{order:4}.qodef-qi-grid>.qodef-grid-inner>.qodef-grid-item.qodef-order--5{order:5}.qodef-qi-grid>.qodef-grid-inner>.qodef-grid-item.qodef-order--6{order:6}.qodef-qi-grid>.qodef-grid-inner>.qodef-grid-item.qodef-order--7{order:7}.qodef-qi-grid>.qodef-grid-inner>.qodef-grid-item.qodef-order--8{order:8}.qodef-qi-grid>.qodef-grid-inner>.qodef-grid-item.qodef-order--9{order:9}.qodef-qi-grid>.qodef-grid-inner>.qodef-grid-item.qodef-order--10{order:10}.qodef-qi-grid>.qodef-grid-inner>.qodef-grid-item.qodef-order--11{order:11}.qodef-qi-grid>.qodef-grid-inner.qodef-qi-clear:after,.qodef-qi-grid>.qodef-grid-inner.qodef-qi-clear:before{display:none!important}.qodef-qi-grid .qodef-grid-item{float:none}.qodef-qi-grid.qodef-layout--qi-template>.qodef-grid-inner{display:flex}.qodef-qi-grid.qodef-layout--qi-template>.qodef-grid-inner>.qodef-grid-item{width:100%}.qodef-qi-grid.qodef-layout--qi-template>.qodef-grid-inner>.qodef-grid-item.qodef-col--12{width:100%}.qodef-qi-grid.qodef-layout--qi-template>.qodef-grid-inner>.qodef-grid-item.qodef-col--11{width:91.66667%}.qodef-qi-grid.qodef-layout--qi-template>.qodef-grid-inner>.qodef-grid-item.qodef-col--10{width:83.33333%}.qodef-qi-grid.qodef-layout--qi-template>.qodef-grid-inner>.qodef-grid-item.qodef-col--9{width:75%}.qodef-qi-grid.qodef-layout--qi-template>.qodef-grid-inner>.qodef-grid-item.qodef-col--8{width:66.66667%}.qodef-qi-grid.qodef-layout--qi-template>.qodef-grid-inner>.qodef-grid-item.qodef-col--7{width:58.33333%}.qodef-qi-grid.qodef-layout--qi-template>.qodef-grid-inner>.qodef-grid-item.qodef-col--6{width:50%}.qodef-qi-grid.qodef-layout--qi-template>.qodef-grid-inner>.qodef-grid-item.qodef-col--5{width:41.66667%}.qodef-qi-grid.qodef-layout--qi-template>.qodef-grid-inner>.qodef-grid-item.qodef-col--4{width:33.33333%}.qodef-qi-grid.qodef-layout--qi-template>.qodef-grid-inner>.qodef-grid-item.qodef-col--3{width:25%}.qodef-qi-grid.qodef-layout--qi-template>.qodef-grid-inner>.qodef-grid-item.qodef-col--2{width:16.66667%}.qodef-qi-grid.qodef-layout--qi-template>.qodef-grid-inner>.qodef-grid-item.qodef-col--1{width:8.33333%}.qodef-qi-grid.qodef-layout--qi-template>.qodef-grid-inner>.qodef-grid-item.qodef-col--auto{width:auto}.qodef-qi-grid.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:minmax(0,1fr)}.qodef-qi-grid.qodef-layout--qi-columns.qodef-col-num--1>.qodef-grid-inner{grid-template-columns:repeat(1,minmax(0,1fr))}.qodef-qi-grid.qodef-layout--qi-columns.qodef-col-num--2>.qodef-grid-inner{grid-template-columns:repeat(2,minmax(0,1fr))}.qodef-qi-grid.qodef-layout--qi-columns.qodef-col-num--3>.qodef-grid-inner{grid-template-columns:repeat(3,minmax(0,1fr))}.qodef-qi-grid.qodef-layout--qi-columns.qodef-col-num--4>.qodef-grid-inner{grid-template-columns:repeat(4,minmax(0,1fr))}.qodef-qi-grid.qodef-layout--qi-columns.qodef-col-num--5>.qodef-grid-inner{grid-template-columns:repeat(5,minmax(0,1fr))}.qodef-qi-grid.qodef-layout--qi-columns.qodef-col-num--6>.qodef-grid-inner{grid-template-columns:repeat(6,minmax(0,1fr))}.qodef-qi-grid.qodef-layout--qi-columns.qodef-col-num--7>.qodef-grid-inner{grid-template-columns:repeat(7,minmax(0,1fr))}.qodef-qi-grid.qodef-layout--qi-columns.qodef-col-num--8>.qodef-grid-inner{grid-template-columns:repeat(8,minmax(0,1fr))}.qodef-qi-grid.qodef-layout--qi-columns.qodef-col-split--1-11>.qodef-grid-inner{grid-template-columns:minmax(0,1fr) minmax(0,11fr)}@media only screen and (max-width:1024px){.qodef-qi-grid.qodef-layout--qi-columns.qodef-col-split--1-11>.qodef-grid-inner{grid-template-columns:minmax(0,1fr)}}.qodef-qi-grid.qodef-layout--qi-columns.qodef-col-split--2-10>.qodef-grid-inner{grid-template-columns:minmax(0,2fr) minmax(0,10fr)}@media only screen and (max-width:1024px){.qodef-qi-grid.qodef-layout--qi-columns.qodef-col-split--2-10>.qodef-grid-inner{grid-template-columns:minmax(0,1fr)}}.qodef-qi-grid.qodef-layout--qi-columns.qodef-col-split--3-9>.qodef-grid-inner{grid-template-columns:minmax(0,3fr) minmax(0,9fr)}@media only screen and (max-width:1024px){.qodef-qi-grid.qodef-layout--qi-columns.qodef-col-split--3-9>.qodef-grid-inner{grid-template-columns:minmax(0,1fr)}}.qodef-qi-grid.qodef-layout--qi-columns.qodef-col-split--4-8>.qodef-grid-inner{grid-template-columns:minmax(0,4fr) minmax(0,8fr)}@media only screen and (max-width:1024px){.qodef-qi-grid.qodef-layout--qi-columns.qodef-col-split--4-8>.qodef-grid-inner{grid-template-columns:minmax(0,1fr)}}.qodef-qi-grid.qodef-layout--qi-columns.qodef-col-split--5-7>.qodef-grid-inner{grid-template-columns:minmax(0,5fr) minmax(0,7fr)}@media only screen and (max-width:1024px){.qodef-qi-grid.qodef-layout--qi-columns.qodef-col-split--5-7>.qodef-grid-inner{grid-template-columns:minmax(0,1fr)}}.qodef-qi-grid.qodef-layout--qi-columns.qodef-col-split--6-6>.qodef-grid-inner{grid-template-columns:minmax(0,6fr) minmax(0,6fr)}@media only screen and (max-width:1024px){.qodef-qi-grid.qodef-layout--qi-columns.qodef-col-split--6-6>.qodef-grid-inner{grid-template-columns:minmax(0,1fr)}}.qodef-qi-grid.qodef-layout--qi-columns.qodef-col-split--7-5>.qodef-grid-inner{grid-template-columns:minmax(0,7fr) minmax(0,5fr)}@media only screen and (max-width:1024px){.qodef-qi-grid.qodef-layout--qi-columns.qodef-col-split--7-5>.qodef-grid-inner{grid-template-columns:minmax(0,1fr)}}.qodef-qi-grid.qodef-layout--qi-columns.qodef-col-split--8-4>.qodef-grid-inner{grid-template-columns:minmax(0,8fr) minmax(0,4fr)}@media only screen and (max-width:1024px){.qodef-qi-grid.qodef-layout--qi-columns.qodef-col-split--8-4>.qodef-grid-inner{grid-template-columns:minmax(0,1fr)}}.qodef-qi-grid.qodef-layout--qi-columns.qodef-col-split--9-3>.qodef-grid-inner{grid-template-columns:minmax(0,9fr) minmax(0,3fr)}@media only screen and (max-width:1024px){.qodef-qi-grid.qodef-layout--qi-columns.qodef-col-split--9-3>.qodef-grid-inner{grid-template-columns:minmax(0,1fr)}}.qodef-qi-grid.qodef-layout--qi-columns.qodef-col-split--10-2>.qodef-grid-inner{grid-template-columns:minmax(0,10fr) minmax(0,2fr)}@media only screen and (max-width:1024px){.qodef-qi-grid.qodef-layout--qi-columns.qodef-col-split--10-2>.qodef-grid-inner{grid-template-columns:minmax(0,1fr)}}.qodef-qi-grid.qodef-layout--qi-columns.qodef-col-split--11-1>.qodef-grid-inner{grid-template-columns:minmax(0,11fr) minmax(0,1fr)}@media only screen and (max-width:1024px){.qodef-qi-grid.qodef-layout--qi-columns.qodef-col-split--11-1>.qodef-grid-inner{grid-template-columns:minmax(0,1fr)}}.qodef-qi-grid.qodef-layout--qi-masonry.qodef-items--fixed .qodef-grid-item .qodef-e-inner{height:100%;overflow:hidden}.qodef-qi-grid.qodef-layout--qi-masonry.qodef-items--fixed .qodef-grid-item img{height:100%;width:100%;object-fit:cover}.qodef-qi-grid.qodef-layout--qi-masonry>.qodef-grid-inner{visibility:hidden}.qodef-qi-grid.qodef-layout--qi-masonry>.qodef-grid-inner.qodef--masonry-init{visibility:visible}.qodef-qi-grid.qodef-layout--qi-masonry.qodef-col-num--1>.qodef-grid-inner{grid-template-columns:repeat(1,1fr)}.qodef-qi-grid.qodef-layout--qi-masonry.qodef-col-num--2>.qodef-grid-inner{grid-template-columns:repeat(2,1fr)}.qodef-qi-grid.qodef-layout--qi-masonry.qodef-col-num--3>.qodef-grid-inner{grid-template-columns:repeat(3,1fr)}.qodef-qi-grid.qodef-layout--qi-masonry.qodef-col-num--4>.qodef-grid-inner{grid-template-columns:repeat(4,1fr)}.qodef-qi-grid.qodef-layout--qi-masonry.qodef-col-num--5>.qodef-grid-inner{grid-template-columns:repeat(5,1fr)}.qodef-qi-grid.qodef-layout--qi-masonry.qodef-col-num--6>.qodef-grid-inner{grid-template-columns:repeat(6,1fr)}.qodef-qi-grid.qodef-layout--qi-masonry.qodef-col-num--7>.qodef-grid-inner{grid-template-columns:repeat(7,1fr)}.qodef-qi-grid.qodef-layout--qi-masonry.qodef-col-num--8>.qodef-grid-inner{grid-template-columns:repeat(8,1fr)}.qodef-qi-grid.qodef-gutter--no>.qodef-grid-inner{gap:0}.qodef-qi-grid.qodef-gutter--tiny>.qodef-grid-inner{gap:10px}.qodef-qi-grid.qodef-gutter--small>.qodef-grid-inner{gap:20px}.qodef-qi-grid.qodef-gutter--normal>.qodef-grid-inner{gap:30px}.qodef-qi-grid.qodef-gutter--medium>.qodef-grid-inner{gap:40px}.qodef-qi-grid.qodef-gutter--large>.qodef-grid-inner{gap:50px}.qodef-qi-grid.qodef-gutter--huge>.qodef-grid-inner{gap:68px}.qodef-qi-grid.qodef-disable-row-gap>.qodef-grid-inner{row-gap:0}@media only screen and (max-width:1440px){.qodef-qi-grid.qodef-layout--qi-template.qodef-flex-wrap--1440>.qodef-grid-inner{flex-wrap:wrap}.qodef-qi-grid.qodef-layout--qi-template.qodef-flex-wrap--1440>.qodef-grid-inner>.qodef-grid-item{width:100%}}@media only screen and (max-width:1366px){.qodef-qi-grid.qodef-layout--qi-template.qodef-flex-wrap--1366>.qodef-grid-inner{flex-wrap:wrap}.qodef-qi-grid.qodef-layout--qi-template.qodef-flex-wrap--1366>.qodef-grid-inner>.qodef-grid-item{width:100%}}@media only screen and (max-width:1024px){.qodef-qi-grid.qodef-layout--qi-template.qodef-flex-wrap--1024>.qodef-grid-inner{flex-wrap:wrap}.qodef-qi-grid.qodef-layout--qi-template.qodef-flex-wrap--1024>.qodef-grid-inner>.qodef-grid-item{width:100%}}@media only screen and (max-width:768px){.qodef-qi-grid.qodef-layout--qi-template.qodef-flex-wrap--768>.qodef-grid-inner{flex-wrap:wrap}.qodef-qi-grid.qodef-layout--qi-template.qodef-flex-wrap--768>.qodef-grid-inner>.qodef-grid-item{width:100%}}@media only screen and (max-width:680px){.qodef-qi-grid.qodef-layout--qi-template.qodef-flex-wrap--680>.qodef-grid-inner{flex-wrap:wrap}.qodef-qi-grid.qodef-layout--qi-template.qodef-flex-wrap--680>.qodef-grid-inner>.qodef-grid-item{width:100%}}@media only screen and (max-width:480px){.qodef-qi-grid.qodef-layout--qi-template.qodef-flex-wrap--480>.qodef-grid-inner{flex-wrap:wrap}.qodef-qi-grid.qodef-layout--qi-template.qodef-flex-wrap--480>.qodef-grid-inner>.qodef-grid-item{width:100%}}@media only screen and (max-width:1440px){.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(5,minmax(0,1fr))}.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(5,minmax(0,1fr))}}@media only screen and (max-width:1366px){.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(4,minmax(0,1fr))}.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(4,minmax(0,1fr))}.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(4,minmax(0,1fr))}.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(4,minmax(0,1fr))}.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(4,minmax(0,1fr))}.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(4,minmax(0,1fr))}.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(4,minmax(0,1fr))}.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(4,minmax(0,1fr))}}@media only screen and (max-width:1024px){.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(3,minmax(0,1fr))}.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(3,minmax(0,1fr))}.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(3,minmax(0,1fr))}.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(3,minmax(0,1fr))}.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(3,minmax(0,1fr))}.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(3,minmax(0,1fr))}.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(4,minmax(0,1fr))}.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(4,minmax(0,1fr))}.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(4,minmax(0,1fr))}.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(4,minmax(0,1fr))}}@media only screen and (max-width:768px){.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(2,minmax(0,1fr))}.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(2,minmax(0,1fr))}.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(2,minmax(0,1fr))}.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(2,minmax(0,1fr))}.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(2,minmax(0,1fr))}.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(2,minmax(0,1fr))}.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(2,minmax(0,1fr))}.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(2,minmax(0,1fr))}.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(4,minmax(0,1fr))}.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(4,minmax(0,1fr))}.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(4,minmax(0,1fr))}.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(4,minmax(0,1fr))}}@media only screen and (max-width:680px){.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--2.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(1,minmax(0,1fr))}.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--2.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(1,minmax(0,1fr))}.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(1,minmax(0,1fr))}.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(1,minmax(0,1fr))}.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(1,minmax(0,1fr))}.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(1,minmax(0,1fr))}.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(1,minmax(0,1fr))}.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(1,minmax(0,1fr))}.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(1,minmax(0,1fr))}.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(1,minmax(0,1fr))}.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(2,minmax(0,1fr))}.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(2,minmax(0,1fr))}.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(2,minmax(0,1fr))}.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(2,minmax(0,1fr))}}@media only screen and (max-width:1680px) and (min-width:1441px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1680--1.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(1,minmax(0,1fr))}}@media only screen and (max-width:1680px) and (min-width:1441px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1680--1.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(1,minmax(0,1fr))}}@media only screen and (max-width:1680px) and (min-width:1441px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1680--2.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(2,minmax(0,1fr))}}@media only screen and (max-width:1680px) and (min-width:1441px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1680--2.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(2,minmax(0,1fr))}}@media only screen and (max-width:1680px) and (min-width:1441px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1680--3.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(3,minmax(0,1fr))}}@media only screen and (max-width:1680px) and (min-width:1441px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1680--3.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(3,minmax(0,1fr))}}@media only screen and (max-width:1680px) and (min-width:1441px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1680--4.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(4,minmax(0,1fr))}}@media only screen and (max-width:1680px) and (min-width:1441px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1680--4.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(4,minmax(0,1fr))}}@media only screen and (max-width:1680px) and (min-width:1441px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1680--5.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(5,minmax(0,1fr))}}@media only screen and (max-width:1680px) and (min-width:1441px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1680--5.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(5,minmax(0,1fr))}}@media only screen and (max-width:1680px) and (min-width:1441px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1680--6.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(6,minmax(0,1fr))}}@media only screen and (max-width:1680px) and (min-width:1441px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1680--6.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(6,minmax(0,1fr))}}@media only screen and (max-width:1680px) and (min-width:1441px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1680--7.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(7,minmax(0,1fr))}}@media only screen and (max-width:1680px) and (min-width:1441px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1680--7.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(7,minmax(0,1fr))}}@media only screen and (max-width:1680px) and (min-width:1441px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1680--8.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(8,minmax(0,1fr))}}@media only screen and (max-width:1680px) and (min-width:1441px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1680--8.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(8,minmax(0,1fr))}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(1,minmax(0,1fr))}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(1,minmax(0,1fr))}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(2,minmax(0,1fr))}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(2,minmax(0,1fr))}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(3,minmax(0,1fr))}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(3,minmax(0,1fr))}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(4,minmax(0,1fr))}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(4,minmax(0,1fr))}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(5,minmax(0,1fr))}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(5,minmax(0,1fr))}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(6,minmax(0,1fr))}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(6,minmax(0,1fr))}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(7,minmax(0,1fr))}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(7,minmax(0,1fr))}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(8,minmax(0,1fr))}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(8,minmax(0,1fr))}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1440--1.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(1,minmax(0,1fr))}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1440--1.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(1,minmax(0,1fr))}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(2,minmax(0,1fr))}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(2,minmax(0,1fr))}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(3,minmax(0,1fr))}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(3,minmax(0,1fr))}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(4,minmax(0,1fr))}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(4,minmax(0,1fr))}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(5,minmax(0,1fr))}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(5,minmax(0,1fr))}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(6,minmax(0,1fr))}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(6,minmax(0,1fr))}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(7,minmax(0,1fr))}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(7,minmax(0,1fr))}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(8,minmax(0,1fr))}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(8,minmax(0,1fr))}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(1,minmax(0,1fr))}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(1,minmax(0,1fr))}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(2,minmax(0,1fr))}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(2,minmax(0,1fr))}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(3,minmax(0,1fr))}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(3,minmax(0,1fr))}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(4,minmax(0,1fr))}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(4,minmax(0,1fr))}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(5,minmax(0,1fr))}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(5,minmax(0,1fr))}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(6,minmax(0,1fr))}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(6,minmax(0,1fr))}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(7,minmax(0,1fr))}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(7,minmax(0,1fr))}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(8,minmax(0,1fr))}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(8,minmax(0,1fr))}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1024--1.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(1,minmax(0,1fr))}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1024--1.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(1,minmax(0,1fr))}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(2,minmax(0,1fr))}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(2,minmax(0,1fr))}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(3,minmax(0,1fr))}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(3,minmax(0,1fr))}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(4,minmax(0,1fr))}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(4,minmax(0,1fr))}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(5,minmax(0,1fr))}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(5,minmax(0,1fr))}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(6,minmax(0,1fr))}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(6,minmax(0,1fr))}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(7,minmax(0,1fr))}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(7,minmax(0,1fr))}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(8,minmax(0,1fr))}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(8,minmax(0,1fr))}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--768--1.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(1,minmax(0,1fr))}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--768--1.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(1,minmax(0,1fr))}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(2,minmax(0,1fr))}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(2,minmax(0,1fr))}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(3,minmax(0,1fr))}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(3,minmax(0,1fr))}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(4,minmax(0,1fr))}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(4,minmax(0,1fr))}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(5,minmax(0,1fr))}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(5,minmax(0,1fr))}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(6,minmax(0,1fr))}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(6,minmax(0,1fr))}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(7,minmax(0,1fr))}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(7,minmax(0,1fr))}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(8,minmax(0,1fr))}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(8,minmax(0,1fr))}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--680--1.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(1,minmax(0,1fr))}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--680--1.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(1,minmax(0,1fr))}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(2,minmax(0,1fr))}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(2,minmax(0,1fr))}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(3,minmax(0,1fr))}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(3,minmax(0,1fr))}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(4,minmax(0,1fr))}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(4,minmax(0,1fr))}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(5,minmax(0,1fr))}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(5,minmax(0,1fr))}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(6,minmax(0,1fr))}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(6,minmax(0,1fr))}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(7,minmax(0,1fr))}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(7,minmax(0,1fr))}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(8,minmax(0,1fr))}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(8,minmax(0,1fr))}}@media only screen and (max-width:480px) and (min-width:0){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--480--1.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(1,minmax(0,1fr))}}@media only screen and (max-width:480px) and (min-width:0){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--480--1.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(1,minmax(0,1fr))}}@media only screen and (max-width:480px) and (min-width:0){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--480--2.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(2,minmax(0,1fr))}}@media only screen and (max-width:480px) and (min-width:0){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--480--2.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(2,minmax(0,1fr))}}@media only screen and (max-width:480px) and (min-width:0){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--480--3.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(3,minmax(0,1fr))}}@media only screen and (max-width:480px) and (min-width:0){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--480--3.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(3,minmax(0,1fr))}}@media only screen and (max-width:480px) and (min-width:0){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--480--4.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(4,minmax(0,1fr))}}@media only screen and (max-width:480px) and (min-width:0){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--480--4.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(4,minmax(0,1fr))}}@media only screen and (max-width:480px) and (min-width:0){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(5,minmax(0,1fr))}}@media only screen and (max-width:480px) and (min-width:0){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(5,minmax(0,1fr))}}@media only screen and (max-width:480px) and (min-width:0){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(6,minmax(0,1fr))}}@media only screen and (max-width:480px) and (min-width:0){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(6,minmax(0,1fr))}}@media only screen and (max-width:480px) and (min-width:0){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(7,minmax(0,1fr))}}@media only screen and (max-width:480px) and (min-width:0){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(7,minmax(0,1fr))}}@media only screen and (max-width:480px) and (min-width:0){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(8,minmax(0,1fr))}}@media only screen and (max-width:480px) and (min-width:0){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(8,minmax(0,1fr))}}@keyframes qi-addons-for-elementor-fade-in{0%{opacity:0;visibility:hidden;z-index:102}100%{opacity:1;visibility:visible;z-index:102}}@keyframes qi-addons-for-elementor-fade-out{0%{opacity:1;visibility:visible;z-index:102}100%{opacity:0;visibility:hidden;z-index:0}}@keyframes qodef-animate-underline-from-left{0%{transform:scaleX(1);transform-origin:right}37%{transform:scaleX(0);transform-origin:right}38%{transform:scaleX(0);transform-origin:left}100%{transform:scaleX(1);transform-origin:left}}@keyframes qodef-animate-underline-from-right{0%{transform:scaleX(1);transform-origin:left}37%{transform:scaleX(0);transform-origin:left}38%{transform:scaleX(0);transform-origin:right}100%{transform:scaleX(1);transform-origin:right}}@keyframes qodef-animate-underline-multiline{0%{background-size:100% 87%;background-position-x:right}38%{background-size:0 87%;background-position-x:right}39%{background-size:0 87%;background-position-x:left}100%{background-size:100% 87%;background-position-x:left}}@keyframes qodef-animate-highlight{0%{background-size:0 100%;background-position-x:left}100%{background-size:100% 100%;background-position-x:left}}.qodef-qi-clear:after,.qodef-qi-clear:before{content:'';display:table;table-layout:fixed}.qodef-qi-clear:after{clear:both}.qodef-category-separator:after{content:',';margin-right:5px}.qodef-shortcode h1 a,.qodef-shortcode h2 a,.qodef-shortcode h3 a,.qodef-shortcode h4 a,.qodef-shortcode h5 a,.qodef-shortcode h6 a{font-family:inherit;font-size:inherit;font-weight:inherit;font-style:inherit;line-height:inherit;letter-spacing:inherit;text-transform:inherit;color:inherit}.qodef-custom-text-underline-draw a{position:relative;color:currentColor}.qodef-custom-text-underline-draw a:after{content:'';position:absolute;bottom:3px;left:0;width:100%;height:1px;background-color:currentColor;backface-visibility:hidden}.qodef-custom-text-underline-draw a:hover{color:currentColor;text-decoration:none}.qodef-custom-text-underline-draw a:hover:after{animation:qodef-animate-underline-from-left .6s cubic-bezier(.45,.29,0,.82) forwards}body:not(.elementor-editor-active) .qodef-landing-intro-title .qodef-m-button,body:not(.elementor-editor-active) .qodef-landing-intro-title .qodef-m-text,body:not(.elementor-editor-active) .qodef-landing-intro-title .qodef-m-title{opacity:0;transform:translateX(50px);transition:opacity .4s,transform .7s cubic-bezier(.26,-.14,0,1.01)}body:not(.elementor-editor-active) .qodef-landing-intro-title .qodef-m-text{transition-delay:.25s,.25s}body:not(.elementor-editor-active) .qodef-landing-intro-title .qodef-m-button{transition-delay:.5s,.5s}body:not(.elementor-editor-active) .qodef-landing-intro-title.qodef-qi--appeared .qodef-m-button,body:not(.elementor-editor-active) .qodef-landing-intro-title.qodef-qi--appeared .qodef-m-text,body:not(.elementor-editor-active) .qodef-landing-intro-title.qodef-qi--appeared .qodef-m-title{opacity:1;transform:translateX(0) translateZ(0)}@media only screen and (max-width:1440px){.qodef-qi-grid.qodef-qi-hide-under-1440,.qodef-qi-hide-under-1440{display:none}}.qodef-qi-grid.qodef-qi-show-under-1440,.qodef-qi-show-under-1440{display:none}.qodef-qi-grid.qodef-qi-show-under-1440+.swiper-button-prev,.qodef-qi-grid.qodef-qi-show-under-1440+.swiper-button-prev+.swiper-button-next,.qodef-qi-show-under-1440+.swiper-button-prev,.qodef-qi-show-under-1440+.swiper-button-prev+.swiper-button-next{display:none}@media only screen and (max-width:1440px){.qodef-qi-grid.qodef-qi-show-under-1440,.qodef-qi-show-under-1440{display:block}.qodef-qi-grid.qodef-qi-show-under-1440+.swiper-button-prev,.qodef-qi-grid.qodef-qi-show-under-1440+.swiper-button-prev+.swiper-button-next,.qodef-qi-show-under-1440+.swiper-button-prev,.qodef-qi-show-under-1440+.swiper-button-prev+.swiper-button-next{display:block}}.fslightbox-container .fslightbox-nav .fslightbox-slide-number-container{max-width:unset}.fslightbox-container .fslightbox-nav .fslightbox-toolbar{background:0 0}.fslightbox-container .fslightbox-nav .fslightbox-toolbar-button{color:#fff}.fslightbox-container .fslightbox-nav .fslightbox-toolbar-button[title="Enter fullscreen"]{display:none}.fslightbox-container .fslightbox-nav .fslightbox-toolbar-button svg{fill:currentColor;width:17px;stroke:none}.fslightbox-container .fslightbox-slide-btn-container-next,.fslightbox-container .fslightbox-slide-btn-container-previous{padding:30px}.fslightbox-container .fslightbox-slide-btn-container-next .fslightbox-slide-btn,.fslightbox-container .fslightbox-slide-btn-container-previous .fslightbox-slide-btn{width:30px;padding:0;background:0 0;color:#fff}.fslightbox-container .fslightbox-slide-btn-container-next .fslightbox-slide-btn svg,.fslightbox-container .fslightbox-slide-btn-container-previous .fslightbox-slide-btn svg{fill:currentColor;stroke:currentColor;width:100%}.qodef-qi-swiper-container{position:relative;margin:0 auto;padding:0;list-style:none;z-index:1;visibility:hidden;overflow:hidden}.qodef-qi-swiper-container .swiper-slide a:not(.qodef-qi-button):not(.qodef-qi-premium-button){display:block}.qodef-qi-swiper-container .swiper-slide img{width:100%}.qodef-qi-swiper-container.qodef-swiper--initialized{visibility:visible}.qodef-qi-swiper-container .swiper-pagination-bullet{color:#000;vertical-align:middle;opacity:1;transform-origin:center;transform:matrix(.72,0,0,.72,0,0);border:1px solid transparent;background:currentColor;transition:transform .2s ease-out,color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out}.qodef-qi-swiper-container .swiper-pagination-bullet-active,.qodef-qi-swiper-container .swiper-pagination-bullet:hover{transform:matrix(1,0,0,1,0,0) translateZ(0)}.qodef-qi-swiper-container .swiper-button-next,.qodef-qi-swiper-container .swiper-button-prev,.qodef-qi-swiper-container~.qodef-swiper-together-nav .swiper-button-next,.qodef-qi-swiper-container~.qodef-swiper-together-nav .swiper-button-prev,.qodef-qi-swiper-container~.swiper-button-next,.qodef-qi-swiper-container~.swiper-button-prev{background-image:none!important;width:auto!important;height:auto!important;margin:0!important;color:#111;font-size:26px;transition:color .2s ease-out,background-color .2s ease-out;transform:translateY(-50%)}.qodef-qi-swiper-container .swiper-button-next svg,.qodef-qi-swiper-container .swiper-button-prev svg,.qodef-qi-swiper-container~.qodef-swiper-together-nav .swiper-button-next svg,.qodef-qi-swiper-container~.qodef-swiper-together-nav .swiper-button-prev svg,.qodef-qi-swiper-container~.swiper-button-next svg,.qodef-qi-swiper-container~.swiper-button-prev svg{display:block;width:1em;height:auto;transition:background-color .2s ease-out,color .2s ease-out;stroke:currentColor;fill:currentColor}.qodef-qi-swiper-container .swiper-button-next:after,.qodef-qi-swiper-container .swiper-button-prev:after,.qodef-qi-swiper-container~.qodef-swiper-together-nav .swiper-button-next:after,.qodef-qi-swiper-container~.qodef-swiper-together-nav .swiper-button-prev:after,.qodef-qi-swiper-container~.swiper-button-next:after,.qodef-qi-swiper-container~.swiper-button-prev:after{display:none!important}.qodef-qi-swiper-container .swiper-button-prev{left:30px}.qodef-qi-swiper-container .swiper-button-next{right:30px}.qodef-qi-swiper-container.swiper-container-vertical.qodef--focus-in-viewport,.qodef-qi-swiper-container.swiper-vertical.qodef--focus-in-viewport{height:100vh!important}.qodef-qi-swiper-container.swiper-container-vertical .swiper-slide,.qodef-qi-swiper-container.swiper-vertical .swiper-slide{overflow:hidden}.qodef-qi-swiper-container.swiper-container-vertical .swiper-slide img,.qodef-qi-swiper-container.swiper-vertical .swiper-slide img{width:100%;height:100%;object-fit:cover}.qodef-qi-swiper-container.swiper-container-vertical .swiper-button-prev,.qodef-qi-swiper-container.swiper-vertical .swiper-button-prev{top:30px;bottom:auto;left:50%;right:auto;transform:translateX(-50%)}.qodef-qi-swiper-container.swiper-container-vertical .swiper-button-prev .qodef-swiper-arrow-left,.qodef-qi-swiper-container.swiper-vertical .swiper-button-prev .qodef-swiper-arrow-left{transform:rotate(90deg)}.qodef-qi-swiper-container.swiper-container-vertical .swiper-button-next,.qodef-qi-swiper-container.swiper-vertical .swiper-button-next{top:auto!important;bottom:30px;left:50%;right:auto;transform:translateX(-50%)}.qodef-qi-swiper-container.swiper-container-vertical .swiper-button-next .qodef-swiper-arrow-right,.qodef-qi-swiper-container.swiper-vertical .swiper-button-next .qodef-swiper-arrow-right{transform:rotate(90deg)}.qodef-qi-swiper-container.swiper-container-vertical~.swiper-button-prev,.qodef-qi-swiper-container.swiper-vertical~.swiper-button-prev{top:-30px;bottom:auto!important;left:50%;right:auto;transform:translateX(-50%)}.qodef-qi-swiper-container.swiper-container-vertical~.swiper-button-prev .qodef-swiper-arrow-left,.qodef-qi-swiper-container.swiper-vertical~.swiper-button-prev .qodef-swiper-arrow-left{transform:rotate(90deg)}.qodef-qi-swiper-container.swiper-container-vertical~.swiper-button-next,.qodef-qi-swiper-container.swiper-vertical~.swiper-button-next{top:auto!important;bottom:-30px;left:50%;right:auto;transform:translateX(-50%)}.qodef-qi-swiper-container.swiper-container-vertical~.swiper-button-next .qodef-swiper-arrow-right,.qodef-qi-swiper-container.swiper-vertical~.swiper-button-next .qodef-swiper-arrow-right{transform:rotate(90deg)}.qodef-qi-swiper-container.swiper-container-vertical~.qodef-swiper-together-nav,.qodef-qi-swiper-container.swiper-vertical~.qodef-swiper-together-nav{top:0;width:auto!important;height:100%;flex-direction:column;justify-content:center;margin-top:0}.qodef-qi-swiper-container.swiper-container-vertical~.qodef-swiper-together-nav .qodef-swiper-together-inner,.qodef-qi-swiper-container.swiper-vertical~.qodef-swiper-together-nav .qodef-swiper-together-inner{flex-direction:column}.qodef-qi-swiper-container.swiper-container-vertical~.qodef-swiper-together-nav .swiper-button-prev,.qodef-qi-swiper-container.swiper-vertical~.qodef-swiper-together-nav .swiper-button-prev{margin:0 0 20px 0!important}.qodef-qi-swiper-container.swiper-container-vertical~.qodef-swiper-together-nav .swiper-button-prev .qodef-swiper-arrow-left,.qodef-qi-swiper-container.swiper-vertical~.qodef-swiper-together-nav .swiper-button-prev .qodef-swiper-arrow-left{transform:rotate(90deg)}.qodef-qi-swiper-container.swiper-container-vertical~.qodef-swiper-together-nav .swiper-button-next .qodef-swiper-arrow-right,.qodef-qi-swiper-container.swiper-vertical~.qodef-swiper-together-nav .swiper-button-next .qodef-swiper-arrow-right{transform:rotate(90deg)}.qodef-qi-swiper-container.swiper-container-vertical.qodef-navigation--hover-move .swiper-button-prev:hover i,.qodef-qi-swiper-container.swiper-container-vertical.qodef-navigation--hover-move .swiper-button-prev:hover svg,.qodef-qi-swiper-container.swiper-container-vertical.qodef-navigation--hover-move~.qodef-swiper-together-nav .swiper-button-prev:hover i,.qodef-qi-swiper-container.swiper-container-vertical.qodef-navigation--hover-move~.qodef-swiper-together-nav .swiper-button-prev:hover svg,.qodef-qi-swiper-container.swiper-container-vertical.qodef-navigation--hover-move~.swiper-button-prev:hover i,.qodef-qi-swiper-container.swiper-container-vertical.qodef-navigation--hover-move~.swiper-button-prev:hover svg,.qodef-qi-swiper-container.swiper-vertical.qodef-navigation--hover-move .swiper-button-prev:hover i,.qodef-qi-swiper-container.swiper-vertical.qodef-navigation--hover-move .swiper-button-prev:hover svg,.qodef-qi-swiper-container.swiper-vertical.qodef-navigation--hover-move~.qodef-swiper-together-nav .swiper-button-prev:hover i,.qodef-qi-swiper-container.swiper-vertical.qodef-navigation--hover-move~.qodef-swiper-together-nav .swiper-button-prev:hover svg,.qodef-qi-swiper-container.swiper-vertical.qodef-navigation--hover-move~.swiper-button-prev:hover i,.qodef-qi-swiper-container.swiper-vertical.qodef-navigation--hover-move~.swiper-button-prev:hover svg{transform:translateY(-4px)}.qodef-qi-swiper-container.swiper-container-vertical.qodef-navigation--hover-move .swiper-button-prev:hover i.qodef-swiper-arrow-left,.qodef-qi-swiper-container.swiper-container-vertical.qodef-navigation--hover-move .swiper-button-prev:hover svg.qodef-swiper-arrow-left,.qodef-qi-swiper-container.swiper-container-vertical.qodef-navigation--hover-move~.qodef-swiper-together-nav .swiper-button-prev:hover i.qodef-swiper-arrow-left,.qodef-qi-swiper-container.swiper-container-vertical.qodef-navigation--hover-move~.qodef-swiper-together-nav .swiper-button-prev:hover svg.qodef-swiper-arrow-left,.qodef-qi-swiper-container.swiper-container-vertical.qodef-navigation--hover-move~.swiper-button-prev:hover i.qodef-swiper-arrow-left,.qodef-qi-swiper-container.swiper-container-vertical.qodef-navigation--hover-move~.swiper-button-prev:hover svg.qodef-swiper-arrow-left,.qodef-qi-swiper-container.swiper-vertical.qodef-navigation--hover-move .swiper-button-prev:hover i.qodef-swiper-arrow-left,.qodef-qi-swiper-container.swiper-vertical.qodef-navigation--hover-move .swiper-button-prev:hover svg.qodef-swiper-arrow-left,.qodef-qi-swiper-container.swiper-vertical.qodef-navigation--hover-move~.qodef-swiper-together-nav .swiper-button-prev:hover i.qodef-swiper-arrow-left,.qodef-qi-swiper-container.swiper-vertical.qodef-navigation--hover-move~.qodef-swiper-together-nav .swiper-button-prev:hover svg.qodef-swiper-arrow-left,.qodef-qi-swiper-container.swiper-vertical.qodef-navigation--hover-move~.swiper-button-prev:hover i.qodef-swiper-arrow-left,.qodef-qi-swiper-container.swiper-vertical.qodef-navigation--hover-move~.swiper-button-prev:hover svg.qodef-swiper-arrow-left{transform:translateY(-4px) rotate(90deg)}.qodef-qi-swiper-container.swiper-container-vertical.qodef-navigation--hover-move .swiper-button-next:hover i,.qodef-qi-swiper-container.swiper-container-vertical.qodef-navigation--hover-move .swiper-button-next:hover svg,.qodef-qi-swiper-container.swiper-container-vertical.qodef-navigation--hover-move~.qodef-swiper-together-nav .swiper-button-next:hover i,.qodef-qi-swiper-container.swiper-container-vertical.qodef-navigation--hover-move~.qodef-swiper-together-nav .swiper-button-next:hover svg,.qodef-qi-swiper-container.swiper-container-vertical.qodef-navigation--hover-move~.swiper-button-next:hover i,.qodef-qi-swiper-container.swiper-container-vertical.qodef-navigation--hover-move~.swiper-button-next:hover svg,.qodef-qi-swiper-container.swiper-vertical.qodef-navigation--hover-move .swiper-button-next:hover i,.qodef-qi-swiper-container.swiper-vertical.qodef-navigation--hover-move .swiper-button-next:hover svg,.qodef-qi-swiper-container.swiper-vertical.qodef-navigation--hover-move~.qodef-swiper-together-nav .swiper-button-next:hover i,.qodef-qi-swiper-container.swiper-vertical.qodef-navigation--hover-move~.qodef-swiper-together-nav .swiper-button-next:hover svg,.qodef-qi-swiper-container.swiper-vertical.qodef-navigation--hover-move~.swiper-button-next:hover i,.qodef-qi-swiper-container.swiper-vertical.qodef-navigation--hover-move~.swiper-button-next:hover svg{transform:translateY(4px)}.qodef-qi-swiper-container.swiper-container-vertical.qodef-navigation--hover-move .swiper-button-next:hover i.qodef-swiper-arrow-right,.qodef-qi-swiper-container.swiper-container-vertical.qodef-navigation--hover-move .swiper-button-next:hover svg.qodef-swiper-arrow-right,.qodef-qi-swiper-container.swiper-container-vertical.qodef-navigation--hover-move~.qodef-swiper-together-nav .swiper-button-next:hover i.qodef-swiper-arrow-right,.qodef-qi-swiper-container.swiper-container-vertical.qodef-navigation--hover-move~.qodef-swiper-together-nav .swiper-button-next:hover svg.qodef-swiper-arrow-right,.qodef-qi-swiper-container.swiper-container-vertical.qodef-navigation--hover-move~.swiper-button-next:hover i.qodef-swiper-arrow-right,.qodef-qi-swiper-container.swiper-container-vertical.qodef-navigation--hover-move~.swiper-button-next:hover svg.qodef-swiper-arrow-right,.qodef-qi-swiper-container.swiper-vertical.qodef-navigation--hover-move .swiper-button-next:hover i.qodef-swiper-arrow-right,.qodef-qi-swiper-container.swiper-vertical.qodef-navigation--hover-move .swiper-button-next:hover svg.qodef-swiper-arrow-right,.qodef-qi-swiper-container.swiper-vertical.qodef-navigation--hover-move~.qodef-swiper-together-nav .swiper-button-next:hover i.qodef-swiper-arrow-right,.qodef-qi-swiper-container.swiper-vertical.qodef-navigation--hover-move~.qodef-swiper-together-nav .swiper-button-next:hover svg.qodef-swiper-arrow-right,.qodef-qi-swiper-container.swiper-vertical.qodef-navigation--hover-move~.swiper-button-next:hover i.qodef-swiper-arrow-right,.qodef-qi-swiper-container.swiper-vertical.qodef-navigation--hover-move~.swiper-button-next:hover svg.qodef-swiper-arrow-right{transform:translateY(4px) rotate(90deg)}.qodef-qi-swiper-container.swiper-container-vertical.qodef-navigation-alignment--flex-start .qodef-swiper-together-nav,.qodef-qi-swiper-container.swiper-container-vertical.qodef-navigation-alignment--flex-start~.qodef-swiper-together-nav,.qodef-qi-swiper-container.swiper-vertical.qodef-navigation-alignment--flex-start .qodef-swiper-together-nav,.qodef-qi-swiper-container.swiper-vertical.qodef-navigation-alignment--flex-start~.qodef-swiper-together-nav{justify-content:center;right:auto!important;left:0!important;bottom:0}.qodef-qi-swiper-container.swiper-container-vertical.qodef-navigation-alignment--flex-end .qodef-swiper-together-nav,.qodef-qi-swiper-container.swiper-container-vertical.qodef-navigation-alignment--flex-end~.qodef-swiper-together-nav,.qodef-qi-swiper-container.swiper-vertical.qodef-navigation-alignment--flex-end .qodef-swiper-together-nav,.qodef-qi-swiper-container.swiper-vertical.qodef-navigation-alignment--flex-end~.qodef-swiper-together-nav{justify-content:center;right:0!important;left:auto!important;bottom:0}.qodef-qi-swiper-container.swiper-container-vertical~.qodef-swiper-pagination-outside .swiper-pagination-bullet,.qodef-qi-swiper-container.swiper-vertical~.qodef-swiper-pagination-outside .swiper-pagination-bullet{margin:3px 0}.qodef-qi-swiper-container .swiper-button-next:after,.qodef-qi-swiper-container .swiper-button-next:before,.qodef-qi-swiper-container .swiper-button-prev:after,.qodef-qi-swiper-container .swiper-button-prev:before{display:none}.qodef-qi-swiper-container~.swiper-button-prev{left:-50px}.qodef-qi-swiper-container~.swiper-button-next{right:-50px}.qodef-qi-swiper-container~.qodef-swiper-together-nav{position:absolute;display:flex;justify-content:flex-start;width:100%;margin-top:30px;z-index:1}.qodef-qi-swiper-container~.qodef-swiper-together-nav .qodef-swiper-together-inner{display:flex;align-items:center;justify-content:center}.qodef-qi-swiper-container~.qodef-swiper-together-nav .swiper-button-next,.qodef-qi-swiper-container~.qodef-swiper-together-nav .swiper-button-prev{position:relative;top:0;left:0;right:0;transform:none;z-index:15}.qodef-qi-swiper-container~.qodef-swiper-together-nav .swiper-button-prev{margin-right:20px!important}.qodef-qi-swiper-container.qodef-navigation--hover-move .swiper-button-prev svg{margin-left:4px}.qodef-qi-swiper-container.qodef-navigation--hover-move .swiper-button-next svg{margin-right:4px}.qodef-qi-swiper-container.qodef-navigation--hover-move .swiper-button-next i,.qodef-qi-swiper-container.qodef-navigation--hover-move .swiper-button-next svg,.qodef-qi-swiper-container.qodef-navigation--hover-move .swiper-button-prev i,.qodef-qi-swiper-container.qodef-navigation--hover-move .swiper-button-prev svg,.qodef-qi-swiper-container.qodef-navigation--hover-move~.swiper-button-next i,.qodef-qi-swiper-container.qodef-navigation--hover-move~.swiper-button-next svg,.qodef-qi-swiper-container.qodef-navigation--hover-move~.swiper-button-prev i,.qodef-qi-swiper-container.qodef-navigation--hover-move~.swiper-button-prev svg{transform:translateX(0);will-change:transform;transition:transform .25s cubic-bezier(.37,.08,.02,.93),background-color .2s ease-out,color .2s ease-out}.qodef-qi-swiper-container.qodef-navigation--hover-move~.qodef-swiper-together-nav .swiper-button-next i,.qodef-qi-swiper-container.qodef-navigation--hover-move~.qodef-swiper-together-nav .swiper-button-next svg,.qodef-qi-swiper-container.qodef-navigation--hover-move~.qodef-swiper-together-nav .swiper-button-prev i,.qodef-qi-swiper-container.qodef-navigation--hover-move~.qodef-swiper-together-nav .swiper-button-prev svg{transform:translateX(0);will-change:transform;transition:transform .12s ease-out,background-color .2s ease-out,color .2s ease-out}.qodef-qi-swiper-container.qodef-navigation--hover-move~.qodef-swiper-together-nav .swiper-button-next:hover i,.qodef-qi-swiper-container.qodef-navigation--hover-move~.qodef-swiper-together-nav .swiper-button-next:hover svg,.qodef-qi-swiper-container.qodef-navigation--hover-move~.qodef-swiper-together-nav .swiper-button-prev:hover i,.qodef-qi-swiper-container.qodef-navigation--hover-move~.qodef-swiper-together-nav .swiper-button-prev:hover svg{transition:transform .22s cubic-bezier(.37,.08,.02,.93) 50ms,background-color .2s ease-out,color .2s ease-out}.qodef-qi-swiper-container.qodef-navigation--hover-move .swiper-button-prev:hover i,.qodef-qi-swiper-container.qodef-navigation--hover-move .swiper-button-prev:hover svg,.qodef-qi-swiper-container.qodef-navigation--hover-move~.qodef-swiper-together-nav .swiper-button-prev:hover i,.qodef-qi-swiper-container.qodef-navigation--hover-move~.qodef-swiper-together-nav .swiper-button-prev:hover svg,.qodef-qi-swiper-container.qodef-navigation--hover-move~.swiper-button-prev:hover i,.qodef-qi-swiper-container.qodef-navigation--hover-move~.swiper-button-prev:hover svg{transform:translateX(-4px)}.qodef-qi-swiper-container.qodef-navigation--hover-move .swiper-button-next:hover i,.qodef-qi-swiper-container.qodef-navigation--hover-move .swiper-button-next:hover svg,.qodef-qi-swiper-container.qodef-navigation--hover-move~.qodef-swiper-together-nav .swiper-button-next:hover i,.qodef-qi-swiper-container.qodef-navigation--hover-move~.qodef-swiper-together-nav .swiper-button-next:hover svg,.qodef-qi-swiper-container.qodef-navigation--hover-move~.swiper-button-next:hover i,.qodef-qi-swiper-container.qodef-navigation--hover-move~.swiper-button-next:hover svg{transform:translateX(4px)}.qodef-qi-swiper-container.swiper-container-horizontal.qodef-pagination--inside .swiper-pagination-custom,.qodef-qi-swiper-container.swiper-container-horizontal.qodef-pagination--inside .swiper-pagination-fraction,.qodef-qi-swiper-container.swiper-container-horizontal.qodef-pagination--inside>.swiper-pagination-bullets,.qodef-qi-swiper-container.swiper-horizontal.qodef-pagination--inside .swiper-pagination-custom,.qodef-qi-swiper-container.swiper-horizontal.qodef-pagination--inside .swiper-pagination-fraction,.qodef-qi-swiper-container.swiper-horizontal.qodef-pagination--inside>.swiper-pagination-bullets{bottom:0}.qodef-qi-swiper-container.swiper-container-horizontal.qodef-pagination--outside .swiper-pagination-custom,.qodef-qi-swiper-container.swiper-container-horizontal.qodef-pagination--outside .swiper-pagination-fraction,.qodef-qi-swiper-container.swiper-container-horizontal.qodef-pagination--outside>.swiper-pagination-bullets,.qodef-qi-swiper-container.swiper-horizontal.qodef-pagination--outside .swiper-pagination-custom,.qodef-qi-swiper-container.swiper-horizontal.qodef-pagination--outside .swiper-pagination-fraction,.qodef-qi-swiper-container.swiper-horizontal.qodef-pagination--outside>.swiper-pagination-bullets{bottom:0}@media only screen and (max-width:1024px){.qodef-qi-swiper-container.qodef-hide-navigation--1024 .qodef-swiper-together-nav,.qodef-qi-swiper-container.qodef-hide-navigation--1024 .swiper-button-next,.qodef-qi-swiper-container.qodef-hide-navigation--1024 .swiper-button-prev,.qodef-qi-swiper-container.qodef-hide-navigation--1024~.qodef-swiper-together-nav,.qodef-qi-swiper-container.qodef-hide-navigation--1024~.qodef-swiper-together-nav .swiper-button-next,.qodef-qi-swiper-container.qodef-hide-navigation--1024~.qodef-swiper-together-nav .swiper-button-prev,.qodef-qi-swiper-container.qodef-hide-navigation--1024~.swiper-button-next,.qodef-qi-swiper-container.qodef-hide-navigation--1024~.swiper-button-prev{display:none}}@media only screen and (max-width:768px){.qodef-qi-swiper-container.qodef-hide-navigation--768 .qodef-swiper-together-nav,.qodef-qi-swiper-container.qodef-hide-navigation--768 .swiper-button-next,.qodef-qi-swiper-container.qodef-hide-navigation--768 .swiper-button-prev,.qodef-qi-swiper-container.qodef-hide-navigation--768~.qodef-swiper-together-nav,.qodef-qi-swiper-container.qodef-hide-navigation--768~.qodef-swiper-together-nav .swiper-button-next,.qodef-qi-swiper-container.qodef-hide-navigation--768~.qodef-swiper-together-nav .swiper-button-prev,.qodef-qi-swiper-container.qodef-hide-navigation--768~.swiper-button-next,.qodef-qi-swiper-container.qodef-hide-navigation--768~.swiper-button-prev{display:none}}@media only screen and (max-width:680px){.qodef-qi-swiper-container.qodef-hide-navigation--680 .qodef-swiper-together-nav,.qodef-qi-swiper-container.qodef-hide-navigation--680 .swiper-button-next,.qodef-qi-swiper-container.qodef-hide-navigation--680 .swiper-button-prev,.qodef-qi-swiper-container.qodef-hide-navigation--680~.qodef-swiper-together-nav,.qodef-qi-swiper-container.qodef-hide-navigation--680~.qodef-swiper-together-nav .swiper-button-next,.qodef-qi-swiper-container.qodef-hide-navigation--680~.qodef-swiper-together-nav .swiper-button-prev,.qodef-qi-swiper-container.qodef-hide-navigation--680~.swiper-button-next,.qodef-qi-swiper-container.qodef-hide-navigation--680~.swiper-button-prev{display:none}}.qodef-qi-swiper-container.qodef-navigation-alignment--flex-start .qodef-swiper-together-nav,.qodef-qi-swiper-container.qodef-navigation-alignment--flex-start~.qodef-swiper-together-nav{justify-content:flex-start;right:auto!important}.qodef-qi-swiper-container.qodef-navigation-alignment--flex-end .qodef-swiper-together-nav,.qodef-qi-swiper-container.qodef-navigation-alignment--flex-end~.qodef-swiper-together-nav{justify-content:flex-end;left:auto!important}.qodef-swiper-pagination-outside.swiper-pagination{position:relative}.qodef-swiper-pagination-outside.swiper-pagination .swiper-pagination-bullet{color:#000;opacity:1;transform-origin:center;transform:matrix(1,0,0,1,0,0);border:1px solid transparent;background:currentColor;transition:transform .2s ease-out,color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;margin:0 6px}.qodef-swiper-pagination-outside.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,.qodef-swiper-pagination-outside.swiper-pagination .swiper-pagination-bullet:hover{transform:matrix(1.4,0,0,1.4,0,0) translateZ(0)}.swiper-container-vertical~.qodef-swiper-pagination-outside.swiper-pagination,.swiper-vertical~.qodef-swiper-pagination-outside.swiper-pagination{display:flex;flex-direction:column;position:absolute;top:50%;transform:translateY(-50%);left:100%}.qodef--pagination-numbers>.swiper-pagination-bullets,.qodef--pagination-numbers~.swiper-pagination-bullets{counter-reset:section;display:flex;justify-content:center}.qodef--pagination-numbers>.swiper-pagination-bullets .swiper-pagination-bullet,.qodef--pagination-numbers~.swiper-pagination-bullets .swiper-pagination-bullet{height:38px;width:38px;transform:none;color:transparent;display:flex!important;justify-content:center;align-items:center}.qodef--pagination-numbers>.swiper-pagination-bullets .swiper-pagination-bullet:before,.qodef--pagination-numbers~.swiper-pagination-bullets .swiper-pagination-bullet:before{counter-increment:section;content:"0" counter(section);color:#1e1e1e}.qodef--pagination-numbers>.swiper-pagination-bullets .swiper-pagination-bullet-active,.qodef--pagination-numbers>.swiper-pagination-bullets .swiper-pagination-bullet:hover,.qodef--pagination-numbers~.swiper-pagination-bullets .swiper-pagination-bullet-active,.qodef--pagination-numbers~.swiper-pagination-bullets .swiper-pagination-bullet:hover{color:#efefef}.swiper-container-vertical.qodef--pagination-numbers>.swiper-pagination-bullets,.swiper-container-vertical.qodef--pagination-numbers~.swiper-pagination-bullets,.swiper-vertical.qodef--pagination-numbers>.swiper-pagination-bullets,.swiper-vertical.qodef--pagination-numbers~.swiper-pagination-bullets{flex-direction:column}.qodef-pagination-alignment--start>.swiper-pagination-bullets,.qodef-pagination-alignment--start~.swiper-pagination-bullets{text-align:left}.qodef--pagination-numbers.qodef-pagination-alignment--start>.swiper-pagination-bullets,.qodef-pagination-alignment--start~.swiper-pagination-bullets{justify-content:flex-start}.qodef-pagination-alignment--start.swiper-container-vertical>.swiper-pagination-bullets,.qodef-pagination-alignment--start.swiper-container-vertical~.swiper-pagination-bullets,.qodef-pagination-alignment--start.swiper-vertical>.swiper-pagination-bullets,.qodef-pagination-alignment--start.swiper-vertical~.swiper-pagination-bullets{top:0;transform:none}.qodef-pagination-alignment--center>.swiper-pagination-bullets,.qodef-pagination-alignment--center~.swiper-pagination-bullets{text-align:center}.qodef--pagination-numbers.qodef-pagination-alignment--center>.swiper-pagination-bullets,.qodef-pagination-alignment--center~.swiper-pagination-bullets{justify-content:center}.qodef-pagination-alignment--end>.swiper-pagination-bullets,.qodef-pagination-alignment--end~.swiper-pagination-bullets{text-align:right}.qodef--pagination-numbers.qodef-pagination-alignment--end>.swiper-pagination-bullets,.qodef-pagination-alignment--end~.swiper-pagination-bullets{justify-content:flex-end}.qodef-pagination-alignment--end.swiper-container-vertical>.swiper-pagination-bullets,.qodef-pagination-alignment--end.swiper-container-vertical~.swiper-pagination-bullets,.qodef-pagination-alignment--end.swiper-vertical>.swiper-pagination-bullets,.qodef-pagination-alignment--end.swiper-vertical~.swiper-pagination-bullets{top:100%;transform:translate3d(0,-100%,0)}.qodef-navigation-together--top:has(.elementor-widget-container) .elementor-widget-container,.qodef-navigation-together--top:not(:has(.elementor-widget-container)){position:relative}.qodef-navigation-together--top .qodef-swiper-together-nav{bottom:100%;margin-top:0!important;margin-bottom:30px}.qodef-navigation-together--bottom:has(.elementor-widget-container) .elementor-widget-container,.qodef-navigation-together--bottom:not(:has(.elementor-widget-container)){position:relative}.qodef-shortcode .qodef-addons-m-pagination{position:relative;display:inline-block;width:100%;vertical-align:top;margin:0}.qodef-shortcode .qodef-addons-m-pagination.qodef--standard .nav-links{display:flex;align-items:center;justify-content:center}.qodef-shortcode .qodef-addons-m-pagination.qodef--standard .page-numbers{display:inline-flex;align-items:center;justify-content:center;margin:0 5px;transition:all .2s ease-out}.qodef-shortcode .qodef-addons-m-pagination.qodef--standard .page-numbers.next svg,.qodef-shortcode .qodef-addons-m-pagination.qodef--standard .page-numbers.prev svg{width:1em;fill:currentColor;stroke:currentColor;max-height:100%}.qodef-qi-accordion{position:relative;display:inline-block;width:100%;vertical-align:top;visibility:hidden;overflow-anchor:none}.qodef-qi-accordion .qodef-e-content-inner{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-qi-accordion.qodef--init{visibility:visible}.qodef-qi-accordion .qodef-e-icon>svg{width:1em;fill:currentColor;stroke:currentColor;vertical-align:top}.qodef-qi-accordion .qodef-e-title-holder{position:relative;display:flex;align-items:center;justify-content:space-between;padding:26px 10px 26px 26px;transition:all .2s ease-out;cursor:pointer;gap:10px;margin:0}.qodef-qi-accordion .qodef-e-title-holder:not(:first-child){margin:12px 0 0}.qodef-qi-accordion .qodef-e-title-holder .qodef-e-mark{position:relative;flex-shrink:0;width:20px;height:18px;line-height:1;text-align:center}.qodef-qi-accordion .qodef-e-title-holder .qodef-e-mark span{position:absolute;display:flex;align-items:center;justify-content:center;top:0;right:0;height:100%}.qodef-qi-accordion .qodef-e-title-holder .qodef-e-mark span:before{display:block;line-height:inherit}.qodef-qi-accordion .qodef-e-title-holder .qodef-e-mark span.qodef-icon--minus,.qodef-qi-accordion .qodef-e-title-holder .qodef-e-mark span.qodef-icon--plus{transition:opacity .2s ease-out,color .2s ease-out}.qodef-qi-accordion .qodef-e-title-holder .qodef-e-mark span.qodef-icon--minus{opacity:0}.qodef-qi-accordion .qodef-e-title-holder .qodef-e-mark span.qodef-icon--plus{opacity:1}.qodef-qi-accordion .qodef-e-title-holder.ui-state-active .qodef-e-mark span.qodef-icon--minus{opacity:1}.qodef-qi-accordion .qodef-e-title-holder.ui-state-active .qodef-e-mark span.qodef-icon--plus{opacity:0}.qodef-qi-accordion .qodef-e-title-holder.ui-state-active.ui-state-hover .qodef-e-mark span.qodef-icon--plus{opacity:0}.qodef-qi-accordion .qodef-e-content{padding:0 26px 16px;margin:0;transition:background-color .2s ease-out;box-sizing:content-box}.qodef-qi-accordion .qodef-e-content p{margin:0}.qodef-qi-accordion.qodef-style--standard .qodef-e-content{padding:16px 26px}.qodef-qi-accordion.qodef-style--standard .qodef-e-title-holder.ui-state-active{background-color:#f6f6f6}.qodef-qi-accordion.qodef-style--boxed{border:1px solid #ebebeb}.qodef-qi-accordion.qodef-style--boxed .qodef-e-title-holder:not(:first-child){margin:0;border-top:1px solid #ebebeb}.qodef-qi-accordion.qodef-style--border-top{border-bottom:1px solid #ebebeb}.qodef-qi-accordion.qodef-style--border-top .qodef-e-title-holder{margin:0;border-top:1px solid #ebebeb}.qodef-qi-accordion.qodef-style--border-between .qodef-e-title-holder{margin:0;border-bottom:1px solid #ebebeb}.qodef-qi-accordion.qodef-style--border-between .qodef-e-content{padding:16px 26px;border-bottom:1px solid #ebebeb}.qodef-qi-woo-shortcode-add-to-cart{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-qi-woo-shortcode-add-to-cart .button.added{display:none}.qodef-qi-animated-text .qodef-m-title{overflow:hidden}.qodef-qi-animated-text .qodef-e-word{display:inline-block}.qodef-qi-animated-text .qodef-e-character{display:inline-flex}.qodef-qi-animated-text .qodef-e-word-holder{white-space:nowrap}.qodef-qi-animated-text.qodef--animated-by-letter.qodef--alignment-left .qodef-m-title{justify-content:flex-start}.qodef-qi-animated-text.qodef--animated-by-letter.qodef--alignment-right .qodef-m-title{justify-content:flex-end}.qodef-qi-animated-text.qodef--animated-by-letter.qodef--alignment-center .qodef-m-title{justify-content:center}.qodef-qi-animated-text.qodef--appear-from-bottom .qodef-e-character,.qodef-qi-animated-text.qodef--appear-from-bottom .qodef-e-word{opacity:0;transform:translateY(50px);transition:opacity .25s,transform .45s cubic-bezier(.26,-.14,0,1.01)}.qodef-qi-animated-text.qodef--appear-from-top .qodef-e-character,.qodef-qi-animated-text.qodef--appear-from-top .qodef-e-word{opacity:0;transform:translateY(-50px);transition:opacity .25s,transform .45s cubic-bezier(.26,-.14,0,1.01)}.qodef-qi-animated-text.qodef--appear-from-left .qodef-e-character,.qodef-qi-animated-text.qodef--appear-from-left .qodef-e-word{opacity:0;transform:translateX(-50px);transition:opacity .25s,transform .45s cubic-bezier(.26,-.14,0,1.01)}.qodef-qi-animated-text.qodef--appear-from-right .qodef-e-character,.qodef-qi-animated-text.qodef--appear-from-right .qodef-e-word{opacity:0;transform:translateX(50px);transition:opacity .25s,transform .45s cubic-bezier(.26,-.14,0,1.01)}.qodef-qi-animated-text.qodef--appear-fade .qodef-e-character,.qodef-qi-animated-text.qodef--appear-fade .qodef-e-word{opacity:0;transition:opacity 1s ease-out}.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(2){transition-delay:.28s}.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(3){transition-delay:.42s}.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(4){transition-delay:.56s}.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(5){transition-delay:.7s}.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(6){transition-delay:.84s}.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(7){transition-delay:.98s}.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(8){transition-delay:1.12s}.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(9){transition-delay:1.26s}.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(10){transition-delay:1.4s}.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(11){transition-delay:1.54s}.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(12){transition-delay:1.68s}.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(13){transition-delay:1.82s}.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(14){transition-delay:1.96s}.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(15){transition-delay:2.1s}.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(16){transition-delay:2.24s}.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(17){transition-delay:2.38s}.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(18){transition-delay:2.52s}.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(19){transition-delay:2.66s}.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(20){transition-delay:2.8s}.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(21){transition-delay:2.94s}.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(22){transition-delay:3.08s}.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(23){transition-delay:3.22s}.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(24){transition-delay:3.36s}.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(25){transition-delay:3.5s}.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(26){transition-delay:3.64s}.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(27){transition-delay:3.78s}.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(28){transition-delay:3.92s}.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(29){transition-delay:4.06s}.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(30){transition-delay:4.2s}.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(31){transition-delay:4.34s}.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(32){transition-delay:4.48s}.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(33){transition-delay:4.62s}.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(34){transition-delay:4.76s}.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(35){transition-delay:4.9s}.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(36){transition-delay:5.04s}.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(37){transition-delay:5.18s}.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(38){transition-delay:5.32s}.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(39){transition-delay:5.46s}.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(40){transition-delay:5.6s}.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(2){transition-delay:.28s}.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(3){transition-delay:.42s}.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(4){transition-delay:.56s}.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(5){transition-delay:.7s}.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(6){transition-delay:.84s}.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(7){transition-delay:.98s}.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(8){transition-delay:1.12s}.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(9){transition-delay:1.26s}.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(10){transition-delay:1.4s}.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(11){transition-delay:1.54s}.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(12){transition-delay:1.68s}.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(13){transition-delay:1.82s}.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(14){transition-delay:1.96s}.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(15){transition-delay:2.1s}.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(16){transition-delay:2.24s}.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(17){transition-delay:2.38s}.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(18){transition-delay:2.52s}.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(19){transition-delay:2.66s}.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(20){transition-delay:2.8s}.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(21){transition-delay:2.94s}.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(22){transition-delay:3.08s}.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(23){transition-delay:3.22s}.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(24){transition-delay:3.36s}.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(25){transition-delay:3.5s}.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(26){transition-delay:3.64s}.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(27){transition-delay:3.78s}.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(28){transition-delay:3.92s}.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(29){transition-delay:4.06s}.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(30){transition-delay:4.2s}.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(31){transition-delay:4.34s}.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(32){transition-delay:4.48s}.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(33){transition-delay:4.62s}.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(34){transition-delay:4.76s}.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(35){transition-delay:4.9s}.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(36){transition-delay:5.04s}.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(37){transition-delay:5.18s}.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(38){transition-delay:5.32s}.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(39){transition-delay:5.46s}.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(40){transition-delay:5.6s}.qodef-qi-animated-text.qodef--appear-fade.qodef-qi--appeared .qodef-e-character,.qodef-qi-animated-text.qodef--appear-fade.qodef-qi--appeared .qodef-e-word,.qodef-qi-animated-text.qodef--appear-from-bottom.qodef-qi--appeared .qodef-e-character,.qodef-qi-animated-text.qodef--appear-from-bottom.qodef-qi--appeared .qodef-e-word,.qodef-qi-animated-text.qodef--appear-from-left.qodef-qi--appeared .qodef-e-character,.qodef-qi-animated-text.qodef--appear-from-left.qodef-qi--appeared .qodef-e-word,.qodef-qi-animated-text.qodef--appear-from-right.qodef-qi--appeared .qodef-e-character,.qodef-qi-animated-text.qodef--appear-from-right.qodef-qi--appeared .qodef-e-word,.qodef-qi-animated-text.qodef--appear-from-top.qodef-qi--appeared .qodef-e-character,.qodef-qi-animated-text.qodef--appear-from-top.qodef-qi--appeared .qodef-e-word{opacity:1;transform:translateX(0) translateZ(0)}.qodef-qi-animated-text:not(.qodef--animated-by-word):not(.qodef--animated-by-letter).qodef--appear-from-bottom .qodef-m-title{opacity:0;transform:translateY(50px);transition:opacity .4s,transform .7s cubic-bezier(.26,-.14,0,1.01)}.qodef-qi-animated-text:not(.qodef--animated-by-word):not(.qodef--animated-by-letter).qodef--appear-from-top .qodef-m-title{opacity:0;transform:translateY(-50px);transition:opacity .4s,transform .7s cubic-bezier(.26,-.14,0,1.01)}.qodef-qi-animated-text:not(.qodef--animated-by-word):not(.qodef--animated-by-letter).qodef--appear-from-left .qodef-m-title{opacity:0;transform:translateX(-50px);transition:opacity .4s,transform .7s cubic-bezier(.26,-.14,0,1.01)}.qodef-qi-animated-text:not(.qodef--animated-by-word):not(.qodef--animated-by-letter).qodef--appear-from-right .qodef-m-title{opacity:0;transform:translateX(50px);transition:opacity .4s,transform .7s cubic-bezier(.26,-.14,0,1.01)}.qodef-qi-animated-text:not(.qodef--animated-by-word):not(.qodef--animated-by-letter).qodef--appear-fade .qodef-m-title{opacity:0;transition:opacity .7s ease-out}.qodef-qi-animated-text:not(.qodef--animated-by-word):not(.qodef--animated-by-letter).qodef--appear-fade.qodef-qi--appeared .qodef-m-title,.qodef-qi-animated-text:not(.qodef--animated-by-word):not(.qodef--animated-by-letter).qodef--appear-from-bottom.qodef-qi--appeared .qodef-m-title,.qodef-qi-animated-text:not(.qodef--animated-by-word):not(.qodef--animated-by-letter).qodef--appear-from-left.qodef-qi--appeared .qodef-m-title,.qodef-qi-animated-text:not(.qodef--animated-by-word):not(.qodef--animated-by-letter).qodef--appear-from-right.qodef-qi--appeared .qodef-m-title,.qodef-qi-animated-text:not(.qodef--animated-by-word):not(.qodef--animated-by-letter).qodef--appear-from-top.qodef-qi--appeared .qodef-m-title{opacity:1;transform:translateX(0) translateZ(0)}.qodef-qi-banner{position:relative;display:inline-block;width:100%;vertical-align:top;width:auto;overflow:hidden;transition:box-shadow .35s ease-out;z-index:1}.qodef-qi-banner .qodef-m-banner-link{position:absolute;top:0;left:0;width:100%;height:100%;display:block;z-index:1}.qodef-qi-banner .qodef-m-content{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:column}.qodef-qi-banner .qodef-m-title{margin:.25em 0 0}.qodef-qi-banner .qodef-m-title-inner{display:inline-block}.qodef-qi-banner .qodef-m-subtitle{margin:0}.qodef-qi-banner .qodef-m-content-inner>.qodef-m-text{margin:.7em 0 0}.qodef-qi-banner .qodef-m-button{margin:.5em 0 0}.qodef-qi-banner .qodef-m-button .qodef-qi-button{z-index:2}.qodef-qi-banner .qodef-m-image{position:relative;display:inline-block;width:100%;vertical-align:top;width:auto;overflow:hidden}.qodef-qi-banner .qodef-m-image img{display:inline-block}.qodef-qi-banner .qodef-m-image:after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-color:transparent;transition:background-color .35s ease-out}.qodef-qi-banner.qodef-vertical--top .qodef-m-content{justify-content:flex-start}.qodef-qi-banner.qodef-vertical--middle .qodef-m-content{justify-content:center}.qodef-qi-banner.qodef-vertical--bottom .qodef-m-content{justify-content:flex-end}.qodef-qi-banner.qodef-horizontal--left .qodef-m-content{align-items:flex-start;text-align:left}.qodef-qi-banner.qodef-horizontal--center .qodef-m-content{align-items:center;text-align:center}.qodef-qi-banner.qodef-horizontal--right .qodef-m-content{align-items:flex-end;text-align:right}.qodef-qi-banner.qodef-image--hover-zoom img{transform:scale(1.005) translateZ(0);transition:transform .35s cubic-bezier(.25,.46,.45,.94);will-change:transform}.qodef-qi-banner.qodef-image--hover-zoom:hover img{transform:scale(1.03)}.qodef-qi-banner.qodef-image--hover-zoom-out img{transform:scale(1.03) translateZ(0);transition:transform .35s cubic-bezier(.25,.46,.45,.94);will-change:transform}.qodef-qi-banner.qodef-image--hover-zoom-out:hover img{transform:scale(1)}.qodef-qi-banner.qodef-image--hover-move img{transform:scale(1.2);transition:transform .5s cubic-bezier(.33,.02,0,.93);will-change:transform}.qodef-qi-banner.qodef-image--hover-move:hover img{transform:scale(1.2) translateX(12px)}.qodef-qi-banner.qodef-image--hover-from-top img{transform-origin:top}.qodef-qi-banner.qodef-image--hover-from-bottom img{transform-origin:bottom}.qodef-qi-banner.qodef-image--hover-from-left img{transform-origin:left}.qodef-qi-banner.qodef-image--hover-from-right img{transform-origin:right}.qodef-qi-banner.qodef-layout--in-box .qodef-m-content{padding:45px}.qodef-qi-banner.qodef-layout--in-box .qodef-m-content-inner{background-color:#fff;padding:25px;max-width:100%;width:100%}.qodef-qi-banner.qodef-layout--standard .qodef-m-content{padding:30px}.qodef-before-after-image-holder{visibility:hidden;-webkit-user-select:none;-ms-user-select:none;user-select:none}.qodef-before-after-image-holder img{position:absolute;-webkit-user-select:none;-ms-user-select:none;user-select:none}.qodef-before-after-image-holder.active{cursor:grab}.qodef-qi-before-after{-webkit-user-select:none;overflow:hidden}.qodef-qi-before-after .twentytwenty-handle{position:absolute;left:50%;top:50%;display:flex;align-items:center;justify-content:center;text-align:center;font-size:100px;height:1em;width:1em;margin-left:-.5em;margin-top:-.5em;color:#fff;background-color:currentColor;border-radius:50%;cursor:grab;z-index:40}@media only screen and (max-width:1024px){.qodef-qi-before-after .twentytwenty-handle{font-size:50px}}.qodef-qi-before-after .twentytwenty-handle .qodef-handle-text{font-size:1rem;color:#111;font-weight:700;text-transform:uppercase;-webkit-user-select:none;-ms-user-select:none;user-select:none}.qodef-qi-before-after .twentytwenty-handle:after,.qodef-qi-before-after .twentytwenty-handle:before{content:" ";display:block;background:currentColor;position:absolute;z-index:30}.qodef-qi-before-after .twentytwenty-horizontal .twentytwenty-handle:after,.qodef-qi-before-after .twentytwenty-horizontal .twentytwenty-handle:before{width:2px;height:100vh;left:50%;transform:translateX(-50%)}.qodef-qi-before-after .twentytwenty-vertical .twentytwenty-handle:after,.qodef-qi-before-after .twentytwenty-vertical .twentytwenty-handle:before{width:100vw;height:2px;top:50%;transform:translateY(-50%)}.qodef-qi-before-after .twentytwenty-after-label,.qodef-qi-before-after .twentytwenty-before-label{display:none}.qodef-qi-before-after .twentytwenty-container{position:relative;overflow:hidden;z-index:0}.qodef-qi-before-after .twentytwenty-container img{position:absolute;top:0;max-width:100%;width:100%}.qodef-qi-before-after .twentytwenty-before{z-index:20}.qodef-qi-before-after .twentytwenty-after{z-index:10}.qodef-qi-before-after .twentytwenty-vertical .twentytwenty-handle:before{left:50%;margin-left:.48em}.qodef-qi-before-after .twentytwenty-vertical .twentytwenty-handle:after{right:50%;margin-right:.48em}.qodef-qi-before-after .twentytwenty-vertical .twentytwenty-down-arrow,.qodef-qi-before-after .twentytwenty-vertical .twentytwenty-up-arrow{display:none}.qodef-qi-before-after .twentytwenty-horizontal .twentytwenty-handle:before{bottom:50%;margin-bottom:.48em}.qodef-qi-before-after .twentytwenty-horizontal .twentytwenty-handle:after{top:50%;margin-top:.48em}.qodef-qi-before-after .twentytwenty-horizontal .twentytwenty-left-arrow,.qodef-qi-before-after .twentytwenty-horizontal .twentytwenty-right-arrow{display:none}.qodef-qi-blockquote .qodef-m-text{margin:0}.qodef-qi-blockquote .qodef-m-icon{font-size:30px;line-height:1;transition:all .3s ease-in-out}.qodef-qi-blockquote .qodef-m-icon i{color:inherit}.qodef-qi-blockquote .qodef-m-icon svg{width:30px;height:auto;fill:currentColor;stroke:currentColor}.qodef-qi-blockquote.qodef-layout--inline .qodef-m-icon{float:left;line-height:1em;width:1em;height:1em;display:inline-flex;align-items:center;justify-content:center;margin:0 .5em 0 0}.qodef-addons-blog-slider{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-addons-blog-slider .qodef-blog-item{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-addons-blog-slider .qodef-blog-item .qodef-e-content,.qodef-addons-blog-slider .qodef-blog-item .qodef-e-inner,.qodef-addons-blog-slider .qodef-blog-item .qodef-e-media{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-addons-blog-slider .qodef-blog-item.has-post-thumbnail .qodef-e-content{padding-top:27px}.qodef-addons-blog-slider .qodef-blog-item .qodef-e-media-image{position:relative;display:inline-block;vertical-align:top;max-width:100%;width:100%}.qodef-addons-blog-slider .qodef-blog-item .qodef-e-media-image a,.qodef-addons-blog-slider .qodef-blog-item .qodef-e-media-image img{display:block;width:100%}.qodef-addons-blog-slider .qodef-blog-item .qodef-e-media{display:block}.qodef-addons-blog-slider .qodef-blog-item .qodef-e-title{margin:0 0 .5em}.qodef-addons-blog-slider .qodef-blog-item .qodef-e-excerpt{margin:0}.qodef-addons-blog-slider .qodef-blog-item .qodef-e-read-more{margin-top:14px}.qodef-addons-blog-slider .qodef-blog-item .qodef-e-info{position:relative;display:flex;flex-wrap:wrap;align-items:center;width:100%}.qodef-addons-blog-slider .qodef-blog-item .qodef-e-info .qodef-e-info-item{position:relative;display:inline-flex;align-items:center;flex-wrap:wrap;margin-right:24px;color:#111}.qodef-addons-blog-slider .qodef-blog-item .qodef-e-info .qodef-e-info-item a{display:inline-flex;align-items:center;color:inherit;font-family:inherit;font-size:inherit;font-weight:inherit;font-style:inherit;line-height:inherit;letter-spacing:inherit;text-transform:inherit}.qodef-addons-blog-slider .qodef-blog-item .qodef-e-info .qodef-e-info-item a:hover{color:#3c3c3c}.qodef-addons-blog-slider .qodef-blog-item .qodef-e-info .qodef-e-info-item:last-child{margin-right:0}.qodef-addons-blog-slider .qodef-blog-item .qodef-e-info .qodef-e-info-item-icon{margin-right:8px;width:14px;height:auto;fill:currentColor;flex-shrink:0}.qodef-addons-blog-slider .qodef-blog-item .qodef-e-info.qodef-info--top{margin-bottom:.25em}.qodef-addons-blog-slider .qodef-blog-item .qodef-e-info.qodef-info--top .qodef-e-info-item{font-size:.9em;line-height:1.13333em}.qodef-addons-blog-slider .qodef-blog-item .qodef-e-info.qodef-info--bottom{display:inline-flex}.qodef-addons-blog-slider .qodef-blog-item .qodef-e-post-link{position:absolute;top:0;left:0;width:100%;height:100%}.qodef-addons-blog-slider .qodef-blog-item.sticky .qodef-e-title a{position:relative;text-decoration:underline}.qodef-addons-blog-slider .qodef-blog-item.sticky .qodef-e-title a:after{content:'*';position:absolute;top:0;right:-.5em;font-size:1.5em}.qodef-addons-blog-slider article .qodef-e-media-image{overflow:hidden}.qodef-addons-blog-slider.qodef-content-has-background-color .qodef-e-content{padding-left:28px;padding-right:28px}.qodef-addons-blog-slider.qodef-alignment--centered{text-align:center}.qodef-addons-blog-slider.qodef-alignment--centered .qodef-blog-item .qodef-e-info{justify-content:center}.qodef-addons-blog-slider.qodef-info-no-icons .qodef-e-info .qodef-e-info-item:not(:last-child):after{content:'/';position:relative;left:12px}.qodef-addons-blog-slider.qodef-title--hover-underline .qodef-e-title-link{width:100%;background-repeat:no-repeat;background-image:linear-gradient(transparent calc(100% - 2px),currentColor 2px);transition:.9s cubic-bezier(.32,.32,.15,1.17);background-size:0 100%}.qodef-addons-blog-slider.qodef-title--hover-underline .qodef-e-title-link:hover{background-size:100% 100%}.qodef-addons-blog-slider.qodef-title--hover-underline a.qodef-e-title-link{display:inline!important}.qodef-addons-blog-slider .qodef-e-media-image a:after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-color:transparent;transition:background-color .35s ease-out}.qodef-addons-blog-slider.qodef-image--hover-zoom .qodef-e-content{transform:translateZ(0)}.qodef-addons-blog-slider.qodef-image--hover-zoom .qodef-e-media-image a{display:block;width:calc(100% + 2px);transform:scale(1.005) translateZ(0);transition:transform .35s cubic-bezier(.25,.46,.45,.94);will-change:transform}.qodef-addons-blog-slider.qodef-image--hover-zoom .qodef-e:hover .qodef-e-media-image a{transform:scale(1.03)}.qodef-addons-blog-slider.qodef-image--hover-zoom-out .qodef-e-content{transform:translateZ(0)}.qodef-addons-blog-slider.qodef-image--hover-zoom-out .qodef-e-media-image a{display:block;width:calc(100% + 2px);transform:scale(1.03) translateZ(0);transition:transform .35s cubic-bezier(.25,.46,.45,.94);will-change:transform}.qodef-addons-blog-slider.qodef-image--hover-zoom-out .qodef-e:hover .qodef-e-media-image a{transform:scale(1)}.qodef-addons-blog-slider.qodef-image--hover-move .qodef-e-media-image a{display:block;width:calc(100% + 2px);transform:scale(1.2);transition:transform .5s cubic-bezier(.33,.02,0,.93);will-change:transform}.qodef-addons-blog-slider.qodef-image--hover-move .qodef-e:hover .qodef-e-media-image a{transform:scale(1.2) translateX(12px)}.qodef-addons-blog-slider.qodef-image--hover-from-top a{transform-origin:top}.qodef-addons-blog-slider.qodef-image--hover-from-bottom a{transform-origin:bottom}.qodef-addons-blog-slider.qodef-image--hover-from-left a{transform-origin:left}.qodef-addons-blog-slider.qodef-image--hover-from-right a{transform-origin:right}.qodef-addons-blog-slider.qodef-item-layout--boxed .qodef-e-media-holder{position:relative}.qodef-addons-blog-slider.qodef-item-layout--boxed .qodef-e-info-date{position:absolute;top:0;right:0;padding:12px 18px;color:#fff;background-color:#111}.qodef-addons-blog-slider.qodef-item-layout--boxed .qodef-e-info-date a{color:inherit}.qodef-addons-blog-slider.qodef-item-layout--boxed .qodef-e-inner{box-shadow:0 0 10px 0 rgba(0,0,0,.08);background-color:#fff}.qodef-addons-blog-slider.qodef-item-layout--boxed .qodef-e-text{margin-bottom:1em}.qodef-addons-blog-slider.qodef-item-layout--boxed .qodef-e-content{padding:45px 40px}.qodef-addons-blog-slider.qodef-item-layout--date-boxed .qodef-e-media-holder{position:relative}.qodef-addons-blog-slider.qodef-item-layout--date-boxed .qodef-e-info-date{position:absolute;top:0;right:0;padding:12px 18px;color:#fff;background-color:#111}.qodef-addons-blog-slider.qodef-item-layout--date-boxed .qodef-e-info-date a{color:inherit}.qodef-addons-blog-slider.qodef-item-layout--date-boxed .qodef-e-media{margin-bottom:1.5em}.qodef-addons-blog-slider.qodef-item-layout--date-boxed .qodef-e-text{margin-bottom:1em}.qodef-addons-blog-slider.qodef-item-layout--info-on-image .qodef-e-media-holder{position:relative}.qodef-addons-blog-slider.qodef-item-layout--info-on-image .qodef-e-content{position:absolute;bottom:0;left:0;padding:40px}.qodef-addons-blog-slider.qodef-item-layout--info-on-image .qodef-info--top .qodef-e-info-item{color:#fff}.qodef-addons-blog-slider.qodef-item-layout--info-on-image .qodef-info--top .qodef-e-info-item a:hover{color:inherit}.qodef-addons-blog-slider.qodef-item-layout--info-on-image .qodef-e-title{color:#fff;margin:0}.qodef-addons-blog-slider.qodef-item-layout--info-on-image .qodef-e-title a{color:inherit}.qodef-addons-blog-slider.qodef-item-layout--side-image .qodef-e-inner{display:flex;align-items:center}@media only screen and (max-width:480px){.qodef-addons-blog-slider.qodef-item-layout--side-image .qodef-e-inner{flex-direction:column;align-items:flex-start}}.qodef-addons-blog-slider.qodef-item-layout--side-image .qodef-e-media{width:50%}@media only screen and (max-width:480px){.qodef-addons-blog-slider.qodef-item-layout--side-image .qodef-e-media{width:100%}}.qodef-addons-blog-slider.qodef-item-layout--side-image .qodef-e-content{flex:1;padding:20px 27px}@media only screen and (max-width:480px){.qodef-addons-blog-slider.qodef-item-layout--side-image .qodef-e-content{padding:20px 0}}.qodef-addons-blog-slider.qodef-item-layout--standard .qodef-e-media{margin-bottom:1.5em}.qodef-addons-blog-slider.qodef-item-layout--standard .qodef-e-text{margin-bottom:1em}.qodef-addons-blog-slider.qodef-item-layout--standard .qodef-e-info.qodef-info--bottom{display:flex;align-items:center;justify-content:space-between}.qodef-addons-blog-slider.qodef-item-layout--standard .qodef-e-info-author img{width:48px;border-radius:50%;overflow:hidden;margin-right:12px}.qodef-addons-blog-list{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-addons-blog-list .qodef-blog-item{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-addons-blog-list .qodef-blog-item .qodef-e-content,.qodef-addons-blog-list .qodef-blog-item .qodef-e-inner,.qodef-addons-blog-list .qodef-blog-item .qodef-e-media{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-addons-blog-list .qodef-blog-item .qodef-e-media-image{position:relative;display:inline-block;vertical-align:top;max-width:100%;overflow:hidden;z-index:1}.qodef-addons-blog-list .qodef-blog-item .qodef-e-media{display:block}.qodef-addons-blog-list .qodef-blog-item .qodef-e-media iframe{display:block;height:100%}.qodef-addons-blog-list .qodef-blog-item .qodef-e-title{margin:0 0 .5em}.qodef-addons-blog-list .qodef-blog-item .qodef-e-excerpt{margin:0}.qodef-addons-blog-list .qodef-blog-item .qodef-e-info{position:relative;display:flex;flex-wrap:wrap;align-items:center;width:100%}.qodef-addons-blog-list .qodef-blog-item .qodef-e-info .qodef-e-info-item{position:relative;display:inline-flex;align-items:center;flex-wrap:wrap;margin-right:24px;color:#111}.qodef-addons-blog-list .qodef-blog-item .qodef-e-info .qodef-e-info-item a{display:inline-flex;align-items:center;color:inherit;font-family:inherit;font-size:inherit;font-weight:inherit;font-style:inherit;line-height:inherit;letter-spacing:inherit;text-transform:inherit}.qodef-addons-blog-list .qodef-blog-item .qodef-e-info .qodef-e-info-item a:hover{color:#3c3c3c}.qodef-addons-blog-list .qodef-blog-item .qodef-e-info .qodef-e-info-item:last-child{margin-right:0}.qodef-addons-blog-list .qodef-blog-item .qodef-e-info .qodef-e-info-item-icon{margin-right:8px;width:14px;height:auto;fill:currentColor;flex-shrink:0}.qodef-addons-blog-list .qodef-blog-item .qodef-e-info.qodef-info--top{margin-bottom:.25em}.qodef-addons-blog-list .qodef-blog-item .qodef-e-info.qodef-info--top .qodef-e-info-item{font-size:.9em;line-height:1.13333em}.qodef-addons-blog-list .qodef-blog-item .qodef-e-info.qodef-info--bottom{display:inline-flex}.qodef-addons-blog-list .qodef-blog-item .qodef-e-post-link{position:absolute;top:0;left:0;width:100%;height:100%}.qodef-addons-blog-list .qodef-blog-item.sticky .qodef-e-title a{position:relative;text-decoration:underline}.qodef-addons-blog-list .qodef-blog-item.sticky .qodef-e-title a:after{content:'*';position:absolute;top:0;right:-.5em;font-size:1.5em}.qodef-addons-blog-list.qodef-alignment--centered{text-align:center}.qodef-addons-blog-list.qodef-alignment--centered .qodef-blog-item .qodef-e-info{justify-content:center}.qodef-addons-blog-list.qodef-info-no-icons .qodef-e-info .qodef-e-info-item:not(:last-child):after{content:'/';position:relative;left:12px}.qodef-addons-blog-list.qodef-title--hover-underline .qodef-e-title-link{width:100%;background-repeat:no-repeat;background-image:linear-gradient(transparent calc(100% - 2px),currentColor 2px);transition:.9s cubic-bezier(.32,.32,.15,1.17);background-size:0 100%}.qodef-addons-blog-list.qodef-title--hover-underline .qodef-e-title-link:hover{background-size:100% 100%}.qodef-addons-blog-list .qodef-e-media-image a:after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-color:transparent;transition:background-color .35s ease-out}.qodef-addons-blog-list.qodef-image--hover-zoom .qodef-e-media-image a{display:block;width:100%;transform:scale(1.005) translateZ(0);transition:transform .35s cubic-bezier(.25,.46,.45,.94);will-change:transform}.qodef-addons-blog-list.qodef-image--hover-zoom .qodef-e:hover .qodef-e-media-image a{transform:scale(1.03)}.qodef-addons-blog-list.qodef-image--hover-zoom-out .qodef-e-media-image a{display:block;width:100%;transform:scale(1.03) translateZ(0);transition:transform .35s cubic-bezier(.25,.46,.45,.94);will-change:transform}.qodef-addons-blog-list.qodef-image--hover-zoom-out .qodef-e:hover .qodef-e-media-image a{transform:scale(1)}.qodef-addons-blog-list.qodef-image--hover-move .qodef-e-media-image a{display:block;width:100%;transform:scale(1.2);transition:transform .5s cubic-bezier(.33,.02,0,.93);will-change:transform}.qodef-addons-blog-list.qodef-image--hover-move .qodef-e:hover .qodef-e-media-image a{transform:scale(1.2) translateX(12px)}.qodef-addons-blog-list.qodef-image--hover-from-top a{transform-origin:top}.qodef-addons-blog-list.qodef-image--hover-from-bottom a{transform-origin:bottom}.qodef-addons-blog-list.qodef-image--hover-from-left a{transform-origin:left}.qodef-addons-blog-list.qodef-image--hover-from-right a{transform-origin:right}@media only screen and (max-width:1024px){.qodef-addons-blog-list .qodef-blog-item.format-link .qodef-e-link{padding:11% 15%}.qodef-addons-blog-list .qodef-blog-item.format-quote .qodef-e-quote{padding:10.7% 15% 11.3%}}@media only screen and (max-width:680px){.qodef-addons-blog-list .qodef-blog-item .qodef-e-info.qodef-info--bottom{display:inline-block}.qodef-addons-blog-list .qodef-blog-item.format-link .qodef-e-link{padding:11% 10%}.qodef-addons-blog-list .qodef-blog-item.format-link .qodef-e-link-icon{left:calc(50% - 75px);width:150px}.qodef-addons-blog-list .qodef-blog-item.format-quote .qodef-e-quote{padding:11% 10%}.qodef-addons-blog-list .qodef-blog-item.format-quote .qodef-e-quote-icon{left:calc(50% - 70px);width:140px}}.qodef-addons-blog-list.qodef-item-layout--boxed .qodef-e-media-holder{position:relative}.qodef-addons-blog-list.qodef-item-layout--boxed .qodef-e-info-date{position:absolute;top:0;right:0;padding:12px 18px;color:#fff;background-color:#111;z-index:5}.qodef-addons-blog-list.qodef-item-layout--boxed .qodef-e-info-date a{color:inherit}.qodef-addons-blog-list.qodef-item-layout--boxed .qodef-e-inner{box-shadow:0 0 10px 0 rgba(0,0,0,.08);background-color:#fff}.qodef-addons-blog-list.qodef-item-layout--boxed .qodef-e-text{margin-bottom:1em}.qodef-addons-blog-list.qodef-item-layout--boxed .qodef-e-content{padding:45px 40px}.qodef-addons-blog-list.qodef-item-layout--date-boxed .qodef-e-media-holder{position:relative}.qodef-addons-blog-list.qodef-item-layout--date-boxed .qodef-e-info-date{position:absolute;top:0;right:0;padding:12px 18px;color:#fff;background-color:#111;z-index:10}.qodef-addons-blog-list.qodef-item-layout--date-boxed .qodef-e-info-date a{color:inherit}.qodef-addons-blog-list.qodef-item-layout--date-boxed .qodef-e-media{margin-bottom:1.5em}.qodef-addons-blog-list.qodef-item-layout--date-boxed .qodef-e-text{margin-bottom:1em}.qodef-addons-blog-list.qodef-item-layout--info-on-image .qodef-e-media-holder{position:relative}.qodef-addons-blog-list.qodef-item-layout--info-on-image .qodef-e-info-date{position:absolute;top:0;right:0;padding:12px 18px;background-color:#fff;z-index:5}.qodef-addons-blog-list.qodef-item-layout--info-on-image .qodef-e-info-date a{color:inherit}.qodef-addons-blog-list.qodef-item-layout--info-on-image .qodef-e-content{position:absolute;bottom:0;left:0;padding:40px;z-index:5}.qodef-addons-blog-list.qodef-item-layout--info-on-image .qodef-info--top .qodef-e-info-item{color:#fff}.qodef-addons-blog-list.qodef-item-layout--info-on-image .qodef-info--top .qodef-e-info-item a:hover{color:inherit}.qodef-addons-blog-list.qodef-item-layout--info-on-image .qodef-e-title{color:#fff;margin:0}.qodef-addons-blog-list.qodef-item-layout--info-on-image .qodef-e-title a{color:inherit}.qodef-addons-blog-list.qodef-item-layout--minimal{overflow:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal .qodef-grid-inner{margin-top:-2em!important}.qodef-addons-blog-list.qodef-item-layout--minimal .qodef-e-inner{padding-top:2em;border-top:1px solid #ebebeb}.qodef-addons-blog-list.qodef-item-layout--minimal .qodef-e-info.qodef-info--bottom{margin-top:1em}.qodef-addons-blog-list.qodef-item-layout--side-image .qodef-e-inner{display:flex;align-items:center}.qodef-reverse-columns.qodef-addons-blog-list.qodef-item-layout--side-image .qodef-e-inner{flex-direction:row-reverse}@media only screen and (max-width:768px){.qodef-addons-blog-list.qodef-item-layout--side-image .qodef-e-inner{flex-direction:column;align-items:flex-start}.qodef-reverse-columns.qodef-addons-blog-list.qodef-item-layout--side-image .qodef-e-inner{flex-direction:column}}.qodef-addons-blog-list.qodef-item-layout--side-image .qodef-e-media{width:50%}@media only screen and (max-width:768px){.qodef-addons-blog-list.qodef-item-layout--side-image .qodef-e-media{width:100%}}.qodef-addons-blog-list.qodef-item-layout--side-image .qodef-e-content{flex:1;padding:20px 27px}@media only screen and (max-width:768px){.qodef-addons-blog-list.qodef-item-layout--side-image .qodef-e-content{padding:20px 0}}.qodef-addons-blog-list.qodef-item-layout--side-image .qodef-e-excerpt{margin:0 0 1em}.qodef-addons-blog-list.qodef-item-layout--standard .qodef-e-media{margin-bottom:1.5em}.qodef-addons-blog-list.qodef-item-layout--standard .qodef-e-text{margin-bottom:1em}.qodef-addons-blog-list.qodef-item-layout--standard .qodef-e-info.qodef-info--bottom{display:flex;align-items:center;justify-content:space-between}.qodef-addons-blog-list.qodef-item-layout--standard .qodef-e-info-author img{border-radius:50%;overflow:hidden;margin-right:12px}.qodef-qi-button{position:relative;display:inline-block;vertical-align:middle;width:auto;margin:0;font-family:inherit;font-size:16px;line-height:2em;font-weight:500;text-decoration:none;text-transform:none;border-radius:4px;outline:0;transition:color .25s ease-in-out,background-color .25s ease-in-out,border-color .25s ease-in-out;display:inline-flex;align-items:center;justify-content:center;font-size:1rem;padding:13px 46px;overflow:hidden}.qodef-qi-button.qodef-size--small{padding:9px 33px}.qodef-qi-button.qodef-size--large{padding:15px 52px}.qodef-qi-button.qodef-size--full{width:100%;text-align:center}.qodef-qi-button.qodef-layout--filled{color:#111;background-color:#f4f4f4;border:0;font-size:1rem;border-style:solid}.qodef-qi-button.qodef-layout--filled:hover{color:#fff;background-color:#111}.qodef-qi-button.qodef-layout--outlined{color:#111;background-color:transparent;border:2px solid #111}.qodef-qi-button.qodef-layout--outlined:hover{color:#111;background-color:#f4f4f4;border-color:#f4f4f4}.qodef-qi-button.qodef-layout--textual{padding:0!important;background-color:transparent;border:0;border-radius:0;overflow:visible}.qodef-qi-button.qodef-layout--textual .qodef-m-text{display:inline-block;vertical-align:middle}.qodef-qi-button.qodef-layout--textual:hover{color:#111}.qodef-qi-button.qodef-icon--left{display:inline-flex;align-items:center;justify-content:center;flex-direction:row-reverse}.qodef-qi-button.qodef-text-underline .qodef-m-text{position:relative}.qodef-qi-button.qodef-text-underline .qodef-m-text:after{content:'';position:absolute;bottom:0;left:0;width:100%;height:1px;background-color:currentColor;transition:background-color .25s ease-in-out,width .36s cubic-bezier(.51,.5,.07,.99);backface-visibility:hidden}.qodef-qi-button.qodef-text-underline:not(.qodef-button-underline-draw):hover .qodef-m-text:after{width:0}.qodef-qi-button.qodef-text-underline.qodef-underline--center .qodef-m-text:after{left:50%;transform:translateX(-50%)}.qodef-qi-button.qodef-text-underline.qodef-underline--right .qodef-m-text:after{left:auto;right:0}.qodef-qi-button.qodef-button-underline-draw .qodef-m-text{overflow:hidden}.qodef-qi-button.qodef-button-underline-draw.qodef-underline--left:hover .qodef-m-text:after,.qodef-qi-button.qodef-button-underline-draw.qodef-underline--right:hover .qodef-m-text:after{animation:qodef-animate-underline-from-left .7s cubic-bezier(.45,.29,0,.82) forwards}.qodef-qi-button.qodef-button-underline-draw.qodef-underline--right:hover .qodef-m-text:after{animation:qodef-animate-underline-from-right .7s cubic-bezier(.45,.29,0,.82) forwards}.qodef-qi-button .qodef-m-icon{color:currentColor;line-height:0}.qodef-qi-button .qodef-m-icon.qodef--icon-color-set{transition:color .25s ease-in-out,background-color .25s ease-in-out}.qodef-qi-button .qodef-m-icon svg{width:1em;fill:currentColor;stroke:currentColor;vertical-align:middle}.qodef-qi-button.qodef-icon--right:not(.qodef-type--icon-boxed) .qodef-m-icon{margin-left:10px}.qodef-qi-button.qodef-icon--left:not(.qodef-type--icon-boxed) .qodef-m-icon{margin-right:10px}.qodef-qi-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner,.qodef-qi-button.qodef-hover--icon-move-horizontal .qodef-m-icon-inner,.qodef-qi-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner{position:relative;overflow:hidden;display:inherit;padding:1px}.qodef-qi-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner i,.qodef-qi-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner svg,.qodef-qi-button.qodef-hover--icon-move-horizontal .qodef-m-icon-inner i,.qodef-qi-button.qodef-hover--icon-move-horizontal .qodef-m-icon-inner svg,.qodef-qi-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner i,.qodef-qi-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner svg{transition:transform .38s cubic-bezier(.37,.08,.02,.93),opacity .18s ease-in-out;will-change:transform}.qodef-qi-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner i:nth-child(1),.qodef-qi-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner svg:nth-child(1),.qodef-qi-button.qodef-hover--icon-move-horizontal .qodef-m-icon-inner i:nth-child(1),.qodef-qi-button.qodef-hover--icon-move-horizontal .qodef-m-icon-inner svg:nth-child(1),.qodef-qi-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner i:nth-child(1),.qodef-qi-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner svg:nth-child(1){transform:translateX(0) translateY(0);transition-delay:.1s;opacity:1}.qodef-qi-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner i:nth-child(2),.qodef-qi-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner svg:nth-child(2),.qodef-qi-button.qodef-hover--icon-move-horizontal .qodef-m-icon-inner i:nth-child(2),.qodef-qi-button.qodef-hover--icon-move-horizontal .qodef-m-icon-inner svg:nth-child(2),.qodef-qi-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner i:nth-child(2),.qodef-qi-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner svg:nth-child(2){position:absolute;opacity:0;left:1px;top:1px;transition-delay:0s}.qodef-qi-button.qodef-hover--icon-move-diagonal:hover .qodef-m-icon-inner i:nth-child(1),.qodef-qi-button.qodef-hover--icon-move-diagonal:hover .qodef-m-icon-inner svg:nth-child(1),.qodef-qi-button.qodef-hover--icon-move-horizontal:hover .qodef-m-icon-inner i:nth-child(1),.qodef-qi-button.qodef-hover--icon-move-horizontal:hover .qodef-m-icon-inner svg:nth-child(1),.qodef-qi-button.qodef-hover--icon-move-vertical:hover .qodef-m-icon-inner i:nth-child(1),.qodef-qi-button.qodef-hover--icon-move-vertical:hover .qodef-m-icon-inner svg:nth-child(1){opacity:0}.qodef-qi-button.qodef-hover--icon-move-diagonal:hover .qodef-m-icon-inner i:nth-child(2),.qodef-qi-button.qodef-hover--icon-move-diagonal:hover .qodef-m-icon-inner svg:nth-child(2),.qodef-qi-button.qodef-hover--icon-move-horizontal:hover .qodef-m-icon-inner i:nth-child(2),.qodef-qi-button.qodef-hover--icon-move-horizontal:hover .qodef-m-icon-inner svg:nth-child(2),.qodef-qi-button.qodef-hover--icon-move-vertical:hover .qodef-m-icon-inner i:nth-child(2),.qodef-qi-button.qodef-hover--icon-move-vertical:hover .qodef-m-icon-inner svg:nth-child(2){transform:translateX(0) translateY(0) translatez(0);transition-delay:.25s;opacity:1}.qodef-qi-button.qodef-hover--icon-move-horizontal .qodef-m-icon-inner i:nth-child(2),.qodef-qi-button.qodef-hover--icon-move-horizontal .qodef-m-icon-inner svg:nth-child(2){transform:translateX(-150%) translateY(0)}.qodef-qi-button.qodef-hover--icon-move-horizontal:hover .qodef-m-icon-inner i:nth-child(1),.qodef-qi-button.qodef-hover--icon-move-horizontal:hover .qodef-m-icon-inner svg:nth-child(1){transform:translateX(200%) translateY(0)}.qodef-qi-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner i,.qodef-qi-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner svg{will-change:transform}.qodef-qi-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner i:nth-child(2),.qodef-qi-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner svg:nth-child(2){transform:translateX(0) translateY(150%) translateZ(0)}.qodef-qi-button.qodef-hover--icon-move-vertical:hover .qodef-m-icon-inner i:nth-child(1),.qodef-qi-button.qodef-hover--icon-move-vertical:hover .qodef-m-icon-inner svg:nth-child(1){transform:translateX(0) translateY(-150%) translateZ(0)}.qodef-qi-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner i,.qodef-qi-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner svg{will-change:transform}.qodef-qi-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner i:nth-child(2),.qodef-qi-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner svg:nth-child(2){transform:translateX(-100%) translateY(100%) translateZ(0)}.qodef-qi-button.qodef-hover--icon-move-diagonal:hover .qodef-m-icon-inner i:nth-child(1),.qodef-qi-button.qodef-hover--icon-move-diagonal:hover .qodef-m-icon-inner svg:nth-child(1){transform:translateX(100%) translateY(-100%) translateZ(0)}.qodef-qi-button.qodef-hover--icon-move-horizontal-short .qodef-m-icon-inner i,.qodef-qi-button.qodef-hover--icon-move-horizontal-short .qodef-m-icon-inner svg{transition:transform .3s cubic-bezier(.37,.08,.02,.93),opacity .2s ease-in-out;transform:translateX(0);will-change:transform}.qodef-qi-button.qodef-hover--icon-move-horizontal-short:hover .qodef-m-icon-inner i,.qodef-qi-button.qodef-hover--icon-move-horizontal-short:hover .qodef-m-icon-inner svg{transform:translateX(4px)}.qodef-qi-button.qodef-hover--reveal:after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;transition:transform .5s cubic-bezier(.54,.3,.02,1.01)}.qodef-qi-button.qodef-hover--reveal .qodef-m-icon,.qodef-qi-button.qodef-hover--reveal .qodef-m-text{z-index:1}.qodef-qi-button.qodef-hover--reveal:hover:after{transform:scaleX(1) scaleY(1)}.qodef-qi-button.qodef-hover--reveal.qodef-layout--outlined:hover{background-color:initial}.qodef-qi-button.qodef--reveal-horizontal:after{transform-origin:left;transform:scaleX(0)}.qodef-qi-button.qodef--reveal-vertical:after{transform-origin:bottom;transform:scaleY(0)}.qodef-qi-button.qodef-icon-background-hover--reveal .qodef-m-icon:after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;transition:transform .5s cubic-bezier(.54,.3,.02,1.01)}.qodef-qi-button.qodef-icon-background-hover--reveal .qodef-m-icon .qodef-m-icon-inner{z-index:1}.qodef-qi-button.qodef-icon-background-hover--reveal:hover .qodef-m-icon:after{transform:scaleX(1) scaleY(1)}.qodef-qi-button.qodef-icon-background-hover--reveal-horizontal .qodef-m-icon:after{transform-origin:left;transform:scaleX(0)}.qodef-qi-button.qodef-icon-background-hover--reveal-vertical .qodef-m-icon:after{transform-origin:bottom;transform:scaleY(0)}.qodef-qi-button.qodef-type--icon-boxed{padding:0!important;align-items:stretch}.qodef-qi-button.qodef-type--icon-boxed .qodef-m-text{align-self:center;padding:11px 28px}.qodef-qi-button.qodef-type--icon-boxed.qodef-size--small .qodef-m-text{padding:7px 15px}.qodef-qi-button.qodef-type--icon-boxed.qodef-size--large .qodef-m-text{padding:13px 40px}.qodef-qi-button.qodef-type--icon-boxed .qodef-m-icon{position:relative;display:flex;align-items:center;justify-content:center;text-align:center;padding:11px 0}.qodef-qi-button.qodef-type--icon-boxed .qodef-m-icon i{line-height:inherit}.qodef-qi-button.qodef-type--icon-boxed .qodef-m-icon svg{width:1em;fill:currentColor;stroke:currentColor}.qodef-qi-button.qodef-type--icon-boxed .qodef-m-border{width:2px;background-color:#111;transition:background-color .25s ease-in-out}.qodef-qi-button.qodef-type--inner-border .qodef-m-inner-border{position:absolute;top:0;left:0;width:100%;height:100%;color:#111;font-size:4px;transition:color .25s ease-in-out}.qodef-qi-button.qodef-type--inner-border .qodef-m-border-bottom,.qodef-qi-button.qodef-type--inner-border .qodef-m-border-left,.qodef-qi-button.qodef-type--inner-border .qodef-m-border-right,.qodef-qi-button.qodef-type--inner-border .qodef-m-border-top{position:absolute;background-color:currentColor;transition:background-color .25s ease-in-out}.qodef-qi-button.qodef-type--inner-border .qodef-m-border-top{top:1em;left:1em;height:2px;width:calc(100% - 2em)}.qodef-qi-button.qodef-type--inner-border .qodef-m-border-right{top:1em;right:1em;width:2px;height:calc(100% - 2em)}.qodef-qi-button.qodef-type--inner-border .qodef-m-border-bottom{bottom:1em;right:1em;height:2px;width:calc(100% - 2em)}.qodef-qi-button.qodef-type--inner-border .qodef-m-border-left{bottom:1em;left:1em;width:2px;height:calc(100% - 2em)}.qodef-inner-border-hover--draw .qodef-m-inner-border-copy .qodef-m-border-bottom,.qodef-inner-border-hover--draw .qodef-m-inner-border-copy .qodef-m-border-left,.qodef-inner-border-hover--draw .qodef-m-inner-border-copy .qodef-m-border-right,.qodef-inner-border-hover--draw .qodef-m-inner-border-copy .qodef-m-border-top{transition:transform .36s ease-out}.qodef-inner-border-hover--draw.q-draw-center .qodef-m-inner-border-copy .qodef-m-border-bottom,.qodef-inner-border-hover--draw.q-draw-center .qodef-m-inner-border-copy .qodef-m-border-top,.qodef-inner-border-hover--draw.q-draw-one-point .qodef-m-inner-border-copy .qodef-m-border-bottom,.qodef-inner-border-hover--draw.q-draw-one-point .qodef-m-inner-border-copy .qodef-m-border-top,.qodef-inner-border-hover--draw.q-draw-two-points .qodef-m-inner-border-copy .qodef-m-border-bottom,.qodef-inner-border-hover--draw.q-draw-two-points .qodef-m-inner-border-copy .qodef-m-border-top{transform:scaleX(0)}.qodef-inner-border-hover--draw.q-draw-center .qodef-m-inner-border-copy .qodef-m-border-left,.qodef-inner-border-hover--draw.q-draw-center .qodef-m-inner-border-copy .qodef-m-border-right,.qodef-inner-border-hover--draw.q-draw-one-point .qodef-m-inner-border-copy .qodef-m-border-left,.qodef-inner-border-hover--draw.q-draw-one-point .qodef-m-inner-border-copy .qodef-m-border-right,.qodef-inner-border-hover--draw.q-draw-two-points .qodef-m-inner-border-copy .qodef-m-border-left,.qodef-inner-border-hover--draw.q-draw-two-points .qodef-m-inner-border-copy .qodef-m-border-right{transform:scaleY(0)}.qodef-inner-border-hover--draw.q-draw-center:hover .qodef-m-inner-border-copy .qodef-m-border-bottom,.qodef-inner-border-hover--draw.q-draw-center:hover .qodef-m-inner-border-copy .qodef-m-border-left,.qodef-inner-border-hover--draw.q-draw-center:hover .qodef-m-inner-border-copy .qodef-m-border-right,.qodef-inner-border-hover--draw.q-draw-center:hover .qodef-m-inner-border-copy .qodef-m-border-top,.qodef-inner-border-hover--draw.q-draw-one-point:hover .qodef-m-inner-border-copy .qodef-m-border-bottom,.qodef-inner-border-hover--draw.q-draw-one-point:hover .qodef-m-inner-border-copy .qodef-m-border-left,.qodef-inner-border-hover--draw.q-draw-one-point:hover .qodef-m-inner-border-copy .qodef-m-border-right,.qodef-inner-border-hover--draw.q-draw-one-point:hover .qodef-m-inner-border-copy .qodef-m-border-top,.qodef-inner-border-hover--draw.q-draw-two-points:hover .qodef-m-inner-border-copy .qodef-m-border-bottom,.qodef-inner-border-hover--draw.q-draw-two-points:hover .qodef-m-inner-border-copy .qodef-m-border-left,.qodef-inner-border-hover--draw.q-draw-two-points:hover .qodef-m-inner-border-copy .qodef-m-border-right,.qodef-inner-border-hover--draw.q-draw-two-points:hover .qodef-m-inner-border-copy .qodef-m-border-top{transform:scaleX(1) scaleY(1)}.qodef-inner-border-hover--draw.q-draw-one-point .qodef-m-inner-border-copy .qodef-m-border-bottom,.qodef-inner-border-hover--draw.q-draw-one-point .qodef-m-inner-border-copy .qodef-m-border-left,.qodef-inner-border-hover--draw.q-draw-one-point .qodef-m-inner-border-copy .qodef-m-border-right,.qodef-inner-border-hover--draw.q-draw-one-point .qodef-m-inner-border-copy .qodef-m-border-top{transition-duration:.28s}.qodef-inner-border-hover--draw.q-draw-one-point .qodef-m-inner-border-copy .qodef-m-border-bottom,.qodef-inner-border-hover--draw.q-draw-one-point .qodef-m-inner-border-copy .qodef-m-border-top{transform-origin:left}.qodef-inner-border-hover--draw.q-draw-one-point .qodef-m-inner-border-copy .qodef-m-border-left,.qodef-inner-border-hover--draw.q-draw-one-point .qodef-m-inner-border-copy .qodef-m-border-right{transform-origin:top}.qodef-inner-border-hover--draw.q-draw-one-point .qodef-m-inner-border-copy .qodef-m-border-left,.qodef-inner-border-hover--draw.q-draw-one-point .qodef-m-inner-border-copy .qodef-m-border-top{transition-delay:.28s}.qodef-inner-border-hover--draw.q-draw-one-point .qodef-m-inner-border-copy .qodef-m-border-bottom,.qodef-inner-border-hover--draw.q-draw-one-point .qodef-m-inner-border-copy .qodef-m-border-right{transition-delay:0s}.qodef-inner-border-hover--draw.q-draw-one-point:hover .qodef-m-inner-border-copy .qodef-m-border-left,.qodef-inner-border-hover--draw.q-draw-one-point:hover .qodef-m-inner-border-copy .qodef-m-border-top{transition-delay:0s}.qodef-inner-border-hover--draw.q-draw-one-point:hover .qodef-m-inner-border-copy .qodef-m-border-bottom,.qodef-inner-border-hover--draw.q-draw-one-point:hover .qodef-m-inner-border-copy .qodef-m-border-right{transition-delay:.28s}.qodef-inner-border-hover--draw.q-draw-two-points .qodef-m-border-top{transform-origin:left}.qodef-inner-border-hover--draw.q-draw-two-points .qodef-m-border-bottom{transform-origin:right}.qodef-inner-border-hover--draw.q-draw-two-points .qodef-m-border-left{transform-origin:top}.qodef-inner-border-hover--draw.q-draw-two-points .qodef-m-border-right{transform-origin:bottom}.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center .qodef-m-inner-border .qodef-m-border-bottom,.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center .qodef-m-inner-border .qodef-m-border-left,.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center .qodef-m-inner-border .qodef-m-border-right,.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center .qodef-m-inner-border .qodef-m-border-top,.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point .qodef-m-inner-border .qodef-m-border-bottom,.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point .qodef-m-inner-border .qodef-m-border-left,.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point .qodef-m-inner-border .qodef-m-border-right,.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point .qodef-m-inner-border .qodef-m-border-top,.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points .qodef-m-inner-border .qodef-m-border-bottom,.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points .qodef-m-inner-border .qodef-m-border-left,.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points .qodef-m-inner-border .qodef-m-border-right,.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points .qodef-m-inner-border .qodef-m-border-top{transition:background-color .25s ease-in-out,transform .36s ease-out;transform:scaleX(1) scaleY(1)}.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center:hover .qodef-m-inner-border .qodef-m-border-bottom,.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center:hover .qodef-m-inner-border .qodef-m-border-top,.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point:hover .qodef-m-inner-border .qodef-m-border-bottom,.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point:hover .qodef-m-inner-border .qodef-m-border-top,.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points:hover .qodef-m-inner-border .qodef-m-border-bottom,.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points:hover .qodef-m-inner-border .qodef-m-border-top{transform:scaleX(0)}.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center:hover .qodef-m-inner-border .qodef-m-border-left,.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center:hover .qodef-m-inner-border .qodef-m-border-right,.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point:hover .qodef-m-inner-border .qodef-m-border-left,.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point:hover .qodef-m-inner-border .qodef-m-border-right,.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points:hover .qodef-m-inner-border .qodef-m-border-left,.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points:hover .qodef-m-inner-border .qodef-m-border-right{transform:scaleY(0)}.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center.q-remove-one-point .qodef-m-inner-border .qodef-m-border-bottom,.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center.q-remove-one-point .qodef-m-inner-border .qodef-m-border-left,.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center.q-remove-one-point .qodef-m-inner-border .qodef-m-border-right,.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center.q-remove-one-point .qodef-m-inner-border .qodef-m-border-top,.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point.q-remove-one-point .qodef-m-inner-border .qodef-m-border-bottom,.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point.q-remove-one-point .qodef-m-inner-border .qodef-m-border-left,.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point.q-remove-one-point .qodef-m-inner-border .qodef-m-border-right,.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point.q-remove-one-point .qodef-m-inner-border .qodef-m-border-top,.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points.q-remove-one-point .qodef-m-inner-border .qodef-m-border-bottom,.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points.q-remove-one-point .qodef-m-inner-border .qodef-m-border-left,.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points.q-remove-one-point .qodef-m-inner-border .qodef-m-border-right,.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points.q-remove-one-point .qodef-m-inner-border .qodef-m-border-top{transition:background-color .25s ease-in-out,transform .28s ease-out}.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center.q-remove-one-point .qodef-m-inner-border .qodef-m-border-bottom,.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center.q-remove-one-point .qodef-m-inner-border .qodef-m-border-top,.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point.q-remove-one-point .qodef-m-inner-border .qodef-m-border-bottom,.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point.q-remove-one-point .qodef-m-inner-border .qodef-m-border-top,.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points.q-remove-one-point .qodef-m-inner-border .qodef-m-border-bottom,.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points.q-remove-one-point .qodef-m-inner-border .qodef-m-border-top{transform-origin:left}.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center.q-remove-one-point .qodef-m-inner-border .qodef-m-border-left,.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center.q-remove-one-point .qodef-m-inner-border .qodef-m-border-right,.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point.q-remove-one-point .qodef-m-inner-border .qodef-m-border-left,.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point.q-remove-one-point .qodef-m-inner-border .qodef-m-border-right,.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points.q-remove-one-point .qodef-m-inner-border .qodef-m-border-left,.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points.q-remove-one-point .qodef-m-inner-border .qodef-m-border-right{transform-origin:top}.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center.q-remove-one-point .qodef-m-inner-border .qodef-m-border-left,.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center.q-remove-one-point .qodef-m-inner-border .qodef-m-border-top,.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point.q-remove-one-point .qodef-m-inner-border .qodef-m-border-left,.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point.q-remove-one-point .qodef-m-inner-border .qodef-m-border-top,.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points.q-remove-one-point .qodef-m-inner-border .qodef-m-border-left,.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points.q-remove-one-point .qodef-m-inner-border .qodef-m-border-top{transition-delay:0s,0s}.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center.q-remove-one-point .qodef-m-inner-border .qodef-m-border-bottom,.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center.q-remove-one-point .qodef-m-inner-border .qodef-m-border-right,.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point.q-remove-one-point .qodef-m-inner-border .qodef-m-border-bottom,.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point.q-remove-one-point .qodef-m-inner-border .qodef-m-border-right,.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points.q-remove-one-point .qodef-m-inner-border .qodef-m-border-bottom,.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points.q-remove-one-point .qodef-m-inner-border .qodef-m-border-right{transition-delay:0s,.28s}.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center.q-remove-one-point:hover .qodef-m-inner-border .qodef-m-border-left,.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center.q-remove-one-point:hover .qodef-m-inner-border .qodef-m-border-top,.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point.q-remove-one-point:hover .qodef-m-inner-border .qodef-m-border-left,.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point.q-remove-one-point:hover .qodef-m-inner-border .qodef-m-border-top,.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points.q-remove-one-point:hover .qodef-m-inner-border .qodef-m-border-left,.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points.q-remove-one-point:hover .qodef-m-inner-border .qodef-m-border-top{transition-delay:0s,.28s}.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center.q-remove-one-point:hover .qodef-m-inner-border .qodef-m-border-bottom,.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center.q-remove-one-point:hover .qodef-m-inner-border .qodef-m-border-right,.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point.q-remove-one-point:hover .qodef-m-inner-border .qodef-m-border-bottom,.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point.q-remove-one-point:hover .qodef-m-inner-border .qodef-m-border-right,.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points.q-remove-one-point:hover .qodef-m-inner-border .qodef-m-border-bottom,.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points.q-remove-one-point:hover .qodef-m-inner-border .qodef-m-border-right{transition-delay:0s,0s}.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center.q-remove-two-points .qodef-m-border-top,.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point.q-remove-two-points .qodef-m-border-top,.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points.q-remove-two-points .qodef-m-border-top{transform-origin:left}.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center.q-remove-two-points .qodef-m-border-bottom,.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point.q-remove-two-points .qodef-m-border-bottom,.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points.q-remove-two-points .qodef-m-border-bottom{transform-origin:right}.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center.q-remove-two-points .qodef-m-border-left,.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point.q-remove-two-points .qodef-m-border-left,.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points.q-remove-two-points .qodef-m-border-left{transform-origin:top}.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center.q-remove-two-points .qodef-m-border-right,.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point.q-remove-two-points .qodef-m-border-right,.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points.q-remove-two-points .qodef-m-border-right{transform-origin:bottom}.qodef-type--inner-border.qodef-inner-border-hover--move-outer-edge{overflow:visible}.qodef-type--inner-border.qodef-inner-border-hover--move-outer-edge .qodef-m-inner-border{top:1em;left:1em;width:calc(100% - 2em);height:calc(100% - 2em);border:1px solid currentColor;transition:all .3s cubic-bezier(.46,.03,.52,.96)}.qodef-type--inner-border.qodef-inner-border-hover--move-outer-edge:hover .qodef-m-inner-border{top:-1em;left:-1em;width:calc(100% + 2em);height:calc(100% + 2em)}.qodef-qi-call-to-action.qodef-layout--standard{position:relative}.qodef-qi-call-to-action.qodef-layout--standard .qodef-m-inner{display:flex;align-items:center;justify-content:space-between;background:#333;padding:6.4% 6% 6.9% 5.5%}.qodef-qi-call-to-action.qodef-layout--standard .qodef-m-content .qodef-m-title{color:#fff;margin:0;transition:color .2s ease-out}.qodef-qi-call-to-action.qodef-layout--standard .qodef-m-content .qodef-m-text{color:#fff;margin:.8em 0 0;transition:color .2s ease-out}.qodef-qi-call-to-action.qodef-layout--standard .qodef-m-button{flex:0 0 auto}.qodef-qi-call-to-action.qodef-layout--standard.qodef-link-overlay .qodef-m-link{position:absolute;top:0;left:0;width:100%;height:100%}.qodef-qi-call-to-action.qodef-layout--standard.qodef-link-overlay .qodef-m-button{z-index:1}@media only screen and (max-width:1024px){.qodef-qi-call-to-action.qodef-layout--standard.qodef-button-below--1024 .qodef-m-inner{display:block}}@media only screen and (max-width:768px){.qodef-qi-call-to-action.qodef-layout--standard.qodef-button-below--768 .qodef-m-inner{display:block}}@media only screen and (max-width:680px){.qodef-qi-call-to-action.qodef-layout--standard.qodef-button-below--680 .qodef-m-inner{display:block}}.qodef-qi-cards-gallery{position:relative;display:inline-block}.qodef-qi-cards-gallery .qodef-e-inner{position:relative}.qodef-qi-cards-gallery .qodef-m-fake-card{position:relative;display:inline-block;opacity:0;visibility:hidden;pointer-events:none}.qodef-qi-cards-gallery .qodef-m-card{position:absolute;transition:all .2s cubic-bezier(.25,.46,.45,.94);width:100%}.qodef-qi-cards-gallery.qodef-orientation--both .qodef-m-card{will-change:transform}.qodef-qi-cards-gallery.qodef-orientation--both .qodef-m-card:nth-child(2n){transform-origin:right}.qodef-qi-cards-gallery.qodef-orientation--both .qodef-m-card:nth-child(2n+1){transform-origin:left}.qodef-qi-cards-gallery.qodef-orientation--both .qodef-m-card.qodef-out{transition:transform .5s ease-in-out,left .3s ease-in-out,right .3s ease-in-out}.qodef-qi-cards-gallery.qodef-orientation--both .qodef-m-card:not(:last-of-type){cursor:pointer}.qodef-qi-cards-gallery.qodef-orientation--both .qodef-m-card:nth-child(2n):not(:last-of-type):not(.active):hover{margin-right:-10px!important}.qodef-qi-cards-gallery.qodef-orientation--both .qodef-m-card:nth-child(2n+1):not(:last-of-type):not(.active):hover{margin-left:-10px!important}.qodef-qi-cards-gallery.qodef-orientation--left .qodef-m-card{transform-origin:left;will-change:transform}.qodef-qi-cards-gallery.qodef-orientation--left .qodef-m-card.qodef-out{transition:transform .5s ease-in-out,left .3s ease-in-out}.qodef-qi-cards-gallery.qodef-orientation--left .qodef-m-card:not(:last-of-type){cursor:pointer}.qodef-qi-cards-gallery.qodef-orientation--left .qodef-m-card:not(:last-of-type):not(.active):hover{margin-left:-10px!important}.qodef-qi-cards-gallery.qodef-orientation--right .qodef-m-card{transform-origin:right;will-change:transform}.qodef-qi-cards-gallery.qodef-orientation--right .qodef-m-card.qodef-out{transition:transform .5s ease-in-out,right .3s ease-in-out}.qodef-qi-cards-gallery.qodef-orientation--right .qodef-m-card:not(:last-of-type){cursor:pointer}.qodef-qi-cards-gallery.qodef-orientation--right .qodef-m-card:not(:last-of-type):not(.active):hover{margin-right:-10px!important}@media only screen and (max-width:768px){.qodef-qi-cards-gallery .qodef-m-fake-card{transform:scale(.8)}.qodef-qi-cards-gallery.qodef-orientation--left .qodef-m-card{transform:scale(.8)}.qodef-qi-cards-gallery.qodef-orientation--left .qodef-m-card.qodef-out{transform:translateX(-100%)}.qodef-qi-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(6){transform:scale(.3) translateX(84%)}.qodef-qi-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(5){transform:scale(.4) translateX(60%)}.qodef-qi-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(4){transform:scale(.5) translateX(39%)}.qodef-qi-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(3){transform:scale(.6) translateX(25%)}.qodef-qi-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(2){transform:scale(.7) translateX(11.2%)}.qodef-qi-cards-gallery.qodef-orientation--right .qodef-m-card{transform:scale(.8)}.qodef-qi-cards-gallery.qodef-orientation--right .qodef-m-card.qodef-out{transform:translateX(100%)}.qodef-qi-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(6){transform:scale(.3) translateX(-84%)}.qodef-qi-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(5){transform:scale(.4) translateX(-60%)}.qodef-qi-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(4){transform:scale(.5) translateX(-39%)}.qodef-qi-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(3){transform:scale(.6) translateX(-25%)}.qodef-qi-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(2){transform:scale(.7) translateX(-11.2%)}}.qodef-qi-cards-slider{position:relative}.qodef-qi-cards-slider .qodef-e-inner{position:relative}.qodef-qi-cards-slider .qodef-m-fake-card{position:relative;display:inline-block;opacity:0;visibility:hidden;pointer-events:none}.qodef-qi-cards-slider .qodef-m-card{position:absolute;width:100%}.qodef-qi-cards-slider .qodef-m-card:not(.qodef-out):not(.qodef-in){transition:all .6s cubic-bezier(.25,.46,.45,.94)}.qodef-qi-cards-slider:not(.qodef-backwards) .qodef-m-card:nth-last-child(2):not(.qodef-out):not(.qodef-in){transition-delay:.1s}.qodef-qi-cards-slider:not(.qodef-backwards) .qodef-m-card:nth-last-child(3):not(.qodef-out):not(.qodef-in){transition-delay:.15s}.qodef-qi-cards-slider:not(.qodef-backwards) .qodef-m-card:nth-last-child(4):not(.qodef-out):not(.qodef-in){transition-delay:.2s}.qodef-qi-cards-slider:not(.qodef-backwards) .qodef-m-card:nth-last-child(5):not(.qodef-out):not(.qodef-in){transition-delay:.25s}.qodef-qi-cards-slider:not(.qodef-backwards) .qodef-m-card:nth-last-child(6):not(.qodef-out):not(.qodef-in){transition-delay:.3s}.qodef-qi-cards-slider:not(.qodef-backwards) .qodef-m-card:nth-last-child(7):not(.qodef-out):not(.qodef-in){transition-delay:.35s}.qodef-qi-cards-slider:not(.qodef-backwards) .qodef-m-card:nth-last-child(8):not(.qodef-out):not(.qodef-in){transition-delay:.4s}.qodef-qi-cards-slider:not(.qodef-backwards) .qodef-m-card:nth-last-child(9):not(.qodef-out):not(.qodef-in){transition-delay:.45s}.qodef-qi-cards-slider:not(.qodef-backwards) .qodef-m-card:nth-last-child(10):not(.qodef-out):not(.qodef-in){transition-delay:.5s}.qodef-qi-cards-slider:not(.qodef-backwards) .qodef-m-card:nth-last-child(11):not(.qodef-out):not(.qodef-in){transition-delay:.55s}.qodef-qi-cards-slider:not(.qodef-backwards) .qodef-m-card:nth-last-child(12):not(.qodef-out):not(.qodef-in){transition-delay:.6s}.qodef-qi-cards-slider:not(.qodef-backwards) .qodef-m-card:nth-last-child(13):not(.qodef-out):not(.qodef-in){transition-delay:.65s}.qodef-qi-cards-slider:not(.qodef-backwards) .qodef-m-card:nth-last-child(14):not(.qodef-out):not(.qodef-in){transition-delay:.7s}.qodef-qi-cards-slider:not(.qodef-backwards) .qodef-m-card:nth-last-child(15):not(.qodef-out):not(.qodef-in){transition-delay:.75s}.qodef-qi-cards-slider:not(.qodef-backwards) .qodef-m-card:nth-last-child(16):not(.qodef-out):not(.qodef-in){transition-delay:.8s}.qodef-qi-cards-slider:not(.qodef-backwards) .qodef-m-card:nth-last-child(17):not(.qodef-out):not(.qodef-in){transition-delay:.85s}.qodef-qi-cards-slider:not(.qodef-backwards) .qodef-m-card:nth-last-child(18):not(.qodef-out):not(.qodef-in){transition-delay:.9s}.qodef-qi-cards-slider:not(.qodef-backwards) .qodef-m-card:nth-last-child(19):not(.qodef-out):not(.qodef-in){transition-delay:.95s}.qodef-qi-cards-slider:not(.qodef-backwards) .qodef-m-card:nth-last-child(20):not(.qodef-out):not(.qodef-in){transition-delay:1s}.qodef-qi-cards-slider.qodef-backwards .qodef-m-card:nth-child(1):not(.qodef-out):not(.qodef-in){transition-delay:50ms}.qodef-qi-cards-slider.qodef-backwards .qodef-m-card:nth-child(2):not(.qodef-out):not(.qodef-in){transition-delay:.1s}.qodef-qi-cards-slider.qodef-backwards .qodef-m-card:nth-child(3):not(.qodef-out):not(.qodef-in){transition-delay:.15s}.qodef-qi-cards-slider.qodef-backwards .qodef-m-card:nth-child(4):not(.qodef-out):not(.qodef-in){transition-delay:.2s}.qodef-qi-cards-slider.qodef-backwards .qodef-m-card:nth-child(5):not(.qodef-out):not(.qodef-in){transition-delay:.25s}.qodef-qi-cards-slider.qodef-backwards .qodef-m-card:nth-child(6):not(.qodef-out):not(.qodef-in){transition-delay:.3s}.qodef-qi-cards-slider.qodef-backwards .qodef-m-card:nth-child(7):not(.qodef-out):not(.qodef-in){transition-delay:.35s}.qodef-qi-cards-slider.qodef-backwards .qodef-m-card:nth-child(8):not(.qodef-out):not(.qodef-in){transition-delay:.4s}.qodef-qi-cards-slider.qodef-backwards .qodef-m-card:nth-child(9):not(.qodef-out):not(.qodef-in){transition-delay:.45s}.qodef-qi-cards-slider.qodef-backwards .qodef-m-card:nth-child(10):not(.qodef-out):not(.qodef-in){transition-delay:.5s}.qodef-qi-cards-slider.qodef-backwards .qodef-m-card:nth-child(11):not(.qodef-out):not(.qodef-in){transition-delay:.55s}.qodef-qi-cards-slider.qodef-backwards .qodef-m-card:nth-child(12):not(.qodef-out):not(.qodef-in){transition-delay:.6s}.qodef-qi-cards-slider.qodef-backwards .qodef-m-card:nth-child(13):not(.qodef-out):not(.qodef-in){transition-delay:.65s}.qodef-qi-cards-slider.qodef-backwards .qodef-m-card:nth-child(14):not(.qodef-out):not(.qodef-in){transition-delay:.7s}.qodef-qi-cards-slider.qodef-backwards .qodef-m-card:nth-child(15):not(.qodef-out):not(.qodef-in){transition-delay:.75s}.qodef-qi-cards-slider.qodef-backwards .qodef-m-card:nth-child(16):not(.qodef-out):not(.qodef-in){transition-delay:.8s}.qodef-qi-cards-slider.qodef-backwards .qodef-m-card:nth-child(17):not(.qodef-out):not(.qodef-in){transition-delay:.85s}.qodef-qi-cards-slider.qodef-backwards .qodef-m-card:nth-child(18):not(.qodef-out):not(.qodef-in){transition-delay:.9s}.qodef-qi-cards-slider.qodef-backwards .qodef-m-card:nth-child(19):not(.qodef-out):not(.qodef-in){transition-delay:.95s}.qodef-qi-cards-slider.qodef-backwards .qodef-m-card:nth-child(20):not(.qodef-out):not(.qodef-in){transition-delay:1s}.qodef-qi-cards-slider.qodef-orientation--left .qodef-m-card{transform-origin:left;will-change:transform}.qodef-qi-cards-slider.qodef-orientation--right .qodef-m-card{transform-origin:right;will-change:transform}.qodef-qi-cards-slider .qodef-m-navigation{display:flex;justify-content:flex-start;width:100%;margin-top:30px}.qodef-qi-cards-slider .qodef-m-navigation .qodef-nav{width:auto;height:auto;color:#111;font-size:26px;text-align:center;transition:color .2s ease-out,background-color .2s ease-out;cursor:pointer}.qodef-qi-cards-slider .qodef-m-navigation .qodef-nav svg{display:block;width:1em;height:auto;transition:background-color .2s ease-out,color .2s ease-out;stroke:currentColor;fill:currentColor}.qodef-qi-cards-slider .qodef-m-navigation .qodef-nav.qodef--prev{margin-right:15px}.qodef-qi-cards-slider.qodef-navigation--hover-move .qodef--next i,.qodef-qi-cards-slider.qodef-navigation--hover-move .qodef--next svg,.qodef-qi-cards-slider.qodef-navigation--hover-move .qodef--prev i,.qodef-qi-cards-slider.qodef-navigation--hover-move .qodef--prev svg{transform:translateX(0);will-change:transform;transition:transform .12s ease-out,background-color .2s ease-out,color .2s ease-out}.qodef-qi-cards-slider.qodef-navigation--hover-move .qodef--next:hover i,.qodef-qi-cards-slider.qodef-navigation--hover-move .qodef--next:hover svg,.qodef-qi-cards-slider.qodef-navigation--hover-move .qodef--prev:hover i,.qodef-qi-cards-slider.qodef-navigation--hover-move .qodef--prev:hover svg{transition:transform .22s cubic-bezier(.37,.08,.02,.93) 50ms,background-color .2s ease-out,color .2s ease-out}.qodef-qi-cards-slider.qodef-navigation--hover-move .qodef--prev:hover i,.qodef-qi-cards-slider.qodef-navigation--hover-move .qodef--prev:hover svg{transform:translateX(-4px)}.qodef-qi-cards-slider.qodef-navigation--hover-move .qodef--next:hover i,.qodef-qi-cards-slider.qodef-navigation--hover-move .qodef--next:hover svg{transform:translateX(4px)}.qodef-qi-clients-slider .qodef-e-inner{position:relative;display:inline-block;vertical-align:top;width:100%;line-height:0}.qodef-qi-clients-slider .qodef-e-inner a{display:inline-block}.qodef-qi-clients-slider .qodef-e-images-holder{position:relative;display:inline-block;vertical-align:top;line-height:0;margin:0 0 1em}.qodef-qi-clients-slider .qodef-e-title{margin:0 0 .65em}.qodef-qi-clients-slider .qodef-e-text{line-height:1rem}.qodef-qi-clients-slider .qodef-e-main-image{display:inline-block;width:auto}.qodef-qi-clients-slider .qodef-e-hover-image{position:absolute;top:0;left:0;width:auto;height:100%}.qodef-qi-clients-slider .qodef-e-hover-image img{max-height:100%;object-fit:contain}.qodef-qi-clients-slider .qodef-e-icon{position:absolute;top:10px;right:10px}.qodef-qi-clients-slider .qodef-e-icon a{color:inherit}.qodef-qi-clients-slider .qodef-e-icon svg{width:1em;height:auto;stroke:currentColor;fill:currentColor}.qodef-qi-clients-slider.qodef--boxed .qodef-e-inner{padding:20px;background-color:#f6f6f6}.qodef-qi-clients-slider.qodef--hover-change-image .qodef-e-hover-image,.qodef-qi-clients-slider.qodef--hover-change-image .qodef-e-main-image{will-change:opacity;transition:opacity .25s ease-in-out}.qodef-qi-clients-slider.qodef--hover-change-image .qodef-e-hover-image{opacity:0}.qodef-qi-clients-slider.qodef--hover-change-image .qodef-e-inner:hover .qodef-e-hover-image{opacity:1}.qodef-qi-clients-slider.qodef--hover-change-image .qodef-e-inner:hover .qodef-e-main-image{opacity:0}.qodef-qi-clients-slider.qodef--hover-opacity .qodef-e-main-image{opacity:1;transition:opacity .2s ease-out;will-change:opacity}.qodef-qi-clients-slider.qodef--hover-opacity .qodef-e-hover-image{display:none}.qodef-qi-clients-slider.qodef--hover-opacity .qodef-e-inner:hover .qodef-e-main-image{opacity:.8}.qodef-qi-clients-slider.qodef--hover-scale .qodef-e-main-image{transform:scale(1) translateZ(0);transition:transform .25s cubic-bezier(.22,.61,.36,1)}.qodef-qi-clients-slider.qodef--hover-scale .qodef-e-inner:hover .qodef-e-main-image{transform:scale(1.05) translateZ(0)}.qodef-qi-clients-slider.qodef--hover-roll-horizontal .qodef-e-images-holder,.qodef-qi-clients-slider.qodef--hover-roll-vertical .qodef-e-images-holder{overflow:hidden}.qodef-qi-clients-slider.qodef--hover-roll-horizontal .qodef-e-hover-image,.qodef-qi-clients-slider.qodef--hover-roll-horizontal .qodef-e-main-image,.qodef-qi-clients-slider.qodef--hover-roll-vertical .qodef-e-hover-image,.qodef-qi-clients-slider.qodef--hover-roll-vertical .qodef-e-main-image{transition:transform .5s cubic-bezier(.22,.61,.36,1)}.qodef-qi-clients-slider.qodef--hover-roll-horizontal .qodef-e-hover-image,.qodef-qi-clients-slider.qodef--hover-roll-vertical .qodef-e-hover-image{opacity:1}.qodef-qi-clients-slider.qodef--hover-roll-horizontal .qodef-e-main-image{transform:translateX(0)}.qodef-qi-clients-slider.qodef--hover-roll-horizontal .qodef-e-hover-image{transform:translateX(-130%)}.qodef-qi-clients-slider.qodef--hover-roll-horizontal .qodef-e-inner:hover .qodef-e-hover-image{transform:translateX(0)}.qodef-qi-clients-slider.qodef--hover-roll-horizontal .qodef-e-inner:hover .qodef-e-main-image{transform:translateX(130%)}.qodef-qi-clients-slider.qodef--hover-roll-vertical .qodef-e-main-image{transform:translateY(0)}.qodef-qi-clients-slider.qodef--hover-roll-vertical .qodef-e-hover-image{transform:translateY(130%)}.qodef-qi-clients-slider.qodef--hover-roll-vertical .qodef-e-inner:hover .qodef-e-hover-image{transform:translateY(0)}.qodef-qi-clients-slider.qodef--hover-roll-vertical .qodef-e-inner:hover .qodef-e-main-image{transform:translateY(-130%)}.qodef-qi-clients-slider.qodef-title--hover-underline.qodef-qi-swiper-container .qodef-e .qodef-e-title a{display:inline}.qodef-qi-clients-slider.qodef-title--hover-underline .qodef-e-title a{display:inline;position:relative;width:100%;background-repeat:no-repeat;background-image:linear-gradient(transparent calc(100% - .1em),currentColor .1em);transition:.5s cubic-bezier(.32,.32,.15,1.17);background-size:0 100%}.qodef-qi-clients-slider.qodef-title--hover-underline.qodef-title--hover-long .qodef-e-title a{transition-duration:.9s}.qodef-qi-clients-slider.qodef-title--hover-underline .qodef-e-inner:hover .qodef-e-title a{background-size:100% 100%}.qodef-qi-clients-list .qodef-e-inner{position:relative;display:inline-block;vertical-align:top;width:100%}.qodef-qi-clients-list .qodef-e-inner a{display:inline-block}.qodef-qi-clients-list .qodef-e-inner>a{display:block}.qodef-qi-clients-list .qodef-grid-item{text-align:center}.qodef-qi-clients-list .qodef-e-images-holder{position:relative;display:inline-block;vertical-align:top;line-height:0;margin:0 0 1em}.qodef-qi-clients-list .qodef-e-main-image{display:inline-block;width:auto}.qodef-qi-clients-list .qodef-e-hover-image{position:absolute;top:0;left:0;width:auto;height:100%;opacity:0}.qodef-qi-clients-list .qodef-e-hover-image img{max-height:100%;object-fit:contain}.qodef-qi-clients-list .qodef-e-title{margin:0 0 .65em}.qodef-qi-clients-list .qodef-e-text{margin:0}.qodef-qi-clients-list .qodef-e-icon{position:absolute;top:10px;right:10px}.qodef-qi-clients-list .qodef-e-icon a{color:inherit}.qodef-qi-clients-list .qodef-e-icon svg{width:1em;height:auto;stroke:currentColor;fill:currentColor}.qodef-qi-clients-list.qodef--boxed .qodef-e-inner{padding:20px;background-color:#f6f6f6}.qodef-qi-clients-list.qodef-border--all{border-width:1px;border-style:solid;border-color:#ebebeb;overflow:hidden}.qodef-qi-clients-list.qodef-border--all .qodef-grid-inner{gap:0!important;border-width:0;border-style:inherit;border-color:inherit;margin-right:-1px;margin-bottom:-1px}.qodef-qi-clients-list.qodef-border--all .qodef-grid-item{border-width:1px;border-style:inherit;border-top-style:hidden;border-left-style:hidden;border-color:inherit}.qodef-qi-clients-list.qodef-border--inner{margin:0!important;overflow:hidden}.qodef-qi-clients-list.qodef-border--inner .qodef-grid-inner{margin:-1px -1px 0!important;padding-right:1px;gap:0}.qodef-qi-clients-list.qodef-border--inner .qodef-grid-item{margin:0!important;padding:0!important;border-top:1px solid #ebebeb;border-left:1px solid #ebebeb}.qodef-qi-clients-list.qodef--hover-change-image .qodef-e-hover-image,.qodef-qi-clients-list.qodef--hover-change-image .qodef-e-main-image{will-change:opacity;transition:opacity .25s ease-in-out}.qodef-qi-clients-list.qodef--hover-change-image .qodef-e-hover-image{opacity:0}.qodef-qi-clients-list.qodef--hover-change-image .qodef-e-inner:hover .qodef-e-hover-image{opacity:1}.qodef-qi-clients-list.qodef--hover-change-image .qodef-e-inner:hover .qodef-e-main-image{opacity:0}.qodef-qi-clients-list.qodef--hover-opacity .qodef-e-main-image{opacity:1;transition:opacity .2s ease-out;will-change:opacity}.qodef-qi-clients-list.qodef--hover-opacity .qodef-e-hover-image{display:none}.qodef-qi-clients-list.qodef--hover-opacity .qodef-e-inner:hover .qodef-e-main-image{opacity:.8}.qodef-qi-clients-list.qodef--hover-scale .qodef-e-main-image{transform:scale(1) translateZ(0);transition:transform .25s cubic-bezier(.22,.61,.36,1)}.qodef-qi-clients-list.qodef--hover-scale .qodef-e-inner:hover .qodef-e-main-image{transform:scale(1.05) translateZ(0)}.qodef-qi-clients-list.qodef--hover-roll-horizontal .qodef-e-images-holder,.qodef-qi-clients-list.qodef--hover-roll-vertical .qodef-e-images-holder{overflow:hidden}.qodef-qi-clients-list.qodef--hover-roll-horizontal .qodef-e-hover-image,.qodef-qi-clients-list.qodef--hover-roll-horizontal .qodef-e-main-image,.qodef-qi-clients-list.qodef--hover-roll-vertical .qodef-e-hover-image,.qodef-qi-clients-list.qodef--hover-roll-vertical .qodef-e-main-image{transition:transform .5s cubic-bezier(.22,.61,.36,1)}.qodef-qi-clients-list.qodef--hover-roll-horizontal .qodef-e-hover-image,.qodef-qi-clients-list.qodef--hover-roll-vertical .qodef-e-hover-image{opacity:1}.qodef-qi-clients-list.qodef--hover-roll-horizontal .qodef-e-main-image{transform:translateX(0)}.qodef-qi-clients-list.qodef--hover-roll-horizontal .qodef-e-hover-image{transform:translateX(-130%)}.qodef-qi-clients-list.qodef--hover-roll-horizontal .qodef-e-inner:hover .qodef-e-hover-image{transform:translateX(0)}.qodef-qi-clients-list.qodef--hover-roll-horizontal .qodef-e-inner:hover .qodef-e-main-image{transform:translateX(130%)}.qodef-qi-clients-list.qodef--hover-roll-vertical .qodef-e-main-image{transform:translateY(0)}.qodef-qi-clients-list.qodef--hover-roll-vertical .qodef-e-hover-image{transform:translateY(130%)}.qodef-qi-clients-list.qodef--hover-roll-vertical .qodef-e-inner:hover .qodef-e-hover-image{transform:translateY(0)}.qodef-qi-clients-list.qodef--hover-roll-vertical .qodef-e-inner:hover .qodef-e-main-image{transform:translateY(-130%)}.qodef-qi-clients-list.qodef-title--hover-underline .qodef-e-title a{display:inline;position:relative;width:100%;background-repeat:no-repeat;background-image:linear-gradient(transparent calc(100% - .1em),currentColor .1em);transition:.5s cubic-bezier(.32,.32,.15,1.17);background-size:0 100%}.qodef-qi-clients-list.qodef-title--hover-underline .qodef-e-inner:hover .qodef-e-title a{background-size:100% 100%}.qodef-qi-contact-form-7 form div{position:relative;margin:0}.qodef-qi-contact-form-7.qodef-button--full-width input[type=submit]{width:100%}.qodef-qi-contact-form-7 .wpcf7-form-control-wrap{width:100%;display:block}.qodef-qi-contact-form-7 textarea{resize:none}.qodef-qi-contact-form-7 .wpcf7-list-item.first{margin-left:0}.qodef-qi-contact-form-7 .qodef-cf7-flex{display:flex}@media only screen and (max-width:1024px){.qodef-qi-contact-form-7 .qodef-cf7-flex.qodef-cf7-wrap--1024{flex-wrap:wrap}}@media only screen and (max-width:768px){.qodef-qi-contact-form-7 .qodef-cf7-flex.qodef-cf7-wrap--768{flex-wrap:wrap}}@media only screen and (max-width:680px){.qodef-qi-contact-form-7 .qodef-cf7-flex.qodef-cf7-wrap--680{flex-wrap:wrap}}.qodef-qi-contact-form-7 .qodef-grid-inner{row-gap:0!important}.qodef-qi-contact-form-7 .qodef-grid-item{margin:0!important}.qodef-qi-contact-form-7 .wpcf7-checkbox,.qodef-qi-contact-form-7 .wpcf7-radio{line-height:1;display:block}.qodef-qi-contact-form-7 .wpcf7-checkbox label,.qodef-qi-contact-form-7 .wpcf7-radio label{display:flex;align-items:center;justify-content:center}.qodef-qi-contact-form-7 .wpcf7-spinner{position:absolute;right:0;margin:10px 0 0}.qodef-qi-contact-form-7 label{margin-bottom:0}.qodef-qi-contact-form-7 input[type=date],.qodef-qi-contact-form-7 input[type=email],.qodef-qi-contact-form-7 input[type=number],.qodef-qi-contact-form-7 input[type=password],.qodef-qi-contact-form-7 input[type=search],.qodef-qi-contact-form-7 input[type=tel],.qodef-qi-contact-form-7 input[type=text],.qodef-qi-contact-form-7 input[type=url],.qodef-qi-contact-form-7 select,.qodef-qi-contact-form-7 textarea{margin:0}.qodef-qi-contact-form-7 input[type=checkbox],.qodef-qi-contact-form-7 input[type=radio]{margin:0;width:1em;height:1em;vertical-align:middle}.qodef-qi-contact-form-7 button[type=submit]:focus,.qodef-qi-contact-form-7 button[type=submit]:hover,.qodef-qi-contact-form-7 input[type=submit]:focus,.qodef-qi-contact-form-7 input[type=submit]:hover{color:unset;background-color:unset}.qodef-qi-contact-form-7 input[type=submit]{transition:all .3s ease-out}.qodef-qi-contact-form-7 textarea{vertical-align:middle}.qodef-qi-contact-form-7 .qodef-qi-multiform-newsletter .wpcf7-form-control-wrap{z-index:5}.qodef-qi-contact-form-7 .qodef-qi-multiform-newsletter .qodef-qi-multiform-next>.wpcf7-submit{z-index:10}.qodef-qi-countdown .qodef-m-date{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap}.qodef-qi-countdown .qodef-digit-wrapper{position:relative;display:flex;flex-direction:column;justify-content:center;text-align:center;width:150px}.qodef-qi-countdown .qodef-digit{font-size:70px;line-height:1}.qodef-qi-countdown .qodef-label{font-size:20px}.qodef-qi-counter.qodef-layout--simple.qodef-digit-stroke-effect .qodef-m-digit{color:transparent!important;-webkit-text-stroke-width:1px;-webkit-text-stroke-color:#333;text-shadow:none}.qodef-qi-counter.qodef-layout--simple .qodef-m-digit-wrapper{position:relative;display:inline-flex;align-items:center;justify-content:center}.qodef-qi-counter.qodef-layout--simple .qodef-m-digit{display:inline-block;font-size:70px;line-height:1}.qodef-qi-counter.qodef-layout--simple .qodef-m-icon{position:absolute;top:0;right:0;transform:translate(100%,-50%);font-size:20px}.qodef-qi-counter.qodef-layout--simple .qodef-m-title{margin:.9em 0 0}.qodef-qi-counter.qodef-layout--simple .qodef-m-text{margin:.45em 0 0}.qodef-qi-device-carousel{position:relative}.qodef-qi-device-carousel>.qodef-qi-swiper-container{padding:30px 0}.qodef-qi-device-carousel>.qodef-qi-swiper-container>.swiper-wrapper{align-items:center}.qodef-qi-device-carousel .qodef-device-carousel-device{position:relative;margin:0 auto}.qodef-qi-device-carousel .qodef-device-carousel-device .qodef-device-carousel-device-image{position:relative;pointer-events:none;box-shadow:0 0 20px rgba(0,0,0,.07);border-radius:30px;z-index:10}.qodef-qi-device-carousel .qodef-device-carousel-device .qodef-device-carousel-device-image img{width:100%}.qodef-qi-device-carousel .qodef-device-carousel-device .qodef-m-items{position:absolute;top:0;left:0;bottom:0;right:0;z-index:-1}.qodef-qi-device-carousel .qodef-device-carousel-device .qodef-qi-swiper-container{overflow:hidden;height:100%;padding:0!important}.qodef-qi-device-carousel .qodef-device-carousel-device .qodef-m-item{height:100%}.qodef-qi-device-carousel .qodef-device-carousel-device .qodef-m-item img{height:100%;object-fit:cover}.qodef-qi-device-slider{position:relative;margin:auto}.qodef-qi-device-slider .qodef-device-slider-image{position:relative;pointer-events:none;z-index:10}.qodef-qi-device-slider .qodef-device-slider-image img{width:100%}.qodef-frame-shadow--enabled.qodef-qi-device-slider .qodef-device-slider-image img{filter:drop-shadow(0 6px 16.8px rgba(0,0,0,.07))}.qodef-qi-device-slider .qodef-m-items{position:absolute;top:0;left:0;bottom:0;right:0;z-index:5}.qodef-qi-device-slider .qodef-qi-swiper-container{overflow:hidden;height:100%}.qodef-qi-device-slider .qodef-m-item{height:100%}.qodef-qi-device-slider .qodef-m-item a{height:100%}.qodef-qi-device-slider .qodef-m-item img{height:100%;object-fit:cover}@media only screen and (max-width:1024px){.qodef-device-slider-holder{margin-bottom:96px}.qodef-device-slider-holder .swiper-pagination-bullets{bottom:-96px!important}}@media only screen and (max-width:768px){.qodef-device-slider-holder{margin-bottom:86px}.qodef-device-slider-holder .swiper-pagination-bullets{bottom:-86px!important}}@media only screen and (max-width:680px){.qodef-device-slider-holder{margin-bottom:76px}.qodef-device-slider-holder .swiper-pagination-bullets{bottom:-76px!important}}@media only screen and (max-width:480px){.qodef-device-slider-holder{margin-bottom:46px}.qodef-device-slider-holder .swiper-pagination-bullets{bottom:-46px!important}}.qodef-qi-separator{position:relative;height:auto;font-size:0;line-height:1}.qodef-qi-separator .qodef-m-line{position:relative;display:inline-block;width:100%;vertical-align:top;font-size:1px;color:#111;border-bottom:1em solid currentColor;margin:10px 0}.qodef-qi-separator.qodef-position--center{text-align:center}.qodef-qi-separator.qodef-position--left{text-align:left}.qodef-qi-separator.qodef-position--right{text-align:right}.qodef-qi-separator.qodef-separator--border-image .qodef-m-line{font-size:12px;height:1em;border-bottom:none;margin:10px 0;background-size:contain;background-repeat:round}.qodef-qi-separator.qodef-separator--with-icon{display:flex}.qodef-qi-separator.qodef-separator--with-icon .qodef-m-line{display:flex;align-items:center;border-width:0}.qodef-qi-separator.qodef-separator--with-icon .qodef-m-separator-icon{flex-shrink:0;font-size:1rem;margin:0 1em}.qodef-qi-separator.qodef-separator--with-icon .qodef-m-separator-icon svg{width:1em;fill:currentColor;stroke:currentColor}.qodef-qi-separator.qodef-separator--with-icon .qodef-m-inner-line{width:50%;border-color:currentColor;border-style:inherit;border-width:1em}.qodef-qi-separator.qodef-separator--with-icon.qodef-position--center{justify-content:center}.qodef-qi-separator.qodef-separator--with-icon.qodef-position--left{justify-content:flex-start}.qodef-qi-separator.qodef-separator--with-icon.qodef-position--right{justify-content:flex-end}.qodef-qi-dropcaps{position:relative}.qodef-qi-dropcaps.qodef-letter-stroke-effect .qodef-m-letter{color:transparent!important;-webkit-text-stroke-width:1px;-webkit-text-stroke-color:#333;text-shadow:none}.qodef-qi-dropcaps.qodef-letter-clip-effect .qodef-m-letter{-webkit-background-clip:text;-webkit-text-fill-color:transparent}body.e--ua-safari .qodef-qi-dropcaps.qodef-letter-clip-effect .qodef-m-letter{display:block}.qodef-qi-dropcaps .qodef-m-letter{float:left;font-size:60px;line-height:1em;width:1em;height:1em;display:inline-flex;align-items:center;justify-content:center}.qodef-qi-dropcaps .qodef-m-text{margin:0}.qodef-qi-dual-image-with-content{position:relative;display:flex}.qodef-qi-dual-image-with-content.qodef--content-right{flex-direction:row-reverse}.qodef-qi-dual-image-with-content .qodef-dual-content{display:flex;width:50%;flex-direction:column;align-items:flex-start;justify-content:space-between;padding:100px;background-color:#f6f6f6}.qodef-qi-dual-image-with-content .qodef-m-inner-content>.qodef-m-title{margin:0 0 .5em}.qodef-qi-dual-image-with-content .qodef-m-inner-content>.qodef-m-text{margin:0 0 .5em}.qodef-qi-dual-image-with-content .qodef-m-inner-bottom{width:100%}.qodef-qi-dual-image-with-content .qodef-m-content-shortcode{position:relative}.qodef-qi-dual-image-with-content .qodef-image-holder{--holder_height:auto;position:relative;flex:1;height:var(--holder_height)}.qodef-qi-dual-image-with-content .qodef-m-main-image{width:100%;height:100%}.qodef-qi-dual-image-with-content .qodef-m-main-image img{height:100%;object-fit:cover}.qodef-qi-dual-image-with-content .qodef-m-second-image{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.qodef-qi-dual-image-with-content.qodef-decoration--underline .qodef-e-decorated{text-decoration:underline}.qodef-qi-dual-image-with-content.qodef-decoration--italic .qodef-e-decorated{font-style:italic}.qodef-qi-dual-image-with-content.qodef-decoration--bold .qodef-e-decorated{font-weight:700}.qodef-qi-dual-image-with-content.qodef-link--underline-draw .qodef-e-link{color:currentColor;width:100%;background-repeat:no-repeat;background-image:linear-gradient(transparent calc(100% - .07em),currentColor .07em);background-size:100% 87%}.qodef-qi-dual-image-with-content.qodef-link--underline-draw .qodef-e-link:hover{animation:qodef-animate-underline-multiline 1.1s cubic-bezier(.32,.32,.15,1.17) forwards}.qodef-qi-dual-image-with-content.qodef-qi--has-appear.qodef--content-left .qodef-dual-content+.qodef-image-holder .qodef-m-main-image img{transform:scale(1) translateX(14px)}.qodef-qi-dual-image-with-content.qodef-qi--has-appear.qodef--content-right .qodef-dual-content+.qodef-image-holder .qodef-m-main-image img{transform:scale(1) translateX(-14px)}.qodef-qi-dual-image-with-content.qodef-qi--has-appear.qodef--content-left .qodef-dual-content+.qodef-image-holder,.qodef-qi-dual-image-with-content.qodef-qi--has-appear.qodef--content-right .qodef-dual-content+.qodef-image-holder{overflow:hidden}.qodef-qi-dual-image-with-content.qodef-qi--has-appear.qodef--content-left .qodef-dual-content+.qodef-image-holder .qodef-m-main-image,.qodef-qi-dual-image-with-content.qodef-qi--has-appear.qodef--content-right .qodef-dual-content+.qodef-image-holder .qodef-m-main-image{display:flex;justify-content:center}.qodef-qi-dual-image-with-content.qodef-qi--has-appear.qodef--content-left .qodef-dual-content+.qodef-image-holder .qodef-m-main-image img,.qodef-qi-dual-image-with-content.qodef-qi--has-appear.qodef--content-right .qodef-dual-content+.qodef-image-holder .qodef-m-main-image img{display:inline-block;max-width:unset;transition:transform 1.3s cubic-bezier(.37,.08,.02,.93) 0s}.qodef-qi-dual-image-with-content.qodef-qi--has-appear.qodef--content-left.qodef-qi--appeared .qodef-dual-content+.qodef-image-holder .qodef-m-main-image img,.qodef-qi-dual-image-with-content.qodef-qi--has-appear.qodef--content-right.qodef-qi--appeared .qodef-dual-content+.qodef-image-holder .qodef-m-main-image img{transform:scale(1) translateX(0)}@media only screen and (max-width:1440px){.qodef-qi-dual-image-with-content .qodef-image-holder{height:var(--holder_height_1440)}}@media only screen and (max-width:1366px){.qodef-qi-dual-image-with-content .qodef-image-holder{height:var(--holder_height_1366)}}@media only screen and (max-width:1280px){.qodef-qi-dual-image-with-content .qodef-image-holder{height:var(--holder_height_1280)}}@media only screen and (max-width:1024px){.qodef-qi-dual-image-with-content .qodef-image-holder{height:var(--holder_height_1024)}}@media only screen and (max-width:768px){.qodef-qi-dual-image-with-content .qodef-image-holder{height:var(--holder_height_768)}}@media only screen and (max-width:680px){.qodef-qi-dual-image-with-content .qodef-image-holder{height:var(--holder_height_680)}}@media only screen and (max-width:1024px){.qodef-qi-dual-image-with-content{flex-direction:column}.qodef-qi-dual-image-with-content.qodef--content-right{flex-direction:column}.qodef-qi-dual-image-with-content .qodef-dual-content{width:100%}.qodef-qi-dual-image-with-content .qodef-m-second-image{position:relative;padding:7% 0}.qodef-qi-dual-image-with-content .qodef-m-main-image{position:absolute}.qodef-qi-dual-image-with-content .qodef-image-holder{flex-basis:auto}.qodef-qi-dual-image-with-content.qodef-qi--has-appear.qodef--content-left .qodef-dual-content+.qodef-image-holder .qodef-m-main-image,.qodef-qi-dual-image-with-content.qodef-qi--has-appear.qodef--content-right .qodef-dual-content+.qodef-image-holder .qodef-m-main-image{flex-flow:column;align-items:center}.qodef-qi-dual-image-with-content.qodef-qi--has-appear.qodef--content-left .qodef-dual-content+.qodef-image-holder .qodef-m-main-image img,.qodef-qi-dual-image-with-content.qodef-qi--has-appear.qodef--content-right .qodef-dual-content+.qodef-image-holder .qodef-m-main-image img{max-width:160%}}.qodef-qi-faq{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-qi-faq.qodef-behavior--accordion{opacity:0;overflow-anchor:none}.qodef-qi-faq.qodef-behavior--accordion.qodef--init{opacity:1}.qodef-qi-faq.qodef-behavior--accordion .qodef-e-title-holder{cursor:pointer}.qodef-qi-faq .qodef-e-content-inner{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-qi-faq .qodef-e-icon>svg{width:1em;fill:currentColor;stroke:currentColor}.qodef-qi-faq .qodef-e-title-holder{position:relative;display:flex;align-items:center;justify-content:space-between;padding:26px 10px 26px 26px;transition:all .2s ease-out;margin:0}.qodef-qi-faq .qodef-e-title-holder:not(:first-child){margin:12px 0 0}.qodef-qi-faq .qodef-e-title-holder .qodef-e-title{display:inline-flex}.qodef-qi-faq .qodef-e-title-holder .qodef-e-mark{position:relative;flex-shrink:0;width:20px;height:18px;line-height:1;text-align:center}.qodef-qi-faq .qodef-e-title-holder .qodef-e-mark span{position:absolute;display:flex;align-items:center;justify-content:center;top:0;right:0;height:100%;transition:opacity .2s ease-out,color .2s ease-out}.qodef-qi-faq .qodef-e-title-holder .qodef-e-mark span:before{display:block;line-height:inherit}.qodef-qi-faq .qodef-e-title-holder .qodef-e-mark span.qodef-icon--minus{opacity:0}.qodef-qi-faq .qodef-e-title-holder .qodef-e-mark span.qodef-icon--plus{opacity:1}.qodef-qi-faq .qodef-e-title-holder.ui-state-active .qodef-e-mark span.qodef-icon--minus{opacity:1}.qodef-qi-faq .qodef-e-title-holder.ui-state-active .qodef-e-mark span.qodef-icon--plus{opacity:0}.qodef-qi-faq .qodef-e-title-holder.ui-state-active.ui-state-hover .qodef-e-mark span.qodef-icon--plus{opacity:0}.qodef-qi-faq .qodef-e-title-holder .qodef-e-number{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;margin-right:8px}.qodef-qi-faq .qodef-e-content{padding:0 26px 16px;margin:0;transition:background-color .2s ease-out}.qodef-qi-faq .qodef-e-content p{margin:0}.qodef-qi-faq.qodef-style--standard .qodef-e-content{padding:16px 26px}.qodef-qi-faq.qodef-style--standard .qodef-e-title-holder{background-color:#f6f6f6;border-bottom:1px solid #ebebeb}.qodef-qi-faq.qodef-style--standard .qodef-e-title-holder.ui-state-active{background-color:#f6f6f6}.qodef-qi-faq.qodef-style--standard .qodef-e-title-holder:not(:first-child){margin:0}.qodef-qi-faq.qodef-style--standard .qodef-e-title-holder.ui-accordion-header-collapsed:nth-last-child(2){border-color:transparent!important}.qodef-qi-faq.qodef-style--standard .qodef-e-content{border-bottom:1px solid #ebebeb}.qodef-qi-faq.qodef-style--boxed{border:1px solid #ebebeb}.qodef-qi-faq.qodef-style--boxed .qodef-e-title-holder:not(:first-child){margin:0;border-top:1px solid #ebebeb}.qodef-qi-faq.qodef-style--border-between .qodef-e-title-holder{margin:0;border-top:1px solid #ebebeb}.qodef-qi-faq.qodef-style--border-between .qodef-e-title-holder:first-child{border-top:none}.qodef-qi-graphs{position:relative;visibility:hidden}.qodef-qi-graphs.qodef--init{visibility:visible}.qodef-qi-graphs .qodef-m-inner{position:relative}.qodef-qi-graphs .qodef-m-canvas-holder{display:flex}.qodef-qi-graphs .qodef-m-canvas{position:relative;width:100%}.qodef-qi-graphs.qodef-chart-alignment--flex-start .qodef-m-canvas-holder{justify-content:flex-start}.qodef-qi-graphs.qodef-chart-alignment--center .qodef-m-canvas-holder{justify-content:center}.qodef-qi-graphs.qodef-chart-alignment--flex-end .qodef-m-canvas-holder{justify-content:flex-end}.qodef-qi-highlight{margin:0!important}.qodef-qi-highlight .qodef-highlight-text{padding:0;color:#fff;background-repeat:no-repeat}.qodef-qi-highlight.qodef-qi--has-appear .qodef-highlight-text{background-size:0 100%;background-position-x:left}.qodef-qi-highlight.qodef-qi--has-appear.qodef-qi--appeared.qodef-highlight-style--color .qodef-highlight-text{animation:qodef-animate-highlight 1.1s cubic-bezier(.32,.32,.15,1.17) forwards}.qodef-qi-highlight.qodef-qi--has-appear.qodef-qi--appeared.qodef-highlight-style--color .qodef-highlight-text:nth-of-type(2n+2){animation-delay:.2s}.qodef-qi-progress-bar-horizontal{position:relative;visibility:hidden}.qodef-qi-progress-bar-horizontal.qodef--init{visibility:visible}.qodef-qi-progress-bar-horizontal.qodef--pattern .qodef-m-canvas svg path:first-child{opacity:0}.qodef-qi-progress-bar-horizontal .qodef-m-inner{position:relative;display:flex;flex-direction:column}.qodef-qi-progress-bar-horizontal .qodef-m-canvas{position:relative;width:100%}.qodef-qi-progress-bar-horizontal .qodef-m-content{display:flex;align-items:center}.qodef-qi-progress-bar-horizontal .qodef-m-title{margin:0 0 .5em}.qodef-qi-progress-bar-horizontal .qodef-m-value{padding:0;margin:0 0 .5em;font-size:16px;position:absolute}.qodef-qi-progress-bar-horizontal.qodef-percentage--floating-on .qodef-m-value{margin:0;transform:translateY(100%);z-index:1}.qodef-qi-progress-bar-horizontal.qodef-percentage--floating-above .qodef-m-value-inner{opacity:0;transition:opacity .2s .5s}.qodef-qi-progress-bar-horizontal.qodef-percentage--floating-above.qodef--init .qodef-m-value-inner{opacity:1}.qodef-qi-progress-bar-horizontal.qodef-percentage--fixed-on .qodef-m-content{position:absolute;transform:translateY(-50%);top:50%;left:0;z-index:1}.qodef-qi-progress-bar-horizontal.qodef-percentage--fixed-on .qodef-m-title{margin:0 0 0 .5em}.qodef-qi-progress-bar-horizontal.qodef-percentage--fixed-on .qodef-m-value{margin:0 0 0 .5em;position:relative}.qodef-qi-progress-bar-horizontal.qodef-percentage--fixed-above .qodef-m-value{right:0}.qodef-qi-tabs-horizontal.qodef-layout--simple{position:relative;visibility:hidden}.qodef-qi-tabs-horizontal.qodef-layout--simple.qodef--init{visibility:visible}.qodef-qi-tabs-horizontal.qodef-layout--simple .qodef-tabs-horizontal-navigation{position:relative;display:flex;align-items:center;margin:0;padding:0;list-style:none}@media only screen and (max-width:680px){.qodef-qi-tabs-horizontal.qodef-layout--simple .qodef-tabs-horizontal-navigation{flex-direction:column;align-items:flex-start}.qodef-qi-tabs-horizontal.qodef-layout--simple .qodef-tabs-horizontal-navigation .qodef-tab-title,.qodef-qi-tabs-horizontal.qodef-layout--simple .qodef-tabs-horizontal-navigation li{width:100%}}.qodef-qi-tabs-horizontal.qodef-layout--simple .qodef-tabs-horizontal-navigation li{position:relative;margin:0;padding:0}.qodef-qi-tabs-horizontal.qodef-layout--simple .qodef-tabs-horizontal-navigation li .qodef-tab-title{margin:0}.qodef-qi-tabs-horizontal.qodef-layout--simple .qodef-tabs-horizontal-navigation li a{position:relative;color:#cacaca;display:block;padding:0;transition:color .25s ease-out}.qodef-qi-tabs-horizontal.qodef-layout--simple .qodef-tabs-horizontal-navigation li a:after{content:'';position:absolute;bottom:0;left:0;width:100%;z-index:1;opacity:0;transition:opacity .25s ease-out}.qodef-qi-tabs-horizontal.qodef-layout--simple .qodef-tabs-horizontal-navigation li a:before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;background-color:transparent;transition:opacity .25s ease-out}.qodef-qi-tabs-horizontal.qodef-layout--simple .qodef-tabs-horizontal-navigation li a .q-text{z-index:1;position:relative}.qodef-qi-tabs-horizontal.qodef-layout--simple .qodef-tabs-horizontal-navigation li:not(:last-child){margin-right:4em}.qodef-qi-tabs-horizontal.qodef-layout--simple .qodef-tabs-horizontal-navigation li.ui-state-active a,.qodef-qi-tabs-horizontal.qodef-layout--simple .qodef-tabs-horizontal-navigation li.ui-state-hover a{color:#1e1e1e}.qodef-qi-tabs-horizontal.qodef-layout--simple .qodef-tabs-horizontal-navigation li.ui-state-active a:after,.qodef-qi-tabs-horizontal.qodef-layout--simple .qodef-tabs-horizontal-navigation li.ui-state-active a:before,.qodef-qi-tabs-horizontal.qodef-layout--simple .qodef-tabs-horizontal-navigation li.ui-state-hover a:after,.qodef-qi-tabs-horizontal.qodef-layout--simple .qodef-tabs-horizontal-navigation li.ui-state-hover a:before{opacity:1}.qodef-qi-tabs-horizontal.qodef-layout--simple .qodef-tabs-horizontal-content{position:relative;padding:26px 0 0}.qodef-qi-tabs-horizontal.qodef-layout--simple.qodef-title-hover--underline-draw .qodef-tabs-horizontal-navigation li a:after{opacity:1;transform:scaleX(0);transition:transform .36s cubic-bezier(.51,.5,.07,.99)}.qodef-qi-tabs-horizontal.qodef-layout--simple.qodef-title-hover--underline-draw .qodef-tabs-horizontal-navigation li.ui-state-active a:after,.qodef-qi-tabs-horizontal.qodef-layout--simple.qodef-title-hover--underline-draw .qodef-tabs-horizontal-navigation li.ui-state-hover a:after{transform:scaleX(1)}.qodef-qi-tabs-horizontal.qodef-layout--simple.qodef-title-hover--underline-draw.qodef-title-underline-from-left .qodef-tabs-horizontal-navigation li a:after{transform-origin:left}.qodef-qi-tabs-horizontal.qodef-layout--simple.qodef-title-hover--underline-draw.qodef-title-underline-from-right .qodef-tabs-horizontal-navigation li a:after{left:unset;right:0;transform:scaleX(1);width:0;transition:width .36s cubic-bezier(.51,.5,.07,.99)}.qodef-qi-tabs-horizontal.qodef-layout--simple.qodef-title-hover--underline-draw.qodef-title-underline-from-right .qodef-tabs-horizontal-navigation li.ui-state-active a:after,.qodef-qi-tabs-horizontal.qodef-layout--simple.qodef-title-hover--underline-draw.qodef-title-underline-from-right .qodef-tabs-horizontal-navigation li.ui-state-hover a:after{width:100%}.qodef-qi-how-to{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-qi-how-to .qodef-m-title{margin:.35em 0 0}.qodef-qi-how-to .qodef-m-text{margin:1.2em 0 0}.qodef-qi-how-to .qodef-m-title-holder{margin-bottom:2.5em}.qodef-qi-how-to .qodef-e-step{margin-bottom:30px}.qodef-qi-how-to .qodef-e-step-title{margin:0 0 .8em}.qodef-qi-how-to .qodef-e-step-text{margin:0 0 1em}.qodef-qi-how-to .qodef-e-step-image{display:inline-block;vertical-align:top}.qodef-qi-icon-with-text .qodef-m-title{margin:0}.qodef-qi-icon-with-text .qodef-m-title a{display:block;color:inherit}.qodef-qi-icon-with-text .qodef-m-content>.qodef-m-text{margin:.5em 0 0}.qodef-qi-icon-with-text .qodef-m-button{margin:1.5em 0 0}.qodef-qi-icon-with-text .qodef-m-icon-holder{font-size:1.4em;line-height:1;transition:color .25s ease-in-out,background-color .25s ease-in-out,border-color .25s ease-in-out}.qodef-qi-icon-with-text .qodef-m-icon-holder i{vertical-align:top;color:inherit}.qodef-qi-icon-with-text .qodef-m-icon-holder svg{width:1em;height:auto;vertical-align:top;fill:currentColor;stroke:currentColor;overflow:visible}.qodef-qi-icon-with-text.qodef-icon-boxed .qodef-m-icon-holder{display:inline-flex;align-items:center;justify-content:center;width:3em;height:3em;background-color:#c4c4c4;border:1px solid transparent}.qodef-qi-icon-with-text .qodef-m-content{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-qi-icon-with-text .qodef-m-separator .qodef-m-line{width:60px}.qodef-qi-icon-with-text.qodef--custom-icon .qodef-m-icon-wrapper{position:relative;display:inline-block;vertical-align:top}.qodef-qi-icon-with-text.qodef--custom-icon .qodef-m-icon-wrapper a,.qodef-qi-icon-with-text.qodef--custom-icon .qodef-m-icon-wrapper img{display:block}.qodef-qi-icon-with-text.qodef--appear-from-bottom{opacity:0;transform:translateY(50px);transition:opacity .25s,transform .35s ease-out}.qodef-qi-icon-with-text.qodef--appear-from-bottom.qodef-qi--appeared{opacity:1;transform:translateY(0)}.qodef-qi-icon-with-text.qodef--appear-from-top{opacity:0;transform:translateY(-50px);transition:opacity .25s,transform .35s ease-out}.qodef-qi-icon-with-text.qodef--appear-from-top.qodef-qi--appeared{opacity:1;transform:translateY(0)}.qodef-qi-icon-with-text.qodef--appear-from-left{opacity:0;transform:translateX(-50px);transition:opacity .25s,transform .35s ease-out}.qodef-qi-icon-with-text.qodef--appear-from-left.qodef-qi--appeared{opacity:1;transform:translateX(0)}.qodef-qi-icon-with-text.qodef--appear-from-right{opacity:0;transform:translateX(50px);transition:opacity .25s,transform .35s ease-out}.qodef-qi-icon-with-text.qodef--appear-from-right.qodef-qi--appeared{opacity:1;transform:translateX(0)}.qodef-qi-icon-with-text.qodef--appear-fade{opacity:0;transition:opacity .7s ease-out}.qodef-qi-icon-with-text.qodef--appear-fade.qodef-qi--appeared{opacity:1}.qodef-qi-icon-with-text.qodef-icon--hover-move-horizontal .qodef-m-icon-holder i,.qodef-qi-icon-with-text.qodef-icon--hover-move-horizontal .qodef-m-icon-holder svg{transform:translateX(0);transition:transform .28s cubic-bezier(.22,.61,.36,1)}.qodef-qi-icon-with-text.qodef-icon--hover-move-horizontal:hover .qodef-m-icon-holder i,.qodef-qi-icon-with-text.qodef-icon--hover-move-horizontal:hover .qodef-m-icon-holder svg{transform:translateX(4px)}.qodef-qi-icon-with-text.qodef-icon--hover-move-vertical .qodef-m-icon-holder i,.qodef-qi-icon-with-text.qodef-icon--hover-move-vertical .qodef-m-icon-holder svg{transform:translateY(0);transition:transform .32s cubic-bezier(.22,.61,.36,1)}.qodef-qi-icon-with-text.qodef-icon--hover-move-vertical:hover .qodef-m-icon-holder i,.qodef-qi-icon-with-text.qodef-icon--hover-move-vertical:hover .qodef-m-icon-holder svg{transform:translateY(-7px)}.qodef-qi-icon-with-text.qodef-icon--hover-scale .qodef-m-icon-holder i,.qodef-qi-icon-with-text.qodef-icon--hover-scale .qodef-m-icon-holder svg{transform:scale(1) translateZ(0);transition:transform .3s cubic-bezier(.22,.61,.36,1);will-change:transform}.qodef-qi-icon-with-text.qodef-icon--hover-scale:hover .qodef-m-icon-holder i,.qodef-qi-icon-with-text.qodef-icon--hover-scale:hover .qodef-m-icon-holder svg{transform:scale(1.17) translateZ(0)}.qodef-qi-icon-with-text.qodef-layout--before-content{display:flex;align-items:flex-start}.qodef-qi-icon-with-text.qodef-layout--before-content .qodef-m-icon-wrapper{flex-shrink:0;margin-right:.7em}@media only screen and (max-width:768px){.qodef-qi-icon-with-text.qodef-layout--before-content.qodef-column-responsive--768{flex-direction:column}}@media only screen and (max-width:680px){.qodef-qi-icon-with-text.qodef-layout--before-content.qodef-column-responsive--680{flex-direction:column}}@media only screen and (max-width:480px){.qodef-qi-icon-with-text.qodef-layout--before-content.qodef-column-responsive--480{flex-direction:column}}.qodef-qi-icon-with-text.qodef-layout--before-title .qodef-m-title{line-height:1}.qodef-qi-icon-with-text.qodef-layout--before-title .qodef-m-title a{transition:color .2s ease-out}.qodef-qi-icon-with-text.qodef-layout--before-title .qodef-m-title-inner{display:flex;align-items:center}.qodef-qi-icon-with-text.qodef-layout--before-title .qodef-m-icon-wrapper{flex-shrink:0;margin-right:.15em;transition:color .2s ease-out}.qodef-qi-icon-with-text.qodef-layout--top.qodef-alignment--center{text-align:center}.qodef-qi-icon-with-text.qodef-layout--top.qodef-alignment--left{text-align:left}.qodef-qi-icon-with-text.qodef-layout--top.qodef-alignment--right{text-align:right}.qodef-qi-icon-with-text.qodef-layout--top .qodef-m-title{margin-top:1.3em}.qodef-qi-icon-with-text.qodef-layout--top .qodef-m-separator+.qodef-m-title{margin:0}.qodef-qi-image-gallery .qodef-e-inner{position:relative;overflow:hidden}.qodef-qi-image-gallery .qodef-e-inner:after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-color:transparent;transition:background-color .35s ease-out;pointer-events:none}.qodef-qi-image-gallery.qodef-image--hover-zoom .qodef-e-inner img{display:block;width:calc(100% + 2px);transform:scale(1.01) translateZ(0);transition:transform .35s cubic-bezier(.25,.46,.45,.94);will-change:transform}.qodef-qi-image-gallery.qodef-image--hover-zoom .qodef-e:hover .qodef-e-inner img{transform:scale(1.03)}.qodef-qi-image-gallery.qodef-image--hover-zoom-out .qodef-e-inner img{display:block;width:calc(100% + 2px);transform:scale(1.03) translateZ(0);transition:transform .35s cubic-bezier(.25,.46,.45,.94);will-change:transform}.qodef-qi-image-gallery.qodef-image--hover-zoom-out .qodef-e:hover .qodef-e-inner img{transform:scale(1)}.qodef-qi-image-gallery.qodef-image--hover-move .qodef-e-inner img{display:block;width:calc(100% + 2px);transform:scale(1.2);transition:transform .5s cubic-bezier(.33,.02,0,.93);will-change:transform}.qodef-qi-image-gallery.qodef-image--hover-move .qodef-e:hover .qodef-e-inner img{transform:scale(1.2) translateX(12px)}.qodef-qi-image-gallery.qodef-image--hover-from-top .qodef-e-inner img{transform-origin:top}.qodef-qi-image-gallery.qodef-image--hover-from-bottom .qodef-e-inner img{transform-origin:bottom}.qodef-qi-image-gallery.qodef-image--hover-from-left .qodef-e-inner img{transform-origin:left}.qodef-qi-image-gallery.qodef-image--hover-from-right .qodef-e-inner img{transform-origin:right}.qodef-qi-image-slider .qodef-e{overflow:hidden;backface-visibility:hidden}.qodef-qi-image-slider .qodef-e-inner{position:relative;overflow:hidden}.qodef-qi-image-slider .qodef-e-inner:after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-color:transparent;transition:background-color .35s ease-out;pointer-events:none}.qodef-qi-image-slider .qodef-e-inner-holder{position:relative;overflow:hidden}.qodef-qi-image-slider .qodef-e-alt-text-holder{display:flex;visibility:hidden;opacity:0;transition:all .3s ease-in}.qodef-col-num--1.qodef-navigation-alignment--flex-start.qodef-qi-image-slider .qodef-e-alt-text-holder{justify-content:flex-end}.qodef-col-num--1.qodef-navigation-alignment--flex-end.qodef-qi-image-slider .qodef-e-alt-text-holder{justify-content:flex-start}.qodef-qi-image-slider .swiper-slide-active .qodef-e-alt-text-holder{visibility:visible;opacity:1}.qodef-qi-image-slider .qodef-e-alt-text{margin-top:10px}.qodef-qi-image-slider.qodef-image--hover-zoom .qodef-e-inner-holder{display:block;width:calc(100% - 1px);transform:scale(1.02) translateZ(0);transition:transform .35s cubic-bezier(.25,.46,.45,.94);will-change:transform}.qodef-qi-image-slider.qodef-image--hover-zoom .qodef-e:hover .qodef-e-inner-holder{transform:scale(1.05)}.qodef-qi-image-slider.qodef-image--hover-zoom-out .qodef-e-inner-holder{display:block;width:calc(100% + 2px);transform:scale(1.03) translateZ(0);transition:transform .35s cubic-bezier(.25,.46,.45,.94);will-change:transform}.qodef-qi-image-slider.qodef-image--hover-zoom-out .qodef-e:hover .qodef-e-inner-holder{transform:scale(1)}.qodef-qi-image-slider.qodef-image--hover-move .qodef-e-inner-holder{display:block;width:calc(100% + 2px);transform:scale(1.2);transition:transform .5s cubic-bezier(.33,.02,0,.93);will-change:transform}.qodef-qi-image-slider.qodef-image--hover-move .qodef-e:hover .qodef-e-inner-holder{transform:scale(1.2) translateX(12px)}.qodef-qi-image-slider.qodef-image--hover-from-top .qodef-e-inner-holder{transform-origin:top}.qodef-qi-image-slider.qodef-image--hover-from-bottom .qodef-e-inner-holder{transform-origin:bottom}.qodef-qi-image-slider.qodef-image--hover-from-left .qodef-e-inner-holder{transform-origin:left}.qodef-qi-image-slider.qodef-image--hover-from-right .qodef-e-inner-holder{transform-origin:right}.qodef-qi-image-slider.qodef--centered-zoom .swiper-slide{transform:scale(.85);transition:all .3s ease}.qodef-qi-image-slider.qodef--centered-zoom .swiper-slide.swiper-slide-active,.qodef-qi-image-slider.qodef--centered-zoom .swiper-slide.swiper-slide-duplicate-active{transform:scale(1)}.qodef-qi-info-cards{position:relative;display:flex;flex-direction:column;background-color:#f9f9f9;padding:30px;transition:background-color .4s ease-out}.qodef-qi-info-cards .qodef-m-link{position:absolute;top:0;left:0;width:100%;height:100%}.qodef-qi-info-cards a:not(.qodef-m-link){position:relative;z-index:1}.qodef-qi-info-cards .qodef-m-title{margin:0 0 .5em}.qodef-qi-info-cards .qodef-m-title a{display:block;color:inherit}.qodef-qi-info-cards .qodef-m-subtitle{margin:0 0 .5em}.qodef-qi-info-cards .qodef-m-content{position:relative}.qodef-qi-info-cards .qodef-m-content .qodef-m-text{margin:0 0 .5em}.qodef-qi-info-cards .qodef-m-icon-wrapper{margin:0 0 .5em}.qodef-qi-info-cards .qodef-m-icon-holder{font-size:55px;line-height:1;transition:all .3s ease-in-out}.qodef-qi-info-cards .qodef-m-icon-holder i{vertical-align:top;color:inherit}.qodef-qi-info-cards .qodef-m-icon-holder svg{width:30px;height:auto;vertical-align:top;fill:currentColor;stroke:currentColor}.qodef-qi-info-cards.qodef--custom-icon .qodef-m-icon-wrapper{position:relative}.qodef-qi-info-cards.qodef--custom-icon .qodef-m-icon-wrapper a,.qodef-qi-info-cards.qodef--custom-icon .qodef-m-icon-wrapper img{display:inline-block}.qodef-qi-info-button{position:relative;display:inline-block;vertical-align:middle;width:auto;margin:0;font-family:inherit;font-size:16px;line-height:2em;font-weight:500;text-decoration:none;text-transform:none;border-radius:4px;outline:0;transition:color .25s ease-in-out,background-color .25s ease-in-out,border-color .25s ease-in-out;padding:11px 28px;display:inline-flex;flex-direction:column;align-items:flex-start;justify-content:center;line-height:1.2em;overflow:hidden}.qodef-qi-info-button .qodef-m-text-holder{display:flex;align-items:center}.qodef-qi-info-button .qodef-m-subtext{font-size:.75em}.qodef-qi-info-button .qodef-m-subtext.qodef--subtext-color-set{transition:color .25s ease-in-out}.qodef-qi-info-button.qodef-size--small{padding:6px 24px}.qodef-qi-info-button.qodef-size--large{padding:11px 36px}.qodef-qi-info-button.qodef-size--full{width:100%;text-align:center}.qodef-qi-info-button.qodef-layout--filled{color:#111;background-color:#f4f4f4;border:0;font-size:1rem;border-style:solid}.qodef-qi-info-button.qodef-layout--filled:hover{color:#fff;background-color:#111}.qodef-qi-info-button.qodef-layout--outlined{color:#111;background-color:transparent;border:2px solid #111}.qodef-qi-info-button.qodef-layout--outlined:hover{color:#111;background-color:#f4f4f4;border-color:#f4f4f4}.qodef-qi-info-button.qodef-icon--left .qodef-m-text-holder{flex-direction:row-reverse}.qodef-qi-info-button .qodef-m-icon{color:currentColor}.qodef-qi-info-button .qodef-m-icon.qodef--icon-color-set{transition:color .25s ease-in-out,background-color .25s ease-in-out}.qodef-qi-info-button .qodef-m-icon svg{width:1em;fill:currentColor;stroke:currentColor}.qodef-qi-info-button.qodef-icon--right:not(.qodef-type--icon-boxed) .qodef-m-icon i,.qodef-qi-info-button.qodef-icon--right:not(.qodef-type--icon-boxed) .qodef-m-icon svg{margin-left:10px}.qodef-qi-info-button.qodef-icon--left:not(.qodef-type--icon-boxed) .qodef-m-icon i,.qodef-qi-info-button.qodef-icon--left:not(.qodef-type--icon-boxed) .qodef-m-icon svg{margin-right:10px}.qodef-qi-info-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner,.qodef-qi-info-button.qodef-hover--icon-move-horizontal .qodef-m-icon-inner,.qodef-qi-info-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner{position:relative;overflow:hidden;display:inherit;padding:1px}.qodef-qi-info-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner i,.qodef-qi-info-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner svg,.qodef-qi-info-button.qodef-hover--icon-move-horizontal .qodef-m-icon-inner i,.qodef-qi-info-button.qodef-hover--icon-move-horizontal .qodef-m-icon-inner svg,.qodef-qi-info-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner i,.qodef-qi-info-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner svg{transition:transform .38s cubic-bezier(.37,.08,.02,.93),opacity .18s ease-in-out;will-change:transform}.qodef-qi-info-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner i:nth-child(1),.qodef-qi-info-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner svg:nth-child(1),.qodef-qi-info-button.qodef-hover--icon-move-horizontal .qodef-m-icon-inner i:nth-child(1),.qodef-qi-info-button.qodef-hover--icon-move-horizontal .qodef-m-icon-inner svg:nth-child(1),.qodef-qi-info-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner i:nth-child(1),.qodef-qi-info-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner svg:nth-child(1){transform:translateX(0) translateY(0);transition-delay:.1s;opacity:1}.qodef-qi-info-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner i:nth-child(2),.qodef-qi-info-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner svg:nth-child(2),.qodef-qi-info-button.qodef-hover--icon-move-horizontal .qodef-m-icon-inner i:nth-child(2),.qodef-qi-info-button.qodef-hover--icon-move-horizontal .qodef-m-icon-inner svg:nth-child(2),.qodef-qi-info-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner i:nth-child(2),.qodef-qi-info-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner svg:nth-child(2){position:absolute;opacity:0;left:1px;top:1px;transition-delay:0s}.qodef-qi-info-button.qodef-hover--icon-move-diagonal:hover .qodef-m-icon-inner i:nth-child(1),.qodef-qi-info-button.qodef-hover--icon-move-diagonal:hover .qodef-m-icon-inner svg:nth-child(1),.qodef-qi-info-button.qodef-hover--icon-move-horizontal:hover .qodef-m-icon-inner i:nth-child(1),.qodef-qi-info-button.qodef-hover--icon-move-horizontal:hover .qodef-m-icon-inner svg:nth-child(1),.qodef-qi-info-button.qodef-hover--icon-move-vertical:hover .qodef-m-icon-inner i:nth-child(1),.qodef-qi-info-button.qodef-hover--icon-move-vertical:hover .qodef-m-icon-inner svg:nth-child(1){opacity:0}.qodef-qi-info-button.qodef-hover--icon-move-diagonal:hover .qodef-m-icon-inner i:nth-child(2),.qodef-qi-info-button.qodef-hover--icon-move-diagonal:hover .qodef-m-icon-inner svg:nth-child(2),.qodef-qi-info-button.qodef-hover--icon-move-horizontal:hover .qodef-m-icon-inner i:nth-child(2),.qodef-qi-info-button.qodef-hover--icon-move-horizontal:hover .qodef-m-icon-inner svg:nth-child(2),.qodef-qi-info-button.qodef-hover--icon-move-vertical:hover .qodef-m-icon-inner i:nth-child(2),.qodef-qi-info-button.qodef-hover--icon-move-vertical:hover .qodef-m-icon-inner svg:nth-child(2){transform:translateX(0) translateY(0) translatez(0);transition-delay:.25s;opacity:1}.qodef-qi-info-button.qodef-hover--icon-move-horizontal .qodef-m-icon-inner i:nth-child(2),.qodef-qi-info-button.qodef-hover--icon-move-horizontal .qodef-m-icon-inner svg:nth-child(2){transform:translateX(-150%) translateY(0)}.qodef-qi-info-button.qodef-hover--icon-move-horizontal:hover .qodef-m-icon-inner i:nth-child(1),.qodef-qi-info-button.qodef-hover--icon-move-horizontal:hover .qodef-m-icon-inner svg:nth-child(1){transform:translateX(200%) translateY(0)}.qodef-qi-info-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner i,.qodef-qi-info-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner svg{will-change:transform}.qodef-qi-info-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner i:nth-child(2),.qodef-qi-info-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner svg:nth-child(2){transform:translateX(0) translateY(150%) translateZ(0)}.qodef-qi-info-button.qodef-hover--icon-move-vertical:hover .qodef-m-icon-inner i:nth-child(1),.qodef-qi-info-button.qodef-hover--icon-move-vertical:hover .qodef-m-icon-inner svg:nth-child(1){transform:translateX(0) translateY(-150%) translateZ(0)}.qodef-qi-info-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner i,.qodef-qi-info-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner svg{will-change:transform}.qodef-qi-info-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner i:nth-child(2),.qodef-qi-info-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner svg:nth-child(2){transform:translateX(-100%) translateY(100%) translateZ(0)}.qodef-qi-info-button.qodef-hover--icon-move-diagonal:hover .qodef-m-icon-inner i:nth-child(1),.qodef-qi-info-button.qodef-hover--icon-move-diagonal:hover .qodef-m-icon-inner svg:nth-child(1){transform:translateX(100%) translateY(-100%) translateZ(0)}.qodef-qi-info-button.qodef-hover--icon-move-horizontal-short .qodef-m-icon-inner i,.qodef-qi-info-button.qodef-hover--icon-move-horizontal-short .qodef-m-icon-inner svg{transition:transform .3s cubic-bezier(.37,.08,.02,.93),opacity .2s ease-in-out;transform:translateX(0);will-change:transform}.qodef-qi-info-button.qodef-hover--icon-move-horizontal-short:hover .qodef-m-icon-inner i,.qodef-qi-info-button.qodef-hover--icon-move-horizontal-short:hover .qodef-m-icon-inner svg{transform:translateX(4px)}.qodef-qi-info-button.qodef-type--icon-boxed{padding:0!important;flex-direction:row;align-items:stretch}.qodef-qi-info-button.qodef-type--icon-boxed .qodef-m-text-holder{flex-direction:column;padding:11px 28px}.qodef-qi-info-button.qodef-type--icon-boxed.qodef-icon--left{flex-direction:row-reverse}.qodef-qi-info-button.qodef-type--icon-boxed.qodef-icon--left .qodef-m-icon-holder{flex-direction:row-reverse}.qodef-qi-info-button.qodef-type--icon-boxed .qodef-m-text-holder{align-items:flex-start;justify-content:center}.qodef-qi-info-button.qodef-type--icon-boxed .qodef-m-icon{position:relative;display:flex;align-items:center;justify-content:center;text-align:center;padding:11px 0;flex:1}.qodef-qi-info-button.qodef-type--icon-boxed .qodef-m-icon i{line-height:inherit}.qodef-qi-info-button.qodef-type--icon-boxed .qodef-m-border{height:100%;width:2px;background-color:#111;transition:background-color .25s ease-in-out}.qodef-qi-interactive-banner{position:relative;display:inline-block;width:100%;vertical-align:top;width:auto;overflow:hidden}.qodef-qi-interactive-banner .qodef-m-banner-link{position:absolute;top:0;left:0;width:100%;height:100%;display:block}.qodef-qi-interactive-banner .qodef-m-content{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:column}.qodef-qi-interactive-banner .qodef-m-title{margin:0}.qodef-qi-interactive-banner .qodef-m-title-inner{display:inline-block}.qodef-qi-interactive-banner .qodef-m-subtitle{margin:0 0 .4em}.qodef-qi-interactive-banner .qodef-m-content-inner>.qodef-m-text{margin:.7em 0 0}.qodef-qi-interactive-banner .qodef-m-text-holder{margin:.7em 0 0}.qodef-qi-interactive-banner .qodef-m-button{padding:.5em 0 0;z-index:1;position:relative;display:inline-block}.qodef-qi-interactive-banner .qodef-m-image{position:relative;display:inline-block;width:100%;vertical-align:top;width:auto;overflow:hidden}.qodef-qi-interactive-banner .qodef-m-image img{display:inline-block;transition:all .35s ease-out}.qodef-qi-interactive-banner .qodef-m-image:after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-color:transparent;transition:background-color .35s ease-out}.qodef-qi-interactive-banner.qodef-layout--from-bottom.qodef--visible .qodef-m-content{opacity:1}.qodef-qi-interactive-banner.qodef-layout--from-bottom .qodef-m-content{align-items:flex-start;justify-content:flex-end;padding:60px;opacity:0;transition:opacity .2s}.qodef-qi-interactive-banner.qodef-layout--from-bottom .qodef-m-content-inner{position:relative;overflow:hidden}.qodef-qi-interactive-banner.qodef-layout--from-bottom .qodef-m-movement{transform:translateZ(0);transition:transform .4s cubic-bezier(.22,.61,.36,1)}.qodef-qi-interactive-banner.qodef-layout--from-bottom .qodef-m-text-holder{opacity:0;transition:opacity .25s ease-out}.qodef-qi-interactive-banner.qodef-layout--from-bottom .qodef-m-text-holder .qodef-m-text{margin:0}.qodef-qi-interactive-banner.qodef-layout--from-bottom:hover .qodef-m-movement{transform:translateY(0) translateZ(0)!important}.qodef-qi-interactive-banner.qodef-layout--from-bottom:hover .qodef-m-text-holder{opacity:1;transition-delay:.15s}.qodef-qi-interactive-banner.qodef-layout--image-switch{width:100%;background-color:#f6f6f6}.qodef-qi-interactive-banner.qodef-layout--image-switch .qodef-m-content{position:relative;flex-direction:row;align-items:center;justify-content:left;text-align:left;padding:60px}@media only screen and (max-width:680px){.qodef-qi-interactive-banner.qodef-layout--image-switch .qodef-m-content{flex-direction:column}}.qodef-qi-interactive-banner.qodef-layout--image-switch .qodef-m-content-inner{flex:1;margin-right:2em}@media only screen and (max-width:680px){.qodef-qi-interactive-banner.qodef-layout--image-switch .qodef-m-content-inner{margin-right:0}}.qodef-qi-interactive-banner.qodef-layout--image-switch .qodef-m-image-holder{position:relative;width:35%}@media only screen and (max-width:680px){.qodef-qi-interactive-banner.qodef-layout--image-switch .qodef-m-image-holder{width:100%;margin-top:2em}}.qodef-qi-interactive-banner.qodef-layout--image-switch .qodef-m-image-holder .qodef-m-image{transition:.2s ease-in-out}.qodef-qi-interactive-banner.qodef-layout--image-switch .qodef-m-image-holder .qodef-m-image:first-child{opacity:1}.qodef-qi-interactive-banner.qodef-layout--image-switch .qodef-m-image-holder .qodef-m-image:last-child{position:absolute;top:0;left:0;opacity:0}.qodef-qi-interactive-banner.qodef-layout--image-switch:hover .qodef-m-image-holder .qodef-m-image:first-child{opacity:0}.qodef-qi-interactive-banner.qodef-layout--image-switch:hover .qodef-m-image-holder .qodef-m-image:last-child{opacity:1}.qodef-qi-interactive-banner.qodef-layout--revealing.qodef--visible .qodef-m-content{opacity:1}.qodef-qi-interactive-banner.qodef-layout--revealing .qodef-m-content{align-items:flex-start;justify-content:flex-start;padding:60px;opacity:0;transition:opacity .2s}.qodef-qi-interactive-banner.qodef-layout--revealing .qodef-m-content-inner>.qodef-m-text{opacity:0;transform:translateY(-10px);transition:opacity .25s,transform .25s cubic-bezier(.22,.61,.36,1)}.qodef-qi-interactive-banner.qodef-layout--revealing .qodef-m-button{transition:transform .4s cubic-bezier(.22,.61,.36,1);transition-delay:.05s}.qodef-qi-interactive-banner.qodef-layout--revealing:hover .qodef-m-button{transform:translateY(0) translateZ(0)!important;transition-delay:0s}.qodef-qi-interactive-banner.qodef-layout--revealing:hover .qodef-m-content-inner>.qodef-m-text{opacity:1;transform:translateY(0);transition-duration:.25s,.35s;transition-delay:.1s,.1s}.qodef-qi-interactive-banner.qodef-layout--standard .qodef-m-content{align-items:center;justify-content:center;text-align:center;padding:30px}.qodef-qi-interactive-banner.qodef-layout--standard .qodef-m-button,.qodef-qi-interactive-banner.qodef-layout--standard .qodef-m-subtitle{opacity:0;transition:opacity .23s ease-out,transform .28s ease-out}.qodef-qi-interactive-banner.qodef-layout--standard .qodef-m-subtitle{transform:translateY(-10px)}.qodef-qi-interactive-banner.qodef-layout--standard .qodef-m-button{transform:translateY(10px)}.qodef-qi-interactive-banner.qodef-layout--standard:hover .qodef-m-button,.qodef-qi-interactive-banner.qodef-layout--standard:hover .qodef-m-subtitle{opacity:1;transform:translateY(0)}.qodef-qi-interactive-link-showcase{position:relative;display:inline-block;width:100%;vertical-align:top;display:flex;align-items:center;visibility:hidden}.qodef-qi-interactive-link-showcase.qodef--full-height{height:100vh}.admin-bar .qodef-qi-interactive-link-showcase.qodef--full-height{height:calc(100vh - 32px)}.qodef-qi-interactive-link-showcase .qodef-e-image{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity 0s .45s}.qodef-qi-interactive-link-showcase .qodef-e-image.qodef-background{background-size:cover;background-position:center;background-repeat:no-repeat}.qodef-qi-interactive-link-showcase .qodef-e-image.qodef-background img{display:none}.qodef-qi-interactive-link-showcase .qodef-e-image.qodef--active{opacity:1;z-index:5;transition:opacity .4s cubic-bezier(.215,.61,.355,1)}.qodef-qi-interactive-link-showcase .qodef-m-items{display:flex;flex-direction:column;align-items:center;z-index:10}.qodef-qi-interactive-link-showcase .qodef-m-item{position:relative;display:inline-block;vertical-align:top;width:auto;color:#111;margin:.6em 0}.qodef-qi-interactive-link-showcase .qodef-e-title{position:relative;display:inline-block;vertical-align:top;font-family:inherit;font-weight:500;letter-spacing:-.02em;font-size:39px;line-height:1.19048em;transition:color .2s ease-out;z-index:2}@media only screen and (max-width:680px){.qodef-qi-interactive-link-showcase .qodef-e-title{font-size:36px}}.qodef-qi-interactive-link-showcase .qodef-e-inner-title{position:relative;display:inline-block;vertical-align:top}.qodef-qi-interactive-link-showcase .qodef-e-inner-title:after{content:'';position:absolute;left:0;width:0;height:2px;background-color:currentColor;transition:width .3s ease}.qodef-qi-interactive-link-showcase .qodef-e-inner-title:hover:after{width:100%}.qodef-hover--underline.qodef-qi-interactive-link-showcase .qodef-e-inner-title:after{bottom:0}.qodef-hover--line-through.qodef-qi-interactive-link-showcase .qodef-e-inner-title:after{top:50%;transform:translateY(-50%)}.qodef-qi-interactive-link-showcase .qodef--active.qodef-m-item .qodef-e-inner-title:after{width:100%}.qodef-qi-interactive-link-showcase .qodef-e-text{display:block}.qodef-qi-interactive-link-showcase.qodef--init{visibility:visible}.qodef-qi-interactive-link-showcase.qodef-layout--background .qodef-m-images{position:absolute;top:0;left:0;width:100%;height:100%}.qodef-qi-interactive-link-showcase.qodef-layout--background .qodef-m-items{width:40%;justify-content:center;align-items:flex-start}.qodef-qi-interactive-link-showcase.qodef-layout--split{align-items:stretch}.qodef-qi-interactive-link-showcase.qodef-layout--split .qodef-m-images{position:relative;flex:1}@media only screen and (max-width:680px){.qodef-split-hide-under--680 .qodef-qi-interactive-link-showcase.qodef-layout--split .qodef-m-images{display:none}}@media only screen and (max-width:480px){.qodef-split-hide-under--480 .qodef-qi-interactive-link-showcase.qodef-layout--split .qodef-m-images{display:none}}.qodef-qi-interactive-link-showcase.qodef-layout--split .qodef-m-items{width:40%;justify-content:center;align-items:flex-start;padding:150px 10%}@media only screen and (max-width:680px){.qodef-split-hide-under--680 .qodef-qi-interactive-link-showcase.qodef-layout--split .qodef-m-items{width:100%}}@media only screen and (max-width:480px){.qodef-split-hide-under--480 .qodef-qi-interactive-link-showcase.qodef-layout--split .qodef-m-items{width:100%}}.qodef-qi-interactive-link-showcase.qodef-layout--split .qodef-e-image:not(.qodef-background){display:flex;align-items:center;justify-content:center}.qodef-qi-interactive-link-showcase.qodef-layout--split .qodef-e-image:not(.qodef-background) img{max-height:100%;object-fit:contain}.qodef-qi-interactive-link-showcase.qodef-layout--standard{justify-content:center;text-align:center}.qodef-qi-interactive-link-showcase.qodef-layout--standard .qodef-m-images{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden}@media only screen and (max-width:768px){.qodef-standard-hide-under--768 .qodef-qi-interactive-link-showcase.qodef-layout--standard .qodef-m-images{display:none}}@media only screen and (max-width:680px){.qodef-standard-hide-under--680 .qodef-qi-interactive-link-showcase.qodef-layout--standard .qodef-m-images{display:none}}@media only screen and (max-width:480px){.qodef-standard-hide-under--480 .qodef-qi-interactive-link-showcase.qodef-layout--standard .qodef-m-images{display:none}}.qodef-qi-interactive-link-showcase.qodef-layout--standard .qodef-m-items{width:40%;justify-content:center}@media only screen and (max-width:680px){.qodef-split-hide-under--680 .qodef-qi-interactive-link-showcase.qodef-layout--standard .qodef-m-items{width:100%}}@media only screen and (max-width:480px){.qodef-split-hide-under--480 .qodef-qi-interactive-link-showcase.qodef-layout--standard .qodef-m-items{width:100%}}.qodef-standard-images-on-top--yes .qodef-qi-interactive-link-showcase.qodef-layout--standard .qodef-m-items{z-index:unset}.qodef-qi-interactive-link-showcase.qodef-layout--standard .qodef-e-image{display:flex;align-items:center;justify-content:center;transition:opacity .35s ease-out}.qodef-qi-interactive-link-showcase.qodef-layout--standard .qodef-e-image.qodef-position--left{left:0;width:30%}.qodef-qi-interactive-link-showcase.qodef-layout--standard .qodef-e-image.qodef-position--right{left:auto;right:0;width:30%}.qodef-qi-interactive-link-showcase.qodef-layout--standard .qodef-e-image img{position:relative}.qodef-qi-interactive-link-showcase.qodef-layout--inline{align-items:flex-start;justify-content:flex-start;text-align:left}.qodef-qi-interactive-link-showcase.qodef-layout--inline .qodef-m-images{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden}@media only screen and (max-width:680px){.qodef-standard-hide-under--680 .qodef-qi-interactive-link-showcase.qodef-layout--inline .qodef-m-images{display:none}}@media only screen and (max-width:480px){.qodef-standard-hide-under--480 .qodef-qi-interactive-link-showcase.qodef-layout--inline .qodef-m-images{display:none}}.qodef-qi-interactive-link-showcase.qodef-layout--inline .qodef-m-items{flex-direction:row;flex-wrap:wrap;align-items:baseline;margin:0 -20px}@media only screen and (max-width:680px){.qodef-split-hide-under--680 .qodef-qi-interactive-link-showcase.qodef-layout--inline .qodef-m-items{width:100%}}@media only screen and (max-width:480px){.qodef-split-hide-under--480 .qodef-qi-interactive-link-showcase.qodef-layout--inline .qodef-m-items{width:100%}}.qodef-qi-interactive-link-showcase.qodef-layout--inline .qodef-m-item{position:relative;flex:1;flex-grow:0;margin:0!important}.qodef-qi-interactive-link-showcase.qodef-layout--inline .qodef-e-title{white-space:nowrap;padding:0 20px}.qodef-qi-interactive-link-showcase.qodef-layout--inline .qodef-e-title:before{position:absolute;right:0;transform:translateX(50%)}.qodef-qi-interactive-link-showcase.qodef-layout--inline .qodef-e-text{padding:0 20px}.qodef-qi-interactive-link-showcase.qodef-layout--inline .qodef-e-image{display:flex;align-items:center;justify-content:center;transition:opacity .35s ease-out}.qodef-qi-interactive-link-showcase.qodef-layout--inline .qodef-e-image.qodef-position--left{left:0;width:30%;justify-content:flex-start}.qodef-qi-interactive-link-showcase.qodef-layout--inline .qodef-e-image.qodef-position--right{left:auto;right:0;width:30%;justify-content:flex-end}.qodef-qi-interactive-link-showcase.qodef-layout--inline .qodef-e-image img{position:relative}.qodef-qi-item-showcase{position:relative;display:flex;align-items:center;justify-content:space-between;width:100%}.qodef-qi-item-showcase .qodef-m-image{position:relative;flex-shrink:0;max-width:60%;padding:0 60px}.qodef-qi-item-showcase .qodef-m-image img{display:block}.qodef-qi-item-showcase .qodef-m-items{position:relative;display:flex;flex-direction:column;width:100%}.qodef-qi-item-showcase .qodef-m-items.qodef--left{text-align:right}.qodef-qi-item-showcase .qodef-m-items.qodef--right{text-align:left}.qodef-qi-item-showcase .qodef-m-item{position:relative;display:inline-block;width:100%;vertical-align:top;margin-bottom:60px}@media screen and (min-width:1025px){.qodef-qi-item-showcase .qodef-m-item:last-child{margin-bottom:0!important}}.qodef-qi-item-showcase .qodef-e-icon-holder{line-height:1em;transition:color .2s ease-out}.qodef-qi-item-showcase .qodef-e-icon-holder a{display:inline-block}.qodef-qi-item-showcase .qodef-e-icon-holder>svg{width:1em;fill:currentColor;stroke:currentColor}.qodef-qi-item-showcase .qodef-e-title{margin:0 0 1em}.qodef-qi-item-showcase .qodef-e-title-link{font-family:inherit;font-size:inherit;font-weight:inherit;font-style:inherit;line-height:inherit;letter-spacing:inherit;text-transform:inherit;color:inherit}.qodef-qi-item-showcase .qodef-e-title-link:hover{color:var(--qode-main-color)}.qodef-qi-item-showcase .qodef-e-text{margin:0}.qodef-qi-item-showcase.qodef-qi--has-appear{visibility:hidden}.qodef-qi-item-showcase.qodef-qi--has-appear .qodef-m-image{transform:translateY(70px);transition:opacity .55s cubic-bezier(.23,1,.32,1),transform .55s cubic-bezier(.23,1,.32,1);opacity:0}.qodef-qi-item-showcase.qodef-qi--has-appear .qodef-m-item{transform:translateY(70px);transition:opacity .55s cubic-bezier(.23,1,.32,1),transform .55s cubic-bezier(.23,1,.32,1);opacity:0}.qodef-qi-item-showcase.qodef-qi--has-appear .qodef-m-item:nth-child(1){transition-delay:.2s}.qodef-qi-item-showcase.qodef-qi--has-appear .qodef-m-item:nth-child(2){transition-delay:.4s}.qodef-qi-item-showcase.qodef-qi--has-appear .qodef-m-item:nth-child(3){transition-delay:.6s}.qodef-qi-item-showcase.qodef-qi--has-appear .qodef-m-item:nth-child(4){transition-delay:.8s}.qodef-qi-item-showcase.qodef-qi--has-appear .qodef-m-item:nth-child(5){transition-delay:1s}.qodef-qi-item-showcase.qodef-qi--has-appear .qodef-m-item:nth-child(6){transition-delay:1.2s}.qodef-qi-item-showcase.qodef-qi--has-appear.qodef-qi--appeared{visibility:visible}.qodef-qi-item-showcase.qodef-qi--has-appear.qodef-qi--appeared .qodef-m-image{opacity:1;transform:translateY(0)}.qodef-qi-item-showcase.qodef-qi--has-appear.qodef-qi--appeared .qodef-m-item{opacity:1;transform:translateY(0)}@media only screen and (max-width:1024px){.qodef-qi-item-showcase{align-items:flex-start;flex-wrap:wrap}.qodef-qi-item-showcase .qodef-m-image{position:absolute;top:0;left:0;width:40%;max-width:100%;padding-left:0!important}.qodef-qi-item-showcase .qodef-m-items{left:40%;width:calc(100% - 40%)}.qodef-qi-item-showcase .qodef-m-items .qodef-m-item{transition-delay:0s}.qodef-qi-item-showcase .qodef-m-items.qodef--left{text-align:left}}@media only screen and (max-width:768px){.qodef-qi-item-showcase .qodef-m-image{display:none}.qodef-qi-item-showcase .qodef-m-items{left:0;width:100%}}.qodef-qi-item-showcase.qodef-layout--side-icon .qodef-m-item{display:flex;align-items:flex-start}.qodef-qi-item-showcase.qodef-layout--side-icon .qodef--left .qodef-m-item{flex-direction:row-reverse}@media only screen and (max-width:1024px){.qodef-qi-item-showcase.qodef-layout--side-icon .qodef--left .qodef-m-item{flex-direction:row}}.qodef-qi-item-showcase.qodef-layout--side-icon .qodef--left .qodef-e-side-holder{margin-left:.5em}@media only screen and (max-width:1024px){.qodef-qi-item-showcase.qodef-layout--side-icon .qodef--left .qodef-e-side-holder{margin-left:0;margin-right:.5em}}.qodef-qi-item-showcase.qodef-layout--side-icon .qodef--right .qodef-e-side-holder{margin-right:.5em}.qodef-qi-item-showcase.qodef-layout--side-icon .qodef-e-icon-holder{font-size:3em;flex-shrink:0}.qodef-qi-item-showcase.qodef-layout--side-icon .qodef-e-content-holder{flex:1}.qodef-qi-item-showcase.qodef-layout--standard .qodef-e-icon-holder,.qodef-qi-item-showcase.qodef-layout--standard .qodef-e-number{margin-bottom:.4em}.qodef-qi-image-gallery-masonry.qodef-qi-grid>.qodef-grid-inner{gap:24px}.qodef-qi-image-gallery-masonry.qodef-qi-grid.qodef-layout--qi-masonry.qodef-items--fixed .qodef-image-wrapper img{object-fit:cover}.qodef-qi-image-gallery-masonry .qodef-e-inner{position:relative;overflow:hidden}.qodef-qi-image-gallery-masonry .qodef-e-inner:after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-color:transparent;transition:background-color .35s ease-out;pointer-events:none}.qodef-qi-image-gallery-masonry.qodef-image--hover-zoom .qodef-e-inner img{display:block;width:calc(100% + 2px);transform:scale(1.005) translateZ(0);transition:transform .35s cubic-bezier(.25,.46,.45,.94);will-change:transform}.qodef-qi-image-gallery-masonry.qodef-image--hover-zoom .qodef-e:hover .qodef-e-inner img{transform:scale(1.03)}.qodef-qi-image-gallery-masonry.qodef-image--hover-zoom-out .qodef-e-inner img{display:block;width:calc(100% + 2px);transform:scale(1.03) translateZ(0);transition:transform .35s cubic-bezier(.25,.46,.45,.94);will-change:transform}.qodef-qi-image-gallery-masonry.qodef-image--hover-zoom-out .qodef-e:hover .qodef-e-inner img{transform:scale(1)}.qodef-qi-image-gallery-masonry.qodef-image--hover-move .qodef-e-inner img{display:block;width:calc(100% + 2px);transform:scale(1.2);transition:transform .5s cubic-bezier(.33,.02,0,.93);will-change:transform}.qodef-qi-image-gallery-masonry.qodef-image--hover-move .qodef-e:hover .qodef-e-inner img{transform:scale(1.2) translateX(12px)}.qodef-qi-image-gallery-masonry.qodef-image--hover-from-top .qodef-e-inner img{transform-origin:top}.qodef-qi-image-gallery-masonry.qodef-image--hover-from-bottom .qodef-e-inner img{transform-origin:bottom}.qodef-qi-image-gallery-masonry.qodef-image--hover-from-left .qodef-e-inner img{transform-origin:left}.qodef-qi-image-gallery-masonry.qodef-image--hover-from-right .qodef-e-inner img{transform-origin:right}.qodef-qi-message-box{background:#d5eaf4;padding:40px;display:flex;transition:opacity .19s ease,visibility .19s ease}.qodef-qi-message-box.qodef-hidden{opacity:0;visibility:hidden}.qodef-qi-message-box.qodef-icon--middle{align-items:center}.qodef-qi-message-box.qodef-icon--top{align-items:flex-start}.qodef-qi-message-box.qodef-icon--bottom{align-items:flex-end}.qodef-qi-message-box .qodef-m-close-icon{position:absolute;right:17px;top:17px;line-height:1;cursor:pointer;transition:color .25s ease-in-out}.qodef-qi-message-box .qodef-m-close-icon i{color:inherit}.qodef-qi-message-box .qodef-m-close-icon svg{width:30px;height:auto;fill:currentColor;stroke:currentColor}.qodef-qi-message-box .qodef-m-icon{line-height:1;margin-right:20px}.qodef-qi-message-box .qodef-m-title{margin:0}.qodef-qi-message-box .qodef-m-text{margin:0}.q-message-box-holder{transition:height .23s cubic-bezier(.05,.47,.58,1)}.qodef-qi-parallax-images{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-qi-parallax-images .qodef-m-images{position:relative;display:inline-block;vertical-align:middle}.qodef-browser--ms-explorer .qodef-qi-parallax-images .qodef-m-images{width:100%}.e--ua-firefox .qodef-qi-parallax-images .qodef-m-images img{backface-visibility:hidden}.qodef-qi-parallax-images .qodef-e-parallax-image{position:absolute;display:block;transition:all .7s cubic-bezier(.23,1,.32,1)}.qodef-qi-parallax-images .qodef-e-parallax-image.qodef-position--top-left{top:0;left:0}.qodef-qi-parallax-images .qodef-e-parallax-image.qodef-position--top-right{top:0;right:0}.qodef-qi-parallax-images .qodef-e-parallax-image.qodef-position--bottom-left{bottom:0;left:0}.qodef-qi-parallax-images .qodef-e-parallax-image.qodef-position--bottom-right{bottom:0;right:0}.qodef-qi-charts{position:relative;visibility:hidden}.qodef-qi-charts.qodef--init{visibility:visible}.qodef-qi-charts .qodef-m-inner{position:relative}.qodef-qi-charts .qodef-m-canvas-holder{display:flex}.qodef-qi-charts .qodef-m-canvas{position:relative;width:260px}.qodef-qi-charts .qodef-m-title{margin:2em 0 0}.qodef-qi-charts .qodef-m-text{margin:.2em 0 0}.qodef-qi-charts.qodef-chart-alignment--flex-start .qodef-m-canvas-holder{justify-content:flex-start}.qodef-qi-charts.qodef-chart-alignment--center .qodef-m-canvas-holder{justify-content:center}.qodef-qi-charts.qodef-chart-alignment--flex-end .qodef-m-canvas-holder{justify-content:flex-end}.qodef-qi-image-gallery-pinterest .qodef-e-inner{position:relative;overflow:hidden}.qodef-qi-image-gallery-pinterest .qodef-e-inner:after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-color:transparent;transition:background-color .35s ease-out;pointer-events:none}.qodef-qi-image-gallery-pinterest.qodef-image--hover-zoom .qodef-e-inner img{display:block;width:calc(100% + 2px);transform:scale(1.005) translateZ(0);transition:transform .35s cubic-bezier(.25,.46,.45,.94);will-change:transform}.qodef-qi-image-gallery-pinterest.qodef-image--hover-zoom .qodef-e:hover .qodef-e-inner img{transform:scale(1.03)}.qodef-qi-image-gallery-pinterest.qodef-image--hover-zoom-out .qodef-e-inner img{display:block;width:calc(100% + 2px);transform:scale(1.03) translateZ(0);transition:transform .35s cubic-bezier(.25,.46,.45,.94);will-change:transform}.qodef-qi-image-gallery-pinterest.qodef-image--hover-zoom-out .qodef-e:hover .qodef-e-inner img{transform:scale(1)}.qodef-qi-image-gallery-pinterest.qodef-image--hover-move .qodef-e-inner img{display:block;width:calc(100% + 2px);transform:scale(1.2);transition:transform .5s cubic-bezier(.33,.02,0,.93);will-change:transform}.qodef-qi-image-gallery-pinterest.qodef-image--hover-move .qodef-e:hover .qodef-e-inner img{transform:scale(1.2) translateX(12px)}.qodef-qi-image-gallery-pinterest.qodef-image--hover-from-top .qodef-e-inner img{transform-origin:top}.qodef-qi-image-gallery-pinterest.qodef-image--hover-from-bottom .qodef-e-inner img{transform-origin:bottom}.qodef-qi-image-gallery-pinterest.qodef-image--hover-from-left .qodef-e-inner img{transform-origin:left}.qodef-qi-image-gallery-pinterest.qodef-image--hover-from-right .qodef-e-inner img{transform-origin:right}.qodef-qi-preview-slider{position:relative;opacity:0;transition:opacity .35s ease-out}.qodef-qi-preview-slider.qodef--visible{opacity:1}.qodef-qi-preview-slider .qodef-preview-slider-device-holder{position:absolute;top:0;left:50%;transform:translateX(-50%);z-index:10}.qodef-qi-preview-slider .qodef-preview-slider-device{position:absolute;margin:auto;width:214px;bottom:-50px;right:50px}.qodef-qi-preview-slider .qodef-preview-slider-device .qodef-preview-slider-device-image{position:relative;pointer-events:none;z-index:10}.qodef-qi-preview-slider .qodef-preview-slider-device .qodef-preview-slider-device-image img{width:100%;filter:drop-shadow(0 6px 16.8px rgba(0,0,0,.07))}.qodef-qi-preview-slider .qodef-preview-slider-device .qodef-m-items{position:absolute;top:0;left:0;bottom:0;right:0;z-index:5}.qodef-qi-preview-slider .qodef-preview-slider-device .qodef-qi-swiper-container{overflow:hidden;height:100%;padding:0!important}.qodef-qi-preview-slider .qodef-preview-slider-device .qodef-m-item{height:100%}.qodef-qi-preview-slider .qodef-preview-slider-device .qodef-m-item img{height:100%;object-fit:cover}.qodef-qi-pricing-list{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-qi-pricing-list .qodef-m-item:not(:last-child){margin-bottom:35px}.qodef-qi-pricing-list .qodef-m-item.qodef-has-discount .qodef-e-heading-price{text-decoration:line-through;margin-right:.25em}.qodef-qi-pricing-list .qodef-e-heading{display:flex;align-items:baseline}.qodef-qi-pricing-list .qodef-e-heading .qodef-e-image{max-width:20%}.qodef-qi-pricing-list .qodef-e-heading .qodef-e-image img{margin-left:10px}.qodef-qi-pricing-list .qodef-e-heading-title{margin:0}.qodef-qi-pricing-list .qodef-e-heading-line{flex-grow:1;margin:0 8px;border-bottom:1px solid #ebebeb}.qodef-qi-pricing-list .qodef-e-heading-discount-price,.qodef-qi-pricing-list .qodef-e-heading-price{margin:0;color:#111}.qodef-qi-pricing-list .qodef-e-description{margin:.5em 0 0;color:#9c9c9c}.qodef-qi-pricing-list .qodef-m-button{margin-top:30px}.qodef-qi-pricing-list.qodef-pricing-line--pattern .qodef-e-heading-line{height:5px;background-repeat:repeat;border:none}.qodef-qi-pricing-list.qodef-pricing-line--dashed .qodef-e-heading-line{border-bottom-style:dashed}.qodef-qi-pricing-list.qodef-pricing-line--dotted .qodef-e-heading-line{border-bottom-style:dotted}.qodef-qi-pricing-list.qodef-with-separator .qodef-m-item:not(:last-child){border-bottom:1px solid #ebebeb}.qodef-qi-pricing-list.qodef-layout--image-before .qodef-m-item{display:flex;align-items:center}.qodef-qi-pricing-list.qodef-layout--image-before .qodef-m-item .qodef-e-image{max-width:25%;flex-shrink:0;margin-right:24px}.qodef-qi-pricing-list.qodef-layout--image-before .qodef-m-item .qodef-e-item-holder{flex:1}.qodef-qi-pricing-table{position:relative;display:inline-block;width:100%;vertical-align:top;overflow:hidden}.qodef-qi-pricing-table.qodef-status--featured{transform:translateY(-18px)}.qodef-qi-pricing-table .qodef-m-inner{position:relative;padding:45px}.qodef-qi-pricing-table .qodef-m-title{margin:0}.qodef-qi-pricing-table .qodef-m-price{display:flex;align-items:baseline}.qodef-qi-pricing-table .qodef-m-price .qodef-m-price-wrapper{display:inline-flex;margin:0;line-height:1;justify-content:center;align-items:baseline}.qodef-qi-pricing-table .qodef-m-price .qodef-m-price-currency{align-self:flex-start}.qodef-qi-pricing-table.qodef-period--side .qodef-m-price-period{margin-left:5px}.qodef-qi-pricing-table.qodef-period--bottom .qodef-m-price{flex-direction:column}.qodef-qi-pricing-table.qodef-period--bottom .qodef-m-price-period{margin:0}.qodef-qi-pricing-table .qodef-m-content{padding:25px 0 0;margin:0}.qodef-qi-pricing-table .qodef-m-content li{margin-bottom:8px}.qodef-qi-pricing-table .qodef-m-content li:last-child{margin-bottom:0}.qodef-qi-pricing-table .qodef-m-content li.qodef--excluded{text-decoration:line-through;color:rgba(17,17,17,.6)}.qodef-qi-pricing-table .qodef-m-button .qodef-qi-button{margin:25px 0 0}.qodef-qi-pricing-table .qodef-m-label{position:absolute;right:15px;color:#fff;background-color:#111}.qodef-qi-pricing-table.qodef-label-type--badge .qodef-m-label{top:15px;border-radius:50px;padding:10px}.qodef-qi-pricing-table.qodef-label-type--ribbon .qodef-m-label{top:-1px;border-radius:50px 0 0 50px;transform:rotate(-90deg) translate(0,-100%);transform-origin:right top;padding:5px 15px}.qodef-qi-pricing-table.qodef-list-style-icon .qodef-m-content{list-style-type:none}.qodef-qi-pricing-table.qodef-list-style-icon .qodef-m-content svg{width:1em;fill:currentColor;stroke:currentColor}.qodef-qi-pricing-table.qodef-list-style-icon .qodef-e-icon{display:inline-block}.qodef-qi-pricing-table.qodef-list-style-icon.qodef-list-style--outside .qodef-m-content{margin:0 calc(-1em - 5px)}.qodef-qi-pricing-table.qodef-list-style-icon.qodef-list-style--outside li{position:relative;display:flex}.qodef-qi-pricing-table.qodef-list-style-icon.qodef-list-style--outside .qodef-e-icon{position:absolute;left:0}.qodef-qi-pricing-table.qodef-list-style-icon.qodef-list-style--outside .qodef-e-text{flex:1;padding:0 5px;margin:0 1em}.qodef-qi-pricing-table.qodef-list-style--outside .qodef-m-content{list-style-position:outside}.qodef-qi-pricing-table.qodef-list-style--inside .qodef-m-content{list-style-position:inside}.qodef-qi-pricing-table.qodef-list-type--none .qodef-m-content{list-style-type:none}.qodef-qi-pricing-table .qodef-qi-separator .qodef-m-line{width:30px}.qodef-qi-pricing-table.qodef-layout--cascading .qodef-m-inner{padding:50px}.qodef-qi-pricing-table.qodef-layout--cascading .qodef-m-title{background-color:#f6f6f6;padding:30px 50px}.qodef-qi-pricing-table.qodef-layout--minimal{border-width:0 0 0 1px}.qodef-qi-pricing-table.qodef-layout--minimal .qodef-m-inner{padding:0 0 0 15px}.qodef-qi-pricing-table.qodef-layout--minimal .qodef-m-price-wrapper{margin:0 0 .5em}.qodef-qi-pricing-table.qodef-layout--simple .qodef-m-inner{padding:0 50px 40px}.qodef-qi-pricing-table.qodef-layout--simple .qodef-m-title-wrapper{background-color:#f6f6f6;padding:40px 20px}.qodef-qi-pricing-table.qodef-layout--standard .qodef-m-title{margin:0 0 1em}.qodef-qi-pricing-table.qodef-layout--vertical-image{display:flex}.qodef-qi-pricing-table.qodef-layout--vertical-image .qodef-m-inner{flex:1}.qodef-qi-pricing-table.qodef-layout--vertical-image .qodef-m-vertical-image-holder{width:90px;max-width:60%}.qodef-qi-pricing-table.qodef-layout--vertical-image .qodef-m-vertical-image-holder .qodef-m-image{height:100%}.qodef-qi-pricing-table.qodef-layout--vertical-image .qodef-m-vertical-image-holder img{height:100%;object-fit:cover}.qodef-qi-pricing-table.qodef-layout--vertical-image .qodef-m-title{margin-bottom:1em}.qodef-qi-pricing-table.qodef-layout--with-icon .qodef-m-inner{padding:0}.qodef-qi-pricing-table.qodef-layout--with-icon .qodef-m-top{padding:50px}.qodef-qi-pricing-table.qodef-layout--with-icon .qodef-m-content{padding:0}.qodef-qi-pricing-table.qodef-layout--with-icon .qodef-m-content .qodef-e-item{padding:27px 50px;margin:0;border-top:1px solid #ebebeb}.qodef-qi-pricing-table.qodef-layout--with-icon .qodef-m-title-icon{line-height:1em}.qodef-qi-pricing-table.qodef-layout--with-icon .qodef-m-title-icon svg{width:1em;vertical-align:top;fill:currentColor;stroke:currentColor}.qodef-qi-pricing-table.qodef-layout--with-icon .qodef-m-title{margin:.7em 0 1em}.qodef-qi-pricing-table.qodef-layout--with-icon .qodef-m-button .qodef-qi-button{width:100%;text-align:center;margin-top:0}.qodef-qi-process.qodef-qi-grid>.qodef-grid-inner>.qodef-grid-item:last-child .qodef-e-line{display:none}.qodef-qi-process .qodef-e-icon-holder{position:relative;z-index:5}.qodef-qi-process .qodef-e-icon{position:relative;display:flex;align-items:center;justify-content:center;width:3em;height:3em;font-size:60px;background:#f6f6f6;border-radius:50%;margin:0 auto;z-index:3}.qodef-qi-process .qodef-e-icon svg{width:1em;height:auto;vertical-align:top;fill:currentColor;stroke:currentColor;overflow:visible}.qodef-qi-process .qodef-e-number{position:absolute;top:0;right:0;background:#333;width:2.8em;height:2.8em;font-size:20px;color:#fff;border-radius:50%;line-height:1;display:flex;align-items:center;justify-content:center}.qodef-qi-process .qodef-e-line{position:absolute;z-index:2}.qodef-qi-process .qodef-e-title{margin:2em 0 0}.qodef-qi-process .qodef-e-text{margin:.3em 0 0}.qodef-qi-process.qodef-item-layout--horizontal .qodef-e-number{width:2.8em;height:2.8em;font-size:20px}.qodef-qi-process.qodef-item-layout--horizontal .qodef-e-line{top:50%;left:50%;width:100%;height:auto}.qodef-qi-process.qodef-item-layout--horizontal .qodef-e-line-inner{width:100%;height:100%;border-bottom:#acacac;position:absolute;top:0;left:0}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e .qodef-e-line-inner{transition:transform 1s;transform-origin:left;transform:scaleX(0)}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e .qodef-e-icon{transition:transform .35s,opacity .2s;transform:scale(.8);opacity:0}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e .qodef-e-text,.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e .qodef-e-title{transition:transform .35s,opacity .2s;transform:translateY(10px);opacity:0}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(1){transition-delay:0s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(1) .qodef-e-line-inner{transition-delay:.25s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(1) .qodef-e-icon{transition-delay:0s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(1) .qodef-e-text,.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(1) .qodef-e-title{transition-delay:.1s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(2){transition-delay:.35s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(2) .qodef-e-line-inner{transition-delay:.6s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(2) .qodef-e-icon{transition-delay:.35s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(2) .qodef-e-text,.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(2) .qodef-e-title{transition-delay:.45s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(3){transition-delay:.7s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(3) .qodef-e-line-inner{transition-delay:.95s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(3) .qodef-e-icon{transition-delay:.7s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(3) .qodef-e-text,.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(3) .qodef-e-title{transition-delay:.8s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(4){transition-delay:1.05s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(4) .qodef-e-line-inner{transition-delay:1.3s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(4) .qodef-e-icon{transition-delay:1.05s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(4) .qodef-e-text,.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(4) .qodef-e-title{transition-delay:1.15s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(5){transition-delay:1.4s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(5) .qodef-e-line-inner{transition-delay:1.65s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(5) .qodef-e-icon{transition-delay:1.4s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(5) .qodef-e-text,.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(5) .qodef-e-title{transition-delay:1.5s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(6){transition-delay:1.75s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(6) .qodef-e-line-inner{transition-delay:2s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(6) .qodef-e-icon{transition-delay:1.75s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(6) .qodef-e-text,.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(6) .qodef-e-title{transition-delay:1.85s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(7){transition-delay:2.1s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(7) .qodef-e-line-inner{transition-delay:2.35s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(7) .qodef-e-icon{transition-delay:2.1s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(7) .qodef-e-text,.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(7) .qodef-e-title{transition-delay:2.2s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(8){transition-delay:2.45s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(8) .qodef-e-line-inner{transition-delay:2.7s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(8) .qodef-e-icon{transition-delay:2.45s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(8) .qodef-e-text,.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(8) .qodef-e-title{transition-delay:2.55s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(9){transition-delay:2.8s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(9) .qodef-e-line-inner{transition-delay:3.05s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(9) .qodef-e-icon{transition-delay:2.8s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(9) .qodef-e-text,.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(9) .qodef-e-title{transition-delay:2.9s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(10){transition-delay:3.15s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(10) .qodef-e-line-inner{transition-delay:3.4s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(10) .qodef-e-icon{transition-delay:3.15s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(10) .qodef-e-text,.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(10) .qodef-e-title{transition-delay:3.25s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(11){transition-delay:3.5s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(11) .qodef-e-line-inner{transition-delay:3.75s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(11) .qodef-e-icon{transition-delay:3.5s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(11) .qodef-e-text,.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(11) .qodef-e-title{transition-delay:3.6s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(12){transition-delay:3.85s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(12) .qodef-e-line-inner{transition-delay:4.1s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(12) .qodef-e-icon{transition-delay:3.85s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(12) .qodef-e-text,.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(12) .qodef-e-title{transition-delay:3.95s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(13){transition-delay:4.2s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(13) .qodef-e-line-inner{transition-delay:4.45s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(13) .qodef-e-icon{transition-delay:4.2s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(13) .qodef-e-text,.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(13) .qodef-e-title{transition-delay:4.3s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(14){transition-delay:4.55s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(14) .qodef-e-line-inner{transition-delay:4.8s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(14) .qodef-e-icon{transition-delay:4.55s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(14) .qodef-e-text,.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(14) .qodef-e-title{transition-delay:4.65s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(15){transition-delay:4.9s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(15) .qodef-e-line-inner{transition-delay:5.15s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(15) .qodef-e-icon{transition-delay:4.9s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(15) .qodef-e-text,.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(15) .qodef-e-title{transition-delay:5s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(16){transition-delay:5.25s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(16) .qodef-e-line-inner{transition-delay:5.5s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(16) .qodef-e-icon{transition-delay:5.25s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(16) .qodef-e-text,.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(16) .qodef-e-title{transition-delay:5.35s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(17){transition-delay:5.6s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(17) .qodef-e-line-inner{transition-delay:5.85s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(17) .qodef-e-icon{transition-delay:5.6s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(17) .qodef-e-text,.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(17) .qodef-e-title{transition-delay:5.7s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(18){transition-delay:5.95s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(18) .qodef-e-line-inner{transition-delay:6.2s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(18) .qodef-e-icon{transition-delay:5.95s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(18) .qodef-e-text,.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(18) .qodef-e-title{transition-delay:6.05s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(19){transition-delay:6.3s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(19) .qodef-e-line-inner{transition-delay:6.55s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(19) .qodef-e-icon{transition-delay:6.3s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(19) .qodef-e-text,.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(19) .qodef-e-title{transition-delay:6.4s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(20){transition-delay:6.65s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(20) .qodef-e-line-inner{transition-delay:6.9s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(20) .qodef-e-icon{transition-delay:6.65s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(20) .qodef-e-text,.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(20) .qodef-e-title{transition-delay:6.75s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear.qodef-qi--appeared .qodef-e .qodef-e-line-inner{transform:scaleX(1)}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear.qodef-qi--appeared .qodef-e .qodef-e-icon{transform:scale(1);opacity:1}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear.qodef-qi--appeared .qodef-e .qodef-e-text,.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear.qodef-qi--appeared .qodef-e .qodef-e-title{transform:translateY(0);opacity:1}.qodef-qi-process.qodef-item-layout--vertical .qodef-grid-inner{grid-row-gap:0}.qodef-qi-process.qodef-item-layout--vertical .qodef-e-content{display:flex;align-items:stretch}.qodef-qi-process.qodef-item-layout--vertical .qodef-e-text-wrapper{margin-left:30px}.qodef-qi-process.qodef-item-layout--vertical .qodef-process-item:not(:last-child) .qodef-e-icon-holder{padding-bottom:50px}.qodef-qi-process.qodef-item-layout--vertical .qodef-e-icon{font-size:40px}.qodef-qi-process.qodef-item-layout--vertical .qodef-e-line{top:0;left:50%;height:100%;transform:translateX(-50%)}.qodef-qi-process.qodef-item-layout--vertical .qodef-e-line-inner{width:100%;height:100%;position:absolute;top:0;left:0;border-left:1px solid #acacac}.qodef-qi-process.qodef-item-layout--vertical .qodef-e-title{margin:0}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e .qodef-e-line-inner{transition:transform .8s;transform-origin:top;transform:scaleY(0)}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e .qodef-e-icon{transition:opacity .35s;opacity:0}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e .qodef-e-text,.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e .qodef-e-title{transition:transform .35s,opacity .25s;transform:translateY(-10px);opacity:0}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(1){transition-delay:0s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(1) .qodef-e-line-inner{transition-delay:0s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(1) .qodef-e-icon{transition-delay:0s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(1) .qodef-e-text,.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(1) .qodef-e-title{transition-delay:.15s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(2){transition-delay:.5s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(2) .qodef-e-line-inner{transition-delay:.5s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(2) .qodef-e-icon{transition-delay:.5s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(2) .qodef-e-text,.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(2) .qodef-e-title{transition-delay:.65s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(3){transition-delay:1s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(3) .qodef-e-line-inner{transition-delay:1s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(3) .qodef-e-icon{transition-delay:1s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(3) .qodef-e-text,.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(3) .qodef-e-title{transition-delay:1.15s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(4){transition-delay:1.5s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(4) .qodef-e-line-inner{transition-delay:1.5s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(4) .qodef-e-icon{transition-delay:1.5s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(4) .qodef-e-text,.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(4) .qodef-e-title{transition-delay:1.65s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(5){transition-delay:2s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(5) .qodef-e-line-inner{transition-delay:2s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(5) .qodef-e-icon{transition-delay:2s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(5) .qodef-e-text,.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(5) .qodef-e-title{transition-delay:2.15s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(6){transition-delay:2.5s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(6) .qodef-e-line-inner{transition-delay:2.5s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(6) .qodef-e-icon{transition-delay:2.5s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(6) .qodef-e-text,.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(6) .qodef-e-title{transition-delay:2.65s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(7){transition-delay:3s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(7) .qodef-e-line-inner{transition-delay:3s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(7) .qodef-e-icon{transition-delay:3s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(7) .qodef-e-text,.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(7) .qodef-e-title{transition-delay:3.15s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(8){transition-delay:3.5s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(8) .qodef-e-line-inner{transition-delay:3.5s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(8) .qodef-e-icon{transition-delay:3.5s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(8) .qodef-e-text,.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(8) .qodef-e-title{transition-delay:3.65s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(9){transition-delay:4s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(9) .qodef-e-line-inner{transition-delay:4s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(9) .qodef-e-icon{transition-delay:4s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(9) .qodef-e-text,.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(9) .qodef-e-title{transition-delay:4.15s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(10){transition-delay:4.5s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(10) .qodef-e-line-inner{transition-delay:4.5s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(10) .qodef-e-icon{transition-delay:4.5s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(10) .qodef-e-text,.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(10) .qodef-e-title{transition-delay:4.65s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(11){transition-delay:5s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(11) .qodef-e-line-inner{transition-delay:5s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(11) .qodef-e-icon{transition-delay:5s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(11) .qodef-e-text,.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(11) .qodef-e-title{transition-delay:5.15s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(12){transition-delay:5.5s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(12) .qodef-e-line-inner{transition-delay:5.5s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(12) .qodef-e-icon{transition-delay:5.5s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(12) .qodef-e-text,.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(12) .qodef-e-title{transition-delay:5.65s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(13){transition-delay:6s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(13) .qodef-e-line-inner{transition-delay:6s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(13) .qodef-e-icon{transition-delay:6s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(13) .qodef-e-text,.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(13) .qodef-e-title{transition-delay:6.15s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(14){transition-delay:6.5s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(14) .qodef-e-line-inner{transition-delay:6.5s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(14) .qodef-e-icon{transition-delay:6.5s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(14) .qodef-e-text,.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(14) .qodef-e-title{transition-delay:6.65s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(15){transition-delay:7s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(15) .qodef-e-line-inner{transition-delay:7s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(15) .qodef-e-icon{transition-delay:7s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(15) .qodef-e-text,.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(15) .qodef-e-title{transition-delay:7.15s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(16){transition-delay:7.5s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(16) .qodef-e-line-inner{transition-delay:7.5s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(16) .qodef-e-icon{transition-delay:7.5s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(16) .qodef-e-text,.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(16) .qodef-e-title{transition-delay:7.65s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(17){transition-delay:8s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(17) .qodef-e-line-inner{transition-delay:8s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(17) .qodef-e-icon{transition-delay:8s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(17) .qodef-e-text,.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(17) .qodef-e-title{transition-delay:8.15s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(18){transition-delay:8.5s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(18) .qodef-e-line-inner{transition-delay:8.5s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(18) .qodef-e-icon{transition-delay:8.5s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(18) .qodef-e-text,.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(18) .qodef-e-title{transition-delay:8.65s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(19){transition-delay:9s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(19) .qodef-e-line-inner{transition-delay:9s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(19) .qodef-e-icon{transition-delay:9s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(19) .qodef-e-text,.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(19) .qodef-e-title{transition-delay:9.15s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(20){transition-delay:9.5s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(20) .qodef-e-line-inner{transition-delay:9.5s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(20) .qodef-e-icon{transition-delay:9.5s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(20) .qodef-e-text,.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(20) .qodef-e-title{transition-delay:9.65s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear.qodef-qi--appeared .qodef-e .qodef-e-line-inner{transform:scaleY(1)}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear.qodef-qi--appeared .qodef-e .qodef-e-icon{opacity:1}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear.qodef-qi--appeared .qodef-e .qodef-e-text,.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear.qodef-qi--appeared .qodef-e .qodef-e-title{transform:translateX(0);opacity:1}.qodef-qi-woo-product-category-list .woocommerce-loop-category__title{margin:0}.qodef-qi-woo-product-category-list .count{display:none}.qodef-qi-woo-product-category-list .qodef-e-img-holder{overflow:hidden}.qodef-qi-woo-product-category-list .qodef-e-img-holder:after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-color:transparent;transition:background-color .35s ease-out}.qodef-qi-woo-product-category-list.qodef-image--hover-zoom img{transform:scale(1.005) translateZ(0);transition:transform .35s cubic-bezier(.25,.46,.45,.94);will-change:transform}.qodef-qi-woo-product-category-list.qodef-image--hover-zoom .qodef-e:hover img{transform:scale(1.03)}.qodef-qi-woo-product-category-list.qodef-image--hover-zoom-out img{transform:scale(1.03) translateZ(0);transition:transform .35s cubic-bezier(.25,.46,.45,.94);will-change:transform}.qodef-qi-woo-product-category-list.qodef-image--hover-zoom-out .qodef-e:hover img{transform:scale(1)}.qodef-qi-woo-product-category-list.qodef-image--hover-move img{transform:scale(1.2);transition:transform .5s cubic-bezier(.33,.02,0,.93);will-change:transform}.qodef-qi-woo-product-category-list.qodef-image--hover-move .qodef-e:hover img{transform:scale(1.2) translateX(12px)}.qodef-qi-woo-product-category-list.qodef-image--hover-from-top img{transform-origin:top}.qodef-qi-woo-product-category-list.qodef-image--hover-from-bottom img{transform-origin:bottom}.qodef-qi-woo-product-category-list.qodef-image--hover-from-left img{transform-origin:left}.qodef-qi-woo-product-category-list.qodef-image--hover-from-right img{transform-origin:right}.qodef-qi-woo-product-category-list.qodef-item-layout--info-on-image .product-category a{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-qi-woo-product-category-list.qodef-item-layout--info-on-image .product-category .woocommerce-loop-category__title{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:auto;color:#fff;text-align:center}.qodef-position--bottom-left .qodef-qi-woo-product-category-list.qodef-item-layout--info-on-image .product-category .woocommerce-loop-category__title{top:auto;bottom:0;left:0;transform:none;text-align:left}.qodef-qi-woo-product-category-list.qodef-item-layout--info-on-image-boxed .product-category a{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-qi-woo-product-category-list.qodef-item-layout--info-on-image-boxed .product-category .woocommerce-loop-category__title{position:absolute;bottom:40px;left:50%;background-color:#fff;width:auto;text-align:center;padding:10px 40px;transform:translateX(-50%)}.qodef-qi-woo-product-category-list.qodef-item-layout--info-side .qodef-e-holder-inner{position:relative;display:flex;align-items:center;justify-content:flex-end;background-color:#f6f6f6}.qodef-qi-woo-product-category-list.qodef-item-layout--info-side .qodef-e-content{position:absolute;max-height:100%;width:100%;left:0;flex:1;overflow:hidden}.qodef-qi-woo-product-category-list.qodef-item-layout--info-side .qodef-e-image{width:60%}.qodef-qi-woo-shortcode-product-list{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-qi-woo-shortcode-product-list .qodef-e-product-inner{position:relative;display:inline-block;vertical-align:top;width:100%}.qodef-qi--touch .qodef-qi-woo-shortcode-product-list .qodef-e-product-inner{cursor:pointer}.qodef-qi-woo-shortcode-product-list .qodef-e-product-inner:hover .qodef-e-product-image-inner{opacity:1}.qodef-qi-woo-shortcode-product-list .qodef-e-product-inner:hover .qodef-e-product-title{color:#3c3c3c}.qodef-qi-woo-shortcode-product-list .qodef-e-product-image{position:relative;display:inline-block;vertical-align:top;z-index:1}.qodef-qi-woo-shortcode-product-list .qodef-e-product-image .qodef-e-product-image-holder{overflow:hidden}.qodef-qi-woo-shortcode-product-list .qodef-e-product-image img{display:block;width:100%}.qodef-qi-woo-shortcode-product-list .qodef-e-product-image-inner{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;flex-direction:column;padding:10px;text-align:center;opacity:0;transition:opacity .35s ease-out}.qodef-qi-woo-shortcode-product-list .qodef-e-product-content{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-qi-woo-shortcode-product-list .qodef-e-product-heading{position:relative;display:flex;justify-content:space-between;align-items:baseline}.qodef-qi-woo-shortcode-product-list .woocommerce-Price-currencySymbol{position:relative;top:-.3em;font-size:.6em}.qodef-qi-woo-shortcode-product-list .price{flex-shrink:0}.qodef-qi-woo-shortcode-product-list .qodef-e-product-title{transition:color .2s ease-out}.qodef-qi-woo-shortcode-product-list .qodef-e-product-categories a{position:relative;display:inline-block!important;vertical-align:top;color:inherit;font-family:inherit;font-size:inherit;font-weight:inherit;font-style:inherit;line-height:inherit;letter-spacing:inherit;text-transform:inherit;z-index:3}.qodef-qi-woo-shortcode-product-list .qodef-e-product-categories a:focus,.qodef-qi-woo-shortcode-product-list .qodef-e-product-categories a:hover{color:#3c3c3c}.qodef-qi-woo-shortcode-product-list .woocommerce-LoopProduct-link{position:absolute;top:0;left:0;width:100%;height:100%}.qodef-qi-woo-shortcode-product-list .qodef-e-product-image-holder:after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-color:transparent;transition:background-color .35s ease-out}.qodef-qi-woo-shortcode-product-list .qodef-e-product-image{overflow:hidden;width:100%}.qodef-qi-woo-shortcode-product-list.qodef-image--hover-zoom img{transform:scale(1.005) translateZ(0);transition:transform .35s cubic-bezier(.25,.46,.45,.94);will-change:transform}.qodef-qi-woo-shortcode-product-list.qodef-image--hover-zoom .qodef-e:hover img{transform:scale(1.03)}.qodef-qi-woo-shortcode-product-list.qodef-image--hover-zoom-out img{transform:scale(1.03) translateZ(0);transition:transform .35s cubic-bezier(.25,.46,.45,.94);will-change:transform}.qodef-qi-woo-shortcode-product-list.qodef-image--hover-zoom-out .qodef-e:hover img{transform:scale(1)}.qodef-qi-woo-shortcode-product-list.qodef-image--hover-move img{transform:scale(1.2);transition:transform .5s cubic-bezier(.33,.02,0,.93);will-change:transform}.qodef-qi-woo-shortcode-product-list.qodef-image--hover-move .qodef-e:hover img{transform:scale(1.2) translateX(12px)}.qodef-qi-woo-shortcode-product-list.qodef-image--hover-from-top img{transform-origin:top}.qodef-qi-woo-shortcode-product-list.qodef-image--hover-from-bottom img{transform-origin:bottom}.qodef-qi-woo-shortcode-product-list.qodef-image--hover-from-left img{transform-origin:left}.qodef-qi-woo-shortcode-product-list.qodef-image--hover-from-right img{transform-origin:right}.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-below .qodef-e-product-content{text-align:center;padding:22px 0 25px}.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-below .price{justify-content:center}.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-below-hover-inset .qodef-e-product-image-inner{background-color:#fff;position:absolute;top:0;left:0;width:100%;height:100%;transition:opacity .25s ease-out,all .3s cubic-bezier(.46,.03,.52,.96);clip-path:inset(0 0 0 0);pointer-events:none}.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-below-hover-inset .qodef-e-product-image-inner a{pointer-events:all}.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-below-hover-inset .qodef-e-product-inner:hover .qodef-e-product-image-inner{opacity:1;clip-path:inset(13px 13px 13px 13px);transition-delay:0s,.15s}.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-below-hover-inset .qodef-e-product-content{padding:22px 0 25px}.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-below-swap .qodef-e-product-content{text-align:center;padding:22px 0 25px}.qodef-info-below-alignment--left .qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-below-swap .qodef-e-product-content{text-align:left}.qodef-info-below-alignment--right .qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-below-swap .qodef-e-product-content{text-align:right}.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-below-swap .qodef-e-product-image-holder a{position:relative;display:block;z-index:2}.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-below-swap .price{justify-content:center}.qodef-info-below-alignment--left .qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-below-swap .price{justify-content:flex-start}.qodef-info-below-alignment--right .qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-below-swap .price{justify-content:flex-end}.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-below-swap .qodef-e-swap-holder{position:relative;display:flex;justify-content:center;align-items:center;overflow:hidden;z-index:3;margin:0 auto;opacity:0;transition:.15s ease-out;width:var(--qodef-max-width);height:var(--qodef-max-height)}.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-below-swap .qodef-e-swap-holder.qodef--initialized{opacity:1}.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-below-swap .qodef-e-swap-holder .qodef-woo-product-price{transform:translateX(0);transition:transform .4s .1s ease;width:var(--qodef-max-width);position:absolute}.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-below-swap .qodef-e-swap-holder .qodef-e-to-swap{position:absolute;width:100%;transform:translateX(100%);transition:transform .5s 0s ease;overflow:hidden}.qodef-info-below-alignment--left .qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-below-swap .qodef-e-swap-holder{margin:0}.qodef-info-below-alignment--right .qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-below-swap .qodef-e-swap-holder{margin:0 0 0 auto}.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-below-swap .qodef-e-product-inner:hover .qodef-woo-product-price{transform:translateX(-100%);transition-delay:0s}.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-below-swap .qodef-e-product-inner:hover .qodef-e-swap-holder .qodef-e-to-swap{transform:translateX(0);transition-delay:.1s}.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-below-with-hover .qodef-e-product-content{padding:22px 0 25px}.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-below-with-hover .qodef-e-product-image-inner{opacity:0;transform:translateY(10px);transition:opacity .25s,transform .4s cubic-bezier(.26,-.14,0,1.01)}.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-below-with-hover .qodef-e-product-inner:hover .qodef-e-product-image-inner{opacity:1;transform:translateY(0)}.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-on-image .qodef-e-product-image-inner{flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:25px 35px;background-color:#f6f6f6}.qodef-position--bottom-left .qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-on-image .qodef-e-product-image-inner{align-items:flex-start;justify-content:flex-end;text-align:left}.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-on-image .qodef-e-ratings{text-align:center}.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-on-image .qodef-e-product-inner .qodef-e-product-mark{left:auto;right:0}.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-on-image .qodef-woo-product-price>span{width:100%}.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-on-image .qodef-image-content-inner{opacity:0;transform:translateY(20px);transition:opacity .25s,transform .4s cubic-bezier(.26,-.14,0,1.01)}.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-on-image .qodef-e-product-inner:hover .qodef-image-content-inner{opacity:1;transform:translateY(0)}.qodef-qi-woo-shortcode-product-slider{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-qi-woo-shortcode-product-slider .qodef-e-product-inner{position:relative;display:inline-block;vertical-align:top;width:100%}.qodef-qi--touch .qodef-qi-woo-shortcode-product-slider .qodef-e-product-inner{cursor:pointer}.qodef-qi-woo-shortcode-product-slider .qodef-e-product-inner:hover .qodef-e-product-image-inner{opacity:1}.qodef-qi-woo-shortcode-product-slider .qodef-e-product-inner:hover .qodef-e-product-title{color:#3c3c3c}.qodef-qi-woo-shortcode-product-slider .qodef-e-product-image{position:relative;display:inline-block;vertical-align:top;z-index:1}.qodef-qi-woo-shortcode-product-slider .qodef-e-product-image .qodef-e-product-image-holder{overflow:hidden}.qodef-qi-woo-shortcode-product-slider .qodef-e-product-image img{display:block;width:100%}.qodef-image-full-height.qodef-qi-woo-shortcode-product-slider .qodef-e-product-image img{height:100vh;object-fit:cover}.qodef-qi-woo-shortcode-product-slider .qodef-e-product-image-inner{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;flex-direction:column;padding:10px;text-align:center;opacity:0;transition:opacity .35s ease-out}.qodef-qi-woo-shortcode-product-slider .qodef-e-product-content{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-qi-woo-shortcode-product-slider .qodef-e-product-heading{position:relative;display:flex;justify-content:space-between;align-items:baseline}.qodef-qi-woo-shortcode-product-slider .woocommerce-Price-currencySymbol{position:relative;top:-.3em;font-size:.6em}.qodef-qi-woo-shortcode-product-slider .price{flex-shrink:0}.qodef-qi-woo-shortcode-product-slider .qodef-e-product-title{transition:color .2s ease-out}.qodef-qi-woo-shortcode-product-slider .qodef-e-product-categories a{position:relative;display:inline-block!important;vertical-align:top;color:inherit;font-family:inherit;font-size:inherit;font-weight:inherit;font-style:inherit;line-height:inherit;letter-spacing:inherit;text-transform:inherit;z-index:3}.qodef-qi-woo-shortcode-product-slider .qodef-e-product-categories a:focus,.qodef-qi-woo-shortcode-product-slider .qodef-e-product-categories a:hover{color:#3c3c3c}.qodef-qi-woo-shortcode-product-slider .woocommerce-LoopProduct-link{position:absolute;top:0;left:0;width:100%;height:100%}.qodef-qi-woo-shortcode-product-slider .qodef-e-product-image-holder:after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-color:transparent;transition:background-color .35s ease-out}.qodef-qi-woo-shortcode-product-slider .qodef-e-product-image{overflow:hidden;width:100%}.qodef-qi-woo-shortcode-product-slider.qodef-image--hover-zoom img{transform:scale(1.005) translateZ(0);transition:transform .35s cubic-bezier(.25,.46,.45,.94);will-change:transform}.qodef-qi-woo-shortcode-product-slider.qodef-image--hover-zoom .qodef-e:hover img{transform:scale(1.03)}.qodef-qi-woo-shortcode-product-slider.qodef-image--hover-zoom-out img{transform:scale(1.03) translateZ(0);transition:transform .35s cubic-bezier(.25,.46,.45,.94);will-change:transform}.qodef-qi-woo-shortcode-product-slider.qodef-image--hover-zoom-out .qodef-e:hover img{transform:scale(1)}.qodef-qi-woo-shortcode-product-slider.qodef-image--hover-move img{transform:scale(1.2);transition:transform .5s cubic-bezier(.33,.02,0,.93);will-change:transform}.qodef-qi-woo-shortcode-product-slider.qodef-image--hover-move .qodef-e:hover img{transform:scale(1.2) translateX(12px)}.qodef-qi-woo-shortcode-product-slider.qodef-image--hover-from-top img{transform-origin:top}.qodef-qi-woo-shortcode-product-slider.qodef-image--hover-from-bottom img{transform-origin:bottom}.qodef-qi-woo-shortcode-product-slider.qodef-image--hover-from-left img{transform-origin:left}.qodef-qi-woo-shortcode-product-slider.qodef-image--hover-from-right img{transform-origin:right}.qodef-qi-woo-shortcode-product-slider.qodef-zoom-centered-item{padding:50px 0}.qodef-qi-woo-shortcode-product-slider.qodef-zoom-centered-item .qodef-e-product-image{transform:scale(1);transition:transform .35s ease-out}.qodef-qi-woo-shortcode-product-slider.qodef-zoom-centered-item .swiper-slide-active .qodef-e-product-image{transform:scale(1.5)}.qodef-qi-woo-shortcode-product-slider.qodef-zoom-centered-item.qodef-item-layout--info-below-swap .qodef-e-product-content{opacity:0;transition:opacity .35s ease-out}.qodef-qi-woo-shortcode-product-slider.qodef-zoom-centered-item.qodef-item-layout--info-below-swap .swiper-slide-active .qodef-e-product-content{opacity:1}.qodef-qi-woo-shortcode-product-slider.qodef-item-layout--info-below-swap .qodef-e-product-inner{text-align:center;padding:25px 15px;background-color:#f6f6f6;transition:background-color .35s ease-out}.qodef-qi-woo-shortcode-product-slider.qodef-item-layout--info-below-swap .price{justify-content:center}.qodef-qi-woo-shortcode-product-slider.qodef-item-layout--info-below-swap .qodef-e-swap-holder{position:relative;display:flex;justify-content:center;align-items:center;overflow:hidden;z-index:3;margin:0 auto;opacity:0;transition:.15s ease-out;width:var(--qodef-max-width);height:var(--qodef-max-height)}.qodef-qi-woo-shortcode-product-slider.qodef-item-layout--info-below-swap .qodef-e-swap-holder.qodef--initialized{opacity:1}.qodef-qi-woo-shortcode-product-slider.qodef-item-layout--info-below-swap .qodef-e-swap-holder .qodef-woo-product-price{transform:translateX(0);transition:transform .4s .1s ease;width:var(--qodef-max-width);position:absolute}.qodef-qi-woo-shortcode-product-slider.qodef-item-layout--info-below-swap .qodef-e-swap-holder .qodef-e-to-swap{position:absolute;width:100%;transform:translateX(100%);transition:transform .5s 0s ease;overflow:hidden}.qodef-qi-woo-shortcode-product-slider.qodef-item-layout--info-below-swap .qodef-e-product-inner:hover .qodef-woo-product-price{transform:translateX(-100%);transition-delay:0s}.qodef-qi-woo-shortcode-product-slider.qodef-item-layout--info-below-swap .qodef-e-product-inner:hover .qodef-e-swap-holder .qodef-e-to-swap{transform:translateX(0);transition-delay:.1s}.qodef-qi-woo-shortcode-product-slider.qodef-item-layout--info-below-with-hover .qodef-e-product-content{padding:22px 0 25px}.qodef-qi-woo-shortcode-product-slider.qodef-item-layout--info-below-with-hover .qodef-e-product-image-inner{opacity:0;transform:translateY(10px);transition:opacity .25s,transform .4s cubic-bezier(.26,-.14,0,1.01)}.qodef-qi-woo-shortcode-product-slider.qodef-item-layout--info-below-with-hover .qodef-e-product-inner:hover .qodef-e-product-image-inner{opacity:1;transform:translateY(0)}.qodef-qi-woo-shortcode-product-slider.qodef-item-layout--info-on-image .qodef-e-product-image-inner{flex-direction:column;justify-content:space-between;align-items:flex-start;padding:15px;transition:opacity .25s ease-out}.qodef-qi-woo-shortcode-product-slider.qodef-item-layout--info-on-image .qodef-e-product-top{text-align:left;width:100%;transform:translateY(10px);transition:transform .25s ease-out}.qodef-qi-woo-shortcode-product-slider.qodef-item-layout--info-on-image .qodef-e-product-bottom{width:100%}.qodef-qi-woo-shortcode-product-slider.qodef-item-layout--info-on-image .qodef-e-product-inner .qodef-e-product-mark{left:auto;right:0}.qodef-qi-woo-shortcode-product-slider.qodef-item-layout--info-on-image .qodef-e-product-inner:hover .qodef-e-product-bottom,.qodef-qi-woo-shortcode-product-slider.qodef-item-layout--info-on-image .qodef-e-product-inner:hover .qodef-e-product-top{transform:translateY(0)}.qodef-qi-woo-shortcode-product-slider.qodef-item-layout--info-on-image-centered .qodef-e-product-image-inner{flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:25px 35px;background-color:#f6f6f6}.qodef-qi-woo-shortcode-product-slider.qodef-item-layout--info-on-image-centered .qodef-e-ratings{text-align:center}.qodef-qi-woo-shortcode-product-slider.qodef-item-layout--info-on-image-centered .qodef-woo-product-price>span{width:100%}.qodef-qi-woo-shortcode-product-slider.qodef-item-layout--info-on-image-centered .qodef-e-product-inner .qodef-e-product-mark{left:auto;right:0}.qodef-qi-woo-shortcode-product-slider.qodef-item-layout--info-on-image-centered .qodef-image-content-inner{opacity:0;transform:translateY(20px);transition:opacity .25s,transform .4s cubic-bezier(.26,-.14,0,1.01)}.qodef-qi-woo-shortcode-product-slider.qodef-item-layout--info-on-image-centered .qodef-e-product-inner:hover .qodef-image-content-inner{opacity:1;transform:translateY(0)}.qodef-qi-progress-bar-circle{position:relative;visibility:hidden}.qodef-qi-progress-bar-circle.qodef--init{visibility:visible}.qodef-qi-progress-bar-circle .qodef-m-inner{position:relative;display:flex;flex-direction:column;align-items:center;text-align:center}.qodef-qi-progress-bar-circle .qodef-m-canvas{position:relative;width:100%}.qodef-qi-progress-bar-circle .qodef-m-title{margin:2em 0 0}.qodef-qi-progress-bar-circle .qodef-m-text{margin:.5em 0 0}.qodef-qi-progress-bar-circle .qodef-m-value{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;padding:0;margin:0;font-size:62px}.qodef-qi-progress-bar-circle .qodef-m-percentage{font-size:60%;top:-.3em}.qodef-qi-section-title{position:relative}.qodef-qi-section-title .qodef-m-title{margin:0}.qodef-qi-section-title .qodef-m-subtitle{display:inline-flex;align-items:baseline;margin:0}.qodef-subtitle-icon--right.qodef-qi-section-title .qodef-m-subtitle{flex-direction:row}.qodef-subtitle-icon--left.qodef-qi-section-title .qodef-m-subtitle{flex-direction:row-reverse}.qodef-qi-section-title .qodef-m-icon-holder{display:inline-block;line-height:1em}.qodef-qi-section-title .qodef-m-icon-holder svg{width:1em;height:auto;fill:currentColor;stroke:currentColor}.qodef-qi-section-title>.qodef-m-text{margin:.5em 0 0}.qodef-qi-section-title .qodef-m-button{margin-top:.65em}.qodef-qi-section-title.qodef-decoration--underline .qodef-e-decorated{text-decoration:underline}.qodef-qi-section-title.qodef-decoration--italic .qodef-e-decorated{font-style:italic}.qodef-qi-section-title.qodef-decoration--bold .qodef-e-decorated{font-weight:700}.qodef-qi-section-title.qodef-link--underline-draw .qodef-e-link{width:100%;background-repeat:no-repeat;background-image:linear-gradient(transparent calc(100% - .07em),currentColor .07em);background-size:100% 87%}.qodef-qi-section-title.qodef-link--underline-draw .qodef-e-link:hover{color:currentColor;text-decoration:none;animation:qodef-animate-underline-multiline 1.1s cubic-bezier(.32,.32,.15,1.17) forwards}.qodef-qi-section-title.qodef-link--underline-draw .qodef-e-link:focus{color:currentColor}.qodef-qi-section-title.qodef-text-link--underline>.qodef-m-text a{width:100%;background-repeat:no-repeat;background-image:linear-gradient(transparent calc(100% - 1px),currentColor 1px);transition:.9s cubic-bezier(.32,.32,.15,1.17);background-size:0 100%}.qodef-qi-section-title.qodef-text-link--underline>.qodef-m-text a:hover{text-decoration:none;background-size:100% 100%}.qodef-qi-section-title.qodef-text-link--underline-thick>.qodef-m-text a{width:100%;background-repeat:no-repeat;background-image:linear-gradient(transparent calc(100% - 2px),currentColor 2px);transition:.9s cubic-bezier(.32,.32,.15,1.17);background-size:0 100%}.qodef-qi-section-title.qodef-text-link--underline-thick>.qodef-m-text a:hover{text-decoration:none;background-size:100% 100%}@keyframes qodef-qi-animate-underline-multiline-thick{0%{background-size:100% 93%;background-position-x:right}38%{background-size:0 93%;background-position-x:right}39%{background-size:0 93%;background-position-x:left}100%{background-size:100% 93%;background-position-x:left}}.qodef-qi-section-title.qodef-text-link--underline-initial>.qodef-m-text a{background-repeat:no-repeat;background-image:linear-gradient(transparent calc(100% - .07em),currentColor .07em);background-size:100% 93%}.qodef-qi-section-title.qodef-text-link--underline-initial>.qodef-m-text a:hover{text-decoration:none;animation:qodef-qi-animate-underline-multiline-thick 1.1s cubic-bezier(.32,.32,.15,1.17) forwards}@media only screen and (max-width:1024px){.qodef-qi-section-title.qodef-title-break--disabled .qodef-m-title br{display:none}}.qodef-qi-slider-switch{position:relative;opacity:0;transition:opacity .35s ease-out}.qodef-qi-slider-switch.qodef--visible{opacity:1}.qodef-qi-slider-switch .qodef-m-main-text{margin-bottom:30px}.qodef-qi-slider-switch .qodef-m-main-text .qodef-e-title{margin:0 0 .7em}.qodef-qi-slider-switch .qodef-m-main-text .qodef-e-text{margin:0}.qodef-qi-slider-switch .qodef-m-main{position:relative}.qodef-qi-slider-switch .qodef-m-main-slider{position:absolute;top:50px;left:50px;right:50px;bottom:50px;border-radius:10%}.qodef-qi-slider-switch .qodef-m-main-slider .qodef-qi-swiper-container{height:100%;z-index:unset}.qodef-qi-slider-switch .qodef-m-main-slider .swiper-slide a{height:100%}.qodef-qi-slider-switch .qodef-slider-main-image{position:relative;z-index:5;pointer-events:none}.qodef-qi-slider-switch .qodef-slider-main-image img{width:100%}.qodef-qi-slider-switch .qodef-slider-switch-device-holder{position:absolute;top:100%;left:50%;transform:translateX(-50%);z-index:10}.qodef-qi-slider-switch .qodef-slider-switch-device{position:absolute;margin:auto;width:214px;bottom:-50px;right:50px;overflow:hidden}.qodef-qi-slider-switch .qodef-slider-switch-device .qodef-slider-switch-device-image{position:relative;pointer-events:none;z-index:10}.qodef-qi-slider-switch .qodef-slider-switch-device .qodef-slider-switch-device-image img{width:100%;filter:drop-shadow(0 6px 16.8px rgba(0,0,0,.07))}.qodef-qi-slider-switch .qodef-slider-switch-device .qodef-m-items{position:absolute;top:0;left:0;bottom:0;right:0;z-index:5}.qodef-qi-slider-switch .qodef-slider-switch-device .qodef-qi-swiper-container{overflow:hidden;height:100%;padding:0!important}.qodef-qi-slider-switch .qodef-slider-switch-device .qodef-m-item{height:100%}.qodef-qi-slider-switch .qodef-slider-switch-device .qodef-m-item a{height:100%}.qodef-qi-slider-switch .qodef-slider-switch-device .qodef-m-item img{height:100%;width:100%;object-fit:cover}.qodef-qi-slider-switch .qodef-m-main-text a{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.qodef-qi-slider-switch .qodef-m-main-text .swiper-slide .qodef-e-text,.qodef-qi-slider-switch .qodef-m-main-text .swiper-slide .qodef-e-title{opacity:0;transform:translateX(40px);transition:.3s ease-in-out}.qodef-qi-slider-switch .qodef-m-main-text .swiper-slide.swiper-slide-active .qodef-e-text,.qodef-qi-slider-switch .qodef-m-main-text .swiper-slide.swiper-slide-active .qodef-e-title{opacity:1;transform:translateX(0)}.qodef-qi-slider-switch .qodef-m-main-text .swiper-slide.swiper-slide-active .qodef-e-title{transition:opacity .35s .2s,transform .65s cubic-bezier(.26,0,0,1.01) .2s}.qodef-qi-slider-switch .qodef-m-main-text .swiper-slide.swiper-slide-active .qodef-e-text{transition:opacity .35s .35s,transform .65s cubic-bezier(.26,0,0,1.01) .35s}.qodef-qi-table-of-contents{position:relative}.qodef-qi-table-of-contents .qodef-m-title{margin:0}.qodef-qi-table-of-contents .qodef-m-subtitle{margin:0}.qodef-qi-table-of-contents .qodef-m-text{margin:.5em 0 0}.qodef-qi-table-of-contents .qodef-m-table-content{margin-top:1.5em}.qodef-qi-table-of-contents .qodef-m-table-content a{position:relative;color:inherit;font-family:inherit;font-size:inherit;font-weight:inherit;font-style:inherit;line-height:inherit;letter-spacing:inherit;text-transform:inherit}.qodef-list-underline.qodef-qi-table-of-contents .qodef-m-table-content a{width:100%;background-repeat:no-repeat;background-image:linear-gradient(transparent calc(100% - 1px),currentColor 1px);transition:.55s cubic-bezier(.32,.32,.15,1.17);background-size:0 100%}.qodef-list-underline.qodef-qi-table-of-contents .qodef-m-table-content a:hover{background-size:100% 100%}.qodef-qi-table-of-contents.qodef-list-position--inside ol,.qodef-qi-table-of-contents.qodef-list-position--inside ul{list-style-position:inside}.qodef-qi-table-of-contents.qodef-list-position--inside .qodef-m-table-content>ol,.qodef-qi-table-of-contents.qodef-list-position--inside .qodef-m-table-content>ul{margin-left:0!important}.qodef-qi-table-of-contents.qodef-list-position--outside ol,.qodef-qi-table-of-contents.qodef-list-position--outside ul{list-style-position:outside}.qodef-qi-team-member .qodef-m-title{margin:0}.qodef-qi-team-member .qodef-m-role{margin:0 0 .8em}.qodef-qi-team-member .qodef-m-text{margin:0 0 .8em}.qodef-qi-team-member .qodef-m-social-icons{font-size:0;margin:0}.qodef-qi-team-member .qodef-m-social-icons>*{font-size:1rem;margin-right:.7em}.qodef-qi-team-member .qodef-m-social-icons>:last-child{margin:0}.qodef-qi-team-member .qodef-e-social-icon{transition:color .2s ease-out}.qodef-qi-team-member .qodef-e-social-icon i{font-size:inherit}.qodef-qi-team-member .qodef-e-social-icon svg{width:1em;fill:currentColor;stroke:currentColor;vertical-align:middle}.qodef-qi-team-member.qodef-image--hover-scale img,.qodef-qi-team-member.qodef-image--hover-zoom img{transform:scale(1.005) translateZ(0);transition:transform .35s cubic-bezier(.25,.46,.45,.94);will-change:transform}.qodef-qi-team-member.qodef-image--hover-scale:hover img,.qodef-qi-team-member.qodef-image--hover-zoom:hover img{transform:scale(1.03)}.qodef-qi-team-member.qodef-image--hover-zoom .qodef-m-media-image{overflow:hidden}.qodef-qi-team-member.qodef-item-layout--info-below .qodef-m-content{margin:.9em 0 0}.qodef-qi-team-member.qodef-item-layout--info-below-left .qodef-m-inner{position:relative;overflow:hidden}.qodef-qi-team-member.qodef-item-layout--info-below-left .qodef-m-inner:hover .qodef-m-role,.qodef-qi-team-member.qodef-item-layout--info-below-left .qodef-m-inner:hover .qodef-m-social-icons,.qodef-qi-team-member.qodef-item-layout--info-below-left .qodef-m-inner:hover .qodef-m-title{transform:translateX(0);opacity:1}.qodef-qi-team-member.qodef-item-layout--info-below-left .qodef-m-inner:hover .qodef-m-role{transition-delay:.15s}.qodef-qi-team-member.qodef-item-layout--info-below-left .qodef-m-inner:hover .qodef-m-social-icons{transition-delay:.3s}.qodef-qi-team-member.qodef-item-layout--info-below-left .qodef-m-content{margin:.9em 0 0}.qodef-qi-team-member.qodef-item-layout--info-below-left .qodef-m-content .qodef-m-role,.qodef-qi-team-member.qodef-item-layout--info-below-left .qodef-m-content .qodef-m-social-icons,.qodef-qi-team-member.qodef-item-layout--info-below-left .qodef-m-content .qodef-m-title{opacity:0;transform:translateX(30px);transition:transform .45s cubic-bezier(.16,.32,.26,.92),opacity .45s ease-out;transition-delay:0s,0s}.qodef-qi-team-member.qodef-item-layout--info-from-bottom .qodef-m-inner{position:relative;overflow:hidden}.qodef-qi-team-member.qodef-item-layout--info-from-bottom .qodef-m-inner:hover .qodef-m-content{transform:translateY(0)}.qodef-qi-team-member.qodef-item-layout--info-from-bottom .qodef-m-content{position:absolute;width:100%;bottom:0;left:0;background-color:#fff;display:flex;justify-content:center;align-items:center;flex-direction:column;opacity:1;transform:translateY(100%);transition:transform .4s cubic-bezier(.22,.61,.36,1);padding:30px;z-index:1}.qodef-qi-team-member.qodef-item-layout--info-on-hover .qodef-m-inner{position:relative;display:inline-block;vertical-align:top}.qodef-qi-team-member.qodef-item-layout--info-on-hover .qodef-m-inner:hover .qodef-m-content{opacity:1}.qodef-qi-team-member.qodef-item-layout--info-on-hover .qodef-m-inner .qodef-m-image,.qodef-qi-team-member.qodef-item-layout--info-on-hover .qodef-m-inner .qodef-m-media-image{display:inline-block;vertical-align:top}.qodef-qi-team-member.qodef-item-layout--info-on-hover .qodef-m-content{position:absolute;width:100%;height:100%;top:0;left:0;background-color:#111;display:flex;justify-content:center;align-items:center;flex-direction:column;opacity:0;transition:opacity .3s ease-in-out;padding:20px 30px}.qodef-qi-team-member.qodef-item-layout--info-on-hover .qodef-m-content>*{width:100%}.qodef-qi-team-member.qodef-item-layout--info-on-hover .qodef-m-title{color:#fff}.qodef-qi-team-member.qodef-item-layout--info-on-hover .qodef-m-role{color:#c4c4c4}.qodef-qi-team-member.qodef-item-layout--info-on-hover-inset .qodef-m-inner{position:relative;display:inline-block;vertical-align:top}.qodef-qi-team-member.qodef-item-layout--info-on-hover-inset .qodef-m-inner:hover .qodef-m-content{opacity:1;clip-path:inset(10px 10px 10px 10px);transition-delay:0s,.15s}.qodef-qi-team-member.qodef-item-layout--info-on-hover-inset .qodef-m-inner .qodef-m-image,.qodef-qi-team-member.qodef-item-layout--info-on-hover-inset .qodef-m-inner .qodef-m-media-image{display:inline-block;vertical-align:top}.qodef-qi-team-member.qodef-item-layout--info-on-hover-inset .qodef-m-content{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#fff;display:flex;justify-content:center;align-items:center;flex-direction:column;opacity:0;transition:opacity .25s ease-out,all .3s cubic-bezier(.46,.03,.52,.96);clip-path:inset(0 0 0 0);padding:5%}.qodef-qi-team-member.qodef-item-layout--info-on-hover-inset .qodef-m-content>*{width:100%}.qodef-qi-testimonials-list .qodef-e-title{margin:0 0 .7em}.qodef-qi-testimonials-list .qodef-e-text{margin:0}.qodef-qi-testimonials-list .qodef-e-media-image{display:inline-block;vertical-align:top;line-height:0}.qodef-qi-testimonials-list .qodef-e-quote{font-size:1em;line-height:0;margin:auto}.qodef-qi-testimonials-list .qodef-e-quote svg{width:1em;fill:currentColor;stroke:currentColor}.qodef-qi-testimonials-list .qodef-e-author{display:flex;margin:0}.qodef-qi-testimonials-list .qodef-e-author-name{margin:0}.qodef-qi-testimonials-list.qodef-item-layout--boxed .qodef-e-media-image{margin-bottom:1.8em;border-radius:50%;overflow:hidden}.qodef-qi-testimonials-list.qodef-item-layout--boxed .qodef-e-inner{position:relative;text-align:center;padding:55px 40px;background-color:#f6f6f6;overflow:hidden}.qodef-qi-testimonials-list.qodef-item-layout--boxed .qodef-e-content,.qodef-qi-testimonials-list.qodef-item-layout--boxed .qodef-e-top{position:relative}.qodef-qi-testimonials-list.qodef-item-layout--boxed .qodef-e-quote{position:absolute;top:-.1em;left:50%;font-size:14em;color:rgba(0,0,0,.2);transform:translateX(-50%)}.qodef-qi-testimonials-list.qodef-item-layout--boxed .qodef-e-text{margin:0 0 1em}.qodef-qi-testimonials-list.qodef-item-layout--boxed .qodef-e-author{flex-direction:column}.qodef-qi-testimonials-list.qodef-item-layout--boxed .qodef-e-author-job{margin:.2em 0 0}.qodef-qi-testimonials-list.qodef-item-layout--info-below .qodef-e-inner{text-align:center}.qodef-qi-testimonials-list.qodef-item-layout--info-below .qodef-e-quote{font-size:2em;margin-bottom:1.2em}.qodef-qi-testimonials-list.qodef-item-layout--info-below .qodef-e-text{margin:0 0 1.3em}.qodef-qi-testimonials-list.qodef-item-layout--info-below .qodef-e-media-image{width:50px;margin-bottom:.5em;border-radius:50%;overflow:hidden}.qodef-qi-testimonials-list.qodef-item-layout--info-below .qodef-e-author{flex-direction:column}.qodef-qi-testimonials-list.qodef-item-layout--info-below .qodef-e-author-job{margin:.2em 0 0}.qodef-qi-testimonials-list.qodef-item-layout--side-quote .qodef-e-inner{display:flex}@media only screen and (max-width:480px){.qodef-qi-testimonials-list.qodef-item-layout--side-quote .qodef-e-inner{flex-direction:column}}.qodef-qi-testimonials-list.qodef-item-layout--side-quote .qodef-e-quote{font-size:100px;width:1em;margin:0 35px 0 0}.qodef-qi-testimonials-list.qodef-item-layout--side-quote .qodef-e-quote i,.qodef-qi-testimonials-list.qodef-item-layout--side-quote .qodef-e-quote svg{vertical-align:top}@media only screen and (max-width:480px){.qodef-qi-testimonials-list.qodef-item-layout--side-quote .qodef-e-quote{margin:0 0 35px}}.qodef-qi-testimonials-list.qodef-item-layout--side-quote .qodef-e-content{flex:1;text-align:left}.qodef-qi-testimonials-list.qodef-item-layout--side-quote .qodef-e-bottom-info{display:flex;align-items:center}.qodef-qi-testimonials-list.qodef-item-layout--side-quote .qodef-e-media-image{width:50px;margin:0 10px 0 0}.qodef-qi-testimonials-list.qodef-item-layout--side-quote .qodef-e-author{flex-direction:row;align-items:baseline}.qodef-qi-testimonials-list.qodef-item-layout--side-quote .qodef-e-author-job:before{content:'';display:inline-block;vertical-align:middle;height:1px;width:1em;background-color:currentColor;margin:0 .65em}.qodef-qi-testimonials-list.qodef-item-layout--side-with-image .qodef-e-inner{display:flex;align-items:flex-start}@media only screen and (max-width:680px){.qodef-qi-testimonials-list.qodef-item-layout--side-with-image .qodef-e-inner{flex-direction:column;align-items:flex-start}}.qodef-qi-testimonials-list.qodef-item-layout--side-with-image .qodef-e-side{position:relative;flex-shrink:0;width:110px;max-width:30%;margin-right:6%}.qodef-qi-testimonials-list.qodef-item-layout--side-with-image .qodef-e-side .qodef-e-media-image{border-radius:25%;overflow:hidden}@media only screen and (max-width:680px){.qodef-qi-testimonials-list.qodef-item-layout--side-with-image .qodef-e-side{max-width:100%}}.qodef-qi-testimonials-list.qodef-item-layout--side-with-image .qodef-e-quote{position:absolute;bottom:-.5em;right:-.5em;width:2em;height:2em;display:flex;align-items:center;justify-content:center;color:#fff;background-color:#111;border-radius:50%}.qodef-qi-testimonials-list.qodef-item-layout--side-with-image .qodef-e-content{flex:1;text-align:left}.qodef-qi-testimonials-list.qodef-item-layout--side-with-image .qodef-e-text{margin:0 0 1em}.qodef-qi-testimonials-list.qodef-item-layout--side-with-image .qodef-e-author{flex-direction:column}.qodef-qi-testimonials-list.qodef-item-layout--side-with-image .qodef-e-author-job{margin:.2em 0 0}.qodef-qi-testimonials-slider .qodef-e-inner{overflow:hidden}.qodef-qi-testimonials-slider .qodef-e-title{margin:0 0 .7em}.qodef-qi-testimonials-slider .qodef-e-text{margin:0}.qodef-qi-testimonials-slider .qodef-e-media-image{display:inline-block;vertical-align:top;line-height:0}.qodef-qi-testimonials-slider .qodef-e-quote{font-size:1em;line-height:0;margin:auto}.qodef-qi-testimonials-slider .qodef-e-quote svg{width:1em;fill:currentColor;stroke:currentColor}.qodef-qi-testimonials-slider .qodef-e-author{display:flex;margin:0}.qodef-qi-testimonials-slider .qodef-e-author-name{margin:0}.qodef-qi-testimonials-slider.qodef--swiper-fade .swiper-slide{opacity:0;transition:opacity .2s ease-out}.qodef-qi-testimonials-slider.qodef--swiper-fade .swiper-slide.swiper-slide-active,.qodef-qi-testimonials-slider.qodef--swiper-fade .swiper-slide.swiper-slide-duplicate-active{opacity:1}.qodef-qi-testimonials-slider.qodef-item-layout--boxed .qodef-e-media-image{margin-bottom:1em;border-radius:50%;overflow:hidden}.qodef-qi-testimonials-slider.qodef-item-layout--boxed .qodef-e-inner{text-align:center;padding:55px 40px;background-color:#f6f6f6}.qodef-qi-testimonials-slider.qodef-item-layout--boxed .qodef-e-top{position:relative;display:inline-block}.qodef-qi-testimonials-slider.qodef-item-layout--boxed .qodef-e-quote{position:absolute;top:0;right:0;font-size:2em}.qodef-qi-testimonials-slider.qodef-item-layout--boxed .qodef-e-text{margin:0 0 1.3em}.qodef-qi-testimonials-slider.qodef-item-layout--boxed .qodef-e-author{flex-direction:column}.qodef-qi-testimonials-slider.qodef-item-layout--boxed .qodef-e-author-job{margin:.2em 0 0}.qodef-qi-testimonials-slider.qodef-item-layout--info-below .qodef-e-media-image{margin-bottom:1em}.qodef-qi-testimonials-slider.qodef-item-layout--info-below .qodef-e-inner{text-align:center}.qodef-qi-testimonials-slider.qodef-item-layout--info-below .qodef-e-quote{font-size:2em;margin-bottom:1.2em}.qodef-qi-testimonials-slider.qodef-item-layout--info-below .qodef-e-text{margin:0 0 1.3em}.qodef-qi-testimonials-slider.qodef-item-layout--info-below .qodef-e-author{flex-direction:column}.qodef-qi-testimonials-slider.qodef-item-layout--info-below .qodef-e-author-job{margin:.2em 0 0}.qodef-qi-testimonials-slider.qodef-item-layout--side-quote .qodef-e-inner{display:flex}@media only screen and (max-width:480px){.qodef-qi-testimonials-slider.qodef-item-layout--side-quote .qodef-e-inner{flex-direction:column}}.qodef-qi-testimonials-slider.qodef-item-layout--side-quote .qodef-e-quote{font-size:100px;width:1em;margin:0 35px 0 0}.qodef-qi-testimonials-slider.qodef-item-layout--side-quote .qodef-e-quote i,.qodef-qi-testimonials-slider.qodef-item-layout--side-quote .qodef-e-quote svg{vertical-align:top}@media only screen and (max-width:480px){.qodef-qi-testimonials-slider.qodef-item-layout--side-quote .qodef-e-quote{margin:0 0 35px}}.qodef-qi-testimonials-slider.qodef-item-layout--side-quote .qodef-e-content{flex:1;text-align:left}.qodef-qi-testimonials-slider.qodef-item-layout--side-quote .qodef-e-bottom-info{display:flex;align-items:center}.qodef-qi-testimonials-slider.qodef-item-layout--side-quote .qodef-e-media-image{width:50px;margin:0 10px 0 0}.qodef-qi-testimonials-slider.qodef-item-layout--side-quote .qodef-e-author{flex-direction:row;align-items:baseline}.qodef-qi-testimonials-slider.qodef-item-layout--side-quote .qodef-e-author-job:before{content:'';display:inline-block;vertical-align:middle;height:1px;width:1em;background-color:currentColor;margin:0 .65em}.qodef-qi-testimonials-slider.qodef-item-layout--side-with-image .qodef-e-inner{display:flex;align-items:center}@media only screen and (max-width:1024px){.qodef-qi-testimonials-slider.qodef-item-layout--side-with-image .qodef-e-inner{align-items:baseline}}@media only screen and (max-width:680px){.qodef-qi-testimonials-slider.qodef-item-layout--side-with-image .qodef-e-inner{flex-direction:column;align-items:flex-start}}.qodef-qi-testimonials-slider.qodef-item-layout--side-with-image .qodef-e-side{position:relative;flex-shrink:0;width:290px;max-width:30%;margin-right:6%}.qodef-qi-testimonials-slider.qodef-item-layout--side-with-image .qodef-e-side .qodef-e-media-image{border-radius:10%;overflow:auto}@media only screen and (max-width:680px){.qodef-qi-testimonials-slider.qodef-item-layout--side-with-image .qodef-e-side{max-width:100%}}.qodef-qi-testimonials-slider.qodef-item-layout--side-with-image .qodef-e-quote{position:absolute;top:-1em;right:-1em;width:2em;height:2em;display:flex;align-items:center;justify-content:center;color:#fff;background-color:#111;border-radius:50%}.qodef-qi-testimonials-slider.qodef-item-layout--side-with-image .qodef-e-content{flex:1;text-align:left}.qodef-qi-testimonials-slider.qodef-item-layout--side-with-image .qodef-e-text{margin:0 0 1.3em}.qodef-qi-testimonials-slider.qodef-item-layout--side-with-image .qodef-e-author{flex-direction:column}.qodef-qi-testimonials-slider.qodef-item-layout--side-with-image .qodef-e-author-job{margin:.2em 0 0}.qodef-qi-testimonials-slider.qodef-item-layout--standard .qodef-e-inner{text-align:left}.qodef-qi-testimonials-slider.qodef-item-layout--standard .qodef-e-quote{font-size:2em;margin-bottom:1.2em}.qodef-qi-testimonials-slider.qodef-item-layout--standard .qodef-e-text{margin:0 0 1.3em}.qodef-qi-testimonials-slider.qodef-item-layout--standard .qodef-e-bottom-info{display:flex;align-items:center}.qodef-qi-testimonials-slider.qodef-item-layout--standard .qodef-e-media-image{width:50px;border-radius:50%;margin-right:1em;overflow:hidden}.qodef-qi-testimonials-slider.qodef-item-layout--standard .qodef-e-author{flex-direction:column}.qodef-qi-testimonials-slider.qodef-item-layout--standard .qodef-e-author-job{margin:0}.qodef-qi-text-marquee{position:relative;display:inline-block;width:100%;vertical-align:top;overflow:hidden}.qodef-qi-text-marquee .qodef-m-content{display:flex;white-space:nowrap;font-size:0;overflow:hidden}.qodef-qi-text-marquee .qodef-m-text{display:flex;align-items:baseline}.qodef-qi-text-marquee .qodef-m-text.qodef-text--original{animation:qode-move-horizontal-normal-text-marquee 20s linear infinite}.qodef-qi-text-marquee .qodef-m-text.qodef-text--copy{position:absolute;top:0;left:0;will-change:transform;backface-visibility:hidden;transform:translateX(100%) translateZ(0);animation:qode-move-horizontal-normal-text-marquee-copy 20s linear infinite}.qodef-qi-text-marquee .qodef-m-text-item{font-size:100px;line-height:1.1em;padding-right:.5em;padding-left:.5em}.qodef-qi-text-marquee .qodef-e-icon-holder{display:flex;font-size:30px;align-self:center;align-items:center}.qodef-qi-text-marquee .qodef-e-icon-holder svg{fill:currentColor;stroke:currentColor;width:1em;height:auto}.qodef-qi-text-marquee.qodef-text-stroke-effect .qodef-m-text-item{color:transparent!important;-webkit-text-stroke-width:1px;-webkit-text-stroke-color:#333;text-shadow:none}@keyframes qode-move-horizontal-normal-text-marquee{0%{transform:translateX(0) translateZ(0)}100%{transform:translateX(-100%) translateZ(0)}}@keyframes qode-move-horizontal-normal-text-marquee-copy{0%{transform:translateX(100%) translateZ(0)}100%{transform:translateX(0) translateZ(0)}}@keyframes qode-move-vertical-normal-text-marquee{0%{transform:translateY(0) translateZ(0)}100%{transform:translateY(-100%) translateZ(0)}}@keyframes qode-move-vertical-normal-text-marquee-copy{0%{transform:translateY(100%) translateZ(0)}100%{transform:translateY(0) translateZ(0)}}@keyframes qode-move-horizontal-reverse-text-marquee{0%{transform:translateX(0) translateZ(0)}100%{transform:translateX(100%) translateZ(0)}}@keyframes qode-move-horizontal-reverse-text-marquee-copy{0%{transform:translateX(-100%) translateZ(0)}100%{transform:translateX(0) translateZ(0)}}@keyframes qode-move-vertical-reverse-text-marquee{0%{transform:translateY(0) translateZ(0)}100%{transform:translateY(100%) translateZ(0)}}@keyframes qode-move-vertical-reverse-text-marquee-copy{0%{transform:translateY(-100%) translateZ(0)}100%{transform:translateY(0) translateZ(0)}}.qodef-qi-timeline{position:relative}.qodef-qi-timeline .qodef-e-item,.qodef-qi-timeline .qodef-e-item-inner{position:relative}.qodef-qi-timeline .qodef-e-image{display:inline-block;vertical-align:top;overflow:hidden}.qodef-qi-timeline .qodef-e-date{margin:0 0 .5em}.qodef-qi-timeline .qodef-e-title{margin:0 0 .85em}.qodef-qi-timeline .qodef-e-text{margin:0}.qodef-qi-timeline .qodef-e-point-holder{position:absolute;color:#fff;font-size:1em;width:1em;height:1em;transform:translate(-50%,-50%)}.qodef-qi-timeline .qodef-e-point-holder .qodef-e-point{background-color:#111;width:100%;height:100%;display:flex;align-items:center;justify-content:center;border-radius:50%;overflow:hidden}.qodef-qi-timeline .qodef-e-point-holder .qodef-e-icon-holder{font-size:.7em;line-height:1em;max-height:100%}.qodef-qi-timeline .qodef-e-point-holder svg{width:.7em;stroke:currentColor;fill:currentColor}.qodef-qi-timeline .qodef-e-line{display:block;background-color:#ebebeb}.qodef-qi-timeline.qodef-timeline--vertical .qodef-e-line-holder{position:absolute;top:0;left:50%;transform:translateX(-50%);height:100%;width:1px}.qodef-qi-timeline.qodef-timeline--vertical .qodef-e-line{height:100%}.qodef-qi-timeline.qodef-timeline--vertical .qodef-e-point-holder{top:50%;left:50%}.qodef-qi-timeline.qodef-timeline--vertical.qodef-line--inside .qodef-e-line-holder{top:50%}.qodef-qi-timeline.qodef-timeline--vertical.qodef-line--inside .qodef-e-item:last-child .qodef-e-line-holder{display:none}.qodef-qi-timeline.qodef-timeline--horizontal{overflow:hidden}.qodef-qi-timeline.qodef-timeline--horizontal .qodef-grid-inner{display:flex;transition:all .4s ease}.qodef-qi-timeline.qodef-timeline--horizontal .qodef-e-item{flex:1}.qodef-qi-timeline.qodef-timeline--horizontal .qodef-e-line-holder{position:absolute;top:50%;left:0;transform:translateY(-50%);width:100%;height:1px}.qodef-qi-timeline.qodef-timeline--horizontal .qodef-e-line{height:100%}.qodef-qi-timeline.qodef-timeline--horizontal .qodef-e-point-holder{top:50%;left:50%}.qodef-qi-timeline.qodef-point--diamond.qodef-timeline--horizontal .qodef-e-point-holder:after,.qodef-qi-timeline.qodef-point--diamond.qodef-timeline--horizontal .qodef-e-point-holder:before{content:'';position:absolute;left:50%;height:100px;width:1px;background-color:#ebebeb;transform:translateX(-50%);z-index:-1}.qodef-qi-timeline.qodef-point--diamond.qodef-timeline--horizontal .qodef-e-point-holder:before{top:100%}.qodef-qi-timeline.qodef-point--diamond.qodef-timeline--horizontal .qodef-e-point-holder:after{bottom:100%}.qodef-qi-timeline.qodef-point--diamond.qodef-timeline--vertical .qodef-e-point-holder:after,.qodef-qi-timeline.qodef-point--diamond.qodef-timeline--vertical .qodef-e-point-holder:before{content:'';position:absolute;top:50%;width:100px;height:1px;background-color:#ebebeb;transform:translateY(-50%);z-index:-1}.qodef-qi-timeline.qodef-point--diamond.qodef-timeline--vertical .qodef-e-point-holder:before{right:100%}.qodef-qi-timeline.qodef-point--diamond.qodef-timeline--vertical .qodef-e-point-holder:after{left:100%}.qodef-qi-timeline.qodef-point--diamond .qodef-e-point{border-radius:0;transform:rotate(45deg)}.qodef-qi-timeline.qodef-point--diamond .qodef-e-icon-holder{transform:rotate(-45deg)}.qodef-qi-timeline .qodef-nav-next,.qodef-qi-timeline .qodef-nav-prev{position:absolute;top:50%;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;width:auto!important;height:auto!important;margin:0!important;color:#111;font-size:26px;z-index:10;cursor:pointer}.qodef-qi-timeline .qodef-nav-next>svg,.qodef-qi-timeline .qodef-nav-prev>svg{display:block;width:1em;height:auto;transition:.2s ease-out;stroke:currentColor;fill:currentColor}.qodef-qi-timeline .qodef-nav-prev{left:0}.qodef-qi-timeline .qodef-nav-next{right:0}.qodef-qi-timeline.qodef-qi--has-appear{opacity:0;transition:opacity .55s cubic-bezier(.23,1,.32,1)}.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--vertical-separated .qodef-e-item .qodef-e-image{opacity:0;transition:opacity .55s cubic-bezier(.23,1,.32,1),transform .55s cubic-bezier(.23,1,.32,1);transform:translateY(-60px)}.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--vertical-separated .qodef-e-item .qodef-e-content-holder{opacity:0;transition:opacity .55s cubic-bezier(.23,1,.32,1),transform .55s cubic-bezier(.23,1,.32,1);transform:translateY(60px)}.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--vertical-side .qodef-e-item .qodef-e-image{opacity:0;transition:opacity .55s cubic-bezier(.23,1,.32,1),transform .55s cubic-bezier(.23,1,.32,1);transform:translateY(40px)}.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--vertical-side .qodef-e-item .qodef-e-content-holder{opacity:0;transition:opacity .55s cubic-bezier(.23,1,.32,1),transform .55s cubic-bezier(.23,1,.32,1);transform:translateY(40px)}.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item .qodef-e-image{opacity:0;transition:opacity .55s cubic-bezier(.23,1,.32,1),transform .55s cubic-bezier(.23,1,.32,1);transform:translateY(-60px)}.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item .qodef-e-content-holder{opacity:0;transition:opacity .55s cubic-bezier(.23,1,.32,1),transform .55s cubic-bezier(.23,1,.32,1);transform:translateY(60px)}.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item .qodef-e-image{opacity:0;transition:opacity .55s cubic-bezier(.23,1,.32,1),transform .55s cubic-bezier(.23,1,.32,1);transform:translateY(60px)}.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item .qodef-e-content-holder{opacity:0;transition:opacity .55s cubic-bezier(.23,1,.32,1),transform .55s cubic-bezier(.23,1,.32,1);transform:translateY(-60px)}.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item.qodef-reverse .qodef-e-image{transform:translateY(-60px)}.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item.qodef-reverse .qodef-e-content-holder{transform:translateY(60px)}.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item .qodef-e-point,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item .qodef-e-point,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item .qodef-e-point{transform:scale(0);opacity:0;transition:opacity .55s cubic-bezier(.23,1,.32,1),transform .55s cubic-bezier(.23,1,.32,1)}.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(1) .qodef-e-image,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(1) .qodef-e-image,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(1) .qodef-e-image{transition-delay:.3s,.3s}.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(1) .qodef-e-point,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(1) .qodef-e-point,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(1) .qodef-e-point{transition-delay:.4s}.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(1) .qodef-e-content-holder,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(1) .qodef-e-content-holder,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(1) .qodef-e-content-holder{transition-delay:.4s,.4s}.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(2) .qodef-e-image,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(2) .qodef-e-image,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(2) .qodef-e-image{transition-delay:.6s,.6s}.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(2) .qodef-e-point,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(2) .qodef-e-point,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(2) .qodef-e-point{transition-delay:.7s}.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(2) .qodef-e-content-holder,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(2) .qodef-e-content-holder,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(2) .qodef-e-content-holder{transition-delay:.8s,.8s}.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(3) .qodef-e-image,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(3) .qodef-e-image,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(3) .qodef-e-image{transition-delay:.9s,.9s}.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(3) .qodef-e-point,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(3) .qodef-e-point,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(3) .qodef-e-point{transition-delay:1s}.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(3) .qodef-e-content-holder,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(3) .qodef-e-content-holder,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(3) .qodef-e-content-holder{transition-delay:1.2s,1.2s}.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(4) .qodef-e-image,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(4) .qodef-e-image,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(4) .qodef-e-image{transition-delay:1.2s,1.2s}.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(4) .qodef-e-point,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(4) .qodef-e-point,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(4) .qodef-e-point{transition-delay:1.3s}.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(4) .qodef-e-content-holder,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(4) .qodef-e-content-holder,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(4) .qodef-e-content-holder{transition-delay:1.6s,1.6s}.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(5) .qodef-e-image,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(5) .qodef-e-image,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(5) .qodef-e-image{transition-delay:1.5s,1.5s}.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(5) .qodef-e-point,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(5) .qodef-e-point,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(5) .qodef-e-point{transition-delay:1.6s}.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(5) .qodef-e-content-holder,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(5) .qodef-e-content-holder,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(5) .qodef-e-content-holder{transition-delay:2s,2s}.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(6) .qodef-e-image,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(6) .qodef-e-image,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(6) .qodef-e-image{transition-delay:1.8s,1.8s}.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(6) .qodef-e-point,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(6) .qodef-e-point,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(6) .qodef-e-point{transition-delay:1.9s}.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(6) .qodef-e-content-holder,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(6) .qodef-e-content-holder,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(6) .qodef-e-content-holder{transition-delay:2.4s,2.4s}.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(7) .qodef-e-image,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(7) .qodef-e-image,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(7) .qodef-e-image{transition-delay:2.1s,2.1s}.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(7) .qodef-e-point,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(7) .qodef-e-point,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(7) .qodef-e-point{transition-delay:2.2s}.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(7) .qodef-e-content-holder,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(7) .qodef-e-content-holder,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(7) .qodef-e-content-holder{transition-delay:2.8s,2.8s}.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(8) .qodef-e-image,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(8) .qodef-e-image,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(8) .qodef-e-image{transition-delay:2.4s,2.4s}.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(8) .qodef-e-point,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(8) .qodef-e-point,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(8) .qodef-e-point{transition-delay:2.5s}.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(8) .qodef-e-content-holder,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(8) .qodef-e-content-holder,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(8) .qodef-e-content-holder{transition-delay:3.2s,3.2s}.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(9) .qodef-e-image,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(9) .qodef-e-image,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(9) .qodef-e-image{transition-delay:2.7s,2.7s}.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(9) .qodef-e-point,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(9) .qodef-e-point,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(9) .qodef-e-point{transition-delay:2.8s}.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(9) .qodef-e-content-holder,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(9) .qodef-e-content-holder,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(9) .qodef-e-content-holder{transition-delay:3.6s,3.6s}.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(10) .qodef-e-image,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(10) .qodef-e-image,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(10) .qodef-e-image{transition-delay:3s,3s}.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(10) .qodef-e-point,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(10) .qodef-e-point,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(10) .qodef-e-point{transition-delay:3.1s}.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(10) .qodef-e-content-holder,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(10) .qodef-e-content-holder,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(10) .qodef-e-content-holder{transition-delay:4s,4s}.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(11) .qodef-e-image,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(11) .qodef-e-image,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(11) .qodef-e-image{transition-delay:3.3s,3.3s}.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(11) .qodef-e-point,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(11) .qodef-e-point,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(11) .qodef-e-point{transition-delay:3.4s}.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(11) .qodef-e-content-holder,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(11) .qodef-e-content-holder,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(11) .qodef-e-content-holder{transition-delay:4.4s,4.4s}.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(12) .qodef-e-image,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(12) .qodef-e-image,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(12) .qodef-e-image{transition-delay:3.6s,3.6s}.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(12) .qodef-e-point,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(12) .qodef-e-point,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(12) .qodef-e-point{transition-delay:3.7s}.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(12) .qodef-e-content-holder,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(12) .qodef-e-content-holder,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(12) .qodef-e-content-holder{transition-delay:4.8s,4.8s}.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical.qodef-qi--appeared,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating.qodef-qi--appeared,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard.qodef-qi--appeared{opacity:1}.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical.qodef-qi--appeared .qodef-e-content-holder,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical.qodef-qi--appeared .qodef-e-image,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating.qodef-qi--appeared .qodef-e-content-holder,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating.qodef-qi--appeared .qodef-e-image,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard.qodef-qi--appeared .qodef-e-content-holder,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard.qodef-qi--appeared .qodef-e-image{opacity:1;transform:translateY(0) translateX(0)}.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical.qodef-qi--appeared .qodef-e-item.qodef-reverse .qodef-e-content-holder,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical.qodef-qi--appeared .qodef-e-item.qodef-reverse .qodef-e-image,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating.qodef-qi--appeared .qodef-e-item.qodef-reverse .qodef-e-content-holder,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating.qodef-qi--appeared .qodef-e-item.qodef-reverse .qodef-e-image,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard.qodef-qi--appeared .qodef-e-item.qodef-reverse .qodef-e-content-holder,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard.qodef-qi--appeared .qodef-e-item.qodef-reverse .qodef-e-image{transform:translateY(0) translateX(0)}.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical.qodef-qi--appeared .qodef-e-point,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating.qodef-qi--appeared .qodef-e-point,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard.qodef-qi--appeared .qodef-e-point{transform:scale(1);opacity:1}.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical.qodef-point--diamond .qodef-e-item .qodef-e-point,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating.qodef-point--diamond .qodef-e-item .qodef-e-point,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard.qodef-point--diamond .qodef-e-item .qodef-e-point{transform:rotate(45deg) scale(0)}.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical.qodef-point--diamond.qodef-qi--appeared .qodef-e-point,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating.qodef-point--diamond.qodef-qi--appeared .qodef-e-point,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard.qodef-point--diamond.qodef-qi--appeared .qodef-e-point{transform:rotate(45deg) scale(1)}@media only screen and (max-width:480px){.qodef-qi-timeline.qodef-timeline--vertical .qodef-e-line-holder,.qodef-qi-timeline.qodef-timeline--vertical .qodef-e-point-holder{display:none}}.qodef-qi-timeline.qodef-timeline-layout--horizontal-alternating .qodef-e-item.qodef-reverse .qodef-e-item-inner{flex-direction:column}.qodef-qi-timeline.qodef-timeline-layout--horizontal-alternating .qodef-e-item.qodef-reverse .qodef-e-top-holder{align-items:flex-end;padding:0 0 10%}.qodef-qi-timeline.qodef-timeline-layout--horizontal-alternating .qodef-e-item.qodef-reverse .qodef-e-content-holder{justify-content:flex-start;padding:10% 0 0}.qodef-qi-timeline.qodef-timeline-layout--horizontal-alternating .qodef-e-item-inner{display:flex;flex-direction:column-reverse;align-items:center;justify-content:center;text-align:center}.qodef-qi-timeline.qodef-timeline-layout--horizontal-alternating .qodef-e-top-holder{display:flex;align-items:flex-start;padding:10% 0 0}.qodef-qi-timeline.qodef-timeline-layout--horizontal-alternating .qodef-e-content-holder{display:flex;flex-direction:column;justify-content:flex-end;padding:0 0 10%}.qodef-qi-timeline.qodef-timeline-layout--horizontal-standard .qodef-e-item-inner{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.qodef-qi-timeline.qodef-timeline-layout--horizontal-standard .qodef-e-top-holder{display:flex;align-items:flex-end;padding:0 0 10%}.qodef-qi-timeline.qodef-timeline-layout--horizontal-standard .qodef-e-content-holder{display:flex;flex-direction:column;justify-content:flex-start;padding:10% 0 0}.qodef-qi-timeline.qodef-timeline-layout--vertical-separated .qodef-e-item{text-align:center}.qodef-qi-timeline.qodef-timeline-layout--vertical-separated .qodef-e-item:not(:last-child){padding-bottom:100px}.qodef-qi-timeline.qodef-timeline-layout--vertical-separated .qodef-e-item.qodef-reverse .qodef-e-item-inner{flex-direction:row-reverse;text-align:right}@media only screen and (max-width:480px){.qodef-qi-timeline.qodef-timeline-layout--vertical-separated .qodef-e-item.qodef-reverse .qodef-e-item-inner{flex-direction:column;text-align:center}}.qodef-qi-timeline.qodef-timeline-layout--vertical-separated .qodef-e-item.qodef-reverse .qodef-e-side-holder{text-align:left;padding:0 0 0 10%}@media only screen and (max-width:480px){.qodef-qi-timeline.qodef-timeline-layout--vertical-separated .qodef-e-item.qodef-reverse .qodef-e-side-holder{padding:0}}.qodef-qi-timeline.qodef-timeline-layout--vertical-separated .qodef-e-item.qodef-reverse .qodef-e-content-holder{padding:0 10% 0 0}@media only screen and (max-width:480px){.qodef-qi-timeline.qodef-timeline-layout--vertical-separated .qodef-e-item.qodef-reverse .qodef-e-content-holder{padding:0}}.qodef-qi-timeline.qodef-timeline-layout--vertical-separated .qodef-e-item-inner{display:inline-flex;align-items:center;justify-content:center;text-align:left;width:100%}@media only screen and (max-width:480px){.qodef-qi-timeline.qodef-timeline-layout--vertical-separated .qodef-e-item-inner{flex-direction:column;text-align:center}}.qodef-qi-timeline.qodef-timeline-layout--vertical-separated .qodef-e-side-holder{width:50%;flex-shrink:0;text-align:right;padding:0 10% 0 0}@media only screen and (max-width:480px){.qodef-qi-timeline.qodef-timeline-layout--vertical-separated .qodef-e-side-holder{width:100%;padding:0;margin-bottom:5%}}.qodef-qi-timeline.qodef-timeline-layout--vertical-separated .qodef-e-content-holder{width:50%;padding:0 0 0 10%}@media only screen and (max-width:480px){.qodef-qi-timeline.qodef-timeline-layout--vertical-separated .qodef-e-content-holder{width:100%;padding:0;margin-top:5%}}.qodef-qi-timeline.qodef-timeline-layout--vertical-side .qodef-e-item.qodef-reverse .qodef-e-item-content{margin-left:0;flex-direction:row;padding:0 3em 0 0}@media only screen and (max-width:1024px){.qodef-qi-timeline.qodef-timeline-layout--vertical-side .qodef-e-item.qodef-reverse .qodef-e-item-content{flex-direction:column;text-align:center}}@media only screen and (max-width:480px){.qodef-qi-timeline.qodef-timeline-layout--vertical-side .qodef-e-item.qodef-reverse .qodef-e-item-content{padding:0}}.qodef-qi-timeline.qodef-timeline-layout--vertical-side .qodef-e-item.qodef-reverse .qodef-e-side-holder{margin:0 10% 0 0}@media only screen and (max-width:1024px){.qodef-qi-timeline.qodef-timeline-layout--vertical-side .qodef-e-item.qodef-reverse .qodef-e-side-holder{margin:0 0 10%}}.qodef-qi-timeline.qodef-timeline-layout--vertical-side .qodef-e-item-content{display:flex;align-items:center;justify-content:flex-end;margin-left:auto;flex-direction:row-reverse;width:50%;padding:0 0 0 3em}@media only screen and (max-width:1024px){.qodef-qi-timeline.qodef-timeline-layout--vertical-side .qodef-e-item-content{flex-direction:column;text-align:center}}@media only screen and (max-width:480px){.qodef-qi-timeline.qodef-timeline-layout--vertical-side .qodef-e-item-content{width:100%;padding:0}}.qodef-qi-timeline.qodef-timeline-layout--vertical-side .qodef-e-side-holder{width:250px;flex-shrink:0;margin:0 0 0 10%}@media only screen and (max-width:1024px){.qodef-qi-timeline.qodef-timeline-layout--vertical-side .qodef-e-side-holder{margin:0 0 10%}}.qodef-qi-timeline.qodef-timeline-layout--vertical-side .qodef-e-image{border-radius:50%}.qodef-qi-typeout-text .qodef-m-text{margin:0}.qodef-qi-progress-bar-vertical{position:relative;visibility:hidden}.qodef-qi-progress-bar-vertical.qodef--init{visibility:visible}.qodef-qi-progress-bar-vertical.qodef--pattern .qodef-m-canvas svg path:first-child{opacity:0}.qodef-qi-progress-bar-vertical .qodef-m-inner{position:relative;display:flex;flex-direction:column;max-width:100%}.qodef-qi-progress-bar-vertical .qodef-m-canvas{position:relative}.qodef-qi-progress-bar-vertical .qodef-m-canvas svg{max-width:100%}.qodef-qi-progress-bar-vertical .qodef-m-title{margin:1em 0 0}.qodef-qi-progress-bar-vertical .qodef-m-value{padding:0;margin:0;font-size:16px}.qodef-qi-progress-bar-vertical.qodef-percentage--fixed-right .qodef-m-title{margin:0 0 0 1em}.qodef-qi-progress-bar-vertical.qodef-percentage--fixed-right .qodef-m-value{margin:0 0 0 1em}.qodef-qi-progress-bar-vertical.qodef-percentage--fixed-right .qodef-m-inner{flex-direction:row;align-items:flex-end}.qodef-qi-progress-bar-vertical.qodef-percentage--floating-top .qodef-m-value{position:absolute;margin:0 0 .5em;right:0}.qodef-qi-progress-bar-vertical.qodef-percentage--floating-top .qodef-m-title{position:absolute;margin:0 0 .5em;left:0}.qodef-qi-progress-bar-vertical.qodef-percentage--fixed-on .qodef-m-content{display:flex;align-items:center;position:absolute;bottom:0;left:0}.qodef-qi-progress-bar-vertical.qodef-percentage--fixed-on .qodef-m-title{margin:0 0 0 .5em}.qodef-qi-progress-bar-vertical.qodef-percentage--fixed-on .qodef-m-value{margin:0 0 0 .5em}.qodef-qi-tabs-vertical.qodef-layout--simple{position:relative;visibility:hidden;display:flex;align-items:stretch;height:100%}.qodef-qi-tabs-vertical.qodef-layout--simple.qodef--init{visibility:visible}.qodef-qi-tabs-vertical.qodef-layout--simple .qodef-tabs-vertical-navigation{position:relative;align-items:center;margin:0;padding:0;list-style:none;flex-shrink:0;display:block}.qodef-qi-tabs-vertical.qodef-layout--simple .qodef-tabs-vertical-navigation li{position:relative;margin:0;padding:0;width:100%}.qodef-qi-tabs-vertical.qodef-layout--simple .qodef-tabs-vertical-navigation li .qodef-tab-title{margin:0}.qodef-qi-tabs-vertical.qodef-layout--simple .qodef-tabs-vertical-navigation li a{position:relative;color:#cacaca;display:block;padding:0;transition:color .25s ease-out}.qodef-qi-tabs-vertical.qodef-layout--simple .qodef-tabs-vertical-navigation li a:after{height:100%;content:'';position:absolute;top:0;right:0;width:100%;z-index:1;opacity:0;transition:opacity .25s ease-out}.qodef-qi-tabs-vertical.qodef-layout--simple .qodef-tabs-vertical-navigation li a:before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;background-color:transparent;transition:opacity .25s ease-out}.qodef-qi-tabs-vertical.qodef-layout--simple .qodef-tabs-vertical-navigation li.ui-state-active a,.qodef-qi-tabs-vertical.qodef-layout--simple .qodef-tabs-vertical-navigation li.ui-state-hover a{color:#1e1e1e}.qodef-qi-tabs-vertical.qodef-layout--simple .qodef-tabs-vertical-navigation li.ui-state-active a:after,.qodef-qi-tabs-vertical.qodef-layout--simple .qodef-tabs-vertical-navigation li.ui-state-active a:before,.qodef-qi-tabs-vertical.qodef-layout--simple .qodef-tabs-vertical-navigation li.ui-state-hover a:after,.qodef-qi-tabs-vertical.qodef-layout--simple .qodef-tabs-vertical-navigation li.ui-state-hover a:before{opacity:1}.qodef-qi-tabs-vertical.qodef-layout--simple .qodef-tabs-vertical-navigation li .q-text{z-index:1;position:relative}.qodef-qi-tabs-vertical.qodef-layout--simple .qodef-tabs-vertical-content{position:relative;padding:0 0 0 26px}.qodef-qi-tabs-vertical.qodef-layout--simple.qodef-title-hover--sideline-draw .qodef-tabs-vertical-navigation li a:after{opacity:1;transform:scaleY(0);transition:transform .36s cubic-bezier(.51,.5,.07,.99)}.qodef-qi-tabs-vertical.qodef-layout--simple.qodef-title-hover--sideline-draw .qodef-tabs-vertical-navigation li.ui-state-active a:after,.qodef-qi-tabs-vertical.qodef-layout--simple.qodef-title-hover--sideline-draw .qodef-tabs-vertical-navigation li.ui-state-hover a:after{transform:scaleY(1)}.qodef-qi-tabs-vertical.qodef-layout--simple.qodef-title-hover--sideline-draw.qodef-title-sideline-from-top .qodef-tabs-vertical-navigation li a:after{transform-origin:top}@media only screen and (max-width:1024px){.qodef-qi-tabs-vertical.qodef-layout--simple.qodef-responsive--1024{flex-direction:column;align-items:flex-start}.qodef-qi-tabs-vertical.qodef-layout--simple.qodef-responsive--1024 .qodef-tabs-vertical-navigation{width:100%}.qodef-qi-tabs-vertical.qodef-layout--simple.qodef-responsive--1024 .qodef-tabs-vertical-content{padding:26px 0 0}}@media only screen and (max-width:768px){.qodef-qi-tabs-vertical.qodef-layout--simple.qodef-responsive--768{flex-direction:column;align-items:flex-start}.qodef-qi-tabs-vertical.qodef-layout--simple.qodef-responsive--768 .qodef-tabs-vertical-navigation{width:100%}.qodef-qi-tabs-vertical.qodef-layout--simple.qodef-responsive--768 .qodef-tabs-vertical-content{padding:26px 0 0}}@media only screen and (max-width:680px){.qodef-qi-tabs-vertical.qodef-layout--simple.qodef-responsive--680{flex-direction:column;align-items:flex-start}.qodef-qi-tabs-vertical.qodef-layout--simple.qodef-responsive--680 .qodef-tabs-vertical-navigation{width:100%}.qodef-qi-tabs-vertical.qodef-layout--simple.qodef-responsive--680 .qodef-tabs-vertical-content{padding:26px 0 0}}@media only screen and (max-width:480px){.qodef-qi-tabs-vertical.qodef-layout--simple.qodef-responsive--480{flex-direction:column;align-items:flex-start}.qodef-qi-tabs-vertical.qodef-layout--simple.qodef-responsive--480 .qodef-tabs-vertical-navigation{width:100%}.qodef-qi-tabs-vertical.qodef-layout--simple.qodef-responsive--480 .qodef-tabs-vertical-content{padding:26px 0 0}}.qodef-qi-business-hours{position:relative;border:1px solid #e1e1e1;padding:35px}.qodef-qi-business-hours.qodef-line-type--between .qodef-e-line{border-bottom:1px solid rgba(30,30,30,.2)}.qodef-qi-business-hours.qodef-line-type--below .qodef-e-item{border-bottom:1px solid rgba(30,30,30,.2)}.qodef-qi-business-hours.qodef-line-type--below .qodef-e-item:last-child{border-bottom:none}.qodef-qi-business-hours.qodef-line-type--none .qodef-e-day{margin-right:10px}.qodef-qi-business-hours.qodef-line-type--none .qodef-e-line{display:none}.qodef-qi-business-hours .qodef-e-item{margin-bottom:1em;display:flex;align-items:baseline}.qodef-qi-business-hours .qodef-e-item:last-child{margin-bottom:0}.qodef-qi-business-hours .qodef-e-title-holder{display:flex;align-items:baseline}.qodef-qi-business-hours .qodef-m-title{margin:0 0 1em}.qodef-qi-business-hours .qodef-m-subtitle{margin:0 0 .5em}.qodef-qi-business-hours .qodef-m-text{margin:.5em 0 0}.qodef-qi-business-hours .qodef-e-icon{line-height:1;padding-right:12px}.qodef-qi-business-hours .qodef-e-day{margin:0}.qodef-qi-business-hours .qodef-e-hours{margin:0}.qodef-qi-business-hours .qodef-e-line{flex-grow:1;margin:0 8px}.qodef-qi-business-hours.qodef-text-underline .qodef-m-text a{position:relative;color:currentColor}.qodef-qi-business-hours.qodef-text-underline .qodef-m-text a:after{content:'';position:absolute;bottom:3px;left:0;width:100%;height:1px;background-color:currentColor;backface-visibility:hidden}.qodef-qi-business-hours.qodef-text-underline .qodef-m-text a:hover{text-decoration:none}.qodef-qi-business-hours.qodef-text-underline .qodef-m-text a:hover:after{animation:qodef-animate-underline-from-left .6s cubic-bezier(.45,.29,0,.82) forwards}@media only screen and (max-width:768px){.qodef-resposive--768.qodef-qi-business-hours .qodef-e-item{flex-direction:column}}@media only screen and (max-width:680px){.qodef-resposive--680.qodef-qi-business-hours .qodef-e-item{flex-direction:column}}@media only screen and (max-width:480px){.qodef-resposive--480.qodef-qi-business-hours .qodef-e-item{flex-direction:column}}.qodef-addons-woo-shortcode .qodef-e-product-mark{position:absolute;top:0;left:0;min-width:68px;color:#111;background-color:#fff;padding:1.8em 1.2em;z-index:5}.qodef-addons-woo-shortcode .qodef-e-product-title{margin:0;z-index:2;position:relative}.qodef-addons-woo-shortcode .qodef-e-ratings{position:relative;display:inline-block;width:100%;vertical-align:top;line-height:1}.qodef-addons-woo-shortcode .qodef-e-ratings .qodef-m-inner{position:relative;display:inline-block;vertical-align:top}.qodef-addons-woo-shortcode .qodef-e-ratings .qodef-m-star{color:#111}.qodef-addons-woo-shortcode .qodef-e-ratings .qodef-m-star svg{display:inline-block;margin-right:4px;width:16px;height:auto;fill:none;stroke:currentColor}.qodef-addons-woo-shortcode .qodef-e-ratings .qodef-m-star svg:last-child{margin-right:0}.qodef-addons-woo-shortcode .qodef-e-ratings .qodef-m-star.qodef--active{position:absolute;top:0;left:0;overflow:hidden;white-space:nowrap}.qodef-addons-woo-shortcode .qodef-e-ratings .qodef-m-star.qodef--active svg{fill:currentColor;stroke:none}.qodef-addons-woo-shortcode .qodef-e-ratings .qodef-m-star svg{width:1em;margin-right:8px}.qodef-addons-woo-shortcode .price{position:relative;display:flex;align-items:center;margin:0}.qodef-addons-woo-shortcode .price del{margin-right:.8em}.qodef-addons-woo-shortcode .price ins{text-decoration:none}.qodef-addons-woo-shortcode .added_to_cart,.qodef-addons-woo-shortcode .button{color:#111;z-index:3}.qodef-addons-woo-shortcode .added_to_cart.added,.qodef-addons-woo-shortcode .button.added{display:none!important}.qodef-addons-woo-shortcode .added_to_cart.qodef-qi-button.qodef-layout--textual,.qodef-addons-woo-shortcode .button.qodef-qi-button.qodef-layout--textual{background:0 0}.qodef-addons-woo-shortcode .qodef-qi-woo-product-mark{position:absolute;top:0;right:0;color:#fff;background-color:#111;padding:10px 15px;z-index:5}.qodef-addons-woo-shortcode .qodef-qi-woo-product-mark.qodef-woo-onsale{color:#111;background-color:#ebebeb}@keyframes qcfw-rotate{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.qcfw-svg--close{stroke:currentColor}.qcfw-spinner-item{position:relative}.qcfw-spinner-item .qcfw-spinner-icon{position:absolute;top:50%;left:50%;width:100%;min-width:12px;max-width:20px;height:auto;color:var(--qcfw-spinner-color,currentColor);display:block;visibility:hidden;z-index:-1;transform:translate(-50%,-50%)}.qcfw-spinner-item .qcfw-spinner-icon svg{display:block;width:100%;height:100%;fill:currentColor;stroke:none;animation:qcfw-rotate 2s infinite linear}.qcfw-spinner-item.qcfw-type--textual .qcfw-spinner-icon{left:0;transform:translateY(-50%);width:auto}.qcfw-spinner-item.loading,.qcfw-spinner-item.qcfw--loading{pointer-events:none}.qcfw-spinner-item.loading>:not(.qcfw-spinner-icon),.qcfw-spinner-item.qcfw--loading>:not(.qcfw-spinner-icon){visibility:hidden;z-index:-1}.qcfw-spinner-item.loading .qcfw-spinner-icon,.qcfw-spinner-item.qcfw--loading .qcfw-spinner-icon{visibility:visible;z-index:1}#qcfw-modal,#qcfw-search-modal,.qcfw-confirm-modal{position:fixed;top:0;left:0;width:100%;height:100vh;display:flex;align-items:center;justify-content:center;visibility:hidden;opacity:0;z-index:10001;transition:all .3s ease-in-out;flex-direction:column}#qcfw-modal.qcfw--opened,#qcfw-search-modal.qcfw--opened,.qcfw-confirm-modal.qcfw--opened{opacity:1;visibility:visible}#qcfw-modal .qcfw-m-overlay,#qcfw-search-modal .qcfw-m-overlay,.qcfw-confirm-modal .qcfw-m-overlay{position:absolute;width:100%;height:100%;left:0;top:0;z-index:1;background:rgba(0,0,0,.1);pointer-events:auto}#qcfw-modal:not(.qcfw--initialized){opacity:0;visibility:hidden}#qcfw-modal .qcfw-m-table-holder{background:#fff;max-width:1826px;height:auto;max-height:calc(90% - 100px);overflow-y:auto;overflow-x:hidden;padding:30px 30px 55px;position:relative;z-index:2;pointer-events:auto;margin:auto}#qcfw-modal .qcfw-m-table-holder::-webkit-scrollbar{width:4px;height:4px}#qcfw-modal .qcfw-m-table-holder::-webkit-scrollbar-track{background:rgba(204,204,204,.1);border-radius:2px}#qcfw-modal .qcfw-m-table-holder::-webkit-scrollbar-thumb{background:#ccc;border-radius:2px}#qcfw-modal .qcfw-m-close{display:flex;gap:5px;align-items:center;margin-left:auto}#qcfw-modal .qcfw-m-close:hover{color:#ec274f}#qcfw-modal.qcfw--empty .qcfw-m-table-holder{max-width:100%;max-height:100%;padding:23px 20px;background-color:#fff;border-radius:6px;box-shadow:0 0 10px 0 rgba(0,0,0,.16);color:#000;width:345px;padding:20px;display:flex;align-items:center}#qcfw-modal.qcfw--empty .qcfw-m-close{position:absolute;right:10px;border:0}#qcfw-modal.qcfw--empty .qcfw-m-items{border:0}#qcfw-modal *,.qcfw-compare *,.qcfw-compare-table *{box-sizing:border-box}#qcfw-modal .qcfw-m-remove-button-icon,.qcfw-compare .qcfw-m-remove-button-icon,.qcfw-compare-table .qcfw-m-remove-button-icon{stroke:currentColor}#qcfw-modal .qcfw-m-item-inner,.qcfw-compare .qcfw-m-item-inner,.qcfw-compare-table .qcfw-m-item-inner{display:grid;box-sizing:border-box}#qcfw-modal img,.qcfw-compare img,.qcfw-compare-table img{vertical-align:middle}.qcfw-confirm-modal .qcfw-m-dialog-content{position:relative;display:inline-block;vertical-align:top;overflow-y:auto;max-width:100%;max-height:100%;padding:23px 20px;background-color:#fff;border-radius:6px;box-shadow:0 0 10px 0 rgba(0,0,0,.16);color:#000;z-index:2}.qcfw-confirm-modal .qcfw-m-dialog-content::-webkit-scrollbar{height:4px;width:4px}.qcfw-confirm-modal .qcfw-m-dialog-content::-webkit-scrollbar-track{background-color:transparent}.qcfw-confirm-modal .qcfw-m-dialog-content::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:5px}.qcfw-confirm-modal .qcfw-m-dialog-content .qcfw-m-form-button{border:1px solid transparent;border-radius:6px;padding:11px 23px}.qcfw-confirm-modal .qcfw-m-dialog-content .qcfw-m-form-button.qcfw--yes{color:#fff;background-color:#ec274f}.qcfw-confirm-modal .qcfw-m-dialog-content .qcfw-m-form-button.qcfw--no{border-color:#000}.qcfw-confirm-modal .qcfw-m-dialog-content .qcfw-m-form-title{margin:0}.qcfw-confirm-modal .qcfw-m-dialog-content .qcfw-m-form-wrapper{display:grid;gap:16px}.qcfw-confirm-modal .qcfw-m-dialog-content .qcfw-m-form-actions{display:flex;justify-content:center;gap:12px}.qcfw-compare-table{--qcfw-col-gap:15px;--qcfw-columns:4;--qcfw-max-col-width:320px}#qcfw-modal .qcfw-compare-table{--qcfw-columns:5}#qcfw-modal .qcfw-compare-table .qcfw-m-items:first-child .qcfw-m-item-wrapper:first-child{border-top:0}.qcfw-compare-table .qcfw-m-item-wrapper{background-color:#fff;display:grid;grid-template-columns:repeat(auto-fit,minmax(calc(100%/var(--qcfw-fixed-columns-number,var(--qcfw-columns)) - ((var(--qcfw-fixed-columns-number,var(--qcfw-columns)) - 1)*var(--qcfw-col-gap))/var(--qcfw-fixed-columns-number,var(--qcfw-columns))),var(--qcfw-max-col-width)));grid-auto-columns:minmax(calc(100%/var(--qcfw-fixed-columns-number,var(--qcfw-columns)) - ((var(--qcfw-fixed-columns-number,var(--qcfw-columns)) - 1)*var(--qcfw-col-gap))/var(--qcfw-fixed-columns-number,var(--qcfw-columns))),var(--qcfw-max-col-width));grid-auto-flow:column;column-gap:var(--qcfw-col-gap)}.qcfw-compare-table .qcfw-table-title{margin:0 0 25px}.qcfw-compare-table .qcfw-m-items{position:relative;overflow:auto;width:100%;padding:0 0 35px;border-top:1px solid #f0f0f0}.qcfw-compare-table .qcfw-m-items::-webkit-scrollbar{width:4px;height:4px}.qcfw-compare-table .qcfw-m-items::-webkit-scrollbar-track{background:rgba(204,204,204,.1);border-radius:2px}.qcfw-compare-table .qcfw-m-items::-webkit-scrollbar-thumb{background:#ccc;border-radius:2px}.qcfw-compare-table .qcfw-m-label{vertical-align:top;color:#000;padding:13px 10px 11px}.qcfw-compare-table .qcfw-thumbnail-wrapper{position:relative}.qcfw-compare-table .qcfw-thumbnail-wrapper .qcfw-m-remove-button{border:0;position:absolute;top:10px;right:10px;color:var(--qcfw-remove-color,#000)}.qcfw-compare-table .qcfw-thumbnail-wrapper .qcfw-m-remove-button svg{width:15px;height:auto}.qcfw-compare-table .qcfw-thumbnail-wrapper .qcfw-m-remove-button:hover{color:var(--qcfw-remove-hover-color,#ec274f)}.qcfw-compare-table .qcfw-thumbnail-wrapper .qcfw-m-remove-button .qcfw-svg--close{fill:currentColor}.qcfw-compare-table .product-thumbnail .qcfw-m-item-inner{border-bottom:0;padding-bottom:5px;padding-left:0;padding-right:0}.qcfw-compare-table .qcfw-m-item-inner{vertical-align:middle;padding:13px 5px 11px;height:100%}.qcfw-compare-table .qcfw-m-item-inner *{margin:0}.qcfw-compare-table .qcfw-m-add-to-cart,.qcfw-compare-table .qcfw-m-add-to-cart+.added_to_cart{justify-self:flex-start}.qcfw-compare-table .qcfw-m-item-inner,.qcfw-compare-table .qcfw-m-label{border-width:0 0 1px;border-style:solid;border-color:#ededed}.qcfw-compare-table .qcfw-m-item-stock.qcfw--in-stock{color:#58b35b}.qcfw-compare-table .qcfw-m-item-stock.qcfw--out-of-stock{color:#dc0000}.qcfw-compare-table .qcfw-m-price ins{text-decoration:none}.qcfw-compare-table .qcfw-m-price del{margin-right:10px}.qcfw-m-remove-button-icon{display:flex;gap:5px;align-items:center}.qcfw-m-add-to-cart,.qcfw-m-add-to-cart+.added_to_cart{border-radius:8px;padding:11px 20px 9px;transition:color .2s ease-out,background-color .2s ease-out;color:var(--qcfw-button-color,#fff);background-color:var(--qcfw-button-bg-color,#000)}.qcfw-m-add-to-cart+.added_to_cart:hover,.qcfw-m-add-to-cart:hover{color:var(--qcfw-button-hover-color,#fff);background-color:var(--qcfw-button-bg-hover-color,#333)}.qcfw-m-add-to-cart.added{display:none!important}.qcfw-not-found{margin:0;color:#000}@media only screen and (max-width:1024px){#qcfw-modal .qcfw-compare-table,.qcfw-compare-table{--qcfw-columns:3!important}}@media only screen and (max-width:680px){#qcfw-modal .qcfw-compare-table,.qcfw-compare-table{--qcfw-columns:2!important}#qcfw-modal .qcfw-compare-table .qcfw-m-item,.qcfw-compare-table .qcfw-m-item{grid-row:2}.qcfw-compare-table .qcfw-m-label{border-bottom:0;padding:17px 0 1px;grid-column:span 2}.qcfw-compare-table .qcfw-m-item .qcfw-m-item-inner{border-width:1px 0 0;padding:7px 0 0}.qcfw-compare-table .qcfw-m-item-wrapper:first-child .qcfw-m-item-inner{border:0;padding-top:15px}#qcfw-modal .qcfw-m-table-holder{padding-left:20px;padding-right:20px;width:100%}#wpadminbar~#qcfw-modal .qcfw-m-table-holder{max-height:calc(90vh - 46px);margin-bottom:0}}.qcfw-button{position:relative;z-index:10;text-decoration:none!important;display:inline-flex;align-items:center}.qcfw-button .qcfw-button-text{color:inherit}.qcfw-button:hover{color:var(--qcfw-cb-hover-color,#ec274f)}.qcfw-button.qcfw--loop,.qcfw-button.qcfw--single{margin-top:1.5rem}.qcfw-button.qcfw-type--solid{border-radius:8px;border:1px solid var(--qcfw-cb-border-color,#000);padding:10px 19px 8px;transition:color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;color:var(--qcfw-cb-color,#fff);background-color:var(--qcfw-cb-background-color,#000)}.qcfw-button.qcfw-type--solid:hover{color:var(--qcfw-cb-hover-color,#000);background-color:var(--qcfw-cb-hover-background-color,var(--qcfw-cb-background-color,#fff));border-color:var(--qcfw-cb-hover-border-color,var(--qcfw-cb-border-color,#000))}.qcfw-compare-counter .qcfw-compare-counter-inner{display:flex;gap:10px}.qcfw-compare-counter.qcfw-layout--top-right-count .qcfw-compare-counter-label{display:inline-flex;padding:0 10px 0 0}.qcfw-compare-counter.qcfw-layout--top-right-count .qcfw-compare-counter-label-count{right:-3px}.qcfw-compare-counter .qcfw-compare-counter-label{position:relative;color:#000}.qcfw-compare-counter .qcfw-compare-counter-label-count{font-size:var(--qcfw-cc-count-size,9px);font-weight:var(--qcfw-cc-count-font-weight,700);position:absolute;top:-6px;right:-9px;display:inline-flex;align-items:center;justify-content:center;line-height:15px;text-align:center;padding:0 .2em;color:#000;background-color:var(--qcfw-second-color,#e5f2fb);border:1px solid #fff;border-radius:100%;height:17px;min-width:17px}.qcfw-compare-counter.qcfw-layout--icon svg{width:18px;height:auto}.qcfw-compare-counter .qcfw-svg--compare{position:relative;top:2px}.qcfw-compare .qcfw-compare-items{display:grid;gap:10px}.qcfw-compare .qcfw-compare-items .qcfw-compare-item{display:flex;gap:15px;justify-content:space-between;padding-right:15px;position:relative}.qcfw-compare .qcfw-compare-items .qcfw-compare-item img{width:60px;height:60px;object-fit:cover}.qcfw-compare .qcfw-compare-items .qcfw-compare-item .qcfw--product-name{width:100%}.qcfw-compare .qcfw-compare-items .qcfw-compare-item .qcfw-m-remove-button,.qcfw-compare .qcfw-compare-items .qcfw-compare-item .qcfw-m-thumbnail-url{flex-shrink:0}.qcfw-compare .qcfw-compare-items .qcfw-compare-item .qcfw-m-remove-button{position:absolute;top:0;right:0}.qcfw-compare .qcfw-compare-items .qcfw-compare-item .qcfw-m-remove-button svg{width:10px}.qcfw-compare .qcfw-compare-bottom{margin-top:15px;display:flex;justify-content:space-between;flex-direction:column;gap:15px}.qcfw-compare .qcfw-compare-bottom>a{width:100%;color:#fff;background-color:#000;display:flex;gap:9px;justify-content:center;align-items:center;padding:10px 9px 8px;border-radius:5px;height:auto;border:1px solid #000;transition:color .2s ease-out,background-color .2s ease-out}.qcfw-compare .qcfw-compare-bottom>a svg{position:relative;bottom:1px;fill:currentColor}.qcfw-compare .qcfw-compare-bottom>a>*{flex-shrink:0}.qcfw-compare .qcfw-compare-bottom>a:hover{color:#000;background-color:#fff}@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper:before{content:'';flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper:after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper:after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper:after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/44*27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity,.2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity,1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}:root{--qode-main-color:#10235e;--qode-header-light-color:#fff;--qode-header-light-hover-color:#fff;--qode-button-bg-color:var(--qode-main-color);--qode-header-dark-color:#000;--qode-header-dark-hover-color:#000}@keyframes qode-rotate{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}@keyframes qode-fade-in{0%{opacity:0;visibility:hidden}100%{opacity:1;visibility:visible}}@keyframes qode-fade-out{0%{opacity:1;visibility:visible}100%{opacity:0;visibility:hidden}}@keyframes qode-ball-fall{0%{opacity:0;transform:translateY(-145%)}10%{opacity:.5}20%{opacity:1;transform:translateY(0)}80%{opacity:1;transform:translateY(0)}90%{opacity:.5}100%{opacity:0;transform:translateY(145%)}}@keyframes qode-scaleout{0%{-webkit-transform:scale(0)}100%{-webkit-transform:scale(1);opacity:0}}@keyframes qode-double-pulse{0%,100%{transform:scale(0)}50%{transform:scale(1)}}@keyframes qode-cube{0%{transform:perspective(120px) rotateX(0) rotateY(0)}50%{transform:perspective(120px) rotateX(-180.1deg) rotateY(0)}100%{transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg)}}@keyframes qode-rotating-cubes{25%{transform:translateX(42px) rotate(-90deg) scale(.5)}50%{transform:translateX(42px) translateY(42px) rotate(-179deg)}50.1%{transform:translateX(42px) translateY(42px) rotate(-180deg)}75%{transform:translateX(0) translateY(42px) rotate(-270deg) scale(.5)}100%{transform:rotate(-360deg)}}@keyframes qode-stretch-delay{0%,100%,40%{transform:scaleY(.4)}20%{transform:scaleY(1)}}@keyframes qode-bounce-delay{0%,100%,80%{transform:scale(0)}40%{transform:scale(1)}}@keyframes qode-rotate-circles{to{transform:rotate(360deg)}}@keyframes qode-atom-position{50%{top:80px;left:80px}}@keyframes qode-atom-size{50%{transform:scale(.5)}}@keyframes qode-atom-zindex{100%{z-index:10}}@keyframes qode-atom-shrink{50%{transform:scale(.8)}}@keyframes qode-clock{100%{transform:rotate(360deg)}}@keyframes qode-clock-1{0%{transform:rotate(-135deg)}30%{transform:rotate(-450deg)}100%{transform:rotate(-450deg)}}@keyframes qode-clock-2{5%{transform:rotate(-90deg)}35%{transform:rotate(-405deg)}100%{transform:rotate(-405deg)}}@keyframes qode-clock-3{10%{transform:rotate(-45deg)}40%{transform:rotate(-360deg)}100%{transform:rotate(-360deg)}}@keyframes qode-clock-4{15%{transform:rotate(0)}45%{transform:rotate(-315deg)}100%{transform:rotate(-315deg)}}@keyframes qode-mitosis-invert{100%{transform:rotate(180deg)}}@keyframes qode-mitosis-ball-1{12%{transform:none}26%{transform:translateX(25%) scale(1,.8)}40%{transform:translateX(50%) scale(.8,.8)}60%{transform:translateX(50%) scale(.8,.8)}74%{transform:translate(50%,25%) scale(.6,.8)}88%{transform:translate(50%,50%) scale(.6,.6)}100%{transform:translate(50%,50%) scale(.6,.6)}}@keyframes qode-mitosis-ball-2{12%{transform:none}26%{transform:translateX(25%) scale(1,.8)}40%{transform:translateX(50%) scale(.8,.8)}60%{transform:translateX(50%) scale(.8,.8)}74%{transform:translate(50%,-25%) scale(.6,.8)}88%{transform:translate(50%,-50%) scale(.6,.6)}100%{transform:translate(50%,-50%) scale(.6,.6)}}@keyframes qode-mitosis-ball-3{12%{transform:none}26%{transform:translateX(-25%) scale(1,.8)}40%{transform:translateX(-50%) scale(.8,.8)}60%{transform:translateX(-50%) scale(.8,.8)}74%{transform:translate(-50%,25%) scale(.6,.8)}88%{transform:translate(-50%,50%) scale(.6,.6)}100%{transform:translate(-50%,50%) scale(.6,.6)}}@keyframes qode-mitosis-ball-4{12%{transform:none}26%{transform:translateX(-25%) scale(1,.8)}40%{transform:translateX(-50%) scale(.8,.8)}60%{transform:translateX(-50%) scale(.8,.8)}74%{transform:translate(-50%,-25%) scale(.6,.8)}88%{transform:translate(-50%,-50%) scale(.6,.6)}100%{transform:translate(-50%,-50%) scale(.6,.6)}}@keyframes qode-lines-spin{100%{transform:rotate(360deg)}}@keyframes qodef-animate-line{0%{transform:scaleX(1);transform-origin:right}50%{transform:scaleX(0);transform-origin:right}51%{transform:scaleX(0);transform-origin:left}100%{transform:scaleX(1);transform-origin:left}}@keyframes qode-fussion-ball-1{50%{top:-100%;left:200%}100%{top:50%;left:100%;z-index:2}}@keyframes qode-fussion-ball-2{50%{top:200%;left:200%}100%{top:100%;left:50%;z-index:1}}@keyframes qode-fussion-ball-3{50%{top:200%;left:-100%}100%{top:50%;left:0;z-index:2}}@keyframes qode-fussion-ball-4{50%{top:-100%;left:-100%}100%{top:0;left:50%;z-index:1}}@keyframes qode-wave-jump-1{12%{transform:translate(20px,-40px);animation-timing-function:ease-in}100%,24%{transform:translate(40px,0)}}@keyframes qode-wave-jump-2{12%{transform:translate(0,0)}24%{transform:translate(20px,-40px);animation-timing-function:ease-in}100%,36%{transform:translate(40px,0)}}@keyframes qode-wave-jump-3{24%{transform:translate(0,0)}36%{transform:translate(20px,-40px);animation-timing-function:ease-in}100%,48%{transform:translate(40px,0)}}@keyframes qode-wave-wipe{100%,48%{transform:translateX(-120px)}}@keyframes qode-pulse-circles-pulse{0%{transform:scale(.1);opacity:1;border-width:50px}100%{transform:scale(1,1);opacity:0;border-width:0}}@keyframes qode-bounce{20%,53%,80%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translate3d(0,0,0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0)}90%{transform:translate3d(0,-4px,0)}}@keyframes qode-pulse{from{transform:scale3d(1,1,1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scale3d(1,1,1)}}@keyframes qode-inline-underline-initial-hover{0%{background-position:100% var(--qodef-underline-position-y);background-size:100% var(--qodef-underline-height)}35%{background-position:100% var(--qodef-underline-position-y);background-size:0 var(--qodef-underline-height)}36%{background-position:0 var(--qodef-underline-position-y);background-size:0 var(--qodef-underline-height)}100%{background-position:0 var(--qodef-underline-position-y);background-size:100% var(--qodef-underline-height)}}@keyframes qode-draw{0%,100%{clip-path:inset(-2px -2px)}42%{clip-path:inset(-2px -2px -2px 100%)}43%{clip-path:inset(-2px 100% -3px -2px)}}a,abbr,acronym,address,applet,b,big,blockquote,body,caption,center,cite,code,dd,del,dfn,div,dl,dt,em,fieldset,font,form,h1,h2,h3,h4,h5,h6,html,i,iframe,ins,kbd,label,legend,li,object,ol,p,pre,q,s,samp,small,span,strike,strong,sub,sup,table,tbody,td,tfoot,th,thead,tr,tt,u,ul,var{vertical-align:baseline;margin:0;padding:0;background:0 0;border:0;outline:0}*{box-sizing:border-box}article,aside,details,figcaption,figure,footer,header,main,nav,section{display:block}del{text-decoration:line-through}pre{max-width:100%;margin:15px 0;padding:15px;background-color:#fe9a31;white-space:pre-wrap;word-wrap:break-word;font-family:monospace;font-size:1em;color:#10235e}code{background-color:#fe9a31;padding:0;font-family:monospace,monospace;font-size:1em;color:#10235e}sub,sup{position:relative;vertical-align:baseline;font-size:75%;line-height:0}sub{bottom:-.25em}sup{top:-.5em}table{width:100%;vertical-align:middle;border:medium none;border-collapse:collapse;border-spacing:0;font-size:inherit;color:inherit;line-height:inherit}table tr{border:1px solid #ebebeb}table th{padding:5px 7px;text-align:left;border-right:1px solid #ebebeb}table td{padding:5px 10px;text-align:left;border:0;border-right:1px solid #ebebeb}table td br{display:none}hr{background-color:#bbb;border:0;height:1px;margin-top:1.5em;margin-bottom:1.5em}hr:not(.is-style-wide):not(.is-style-dots){max-width:100px}body:not([class*=vitasana-core]) hr{clear:both}ol,ul{list-style-position:inside;margin-bottom:1.5em;padding:0}ol.wp-block,ul.wp-block{margin-bottom:1.5em}ol:not(.wp-block),ul:not(.wp-block){margin:0 0 1.5em}li>ol:not(.wp-block),li>ul:not(.wp-block){margin-bottom:0;margin-left:1.5em}dt{font-weight:700}dd{margin:0 1.5em 1.5em}a img{border:none}.wp-caption,img{height:auto;max-width:100%}img{vertical-align:middle;border-style:none}figure{margin:0}embed,iframe,object{display:block;max-width:100%}video{display:block}embed,object{height:auto}label{display:block;margin-bottom:.5em}fieldset{margin-bottom:1em;padding:.35em .75em .625em}input[type=submit]{-webkit-appearance:none}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}kbd,samp{font-family:monospace,monospace;font-size:1em;background-color:#fe9a31}small{font-size:80%}progress{vertical-align:baseline}summary{display:list-item}template{display:none}.gallery-caption,.wp-caption,figcaption{display:block;max-width:100%;font-size:13px!important;line-height:1em!important;color:#10235e;text-align:center;opacity:1;margin:0 auto 20px auto}.gallery-caption a,.wp-caption a,figcaption a{color:inherit}.wp-caption .wp-caption-dd,.wp-caption .wp-caption-text{margin-bottom:0!important;margin-top:10px!important;opacity:1}blockquote.instagram-media,iframe.instagram-media{margin:auto!important}.bypostauthor,.sticky{opacity:1}::selection{color:#fff;background:var(--qode-main-color)}::-moz-selection{color:#fff;background:var(--qode-main-color)}.screen-reader-text{position:absolute!important;width:1px;height:1px;margin:-1px;padding:0;line-height:1;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);border:0;word-wrap:normal!important;overflow:hidden}.screen-reader-text:focus{top:5px;left:5px;display:block;width:auto;height:auto;padding:15px 23px 14px;font-size:14px;font-weight:700;line-height:normal;text-decoration:none;color:#21759b;background-color:#f1f1f1;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;clip-path:none;z-index:100000}#qodef-page-content[tabindex="-1"]:focus{outline:0}.alignleft{float:left;text-align:left;margin-right:40px!important;clear:left}.aligncenter{text-align:center;display:block;margin-left:auto;margin-right:auto}.alignright{float:right;text-align:right;margin-left:40px!important;clear:right}img.aligncenter,img.alignleft,img.alignright{margin-top:0;margin-bottom:20px}.qodef-content-alignment-left{text-align:left}.qodef-content-alignment-center{text-align:center}.qodef-content-alignment-right{text-align:right}.clear:after,.clear:before,.comment-author:after,.comment-author:before,.comment-content:after,.comment-content:before,.comment-meta:after,.comment-meta:before,.nav-links:after,.nav-links:before,.pagination:after,.pagination:before,.widget-area:after,.widget-area:before,.widget:after,.widget:before{content:'';display:table;table-layout:fixed}.clear:after,.comment-author:after,.comment-content:after,.comment-meta:after,.nav-links:after,.pagination:after,.widget-area:after,.widget:after{clear:both}body{font-family:Inter,sans-serif;font-size:15px;line-height:1.66667em;font-weight:400;color:#10235e;letter-spacing:-.01em;background-color:#fff;overflow-x:hidden;-webkit-font-smoothing:antialiased}.qodef-h1,h1{font-family:Geologica,sans-serif;font-weight:500;letter-spacing:-.01em;color:var(--qode-main-color);font-size:47px;line-height:1.34043em;margin:25px 0;-ms-word-wrap:break-word;word-wrap:break-word}@media only screen and (max-width:1512px){.qodef-h1,h1{font-size:42px}}.qodef-h1 a,h1 a{font-family:inherit;font-size:inherit;font-weight:inherit;font-style:inherit;line-height:inherit;letter-spacing:inherit;text-transform:inherit;color:inherit}.qodef-h1 a:focus,.qodef-h1 a:hover,h1 a:focus,h1 a:hover{color:var(--qode-main-color)}.qodef-h2,h2{font-family:Geologica,sans-serif;font-weight:500;letter-spacing:-.01em;color:var(--qode-main-color);font-size:34px;line-height:1.35294em;margin:25px 0;-ms-word-wrap:break-word;word-wrap:break-word}@media only screen and (max-width:1512px){.qodef-h2,h2{font-size:30px}}.qodef-h2 a,h2 a{font-family:inherit;font-size:inherit;font-weight:inherit;font-style:inherit;line-height:inherit;letter-spacing:inherit;text-transform:inherit;color:inherit}.qodef-h2 a:focus,.qodef-h2 a:hover,h2 a:focus,h2 a:hover{color:var(--qode-main-color)}.qodef-h3,h3{font-family:Geologica,sans-serif;font-weight:500;letter-spacing:-.01em;color:var(--qode-main-color);font-size:30px;line-height:1.23333em;margin:25px 0;-ms-word-wrap:break-word;word-wrap:break-word}@media only screen and (max-width:1512px){.qodef-h3,h3{font-size:27px}}.qodef-h3 a,h3 a{font-family:inherit;font-size:inherit;font-weight:inherit;font-style:inherit;line-height:inherit;letter-spacing:inherit;text-transform:inherit;color:inherit}.qodef-h3 a:focus,.qodef-h3 a:hover,h3 a:focus,h3 a:hover{color:var(--qode-main-color)}.qodef-h4,h4{font-family:Geologica,sans-serif;font-weight:500;letter-spacing:-.01em;color:var(--qode-main-color);font-size:27px;line-height:1.2963em;margin:25px 0;-ms-word-wrap:break-word;word-wrap:break-word}@media only screen and (max-width:1512px){.qodef-h4,h4{font-size:25px}}.qodef-h4 a,h4 a{font-family:inherit;font-size:inherit;font-weight:inherit;font-style:inherit;line-height:inherit;letter-spacing:inherit;text-transform:inherit;color:inherit}.qodef-h4 a:focus,.qodef-h4 a:hover,h4 a:focus,h4 a:hover{color:var(--qode-main-color)}.qodef-h5,h5{font-family:Geologica,sans-serif;font-weight:500;letter-spacing:-.01em;color:var(--qode-main-color);font-size:23px;line-height:1.30435em;margin:25px 0;-ms-word-wrap:break-word;word-wrap:break-word}@media only screen and (max-width:1512px){.qodef-h5,h5{font-size:20px}}.qodef-h5 a,h5 a{font-family:inherit;font-size:inherit;font-weight:inherit;font-style:inherit;line-height:inherit;letter-spacing:inherit;text-transform:inherit;color:inherit}.qodef-h5 a:focus,.qodef-h5 a:hover,h5 a:focus,h5 a:hover{color:var(--qode-main-color)}.qodef-h6,h6{font-family:Geologica,sans-serif;font-weight:500;letter-spacing:-.01em;color:var(--qode-main-color);font-size:17px;line-height:1.29412em;margin:25px 0;-ms-word-wrap:break-word;word-wrap:break-word}.qodef-h6 a,h6 a{font-family:inherit;font-size:inherit;font-weight:inherit;font-style:inherit;line-height:inherit;letter-spacing:inherit;text-transform:inherit;color:inherit}.qodef-h6 a:focus,.qodef-h6 a:hover,h6 a:focus,h6 a:hover{color:var(--qode-main-color)}.qodef--default-title{font-family:Geologica,sans-serif;font-weight:500;letter-spacing:-.01em;color:var(--qode-main-color);font-size:30px;line-height:1.23333em}@media only screen and (max-width:1512px){.qodef--default-title{font-size:27px}}a,p a{color:var(--qode-main-color);text-decoration:none;transition:color .2s ease-out;cursor:pointer}a:focus,a:hover,p a:focus,p a:hover{color:var(--qode-main-color)}p{margin-bottom:20px}body[class*=vitasana-core] p{margin:10px 0}p.has-large-font-size{font-size:36px;line-height:1.66667em}p.has-large-font-size+p{line-height:1.66667em}p.has-background{padding:20px 30px}.wp-block-quote,blockquote{position:relative;display:inline-block;width:100%;vertical-align:top;font-family:Geologica,sans-serif;font-weight:500;letter-spacing:-.01em;color:var(--qode-main-color);font-size:23px;line-height:1.30435em;position:relative;padding:18px 10% 20px 90px;border:none;margin:0;quotes:none;z-index:1}@media only screen and (max-width:1512px){.wp-block-quote,blockquote{font-size:20px}}@media only screen and (max-width:880px){.wp-block-quote,blockquote{padding:18px 3% 20px 90px}}.wp-block-quote.wp-block-quote.is-large,.wp-block-quote.wp-block-quote.is-style-large,blockquote.wp-block-quote.is-large,blockquote.wp-block-quote.is-style-large{padding:18px 10% 20px 90px}@media only screen and (max-width:880px){.wp-block-quote.wp-block-quote.is-large,.wp-block-quote.wp-block-quote.is-style-large,blockquote.wp-block-quote.is-large,blockquote.wp-block-quote.is-style-large{padding:18px 3% 20px 90px}}.wp-block-quote.wp-block-pullquote,blockquote.wp-block-pullquote{padding:25px!important;text-align:center}.wp-block-quote.wp-block-pullquote.alignleft,blockquote.wp-block-pullquote.alignleft{max-width:420px}.wp-block-quote.wp-block-pullquote.alignright,blockquote.wp-block-pullquote.alignright{max-width:420px}.wp-block-quote.has-text-align-right:before,blockquote.has-text-align-right:before{left:auto;right:0}.wp-block-quote p,blockquote p{font-family:Inter,sans-serif!important;font-size:15px!important;line-height:1.66667em!important;font-weight:400!important;color:#10235e!important;letter-spacing:-.01em!important;letter-spacing:0!important}.wp-block-quote:before,blockquote:before{content:'"';display:inline-flex;width:48px;height:48px;align-items:flex-start;justify-content:center;border-radius:50%;position:absolute;background:var(--qode-button-bg-color);top:20px;left:0;font-size:49px;line-height:68px;font-weight:400;letter-spacing:-.01em;color:#f5f5f5;z-index:-1}.wp-block-quote>*,blockquote>*{font-family:inherit;font-size:inherit;font-weight:inherit;font-style:inherit;line-height:inherit;letter-spacing:inherit;text-transform:inherit;color:inherit;margin:0}.wp-block-quote p,blockquote p{margin:0!important}.wp-block-quote:after,blockquote:after{content:''}.wp-block-quote .wp-block-pullquote__citation,.wp-block-quote .wp-block-quote__citation,.wp-block-quote cite,blockquote .wp-block-pullquote__citation,blockquote .wp-block-quote__citation,blockquote cite{display:block;margin:10px 0 0;font-style:normal;font-weight:400!important;text-align:inherit!important;text-transform:uppercase!important}.qodef-e-info>*{font-family:Inter,sans-serif;font-size:16px;font-weight:400;letter-spacing:0;line-height:20px;display:inline-flex;vertical-align:middle;flex-wrap:wrap;color:var(--qode-main-color)}.qodef-e-info>a:hover{color:var(--qode-main-color)}.qodef-info-separator-single{color:initial}.qodef-info-separator-single:after{content:',';margin-right:5px}.qodef-info-separator-end{color:initial}.qodef-info-separator-end:after{content:'/';margin:0 10px}.qodef-info-separator-end:last-of-type{display:none}input[type=date],input[type=email],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=url],select,textarea{position:relative;display:inline-block;width:100%;vertical-align:top;border-radius:20px;border-style:solid;border-width:1px;box-sizing:border-box;cursor:pointer;font-family:Geologica,sans-serif;font-size:15px;font-weight:400;letter-spacing:-.01em;line-height:19px;margin:0 0 20px;outline:0;padding:9.5px 18px;transition:color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out}.qodef-contact-form-7 input[type=date],.qodef-contact-form-7 input[type=email],.qodef-contact-form-7 input[type=number],.qodef-contact-form-7 input[type=password],.qodef-contact-form-7 input[type=search],.qodef-contact-form-7 input[type=tel],.qodef-contact-form-7 input[type=text],.qodef-contact-form-7 input[type=url],.qodef-contact-form-7 select,.qodef-contact-form-7 textarea{margin:0}input[type=date]:-ms-input-placeholder,input[type=email]:-ms-input-placeholder,input[type=number]:-ms-input-placeholder,input[type=password]:-ms-input-placeholder,input[type=search]:-ms-input-placeholder,input[type=tel]:-ms-input-placeholder,input[type=text]:-ms-input-placeholder,input[type=url]:-ms-input-placeholder,select:-ms-input-placeholder,textarea:-ms-input-placeholder{color:inherit;opacity:1}input[type=date]::placeholder,input[type=email]::placeholder,input[type=number]::placeholder,input[type=password]::placeholder,input[type=search]::placeholder,input[type=tel]::placeholder,input[type=text]::placeholder,input[type=url]::placeholder,select::placeholder,textarea::placeholder{color:inherit;opacity:1}input[type=date],input[type=email],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=url],select,textarea{background-color:transparent;border-color:#e4ebf1;color:#10235e}input[type=date]:focus,input[type=email]:focus,input[type=number]:focus,input[type=password]:focus,input[type=search]:focus,input[type=tel]:focus,input[type=text]:focus,input[type=url]:focus,select:focus,textarea:focus{background-color:transparent;border-color:#ebebeb;color:#10235e}#qodef-page-footer input[type=date],#qodef-page-footer input[type=email],#qodef-page-footer input[type=number],#qodef-page-footer input[type=password],#qodef-page-footer input[type=search],#qodef-page-footer input[type=tel],#qodef-page-footer input[type=text],#qodef-page-footer input[type=url],#qodef-page-footer select,#qodef-page-footer textarea{background-color:transparent;border-color:#ebebeb;color:#fff}#qodef-page-footer input[type=date]:focus,#qodef-page-footer input[type=email]:focus,#qodef-page-footer input[type=number]:focus,#qodef-page-footer input[type=password]:focus,#qodef-page-footer input[type=search]:focus,#qodef-page-footer input[type=tel]:focus,#qodef-page-footer input[type=text]:focus,#qodef-page-footer input[type=url]:focus,#qodef-page-footer select:focus,#qodef-page-footer textarea:focus{background-color:transparent;border-color:#ebebeb;color:#ccc}textarea{font-family:Inter,sans-serif;line-height:20px}.qodef-contact-form-7 .wpcf7-form-control-wrap{margin:0 0 20px}.qodef-contact-form-7 label{margin:0 0 20px}.qodef-contact-form-7 label .wpcf7-form-control-wrap{margin:0}input[type=email],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=url],select,textarea{-webkit-appearance:none}select{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHhtbG5zOnhsaW5rPSdodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rJyB4PScwcHgnIHk9JzBweCcgd2lkdGg9JzEwLjhweCcgaGVpZ2h0PSc2LjJweCcgdmlld0JveD0nMCAwIDEwLjggNi4yJyBzdHlsZT0nZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxMC44IDYuMjsnIHhtbDpzcGFjZT0ncHJlc2VydmUnPjxwYXRoIHN0eWxlPSdmaWxsOiAjQThBN0E3JyBkPSdNMTAuNiwwLjNjMC4zLDAuMywwLjMsMC43LDAsMUw1LjksNS45QzUuOCw2LjEsNS42LDYuMiw1LjQsNi4yQzUuMiw2LjIsNSw2LjEsNC45LDUuOUwwLjIsMS4zIGMtMC4zLTAuMy0wLjMtMC43LDAtMWMwLjMtMC4zLDAuNy0wLjMsMSwwbDQuMiw0LjFsNC4yLTQuMUM5LjktMC4xLDEwLjItMC4xLDEwLjYsMC4zeicvPjwvc3ZnPg==);background-position:calc(100% - 20px) center;background-repeat:no-repeat;display:inline-block;height:auto;margin:0;-webkit-user-select:none;-ms-user-select:none;user-select:none}select:disabled{background-color:#fe9a31;border-color:inherit;box-shadow:none;color:inherit;text-shadow:none}select option{color:#10235e}select.qodef-arrow--light{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHhtbG5zOnhsaW5rPSdodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rJyB4PScwcHgnIHk9JzBweCcgd2lkdGg9JzEwLjhweCcgaGVpZ2h0PSc2LjJweCcgdmlld0JveD0nMCAwIDEwLjggNi4yJyBzdHlsZT0nZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxMC44IDYuMjsnIHhtbDpzcGFjZT0ncHJlc2VydmUnPjxwYXRoIHN0eWxlPSdmaWxsOiAjZmZmJyBkPSdNMTAuNiwwLjNjMC4zLDAuMywwLjMsMC43LDAsMUw1LjksNS45QzUuOCw2LjEsNS42LDYuMiw1LjQsNi4yQzUuMiw2LjIsNSw2LjEsNC45LDUuOUwwLjIsMS4zIGMtMC4zLTAuMy0wLjMtMC43LDAtMWMwLjMtMC4zLDAuNy0wLjMsMSwwbDQuMiw0LjFsNC4yLTQuMUM5LjktMC4xLDEwLjItMC4xLDEwLjYsMC4zeicvPjwvc3ZnPg==)}.post-password-form input[type=password]{margin-top:.5em}@media only screen and (min-width:1025px){.post-password-form input[type=password]{display:block;max-width:50%}}.qodef-theme-button,button[type=submit],input[type=submit]{font-family:Geologica,sans-serif;font-size:16px;font-weight:500;letter-spacing:-.01em;line-height:20px;position:relative;display:inline-flex;vertical-align:middle;width:auto;margin:0;text-decoration:none;border-radius:9px;outline:0;transition:color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;padding:9px 27px 9px 26px;color:var(--qode-button-color,#fff);background-color:var(--qode-button-bg-color,var(--qode-main-color));border:1px solid var(--qode-button-border-color,transparent);cursor:pointer}.qodef-theme-button .qodef-m-text,button[type=submit] .qodef-m-text,input[type=submit] .qodef-m-text{-webkit-text-fill-color:transparent;position:relative;clip-path:inset(-.05em);perspective:100px}.qodef-theme-button .qodef-m-text:after,.qodef-theme-button .qodef-m-text:before,button[type=submit] .qodef-m-text:after,button[type=submit] .qodef-m-text:before,input[type=submit] .qodef-m-text:after,input[type=submit] .qodef-m-text:before{content:attr(data-title);display:block;-webkit-text-fill-color:currentColor;position:absolute;top:0;left:0;width:100%;height:100%;transition:opacity .2s ease-out,transform .55s cubic-bezier(.22,.61,.36,1)}.qodef-theme-button .qodef-m-text:before,button[type=submit] .qodef-m-text:before,input[type=submit] .qodef-m-text:before{transform:translateY(0)}.qodef-theme-button .qodef-m-text:after,button[type=submit] .qodef-m-text:after,input[type=submit] .qodef-m-text:after{transform:translateY(80%) skewY(0);transform:translateY(60%) skewY(0) rotateX(-90deg);transition-duration:.35s,.35s;opacity:0}.qodef-theme-button:hover,button[type=submit]:hover,input[type=submit]:hover{color:var(--qode-button-hover-color,var(--qode-button-color,#fff));background-color:var(--qode-button-bg-hover-color,var(--qode-button-bg-color,var(--qode-main-color)));border-color:var(--qode-button-border-hover-color,var(--qode-button-border-color,transparent))}.qodef-theme-button:hover .qodef-m-text:before,button[type=submit]:hover .qodef-m-text:before,input[type=submit]:hover .qodef-m-text:before{transform:translateY(-95%);transform:translateY(-55%) rotateX(90deg);opacity:0;transition-duration:.35s,.4s}.qodef-theme-button:hover .qodef-m-text:after,button[type=submit]:hover .qodef-m-text:after,input[type=submit]:hover .qodef-m-text:after{opacity:1;transform:translateY(0);transition-duration:.2s,.55s}.qodef-theme-button span,button[type=submit] span{display:block;line-height:inherit}.qodef-theme-button span:before,button[type=submit] span:before{display:block;line-height:inherit}[class*=vitasana] .select2-container--default{display:inline-block;margin:0 0 20px;position:relative;vertical-align:middle;width:auto}[class*=vitasana] .select2-container--default .qodef-select2-icon-option{display:flex;align-items:center;width:100%}[class*=vitasana] .select2-container--default .qodef-select2-icon{flex-shrink:0;width:20px;height:20px;margin-right:5px;background-position:center;background-size:cover;background-repeat:no-repeat}[class*=vitasana] .select2-container--default .select2-selection--single{border-radius:20px!important;border-style:solid;border-width:1px;cursor:pointer;display:block;font-family:inherit;font-size:15px;font-weight:400;height:auto;line-height:19px;margin:0;outline:0;padding:9.5px 18px;-webkit-user-select:none;-ms-user-select:none;user-select:none}[class*=vitasana] .select2-container--default .select2-selection--single .select2-selection__rendered{color:inherit;display:block;line-height:inherit;overflow:hidden;padding:0;text-overflow:ellipsis;white-space:nowrap}[class*=vitasana] .select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:inherit;margin:0;position:relative}[class*=vitasana] .select2-container--default .select2-selection--single .select2-selection__placeholder{color:inherit}[class*=vitasana] .select2-container--default .select2-selection--single .select2-selection__arrow{align-items:center;color:inherit;display:flex;font-size:16px;height:100%;justify-content:center;position:absolute;right:0;top:0;width:50px}[class*=vitasana] .select2-container--default .select2-selection--single .select2-selection__arrow b{display:none}[class*=vitasana] .select2-container--default .select2-selection--single .select2-selection__arrow:before{content:'\33';font-family:ElegantIcons;display:block;font-style:normal;line-height:inherit}[class*=vitasana] .select2-container--default .select2-selection--multiple{border-radius:20px;border-style:solid;border-width:1px;cursor:pointer;display:block;font-family:inherit;font-size:15px;font-weight:400;height:auto;line-height:19px;margin:0;outline:0;padding:9.5px 18px;-webkit-user-select:none;-ms-user-select:none;user-select:none}[class*=vitasana] .select2-container--default .select2-selection--multiple .select2-selection__rendered{color:inherit;display:block;line-height:inherit;list-style:none;overflow:hidden;padding:0;text-overflow:ellipsis;white-space:nowrap}[class*=vitasana] .select2-container--default .select2-selection--multiple .select2-selection__rendered li{margin:0;padding:0}[class*=vitasana] .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__placeholder{color:inherit;float:left;margin:0}[class*=vitasana] .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__clear{cursor:pointer;float:right;font-weight:inherit;margin:0;position:relative}[class*=vitasana] .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice{background-color:var(--qode-main-color);border:0;border-radius:0;color:#fff;cursor:default;float:left;margin:1px 1px 1px 0;padding:5px 10px}[class*=vitasana] .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice__remove{color:inherit;cursor:pointer;display:inline-block;font-weight:inherit;margin:0 10px 0 0;transition:opacity .2s ease-out}[class*=vitasana] .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice__remove:hover{color:inherit;opacity:.8}[class*=vitasana] .select2-container--default .select2-search--inline{float:left}[class*=vitasana] .select2-container--default .select2-search--inline .select2-search__field{-webkit-appearance:none;border:none!important;color:inherit;font-family:inherit;font-size:inherit;font-weight:inherit;margin:0!important;outline:0;padding:0!important;width:100%}[class*=vitasana] .select2-container--default .select2-search--inline .select2-search__field:focus{border-color:var(--qode-main-color)}[class*=vitasana] .select2-container--default .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}[class*=vitasana] .select2-container--default .select2-dropdown{background-color:#eff4f8;border:1px solid #ebebeb;border-radius:20px;display:block;left:-100000px;position:absolute;top:0;width:100%;z-index:99999}.admin-bar[class*=vitasana] .select2-container--default .select2-dropdown{top:32px}@media only screen and (max-width:782px){.admin-bar[class*=vitasana] .select2-container--default .select2-dropdown{top:46px}}[class*=vitasana] .select2-container--default .select2-search--dropdown{display:block;padding:14px 15px 2px}[class*=vitasana] .select2-container--default .select2-search--dropdown.select2-search--hide{display:none}[class*=vitasana] .select2-container--default .select2-search--dropdown .select2-search__field{-webkit-appearance:none;background-color:#fff;border:1px solid #ebebeb;color:#10235e;font-family:inherit;font-size:inherit;font-weight:inherit;line-height:20px;margin:0;outline:0;padding:4px 8px;width:100%}[class*=vitasana] .select2-container--default .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}[class*=vitasana] .select2-container--default .select2-search--dropdown .select2-search__field:focus{border:1px solid #ebebeb;color:#10235e}[class*=vitasana] .select2-container--default .select2-results{display:block}[class*=vitasana] .select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}[class*=vitasana] .select2-container--default .select2-results__options{font-size:15px;line-height:19px;list-style:none;margin:5px 0;padding:2px 15px;position:relative}[class*=vitasana] .select2-container--default .select2-results__option{padding:3px 0;transition:color .2s ease-out;-webkit-user-select:none;-ms-user-select:none;user-select:none}[class*=vitasana] .select2-container--default .select2-results__option[aria-selected]{cursor:pointer}[class*=vitasana] .select2-container--default .select2-results__option[role=group]{padding:0}[class*=vitasana] .select2-container--default .select2-results__option[aria-disabled=true]{color:var(--qode-main-color)}[class*=vitasana] .select2-container--default .select2-results__option[aria-selected=true],[class*=vitasana] .select2-container--default .select2-results__option[data-selected=true]{background:0 0;color:#10235e}[class*=vitasana] .select2-container--default .select2-results__option .select2-results__option{padding-left:1em}[class*=vitasana] .select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}[class*=vitasana] .select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}[class*=vitasana] .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}[class*=vitasana] .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}[class*=vitasana] .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}[class*=vitasana] .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}[class*=vitasana] .select2-container--default .select2-results__option--highlighted[aria-selected]{background:0 0;color:var(--qode-main-color)}[class*=vitasana] .select2-container--default .select2-results__group{cursor:default;display:block;padding:7px 0}[class*=vitasana] .select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear{float:left}[class*=vitasana] .select2-container--default[dir=rtl] .select2-selection--single .select2-selection__rendered{padding:0}[class*=vitasana] .select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow{left:0;right:auto}[class*=vitasana] .select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline,[class*=vitasana] .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice,[class*=vitasana] .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder{float:right}[class*=vitasana] .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__rendered{padding:0}[class*=vitasana] .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice{margin:7px auto 0 5px}[class*=vitasana] .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{margin:0 auto 0 3px}[class*=vitasana] .select2-container--default.select2-container--disabled .select2-selection--multiple,[class*=vitasana] .select2-container--default.select2-container--disabled .select2-selection--single{background-color:#fe9a31;cursor:default}[class*=vitasana] .select2-container--default.select2-container--disabled .select2-selection--multiple .select2-selection__clear,[class*=vitasana] .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}[class*=vitasana] .select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}[class*=vitasana] .select2-container--default.select2-container--open .select2-selection--multiple,[class*=vitasana] .select2-container--default.select2-container--open .select2-selection--single{color:#10235e}[class*=vitasana] .select2-container--default.select2-container--open .select2-dropdown{left:0}[class*=vitasana] .select2-container--default.select2-container--open .select2-dropdown.select2-dropdown--above{border-bottom-color:transparent}[class*=vitasana] .select2-container--default.select2-container--open .select2-dropdown.select2-dropdown--below{border-top-color:transparent}.select2-container--default .select2-selection{background-color:transparent!important;border-color:#e4ebf1!important;color:#10235e!important}.select2-container--default .select2-selection:focus{background-color:transparent!important;border-color:#ebebeb!important;color:#10235e!important}#qodef-page-footer .select2-container--default .select2-selection{background-color:transparent!important;border-color:#ebebeb!important;color:#fff!important}#qodef-page-footer .select2-container--default .select2-selection:focus{background-color:transparent!important;border-color:#ebebeb!important;color:#ccc!important}body:not([class*=vitasana-core]) .select2-container--default .select2-selection--single .select2-selection__arrow:before{content:'\25BE';font-family:initial;font-size:16px}.select2-close-mask{background-color:#fff;border:0;display:block;height:auto;left:0;margin:0;min-height:100%;min-width:100%;opacity:0;padding:0;position:fixed;top:0;width:auto;z-index:99}.select2-hidden-accessible{border:0!important;clip:rect(0 0 0 0)!important;clip-path:inset(50%)!important;height:0!important;line-height:1;overflow:hidden!important;padding:0!important;position:absolute!important;white-space:nowrap!important;width:1px!important}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration,input[type=search]::-webkit-search-results-button,input[type=search]::-webkit-search-results-decoration{display:none}input[type=search]::-ms-clear,input[type=text]::-ms-clear{display:none}input:-webkit-autofill{-webkit-box-shadow:0 0 0 1000px transparent inset;-webkit-text-fill-color:#10235e}#qodef-page-footer input:-webkit-autofill{-webkit-box-shadow:0 0 0 1000px transparent inset;-webkit-text-fill-color:#fff}.qodef-content-grid{width:1100px;margin:0 auto}.qodef-content-grid.qodef-extended-grid:not([class*=qodef-extended-grid-disabled--]){width:100%!important;margin:0}@media (min-width:1513px){.qodef-content-grid.qodef-extended-grid.qodef-extended-grid-disabled--1512{width:100%!important;margin:0}}@media (max-width:1512px){.qodef-content-grid.qodef-extended-grid.qodef-extended-grid-disabled--1512{padding-left:0!important;padding-right:0!important}}@media (min-width:1369px){.qodef-content-grid.qodef-extended-grid.qodef-extended-grid-disabled--1368{width:100%!important;margin:0}}@media (max-width:1368px){.qodef-content-grid.qodef-extended-grid.qodef-extended-grid-disabled--1368{padding-left:0!important;padding-right:0!important}}@media (min-width:1201px){.qodef-content-grid.qodef-extended-grid.qodef-extended-grid-disabled--1200{width:100%!important;margin:0}}@media (max-width:1200px){.qodef-content-grid.qodef-extended-grid.qodef-extended-grid-disabled--1200{padding-left:0!important;padding-right:0!important}}@media (min-width:1025px){.qodef-content-grid.qodef-extended-grid.qodef-extended-grid-disabled--1024{width:100%!important;margin:0}}@media (max-width:1024px){.qodef-content-grid.qodef-extended-grid.qodef-extended-grid-disabled--1024{padding-left:0!important;padding-right:0!important}}@media (min-width:881px){.qodef-content-grid.qodef-extended-grid.qodef-extended-grid-disabled--880{width:100%!important;margin:0}}@media (max-width:880px){.qodef-content-grid.qodef-extended-grid.qodef-extended-grid-disabled--880{padding-left:0!important;padding-right:0!important}}.qodef-content-grid.qodef-extended-grid--right{padding-left:calc((100% - 1100px)/2)}.qodef-content-grid.qodef-extended-grid--left{padding-right:calc((100% - 1100px)/2)}.qodef--boxed .qodef-content-grid{width:1160px}@media (min-width:1513px){.qodef-content-grid-1400 .qodef-content-grid{width:1400px}.qodef-content-grid-1400 .qodef-content-grid.qodef-extended-grid--right{padding-left:calc((100% - 1400px)/2)}.qodef-content-grid-1400 .qodef-content-grid.qodef-extended-grid--left{padding-right:calc((100% - 1400px)/2)}.qodef--boxed.qodef-content-grid-1400 .qodef-content-grid{width:1460px}}@media (min-width:1513px){.qodef-content-grid-1300 .qodef-content-grid{width:1300px}.qodef-content-grid-1300 .qodef-content-grid.qodef-extended-grid--right{padding-left:calc((100% - 1300px)/2)}.qodef-content-grid-1300 .qodef-content-grid.qodef-extended-grid--left{padding-right:calc((100% - 1300px)/2)}.qodef--boxed.qodef-content-grid-1300 .qodef-content-grid{width:1360px}}@media (min-width:1513px){.qodef-content-grid-1200 .qodef-content-grid{width:1200px}.qodef-content-grid-1200 .qodef-content-grid.qodef-extended-grid--right{padding-left:calc((100% - 1200px)/2)}.qodef-content-grid-1200 .qodef-content-grid.qodef-extended-grid--left{padding-right:calc((100% - 1200px)/2)}.qodef--boxed.qodef-content-grid-1200 .qodef-content-grid{width:1260px}}@media (min-width:1201px){.qodef-content-grid-1000 .qodef-content-grid{width:1000px}.qodef-content-grid-1000 .qodef-content-grid.qodef-extended-grid--right{padding-left:calc((100% - 1000px)/2)}.qodef-content-grid-1000 .qodef-content-grid.qodef-extended-grid--left{padding-right:calc((100% - 1000px)/2)}.qodef--boxed.qodef-content-grid-1000 .qodef-content-grid{width:1060px}}@media (min-width:1025px){.qodef-content-grid-800 .qodef-content-grid{width:800px}.qodef-content-grid-800 .qodef-content-grid.qodef-extended-grid--right{padding-left:calc((100% - 800px)/2)}.qodef-content-grid-800 .qodef-content-grid.qodef-extended-grid--left{padding-right:calc((100% - 800px)/2)}.qodef--boxed.qodef-content-grid-800 .qodef-content-grid{width:860px}}.qodef-grid{position:relative;display:inline-block;width:100%;vertical-align:top;--qode-columns:1;--qode-columns-row-gap:30px;--qode-columns-col-gap:30px}.qodef-grid>.qodef-grid-inner{position:relative;display:grid;grid-template-columns:repeat(var(--qode-columns),minmax(0,1fr));row-gap:var(--qode-columns-row-gap);column-gap:var(--qode-columns-col-gap)}.qodef-grid.qodef-col-num--1>.qodef-grid-inner{--qode-columns:1}.qodef-grid.qodef-col-num--2>.qodef-grid-inner{--qode-columns:2}.qodef-grid.qodef-col-num--3>.qodef-grid-inner{--qode-columns:3}.qodef-grid.qodef-col-num--4>.qodef-grid-inner{--qode-columns:4}.qodef-grid.qodef-col-num--5>.qodef-grid-inner{--qode-columns:5}.qodef-grid.qodef-col-num--6>.qodef-grid-inner{--qode-columns:6}.qodef-grid.qodef-col-num--7>.qodef-grid-inner{--qode-columns:7}.qodef-grid.qodef-col-num--8>.qodef-grid-inner{--qode-columns:8}.qodef-grid .qodef-grid-item{position:relative;display:inline-block;width:100%;vertical-align:top;min-height:1px}.qodef-grid.qodef-layout--template>.qodef-grid-inner{--qode-columns:2;grid-template-areas:"content sidebar"}@media (max-width:1200px){.qodef-grid.qodef-layout--template>.qodef-grid-inner{--qode-columns:1;grid-template-areas:"content" "sidebar";grid-template-columns:minmax(0,1fr)!important}}.qodef-grid.qodef-layout--template.qodef-grid-template--reverse>.qodef-grid-inner{grid-template-areas:"sidebar content"}@media (max-width:1200px){.qodef-grid.qodef-layout--template.qodef-grid-template--reverse>.qodef-grid-inner{grid-template-areas:"content" "sidebar"}}.qodef-grid.qodef-layout--template.qodef-grid-template--sidebar-reverse>.qodef-grid-inner{grid-template-areas:"sidebar content"}@media (max-width:1200px){.qodef-grid.qodef-layout--template.qodef-grid-template--sidebar-reverse>.qodef-grid-inner{grid-template-areas:"sidebar" "content"}}.qodef-grid.qodef-layout--template.qodef-grid-template--8-4>.qodef-grid-inner{grid-template-columns:minmax(0,8fr) minmax(0,4fr)}.qodef-grid.qodef-layout--template.qodef-grid-template--9-3>.qodef-grid-inner{grid-template-columns:minmax(0,9fr) minmax(0,3fr)}.qodef-grid.qodef-layout--template.qodef-grid-template--4-8>.qodef-grid-inner{grid-template-columns:minmax(0,4fr) minmax(0,8fr)}.qodef-grid.qodef-layout--template.qodef-grid-template--3-9>.qodef-grid-inner{grid-template-columns:minmax(0,3fr) minmax(0,9fr)}.qodef-grid.qodef-layout--template.qodef-grid-template--6-6>.qodef-grid-inner{grid-template-columns:minmax(0,6fr) minmax(0,6fr)}.qodef-grid.qodef-layout--template.qodef-grid-template--12>.qodef-grid-inner{--qode-columns:1;grid-template-areas:"content";grid-template-columns:minmax(0,1fr)}.qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col--content{grid-area:content}.qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col--sidebar{grid-area:sidebar}.qodef-grid.qodef-layout--template.qodef-gutter--custom{--qode-columns-row-gap:var(--qode-columns-col-gap)}.qodef-grid.qodef-layout--masonry.qodef-items--fixed .qodef-grid-item .qodef-e-inner{height:100%;overflow:hidden}.qodef-grid.qodef-layout--masonry.qodef-items--fixed .qodef-grid-item .qodef-e-media>*{height:100%;width:100%}.qodef-grid.qodef-layout--masonry.qodef-items--fixed .qodef-grid-item .qodef-e-media>*>a{height:100%;width:100%}.qodef-grid.qodef-layout--masonry.qodef-items--fixed .qodef-grid-item .qodef-e-media img{object-fit:cover;height:100%;width:100%}.qodef-grid.qodef-layout--masonry>.qodef-grid-inner{visibility:hidden}.qodef-grid.qodef-layout--masonry>.qodef-grid-inner.qodef--masonry-init{visibility:visible}.qodef-grid.qodef-vertical-gutter--no{--qode-columns-row-gap:0px}.qodef-grid.qodef-vertical-gutter--tiny{--qode-columns-row-gap:10px}.qodef-grid.qodef-vertical-gutter--small{--qode-columns-row-gap:20px}.qodef-grid.qodef-vertical-gutter--normal{--qode-columns-row-gap:30px}.qodef-grid.qodef-vertical-gutter--medium{--qode-columns-row-gap:40px}.qodef-grid.qodef-vertical-gutter--large{--qode-columns-row-gap:50px}.qodef-grid.qodef-vertical-gutter--huge{--qode-columns-row-gap:80px}.qodef-grid.qodef-gutter--no{--qode-columns-col-gap:0px}.qodef-grid.qodef-gutter--tiny{--qode-columns-col-gap:10px}.qodef-grid.qodef-gutter--small{--qode-columns-col-gap:20px}.qodef-grid.qodef-gutter--normal{--qode-columns-col-gap:30px}.qodef-grid.qodef-gutter--medium{--qode-columns-col-gap:40px}.qodef-grid.qodef-gutter--large{--qode-columns-col-gap:50px}.qodef-grid.qodef-gutter--huge{--qode-columns-col-gap:80px}.qodef-grid.qodef-vertical-gutter--custom{--qode-vertical-gutter-custom:30px;--qode-vertical-gutter-custom-1512:30px;--qode-vertical-gutter-custom-1200:30px;--qode-vertical-gutter-custom-880:30px;--qode-columns-row-gap:var(--qode-vertical-gutter-custom,30px)}.qodef-grid.qodef-gutter--custom{--qode-gutter-custom:30px;--qode-gutter-custom-1512:30px;--qode-gutter-custom-1200:30px;--qode-gutter-custom-880:30px;--qode-columns-col-gap:var(--qode-gutter-custom,30px)}#qodef-page-wrapper{position:relative}#qodef-page-outer{position:relative}#qodef-page-inner{position:relative;padding:130px 0 100px}#qodef-page-content.qodef-layout--template .qodef-page-content-section.qodef-col--12{margin-bottom:0}.qodef--boxed{background-color:#fe9a31}.qodef--boxed #qodef-page-wrapper{display:block;background-color:#fff}.qodef--boxed #qodef-page-inner{width:100%!important;padding-left:30px;padding-right:30px}.qodef--passepartout #qodef-page-wrapper{background-color:#fff}.qodef-parallax-item{will-change:transform}.qodef-header-link--custom{--qodef-underline-position-y:100%;--qodef-underline-height:1px;background-repeat:no-repeat;background-image:linear-gradient(90deg,currentColor 0,currentColor 100%);background-position:0 var(--qodef-underline-position-y);background-size:0 var(--qodef-underline-height);transition:background-size .5s cubic-bezier(.25,.46,.35,.94),color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;background-size:100% var(--qodef-underline-height);margin-right:52px}.qodef-product-single-custom-list li{margin-bottom:8px}.qodef-product-single-custom-list li:last-child{margin-bottom:0}rs-arrow.qodef-nav .qodef-rev-slider-arrow,sr7-arrow.qodef-nav .qodef-rev-slider-arrow{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center}rs-arrow.qodef-nav .qodef-bg,sr7-arrow.qodef-nav .qodef-bg{background-color:rgba(255,255,255,.2);-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px)}rs-arrow.qodef-nav.sr7-leftarrow,rs-arrow.qodef-nav.tp-leftarrow,sr7-arrow.qodef-nav.sr7-leftarrow,sr7-arrow.qodef-nav.tp-leftarrow{left:-1px!important}rs-arrow.qodef-nav.sr7-leftarrow .qodef-rev-slider-arrow,rs-arrow.qodef-nav.tp-leftarrow .qodef-rev-slider-arrow,sr7-arrow.qodef-nav.sr7-leftarrow .qodef-rev-slider-arrow,sr7-arrow.qodef-nav.tp-leftarrow .qodef-rev-slider-arrow{width:61px;height:61px;transition:transform .6s cubic-bezier(.18,.79,.29,.93);will-change:transform;overflow:hidden;border-radius:inherit;backface-visibility:hidden;border-radius:0 13px 13px 0;transform:translateX(-5px);--qode-x:-7px;--qode-x:7px}rs-arrow.qodef-nav.sr7-leftarrow .qodef-rev-slider-arrow:before,rs-arrow.qodef-nav.tp-leftarrow .qodef-rev-slider-arrow:before,sr7-arrow.qodef-nav.sr7-leftarrow .qodef-rev-slider-arrow:before,sr7-arrow.qodef-nav.tp-leftarrow .qodef-rev-slider-arrow:before{content:'';display:block;position:absolute;top:0;left:0;width:100%;height:100%;border:1px solid rgba(255,255,255,.19);z-index:2;border-radius:inherit;border-left-color:transparent}rs-arrow.qodef-nav.sr7-leftarrow .qodef-rev-slider-arrow .qodef-bg,rs-arrow.qodef-nav.tp-leftarrow .qodef-rev-slider-arrow .qodef-bg,sr7-arrow.qodef-nav.sr7-leftarrow .qodef-rev-slider-arrow .qodef-bg,sr7-arrow.qodef-nav.tp-leftarrow .qodef-rev-slider-arrow .qodef-bg{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;border-radius:inherit}rs-arrow.qodef-nav.sr7-leftarrow .qodef-rev-slider-arrow svg,rs-arrow.qodef-nav.tp-leftarrow .qodef-rev-slider-arrow svg,sr7-arrow.qodef-nav.sr7-leftarrow .qodef-rev-slider-arrow svg,sr7-arrow.qodef-nav.tp-leftarrow .qodef-rev-slider-arrow svg{transform:translateX(0)}rs-arrow.qodef-nav.sr7-leftarrow .qodef-rev-slider-arrow:hover,rs-arrow.qodef-nav.tp-leftarrow .qodef-rev-slider-arrow:hover,sr7-arrow.qodef-nav.sr7-leftarrow .qodef-rev-slider-arrow:hover,sr7-arrow.qodef-nav.tp-leftarrow .qodef-rev-slider-arrow:hover{transform:translateX(0)}rs-arrow.qodef-nav.sr7-leftarrow .qodef-rev-slider-arrow:hover svg,rs-arrow.qodef-nav.tp-leftarrow .qodef-rev-slider-arrow:hover svg,sr7-arrow.qodef-nav.sr7-leftarrow .qodef-rev-slider-arrow:hover svg,sr7-arrow.qodef-nav.tp-leftarrow .qodef-rev-slider-arrow:hover svg{transform:translateX(0);transition-delay:0s}rs-arrow.qodef-nav.sr7-rightarrow,rs-arrow.qodef-nav.tp-rightarrow,sr7-arrow.qodef-nav.sr7-rightarrow,sr7-arrow.qodef-nav.tp-rightarrow{right:-1px!important}rs-arrow.qodef-nav.sr7-rightarrow .qodef-rev-slider-arrow,rs-arrow.qodef-nav.tp-rightarrow .qodef-rev-slider-arrow,sr7-arrow.qodef-nav.sr7-rightarrow .qodef-rev-slider-arrow,sr7-arrow.qodef-nav.tp-rightarrow .qodef-rev-slider-arrow{width:61px;height:61px;transition:transform .6s cubic-bezier(.18,.79,.29,.93);will-change:transform;overflow:hidden;border-radius:inherit;backface-visibility:hidden;border-radius:13px 0 0 13px;transform:translateX(5px);--qode-x:7px;left:unset;right:0}rs-arrow.qodef-nav.sr7-rightarrow .qodef-rev-slider-arrow:before,rs-arrow.qodef-nav.tp-rightarrow .qodef-rev-slider-arrow:before,sr7-arrow.qodef-nav.sr7-rightarrow .qodef-rev-slider-arrow:before,sr7-arrow.qodef-nav.tp-rightarrow .qodef-rev-slider-arrow:before{content:'';display:block;position:absolute;top:0;left:0;width:100%;height:100%;border:1px solid rgba(255,255,255,.19);z-index:2;border-radius:inherit;border-left-color:transparent}rs-arrow.qodef-nav.sr7-rightarrow .qodef-rev-slider-arrow .qodef-bg,rs-arrow.qodef-nav.tp-rightarrow .qodef-rev-slider-arrow .qodef-bg,sr7-arrow.qodef-nav.sr7-rightarrow .qodef-rev-slider-arrow .qodef-bg,sr7-arrow.qodef-nav.tp-rightarrow .qodef-rev-slider-arrow .qodef-bg{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;border-radius:inherit}rs-arrow.qodef-nav.sr7-rightarrow .qodef-rev-slider-arrow svg,rs-arrow.qodef-nav.tp-rightarrow .qodef-rev-slider-arrow svg,sr7-arrow.qodef-nav.sr7-rightarrow .qodef-rev-slider-arrow svg,sr7-arrow.qodef-nav.tp-rightarrow .qodef-rev-slider-arrow svg{transform:translateX(0)}rs-arrow.qodef-nav.sr7-rightarrow .qodef-rev-slider-arrow:hover,rs-arrow.qodef-nav.tp-rightarrow .qodef-rev-slider-arrow:hover,sr7-arrow.qodef-nav.sr7-rightarrow .qodef-rev-slider-arrow:hover,sr7-arrow.qodef-nav.tp-rightarrow .qodef-rev-slider-arrow:hover{transform:translateX(0)}rs-arrow.qodef-nav.sr7-rightarrow .qodef-rev-slider-arrow:hover svg,rs-arrow.qodef-nav.tp-rightarrow .qodef-rev-slider-arrow:hover svg,sr7-arrow.qodef-nav.sr7-rightarrow .qodef-rev-slider-arrow:hover svg,sr7-arrow.qodef-nav.tp-rightarrow .qodef-rev-slider-arrow:hover svg{transform:translateX(0);transition-delay:0s}rs-slide rs-sbg-px{height:110%;width:110%;translate:-5% -5%}.qodef-wishlist-woo svg{position:relative;top:2px}button.mfp-arrow{color:#22285c;height:51px!important;margin:0!important;opacity:1!important;top:calc(50% - 25px)!important;transition:color .2s ease-out;width:26px!important}button.mfp-arrow svg{display:block;pointer-events:none;width:100%;transition:transform .48s cubic-bezier(.18,.79,.29,.93);transform:translateX(0);--qode-x:-2px}button.mfp-arrow:after,button.mfp-arrow:before{display:none!important}button.mfp-arrow:hover svg{transform:translateX(var(--qode-x))}button.mfp-arrow.mfp-arrow-left{left:30px}@media only screen and (max-width:1200px){button.mfp-arrow.mfp-arrow-left{left:calc(30px + 7%)}}button.mfp-arrow.mfp-arrow-right{right:30px}@media only screen and (max-width:1200px){button.mfp-arrow.mfp-arrow-right{right:calc(30px + 7%)}}button.mfp-arrow.mfp-arrow-right svg{rotate:180deg}button.mfp-close{color:#22285c!important;height:34px!important;margin:0!important;opacity:1!important;padding:0!important;right:0!important;top:-8px!important;width:auto!important;background-color:#fff!important;border:1px solid #e4edf5!important;border-radius:50%;transition:background-color .2s ease-out}.mfp-iframe-holder button.mfp-close{top:-37px!important}button.mfp-close:after,button.mfp-close:before{display:none!important}button.mfp-close svg{display:block;height:100%;pointer-events:none;width:auto;translate:-1px -1px}.mfp-container{padding:0 7%!important}.mfp-figure{position:relative}.mfp-figure figure{padding:40px 0}.mfp-figure figcaption{margin:0!important}.mfp-figure img{max-height:calc(100vh - 80px)!important;padding:0!important}.mfp-figure:after{background:0 0!important;box-shadow:none!important}.mfp-bottom-bar{line-height:40px!important;margin-top:-40px!important}.mfp-bottom-bar .mfp-counter,.mfp-bottom-bar .mfp-title{font-family:Geologica,sans-serif;font-weight:500;letter-spacing:-.01em;color:var(--qode-main-color);font-size:17px;line-height:1.29412em;color:#fff;line-height:inherit!important}.mfp-fade.mfp-bg,.mfp-fade.mfp-wrap{opacity:0;transition:opacity .35s ease-out}.mfp-fade.mfp-bg.mfp-ready,.mfp-fade.mfp-wrap.mfp-ready{opacity:1}.mfp-fade.mfp-bg.mfp-removing,.mfp-fade.mfp-wrap.mfp-removing{opacity:0}.mfp-fade.mfp-bg{background-color:rgba(239,244,248,.9)}html.touchevents body.qodef-swiper--show-hidden-slides #qodef-page-wrapper{overflow:hidden}.qodef-fraction-pagination{position:relative;width:100%;margin:10px auto 0;min-height:42px}.qodef-fraction-pagination .qodef-pagination-link{position:absolute;right:0;top:-17px;font-size:15px;font-weight:400;color:#a0a0a0}.swiper-container-horizontal>.qodef-fraction-pagination .swiper-pagination-bullets{position:relative;display:flex;align-items:center;justify-content:center;counter-reset:counter;margin-top:10px}.qodef-fraction-pagination .swiper-pagination-bullets:before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;top:50%;translate:0 -50%;height:2px;background:#e4e6ec}.qodef-fraction-pagination .swiper-pagination-bullets .swiper-pagination-bullet{z-index:1;width:100%;height:2px;border-radius:0;opacity:1;overflow:hidden;margin:0!important;padding:21px 0;background:0 0;transition:all .3s ease-out;position:relative}.qodef-fraction-pagination .swiper-pagination-bullets .swiper-pagination-bullet:after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;height:inherit;background-color:#283661;top:50%;translate:0 -50%;transform:scaleX(0);transform-origin:left;opacity:0;transition:opacity .2s,transform .2s}.qodef-skin--dark.qodef-fraction-pagination .swiper-pagination-bullets .swiper-pagination-bullet:after{background-color:#000}.qodef-fraction-pagination .swiper-pagination-bullets .swiper-pagination-bullet:last-child:before{visibility:visible}.qodef-fraction-pagination .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active:after{opacity:1;transform:scaleX(1);transition:transform 5s linear}.qodef-swiper-container{list-style:none;margin:0 auto;overflow:hidden;padding:0;position:relative;visibility:hidden;z-index:1}.qodef-swiper-container .swiper-wrapper{list-style:none;margin:0;padding:0}.swiper-vertical.qodef-swiper-container .swiper-wrapper{flex-direction:column}.qodef-swiper-container .swiper-slide img{width:100%}.qodef-swiper-container.qodef-blog .qodef-blog-item{margin-bottom:0}.qodef-swiper-container.qodef-swiper--initialized{visibility:visible}@media screen and (min-width:881px){.qodef-swiper-container.qodef-slider--indent{overflow:visible;width:127%;margin:0 -13.5%}.qodef-swiper-container.qodef-slider--indent .qodef-top-info-slider{margin:0 20%}.qodef-swiper-container.qodef-slider--indent .qodef-top-info-slider .qodef-m-top-info .qodef-m-title{flex-basis:100%}.qodef-swiper-container.qodef-slider--indent.qodef-image-gallery{width:135%;margin:0 -17.5%}}@media screen and (min-width:681px) and (max-width:880px){.qodef-swiper-container.qodef-slider--indent.qodef-testimonials-list{width:152%;margin:0 -26%}}@media only screen and (max-width:1024px){.qodef-swiper-container.qodef-slider--indent{overflow:hidden}}@media screen and (min-width:881px){.qodef-swiper-container.qodef-slider--indent.qodef-indent--more{width:120%;margin:0 -10%}}@media screen and (min-width:881px){.qodef-swiper-container.qodef-slider--indent.qodef-indent--right{overflow:hidden;width:113%;margin:0 -13% 0 0}}@media screen and (min-width:881px){.qodef-swiper-container.qodef-slider--indent.qodef-indent--left{overflow:hidden;width:113%;margin:0 0 0 -13%}}.qodef-swiper-container.qodef-swiper--show-hidden-slides{overflow:visible}.qodef-swiper-container.qodef-swiper--show-hidden-slides .swiper-button-prev{left:50%!important;transform:translate(calc(-50vw + 60px),-50%)!important}.swiper-horizontal.qodef-swiper--show-pagination.qodef-swiper-container.qodef-swiper--show-hidden-slides .swiper-button-prev{transform:translate(calc(-50vw + 60px),calc(-50% - 19.5px))!important}.swiper-container-horizontal.qodef-swiper--show-pagination.qodef-swiper-container.qodef-swiper--show-hidden-slides .swiper-button-prev{transform:translate(calc(-50vw + 60px),calc(-50% - 19.5px))!important}.qodef-swiper-container.qodef-swiper--show-hidden-slides .swiper-button-next{right:50%!important;transform:translate(calc(50vw - 60px),-50%)!important}.swiper-horizontal.qodef-swiper--show-pagination.qodef-swiper-container.qodef-swiper--show-hidden-slides .swiper-button-next{transform:translate(calc(50vw - 60px),calc(-50% - 19.5px))!important}.swiper-container-horizontal.qodef-swiper--show-pagination.qodef-swiper-container.qodef-swiper--show-hidden-slides .swiper-button-next{transform:translate(calc(50vw - 60px),calc(-50% - 19.5px))!important}@media only screen and (max-width:1024px){.qodef-swiper-container.qodef-swiper--show-navigation-combo .swiper-button-next,.qodef-swiper-container.qodef-swiper--show-navigation-combo .swiper-button-prev{display:none}}@media only screen and (max-width:1024px){.qodef-swiper-container.qodef-swiper--show-navigation-combo~.swiper-button-outside{display:none}}.qodef-swiper-container.qodef-swiper--show-navigation-combo .swiper-pagination-bullets{display:none}@media only screen and (max-width:1024px){.qodef-swiper-container.qodef-swiper--show-navigation-combo .swiper-pagination-bullets{display:flex}}.swiper-pagination-bullets{align-items:center;display:flex;justify-content:center;width:auto}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-horizontal>.swiper-pagination-bullets{bottom:0!important;height:30px;margin-top:9px;position:relative!important}.swiper-container-vertical>.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{flex-direction:column;height:auto;right:0!important;width:30px}.swiper-pagination-bullets .swiper-pagination-bullet{align-items:center;background-color:#fff;border-radius:50%;display:flex;height:8px;width:8px;justify-content:center;margin:5px!important;padding:0;position:relative;transition:all .35s ease;opacity:.57}.swiper-pagination-bullets .swiper-pagination-bullet:hover{opacity:1}.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active{opacity:1}.swiper-button-next,.swiper-button-prev{background-image:none!important;color:var(--qode-main-color);height:auto!important;margin:0!important;transform:translateY(-50%);transition:all .35s ease;width:auto!important;--qode-x:2px}.swiper-container-horizontal.qodef-swiper--show-pagination .swiper-button-next,.swiper-container-horizontal.qodef-swiper--show-pagination .swiper-button-prev,.swiper-horizontal.qodef-swiper--show-pagination .swiper-button-next,.swiper-horizontal.qodef-swiper--show-pagination .swiper-button-prev{transform:translateY(calc(-50% - 19.5px))}.swiper-button-next svg,.swiper-button-prev svg{display:block;width:26px}.swiper-button-next svg,.swiper-button-prev svg{transition:transform .38s cubic-bezier(.18,.79,.29,.93);transform:translateX(0)}.swiper-button-next:hover svg,.swiper-button-prev:hover svg{transform:translateX(var(--qode-x));transition-duration:.68s;transition-delay:.1s}.swiper-button-next:after,.swiper-button-prev:after{display:none!important}.swiper-button-next:hover,.swiper-button-prev:hover{color:var(--qode-main-color)}.swiper-button-prev{left:60px!important;--qode-x:-2px}.swiper-button-prev.swiper-button-outside{left:-86px!important}@media only screen and (max-width:1024px){.swiper-button-prev.swiper-button-outside{left:-70px!important}}@media only screen and (max-width:880px){.swiper-button-prev.swiper-button-outside{left:-60px!important}}@media only screen and (max-width:680px){.swiper-button-prev.swiper-button-outside{left:-45px!important}}.swiper-container-vertical .swiper-button-prev,.swiper-vertical .swiper-button-prev{left:50%!important;top:30px;transform:rotate(90deg) translate(0,-50%);transform-origin:0 0}.swiper-button-next{right:60px!important}.swiper-button-next.swiper-button-outside{right:-86px!important}@media only screen and (max-width:1024px){.swiper-button-next.swiper-button-outside{right:-70px!important}}@media only screen and (max-width:880px){.swiper-button-next.swiper-button-outside{right:-60px!important}}@media only screen and (max-width:680px){.swiper-button-next.swiper-button-outside{right:-45px!important}}.swiper-container-vertical .swiper-button-next,.swiper-vertical .swiper-button-next{bottom:30px;right:50%!important;top:auto;transform:rotate(90deg) translate(0,-50%);transform-origin:0 50%}.swiper-container-vertical+.swiper-button-prev,.swiper-vertical+.swiper-button-prev{left:50%!important;top:-56px;transform:rotate(90deg) translate(0,-50%);transform-origin:0 0}.swiper-container-vertical+.swiper-button-prev+.swiper-button-next,.swiper-vertical+.swiper-button-prev+.swiper-button-next{bottom:-56px;right:50%!important;top:auto;transform:rotate(90deg) translate(0,-50%);transform-origin:0 50%}.widget_icl_lang_sel_widget{position:relative;display:inline-block;vertical-align:middle;width:100%}.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown,.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click{position:relative;display:inline-block;vertical-align:middle;text-align:left}.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click:hover .wpml-ls-sub-menu,.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown:hover .wpml-ls-sub-menu{opacity:1;visibility:visible;transition-delay:0s}.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-flag,.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-flag{position:relative;top:-1px}.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-legacy-dropdown,.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-legacy-dropdown{padding:0;margin:0}.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle,.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle{position:relative;display:flex;align-items:center;background:0 0}.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle:after,.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle:after{content:'';display:block;width:11px;height:11px;-webkit-mask:url(/wp-content/themes/vitasana/assets/img/arrow-down.svg) no-repeat center center/11px 11px;mask:url(/wp-content/themes/vitasana/assets/img/arrow-down.svg) no-repeat center center/11px 11px;line-height:1;border:0;position:initial;margin-left:auto;margin-right:-6x;background-color:currentColor}body:not([class*=vitasana-core]) .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle:after,body:not([class*=vitasana-core]) .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle:after{content:'\25BE';font-family:initial;font-size:16px}.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu,.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu{position:absolute;top:100%;left:0;width:100%;list-style:none;margin:0;border-top:0;z-index:10;opacity:0;visibility:hidden;transition:visibility 0s linear .25s,opacity .25s ease-in-out}.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item,.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item{display:block;width:100%;margin:0;padding:0}.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a,.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item a{display:flex;align-items:center;border:0;background-color:transparent!important;padding:4px 0}.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a:not(.wpml-ls-item-toggle)>span,.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item a:not(.wpml-ls-item-toggle)>span{display:inline-block;line-height:17px;--qodef-underline-position-y:100%!important;--qodef-underline-height:1px!important;background-repeat:no-repeat!important;background-image:linear-gradient(90deg,currentColor 0,currentColor 100%)!important;background-position:0 var(--qodef-underline-position-y)!important;background-size:0 var(--qodef-underline-height)!important;transition:background-size .5s cubic-bezier(.25,.46,.35,.94),color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out!important}.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a.wpml-ls-item-toggle>span,.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item a.wpml-ls-item-toggle>span{background-image:none!important}.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a:hover:not(.wpml-ls-item-toggle)>span,.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item a:hover:not(.wpml-ls-item-toggle)>span{background-size:100% var(--qodef-underline-height)!important}.widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal{padding:0}.widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul{list-style-type:none;margin:0;padding:0}.widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li{display:inline-block;vertical-align:middle;margin-bottom:0!important}.widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a{padding:0;display:block}.widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul{list-style-type:none;margin:0;padding:0}.widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li{display:block;margin:0}.widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a{padding:0;display:block}#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown,#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click{width:200px}#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle,#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle{padding:11px 20px;height:46px;line-height:24px;color:#10235e;background-color:transparent;background-image:none!important;border:1px solid transparent;font-size:14px}#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle:hover,#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle:hover{color:var(--qode-main-color)}#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu,#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu{margin:0!important;padding:0 20px;background-color:#fff}#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a,#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-link a,#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item a,#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-link a{color:#10235e;font-size:14px;background-image:none!important}#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a:hover,#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-link a:hover,#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item a:hover,#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-link a:hover{color:var(--qode-main-color)}#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li{margin-right:10px!important}#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a{color:#10235e}#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a:hover{color:var(--qode-main-color)}#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li:last-child{margin-right:0}#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li{margin-bottom:10px}#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a{color:#10235e}#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a:hover{color:var(--qode-main-color)}#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown,#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click{width:175px}#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle,#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle{padding:11px 20px;height:46px;line-height:24px;color:#10235e;background-color:transparent;background-image:none!important;border:1px solid transparent;font-size:14px}#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle:hover,#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle:hover{color:var(--qode-main-color)}#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu,#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu{margin:0!important;padding:0 20px;background-color:transparent}#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a,#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-link a,#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item a,#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-link a{color:#10235e;font-size:14px;background-image:none!important}#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a:hover,#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-link a:hover,#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item a:hover,#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-link a:hover{color:var(--qode-main-color)}#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li{margin-right:10px!important}#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a{color:#10235e}#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a:hover{color:var(--qode-main-color)}#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li:last-child{margin-right:0}#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li{margin-bottom:10px}#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a{color:#10235e}#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a:hover{color:var(--qode-main-color)}#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown,#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click{width:48px}#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle,#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle{padding:4.5px 6px;height:33px;line-height:24px;color:#fff;background-color:transparent;background-image:none!important;border:1px solid transparent;font-size:11px}#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle:hover,#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle:hover{color:#fff}#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu,#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu{margin:0!important;padding:0 6px;background-color:#fe9a31}#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a,#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-link a,#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item a,#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-link a{color:#fff;font-size:11px;background-image:none!important}#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a:hover,#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-link a:hover,#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item a:hover,#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-link a:hover{color:#fff}#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li{margin-right:10px!important}#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a{color:#fff}#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a:hover{color:#fff}#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li:last-child{margin-right:0}#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li{margin-bottom:10px}#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a{color:#fff}#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a:hover{color:#fff}#qodef-top-area.qodef-skin--dark .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown,#qodef-top-area.qodef-skin--dark .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click{width:48px}#qodef-top-area.qodef-skin--dark .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle,#qodef-top-area.qodef-skin--dark .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle{padding:4.5px 6px;height:33px;line-height:24px;color:var(--qode-main-color);background-color:transparent;background-image:none!important;border:1px solid transparent;font-size:11px}#qodef-top-area.qodef-skin--dark .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle:hover,#qodef-top-area.qodef-skin--dark .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle:hover{color:var(--qode-main-color)}#qodef-top-area.qodef-skin--dark .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu,#qodef-top-area.qodef-skin--dark .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu{margin:0!important;padding:0 6px;background-color:#eff4f8}#qodef-top-area.qodef-skin--dark .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a,#qodef-top-area.qodef-skin--dark .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-link a,#qodef-top-area.qodef-skin--dark .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item a,#qodef-top-area.qodef-skin--dark .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-link a{color:var(--qode-main-color);font-size:11px;background-image:none!important}#qodef-top-area.qodef-skin--dark .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a:hover,#qodef-top-area.qodef-skin--dark .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-link a:hover,#qodef-top-area.qodef-skin--dark .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item a:hover,#qodef-top-area.qodef-skin--dark .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-link a:hover{color:var(--qode-main-color)}#qodef-top-area.qodef-skin--dark .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li{margin-right:10px!important}#qodef-top-area.qodef-skin--dark .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a{color:var(--qode-main-color)}#qodef-top-area.qodef-skin--dark .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a:hover{color:var(--qode-main-color)}#qodef-top-area.qodef-skin--dark .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li:last-child{margin-right:0}#qodef-top-area.qodef-skin--dark .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li{margin-bottom:10px}#qodef-top-area.qodef-skin--dark .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a{color:var(--qode-main-color)}#qodef-top-area.qodef-skin--dark .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a:hover{color:var(--qode-main-color)}#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown,#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click{width:100%}#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle,#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle{padding:11px 20px;height:46px;line-height:24px;color:#10235e;background-color:transparent;background-image:none!important;border:1px solid transparent;font-size:14px}#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle:hover,#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle:hover{color:var(--qode-main-color)}#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu,#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu{margin:0!important;padding:0 20px;background-color:#fe9a31}#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a,#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-link a,#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item a,#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-link a{color:#10235e;font-size:14px;background-image:none!important}#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a:hover,#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-link a:hover,#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item a:hover,#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-link a:hover{color:var(--qode-main-color)}#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li{margin-right:10px!important}#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a{color:#10235e}#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a:hover{color:var(--qode-main-color)}#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li:last-child{margin-right:0}#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li{margin-bottom:10px}#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a{color:#10235e}#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a:hover{color:var(--qode-main-color)}#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown,#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click{width:100%}#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle,#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle{padding:11px 20px;height:46px;line-height:24px;color:#10235e;background-color:transparent;background-image:none!important;border:1px solid transparent;font-size:14px}#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle:hover,#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle:hover{color:var(--qode-main-color)}#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu,#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu{margin:0!important;padding:0 20px;background-color:#fe9a31}#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a,#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-link a,#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item a,#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-link a{color:#10235e;font-size:14px;background-image:none!important}#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a:hover,#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-link a:hover,#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item a:hover,#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-link a:hover{color:var(--qode-main-color)}#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li{margin-right:10px!important}#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a{color:#fff}#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a:hover{color:#fff}#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li:last-child{margin-right:0}#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li{margin-bottom:10px}#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a{color:#fff}#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a:hover{color:#fff}#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown,#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click{width:100%}#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle,#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle{padding:11px 20px;height:46px;line-height:24px;color:#10235e;background-color:transparent;background-image:none!important;border:1px solid transparent;font-size:14px}#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle:hover,#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle:hover{color:var(--qode-main-color)}#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu,#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu{margin:0!important;padding:0 20px;background-color:#fe9a31}#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a,#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-link a,#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item a,#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-link a{color:#10235e;font-size:14px;background-image:none!important}#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a:hover,#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-link a:hover,#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item a:hover,#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-link a:hover{color:var(--qode-main-color)}#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li{margin-right:10px!important}#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a{color:#fff}#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a:hover{color:#fff}#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li:last-child{margin-right:0}#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li{margin-bottom:10px}#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a{color:#fff}#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a:hover{color:#fff}.error404 #qodef-page-inner{padding:0}#qodef-404-page{position:relative;display:inline-block;width:100%;vertical-align:top;padding:199px 10% 250px;text-align:center}#qodef-404-page .qodef-404-title{margin:0}#qodef-404-page .qodef-404-text{display:block;margin:14px auto 0}@media only screen and (min-width:1201px){#qodef-404-page .qodef-404-text{max-width:50%}}#qodef-404-page .qodef-404-button{position:relative;display:inline-block;vertical-align:top;margin-top:35px}.qodef-blog .qodef-e-content,.qodef-blog .qodef-e-inner,.qodef-blog .qodef-e-media{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-blog .qodef-e-media{position:relative}.qodef-blog .qodef-e-media .swiper-button-next,.qodef-blog .qodef-e-media .swiper-button-prev,.qodef-blog .qodef-e-media~.swiper-button-next.swiper-button-outside,.qodef-blog .qodef-e-media~.swiper-button-prev.swiper-button-outside{width:61px!important;height:61px!important;display:flex;align-items:center;justify-content:center;background:0 0;color:#fff}.qodef-blog .qodef-e-media .swiper-button-next svg,.qodef-blog .qodef-e-media .swiper-button-prev svg,.qodef-blog .qodef-e-media~.swiper-button-next.swiper-button-outside svg,.qodef-blog .qodef-e-media~.swiper-button-prev.swiper-button-outside svg{width:30px;height:20px}.qodef-blog .qodef-e-media .swiper-button-prev{left:-1px!important;translate:0 -50%;width:61px;height:61px;transition:transform .6s cubic-bezier(.18,.79,.29,.93);will-change:transform;overflow:hidden;border-radius:inherit;backface-visibility:hidden;border-radius:0 13px 13px 0;transform:translateX(-5px);--qode-x:-7px}.qodef-blog .qodef-e-media .swiper-button-prev:before{content:'';display:block;position:absolute;top:0;left:0;width:100%;height:100%;border:1px solid rgba(255,255,255,.19);z-index:2;border-radius:inherit;border-left-color:transparent}.qodef-blog .qodef-e-media .swiper-button-prev .qodef-bg{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;border-radius:inherit;background-color:rgba(255,255,255,.01)}@supports ((-webkit-backdrop-filter:none) or (backdrop-filter:none)){.qodef-blog .qodef-e-media .swiper-button-prev .qodef-bg{-webkit-backdrop-filter:blur(7px) brightness(108%);backdrop-filter:blur(7px) brightness(108%)}}.qodef-blog .qodef-e-media .swiper-button-prev svg{transform:translateX(0)}.qodef-blog .qodef-e-media .swiper-button-prev:hover{transform:translateX(0)}.qodef-blog .qodef-e-media .swiper-button-prev:hover svg{transform:translateX(0);transition-delay:0s}.qodef-blog .qodef-e-media .swiper-button-next{right:-1px!important;translate:0 -50%;width:61px;height:61px;transition:transform .6s cubic-bezier(.18,.79,.29,.93);will-change:transform;overflow:hidden;border-radius:inherit;backface-visibility:hidden;border-radius:13px 0 0 13px;transform:translateX(5px);--qode-x:7px}.qodef-blog .qodef-e-media .swiper-button-next:before{content:'';display:block;position:absolute;top:0;left:0;width:100%;height:100%;border:1px solid rgba(255,255,255,.19);z-index:2;border-radius:inherit;border-left-color:transparent}.qodef-blog .qodef-e-media .swiper-button-next .qodef-bg{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;border-radius:inherit;background-color:rgba(255,255,255,.01)}@supports ((-webkit-backdrop-filter:none) or (backdrop-filter:none)){.qodef-blog .qodef-e-media .swiper-button-next .qodef-bg{-webkit-backdrop-filter:blur(7px) brightness(108%);backdrop-filter:blur(7px) brightness(108%)}}.qodef-blog .qodef-e-media .swiper-button-next svg{transform:translateX(0)}.qodef-blog .qodef-e-media .swiper-button-next:hover{transform:translateX(0)}.qodef-blog .qodef-e-media .swiper-button-next:hover svg{transform:translateX(0);transition-delay:0s}.qodef-blog .qodef-e-media.swiper-container-horizontal.qodef-swiper--show-pagination .swiper-button-prev,.qodef-blog .qodef-e-media.swiper-horizontal.qodef-swiper--show-pagination .swiper-button-prev{top:calc(50% - 19.5px)}.qodef-blog .qodef-e-media.swiper-container-horizontal.qodef-swiper--show-pagination .swiper-button-next,.qodef-blog .qodef-e-media.swiper-horizontal.qodef-swiper--show-pagination .swiper-button-next{top:calc(50% - 19.5px)}.qodef-blog .qodef-e-media iframe{display:block;height:100%}body:not([class*=vitasana-core]) .qodef-blog .qodef-e-media:not(:has(*)){display:none}body:not([class*=vitasana-core]) .qodef-blog .qodef-e-media:not(:has(*))~.qodef-e-content{margin-top:0}.qodef-blog .qodef-e-media-image{position:relative;display:inline-block;vertical-align:top;max-width:100%;border-radius:20px;overflow:hidden}.qodef-blog .qodef-e-media-image:after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;background:#000;background:linear-gradient(180deg,rgba(0,0,0,.16) 0,rgba(0,0,0,.16) 7%,rgba(255,255,255,.16) 100%)}.qodef-blog .qodef-e-media-image a,.qodef-blog .qodef-e-media-image img{display:block;width:100%}.qodef-blog .qodef-e-content{margin:26px 0 0}.qodef-blog .qodef-image-date{position:absolute;top:17px;left:17px;z-index:10}.qodef-blog .qodef-image-date .entry-date{color:#fff;background-color:rgba(255,255,255,.01);border:1px solid rgba(255,255,255,.19);display:inline-block;border-radius:5em;padding:3px 8px}@supports ((-webkit-backdrop-filter:none) or (backdrop-filter:none)){.qodef-blog .qodef-image-date .entry-date{-webkit-backdrop-filter:blur(7px) brightness(108%);backdrop-filter:blur(7px) brightness(108%)}}.qodef-blog .entry-date{font-family:Geologica,sans-serif;font-size:14px;font-weight:500;letter-spacing:-.01em;line-height:18px}.qodef-blog .qodef-e-title{margin:0}.qodef-blog .qodef-e-read-more-holder{margin:28px 0 0}.qodef-blog .qodef-e-read-more .qodef-button.qodef-layout--filled{padding:9px 27px 9px 26px;--qode-button-bg-color:#fe9a31}body:not([class*=vitasana-core]) .qodef-blog .qodef-e-read-more .qodef-theme-button{background-color:#fe9a31}.qodef-blog .qodef-e-categories-holder a{position:relative;display:inline-block;font-family:Geologica,sans-serif;font-size:11px;font-weight:400;letter-spacing:.07em;line-height:14px;color:var(--qode-main-color);margin-right:7px;text-transform:uppercase;--qodef-underline-position-y:100%;--qodef-underline-height:1px;background-repeat:no-repeat;background-image:linear-gradient(90deg,currentColor 0,currentColor 100%);background-position:100% var(--qodef-underline-position-y);background-size:100% var(--qodef-underline-height)}.qodef-blog .qodef-e-categories-holder a:hover{animation:qode-inline-underline-initial-hover .8s cubic-bezier(.57,.39,0,.86) 1 forwards}.qodef-blog .qodef-e-categories-holder a:last-child{margin-right:0}.qodef-blog .qodef-e-tags a{position:relative;display:inline-block;font-family:Geologica,sans-serif;font-size:11px;font-weight:400;letter-spacing:.07em;line-height:14px;color:var(--qode-main-color);margin-right:7px;text-transform:uppercase;--qodef-underline-position-y:100%;--qodef-underline-height:1px;background-repeat:no-repeat;background-image:linear-gradient(90deg,currentColor 0,currentColor 100%);background-position:100% var(--qodef-underline-position-y);background-size:100% var(--qodef-underline-height)}.qodef-blog .qodef-e-tags a:last-child{margin-right:0}.qodef-blog .qodef-e-tags a:hover{animation:qode-inline-underline-initial-hover .8s cubic-bezier(.57,.39,0,.86) 1 forwards}.qodef-blog .qodef-e-excerpt{margin:9px 0 0}.qodef-blog .qodef-e-top-holder{margin-bottom:5px}body:not([class*=vitasana-core]) .qodef-blog .qodef-e-top-holder .qodef-e-info>.qodef-e-categories-holder{row-gap:11px}.qodef-blog .qodef-e-text:after{content:'';clear:both;display:table}.qodef-blog .qodef-e-bottom-holder{display:flex;flex-wrap:wrap;align-items:center;margin-top:18px}body:not([class*=vitasana-core]) .qodef-blog .qodef-e-bottom-holder{align-items:flex-start}.qodef-blog .qodef-e-left,.qodef-blog .qodef-e-right{flex-basis:50%}.qodef-blog .qodef-e-right{text-align:right}.qodef-blog .qodef-e-post-link{position:absolute;top:0;left:0;width:100%;height:100%}.qodef-blog article.sticky .qodef-e-title a{position:relative;text-decoration:underline}.qodef-blog article.sticky .qodef-e-title a:after{content:'*';position:absolute;top:0;right:-.5em;font-size:1.5em}html.elementor-html .qodef-blog article.format-video .wp-video{max-width:100%}html.elementor-html .qodef-blog article.format-video video{height:auto}html.elementor-html .qodef-blog article.format-audio audio{display:block}.qodef-blog article.format-audio .qodef-e-media-image{width:100%}.qodef-blog article.format-audio .qodef-e-media-image img{width:100%}.qodef-blog article.format-audio .qodef-e-media-audio{position:absolute;left:0;bottom:0;width:100%;margin:0}.qodef-blog article.format-link .qodef-post-link-info-holder{display:inline-block;margin-bottom:3px;z-index:2;pointer-events:none}.qodef-blog article.format-link .qodef-post-link-info-holder a{pointer-events:all}.qodef-blog article.format-link .qodef-post-link-info-holder>*{display:inline-block}.qodef-blog article.format-link .qodef-post-link-info-holder .entry-date{margin-right:6px;letter-spacing:0}.qodef-blog article.format-link .qodef-post-link-info-holder .qodef-e-tags a{bottom:1px}.qodef-blog article.format-link .qodef-post-link-info-holder .qodef-info-separator-end{display:none}.qodef-blog article.format-link .qodef-e-svg-link{position:absolute;display:inline-flex;width:48px;height:48px;align-items:center;justify-content:center;line-height:48px;border-radius:50%;background:#5aa4e5;right:35px;top:-22px}.qodef-blog article.format-link .qodef-e-link{position:relative;display:flex;justify-content:center;flex-direction:column;width:100%;height:100%;padding:32px 18% 49px 40px;background-color:#eff4f8;border-radius:17px;border:1px solid #e4edf5}.qodef-blog article.format-link .qodef-e-link-text{position:relative;margin:0;color:var(--qode-main-color)}.qodef-blog article.format-link .qodef-e-link-url{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.qodef-blog article.format-quote .qodef-post-quote-info-holder{display:inline-block;margin-bottom:3px;z-index:2;pointer-events:none}.qodef-blog article.format-quote .qodef-post-quote-info-holder a{pointer-events:all}.qodef-blog article.format-quote .qodef-post-quote-info-holder>*{display:inline-block}.qodef-blog article.format-quote .qodef-post-quote-info-holder .entry-date{margin-right:6px;letter-spacing:0}.qodef-blog article.format-quote .qodef-post-quote-info-holder .qodef-e-tags a{bottom:1px}.qodef-blog article.format-quote .qodef-post-quote-info-holder .qodef-info-separator-end{display:none}.qodef-blog article.format-quote .qodef-e-quote{display:flex;justify-content:center;flex-direction:column;width:100%;height:100%;padding:32px 18% 35px 40px;background-color:#fff8f1;border-radius:17px;border:1px solid #f9efe5}.qodef-blog article.format-quote .qodef-e-quote-text{position:relative;margin:0 0 20px;color:var(--qode-main-color)}.qodef-blog article.format-quote .qodef-e-quote-author-role{margin:0;line-height:19px}.qodef-blog article.format-quote .qodef-e-svg-quote{position:absolute;display:inline-flex;width:48px;height:48px;align-items:center;justify-content:center;line-height:48px;border-radius:50%;background:#5aa4e5;right:35px;top:-22px}.qodef-blog article.format-quote .qodef-e-quote-author{position:relative;display:block;margin:3px 0 0;color:var(--qode-main-color)}.qodef-blog article.format-quote .qodef-e-quote-url{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.qodef-blog:not(.qodef-col-num--1):not(.qodef-swiper-container1) .qodef-e .qodef-e-media-image img{transform:scale(1.001);--qode-hover-scale:1.02;transition:transform .6s cubic-bezier(.34,.78,.45,.98)}.qodef-blog:not(.qodef-col-num--1):not(.qodef-swiper-container1) .qodef-e:hover .qodef-e-media-image img{transform:scale(var(--qode-hover-scale))}.qodef-blog.qodef--list:not(.qodef-shortcode) .qodef-blog-item:not(:last-of-type){margin-bottom:80px}.qodef-blog.qodef--single>.qodef-blog-item .qodef-e-content .qodef-e-top-holder{margin-bottom:1px}.qodef-blog.qodef--single>.qodef-blog-item .qodef-e-content .qodef-e-bottom-holder{margin-top:42px}.qodef-blog.qodef--single>.qodef-blog-item .qodef-e-tags-label{font-size:17px;line-height:1.29412em;font-family:Geologica,sans-serif;font-weight:500;letter-spacing:-.01em;color:var(--qode-main-color);margin-right:7px}.qodef-blog.qodef--single>.qodef-blog-item .qodef-e-text p,.qodef-blog.qodef--single>.qodef-blog-item .qodef-e-text p.qodef-blog-text{font-family:Inter,sans-serif;font-size:15px;line-height:1.66667em;font-weight:400;color:#10235e;letter-spacing:-.01em;letter-spacing:0}.qodef-blog.qodef--single>.qodef-blog-item .qodef-swiper-container .swiper-button-next,.qodef-blog.qodef--single>.qodef-blog-item .qodef-swiper-container .swiper-button-prev,.qodef-blog.qodef--single>.qodef-blog-item .qodef-swiper-container~.swiper-button-next.swiper-button-outside,.qodef-blog.qodef--single>.qodef-blog-item .qodef-swiper-container~.swiper-button-prev.swiper-button-outside{width:61px!important;height:61px!important;display:flex;align-items:center;justify-content:center;background:0 0;color:#fff}.qodef-blog.qodef--single>.qodef-blog-item .qodef-swiper-container .swiper-button-next svg,.qodef-blog.qodef--single>.qodef-blog-item .qodef-swiper-container .swiper-button-prev svg,.qodef-blog.qodef--single>.qodef-blog-item .qodef-swiper-container~.swiper-button-next.swiper-button-outside svg,.qodef-blog.qodef--single>.qodef-blog-item .qodef-swiper-container~.swiper-button-prev.swiper-button-outside svg{width:30px;height:20px}.qodef-blog.qodef--single>.qodef-blog-item .qodef-swiper-container .swiper-button-prev{left:-1px!important;translate:0 -50%;width:61px;height:61px;transition:transform .6s cubic-bezier(.18,.79,.29,.93);will-change:transform;overflow:hidden;border-radius:inherit;backface-visibility:hidden;border-radius:0 13px 13px 0;transform:translateX(-5px);--qode-x:-7px}.qodef-blog.qodef--single>.qodef-blog-item .qodef-swiper-container .swiper-button-prev:before{content:'';display:block;position:absolute;top:0;left:0;width:100%;height:100%;border:1px solid rgba(255,255,255,.19);z-index:2;border-radius:inherit;border-left-color:transparent}.qodef-blog.qodef--single>.qodef-blog-item .qodef-swiper-container .swiper-button-prev .qodef-bg{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;border-radius:inherit;background-color:rgba(255,255,255,.01)}@supports ((-webkit-backdrop-filter:none) or (backdrop-filter:none)){.qodef-blog.qodef--single>.qodef-blog-item .qodef-swiper-container .swiper-button-prev .qodef-bg{-webkit-backdrop-filter:blur(7px) brightness(108%);backdrop-filter:blur(7px) brightness(108%)}}.qodef-blog.qodef--single>.qodef-blog-item .qodef-swiper-container .swiper-button-prev svg{transform:translateX(0)}.qodef-blog.qodef--single>.qodef-blog-item .qodef-swiper-container .swiper-button-prev:hover{transform:translateX(0)}.qodef-blog.qodef--single>.qodef-blog-item .qodef-swiper-container .swiper-button-prev:hover svg{transform:translateX(0);transition-delay:0s}.qodef-blog.qodef--single>.qodef-blog-item .qodef-swiper-container .swiper-button-next{right:-1px!important;translate:0 -50%;width:61px;height:61px;transition:transform .6s cubic-bezier(.18,.79,.29,.93);will-change:transform;overflow:hidden;border-radius:inherit;backface-visibility:hidden;border-radius:13px 0 0 13px;transform:translateX(5px);--qode-x:7px}.qodef-blog.qodef--single>.qodef-blog-item .qodef-swiper-container .swiper-button-next:before{content:'';display:block;position:absolute;top:0;left:0;width:100%;height:100%;border:1px solid rgba(255,255,255,.19);z-index:2;border-radius:inherit;border-left-color:transparent}.qodef-blog.qodef--single>.qodef-blog-item .qodef-swiper-container .swiper-button-next .qodef-bg{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;border-radius:inherit;background-color:rgba(255,255,255,.01)}@supports ((-webkit-backdrop-filter:none) or (backdrop-filter:none)){.qodef-blog.qodef--single>.qodef-blog-item .qodef-swiper-container .swiper-button-next .qodef-bg{-webkit-backdrop-filter:blur(7px) brightness(108%);backdrop-filter:blur(7px) brightness(108%)}}.qodef-blog.qodef--single>.qodef-blog-item .qodef-swiper-container .swiper-button-next svg{transform:translateX(0)}.qodef-blog.qodef--single>.qodef-blog-item .qodef-swiper-container .swiper-button-next:hover{transform:translateX(0)}.qodef-blog.qodef--single>.qodef-blog-item .qodef-swiper-container .swiper-button-next:hover svg{transform:translateX(0);transition-delay:0s}.qodef-blog.qodef--single>.qodef-blog-item .qodef-swiper-container.swiper-container-horizontal.qodef-swiper--show-pagination .swiper-button-prev,.qodef-blog.qodef--single>.qodef-blog-item .qodef-swiper-container.swiper-horizontal.qodef-swiper--show-pagination .swiper-button-prev{top:calc(50% - 19.5px)}.qodef-blog.qodef--single>.qodef-blog-item .qodef-swiper-container.swiper-container-horizontal.qodef-swiper--show-pagination .swiper-button-next,.qodef-blog.qodef--single>.qodef-blog-item .qodef-swiper-container.swiper-horizontal.qodef-swiper--show-pagination .swiper-button-next{top:calc(50% - 19.5px)}#qodef-page-comments{position:relative;display:inline-block;width:100%;vertical-align:top;margin-top:69px}#qodef-page-comments .qodef-page-comments-not-found{margin:0}#qodef-page-comments-form input,#qodef-page-comments-form textarea{background-color:#eff4f8;border:1px solid #e4edf5;margin-bottom:15px}#qodef-page-comments-form .qodef-grid>.qodef-grid-inner{column-gap:15px}#qodef-page-comments-list{position:relative;display:inline-block;width:100%;vertical-align:top;margin-bottom:66px}#qodef-page-comments-list .qodef-m-title{margin:0 0 18px}#qodef-page-comments-list .qodef-m-comments{list-style:none;margin:0;padding:0}#qodef-page-comments-list .qodef-m-comments>.qodef-comment-item:first-child{margin-top:0}#qodef-page-comments-list .qodef-comment-item{margin:34px 0 0;padding:0}#qodef-page-comments-list .qodef-comment-item .children{list-style:none;margin:0;padding:0 0 0 109px}#qodef-page-comments-list .qodef-comment-item .qodef-e-inner{align-items:flex-start;display:flex;gap:26px}#qodef-page-comments-list .qodef-comment-item .qodef-e-image{flex-shrink:0}#qodef-page-comments-list .qodef-comment-item .qodef-e-image img{display:block;border-radius:9px}#qodef-page-comments-list .qodef-comment-item .qodef-e-content{position:relative;display:inline-block;width:100%;vertical-align:top;margin:0}#qodef-page-comments-list .qodef-comment-item .qodef-e-title{margin:0}#qodef-page-comments-list .qodef-comment-item .qodef-e-date{margin:-5px 0 3px;font-weight:500;letter-spacing:0}#qodef-page-comments-list .qodef-comment-item .qodef-e-date a{color:#10235e}#qodef-page-comments-list .qodef-comment-item .qodef-e-date a:hover{color:var(--qode-main-color)}#qodef-page-comments-list .qodef-comment-item .qodef-e-text{margin:8px 0 0}#qodef-page-comments-list .qodef-comment-item .qodef-e-text p{margin:0}#qodef-page-comments-list .qodef-comment-item .qodef-e-text img{margin-bottom:5px;margin-top:5px}#qodef-page-comments-list .qodef-comment-item .qodef-e-links{display:inline-block;position:absolute;top:-5px;right:0}@media only screen and (max-width:880px){#qodef-page-comments-list .qodef-comment-item .qodef-e-links{position:relative;top:0}}#qodef-page-comments-list .qodef-comment-item .qodef-e-links>*{font-family:Geologica,sans-serif;font-size:16px;font-weight:500;letter-spacing:-.01em;margin-right:10px}#qodef-page-comments-list .qodef-comment-item .qodef-e-links>:last-child{margin-right:0}#qodef-page-comments-list .qodef-comment-item .qodef-e-links a{--qodef-underline-position-y:100%;--qodef-underline-height:2px;background-repeat:no-repeat;background-image:linear-gradient(90deg,currentColor 0,currentColor 100%);background-position:100% var(--qodef-underline-position-y);background-size:100% var(--qodef-underline-height)}#qodef-page-comments-list .qodef-comment-item .qodef-e-links a:hover{animation:qode-inline-underline-initial-hover .8s cubic-bezier(.57,.39,0,.86) 1 forwards}#qodef-page-comments-list .qodef-comment-item .comment-reply-title a{--qodef-underline-position-y:100%;--qodef-underline-height:2px;background-repeat:no-repeat;background-image:linear-gradient(90deg,currentColor 0,currentColor 100%);background-position:0 var(--qodef-underline-position-y);background-size:0 var(--qodef-underline-height);transition:background-size .5s cubic-bezier(.25,.46,.35,.94),color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out}#qodef-page-comments-list .qodef-comment-item .comment-reply-title a:hover{background-size:100% var(--qodef-underline-height)}#respond{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-comment-item #respond{margin-top:50px}.qodef-comment-item #respond .comment-reply-title{font-family:Geologica,sans-serif;font-weight:500;letter-spacing:-.01em;color:var(--qode-main-color);font-size:23px;line-height:1.30435em}@media only screen and (max-width:1512px){.qodef-comment-item #respond .comment-reply-title{font-size:20px}}#respond .comment-reply-title{display:flex;justify-content:space-between;margin:0}#respond .qodef-comment-form .comment-notes,#respond .qodef-comment-form .logged-in-as{margin:0 0 23px}#respond .qodef-comment-form .comment-form-author,#respond .qodef-comment-form .comment-form-comment,#respond .qodef-comment-form .comment-form-email,#respond .qodef-comment-form .comment-form-url,#respond .qodef-comment-form .form-submit{margin:0}#respond .qodef-comment-form .comment-form-cookies-consent{align-items:center;display:flex;margin:3px 0 23px;position:relative}#respond .qodef-comment-form .comment-form-cookies-consent>*{margin:0}#respond .qodef-comment-form .comment-form-cookies-consent input[type=checkbox]{flex-shrink:0;margin:-1px 6px 0 0}#respond .qodef-comment-form .form-submit button[type=submit]{font-family:Geologica,sans-serif;font-size:16px;font-weight:500;letter-spacing:-.01em;line-height:20px;position:relative;display:inline-flex;vertical-align:middle;width:auto;margin:0;text-decoration:none;border-radius:9px;outline:0;transition:color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;background-color:#5aa4e5}.qodef-filter--on .qodef-grid-inner{opacity:1;transition:opacity .5s ease}.qodef-filter--on.qodef--filter-loading .qodef-grid-inner{opacity:0;transition:opacity .2s ease}.qodef-filter--on.qodef--filter-loading .qodef-m-pagination-spinner{bottom:calc(50% - 16px)!important}.qodef-m-filter{position:relative;display:inline-block;width:100%;vertical-align:top;margin:0 0 57px}.qodef-m-filter .qodef-m-filter-items{position:relative;display:flex;align-items:center;justify-content:center}.qodef-m-filter .qodef-m-filter-item{position:relative;display:inline-block;vertical-align:top;margin:0 5px;transition:color .3s ease,background-color .3s ease;font-family:Geologica,sans-serif;font-size:11px;font-weight:500;line-height:14px;letter-spacing:.03em;color:var(--qode-main-color);text-transform:uppercase;background-color:#e8f0f6;border-radius:6px;padding:5px 9px;border:1px solid #e4edf5}.qodef-m-filter .qodef-m-filter-item.qodef--active,.qodef-m-filter .qodef-m-filter-item:hover{background-color:var(--qode-main-color);color:#fff}#qodef-page-footer{position:relative;display:inline-block;width:100%;vertical-align:top}#qodef-page-footer>*{position:relative;display:inline-block;width:100%;vertical-align:top}#qodef-page-footer .qodef-custom-footer-list{font-family:Inter,sans-serif;font-size:16px;font-weight:400;letter-spacing:0;line-height:21px;margin:10px 0}#qodef-page-footer.qodef-skin--dark #qodef-page-footer-top-area{color:#000}#qodef-page-footer.qodef-skin--dark #qodef-page-footer-top-area .select2-container--default .select2-selection{color:#000!important}#qodef-page-footer.qodef-skin--dark #qodef-page-footer-top-area .qodef-svg--search{fill:#000}#qodef-page-footer.qodef-skin--dark #qodef-page-footer-top-area .qodef-widget-title,#qodef-page-footer.qodef-skin--dark #qodef-page-footer-top-area .widget a,#qodef-page-footer.qodef-skin--dark #qodef-page-footer-top-area .widget ul li,#qodef-page-footer.qodef-skin--dark #qodef-page-footer-top-area input[type=search],#qodef-page-footer.qodef-skin--dark #qodef-page-footer-top-area p{color:#000}#qodef-page-footer.qodef-skin--dark #qodef-page-footer-top-area input[type=search]{border-color:#000}#qodef-page-footer.qodef-skin--dark #qodef-page-footer-top-area .widget.widget_calendar caption,#qodef-page-footer.qodef-skin--dark #qodef-page-footer-top-area .widget.widget_calendar tbody{color:#000}#qodef-page-footer.qodef-skin--dark #qodef-page-footer-top-area .widget.widget_calendar td,#qodef-page-footer.qodef-skin--dark #qodef-page-footer-top-area .widget.widget_calendar th,#qodef-page-footer.qodef-skin--dark #qodef-page-footer-top-area .widget.widget_calendar tr{border-color:#000}#qodef-page-footer.qodef-skin--dark #qodef-page-footer-top-area .wpcf7 form.invalid .wpcf7-response-output,#qodef-page-footer.qodef-skin--dark #qodef-page-footer-top-area .wpcf7 form.payment-required .wpcf7-response-output,#qodef-page-footer.qodef-skin--dark #qodef-page-footer-top-area .wpcf7 form.unaccepted .wpcf7-response-output{color:#000}#qodef-page-footer.qodef-skin--main #qodef-page-footer-top-area{color:var(--qode-main-color)}#qodef-page-footer.qodef-skin--main #qodef-page-footer-top-area .select2-container--default .select2-selection{color:var(--qode-main-color)!important}#qodef-page-footer.qodef-skin--main #qodef-page-footer-top-area .qodef-svg--search{fill:var(--qode-main-color)}#qodef-page-footer.qodef-skin--main #qodef-page-footer-top-area .qodef-widget-title,#qodef-page-footer.qodef-skin--main #qodef-page-footer-top-area .widget a,#qodef-page-footer.qodef-skin--main #qodef-page-footer-top-area .widget ul li,#qodef-page-footer.qodef-skin--main #qodef-page-footer-top-area input[type=search],#qodef-page-footer.qodef-skin--main #qodef-page-footer-top-area p{color:var(--qode-main-color)}#qodef-page-footer.qodef-skin--main #qodef-page-footer-top-area input[type=search]{border-color:var(--qode-main-color)}#qodef-page-footer.qodef-skin--main #qodef-page-footer-top-area .widget.widget_calendar caption,#qodef-page-footer.qodef-skin--main #qodef-page-footer-top-area .widget.widget_calendar tbody{color:var(--qode-main-color)}#qodef-page-footer.qodef-skin--main #qodef-page-footer-top-area .widget.widget_calendar td,#qodef-page-footer.qodef-skin--main #qodef-page-footer-top-area .widget.widget_calendar th,#qodef-page-footer.qodef-skin--main #qodef-page-footer-top-area .widget.widget_calendar tr{border-color:var(--qode-main-color)}#qodef-page-footer.qodef-skin--main #qodef-page-footer-top-area .wpcf7 form.invalid .wpcf7-response-output,#qodef-page-footer.qodef-skin--main #qodef-page-footer-top-area .wpcf7 form.payment-required .wpcf7-response-output,#qodef-page-footer.qodef-skin--main #qodef-page-footer-top-area .wpcf7 form.unaccepted .wpcf7-response-output{color:var(--qode-main-color)}#qodef-page-footer.qodef-skin--light #qodef-page-footer-top-area{color:#fff}#qodef-page-footer.qodef-skin--light #qodef-page-footer-top-area .select2-container--default .select2-selection{color:#fff!important}#qodef-page-footer.qodef-skin--light #qodef-page-footer-top-area .qodef-svg--search{fill:#fff}#qodef-page-footer.qodef-skin--light #qodef-page-footer-top-area .qodef-widget-title,#qodef-page-footer.qodef-skin--light #qodef-page-footer-top-area .widget a,#qodef-page-footer.qodef-skin--light #qodef-page-footer-top-area .widget ul li,#qodef-page-footer.qodef-skin--light #qodef-page-footer-top-area input[type=search],#qodef-page-footer.qodef-skin--light #qodef-page-footer-top-area p{color:#fff}#qodef-page-footer.qodef-skin--light #qodef-page-footer-top-area input[type=search]{border-color:#fff}#qodef-page-footer.qodef-skin--light #qodef-page-footer-top-area .widget.widget_calendar caption,#qodef-page-footer.qodef-skin--light #qodef-page-footer-top-area .widget.widget_calendar tbody{color:#fff}#qodef-page-footer.qodef-skin--light #qodef-page-footer-top-area .widget.widget_calendar td,#qodef-page-footer.qodef-skin--light #qodef-page-footer-top-area .widget.widget_calendar th,#qodef-page-footer.qodef-skin--light #qodef-page-footer-top-area .widget.widget_calendar tr{border-color:#fff}#qodef-page-footer.qodef-skin--light #qodef-page-footer-top-area .wpcf7 form.invalid .wpcf7-response-output,#qodef-page-footer.qodef-skin--light #qodef-page-footer-top-area .wpcf7 form.payment-required .wpcf7-response-output,#qodef-page-footer.qodef-skin--light #qodef-page-footer-top-area .wpcf7 form.unaccepted .wpcf7-response-output{color:#fff}body:not([class*=vitasana-core]) #qodef-page-footer .widget{margin:0 0 35px}#qodef-page-footer-top-area{background-color:#132354;background-position:center;background-repeat:no-repeat;background-size:cover}#qodef-page-footer-top-area .qodef-content-full-width{padding-left:70px;padding-right:70px}.qodef--boxed #qodef-page-footer-top-area{padding-left:30px;padding-right:30px}#qodef-page-footer-top-area-inner{padding-top:126px;padding-bottom:113px;border-top:0 solid #ebebeb}#qodef-page-footer-bottom-area{background-color:#283c77}#qodef-page-footer-bottom-area .qodef-content-full-width{padding-left:70px;padding-right:70px}.qodef--boxed #qodef-page-footer-bottom-area{padding-left:30px;padding-right:30px}#qodef-page-footer-bottom-area-inner{padding-top:7px;padding-bottom:7px;border-top:0 solid #ebebeb}#qodef-page-footer-bottom-area-inner .qodef-copyright-text{font-family:Inter,sans-serif;font-size:15px;font-weight:400;letter-spacing:0;line-height:inherit;color:#fff;float:right;--qodef-underline-position-y:100%;--qodef-underline-height:1px;background-repeat:no-repeat;background-image:linear-gradient(90deg,currentColor 0,currentColor 100%);background-position:0 var(--qodef-underline-position-y);background-size:0 var(--qodef-underline-height);transition:background-size .5s cubic-bezier(.25,.46,.35,.94),color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out}@media only screen and (max-width:880px){#qodef-page-footer-bottom-area-inner .qodef-copyright-text{float:left}}#qodef-page-footer-bottom-area-inner .qodef-copyright-text:hover{background-size:100% var(--qodef-underline-height)}#qodef-page-footer-bottom-area-inner .widget_vitasana_core_icon_list_item{display:inline-block;margin-right:18px!important}#qodef-page-footer-bottom-area-inner .widget_vitasana_core_icon_list_item .qodef-icon-list-item{line-height:inherit}#qodef-page-footer-bottom-area-inner .widget_vitasana_core_icon_list_item .qodef-icon-list-item .qodef-icon-holder .qodef-icon{font-size:16px;margin-right:3px}#qodef-page-footer-bottom-area-inner .widget_vitasana_core_icon_list_item .qodef-icon-list-item .qodef-e-title{line-height:inherit}#qodef-page-footer-bottom-area-inner .widget_vitasana_core_icon_list_item:last-child{margin-right:0!important}.wp-block-button{float:none;margin:20px 0}.wp-block-button .wp-block-button__link{font-family:Geologica,sans-serif;font-size:16px;font-weight:500;letter-spacing:-.01em;line-height:20px;position:relative;display:inline-flex;vertical-align:middle;width:auto;margin:0;text-decoration:none;border-radius:9px;outline:0;transition:color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;padding:9px 27px 9px 26px!important;color:var(--qode-button-color,#fff);background-color:var(--qode-button-bg-color,var(--qode-main-color));border:1px solid var(--qode-button-border-color,transparent);cursor:pointer}.wp-block-button .wp-block-button__link .qodef-m-text{-webkit-text-fill-color:transparent;position:relative;clip-path:inset(-.05em);perspective:100px}.wp-block-button .wp-block-button__link .qodef-m-text:after,.wp-block-button .wp-block-button__link .qodef-m-text:before{content:attr(data-title);display:block;-webkit-text-fill-color:currentColor;position:absolute;top:0;left:0;width:100%;height:100%;transition:opacity .2s ease-out,transform .55s cubic-bezier(.22,.61,.36,1)}.wp-block-button .wp-block-button__link .qodef-m-text:before{transform:translateY(0)}.wp-block-button .wp-block-button__link .qodef-m-text:after{transform:translateY(80%) skewY(0);transform:translateY(60%) skewY(0) rotateX(-90deg);transition-duration:.35s,.35s;opacity:0}.wp-block-button .wp-block-button__link br{display:none}.wp-block-button .wp-block-button__link:hover{color:var(--qode-button-hover-color,var(--qode-button-color,#fff));background-color:var(--qode-button-bg-hover-color,var(--qode-button-bg-color,var(--qode-main-color)));border-color:var(--qode-button-border-hover-color,var(--qode-button-border-color,transparent))}.wp-block-button .wp-block-button__link:hover .qodef-m-text:before{transform:translateY(-95%);transform:translateY(-55%) rotateX(90deg);opacity:0;transition-duration:.35s,.4s}.wp-block-button .wp-block-button__link:hover .qodef-m-text:after{opacity:1;transform:translateY(0);transition-duration:.2s,.55s}.wp-block-button.is-style-outline{border:none}.wp-block-button.is-style-outline .wp-block-button__link{--qode-button-bg-color:transparent;color:var(--qode-button-color,var(--qode-main-color));background-color:var(--qode-button-bg-color);border:2px solid var(--qode-button-border-color,var(--qode-main-color));border-width:1px}.wp-block-button.is-style-outline .wp-block-button__link .qodef-m-text{-webkit-text-fill-color:transparent;position:relative;clip-path:inset(-.05em);perspective:100px}.wp-block-button.is-style-outline .wp-block-button__link .qodef-m-text:after,.wp-block-button.is-style-outline .wp-block-button__link .qodef-m-text:before{content:attr(data-title);display:block;-webkit-text-fill-color:currentColor;position:absolute;top:0;left:0;width:100%;height:100%;transition:opacity .2s ease-out,transform .55s cubic-bezier(.22,.61,.36,1)}.wp-block-button.is-style-outline .wp-block-button__link .qodef-m-text:before{transform:translateY(0)}.wp-block-button.is-style-outline .wp-block-button__link .qodef-m-text:after{transform:translateY(80%) skewY(0);transform:translateY(60%) skewY(0) rotateX(-90deg);transition-duration:.35s,.35s;opacity:0}.wp-block-button.is-style-outline .wp-block-button__link:hover{color:var(--qode-button-hover-color,var(--qode-button-color,currentColor));background-color:var(--qode-button-bg-hover-color,var(--qode-button-bg-color,var(--qode-main-color)));border-color:var(--qode-button-border-hover-color,var(--qode-button-border-color,currentColor))}.wp-block-button.is-style-outline .wp-block-button__link:hover .qodef-m-text:before{transform:translateY(-95%);transform:translateY(-55%) rotateX(90deg);opacity:0;transition-duration:.35s,.4s}.wp-block-button.is-style-outline .wp-block-button__link:hover .qodef-m-text:after{opacity:1;transform:translateY(0);transition-duration:.2s,.55s}.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color){color:var(--qode-main-color)}.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color):hover{color:#fff}.wp-block-button.is-style-squared .wp-block-button__link{border-radius:0}.wp-block-button.alignleft{margin-right:40px;margin-top:0;text-align:left;float:left}.wp-block-button.alignright{margin-left:40px;margin-top:0;text-align:right;float:right}.wp-block-image{margin:0 0 20px}.wp-block-image .aligncenter{clear:both}.wp-block-image figure{margin-bottom:20px!important;margin-top:0!important}.wp-block-image figcaption{margin-bottom:0!important;margin-top:10px!important}.wp-block-cover-image{float:none!important;margin:0!important;max-width:100%!important}.wp-block-cover-image h1,.wp-block-cover-image h2,.wp-block-cover-image h3,.wp-block-cover-image h4,.wp-block-cover-image h5,.wp-block-cover-image h6,.wp-block-cover-image p{line-height:1em!important;margin:0 auto!important;max-width:580px!important;padding:14px!important;text-align:center;z-index:1!important}.wp-block-cover-image h1 a,.wp-block-cover-image h2 a,.wp-block-cover-image h3 a,.wp-block-cover-image h4 a,.wp-block-cover-image h5 a,.wp-block-cover-image h6 a,.wp-block-cover-image p a{color:#fff!important}.wp-block-cover-image h1 a:hover,.wp-block-cover-image h2 a:hover,.wp-block-cover-image h3 a:hover,.wp-block-cover-image h4 a:hover,.wp-block-cover-image h5 a:hover,.wp-block-cover-image h6 a:hover,.wp-block-cover-image p a:hover{color:var(--qode-main-color)!important}.wp-block-cover-image :not(.has-text-color):not(.has-inline-color):not(a){color:#fff!important;font-size:30px!important}.wp-block-cover{margin-bottom:20px!important}.wp-block-cover .wp-block-cover__inner-container{width:100%!important}.wp-block-cover h1,.wp-block-cover h2,.wp-block-cover h3,.wp-block-cover h4,.wp-block-cover h5,.wp-block-cover h6,.wp-block-cover p{line-height:1em!important;margin:0 auto!important;max-width:580px!important;padding:14px!important;text-align:center;z-index:1!important}.wp-block-cover h1 a,.wp-block-cover h2 a,.wp-block-cover h3 a,.wp-block-cover h4 a,.wp-block-cover h5 a,.wp-block-cover h6 a,.wp-block-cover p a{color:#fff!important}.wp-block-cover h1 a:hover,.wp-block-cover h2 a:hover,.wp-block-cover h3 a:hover,.wp-block-cover h4 a:hover,.wp-block-cover h5 a:hover,.wp-block-cover h6 a:hover,.wp-block-cover p a:hover{color:var(--qode-main-color)!important}.wp-block-cover :not(.has-text-color):not(.has-inline-color):not(a){color:#fff!important;font-size:30px!important}.wp-block-gallery{display:flex;margin-bottom:20px!important}.wp-block-gallery ul.blocks-gallery-grid{margin-bottom:-1em!important}.wp-block-gallery.alignleft{max-width:420px}.wp-block-gallery.alignright{max-width:420px}.wp-block-gallery figcaption{overflow-x:hidden}.wp-block-gallery .blocks-gallery-caption{margin-top:10px}.wp-block-columns{margin-bottom:20px}.wp-block-columns .wp-block-column>:last-child{margin-bottom:0!important}.wp-block-pullquote,.wp-block-quote{margin-bottom:20px}.wp-block-pullquote{border:0!important;padding:0!important;position:relative;text-align:center!important;width:100%!important;z-index:-2}.wp-block-pullquote blockquote{padding:25px!important;text-align:inherit}.wp-block-pullquote blockquote p{font-size:28px!important;line-height:1.6!important}.has-drop-cap:after{clear:both;content:'';display:table;position:relative;table-layout:fixed}.wp-block-audio,.wp-block-video{margin-bottom:20px}.wp-block-file{color:var(--qode-main-color);text-decoration:none;transition:color .2s ease-out;cursor:pointer;align-items:center;display:flex;margin:0}.wp-block-file:focus,.wp-block-file:hover{color:var(--qode-main-color)}figure>figcaption{margin-bottom:0!important;margin-top:10px!important}.wp-block-group{margin-bottom:20px}.wp-block-group.has-background{padding:20px 30px}.wp-block-group .wp-block-group__inner-container>:last-child{margin-bottom:0!important}.wp-block-media-text{margin-bottom:20px}.wp-block-table{margin-bottom:20px}.wp-block-table.is-style-stripes td,.wp-block-table.is-style-stripes tr{border:none!important}.gallery-item img{border:0!important}.wp-block-search .wp-block-search__input{margin-bottom:0}.wp-block-rss .wp-block-rss__item-title{display:inline-block;vertical-align:top}#qodef-page-header{position:relative;display:inline-block;width:100%;vertical-align:top;height:var(--qode-header-height,100px);background-color:#fff;z-index:100}#qodef-page-header .qodef-header-logo-link{position:relative;display:flex;align-items:center;flex-shrink:0;height:100px;max-height:100%}#qodef-page-header .qodef-header-logo-link img{display:block;margin:auto 0;width:auto;max-height:100%;transition:opacity .3s ease}#qodef-page-header .qodef-header-logo-link.qodef-height--not-set img{max-height:50%}#qodef-page-header-inner{position:relative;display:flex;align-items:center;justify-content:space-between;height:100%;padding:0 40px}.qodef-layout--justified-gallery{height:auto!important;visibility:hidden}.qodef-layout--justified-gallery.qodef--justified-gallery-init{visibility:visible}.qodef-layout--justified-gallery .qodef-grid-inner{position:relative;display:inline-block;width:100%;vertical-align:top;margin:0!important;overflow:hidden}.qodef-layout--justified-gallery .qodef-grid-item{position:absolute;width:auto;margin:0!important;padding:0!important;overflow:hidden}.qodef-layout--justified-gallery .qodef-grid-item img{height:auto!important;width:auto!important;margin:0!important}.qodef-layout--justified-gallery>.jg-filtered{display:none}#qodef-page-mobile-header{position:relative;display:none;height:70px;z-index:100}#qodef-page-mobile-header .qodef-mobile-header-logo-link{position:relative;display:flex;align-items:center;height:70px;max-height:100%}#qodef-page-mobile-header .qodef-mobile-header-logo-link img{display:block;margin:auto 0;width:auto;max-height:100%;transition:opacity .3s ease}#qodef-page-mobile-header .qodef-mobile-header-logo-link.qodef-height--not-set img{max-height:calc(50%*100/70)}#qodef-page-mobile-header-inner{position:relative;display:flex;align-items:center;justify-content:space-between;height:100%;padding:0 7%}#qodef-page-mobile-header-inner.qodef-content-grid{padding:0}.qodef-mobile-header-opener{font-size:20px;margin-left:15px}.qodef-mobile-header-opener svg{display:block;width:17px;height:auto}.qodef-mobile-header-opener .qodef--close{top:-10px;left:-8px}.qodef-mobile-header-opener .qodef--close svg{width:32px}.qodef-mobile-header-navigation{position:absolute;top:100%;left:0;display:none;width:100%;max-height:calc(100vh - 70px);background-color:#fff;border-bottom:1px solid #ebebeb;padding:0;margin:0;overflow-x:hidden;overflow-y:scroll;z-index:10}.qodef-mobile-header-navigation ul{margin:0;padding:0;list-style:none}.qodef-mobile-header-navigation ul li{position:relative;margin:11px 0;padding:0}.qodef-mobile-header-navigation ul li a{position:relative;display:block}.qodef-mobile-header-navigation ul li .qodef-menu-item-arrow{position:absolute;top:-1px;right:0;width:22px;height:auto;color:currentColor;z-index:9;cursor:pointer;transition:color .2s ease-out;transform:rotate(0);transition:transform .2s ease-out,color .2s ease-out}.qodef-mobile-header-navigation ul li .qodef-menu-item-arrow:hover{color:var(--qode-main-color)}.qodef-mobile-header-navigation ul li ul{display:none}.qodef-mobile-header-navigation ul li ul li{margin:7px 0}.qodef-mobile-header-navigation ul li ul li>a{position:relative;display:flex;white-space:normal;margin:8px 0;overflow:hidden;transition:padding .2s ease-out;font-family:Inter,sans-serif;font-size:16px;line-height:1.66667em;font-weight:400;color:#10235e;letter-spacing:-.01em}.qodef-mobile-header-navigation ul li ul li>a .qodef-menu-item-icon{flex-shrink:0}.qodef-mobile-header-navigation ul li ul li>a .qodef-menu-item-text{--qodef-underline-position-y:calc(100% - 3px);--qodef-underline-height:1px;background-repeat:no-repeat;background-image:linear-gradient(90deg,currentColor 0,currentColor 100%);background-position:0 var(--qodef-underline-position-y);background-size:0 var(--qodef-underline-height);transition:background-size .5s cubic-bezier(.25,.46,.35,.94),color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out}.qodef-mobile-header-navigation ul li ul li>a:hover .qodef-menu-item-text{background-size:100% var(--qodef-underline-height)}.qodef-mobile-header-navigation ul li ul li.current-menu-ancestor>a .qodef-menu-item-text,.qodef-mobile-header-navigation ul li ul li.current-menu-item>a .qodef-menu-item-text{background-size:100% var(--qodef-underline-height)}.qodef-mobile-header-navigation ul li ul li .qodef-menu-item-arrow{position:absolute;top:3px;right:0;width:22px;height:auto;color:currentColor;z-index:9;cursor:pointer;transition:color .2s ease-out}.qodef-mobile-header-navigation ul li.qodef--opened>.qodef-menu-item-arrow{transform:rotate(90deg)}.qodef-mobile-header-navigation>ul{margin:0 auto;padding:34px 0}.qodef-mobile-header-navigation>ul>li>a{font-family:Geologica,sans-serif;font-size:16px;line-height:1.25em;font-weight:600;text-transform:uppercase;color:var(--qode-main-color)}.qodef-mobile-header-navigation>ul>li>a:hover{color:var(--qode-main-color)}.qodef-mobile-header-navigation>ul>li.current-menu-ancestor>a,.qodef-mobile-header-navigation>ul>li.current-menu-item>a{color:var(--qode-main-color)}.qodef-mobile-header-navigation>ul:not(.qodef-content-grid){padding-left:7%;padding-right:7%}.qodef-header-navigation{height:100%}.qodef-header-navigation ul{margin:0!important;padding:0;list-style:none}.qodef-header-navigation ul li{position:relative;margin:0;padding:0}.qodef-header-navigation ul li a .qodef-menu-item-arrow{position:absolute;top:calc(50% - 12px);right:-7px;width:22px;height:auto}.qodef-header-navigation ul li.qodef--hide-link>a{cursor:default}.qodef-header-navigation ul li.qodef-menu-item--narrow ul{position:absolute;top:100%;left:-41px;width:228px;margin:0;padding:22px 0 25px;background-color:#fff;opacity:0;visibility:hidden;transition:opacity .2s ease-out;border:1px solid #ebebeb;border-radius:9px}.qodef-header-navigation ul li.qodef-menu-item--narrow ul li{padding:0 40px}.qodef-header-navigation ul li.qodef-menu-item--narrow ul li.menu-item-has-children:hover>ul{opacity:1;visibility:visible}.qodef-header-navigation ul li.qodef-menu-item--narrow ul ul{top:calc(-22px - 8px - 1px);left:100%}.qodef-header-navigation ul li.qodef-menu-item--narrow ul.qodef-drop-down--right{left:auto;right:-41px;text-align:right}.qodef-header-navigation ul li.qodef-menu-item--narrow ul.qodef-drop-down--right li a{justify-content:flex-end}.qodef-header-navigation ul li.qodef-menu-item--narrow ul.qodef-drop-down--right li a .qodef-menu-item-arrow{left:-7px;right:auto;padding-bottom:1px;transform:rotate(180deg)}.qodef-header-navigation ul li.qodef-menu-item--narrow ul.qodef-drop-down--right ul{left:calc(-100% - 2*1px)}.qodef-header-navigation ul li.qodef-menu-item--narrow:hover>ul{opacity:1;visibility:visible;transition:opacity .2s ease-out}.qodef-header-navigation>ul{position:relative;display:flex;align-items:center;height:100%;white-space:nowrap}.qodef-header-navigation>ul>li{height:100%;margin:0 21px}.qodef-header-navigation>ul>li:first-child{margin-left:0}.qodef-header-navigation>ul>li:last-child{margin-right:0}.qodef-header-navigation>ul>li>a{position:relative;display:flex;align-items:center;height:100%;font-family:Geologica,sans-serif;font-size:16px;line-height:1.25em;font-weight:600;text-transform:uppercase;color:var(--qode-main-color)}.qodef-header-navigation>ul>li>a .qodef-menu-item-arrow{display:none}.qodef-header-navigation>ul>li>a:hover{color:var(--qode-main-color)}.qodef-header-navigation>ul>li.current-menu-ancestor>a,.qodef-header-navigation>ul>li.current-menu-item>a{color:var(--qode-main-color)}.qodef-header-navigation>ul>li.qodef-menu-item--narrow ul li>a{font-family:Inter,sans-serif;font-size:16px;line-height:1.66667em;font-weight:400;color:#10235e;letter-spacing:-.01em}.qodef-header-navigation>ul>li.qodef-menu-item--narrow ul:not(.qodef-drop-down--right) li>a{position:relative;display:flex;white-space:normal;margin:8px 0;overflow:hidden;transition:padding .2s ease-out}.qodef-header-navigation>ul>li.qodef-menu-item--narrow ul:not(.qodef-drop-down--right) li>a .qodef-menu-item-icon{flex-shrink:0}.qodef-header-navigation>ul>li.qodef-menu-item--narrow ul:not(.qodef-drop-down--right) li>a .qodef-menu-item-text{--qodef-underline-position-y:calc(100% - 3px);--qodef-underline-height:1px;background-repeat:no-repeat;background-image:linear-gradient(90deg,currentColor 0,currentColor 100%);background-position:0 var(--qodef-underline-position-y);background-size:0 var(--qodef-underline-height);transition:background-size .5s cubic-bezier(.25,.46,.35,.94),color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out}.qodef-header-navigation>ul>li.qodef-menu-item--narrow ul:not(.qodef-drop-down--right) li.current-menu-ancestor>a .qodef-menu-item-text,.qodef-header-navigation>ul>li.qodef-menu-item--narrow ul:not(.qodef-drop-down--right) li.current-menu-item>a .qodef-menu-item-text,.qodef-header-navigation>ul>li.qodef-menu-item--narrow ul:not(.qodef-drop-down--right) li:hover>a .qodef-menu-item-text{background-size:100% var(--qodef-underline-height)}.qodef-header-navigation>ul>li.qodef-menu-item--narrow ul.qodef-drop-down--right li>a{position:relative;display:flex;white-space:normal;margin:8px 0;overflow:hidden;transition:padding .2s ease-out}.qodef-header-navigation>ul>li.qodef-menu-item--narrow ul.qodef-drop-down--right li>a .qodef-menu-item-icon{flex-shrink:0}.qodef-header-navigation>ul>li.qodef-menu-item--narrow ul.qodef-drop-down--right li>a .qodef-menu-item-text{--qodef-underline-position-y:calc(100% - 3px);--qodef-underline-height:1px;background-repeat:no-repeat;background-image:linear-gradient(90deg,currentColor 0,currentColor 100%);background-position:0 var(--qodef-underline-position-y);background-size:0 var(--qodef-underline-height);transition:background-size .5s cubic-bezier(.25,.46,.35,.94),color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out}.qodef-header-navigation>ul>li.qodef-menu-item--narrow ul.qodef-drop-down--right li.current-menu-ancestor>a .qodef-menu-item-text,.qodef-header-navigation>ul>li.qodef-menu-item--narrow ul.qodef-drop-down--right li.current-menu-item>a .qodef-menu-item-text,.qodef-header-navigation>ul>li.qodef-menu-item--narrow ul.qodef-drop-down--right li:hover>a .qodef-menu-item-text{background-size:100% var(--qodef-underline-height)}.qodef-header-navigation .qodef-main-menu-hoverline{position:absolute;left:0;top:0;height:0;margin:0;border-top:3px solid var(--qode-main-color);transition:width .4s,left .6s cubic-bezier(.25,.1,.11,.99);pointer-events:none}.qodef-skin--light .qodef-header-navigation .qodef-main-menu-hoverline{border-color:var(--qode-header-light-color)}.qodef-skin--dark .qodef-header-navigation .qodef-main-menu-hoverline{border-color:var(--qode-header-dark-color)}.qodef-m-pagination{position:relative;display:inline-block;width:100%;vertical-align:top;margin-top:80px}.qodef-m-pagination.qodef--wp .nav-links{position:relative;display:flex;align-items:center}.qodef-m-pagination.qodef--wp .page-numbers{position:relative;margin:0 6px;padding:0 3px;color:var(--qode-main-color);font-size:17px;line-height:1.29412em;font-family:Geologica,sans-serif;font-weight:500;letter-spacing:0}.qodef-m-pagination.qodef--wp .page-numbers *{display:block;line-height:inherit}.qodef-m-pagination.qodef--wp .page-numbers:first-child{margin-left:0}.qodef-m-pagination.qodef--wp .page-numbers:last-child{margin-right:0}.qodef-m-pagination.qodef--wp .page-numbers.next,.qodef-m-pagination.qodef--wp .page-numbers.prev{padding:0;display:inline-flex;width:26px;height:26px;border-radius:50%;align-items:center;justify-content:center;background:#eff4f8;border:1px solid #e4edf5}.qodef-m-pagination.qodef--wp .page-numbers.next svg,.qodef-m-pagination.qodef--wp .page-numbers.prev svg{position:relative;display:block;width:6px;height:auto;transition:transform .48s cubic-bezier(.18,.79,.29,.93);transform:translateX(0);--qode-x:2px}.qodef-m-pagination.qodef--wp .page-numbers.next:hover svg,.qodef-m-pagination.qodef--wp .page-numbers.prev:hover svg{transform:translateX(var(--qode-x))}.qodef-m-pagination.qodef--wp .page-numbers.prev{margin-right:10px}.qodef-m-pagination.qodef--wp .page-numbers.prev svg{--qode-x:-2px}.qodef-m-pagination.qodef--wp .page-numbers.next{margin-left:10px}.qodef-m-pagination.qodef--wp .page-numbers.current,.qodef-m-pagination.qodef--wp .page-numbers:hover{color:var(--qode-main-color)}.qodef-m-pagination.qodef--standard .qodef-m-pagination-items{position:relative;display:flex;align-items:center}.qodef-m-pagination.qodef--standard .qodef-m-pagination-item{position:relative;margin:0 6px;padding:0 3px;color:var(--qode-main-color);font-size:17px;line-height:1.29412em;font-family:Geologica,sans-serif;font-weight:500;letter-spacing:0}.qodef-m-pagination.qodef--standard .qodef-m-pagination-item *{display:block;line-height:inherit}.qodef-m-pagination.qodef--standard .qodef-m-pagination-item:first-child{margin-left:0}.qodef-m-pagination.qodef--standard .qodef-m-pagination-item:last-child{margin-right:0}.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--next,.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--prev{padding:0;display:inline-flex;width:26px;height:26px;border-radius:50%;align-items:center;justify-content:center;background:#eff4f8;border:1px solid #e4edf5}.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--next svg,.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--prev svg{position:relative;display:block;width:6px;height:auto;transition:transform .48s cubic-bezier(.18,.79,.29,.93);transform:translateX(0);--qode-x:2px}.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--next:hover svg,.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--prev:hover svg{transform:translateX(var(--qode-x))}.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--prev{margin-right:10px}.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--prev svg{--qode-x:-2px}.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--next{margin-left:10px}.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--active,.qodef-m-pagination.qodef--standard .qodef-m-pagination-item:hover{color:var(--qode-main-color)}.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef-prev--hidden{margin-left:0}.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--hide{display:none}.qodef-m-pagination.qodef--load-more{text-align:center}.qodef-m-pagination.qodef--load-more .qodef-m-pagination-inner{position:relative;display:inline-block;vertical-align:top}.qodef-m-pagination.qodef--load-more .qodef-load-more-button{opacity:1}.qodef-m-pagination.qodef--infinite-scroll{text-align:center}.qodef-filter-pagination-spinner,.qodef-pagination--on .qodef-m-pagination-spinner{position:relative;display:inline-block;vertical-align:top;width:32px;height:auto;visibility:hidden;z-index:-1;animation:qode-rotate 2s infinite linear}.qodef-filter-pagination-spinner{position:absolute;bottom:calc(50% - 32px/2);left:calc(50% - 32px/2)}.qodef--loading .qodef-filter-pagination-spinner{visibility:visible;z-index:1}.qodef-pagination--on.qodef-pagination-type--standard .qodef-grid-inner{opacity:1;transition:opacity .2s ease-out}.qodef-pagination--on.qodef-pagination-type--standard .qodef-m-pagination-spinner{position:absolute;bottom:calc(50% - 32px/2);left:calc(50% - 32px/2)}.qodef-pagination--on.qodef-pagination-type--standard.qodef--loading .qodef-grid-inner{opacity:0}.qodef-pagination--on.qodef-pagination-type--standard.qodef--loading .qodef-m-pagination-inner{opacity:0}.qodef-pagination--on.qodef-pagination-type--load-more .qodef-m-pagination-spinner{position:absolute;bottom:10px;left:calc(50% - 32px/2)}.qodef-pagination--on.qodef-pagination-type--load-more.qodef--loading .qodef-load-more-button{opacity:0}.qodef-pagination--on.qodef--loading .qodef-m-pagination-spinner{visibility:visible;z-index:1}.qodef-single-links{position:relative;display:flex;align-items:baseline;width:100%;margin:15px 0}.qodef-single-links .qodef-m-single-links-title{font-family:Inter,sans-serif;font-size:16px;font-weight:400;letter-spacing:0;line-height:20px;display:inline-flex;vertical-align:middle;flex-wrap:wrap;color:var(--qode-main-color);margin-right:10px}.qodef-single-links a,.qodef-single-links>span:not(.qodef-m-single-links-title){font-family:Inter,sans-serif;font-size:16px;font-weight:400;letter-spacing:0;line-height:20px;display:inline-flex;vertical-align:middle;flex-wrap:wrap;color:var(--qode-main-color);margin-right:8px;padding:0 3px}.qodef-single-links a:last-child,.qodef-single-links>span:not(.qodef-m-single-links-title):last-child{margin-right:0}.qodef-single-links>span:not(.qodef-m-single-links-title){color:var(--qode-main-color)}.qodef-search{position:relative;display:inline-block;width:100%;vertical-align:top;margin:0 0 50px}.qodef-search .qodef-e-search-heading{position:relative;display:inline-block;width:100%;vertical-align:top;margin-bottom:60px}.qodef-search .qodef-e-search-heading .qodef-e-search-heading-title{margin:0 0 20px}.qodef-search .qodef-e-search-heading .qodef-e-search-heading-label{margin:8px 0 0}.qodef-search .qodef-search-form-inner{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-search .qodef-search-form-field{margin:0;padding-right:50px}.qodef-search .qodef-search-form-button{display:inline-flex;align-items:center;justify-content:center;width:50px;height:100%;padding:0;border:0;position:absolute;top:0;right:0;height:100%;background-color:transparent;color:var(--qode-main-color)}.qodef-search .qodef-search-form-button:hover{color:var(--qode-main-color)}.qodef-search .qodef-search-form-button svg{display:block;width:12px;height:auto}.qodef-search .qodef-search-form-button:hover{background-color:transparent}.qodef-search article{margin-bottom:30px}.qodef-search article:last-child{margin-bottom:0}.qodef-search article .qodef-e-inner{align-items:flex-start;display:flex;position:relative}.qodef-search article .qodef-e-inner>*{width:100%}.qodef-search article .qodef-e-image{flex-shrink:0;max-width:180px;padding-right:30px;width:auto}@media only screen and (max-width:880px){.qodef-search article .qodef-e-image{display:none}}.qodef-search article .qodef-e-title{margin:0}.qodef-search article .qodef-e-excerpt{margin:15px 0 0}#qodef-page-sidebar{position:relative;display:inline-block;width:100%;vertical-align:top;margin-bottom:60px;background:#eff4f8;border:1px solid #e4edf5;border-radius:20px;padding:50px 20px 42px}body.woocommerce #qodef-page-sidebar{padding-top:42px;margin-bottom:0}@media only screen and (max-width:1200px){#qodef-page-sidebar{margin-top:10px}}.qodef-svg--menu{fill:currentColor;stroke:none}.qodef-svg--search{fill:currentColor;stroke:none}.qodef-svg--star{fill:none;stroke:currentColor}.qodef-svg--menu-arrow{fill:currentColor;stroke:none}.qodef-svg--slider-arrow-left,.qodef-svg--slider-arrow-right{fill:currentColor;stroke:none;stroke-miterlimit:10}.qodef-svg--pagination-arrow-left,.qodef-svg--pagination-arrow-right{fill:currentColor;stroke:none}.qodef-svg--close{fill:currentColor;stroke:none;stroke-miterlimit:10}.qodef-svg--spinner{fill:var(--qode-main-color);stroke:none}.qodef-svg--link{fill:none}.qodef-svg--quote{fill:#484848;stroke:none}.qodef-svg--drag-cursor circle{fill:var(--qode-main-color)}.qodef-svg--drag-cursor text{font-family:Geologica,sans-serif;font-weight:500;letter-spacing:-.01em;font-size:17px;line-height:1.29412em;fill:#fff}.qodef-svg--facebook{fill:currentColor;stroke:none}.qodef-svg--instagram{width:13px;height:auto;fill:#fff;stroke:none}.qodef-svg--linkedin{fill:currentColor;stroke:none}.qodef-svg--pinterest{width:13px;height:auto;fill:#fff;stroke:none}.qodef-svg--tumblr{width:13px;height:auto;fill:#fff;stroke:none}.qodef-svg--twitter{fill:currentColor;stroke:none}.qodef-svg--vk{width:13px;height:auto;fill:#fff;stroke:none}.qodef-svg--cart{fill:currentColor}.qodef-svg--pagination-back-link{fill:currentColor;stroke:none}.qodef-svg--user{fill:currentColor;stroke:none}.qodef-svg--compare{fill:currentColor;stroke:none}.qodef-svg--eye{fill:none;stroke:currentColor}.qodef-svg--eye>g{stroke-width:1.5}.qodef-svg--eye>g>g{stroke-width:1}.qodef-svg--eye path{stroke-linecap:round}.qodef-svg--search-opener{fill:currentColor;stroke:currentColor;stroke-width:.5}.qodef-page-title{position:relative;display:inline-block;width:100%;vertical-align:top;height:240px;border:1px solid #e4edf5;background-color:#eff4f8}.qodef-page-title .qodef-m-inner{position:relative;display:inline-block;width:100%;vertical-align:top;height:100%}.qodef-page-title .qodef-m-content{height:100%;display:flex;flex-direction:column;justify-content:center}.qodef-page-title .qodef-m-title{margin:0}.widget:last-child,[class*=elementor-widget-wp-widget]:last-child{margin-bottom:0!important}.widget .qodef-widget-title a,[class*=elementor-widget-wp-widget] .qodef-widget-title a{color:inherit}.widget ol:not(.qodef-shortcode-list):not(.select2-selection__rendered),.widget ul:not(.qodef-shortcode-list):not(.select2-selection__rendered),[class*=elementor-widget-wp-widget] ol:not(.qodef-shortcode-list):not(.select2-selection__rendered),[class*=elementor-widget-wp-widget] ul:not(.qodef-shortcode-list):not(.select2-selection__rendered){list-style:none;margin:0;padding:0}.widget ol:not(.qodef-shortcode-list):not(.select2-selection__rendered) li:last-child,.widget ul:not(.qodef-shortcode-list):not(.select2-selection__rendered) li:last-child,[class*=elementor-widget-wp-widget] ol:not(.qodef-shortcode-list):not(.select2-selection__rendered) li:last-child,[class*=elementor-widget-wp-widget] ul:not(.qodef-shortcode-list):not(.select2-selection__rendered) li:last-child{margin-bottom:0!important}.widget ol:not(.qodef-shortcode-list):not(.select2-selection__rendered) li ul,.widget ul:not(.qodef-shortcode-list):not(.select2-selection__rendered) li ul,[class*=elementor-widget-wp-widget] ol:not(.qodef-shortcode-list):not(.select2-selection__rendered) li ul,[class*=elementor-widget-wp-widget] ul:not(.qodef-shortcode-list):not(.select2-selection__rendered) li ul{margin-left:1em}.widget select,[class*=elementor-widget-wp-widget] select{max-width:100%;width:100%}.widget .select2,[class*=elementor-widget-wp-widget] .select2{margin-bottom:0}.widget .wp-caption,[class*=elementor-widget-wp-widget] .wp-caption{color:inherit}.qodef-skin--dark .widget.widget_search .qodef-search-form-field,.qodef-skin--dark [class*=elementor-widget-wp-widget].widget_search .qodef-search-form-field{background-color:#f6f6f6!important;border-color:#eee!important;color:var(--qode-header-dark-hover-color)!important}.qodef-skin--dark .widget.widget_search .qodef-search-form-button.qodef--button-inside,.qodef-skin--dark [class*=elementor-widget-wp-widget].widget_search .qodef-search-form-button.qodef--button-inside{color:var(--qode-header-dark-hover-color)}.widget.widget_search .qodef-search-form-field,[class*=elementor-widget-wp-widget].widget_search .qodef-search-form-field{padding-top:10px;padding-bottom:10px}.widget .qodef-search-form-inner,[class*=elementor-widget-wp-widget] .qodef-search-form-inner{align-items:stretch;display:flex;max-width:100%;position:relative}.widget .qodef-search-form-field,[class*=elementor-widget-wp-widget] .qodef-search-form-field{margin:0;background:#fff}.widget .qodef-search-form-button,[class*=elementor-widget-wp-widget] .qodef-search-form-button{align-items:center;display:inline-flex;flex-shrink:0;padding:0 1em}.widget .qodef-search-form-button.qodef--has-icon,[class*=elementor-widget-wp-widget] .qodef-search-form-button.qodef--has-icon{display:inline-flex;align-items:center;justify-content:center;width:50px;height:100%;padding:0;border:0;height:initial;padding:0}.widget .qodef-search-form-button.qodef--has-icon svg,[class*=elementor-widget-wp-widget] .qodef-search-form-button.qodef--has-icon svg{display:block;width:12px;height:auto}.widget .qodef-search-form-button.qodef--button-outside,[class*=elementor-widget-wp-widget] .qodef-search-form-button.qodef--button-outside{margin-left:1em}.widget .qodef-search-form-button.qodef--button-inside,[class*=elementor-widget-wp-widget] .qodef-search-form-button.qodef--button-inside{background-color:transparent!important;border:none!important;height:100%;position:absolute;right:0;top:0}.widget .tagcloud,.widget .wp-block-tag-cloud,[class*=elementor-widget-wp-widget] .tagcloud,[class*=elementor-widget-wp-widget] .wp-block-tag-cloud{margin:-7px 0 4px 0!important}.widget .tagcloud a,.widget .wp-block-tag-cloud a,[class*=elementor-widget-wp-widget] .tagcloud a,[class*=elementor-widget-wp-widget] .wp-block-tag-cloud a{position:relative;display:inline-block;font-family:Geologica,sans-serif;font-size:11px!important;font-weight:400;letter-spacing:.07em;line-height:14px;color:var(--qode-main-color);margin-right:4px;text-transform:uppercase;--qodef-underline-position-y:100%;--qodef-underline-height:1px;background-repeat:no-repeat;background-image:linear-gradient(90deg,currentColor 0,currentColor 100%);background-position:100% var(--qodef-underline-position-y);background-size:100% var(--qodef-underline-height)}.widget .tagcloud a:hover,.widget .wp-block-tag-cloud a:hover,[class*=elementor-widget-wp-widget] .tagcloud a:hover,[class*=elementor-widget-wp-widget] .wp-block-tag-cloud a:hover{animation:qode-inline-underline-initial-hover .8s cubic-bezier(.57,.39,0,.86) 1 forwards}.widget .tagcloud a:last-child,.widget .wp-block-tag-cloud a:last-child,[class*=elementor-widget-wp-widget] .tagcloud a:last-child,[class*=elementor-widget-wp-widget] .wp-block-tag-cloud a:last-child{margin-right:0}.widget.widget_vitasana_core_product_list .qodef-woo-product-mark,.widget.widget_vitasana_core_product_list .qodef-woo-ratings,[class*=elementor-widget-wp-widget].widget_vitasana_core_product_list .qodef-woo-product-mark,[class*=elementor-widget-wp-widget].widget_vitasana_core_product_list .qodef-woo-ratings{display:none}.widget.widget_vitasana_core_product_list span.qodef-woo-product-title,[class*=elementor-widget-wp-widget].widget_vitasana_core_product_list span.qodef-woo-product-title{font-family:Inter,sans-serif;font-size:16px;font-weight:400;letter-spacing:0;line-height:20px;display:inline-flex;vertical-align:middle;flex-wrap:wrap;color:var(--qode-main-color)}.widget.widget_categories .wp-block-categories li,[class*=elementor-widget-wp-widget].widget_categories .wp-block-categories li{margin:0 0 8px!important}.widget.widget_categories .wp-block-categories li a,[class*=elementor-widget-wp-widget].widget_categories .wp-block-categories li a{position:relative;display:inline-block;font-family:Inter,sans-serif;font-size:16px;font-weight:400;letter-spacing:0;line-height:20px;color:var(--qode-main-color);margin-right:7px;--qodef-underline-position-y:100%;--qodef-underline-height:1px;background-repeat:no-repeat;background-image:linear-gradient(90deg,currentColor 0,currentColor 100%);background-position:0 var(--qodef-underline-position-y);background-size:0 var(--qodef-underline-height);transition:background-size .5s cubic-bezier(.25,.46,.35,.94),color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out}.widget.widget_categories .wp-block-categories li a:hover,[class*=elementor-widget-wp-widget].widget_categories .wp-block-categories li a:hover{background-size:100% var(--qodef-underline-height)}.widget .wp-block-calendar,.widget.widget_calendar,.widget[data-widget_type*=widget-calendar],[class*=elementor-widget-wp-widget] .wp-block-calendar,[class*=elementor-widget-wp-widget].widget_calendar,[class*=elementor-widget-wp-widget][data-widget_type*=widget-calendar]{color:inherit!important;width:100%}.widget .wp-block-calendar table,.widget.widget_calendar table,.widget[data-widget_type*=widget-calendar] table,[class*=elementor-widget-wp-widget] .wp-block-calendar table,[class*=elementor-widget-wp-widget].widget_calendar table,[class*=elementor-widget-wp-widget][data-widget_type*=widget-calendar] table{table-layout:fixed}.widget .wp-block-calendar caption,.widget.widget_calendar caption,.widget[data-widget_type*=widget-calendar] caption,[class*=elementor-widget-wp-widget] .wp-block-calendar caption,[class*=elementor-widget-wp-widget].widget_calendar caption,[class*=elementor-widget-wp-widget][data-widget_type*=widget-calendar] caption{margin-bottom:5px}.widget .wp-block-calendar thead,.widget.widget_calendar thead,.widget[data-widget_type*=widget-calendar] thead,[class*=elementor-widget-wp-widget] .wp-block-calendar thead,[class*=elementor-widget-wp-widget].widget_calendar thead,[class*=elementor-widget-wp-widget][data-widget_type*=widget-calendar] thead{color:inherit!important}.widget .wp-block-calendar th,.widget.widget_calendar th,.widget[data-widget_type*=widget-calendar] th,[class*=elementor-widget-wp-widget] .wp-block-calendar th,[class*=elementor-widget-wp-widget].widget_calendar th,[class*=elementor-widget-wp-widget][data-widget_type*=widget-calendar] th{background-color:transparent;font-weight:600;padding:5px 10px}.widget .wp-block-calendar td,.widget.widget_calendar td,.widget[data-widget_type*=widget-calendar] td,[class*=elementor-widget-wp-widget] .wp-block-calendar td,[class*=elementor-widget-wp-widget].widget_calendar td,[class*=elementor-widget-wp-widget][data-widget_type*=widget-calendar] td{padding:5px 7px;text-align:center}.widget .wp-block-calendar #today a,.widget.widget_calendar #today a,.widget[data-widget_type*=widget-calendar] #today a,[class*=elementor-widget-wp-widget] .wp-block-calendar #today a,[class*=elementor-widget-wp-widget].widget_calendar #today a,[class*=elementor-widget-wp-widget][data-widget_type*=widget-calendar] #today a{color:inherit}.widget .wp-block-calendar a,.widget.widget_calendar a,.widget[data-widget_type*=widget-calendar] a,[class*=elementor-widget-wp-widget] .wp-block-calendar a,[class*=elementor-widget-wp-widget].widget_calendar a,[class*=elementor-widget-wp-widget][data-widget_type*=widget-calendar] a{text-decoration:none}.widget .wp-block-calendar .wp-calendar-nav,.widget.widget_calendar .wp-calendar-nav,.widget[data-widget_type*=widget-calendar] .wp-calendar-nav,[class*=elementor-widget-wp-widget] .wp-block-calendar .wp-calendar-nav,[class*=elementor-widget-wp-widget].widget_calendar .wp-calendar-nav,[class*=elementor-widget-wp-widget][data-widget_type*=widget-calendar] .wp-calendar-nav{margin:5px 0 0;text-align:left}.widget.widget_media_gallery .wp-block-gallery,.widget[data-widget_type*=widget-media-gallery] .wp-block-gallery,[class*=elementor-widget-wp-widget].widget_media_gallery .wp-block-gallery,[class*=elementor-widget-wp-widget][data-widget_type*=widget-media-gallery] .wp-block-gallery{gap:0}.widget.widget_media_image,.widget[data-widget_type*=widget-media-image],[class*=elementor-widget-wp-widget].widget_media_image,[class*=elementor-widget-wp-widget][data-widget_type*=widget-media-image]{margin-bottom:0}.widget.widget_media_image a,.widget[data-widget_type*=widget-media-image] a,[class*=elementor-widget-wp-widget].widget_media_image a,[class*=elementor-widget-wp-widget][data-widget_type*=widget-media-image] a{display:inline-block;vertical-align:top}.widget.widget_media_image img,.widget[data-widget_type*=widget-media-image] img,[class*=elementor-widget-wp-widget].widget_media_image img,[class*=elementor-widget-wp-widget][data-widget_type*=widget-media-image] img{display:block}.widget.widget_custom_html,.widget[data-widget_type*=widget-custom-html],[class*=elementor-widget-wp-widget].widget_custom_html,[class*=elementor-widget-wp-widget][data-widget_type*=widget-custom-html]{margin-bottom:0}.widget.widget_text img,.widget[data-widget_type*=widget-text] img,[class*=elementor-widget-wp-widget].widget_text img,[class*=elementor-widget-wp-widget][data-widget_type*=widget-text] img{display:block}.widget.widget_nav_menu ul li,[class*=elementor-widget-wp-widget].widget_nav_menu ul li{margin:0 0 6px!important}.widget.widget_nav_menu ul li a,[class*=elementor-widget-wp-widget].widget_nav_menu ul li a{display:inline-block;font-family:Inter,sans-serif;font-size:16px;font-weight:400;letter-spacing:0;line-height:21px;--qodef-underline-position-y:100%;--qodef-underline-height:1px;background-repeat:no-repeat;background-image:linear-gradient(90deg,currentColor 0,currentColor 100%);background-position:0 var(--qodef-underline-position-y);background-size:0 var(--qodef-underline-height);transition:background-size .5s cubic-bezier(.25,.46,.35,.94),color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out}.widget.widget_nav_menu ul li a:hover,[class*=elementor-widget-wp-widget].widget_nav_menu ul li a:hover{background-size:100% var(--qodef-underline-height)}.widget.widget_nav_menu .qodef-menu-item-arrow,.widget[data-widget_type*=widget-nav-menu] .qodef-menu-item-arrow,[class*=elementor-widget-wp-widget].widget_nav_menu .qodef-menu-item-arrow,[class*=elementor-widget-wp-widget][data-widget_type*=widget-nav-menu] .qodef-menu-item-arrow{display:none}.widget.widget_rss ul .rsswidget,.widget[data-widget_type*=widget-rss] ul .rsswidget,[class*=elementor-widget-wp-widget].widget_rss ul .rsswidget,[class*=elementor-widget-wp-widget][data-widget_type*=widget-rss] ul .rsswidget{font-family:Geologica,sans-serif;font-weight:500;letter-spacing:-.01em;font-size:17px;line-height:1.29412em;display:block}.widget.widget_rss ul .rssSummary,.widget[data-widget_type*=widget-rss] ul .rssSummary,[class*=elementor-widget-wp-widget].widget_rss ul .rssSummary,[class*=elementor-widget-wp-widget][data-widget_type*=widget-rss] ul .rssSummary{margin-top:15px}.widget.widget_rss ul cite,.widget[data-widget_type*=widget-rss] ul cite,[class*=elementor-widget-wp-widget].widget_rss ul cite,[class*=elementor-widget-wp-widget][data-widget_type*=widget-rss] ul cite{display:block;margin-top:15px;margin-bottom:20px}.widget.widget_rss ul li:last-child cite,.widget[data-widget_type*=widget-rss] ul li:last-child cite,[class*=elementor-widget-wp-widget].widget_rss ul li:last-child cite,[class*=elementor-widget-wp-widget][data-widget_type*=widget-rss] ul li:last-child cite{margin-bottom:0}.widget.widget_vitasana_core_title_widget,.widget[data-widget_type*=widget-vitasana-core-title-widget],[class*=elementor-widget-wp-widget].widget_vitasana_core_title_widget,[class*=elementor-widget-wp-widget][data-widget_type*=widget-vitasana-core-title-widget]{margin:0}.widget.widget_block .wp-block-columns,.widget.widget_block .wp-block-group,[class*=elementor-widget-wp-widget].widget_block .wp-block-columns,[class*=elementor-widget-wp-widget].widget_block .wp-block-group{margin:0}.widget.widget_block .wp-block-social-link,[class*=elementor-widget-wp-widget].widget_block .wp-block-social-link{margin:4px 8px 4px 0!important}.widget.widget_block .wp-block-social-link:last-child,[class*=elementor-widget-wp-widget].widget_block .wp-block-social-link:last-child{margin-bottom:4px!important}.widget.widget_block .wp-block-latest-posts__featured-image,[class*=elementor-widget-wp-widget].widget_block .wp-block-latest-posts__featured-image{margin-bottom:.5em}.widget.widget_block .wp-block-latest-posts__post-author,.widget.widget_block .wp-block-latest-posts__post-date,[class*=elementor-widget-wp-widget].widget_block .wp-block-latest-posts__post-author,[class*=elementor-widget-wp-widget].widget_block .wp-block-latest-posts__post-date{color:inherit}.widget.widget_block .wp-block-rss__item-author,.widget.widget_block .wp-block-rss__item-publish-date,[class*=elementor-widget-wp-widget].widget_block .wp-block-rss__item-author,[class*=elementor-widget-wp-widget].widget_block .wp-block-rss__item-publish-date{color:inherit}.widget.widget_block .wp-block-button .wp-block-button__link,[class*=elementor-widget-wp-widget].widget_block .wp-block-button .wp-block-button__link{font-family:Geologica,sans-serif;font-size:16px;font-weight:500;letter-spacing:-.01em;line-height:20px;position:relative;display:inline-flex;vertical-align:middle;width:auto;margin:0;text-decoration:none;border-radius:9px;outline:0;transition:color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;padding:9px 27px 9px 26px}.widget.widget_block .wp-block-gallery,[class*=elementor-widget-wp-widget].widget_block .wp-block-gallery{gap:0}.widget.widget_block p:first-child,[class*=elementor-widget-wp-widget].widget_block p:first-child{margin:0}.widget.widget_block p:last-child,[class*=elementor-widget-wp-widget].widget_block p:last-child{margin:0}.widget h1:not([class*=qodef]),.widget h2:not([class*=qodef]),.widget h3:not([class*=qodef]),.widget h4:not([class*=qodef]),.widget h5:not([class*=qodef]),.widget h6:not([class*=qodef]),[class*=elementor-widget-wp-widget] h1:not([class*=qodef]),[class*=elementor-widget-wp-widget] h2:not([class*=qodef]),[class*=elementor-widget-wp-widget] h3:not([class*=qodef]),[class*=elementor-widget-wp-widget] h4:not([class*=qodef]),[class*=elementor-widget-wp-widget] h5:not([class*=qodef]),[class*=elementor-widget-wp-widget] h6:not([class*=qodef]){margin:0}.widget:not(.widget_vitasana_core_title_widget){margin:0 0 35px}.widget .qodef-widget-title{margin:0 0 23px}.widget .qodef-widget-title a:hover{color:var(--qode-main-color)}.widget a{color:#10235e}.widget a:hover{color:var(--qode-main-color)}.widget ul:not(.qodef-shortcode-list):not(.select2-selection__rendered) li{margin:0 0 10px}.widget ul:not(.qodef-shortcode-list):not(.select2-selection__rendered) li ul{margin-top:10px}.widget .qodef-search-form-button.qodef--button-inside{color:var(--qode-main-color)}.widget .qodef-search-form-button.qodef--button-inside:hover{color:#10235e}.widget .tagcloud a,.widget .wp-block-tag-cloud a{color:#10235e}.widget .tagcloud a:hover,.widget .wp-block-tag-cloud a:hover{color:var(--qode-main-color)}.widget[class*=_search] .qodef-widget-title{margin-bottom:31px}.widget .wp-block-calendar #today,.widget.widget_calendar #today{color:#fff;background-color:var(--qode-main-color)}.widget .wp-block-calendar .wp-calendar-nav a,.widget.widget_calendar .wp-calendar-nav a{color:#10235e}.widget .wp-block-calendar .wp-calendar-nav a:hover,.widget.widget_calendar .wp-calendar-nav a:hover{color:var(--qode-main-color)}.widget.widget_media_image .qodef-widget-title{margin-bottom:31px}body.woocommerce #qodef-page-sidebar .widget.widget_media_image .wp-block-image{margin:8px 0 0!important}.widget.widget_media_gallery{margin-bottom:30px!important}.widget.widget_media_gallery .gallery{margin:0 -5px!important}.widget.widget_media_gallery .gallery-item{margin:0 0 10px 0!important;padding:0 5px}.widget.widget_media_gallery:last-child{margin-bottom:-5px!important}.widget .wp-block-gallery{margin:0 -5px!important}.widget .wp-block-gallery .wp-block-image{margin:0 0 10px 0!important;padding:0 5px}.widget.widget_block .wp-block-columns h1:not([class*=qodef]),.widget.widget_block .wp-block-columns h2:not([class*=qodef]),.widget.widget_block .wp-block-columns h3:not([class*=qodef]),.widget.widget_block .wp-block-columns h4:not([class*=qodef]),.widget.widget_block .wp-block-columns h5:not([class*=qodef]),.widget.widget_block .wp-block-columns h6:not([class*=qodef]),.widget.widget_block .wp-block-group h1:not([class*=qodef]),.widget.widget_block .wp-block-group h2:not([class*=qodef]),.widget.widget_block .wp-block-group h3:not([class*=qodef]),.widget.widget_block .wp-block-group h4:not([class*=qodef]),.widget.widget_block .wp-block-group h5:not([class*=qodef]),.widget.widget_block .wp-block-group h6:not([class*=qodef]){margin:0 0 23px}[class*=elementor-widget-wp-widget]:not(.widget_vitasana_core_title_widget){margin:0 0 35px}[class*=elementor-widget-wp-widget] .qodef-widget-title{margin:0 0 23px}[class*=elementor-widget-wp-widget] .qodef-widget-title a:hover{color:var(--qode-main-color)}[class*=elementor-widget-wp-widget] a{color:#10235e}[class*=elementor-widget-wp-widget] a:hover{color:var(--qode-main-color)}[class*=elementor-widget-wp-widget] ul:not(.qodef-shortcode-list):not(.select2-selection__rendered) li{margin:0 0 10px}[class*=elementor-widget-wp-widget] ul:not(.qodef-shortcode-list):not(.select2-selection__rendered) li ul{margin-top:10px}[class*=elementor-widget-wp-widget] .qodef-search-form-button.qodef--button-inside{color:var(--qode-main-color)}[class*=elementor-widget-wp-widget] .qodef-search-form-button.qodef--button-inside:hover{color:#10235e}[class*=elementor-widget-wp-widget] .tagcloud a,[class*=elementor-widget-wp-widget] .wp-block-tag-cloud a{color:#10235e}[class*=elementor-widget-wp-widget] .tagcloud a:hover,[class*=elementor-widget-wp-widget] .wp-block-tag-cloud a:hover{color:var(--qode-main-color)}[class*=elementor-widget-wp-widget][data-widget_type*=widget-search] .qodef-widget-title{margin-bottom:31px}[class*=elementor-widget-wp-widget][data-widget_type*=widget-calendar] #today{color:#fff;background-color:var(--qode-main-color)}[class*=elementor-widget-wp-widget][data-widget_type*=widget-calendar] .wp-calendar-nav a{color:#10235e}[class*=elementor-widget-wp-widget][data-widget_type*=widget-calendar] .wp-calendar-nav a:hover{color:var(--qode-main-color)}[class*=elementor-widget-wp-widget][data-widget_type*=widget-media-image] .qodef-widget-title{margin-bottom:31px}[class*=elementor-widget-wp-widget][data-widget_type*=widget-media-gallery]{margin-bottom:30px!important}[class*=elementor-widget-wp-widget][data-widget_type*=widget-media-gallery] .gallery{margin:0 -5px!important}[class*=elementor-widget-wp-widget][data-widget_type*=widget-media-gallery] .gallery-item{margin:0 0 10px 0!important;padding:0 5px}[class*=elementor-widget-wp-widget][data-widget_type*=widget-media-gallery]:last-child{margin-bottom:-5px!important}#qodef-top-area .widget:not(.widget_vitasana_core_title_widget){margin:0;color:#fff}#qodef-top-area .widget:not(.widget_vitasana_core_title_widget) h1:not([class*=qodef]),#qodef-top-area .widget:not(.widget_vitasana_core_title_widget) h2:not([class*=qodef]),#qodef-top-area .widget:not(.widget_vitasana_core_title_widget) h3:not([class*=qodef]),#qodef-top-area .widget:not(.widget_vitasana_core_title_widget) h4:not([class*=qodef]),#qodef-top-area .widget:not(.widget_vitasana_core_title_widget) h5:not([class*=qodef]),#qodef-top-area .widget:not(.widget_vitasana_core_title_widget) h6:not([class*=qodef]){color:#fff}#qodef-top-area .widget .qodef-widget-title{margin:0 0 23px;color:#fff}#qodef-top-area .widget .qodef-widget-title a:hover{color:#fff}#qodef-top-area .widget a{color:#fff}#qodef-top-area .widget a:hover{color:#fff}#qodef-top-area .widget ul:not(.qodef-shortcode-list):not(.select2-selection__rendered) li{margin:0 0 10px}#qodef-top-area .widget ul:not(.qodef-shortcode-list):not(.select2-selection__rendered) li ul{margin-top:10px}#qodef-top-area .widget .qodef-search-form-button.qodef--button-inside{color:var(--qode-main-color)}#qodef-top-area .widget .qodef-search-form-button.qodef--button-inside:hover{color:#10235e}#qodef-top-area .widget .tagcloud a,#qodef-top-area .widget .wp-block-tag-cloud a{color:#fff}#qodef-top-area .widget .tagcloud a:hover,#qodef-top-area .widget .wp-block-tag-cloud a:hover{color:#fff}#qodef-top-area .widget[class*=_search] .qodef-widget-title{margin-bottom:31px}#qodef-top-area .widget .wp-block-calendar caption,#qodef-top-area .widget.widget_calendar caption{color:#fff}#qodef-top-area .widget .wp-block-calendar tbody,#qodef-top-area .widget.widget_calendar tbody{color:#fff}#qodef-top-area .widget .wp-block-calendar #today,#qodef-top-area .widget.widget_calendar #today{color:#fff;background-color:#fff}#qodef-top-area .widget .wp-block-calendar .wp-calendar-nav a,#qodef-top-area .widget.widget_calendar .wp-calendar-nav a{color:#fff}#qodef-top-area .widget .wp-block-calendar .wp-calendar-nav a:hover,#qodef-top-area .widget.widget_calendar .wp-calendar-nav a:hover{color:#fff}#qodef-top-area .widget.widget_media_image .qodef-widget-title{margin-bottom:31px}body.woocommerce #qodef-page-sidebar #qodef-top-area .widget.widget_media_image .wp-block-image{margin:8px 0 0!important}#qodef-top-area .widget.widget_media_gallery{margin-bottom:-5px!important}#qodef-top-area .widget.widget_media_gallery .gallery{margin:0 -5px!important}#qodef-top-area .widget.widget_media_gallery .gallery-item{margin:0 0 10px 0!important;padding:0 5px}#qodef-top-area .widget.widget_media_gallery:last-child{margin-bottom:-5px!important}#qodef-top-area .widget .wp-block-gallery{margin:0 -5px!important}#qodef-top-area .widget .wp-block-gallery .wp-block-image{margin:0 0 10px 0!important;padding:0 5px}#qodef-top-area .widget.widget_block .wp-block-columns h1:not([class*=qodef]),#qodef-top-area .widget.widget_block .wp-block-columns h2:not([class*=qodef]),#qodef-top-area .widget.widget_block .wp-block-columns h3:not([class*=qodef]),#qodef-top-area .widget.widget_block .wp-block-columns h4:not([class*=qodef]),#qodef-top-area .widget.widget_block .wp-block-columns h5:not([class*=qodef]),#qodef-top-area .widget.widget_block .wp-block-columns h6:not([class*=qodef]),#qodef-top-area .widget.widget_block .wp-block-group h1:not([class*=qodef]),#qodef-top-area .widget.widget_block .wp-block-group h2:not([class*=qodef]),#qodef-top-area .widget.widget_block .wp-block-group h3:not([class*=qodef]),#qodef-top-area .widget.widget_block .wp-block-group h4:not([class*=qodef]),#qodef-top-area .widget.widget_block .wp-block-group h5:not([class*=qodef]),#qodef-top-area .widget.widget_block .wp-block-group h6:not([class*=qodef]){margin:0 0 23px}#qodef-top-area.qodef-skin--dark .widget:not(.widget_vitasana_core_title_widget){margin:0;color:var(--qode-main-color)}#qodef-top-area.qodef-skin--dark .widget:not(.widget_vitasana_core_title_widget) h1:not([class*=qodef]),#qodef-top-area.qodef-skin--dark .widget:not(.widget_vitasana_core_title_widget) h2:not([class*=qodef]),#qodef-top-area.qodef-skin--dark .widget:not(.widget_vitasana_core_title_widget) h3:not([class*=qodef]),#qodef-top-area.qodef-skin--dark .widget:not(.widget_vitasana_core_title_widget) h4:not([class*=qodef]),#qodef-top-area.qodef-skin--dark .widget:not(.widget_vitasana_core_title_widget) h5:not([class*=qodef]),#qodef-top-area.qodef-skin--dark .widget:not(.widget_vitasana_core_title_widget) h6:not([class*=qodef]){color:var(--qode-main-color)}#qodef-top-area.qodef-skin--dark .widget .qodef-widget-title{margin:0 0 23px;color:var(--qode-main-color)}#qodef-top-area.qodef-skin--dark .widget .qodef-widget-title a:hover{color:var(--qode-main-color)}#qodef-top-area.qodef-skin--dark .widget a{color:var(--qode-main-color)}#qodef-top-area.qodef-skin--dark .widget a:hover{color:var(--qode-main-color)}#qodef-top-area.qodef-skin--dark .widget ul:not(.qodef-shortcode-list):not(.select2-selection__rendered) li{margin:0 0 10px}#qodef-top-area.qodef-skin--dark .widget ul:not(.qodef-shortcode-list):not(.select2-selection__rendered) li ul{margin-top:10px}#qodef-top-area.qodef-skin--dark .widget .qodef-search-form-button.qodef--button-inside{color:var(--qode-main-color)}#qodef-top-area.qodef-skin--dark .widget .qodef-search-form-button.qodef--button-inside:hover{color:#10235e}#qodef-top-area.qodef-skin--dark .widget .tagcloud a,#qodef-top-area.qodef-skin--dark .widget .wp-block-tag-cloud a{color:var(--qode-main-color)}#qodef-top-area.qodef-skin--dark .widget .tagcloud a:hover,#qodef-top-area.qodef-skin--dark .widget .wp-block-tag-cloud a:hover{color:var(--qode-main-color)}#qodef-top-area.qodef-skin--dark .widget[class*=_search] .qodef-widget-title{margin-bottom:31px}#qodef-top-area.qodef-skin--dark .widget .wp-block-calendar caption,#qodef-top-area.qodef-skin--dark .widget.widget_calendar caption{color:var(--qode-main-color)}#qodef-top-area.qodef-skin--dark .widget .wp-block-calendar tbody,#qodef-top-area.qodef-skin--dark .widget.widget_calendar tbody{color:var(--qode-main-color)}#qodef-top-area.qodef-skin--dark .widget .wp-block-calendar #today,#qodef-top-area.qodef-skin--dark .widget.widget_calendar #today{color:#fff;background-color:var(--qode-main-color)}#qodef-top-area.qodef-skin--dark .widget .wp-block-calendar .wp-calendar-nav a,#qodef-top-area.qodef-skin--dark .widget.widget_calendar .wp-calendar-nav a{color:var(--qode-main-color)}#qodef-top-area.qodef-skin--dark .widget .wp-block-calendar .wp-calendar-nav a:hover,#qodef-top-area.qodef-skin--dark .widget.widget_calendar .wp-calendar-nav a:hover{color:var(--qode-main-color)}#qodef-top-area.qodef-skin--dark .widget.widget_media_image .qodef-widget-title{margin-bottom:31px}body.woocommerce #qodef-page-sidebar #qodef-top-area.qodef-skin--dark .widget.widget_media_image .wp-block-image{margin:8px 0 0!important}#qodef-top-area.qodef-skin--dark .widget.widget_media_gallery{margin-bottom:-5px!important}#qodef-top-area.qodef-skin--dark .widget.widget_media_gallery .gallery{margin:0 -5px!important}#qodef-top-area.qodef-skin--dark .widget.widget_media_gallery .gallery-item{margin:0 0 10px 0!important;padding:0 5px}#qodef-top-area.qodef-skin--dark .widget.widget_media_gallery:last-child{margin-bottom:-5px!important}#qodef-top-area.qodef-skin--dark .widget .wp-block-gallery{margin:0 -5px!important}#qodef-top-area.qodef-skin--dark .widget .wp-block-gallery .wp-block-image{margin:0 0 10px 0!important;padding:0 5px}#qodef-top-area.qodef-skin--dark .widget.widget_block .wp-block-columns h1:not([class*=qodef]),#qodef-top-area.qodef-skin--dark .widget.widget_block .wp-block-columns h2:not([class*=qodef]),#qodef-top-area.qodef-skin--dark .widget.widget_block .wp-block-columns h3:not([class*=qodef]),#qodef-top-area.qodef-skin--dark .widget.widget_block .wp-block-columns h4:not([class*=qodef]),#qodef-top-area.qodef-skin--dark .widget.widget_block .wp-block-columns h5:not([class*=qodef]),#qodef-top-area.qodef-skin--dark .widget.widget_block .wp-block-columns h6:not([class*=qodef]),#qodef-top-area.qodef-skin--dark .widget.widget_block .wp-block-group h1:not([class*=qodef]),#qodef-top-area.qodef-skin--dark .widget.widget_block .wp-block-group h2:not([class*=qodef]),#qodef-top-area.qodef-skin--dark .widget.widget_block .wp-block-group h3:not([class*=qodef]),#qodef-top-area.qodef-skin--dark .widget.widget_block .wp-block-group h4:not([class*=qodef]),#qodef-top-area.qodef-skin--dark .widget.widget_block .wp-block-group h5:not([class*=qodef]),#qodef-top-area.qodef-skin--dark .widget.widget_block .wp-block-group h6:not([class*=qodef]){margin:0 0 23px}#qodef-page-footer .widget:not(.widget_vitasana_core_title_widget){margin:0 0 20px;color:#fff}#qodef-page-footer .widget:not(.widget_vitasana_core_title_widget) h1:not([class*=qodef]),#qodef-page-footer .widget:not(.widget_vitasana_core_title_widget) h2:not([class*=qodef]),#qodef-page-footer .widget:not(.widget_vitasana_core_title_widget) h3:not([class*=qodef]),#qodef-page-footer .widget:not(.widget_vitasana_core_title_widget) h4:not([class*=qodef]),#qodef-page-footer .widget:not(.widget_vitasana_core_title_widget) h5:not([class*=qodef]),#qodef-page-footer .widget:not(.widget_vitasana_core_title_widget) h6:not([class*=qodef]){color:#fff}#qodef-page-footer .widget .qodef-widget-title{margin:0 0 13px;color:#fff}#qodef-page-footer .widget .qodef-widget-title a:hover{color:#fff}#qodef-page-footer .widget a{color:#fff}#qodef-page-footer .widget a:hover{color:#fff}#qodef-page-footer .widget ul:not(.qodef-shortcode-list):not(.select2-selection__rendered) li{margin:0 0 10px}#qodef-page-footer .widget ul:not(.qodef-shortcode-list):not(.select2-selection__rendered) li ul{margin-top:10px}#qodef-page-footer .widget .button,#qodef-page-footer .widget button{color:#fff;background-color:#222;border-color:#222}#qodef-page-footer .widget .button:hover,#qodef-page-footer .widget button:hover{color:#ccc;background-color:var(--qode-main-color);border-color:var(--qode-main-color)}#qodef-page-footer .widget .qodef-search-form-button.qodef--button-inside{color:#fff}#qodef-page-footer .widget .qodef-search-form-button.qodef--button-inside:hover{color:#ccc}#qodef-page-footer .widget .tagcloud a,#qodef-page-footer .widget .wp-block-tag-cloud a{color:#fff}#qodef-page-footer .widget .tagcloud a:hover,#qodef-page-footer .widget .wp-block-tag-cloud a:hover{color:#fff}#qodef-page-footer .widget[class*=_search] .qodef-widget-title{margin-bottom:21px}#qodef-page-footer .widget .wp-block-calendar caption,#qodef-page-footer .widget.widget_calendar caption{color:#fff}#qodef-page-footer .widget .wp-block-calendar tbody,#qodef-page-footer .widget.widget_calendar tbody{color:#fff}#qodef-page-footer .widget .wp-block-calendar td,#qodef-page-footer .widget .wp-block-calendar th,#qodef-page-footer .widget .wp-block-calendar tr,#qodef-page-footer .widget.widget_calendar td,#qodef-page-footer .widget.widget_calendar th,#qodef-page-footer .widget.widget_calendar tr{border-color:#fff}#qodef-page-footer .widget .wp-block-calendar #today,#qodef-page-footer .widget.widget_calendar #today{color:#000;background-color:#fff}#qodef-page-footer .widget .wp-block-calendar .wp-calendar-nav a,#qodef-page-footer .widget.widget_calendar .wp-calendar-nav a{color:#fff}#qodef-page-footer .widget .wp-block-calendar .wp-calendar-nav a:hover,#qodef-page-footer .widget.widget_calendar .wp-calendar-nav a:hover{color:#fff}#qodef-page-footer .widget.widget_media_image .qodef-widget-title{margin-bottom:21px}body.woocommerce #qodef-page-sidebar #qodef-page-footer .widget.widget_media_image .wp-block-image{margin:8px 0 0!important}#qodef-page-footer .widget.widget_media_gallery{margin-bottom:15px!important}#qodef-page-footer .widget.widget_media_gallery .gallery{margin:0 -5px!important}#qodef-page-footer .widget.widget_media_gallery .gallery-item{margin:0 0 10px 0!important;padding:0 5px}#qodef-page-footer .widget.widget_media_gallery:last-child{margin-bottom:-5px!important}#qodef-page-footer .widget .wp-block-gallery{margin:0 -5px!important}#qodef-page-footer .widget .wp-block-gallery .wp-block-image{margin:0 0 10px 0!important;padding:0 5px}#qodef-page-footer .widget.widget_block .wp-block-columns h1:not([class*=qodef]),#qodef-page-footer .widget.widget_block .wp-block-columns h2:not([class*=qodef]),#qodef-page-footer .widget.widget_block .wp-block-columns h3:not([class*=qodef]),#qodef-page-footer .widget.widget_block .wp-block-columns h4:not([class*=qodef]),#qodef-page-footer .widget.widget_block .wp-block-columns h5:not([class*=qodef]),#qodef-page-footer .widget.widget_block .wp-block-columns h6:not([class*=qodef]),#qodef-page-footer .widget.widget_block .wp-block-group h1:not([class*=qodef]),#qodef-page-footer .widget.widget_block .wp-block-group h2:not([class*=qodef]),#qodef-page-footer .widget.widget_block .wp-block-group h3:not([class*=qodef]),#qodef-page-footer .widget.widget_block .wp-block-group h4:not([class*=qodef]),#qodef-page-footer .widget.widget_block .wp-block-group h5:not([class*=qodef]),#qodef-page-footer .widget.widget_block .wp-block-group h6:not([class*=qodef]){margin:0 0 13px}#qodef-page-footer .widget.widget_block .wp-block-button .wp-block-button__link{color:#fff;background-color:#222;border-color:#222}#qodef-page-footer .widget.widget_block .wp-block-button .wp-block-button__link:hover{color:#ccc;background-color:var(--qode-main-color);border-color:var(--qode-main-color)}#qodef-side-area .widget:not(.widget_vitasana_core_title_widget){margin:0 0 35px;color:#fff}#qodef-side-area .widget:not(.widget_vitasana_core_title_widget) h1:not([class*=qodef]),#qodef-side-area .widget:not(.widget_vitasana_core_title_widget) h2:not([class*=qodef]),#qodef-side-area .widget:not(.widget_vitasana_core_title_widget) h3:not([class*=qodef]),#qodef-side-area .widget:not(.widget_vitasana_core_title_widget) h4:not([class*=qodef]),#qodef-side-area .widget:not(.widget_vitasana_core_title_widget) h5:not([class*=qodef]),#qodef-side-area .widget:not(.widget_vitasana_core_title_widget) h6:not([class*=qodef]){color:#fff}#qodef-side-area .widget .qodef-widget-title{margin:0 0 23px;color:#fff}#qodef-side-area .widget .qodef-widget-title a:hover{color:var(--qode-main-color)}#qodef-side-area .widget a{color:#fff}#qodef-side-area .widget a:hover{color:var(--qode-main-color)}#qodef-side-area .widget ul:not(.qodef-shortcode-list):not(.select2-selection__rendered) li{margin:0 0 10px}#qodef-side-area .widget ul:not(.qodef-shortcode-list):not(.select2-selection__rendered) li ul{margin-top:10px}#qodef-side-area .widget .qodef-search-form-button.qodef--button-inside{color:var(--qode-main-color)}#qodef-side-area .widget .qodef-search-form-button.qodef--button-inside:hover{color:#10235e}#qodef-side-area .widget .tagcloud a,#qodef-side-area .widget .wp-block-tag-cloud a{color:#fff}#qodef-side-area .widget .tagcloud a:hover,#qodef-side-area .widget .wp-block-tag-cloud a:hover{color:var(--qode-main-color)}#qodef-side-area .widget[class*=_search] .qodef-widget-title{margin-bottom:31px}#qodef-side-area .widget .wp-block-calendar caption,#qodef-side-area .widget.widget_calendar caption{color:#fff}#qodef-side-area .widget .wp-block-calendar tbody,#qodef-side-area .widget.widget_calendar tbody{color:#fff}#qodef-side-area .widget .wp-block-calendar #today,#qodef-side-area .widget.widget_calendar #today{color:#fff;background-color:var(--qode-main-color)}#qodef-side-area .widget .wp-block-calendar .wp-calendar-nav a,#qodef-side-area .widget.widget_calendar .wp-calendar-nav a{color:#fff}#qodef-side-area .widget .wp-block-calendar .wp-calendar-nav a:hover,#qodef-side-area .widget.widget_calendar .wp-calendar-nav a:hover{color:var(--qode-main-color)}#qodef-side-area .widget.widget_media_image .qodef-widget-title{margin-bottom:31px}body.woocommerce #qodef-page-sidebar #qodef-side-area .widget.widget_media_image .wp-block-image{margin:8px 0 0!important}#qodef-side-area .widget.widget_media_gallery{margin-bottom:30px!important}#qodef-side-area .widget.widget_media_gallery .gallery{margin:0 -5px!important}#qodef-side-area .widget.widget_media_gallery .gallery-item{margin:0 0 10px 0!important;padding:0 5px}#qodef-side-area .widget.widget_media_gallery:last-child{margin-bottom:-5px!important}#qodef-side-area .widget .wp-block-gallery{margin:0 -5px!important}#qodef-side-area .widget .wp-block-gallery .wp-block-image{margin:0 0 10px 0!important;padding:0 5px}#qodef-side-area .widget.widget_block .wp-block-columns h1:not([class*=qodef]),#qodef-side-area .widget.widget_block .wp-block-columns h2:not([class*=qodef]),#qodef-side-area .widget.widget_block .wp-block-columns h3:not([class*=qodef]),#qodef-side-area .widget.widget_block .wp-block-columns h4:not([class*=qodef]),#qodef-side-area .widget.widget_block .wp-block-columns h5:not([class*=qodef]),#qodef-side-area .widget.widget_block .wp-block-columns h6:not([class*=qodef]),#qodef-side-area .widget.widget_block .wp-block-group h1:not([class*=qodef]),#qodef-side-area .widget.widget_block .wp-block-group h2:not([class*=qodef]),#qodef-side-area .widget.widget_block .wp-block-group h3:not([class*=qodef]),#qodef-side-area .widget.widget_block .wp-block-group h4:not([class*=qodef]),#qodef-side-area .widget.widget_block .wp-block-group h5:not([class*=qodef]),#qodef-side-area .widget.widget_block .wp-block-group h6:not([class*=qodef]){margin:0 0 23px}.qodef-mega-menu-widget-holder .widget:not(.widget_vitasana_core_title_widget){margin:0 0 35px;color:var(--qode-main-color)}.qodef-mega-menu-widget-holder .widget:not(.widget_vitasana_core_title_widget) h1:not([class*=qodef]),.qodef-mega-menu-widget-holder .widget:not(.widget_vitasana_core_title_widget) h2:not([class*=qodef]),.qodef-mega-menu-widget-holder .widget:not(.widget_vitasana_core_title_widget) h3:not([class*=qodef]),.qodef-mega-menu-widget-holder .widget:not(.widget_vitasana_core_title_widget) h4:not([class*=qodef]),.qodef-mega-menu-widget-holder .widget:not(.widget_vitasana_core_title_widget) h5:not([class*=qodef]),.qodef-mega-menu-widget-holder .widget:not(.widget_vitasana_core_title_widget) h6:not([class*=qodef]){color:var(--qode-main-color)}.qodef-mega-menu-widget-holder .widget .qodef-widget-title{margin:0 0 23px;color:var(--qode-main-color)}.qodef-mega-menu-widget-holder .widget .qodef-widget-title a:hover{color:var(--qode-main-color)}.qodef-mega-menu-widget-holder .widget a{color:var(--qode-main-color)}.qodef-mega-menu-widget-holder .widget a:hover{color:var(--qode-main-color)}.qodef-mega-menu-widget-holder .widget ul:not(.qodef-shortcode-list):not(.select2-selection__rendered) li{margin:0 0 10px}.qodef-mega-menu-widget-holder .widget ul:not(.qodef-shortcode-list):not(.select2-selection__rendered) li ul{margin-top:10px}.qodef-mega-menu-widget-holder .widget .qodef-search-form-button.qodef--button-inside{color:var(--qode-main-color)}.qodef-mega-menu-widget-holder .widget .qodef-search-form-button.qodef--button-inside:hover{color:#10235e}.qodef-mega-menu-widget-holder .widget .tagcloud a,.qodef-mega-menu-widget-holder .widget .wp-block-tag-cloud a{color:var(--qode-main-color)}.qodef-mega-menu-widget-holder .widget .tagcloud a:hover,.qodef-mega-menu-widget-holder .widget .wp-block-tag-cloud a:hover{color:var(--qode-main-color)}.qodef-mega-menu-widget-holder .widget[class*=_search] .qodef-widget-title{margin-bottom:31px}.qodef-mega-menu-widget-holder .widget .wp-block-calendar caption,.qodef-mega-menu-widget-holder .widget.widget_calendar caption{color:var(--qode-main-color)}.qodef-mega-menu-widget-holder .widget .wp-block-calendar tbody,.qodef-mega-menu-widget-holder .widget.widget_calendar tbody{color:var(--qode-main-color)}.qodef-mega-menu-widget-holder .widget .wp-block-calendar #today,.qodef-mega-menu-widget-holder .widget.widget_calendar #today{color:#fff;background-color:var(--qode-main-color)}.qodef-mega-menu-widget-holder .widget .wp-block-calendar .wp-calendar-nav a,.qodef-mega-menu-widget-holder .widget.widget_calendar .wp-calendar-nav a{color:var(--qode-main-color)}.qodef-mega-menu-widget-holder .widget .wp-block-calendar .wp-calendar-nav a:hover,.qodef-mega-menu-widget-holder .widget.widget_calendar .wp-calendar-nav a:hover{color:var(--qode-main-color)}.qodef-mega-menu-widget-holder .widget.widget_media_image .qodef-widget-title{margin-bottom:31px}body.woocommerce #qodef-page-sidebar .qodef-mega-menu-widget-holder .widget.widget_media_image .wp-block-image{margin:8px 0 0!important}.qodef-mega-menu-widget-holder .widget.widget_media_gallery{margin-bottom:30px!important}.qodef-mega-menu-widget-holder .widget.widget_media_gallery .gallery{margin:0 -5px!important}.qodef-mega-menu-widget-holder .widget.widget_media_gallery .gallery-item{margin:0 0 10px 0!important;padding:0 5px}.qodef-mega-menu-widget-holder .widget.widget_media_gallery:last-child{margin-bottom:-5px!important}.qodef-mega-menu-widget-holder .widget .wp-block-gallery{margin:0 -5px!important}.qodef-mega-menu-widget-holder .widget .wp-block-gallery .wp-block-image{margin:0 0 10px 0!important;padding:0 5px}.qodef-mega-menu-widget-holder .widget.widget_block .wp-block-columns h1:not([class*=qodef]),.qodef-mega-menu-widget-holder .widget.widget_block .wp-block-columns h2:not([class*=qodef]),.qodef-mega-menu-widget-holder .widget.widget_block .wp-block-columns h3:not([class*=qodef]),.qodef-mega-menu-widget-holder .widget.widget_block .wp-block-columns h4:not([class*=qodef]),.qodef-mega-menu-widget-holder .widget.widget_block .wp-block-columns h5:not([class*=qodef]),.qodef-mega-menu-widget-holder .widget.widget_block .wp-block-columns h6:not([class*=qodef]),.qodef-mega-menu-widget-holder .widget.widget_block .wp-block-group h1:not([class*=qodef]),.qodef-mega-menu-widget-holder .widget.widget_block .wp-block-group h2:not([class*=qodef]),.qodef-mega-menu-widget-holder .widget.widget_block .wp-block-group h3:not([class*=qodef]),.qodef-mega-menu-widget-holder .widget.widget_block .wp-block-group h4:not([class*=qodef]),.qodef-mega-menu-widget-holder .widget.widget_block .wp-block-group h5:not([class*=qodef]),.qodef-mega-menu-widget-holder .widget.widget_block .wp-block-group h6:not([class*=qodef]){margin:0 0 23px}body.woocommerce #qodef-page-sidebar .widget:not(.widget_vitasana_core_title_widget){margin:0 0 42px}body.woocommerce #qodef-page-sidebar .widget .qodef-widget-title{margin:0 0 23px}body.woocommerce #qodef-page-sidebar .widget .qodef-widget-title a:hover{color:var(--qode-main-color)}body.woocommerce #qodef-page-sidebar .widget a{color:#10235e}body.woocommerce #qodef-page-sidebar .widget a:hover{color:var(--qode-main-color)}body.woocommerce #qodef-page-sidebar .widget ul:not(.qodef-shortcode-list):not(.select2-selection__rendered) li{margin:0 0 10px}body.woocommerce #qodef-page-sidebar .widget ul:not(.qodef-shortcode-list):not(.select2-selection__rendered) li ul{margin-top:10px}body.woocommerce #qodef-page-sidebar .widget .qodef-search-form-button.qodef--button-inside{color:var(--qode-main-color)}body.woocommerce #qodef-page-sidebar .widget .qodef-search-form-button.qodef--button-inside:hover{color:#10235e}body.woocommerce #qodef-page-sidebar .widget .tagcloud a,body.woocommerce #qodef-page-sidebar .widget .wp-block-tag-cloud a{color:#10235e}body.woocommerce #qodef-page-sidebar .widget .tagcloud a:hover,body.woocommerce #qodef-page-sidebar .widget .wp-block-tag-cloud a:hover{color:var(--qode-main-color)}body.woocommerce #qodef-page-sidebar .widget[class*=_search] .qodef-widget-title{margin-bottom:31px}body.woocommerce #qodef-page-sidebar .widget .wp-block-calendar #today,body.woocommerce #qodef-page-sidebar .widget.widget_calendar #today{color:#fff;background-color:var(--qode-main-color)}body.woocommerce #qodef-page-sidebar .widget .wp-block-calendar .wp-calendar-nav a,body.woocommerce #qodef-page-sidebar .widget.widget_calendar .wp-calendar-nav a{color:#10235e}body.woocommerce #qodef-page-sidebar .widget .wp-block-calendar .wp-calendar-nav a:hover,body.woocommerce #qodef-page-sidebar .widget.widget_calendar .wp-calendar-nav a:hover{color:var(--qode-main-color)}body.woocommerce #qodef-page-sidebar .widget.widget_media_image .qodef-widget-title{margin-bottom:31px}body.woocommerce #qodef-page-sidebar body.woocommerce #qodef-page-sidebar .widget.widget_media_image .wp-block-image{margin:8px 0 0!important}body.woocommerce #qodef-page-sidebar .widget.widget_media_gallery{margin-bottom:37px!important}body.woocommerce #qodef-page-sidebar .widget.widget_media_gallery .gallery{margin:0 -5px!important}body.woocommerce #qodef-page-sidebar .widget.widget_media_gallery .gallery-item{margin:0 0 10px 0!important;padding:0 5px}body.woocommerce #qodef-page-sidebar .widget.widget_media_gallery:last-child{margin-bottom:-5px!important}body.woocommerce #qodef-page-sidebar .widget .wp-block-gallery{margin:0 -5px!important}body.woocommerce #qodef-page-sidebar .widget .wp-block-gallery .wp-block-image{margin:0 0 10px 0!important;padding:0 5px}body.woocommerce #qodef-page-sidebar .widget.widget_block .wp-block-columns h1:not([class*=qodef]),body.woocommerce #qodef-page-sidebar .widget.widget_block .wp-block-columns h2:not([class*=qodef]),body.woocommerce #qodef-page-sidebar .widget.widget_block .wp-block-columns h3:not([class*=qodef]),body.woocommerce #qodef-page-sidebar .widget.widget_block .wp-block-columns h4:not([class*=qodef]),body.woocommerce #qodef-page-sidebar .widget.widget_block .wp-block-columns h5:not([class*=qodef]),body.woocommerce #qodef-page-sidebar .widget.widget_block .wp-block-columns h6:not([class*=qodef]),body.woocommerce #qodef-page-sidebar .widget.widget_block .wp-block-group h1:not([class*=qodef]),body.woocommerce #qodef-page-sidebar .widget.widget_block .wp-block-group h2:not([class*=qodef]),body.woocommerce #qodef-page-sidebar .widget.widget_block .wp-block-group h3:not([class*=qodef]),body.woocommerce #qodef-page-sidebar .widget.widget_block .wp-block-group h4:not([class*=qodef]),body.woocommerce #qodef-page-sidebar .widget.widget_block .wp-block-group h5:not([class*=qodef]),body.woocommerce #qodef-page-sidebar .widget.widget_block .wp-block-group h6:not([class*=qodef]){margin:0 0 23px}#qode-quick-view-for-woocommerce-pop-up .qodef-woo-product-tagline,#qodef-woo-page .qodef-woo-product-tagline,#yith-quick-view-modal .qodef-woo-product-tagline,.qodef-woo-shortcode .qodef-woo-product-tagline{font-size:16px;font-family:Inter,sans-serif;font-weight:400;letter-spacing:0;line-height:21px;color:#283661;margin:0}#qode-quick-view-for-woocommerce-pop-up .qodef-woo-product-mark,#qodef-woo-page .qodef-woo-product-mark,#yith-quick-view-modal .qodef-woo-product-mark,.qodef-woo-shortcode .qodef-woo-product-mark{position:absolute;top:15px;left:15px;padding:4px 8px 3px 9px;font-family:Geologica,sans-serif;font-size:10px;font-weight:500;letter-spacing:.03em;text-transform:uppercase;line-height:1;color:#fff;background-color:#5aa4e5;z-index:5;border-radius:5em}#qode-quick-view-for-woocommerce-pop-up .qodef-woo-product-mark.qodef-popular,#qodef-woo-page .qodef-woo-product-mark.qodef-popular,#yith-quick-view-modal .qodef-woo-product-mark.qodef-popular,.qodef-woo-shortcode .qodef-woo-product-mark.qodef-popular{background-color:#fe9a31}#qode-quick-view-for-woocommerce-pop-up .qodef-woo-product-mark~.qodef-popular,#qodef-woo-page .qodef-woo-product-mark~.qodef-popular,#yith-quick-view-modal .qodef-woo-product-mark~.qodef-popular,.qodef-woo-shortcode .qodef-woo-product-mark~.qodef-popular{left:63px}#qode-quick-view-for-woocommerce-pop-up .qodef-woo-product-title,#qodef-woo-page .qodef-woo-product-title,#yith-quick-view-modal .qodef-woo-product-title,.qodef-woo-shortcode .qodef-woo-product-title{margin:0}#qode-quick-view-for-woocommerce-pop-up .qodef-woo-ratings,#qodef-woo-page .qodef-woo-ratings,#yith-quick-view-modal .qodef-woo-ratings,.qodef-woo-shortcode .qodef-woo-ratings{position:relative;display:inline-block;width:100%;vertical-align:top;line-height:1}#qode-quick-view-for-woocommerce-pop-up .qodef-woo-ratings .qodef-m-inner,#qodef-woo-page .qodef-woo-ratings .qodef-m-inner,#yith-quick-view-modal .qodef-woo-ratings .qodef-m-inner,.qodef-woo-shortcode .qodef-woo-ratings .qodef-m-inner{position:relative;display:inline-block;vertical-align:top}#qode-quick-view-for-woocommerce-pop-up .qodef-woo-ratings .qodef-m-star,#qodef-woo-page .qodef-woo-ratings .qodef-m-star,#yith-quick-view-modal .qodef-woo-ratings .qodef-m-star,.qodef-woo-shortcode .qodef-woo-ratings .qodef-m-star{color:#fe9a31}#qode-quick-view-for-woocommerce-pop-up .qodef-woo-ratings .qodef-m-star svg,#qodef-woo-page .qodef-woo-ratings .qodef-m-star svg,#yith-quick-view-modal .qodef-woo-ratings .qodef-m-star svg,.qodef-woo-shortcode .qodef-woo-ratings .qodef-m-star svg{display:inline-block;margin-right:6px;width:14px;height:auto}#qode-quick-view-for-woocommerce-pop-up .qodef-woo-ratings .qodef-m-star svg:last-child,#qodef-woo-page .qodef-woo-ratings .qodef-m-star svg:last-child,#yith-quick-view-modal .qodef-woo-ratings .qodef-m-star svg:last-child,.qodef-woo-shortcode .qodef-woo-ratings .qodef-m-star svg:last-child{margin-right:0}#qode-quick-view-for-woocommerce-pop-up .qodef-woo-ratings .qodef-m-star.qodef--active,#qodef-woo-page .qodef-woo-ratings .qodef-m-star.qodef--active,#yith-quick-view-modal .qodef-woo-ratings .qodef-m-star.qodef--active,.qodef-woo-shortcode .qodef-woo-ratings .qodef-m-star.qodef--active{position:absolute;top:0;left:0;overflow:hidden;white-space:nowrap}#qode-quick-view-for-woocommerce-pop-up .qodef-woo-ratings .qodef-m-star.qodef--active svg,#qodef-woo-page .qodef-woo-ratings .qodef-m-star.qodef--active svg,#yith-quick-view-modal .qodef-woo-ratings .qodef-m-star.qodef--active svg,.qodef-woo-shortcode .qodef-woo-ratings .qodef-m-star.qodef--active svg{fill:currentColor}#qode-quick-view-for-woocommerce-pop-up .price,#qodef-woo-page .price,#yith-quick-view-modal .price,.qodef-woo-shortcode .price{position:relative;display:flex;align-items:center;font-family:Geologica,sans-serif;font-size:18px;font-weight:500;letter-spacing:-.01em;line-height:23px;margin:4px 0 0;color:#283661}#qode-quick-view-for-woocommerce-pop-up .price del,#qodef-woo-page .price del,#yith-quick-view-modal .price del,.qodef-woo-shortcode .price del{margin-right:10px}#qode-quick-view-for-woocommerce-pop-up .price ins,#qodef-woo-page .price ins,#yith-quick-view-modal .price ins,.qodef-woo-shortcode .price ins{text-decoration:none}#qode-quick-view-for-woocommerce-pop-up .added_to_cart,#qode-quick-view-for-woocommerce-pop-up .button,#qodef-woo-page .added_to_cart,#qodef-woo-page .button,#yith-quick-view-modal .added_to_cart,#yith-quick-view-modal .button,.qodef-woo-shortcode .added_to_cart,.qodef-woo-shortcode .button{font-family:Geologica,sans-serif;font-size:16px;font-weight:500;letter-spacing:-.01em;line-height:20px;position:relative;display:inline-flex;vertical-align:middle;width:auto;margin:0;text-decoration:none;border-radius:9px;outline:0;transition:color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;padding:8px 20px 8px 19px;border-radius:7px;cursor:pointer;z-index:3;color:var(--qode-button-color,#fff);background-color:var(--qode-button-bg-color,var(--qode-main-color));border:1px solid var(--qode-button-border-color,transparent);background-color:var(--qode-main-color);background-color:var(--qode-main-color)}#qode-quick-view-for-woocommerce-pop-up .added_to_cart .qodef-m-text,#qode-quick-view-for-woocommerce-pop-up .button .qodef-m-text,#qodef-woo-page .added_to_cart .qodef-m-text,#qodef-woo-page .button .qodef-m-text,#yith-quick-view-modal .added_to_cart .qodef-m-text,#yith-quick-view-modal .button .qodef-m-text,.qodef-woo-shortcode .added_to_cart .qodef-m-text,.qodef-woo-shortcode .button .qodef-m-text{-webkit-text-fill-color:transparent;position:relative;clip-path:inset(-.05em);perspective:100px}#qode-quick-view-for-woocommerce-pop-up .added_to_cart .qodef-m-text:after,#qode-quick-view-for-woocommerce-pop-up .added_to_cart .qodef-m-text:before,#qode-quick-view-for-woocommerce-pop-up .button .qodef-m-text:after,#qode-quick-view-for-woocommerce-pop-up .button .qodef-m-text:before,#qodef-woo-page .added_to_cart .qodef-m-text:after,#qodef-woo-page .added_to_cart .qodef-m-text:before,#qodef-woo-page .button .qodef-m-text:after,#qodef-woo-page .button .qodef-m-text:before,#yith-quick-view-modal .added_to_cart .qodef-m-text:after,#yith-quick-view-modal .added_to_cart .qodef-m-text:before,#yith-quick-view-modal .button .qodef-m-text:after,#yith-quick-view-modal .button .qodef-m-text:before,.qodef-woo-shortcode .added_to_cart .qodef-m-text:after,.qodef-woo-shortcode .added_to_cart .qodef-m-text:before,.qodef-woo-shortcode .button .qodef-m-text:after,.qodef-woo-shortcode .button .qodef-m-text:before{content:attr(data-title);display:block;-webkit-text-fill-color:currentColor;position:absolute;top:0;left:0;width:100%;height:100%;transition:opacity .2s ease-out,transform .55s cubic-bezier(.22,.61,.36,1)}#qode-quick-view-for-woocommerce-pop-up .added_to_cart .qodef-m-text:before,#qode-quick-view-for-woocommerce-pop-up .button .qodef-m-text:before,#qodef-woo-page .added_to_cart .qodef-m-text:before,#qodef-woo-page .button .qodef-m-text:before,#yith-quick-view-modal .added_to_cart .qodef-m-text:before,#yith-quick-view-modal .button .qodef-m-text:before,.qodef-woo-shortcode .added_to_cart .qodef-m-text:before,.qodef-woo-shortcode .button .qodef-m-text:before{transform:translateY(0)}#qode-quick-view-for-woocommerce-pop-up .added_to_cart .qodef-m-text:after,#qode-quick-view-for-woocommerce-pop-up .button .qodef-m-text:after,#qodef-woo-page .added_to_cart .qodef-m-text:after,#qodef-woo-page .button .qodef-m-text:after,#yith-quick-view-modal .added_to_cart .qodef-m-text:after,#yith-quick-view-modal .button .qodef-m-text:after,.qodef-woo-shortcode .added_to_cart .qodef-m-text:after,.qodef-woo-shortcode .button .qodef-m-text:after{transform:translateY(80%) skewY(0);transform:translateY(60%) skewY(0) rotateX(-90deg);transition-duration:.35s,.35s;opacity:0}#qode-quick-view-for-woocommerce-pop-up .added_to_cart:hover,#qode-quick-view-for-woocommerce-pop-up .button:hover,#qodef-woo-page .added_to_cart:hover,#qodef-woo-page .button:hover,#yith-quick-view-modal .added_to_cart:hover,#yith-quick-view-modal .button:hover,.qodef-woo-shortcode .added_to_cart:hover,.qodef-woo-shortcode .button:hover{color:var(--qode-button-hover-color,var(--qode-button-color,#fff));background-color:var(--qode-button-bg-hover-color,var(--qode-button-bg-color,var(--qode-main-color)));border-color:var(--qode-button-border-hover-color,var(--qode-button-border-color,transparent))}#qode-quick-view-for-woocommerce-pop-up .added_to_cart:hover .qodef-m-text:before,#qode-quick-view-for-woocommerce-pop-up .button:hover .qodef-m-text:before,#qodef-woo-page .added_to_cart:hover .qodef-m-text:before,#qodef-woo-page .button:hover .qodef-m-text:before,#yith-quick-view-modal .added_to_cart:hover .qodef-m-text:before,#yith-quick-view-modal .button:hover .qodef-m-text:before,.qodef-woo-shortcode .added_to_cart:hover .qodef-m-text:before,.qodef-woo-shortcode .button:hover .qodef-m-text:before{transform:translateY(-95%);transform:translateY(-55%) rotateX(90deg);opacity:0;transition-duration:.35s,.4s}#qode-quick-view-for-woocommerce-pop-up .added_to_cart:hover .qodef-m-text:after,#qode-quick-view-for-woocommerce-pop-up .button:hover .qodef-m-text:after,#qodef-woo-page .added_to_cart:hover .qodef-m-text:after,#qodef-woo-page .button:hover .qodef-m-text:after,#yith-quick-view-modal .added_to_cart:hover .qodef-m-text:after,#yith-quick-view-modal .button:hover .qodef-m-text:after,.qodef-woo-shortcode .added_to_cart:hover .qodef-m-text:after,.qodef-woo-shortcode .button:hover .qodef-m-text:after{opacity:1;transform:translateY(0);transition-duration:.2s,.55s}#qode-quick-view-for-woocommerce-pop-up .added_to_cart.added,#qode-quick-view-for-woocommerce-pop-up .button.added,#qodef-woo-page .added_to_cart.added,#qodef-woo-page .button.added,#yith-quick-view-modal .added_to_cart.added,#yith-quick-view-modal .button.added,.qodef-woo-shortcode .added_to_cart.added,.qodef-woo-shortcode .button.added{display:none}#qode-quick-view-for-woocommerce-pop-up .add_to_cart_button,#qode-quick-view-for-woocommerce-pop-up .added_to_cart,#qode-quick-view-for-woocommerce-pop-up .button.product_type_external,#qode-quick-view-for-woocommerce-pop-up .button.product_type_grouped,#qode-quick-view-for-woocommerce-pop-up .button.product_type_variable,#qodef-woo-page .add_to_cart_button,#qodef-woo-page .added_to_cart,#qodef-woo-page .button.product_type_external,#qodef-woo-page .button.product_type_grouped,#qodef-woo-page .button.product_type_variable,#yith-quick-view-modal .add_to_cart_button,#yith-quick-view-modal .added_to_cart,#yith-quick-view-modal .button.product_type_external,#yith-quick-view-modal .button.product_type_grouped,#yith-quick-view-modal .button.product_type_variable,.qodef-woo-shortcode .add_to_cart_button,.qodef-woo-shortcode .added_to_cart,.qodef-woo-shortcode .button.product_type_external,.qodef-woo-shortcode .button.product_type_grouped,.qodef-woo-shortcode .button.product_type_variable{color:var(--qode-button-color,var(--qode-main-color));background-color:transparent;border:0;padding:0;display:inline-block;position:relative;margin-top:14px}#qode-quick-view-for-woocommerce-pop-up .add_to_cart_button:after,#qode-quick-view-for-woocommerce-pop-up .added_to_cart:after,#qode-quick-view-for-woocommerce-pop-up .button.product_type_external:after,#qode-quick-view-for-woocommerce-pop-up .button.product_type_grouped:after,#qode-quick-view-for-woocommerce-pop-up .button.product_type_variable:after,#qodef-woo-page .add_to_cart_button:after,#qodef-woo-page .added_to_cart:after,#qodef-woo-page .button.product_type_external:after,#qodef-woo-page .button.product_type_grouped:after,#qodef-woo-page .button.product_type_variable:after,#yith-quick-view-modal .add_to_cart_button:after,#yith-quick-view-modal .added_to_cart:after,#yith-quick-view-modal .button.product_type_external:after,#yith-quick-view-modal .button.product_type_grouped:after,#yith-quick-view-modal .button.product_type_variable:after,.qodef-woo-shortcode .add_to_cart_button:after,.qodef-woo-shortcode .added_to_cart:after,.qodef-woo-shortcode .button.product_type_external:after,.qodef-woo-shortcode .button.product_type_grouped:after,.qodef-woo-shortcode .button.product_type_variable:after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;--qodef-underline-position-y:100%;--qodef-underline-height:2px;background-repeat:no-repeat;background-image:linear-gradient(90deg,currentColor 0,currentColor 100%);background-position:100% var(--qodef-underline-position-y);background-size:100% var(--qodef-underline-height);top:2px}#qode-quick-view-for-woocommerce-pop-up .add_to_cart_button:hover,#qode-quick-view-for-woocommerce-pop-up .added_to_cart:hover,#qode-quick-view-for-woocommerce-pop-up .button.product_type_external:hover,#qode-quick-view-for-woocommerce-pop-up .button.product_type_grouped:hover,#qode-quick-view-for-woocommerce-pop-up .button.product_type_variable:hover,#qodef-woo-page .add_to_cart_button:hover,#qodef-woo-page .added_to_cart:hover,#qodef-woo-page .button.product_type_external:hover,#qodef-woo-page .button.product_type_grouped:hover,#qodef-woo-page .button.product_type_variable:hover,#yith-quick-view-modal .add_to_cart_button:hover,#yith-quick-view-modal .added_to_cart:hover,#yith-quick-view-modal .button.product_type_external:hover,#yith-quick-view-modal .button.product_type_grouped:hover,#yith-quick-view-modal .button.product_type_variable:hover,.qodef-woo-shortcode .add_to_cart_button:hover,.qodef-woo-shortcode .added_to_cart:hover,.qodef-woo-shortcode .button.product_type_external:hover,.qodef-woo-shortcode .button.product_type_grouped:hover,.qodef-woo-shortcode .button.product_type_variable:hover{color:var(--qode-button-hover-color,var(--qode-main-color))}#qode-quick-view-for-woocommerce-pop-up .add_to_cart_button:hover:after,#qode-quick-view-for-woocommerce-pop-up .added_to_cart:hover:after,#qode-quick-view-for-woocommerce-pop-up .button.product_type_external:hover:after,#qode-quick-view-for-woocommerce-pop-up .button.product_type_grouped:hover:after,#qode-quick-view-for-woocommerce-pop-up .button.product_type_variable:hover:after,#qodef-woo-page .add_to_cart_button:hover:after,#qodef-woo-page .added_to_cart:hover:after,#qodef-woo-page .button.product_type_external:hover:after,#qodef-woo-page .button.product_type_grouped:hover:after,#qodef-woo-page .button.product_type_variable:hover:after,#yith-quick-view-modal .add_to_cart_button:hover:after,#yith-quick-view-modal .added_to_cart:hover:after,#yith-quick-view-modal .button.product_type_external:hover:after,#yith-quick-view-modal .button.product_type_grouped:hover:after,#yith-quick-view-modal .button.product_type_variable:hover:after,.qodef-woo-shortcode .add_to_cart_button:hover:after,.qodef-woo-shortcode .added_to_cart:hover:after,.qodef-woo-shortcode .button.product_type_external:hover:after,.qodef-woo-shortcode .button.product_type_grouped:hover:after,.qodef-woo-shortcode .button.product_type_variable:hover:after{animation:qode-inline-underline-initial-hover .8s cubic-bezier(.57,.39,0,.86) 1 forwards}#qode-quick-view-for-woocommerce-pop-up .add_to_cart_button:hover,#qode-quick-view-for-woocommerce-pop-up .added_to_cart:hover,#qode-quick-view-for-woocommerce-pop-up .button.product_type_external:hover,#qode-quick-view-for-woocommerce-pop-up .button.product_type_grouped:hover,#qode-quick-view-for-woocommerce-pop-up .button.product_type_variable:hover,#qodef-woo-page .add_to_cart_button:hover,#qodef-woo-page .added_to_cart:hover,#qodef-woo-page .button.product_type_external:hover,#qodef-woo-page .button.product_type_grouped:hover,#qodef-woo-page .button.product_type_variable:hover,#yith-quick-view-modal .add_to_cart_button:hover,#yith-quick-view-modal .added_to_cart:hover,#yith-quick-view-modal .button.product_type_external:hover,#yith-quick-view-modal .button.product_type_grouped:hover,#yith-quick-view-modal .button.product_type_variable:hover,.qodef-woo-shortcode .add_to_cart_button:hover,.qodef-woo-shortcode .added_to_cart:hover,.qodef-woo-shortcode .button.product_type_external:hover,.qodef-woo-shortcode .button.product_type_grouped:hover,.qodef-woo-shortcode .button.product_type_variable:hover{background:0 0}#qodef-woo-page .quantity{white-space:nowrap}#qodef-woo-page .quantity input[type=number]{width:60px;margin:0;padding:12px 10px;text-align:center;font-family:Geologica,sans-serif;font-weight:500;letter-spacing:-.01em;color:var(--qode-main-color);font-size:23px;line-height:1.30435em}@media only screen and (max-width:1512px){#qodef-woo-page .quantity input[type=number]{font-size:20px}}.woocommerce-error,.woocommerce-info,.woocommerce-message{display:flex;flex-direction:column-reverse;align-items:flex-start;padding:20px 30px;margin-bottom:30px!important;border:1px solid #ebebeb;list-style:none;gap:12px}.woocommerce-error li,.woocommerce-info li,.woocommerce-message li{display:flex;flex-direction:column-reverse;align-items:flex-start;gap:12px}.woocommerce-error .wc-forward,.woocommerce-info .wc-forward,.woocommerce-message .wc-forward{font-family:Geologica,sans-serif;font-size:16px;font-weight:500;letter-spacing:-.01em;line-height:20px;position:relative;display:inline-flex;vertical-align:middle;width:auto;margin:0;text-decoration:none;border-radius:9px;outline:0;transition:color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;padding:8px 20px 8px 19px;border-radius:7px;cursor:pointer;z-index:3;color:var(--qode-button-color,#fff);background-color:var(--qode-button-bg-color,var(--qode-main-color));border:1px solid var(--qode-button-border-color,transparent);background-color:var(--qode-main-color)}.woocommerce-error .wc-forward .qodef-m-text,.woocommerce-info .wc-forward .qodef-m-text,.woocommerce-message .wc-forward .qodef-m-text{-webkit-text-fill-color:transparent;position:relative;clip-path:inset(-.05em);perspective:100px}.woocommerce-error .wc-forward .qodef-m-text:after,.woocommerce-error .wc-forward .qodef-m-text:before,.woocommerce-info .wc-forward .qodef-m-text:after,.woocommerce-info .wc-forward .qodef-m-text:before,.woocommerce-message .wc-forward .qodef-m-text:after,.woocommerce-message .wc-forward .qodef-m-text:before{content:attr(data-title);display:block;-webkit-text-fill-color:currentColor;position:absolute;top:0;left:0;width:100%;height:100%;transition:opacity .2s ease-out,transform .55s cubic-bezier(.22,.61,.36,1)}.woocommerce-error .wc-forward .qodef-m-text:before,.woocommerce-info .wc-forward .qodef-m-text:before,.woocommerce-message .wc-forward .qodef-m-text:before{transform:translateY(0)}.woocommerce-error .wc-forward .qodef-m-text:after,.woocommerce-info .wc-forward .qodef-m-text:after,.woocommerce-message .wc-forward .qodef-m-text:after{transform:translateY(80%) skewY(0);transform:translateY(60%) skewY(0) rotateX(-90deg);transition-duration:.35s,.35s;opacity:0}.woocommerce-error .wc-forward:hover,.woocommerce-info .wc-forward:hover,.woocommerce-message .wc-forward:hover{color:var(--qode-button-hover-color,var(--qode-button-color,#fff));background-color:var(--qode-button-bg-hover-color,var(--qode-button-bg-color,var(--qode-main-color)));border-color:var(--qode-button-border-hover-color,var(--qode-button-border-color,transparent))}.woocommerce-error .wc-forward:hover .qodef-m-text:before,.woocommerce-info .wc-forward:hover .qodef-m-text:before,.woocommerce-message .wc-forward:hover .qodef-m-text:before{transform:translateY(-95%);transform:translateY(-55%) rotateX(90deg);opacity:0;transition-duration:.35s,.4s}.woocommerce-error .wc-forward:hover .qodef-m-text:after,.woocommerce-info .wc-forward:hover .qodef-m-text:after,.woocommerce-message .wc-forward:hover .qodef-m-text:after{opacity:1;transform:translateY(0);transition-duration:.2s,.55s}.woocommerce-page div.woocommerce .shop_table tr{border-left:none;border-right:none;border-top:none}.woocommerce-page div.woocommerce .shop_table td,.woocommerce-page div.woocommerce .shop_table th{padding:15px 0 15px 15px;vertical-align:middle;text-align:left;border:0}.woocommerce-page div.woocommerce .shop_table td:first-child,.woocommerce-page div.woocommerce .shop_table th:first-child{padding-left:0}.woocommerce-page div.woocommerce .shop_table th{font-family:Geologica,sans-serif;font-weight:500;letter-spacing:-.01em;color:var(--qode-main-color);font-size:23px;line-height:1.30435em}@media only screen and (max-width:1512px){.woocommerce-page div.woocommerce .shop_table th{font-size:20px}}.woocommerce-page div.woocommerce .shop_table td ul{list-style:none;margin:0;padding:0}.woocommerce-page div.woocommerce .shop_table td ul li{margin:0 0 10px;padding:0}.woocommerce-page div.woocommerce .shop_table td ul li:last-child{margin-bottom:0}.woocommerce-page div.woocommerce .shop_table td ul li label{margin-bottom:0}.woocommerce-page div.woocommerce .shop_table p{margin:0}.woocommerce-page div.woocommerce .shop_table .variation:after,.woocommerce-page div.woocommerce .shop_table .variation:before{content:'';display:table;table-layout:fixed}.woocommerce-page div.woocommerce .shop_table .variation:after{clear:both}.woocommerce-page div.woocommerce .shop_table .variation dt{clear:left;float:left;font-weight:initial}@media only screen and (max-width:880px){.woocommerce-page div.woocommerce .shop_table .variation dt{float:none;width:100%}}.woocommerce-page div.woocommerce .shop_table .variation dd{clear:right;float:left;margin:0 0 0 5px}@media only screen and (max-width:880px){.woocommerce-page div.woocommerce .shop_table .variation dd{float:none;margin:0;width:100%}}.woocommerce-page div.woocommerce .col2-set{position:relative;display:flex;align-items:flex-start;margin:0 -30px}.woocommerce-page div.woocommerce .col2-set>*{width:100%;padding:0 30px;margin-bottom:60px}.woocommerce-page div.woocommerce address{font-style:normal}.woocommerce-page div.woocommerce address p{margin:0}.woocommerce-page div.woocommerce form p{margin:0}.woocommerce-page .pswp__caption__center,.woocommerce-page .pswp__counter{color:#fff}#qodef-woo-page.qodef--cart .shop_table td.product-remove,#qodef-woo-page.qodef--cart .shop_table th.product-remove,.qwfw-wishlist-table .shop_table td.product-remove,.qwfw-wishlist-table .shop_table th.product-remove,.yith-wcwl-form .shop_table td.product-remove,.yith-wcwl-form .shop_table th.product-remove{width:30px}#qodef-woo-page.qodef--cart .shop_table td.product-remove a,#qodef-woo-page.qodef--cart .shop_table th.product-remove a,.qwfw-wishlist-table .shop_table td.product-remove a,.qwfw-wishlist-table .shop_table th.product-remove a,.yith-wcwl-form .shop_table td.product-remove a,.yith-wcwl-form .shop_table th.product-remove a{font-size:20px}#qodef-woo-page.qodef--cart .shop_table td.product-thumbnail,#qodef-woo-page.qodef--cart .shop_table th.product-thumbnail,.qwfw-wishlist-table .shop_table td.product-thumbnail,.qwfw-wishlist-table .shop_table th.product-thumbnail,.yith-wcwl-form .shop_table td.product-thumbnail,.yith-wcwl-form .shop_table th.product-thumbnail{padding-left:0;width:72px}#qodef-woo-page.qodef--cart .shop_table td.product-thumbnail a,#qodef-woo-page.qodef--cart .shop_table td.product-thumbnail img,#qodef-woo-page.qodef--cart .shop_table th.product-thumbnail a,#qodef-woo-page.qodef--cart .shop_table th.product-thumbnail img,.qwfw-wishlist-table .shop_table td.product-thumbnail a,.qwfw-wishlist-table .shop_table td.product-thumbnail img,.qwfw-wishlist-table .shop_table th.product-thumbnail a,.qwfw-wishlist-table .shop_table th.product-thumbnail img,.yith-wcwl-form .shop_table td.product-thumbnail a,.yith-wcwl-form .shop_table td.product-thumbnail img,.yith-wcwl-form .shop_table th.product-thumbnail a,.yith-wcwl-form .shop_table th.product-thumbnail img{display:block;max-width:100%;width:100%}#qodef-woo-page.qodef--cart .shop_table td.product-name,#qodef-woo-page.qodef--cart .shop_table th.product-name,.qwfw-wishlist-table .shop_table td.product-name,.qwfw-wishlist-table .shop_table th.product-name,.yith-wcwl-form .shop_table td.product-name,.yith-wcwl-form .shop_table th.product-name{text-align:left}#qodef-woo-page.qodef--cart .shop_table td.product-name a,#qodef-woo-page.qodef--cart .shop_table th.product-name a,.qwfw-wishlist-table .shop_table td.product-name a,.qwfw-wishlist-table .shop_table th.product-name a,.yith-wcwl-form .shop_table td.product-name a,.yith-wcwl-form .shop_table th.product-name a{font-family:Geologica,sans-serif;font-weight:500;letter-spacing:-.01em;font-size:17px;line-height:1.29412em}#qodef-woo-page.qodef--cart .shop_table td.product-quantity input[type=number],#qodef-woo-page.qodef--cart .shop_table th.product-quantity input[type=number],.qwfw-wishlist-table .shop_table td.product-quantity input[type=number],.qwfw-wishlist-table .shop_table th.product-quantity input[type=number],.yith-wcwl-form .shop_table td.product-quantity input[type=number],.yith-wcwl-form .shop_table th.product-quantity input[type=number]{margin:0}#qodef-woo-page.qodef--cart .shop_table td.actions,#qodef-woo-page.qodef--cart .shop_table th.actions,.qwfw-wishlist-table .shop_table td.actions,.qwfw-wishlist-table .shop_table th.actions,.yith-wcwl-form .shop_table td.actions,.yith-wcwl-form .shop_table th.actions{padding:30px 0 0;text-align:initial}#qodef-woo-page.qodef--cart .shop_table td.actions .coupon,#qodef-woo-page.qodef--cart .shop_table th.actions .coupon,.qwfw-wishlist-table .shop_table td.actions .coupon,.qwfw-wishlist-table .shop_table th.actions .coupon,.yith-wcwl-form .shop_table td.actions .coupon,.yith-wcwl-form .shop_table th.actions .coupon{align-items:flex-start;display:flex;flex-wrap:wrap;float:left;position:relative;width:70%}#qodef-woo-page.qodef--cart .shop_table td.actions .coupon>*,#qodef-woo-page.qodef--cart .shop_table th.actions .coupon>*,.qwfw-wishlist-table .shop_table td.actions .coupon>*,.qwfw-wishlist-table .shop_table th.actions .coupon>*,.yith-wcwl-form .shop_table td.actions .coupon>*,.yith-wcwl-form .shop_table th.actions .coupon>*{margin-bottom:0}#qodef-woo-page.qodef--cart .shop_table td.actions label,#qodef-woo-page.qodef--cart .shop_table th.actions label,.qwfw-wishlist-table .shop_table td.actions label,.qwfw-wishlist-table .shop_table th.actions label,.yith-wcwl-form .shop_table td.actions label,.yith-wcwl-form .shop_table th.actions label{display:none}#qodef-woo-page.qodef--cart .shop_table td.actions input[type=text],#qodef-woo-page.qodef--cart .shop_table th.actions input[type=text],.qwfw-wishlist-table .shop_table td.actions input[type=text],.qwfw-wishlist-table .shop_table th.actions input[type=text],.yith-wcwl-form .shop_table td.actions input[type=text],.yith-wcwl-form .shop_table th.actions input[type=text]{margin-right:20px;width:auto}#qodef-woo-page.qodef--cart .shop_table td.actions>.button,#qodef-woo-page.qodef--cart .shop_table th.actions>.button,.qwfw-wishlist-table .shop_table td.actions>.button,.qwfw-wishlist-table .shop_table th.actions>.button,.yith-wcwl-form .shop_table td.actions>.button,.yith-wcwl-form .shop_table th.actions>.button{float:right}#qodef-woo-page.qodef--cart .shop_table.cart tbody>tr:last-child,.qwfw-wishlist-table .shop_table.cart tbody>tr:last-child,.yith-wcwl-form .shop_table.cart tbody>tr:last-child{border-bottom:0}#qodef-woo-page.qodef--cart .cart-collaterals .shop_table th,.qwfw-wishlist-table .cart-collaterals .shop_table th,.yith-wcwl-form .cart-collaterals .shop_table th{width:20%}#qodef-woo-page.qodef--cart .cart_totals,#qodef-woo-page.qodef--cart .cross-sells,.qwfw-wishlist-table .cart_totals,.qwfw-wishlist-table .cross-sells,.yith-wcwl-form .cart_totals,.yith-wcwl-form .cross-sells{margin-top:63px}#qodef-woo-page.qodef--cart .cart_totals>h2,#qodef-woo-page.qodef--cart .cross-sells>h2,.qwfw-wishlist-table .cart_totals>h2,.qwfw-wishlist-table .cross-sells>h2,.yith-wcwl-form .cart_totals>h2,.yith-wcwl-form .cross-sells>h2{font-family:Geologica,sans-serif;font-weight:500;letter-spacing:-.01em;font-size:30px;line-height:1.23333em;margin:0 0 12px}@media only screen and (max-width:1512px){#qodef-woo-page.qodef--cart .cart_totals>h2,#qodef-woo-page.qodef--cart .cross-sells>h2,.qwfw-wishlist-table .cart_totals>h2,.qwfw-wishlist-table .cross-sells>h2,.yith-wcwl-form .cart_totals>h2,.yith-wcwl-form .cross-sells>h2{font-size:27px}}#qodef-woo-page.qodef--cart #shipping_method li,.qwfw-wishlist-table #shipping_method li,.yith-wcwl-form #shipping_method li{align-items:center;display:flex;gap:20px}#qodef-woo-page.qodef--cart #shipping_method li input,.qwfw-wishlist-table #shipping_method li input,.yith-wcwl-form #shipping_method li input{margin:0}#qodef-woo-page.qodef--cart .shipping-calculator-form,.qwfw-wishlist-table .shipping-calculator-form,.yith-wcwl-form .shipping-calculator-form{margin-top:20px}#qodef-woo-page.qodef--cart .shipping-calculator-form select,.qwfw-wishlist-table .shipping-calculator-form select,.yith-wcwl-form .shipping-calculator-form select{width:auto;min-width:100%;margin:0}#qodef-woo-page.qodef--cart .wc-proceed-to-checkout,.qwfw-wishlist-table .wc-proceed-to-checkout,.yith-wcwl-form .wc-proceed-to-checkout{margin-top:20px}.woocommerce-page div.woocommerce>.cart-empty{font-family:Geologica,sans-serif;font-weight:500;letter-spacing:-.01em;font-size:30px;line-height:1.23333em;margin:0;align-items:center;text-align:center;border:none}@media only screen and (max-width:1512px){.woocommerce-page div.woocommerce>.cart-empty{font-size:27px}}.woocommerce-page div.woocommerce>.return-to-shop{margin:20px 0 0;text-align:center}.woocommerce-page div.woocommerce>.return-to-shop a{font-family:Geologica,sans-serif;font-size:16px;font-weight:500;letter-spacing:-.01em;line-height:20px;position:relative;display:inline-flex;vertical-align:middle;width:auto;margin:0;text-decoration:none;border-radius:9px;outline:0;transition:color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;padding:8px 20px 8px 19px;border-radius:7px;cursor:pointer;z-index:3;color:var(--qode-button-color,#fff);background-color:var(--qode-button-bg-color,var(--qode-main-color));border:1px solid var(--qode-button-border-color,transparent);background-color:var(--qode-main-color)}.woocommerce-page div.woocommerce>.return-to-shop a .qodef-m-text{-webkit-text-fill-color:transparent;position:relative;clip-path:inset(-.05em);perspective:100px}.woocommerce-page div.woocommerce>.return-to-shop a .qodef-m-text:after,.woocommerce-page div.woocommerce>.return-to-shop a .qodef-m-text:before{content:attr(data-title);display:block;-webkit-text-fill-color:currentColor;position:absolute;top:0;left:0;width:100%;height:100%;transition:opacity .2s ease-out,transform .55s cubic-bezier(.22,.61,.36,1)}.woocommerce-page div.woocommerce>.return-to-shop a .qodef-m-text:before{transform:translateY(0)}.woocommerce-page div.woocommerce>.return-to-shop a .qodef-m-text:after{transform:translateY(80%) skewY(0);transform:translateY(60%) skewY(0) rotateX(-90deg);transition-duration:.35s,.35s;opacity:0}.woocommerce-page div.woocommerce>.return-to-shop a:hover{color:var(--qode-button-hover-color,var(--qode-button-color,#fff));background-color:var(--qode-button-bg-hover-color,var(--qode-button-bg-color,var(--qode-main-color)));border-color:var(--qode-button-border-hover-color,var(--qode-button-border-color,transparent))}.woocommerce-page div.woocommerce>.return-to-shop a:hover .qodef-m-text:before{transform:translateY(-95%);transform:translateY(-55%) rotateX(90deg);opacity:0;transition-duration:.35s,.4s}.woocommerce-page div.woocommerce>.return-to-shop a:hover .qodef-m-text:after{opacity:1;transform:translateY(0);transition-duration:.2s,.55s}#qodef-woo-page.qodef--checkout .woocommerce-form-coupon-toggle .woocommerce-info{flex-direction:row;justify-content:space-between}@media only screen and (max-width:680px){#qodef-woo-page.qodef--checkout .woocommerce-form-coupon-toggle .woocommerce-info{flex-direction:column}}#qodef-woo-page.qodef--checkout .woocommerce-form-coupon>p{margin-bottom:10px}#qodef-woo-page.qodef--checkout .woocommerce-checkout{margin-top:40px}#qodef-woo-page.qodef--checkout .woocommerce-checkout .woocommerce-NoticeGroup-checkout li{flex-direction:row;gap:4px}#qodef-woo-page.qodef--checkout #customer_details h3{margin:0 0 20px}#qodef-woo-page.qodef--checkout #order_review_heading{margin:0 0 13px}#qodef-woo-page.qodef--checkout #order_review .shop_table th{font-family:Geologica,sans-serif;font-weight:500;letter-spacing:-.01em;color:var(--qode-main-color);font-size:17px;line-height:1.29412em}#qodef-woo-page.qodef--checkout .woocommerce-checkout-payment{margin-top:30px}#qodef-woo-page.qodef--checkout .woocommerce-checkout-payment .place-order{margin-top:30px}#qodef-woo-page.qodef--checkout .woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper{margin-bottom:15px}#qodef-woo-page.qodef--checkout .wc_payment_methods{margin:0;padding:0;list-style:none}#qodef-woo-page.qodef--checkout .wc_payment_methods li{position:relative;margin:0;padding:15px 0;border-bottom:1px solid #ebebeb}#qodef-woo-page.qodef--checkout .wc_payment_methods li p{margin:0}#qodef-woo-page.qodef--checkout .wc_payment_methods li{padding-left:25px;padding-right:25px}#qodef-woo-page.qodef--checkout .wc_payment_methods .input-radio{position:absolute;top:18px;left:0;margin:0}#qodef-woo-page.qodef--checkout .wc_payment_methods label{font-family:Geologica,sans-serif;font-weight:500;letter-spacing:-.01em;color:var(--qode-main-color);font-size:17px;line-height:1.29412em;margin:0;cursor:pointer}#qodef-woo-page.qodef--checkout .wc_payment_method:not(.payment_method_paypal) p{margin:10px 0 0}#qodef-woo-page.qodef--checkout .wc_payment_method.payment_method_paypal .input-radio{top:61px}#qodef-woo-page.qodef--checkout .wc_payment_method.payment_method_paypal label img{margin:0 15px 0 10px}#qodef-woo-page.qodef--checkout .woocommerce-billing-fields p:last-of-type input{margin-bottom:0}.woocommerce-account .woocommerce-MyAccount-navigation{position:relative;display:inline-block;vertical-align:top;width:30%;float:left;padding-right:50px}.woocommerce-account .woocommerce-MyAccount-navigation ul{margin:0;padding:0;list-style:none}.woocommerce-account .woocommerce-MyAccount-navigation ul li{position:relative;margin:0;padding:15px 0;border-bottom:1px solid #ebebeb}.woocommerce-account .woocommerce-MyAccount-navigation ul li p{margin:0}.woocommerce-account .woocommerce-MyAccount-navigation ul li a{font-family:Geologica,sans-serif;font-weight:500;letter-spacing:-.01em;font-size:23px;line-height:1.30435em}@media only screen and (max-width:1512px){.woocommerce-account .woocommerce-MyAccount-navigation ul li a{font-size:20px}}.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a{color:var(--qode-main-color)}.woocommerce-account .woocommerce-MyAccount-content{position:relative;display:inline-block;vertical-align:top;width:70%;float:left}.woocommerce-account .woocommerce-MyAccount-content .woocommerce-order-details{margin:30px 0 0}.woocommerce-account .woocommerce-MyAccount-content .woocommerce-customer-details{margin:48px 0 0}.woocommerce-account .woocommerce-MyAccount-content h2{font-family:Geologica,sans-serif;font-weight:500;letter-spacing:-.01em;font-size:30px;line-height:1.23333em;margin:0 0 20px}@media only screen and (max-width:1512px){.woocommerce-account .woocommerce-MyAccount-content h2{font-size:27px}}.woocommerce-account .woocommerce-MyAccount-content .order-again{margin:30px 0 0}.woocommerce-account .woocommerce-MyAccount-content .woocommerce-error,.woocommerce-account .woocommerce-MyAccount-content .woocommerce-info,.woocommerce-account .woocommerce-MyAccount-content .woocommerce-message{flex-direction:row;align-items:center;justify-content:space-between}.woocommerce-account .button{font-family:Geologica,sans-serif;font-size:16px;font-weight:500;letter-spacing:-.01em;line-height:20px;position:relative;display:inline-flex;vertical-align:middle;width:auto;margin:0;text-decoration:none;border-radius:9px;outline:0;transition:color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;padding:8px 20px 8px 19px;border-radius:7px;cursor:pointer;z-index:3;color:var(--qode-button-color,#fff);background-color:var(--qode-button-bg-color,var(--qode-main-color));border:1px solid var(--qode-button-border-color,transparent);background-color:var(--qode-main-color)}.woocommerce-account .button .qodef-m-text{-webkit-text-fill-color:transparent;position:relative;clip-path:inset(-.05em);perspective:100px}.woocommerce-account .button .qodef-m-text:after,.woocommerce-account .button .qodef-m-text:before{content:attr(data-title);display:block;-webkit-text-fill-color:currentColor;position:absolute;top:0;left:0;width:100%;height:100%;transition:opacity .2s ease-out,transform .55s cubic-bezier(.22,.61,.36,1)}.woocommerce-account .button .qodef-m-text:before{transform:translateY(0)}.woocommerce-account .button .qodef-m-text:after{transform:translateY(80%) skewY(0);transform:translateY(60%) skewY(0) rotateX(-90deg);transition-duration:.35s,.35s;opacity:0}.woocommerce-account .button:hover{color:var(--qode-button-hover-color,var(--qode-button-color,#fff));background-color:var(--qode-button-bg-hover-color,var(--qode-button-bg-color,var(--qode-main-color)));border-color:var(--qode-button-border-hover-color,var(--qode-button-border-color,transparent))}.woocommerce-account .button:hover .qodef-m-text:before{transform:translateY(-95%);transform:translateY(-55%) rotateX(90deg);opacity:0;transition-duration:.35s,.4s}.woocommerce-account .button:hover .qodef-m-text:after{opacity:1;transform:translateY(0);transition-duration:.2s,.55s}.woocommerce-account .woocommerce-form-login .woocommerce-form__label-for-checkbox{display:inline-block;margin-left:5px;margin-bottom:0}.woocommerce-account .woocommerce-form-login .woocommerce-LostPassword{margin-top:10px}.woocommerce-account .woocommerce-form-login .woocommerce-LostPassword a{--qodef-underline-position-y:100%;--qodef-underline-height:1px;background-repeat:no-repeat;background-image:linear-gradient(90deg,currentColor 0,currentColor 100%);background-position:0 var(--qodef-underline-position-y);background-size:0 var(--qodef-underline-height);transition:background-size .5s cubic-bezier(.25,.46,.35,.94),color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out}.woocommerce-account .woocommerce-form-login .woocommerce-LostPassword a:hover{background-size:100% var(--qodef-underline-height)}.woocommerce-account .woocommerce-form-login p.form-row:not(.woocommerce-form-row){display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:center}.woocommerce-account .woocommerce-form-login .woocommerce-form__label-for-checkbox{display:flex;align-items:center;margin-left:16px;margin-bottom:0}.woocommerce-account .woocommerce-form-register .woocommerce-privacy-policy-text{margin-bottom:31px}.woocommerce-account .woocommerce-EditAccountForm fieldset{padding:0;margin:0}.woocommerce-account .woocommerce-EditAccountForm fieldset legend{display:none}.woocommerce-account .woocommerce-EditAccountForm .woocommerce-form-row{margin:0 0 20px}.woocommerce-account .woocommerce-EditAccountForm .woocommerce-form-row input[type=email],.woocommerce-account .woocommerce-EditAccountForm .woocommerce-form-row input[type=password],.woocommerce-account .woocommerce-EditAccountForm .woocommerce-form-row input[type=text]{margin:0}.woocommerce-order-received .woocommerce-order .woocommerce-thankyou-order-received{font-family:Geologica,sans-serif;font-weight:500;letter-spacing:-.01em;font-size:30px;line-height:1.23333em;margin:0 0 20px}@media only screen and (max-width:1512px){.woocommerce-order-received .woocommerce-order .woocommerce-thankyou-order-received{font-size:27px}}.woocommerce-order-received .woocommerce-order .woocommerce-order-overview{margin:0;padding:0;list-style:none}.woocommerce-order-received .woocommerce-order .woocommerce-order-overview li{position:relative;margin:0;padding:15px 0;border-bottom:1px solid #ebebeb}.woocommerce-order-received .woocommerce-order .woocommerce-order-overview li p{margin:0}.woocommerce-order-received .woocommerce-order .woocommerce-order-details{margin-top:40px}.woocommerce-order-received .woocommerce-order h2{font-family:Geologica,sans-serif;font-weight:500;letter-spacing:-.01em;font-size:30px;line-height:1.23333em;margin:0 0 20px}@media only screen and (max-width:1512px){.woocommerce-order-received .woocommerce-order h2{font-size:27px}}.woocommerce-order-received .woocommerce-order .woocommerce-customer-details{margin-top:50px}#qodef-woo-page .woocommerce-pagination{position:relative;display:flex;align-items:center;margin-top:43px}#qodef-woo-page .woocommerce-pagination .page-numbers{position:relative;margin:0 6px;padding:0 3px;color:var(--qode-main-color);font-size:17px;line-height:1.29412em;font-family:Geologica,sans-serif;font-weight:500;letter-spacing:0}#qodef-woo-page .woocommerce-pagination .page-numbers *{display:block;line-height:inherit}#qodef-woo-page .woocommerce-pagination .page-numbers:first-child{margin-left:0}#qodef-woo-page .woocommerce-pagination .page-numbers:last-child{margin-right:0}#qodef-woo-page .woocommerce-pagination .page-numbers.next,#qodef-woo-page .woocommerce-pagination .page-numbers.prev{padding:0;display:inline-flex;width:26px;height:26px;border-radius:50%;align-items:center;justify-content:center;background:#eff4f8;border:1px solid #e4edf5}#qodef-woo-page .woocommerce-pagination .page-numbers.next svg,#qodef-woo-page .woocommerce-pagination .page-numbers.prev svg{position:relative;display:block;width:6px;height:auto;transition:transform .48s cubic-bezier(.18,.79,.29,.93);transform:translateX(0);--qode-x:2px}#qodef-woo-page .woocommerce-pagination .page-numbers.next:hover svg,#qodef-woo-page .woocommerce-pagination .page-numbers.prev:hover svg{transform:translateX(var(--qode-x))}#qodef-woo-page .woocommerce-pagination .page-numbers.prev{margin-right:10px}#qodef-woo-page .woocommerce-pagination .page-numbers.prev svg{--qode-x:-2px}#qodef-woo-page .woocommerce-pagination .page-numbers.next{margin-left:10px}#qodef-woo-page .woocommerce-pagination .page-numbers.current,#qodef-woo-page .woocommerce-pagination .page-numbers:hover{color:var(--qode-main-color)}.qodef-woo-product-list>.qodef-grid-inner{list-style:none}.qodef-woo-product-list .qodef-e-content,.qodef-woo-product-list .qodef-e-inner,.qodef-woo-product-list .qodef-e-media{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-woo-product-list .qodef-e-media>.woocommerce-LoopProduct-link{position:absolute;top:0;left:0;width:100%;height:100%}.qodef-woo-product-list .qodef-e-media-image{position:relative;display:inline-block;vertical-align:top;width:100%}.qodef-woo-product-list .qodef-e-media-image a,.qodef-woo-product-list .qodef-e-media-image img{display:block;width:100%}.qodef-woo-product-list:not(.qodef-item-layout--info-left):not(.qodef-item-layout--info-right) .qodef-e-media-image img{transform:scale(1.001);--qode-hover-scale:1.024;transition:transform .6s cubic-bezier(.34,.78,.45,.98)}.qodef-woo-product-list:not(.qodef-item-layout--info-left):not(.qodef-item-layout--info-right) .qodef-e-inner:hover .qodef-e-media-image img{transform:scale(var(--qode-hover-scale))}.qodef-woo-product-list .qodef-e-content{margin:17px 0 0}.qodef-woo-product-list .qodef-e-content span.qodef-woo-product-title{font-family:Inter,sans-serif;font-size:16px;font-weight:400;letter-spacing:0;line-height:20px;color:#283661}.qodef-woo-product-list .qodef-woo-product-title{transition:color .2s ease-out}.qodef-woo-product-list .qodef-e-top-holder{margin-bottom:2px}.qodef-woo-product-list .qodef-woo-ratings{margin-top:8px}.qodef-woo-product-list .qodef-e-media-inner{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:flex-end;justify-content:flex-start;flex-direction:column;padding:10px 11px;background-color:rgba(var(--qode-main-color),.12);text-align:center;--qode-x:0px;--qode-y:14px;opacity:0;transform:translateX(var(--qode-x)) translateY(var(--qode-y));transition:opacity .37s ease-out,transform .55s cubic-bezier(.18,.79,.29,.93);z-index:2;pointer-events:none}.qodef-woo-product-list .qodef-e-media-inner .qqvfw-quick-view-button-wrapper{--qode-x:0px;--qode-y:7px;opacity:0;transform:translateX(var(--qode-x)) translateY(var(--qode-y));transition:opacity .37s ease-out,transform .55s cubic-bezier(.18,.79,.29,.93)}.qodef-woo-product-list .qodef-e-media-inner .qodef-e-add-to-cart-button-wrapper{--qode-x:0px;--qode-y:7px;opacity:0;transform:translateX(var(--qode-x)) translateY(var(--qode-y));transition:opacity .37s ease-out,transform .55s cubic-bezier(.18,.79,.29,.93)}.qodef-woo-product-list .qodef-e-media-inner a{position:relative;z-index:3;pointer-events:all}.qodef-woo-product-list .qodef-e-media-inner .qodef-woo-product-title{color:#fff}.qodef-woo-product-list .qodef-e-media-inner .qodef-woo-product-title a{color:inherit}.qodef-woo-product-list .qodef-e-media-inner .qodef-e-info>*{color:#fff}.qodef-woo-product-list .qodef-e-media-inner .qodef-e-info a{color:#fff}.qodef-woo-product-list .qodef-e-media-inner .qodef-e-info a:hover{color:#fff}.qodef-woo-product-list .qodef-e-media-inner .price{color:#fff}.qodef-woo-product-list select{min-width:50%}.qodef-woo-product-list .select2{margin:0}.qodef-woo-product-list ul.products{--qode-columns:3;--qode-columns-row-gap:30px;--qode-columns-col-gap:30px;position:relative;display:grid;grid-template-columns:repeat(var(--qode-columns),minmax(0,1fr));row-gap:var(--qode-columns-row-gap);column-gap:var(--qode-columns-col-gap);padding:0;margin:0;list-style:none}.qodef-woo-product-list ul.products.columns-1{--qode-columns:1}.qodef-woo-product-list ul.products.columns-2{--qode-columns:2}.qodef-woo-product-list ul.products.columns-3{--qode-columns:3}.qodef-woo-product-list ul.products.columns-4{--qode-columns:4}.qodef-woo-product-list ul.products.columns-5{--qode-columns:5}.qodef-woo-product-list ul.products.columns-6{--qode-columns:6}.qodef-woo-product-list ul.products.columns-7{--qode-columns:7}.qodef-woo-product-list ul.products.columns-8{--qode-columns:8}.qodef-woo-product-list.qodef-vertical-gutter--no ul.products{--qode-columns-row-gap:0px}.qodef-woo-product-list.qodef-vertical-gutter--tiny ul.products{--qode-columns-row-gap:10px}.qodef-woo-product-list.qodef-vertical-gutter--small ul.products{--qode-columns-row-gap:20px}.qodef-woo-product-list.qodef-vertical-gutter--normal ul.products{--qode-columns-row-gap:30px}.qodef-woo-product-list.qodef-vertical-gutter--medium ul.products{--qode-columns-row-gap:40px}.qodef-woo-product-list.qodef-vertical-gutter--large ul.products{--qode-columns-row-gap:50px}.qodef-woo-product-list.qodef-vertical-gutter--huge ul.products{--qode-columns-row-gap:80px}.qodef-woo-product-list.qodef-gutter--no ul.products{--qode-columns-col-gap:0px}.qodef-woo-product-list.qodef-gutter--tiny ul.products{--qode-columns-col-gap:10px}.qodef-woo-product-list.qodef-gutter--small ul.products{--qode-columns-col-gap:20px}.qodef-woo-product-list.qodef-gutter--normal ul.products{--qode-columns-col-gap:30px}.qodef-woo-product-list.qodef-gutter--medium ul.products{--qode-columns-col-gap:40px}.qodef-woo-product-list.qodef-gutter--large ul.products{--qode-columns-col-gap:50px}.qodef-woo-product-list.qodef-gutter--huge ul.products{--qode-columns-col-gap:80px}.qodef-woo-product-list.qodef-vertical-gutter--custom{--qode-vertical-gutter-custom:30px;--qode-vertical-gutter-custom-1512:30px;--qode-vertical-gutter-custom-1200:30px;--qode-vertical-gutter-custom-880:30px}.qodef-woo-product-list.qodef-vertical-gutter--custom ul.products{--qode-columns-row-gap:var(--qode-vertical-gutter-custom,30px)}.qodef-woo-product-list.qodef-gutter--custom{--qode-gutter-custom:30px;--qode-gutter-custom-1512:30px;--qode-gutter-custom-1200:30px;--qode-gutter-custom-880:30px}.qodef-woo-product-list.qodef-gutter--custom ul.products{--qode-columns-col-gap:var(--qode-gutter-custom,30px)}.qodef-woo-product-list .qodef-e-inner>.woocommerce-LoopProduct-link{position:absolute;top:0;left:0;width:100%;height:100%}.touchevents .qodef-woo-product-list .qodef-e-inner{cursor:pointer}.qodef-woo-product-list .qodef-e-inner:hover .qodef-e-media-inner{opacity:1;transform:translateX(0) translateY(0)}.qodef-woo-product-list .qodef-e-inner:hover .qodef-e-media-inner .qqvfw-quick-view-button-wrapper{opacity:1;transform:translateX(0) translateY(0);transition-delay:.03s,.03s}.qodef-woo-product-list .qodef-e-inner:hover .qodef-e-media-inner .qodef-e-add-to-cart-button-wrapper{opacity:1;transform:translateX(0) translateY(0);transition-delay:.1s,.1s}.qodef-woo-product-list.qodef-woo-product-list--light-background li{background:#fff}.qodef-woo-product-list.qodef-woo-product-list--image-border .qodef-e-media{border:1px solid #ebebeb;transition:all .3s;border-radius:20px;overflow:hidden}.qodef-woo-product-list.qodef-woo-product-list--image-border.qodef-item-layout--info-right .qodef-e-media{border:0}.qodef-woo-product-list.qodef-woo-product-list--item-border .qodef-grid-item,.qodef-woo-product-list.qodef-woo-product-list--item-border .swiper-slide{border-radius:20px;overflow:hidden}.qodef-woo-product-list.qodef-woo-product-list--item-border .qodef-grid-item .qodef-e-content,.qodef-woo-product-list.qodef-woo-product-list--item-border .swiper-slide .qodef-e-content{padding:0 25px 34px}@media only screen and (max-width:680px){.qodef-woo-product-list.qodef-woo-product-list--item-border .qodef-grid-item .qodef-e-content,.qodef-woo-product-list.qodef-woo-product-list--item-border .swiper-slide .qodef-e-content{padding:0 10px 34px}}.qodef-woo-product-list.qodef-woo-product-list--item-border.qodef-gutter--no .swiper-wrapper,.qodef-woo-product-list.qodef-woo-product-list--item-border.qodef-gutter--no>.qodef-grid-inner{border-top:1px solid #ebebeb;border-left:1px solid #ebebeb}.qodef-woo-product-list.qodef-woo-product-list--item-border.qodef-gutter--no .swiper-wrapper>.qodef-grid-item:not(.qodef-custom-product-item),.qodef-woo-product-list.qodef-woo-product-list--item-border.qodef-gutter--no .swiper-wrapper>li:not(.qodef-custom-product-item),.qodef-woo-product-list.qodef-woo-product-list--item-border.qodef-gutter--no>.qodef-grid-inner>.qodef-grid-item:not(.qodef-custom-product-item),.qodef-woo-product-list.qodef-woo-product-list--item-border.qodef-gutter--no>.qodef-grid-inner>li:not(.qodef-custom-product-item){border:0;border-right:1px solid #ebebeb;border-bottom:1px solid #ebebeb}.qodef-woo-product-list.qodef-woo-product-list--item-border:not(.qodef-gutter--no) .swiper-wrapper>.qodef-grid-item:not(.qodef-custom-product-item),.qodef-woo-product-list.qodef-woo-product-list--item-border:not(.qodef-gutter--no) .swiper-wrapper>li:not(.qodef-custom-product-item),.qodef-woo-product-list.qodef-woo-product-list--item-border:not(.qodef-gutter--no)>.qodef-grid-inner>.qodef-grid-item:not(.qodef-custom-product-item),.qodef-woo-product-list.qodef-woo-product-list--item-border:not(.qodef-gutter--no)>.qodef-grid-inner>li:not(.qodef-custom-product-item){border:1px solid #ebebeb}.qodef-woo-product-list.qodef-woo-product-list--item-border.qodef-woo-product-list--hover-border .qodef-grid-item:not(.qodef-custom-product-item):before{content:'';display:inline-block;width:100%;height:100%;position:absolute;top:0;left:0;pointer-events:none;border:1px solid transparent;z-index:10;transition:border-color .2s ease-out}.qodef-woo-product-list.qodef-woo-product-list--item-border.qodef-woo-product-list--hover-border .qodef-grid-item:not(.qodef-custom-product-item):hover:before{border:1px solid #000}.qodef-woo-product-list.qodef-woo-product-list--item-border.qodef-woo-product-list--item-light-border.qodef-gutter--no .swiper-wrapper,.qodef-woo-product-list.qodef-woo-product-list--item-border.qodef-woo-product-list--item-light-border.qodef-gutter--no>.qodef-grid-inner{border-color:#fff}.qodef-woo-product-list.qodef-woo-product-list--item-border.qodef-woo-product-list--item-light-border.qodef-gutter--no .swiper-wrapper>.qodef-grid-item:not(.qodef-custom-product-item),.qodef-woo-product-list.qodef-woo-product-list--item-border.qodef-woo-product-list--item-light-border.qodef-gutter--no .swiper-wrapper>li:not(.qodef-custom-product-item),.qodef-woo-product-list.qodef-woo-product-list--item-border.qodef-woo-product-list--item-light-border.qodef-gutter--no>.qodef-grid-inner>.qodef-grid-item:not(.qodef-custom-product-item),.qodef-woo-product-list.qodef-woo-product-list--item-border.qodef-woo-product-list--item-light-border.qodef-gutter--no>.qodef-grid-inner>li:not(.qodef-custom-product-item){border-color:#fff}.qodef-woo-product-list.qodef-woo-product-list--item-border.qodef-woo-product-list--item-light-border:not(.qodef-gutter--no) .swiper-wrapper>.qodef-grid-item:not(.qodef-custom-product-item),.qodef-woo-product-list.qodef-woo-product-list--item-border.qodef-woo-product-list--item-light-border:not(.qodef-gutter--no) .swiper-wrapper>li:not(.qodef-custom-product-item),.qodef-woo-product-list.qodef-woo-product-list--item-border.qodef-woo-product-list--item-light-border:not(.qodef-gutter--no)>.qodef-grid-inner>.qodef-grid-item:not(.qodef-custom-product-item),.qodef-woo-product-list.qodef-woo-product-list--item-border.qodef-woo-product-list--item-light-border:not(.qodef-gutter--no)>.qodef-grid-inner>li:not(.qodef-custom-product-item){border-color:#fff}.qodef-woo-product-list.qodef-woo-product-list--icon-add-to-cart .qodef-grid-item .qodef-e-content,.qodef-woo-product-list.qodef-woo-product-list--icon-add-to-cart .swiper-slide .qodef-e-content{padding:0 25px 22px}@media only screen and (max-width:680px){.qodef-woo-product-list.qodef-woo-product-list--icon-add-to-cart .qodef-grid-item .qodef-e-content,.qodef-woo-product-list.qodef-woo-product-list--icon-add-to-cart .swiper-slide .qodef-e-content{padding:0 10px 22px}}.qodef-browser--safari .qodef-woo-product-list.qodef-woo-product-list--icon-add-to-cart .qodef-grid-item .qodef-e-content,.qodef-browser--safari .qodef-woo-product-list.qodef-woo-product-list--icon-add-to-cart .swiper-slide .qodef-e-content{will-change:transform}#qode-quick-view-for-woocommerce-pop-up .qodef-quantity-buttons,#qodef-woo-page .qodef-quantity-buttons,#yith-quick-view-modal .qodef-quantity-buttons{position:relative;display:inline-flex;align-items:center;width:84px;height:40px;vertical-align:middle;padding:0 20px;border:1px solid #ebebeb;border-radius:7px;background-color:#fff}#qode-quick-view-for-woocommerce-pop-up .qodef-quantity-buttons .qodef-quantity-input,#qode-quick-view-for-woocommerce-pop-up .qodef-quantity-buttons .qodef-quantity-minus,#qode-quick-view-for-woocommerce-pop-up .qodef-quantity-buttons .qodef-quantity-plus,#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-input,#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-minus,#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-plus,#yith-quick-view-modal .qodef-quantity-buttons .qodef-quantity-input,#yith-quick-view-modal .qodef-quantity-buttons .qodef-quantity-minus,#yith-quick-view-modal .qodef-quantity-buttons .qodef-quantity-plus{display:inline-block;vertical-align:middle;font-size:19px;font-family:inherit;font-weight:600;text-align:center;-webkit-user-select:none;-ms-user-select:none;user-select:none;color:var(--qode-main-color)}#qode-quick-view-for-woocommerce-pop-up .qodef-quantity-buttons .qodef-quantity-input,#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-input,#yith-quick-view-modal .qodef-quantity-buttons .qodef-quantity-input{position:relative;padding:0;margin:0;font-family:inherit;font-family:Inter,sans-serif;font-size:16px;font-weight:400;letter-spacing:0;line-height:20px;display:inline-flex;vertical-align:middle;flex-wrap:wrap;color:var(--qode-main-color);outline:0;border:none!important;border-radius:0}#qode-quick-view-for-woocommerce-pop-up .qodef-quantity-buttons .qodef-quantity-input[type=number]::-webkit-inner-spin-button,#qode-quick-view-for-woocommerce-pop-up .qodef-quantity-buttons .qodef-quantity-input[type=number]::-webkit-outer-spin-button,#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-input[type=number]::-webkit-inner-spin-button,#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-input[type=number]::-webkit-outer-spin-button,#yith-quick-view-modal .qodef-quantity-buttons .qodef-quantity-input[type=number]::-webkit-inner-spin-button,#yith-quick-view-modal .qodef-quantity-buttons .qodef-quantity-input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}#qode-quick-view-for-woocommerce-pop-up .qodef-quantity-buttons .qodef-quantity-minus,#qode-quick-view-for-woocommerce-pop-up .qodef-quantity-buttons .qodef-quantity-plus,#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-minus,#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-plus,#yith-quick-view-modal .qodef-quantity-buttons .qodef-quantity-minus,#yith-quick-view-modal .qodef-quantity-buttons .qodef-quantity-plus{flex-shrink:0;position:relative;right:0;width:6px;height:10px;line-height:23px;border-left:0;cursor:pointer;transition:color .2s ease-out;-webkit-mask:url(/wp-content/themes/vitasana/assets/img/chevron-left.svg) no-repeat center center/6px 10px;mask:url(/wp-content/themes/vitasana/assets/img/chevron-left.svg) no-repeat center center/6px 10px;background-color:currentColor}#qode-quick-view-for-woocommerce-pop-up .qodef-quantity-buttons .qodef-quantity-minus:hover,#qode-quick-view-for-woocommerce-pop-up .qodef-quantity-buttons .qodef-quantity-plus:hover,#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-minus:hover,#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-plus:hover,#yith-quick-view-modal .qodef-quantity-buttons .qodef-quantity-minus:hover,#yith-quick-view-modal .qodef-quantity-buttons .qodef-quantity-plus:hover{color:var(--qode-main-color)}#qode-quick-view-for-woocommerce-pop-up .qodef-quantity-buttons .qodef-quantity-plus,#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-plus,#yith-quick-view-modal .qodef-quantity-buttons .qodef-quantity-plus{top:0;border-bottom:0;transform:rotate(180deg)}#qode-quick-view-for-woocommerce-pop-up .qodef-quantity-buttons .qodef-quantity-minus,#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-minus,#yith-quick-view-modal .qodef-quantity-buttons .qodef-quantity-minus{bottom:0}.qodef-woo-results{position:relative;display:flex;flex-direction:row-reverse;align-items:center;justify-content:space-between;margin-bottom:22px}.qodef-woo-results .woocommerce-ordering select{width:auto;min-width:220px;margin:0}.qodef-woo-results .woocommerce-ordering .select2-container--default{margin:0}.qodef-woo-results .woocommerce-result-count{margin:0}#qode-quick-view-for-woocommerce-pop-up .woocommerce-message,#qodef-woo-page.qodef--single .woocommerce-message,#yith-quick-view-content.single-product .woocommerce-message{flex-direction:row-reverse;align-items:center;justify-content:space-between}@media only screen and (max-width:680px){#qode-quick-view-for-woocommerce-pop-up .woocommerce-message,#qodef-woo-page.qodef--single .woocommerce-message,#yith-quick-view-content.single-product .woocommerce-message{flex-direction:column-reverse;align-items:flex-start}}#qode-quick-view-for-woocommerce-pop-up>.product,#qodef-woo-page.qodef--single>.product,#yith-quick-view-content.single-product>.product{position:relative;display:inline-block;width:100%;vertical-align:top}#qode-quick-view-for-woocommerce-pop-up.qodef--extra-column .qodef-woo-single-inner,#qodef-woo-page.qodef--single.qodef--extra-column .qodef-woo-single-inner,#yith-quick-view-content.single-product.qodef--extra-column .qodef-woo-single-inner{grid-template-columns:minmax(0,41%) minmax(0,33%) minmax(0,1fr)}#qode-quick-view-for-woocommerce-pop-up .qodef-woo-single-inner,#qodef-woo-page.qodef--single .qodef-woo-single-inner,#yith-quick-view-content.single-product .qodef-woo-single-inner{position:relative;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:40px}#qode-quick-view-for-woocommerce-pop-up .qodef-woo-single-image,#qodef-woo-page.qodef--single .qodef-woo-single-image,#yith-quick-view-content.single-product .qodef-woo-single-image{position:relative;display:inline-block;width:100%;vertical-align:top}#qode-quick-view-for-woocommerce-pop-up .qodef-woo-single-image .zoomImg,#qodef-woo-page.qodef--single .qodef-woo-single-image .zoomImg,#yith-quick-view-content.single-product .qodef-woo-single-image .zoomImg{cursor:crosshair}#qode-quick-view-for-woocommerce-pop-up .woocommerce-product-gallery,#qodef-woo-page.qodef--single .woocommerce-product-gallery,#yith-quick-view-content.single-product .woocommerce-product-gallery{position:relative;display:inline-block;width:100%;vertical-align:top}#qode-quick-view-for-woocommerce-pop-up .woocommerce-product-gallery.qodef-position--below,#qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--below,#yith-quick-view-content.single-product .woocommerce-product-gallery.qodef-position--below{margin:0 0 14px}#qode-quick-view-for-woocommerce-pop-up .woocommerce-product-gallery .woocommerce-product-gallery__wrapper,#qodef-woo-page.qodef--single .woocommerce-product-gallery .woocommerce-product-gallery__wrapper,#yith-quick-view-content.single-product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper{position:relative}#qode-quick-view-for-woocommerce-pop-up .woocommerce-product-gallery .woocommerce-product-gallery__wrapper a,#qode-quick-view-for-woocommerce-pop-up .woocommerce-product-gallery .woocommerce-product-gallery__wrapper img,#qodef-woo-page.qodef--single .woocommerce-product-gallery .woocommerce-product-gallery__wrapper a,#qodef-woo-page.qodef--single .woocommerce-product-gallery .woocommerce-product-gallery__wrapper img,#yith-quick-view-content.single-product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper a,#yith-quick-view-content.single-product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper img{display:block;width:100%;border-radius:20px}#qode-quick-view-for-woocommerce-pop-up .woocommerce-product-gallery .woocommerce-product-gallery__wrapper a,#qodef-woo-page.qodef--single .woocommerce-product-gallery .woocommerce-product-gallery__wrapper a,#yith-quick-view-content.single-product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper a{border:1px solid #ebebeb}#qode-quick-view-for-woocommerce-pop-up .woocommerce-product-gallery .woocommerce-product-gallery__wrapper>.woocommerce-product-gallery__image,#qodef-woo-page.qodef--single .woocommerce-product-gallery .woocommerce-product-gallery__wrapper>.woocommerce-product-gallery__image,#yith-quick-view-content.single-product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper>.woocommerce-product-gallery__image{position:relative;width:100%!important;overflow:hidden}#qode-quick-view-for-woocommerce-pop-up .woocommerce-product-gallery .woocommerce-product-gallery__wrapper>.qodef-woo-thumbnails-wrapper,#qodef-woo-page.qodef--single .woocommerce-product-gallery .woocommerce-product-gallery__wrapper>.qodef-woo-thumbnails-wrapper,#yith-quick-view-content.single-product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper>.qodef-woo-thumbnails-wrapper{display:grid;gap:16px}#qode-quick-view-for-woocommerce-pop-up .woocommerce-product-gallery .woocommerce-product-gallery__trigger,#qodef-woo-page.qodef--single .woocommerce-product-gallery .woocommerce-product-gallery__trigger,#yith-quick-view-content.single-product .woocommerce-product-gallery .woocommerce-product-gallery__trigger{position:absolute;top:10px;left:10px;width:30px;height:30px;line-height:30px;text-align:center;z-index:5}#qode-quick-view-for-woocommerce-pop-up .woocommerce-product-gallery.woocommerce-product-gallery--columns-1 .woocommerce-product-gallery__wrapper>.qodef-woo-thumbnails-wrapper,#qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-1 .woocommerce-product-gallery__wrapper>.qodef-woo-thumbnails-wrapper,#yith-quick-view-content.single-product .woocommerce-product-gallery.woocommerce-product-gallery--columns-1 .woocommerce-product-gallery__wrapper>.qodef-woo-thumbnails-wrapper{grid-template-columns:repeat(1,minmax(0,1fr))}#qode-quick-view-for-woocommerce-pop-up .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .woocommerce-product-gallery__wrapper>.qodef-woo-thumbnails-wrapper,#qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .woocommerce-product-gallery__wrapper>.qodef-woo-thumbnails-wrapper,#yith-quick-view-content.single-product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .woocommerce-product-gallery__wrapper>.qodef-woo-thumbnails-wrapper{grid-template-columns:repeat(2,minmax(0,1fr))}#qode-quick-view-for-woocommerce-pop-up .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .woocommerce-product-gallery__wrapper>.qodef-woo-thumbnails-wrapper,#qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .woocommerce-product-gallery__wrapper>.qodef-woo-thumbnails-wrapper,#yith-quick-view-content.single-product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .woocommerce-product-gallery__wrapper>.qodef-woo-thumbnails-wrapper{grid-template-columns:repeat(3,minmax(0,1fr))}#qode-quick-view-for-woocommerce-pop-up .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .woocommerce-product-gallery__wrapper>.qodef-woo-thumbnails-wrapper,#qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .woocommerce-product-gallery__wrapper>.qodef-woo-thumbnails-wrapper,#yith-quick-view-content.single-product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .woocommerce-product-gallery__wrapper>.qodef-woo-thumbnails-wrapper{grid-template-columns:repeat(4,minmax(0,1fr))}#qode-quick-view-for-woocommerce-pop-up .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .woocommerce-product-gallery__wrapper>.qodef-woo-thumbnails-wrapper,#qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .woocommerce-product-gallery__wrapper>.qodef-woo-thumbnails-wrapper,#yith-quick-view-content.single-product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .woocommerce-product-gallery__wrapper>.qodef-woo-thumbnails-wrapper{grid-template-columns:repeat(5,minmax(0,1fr))}#qode-quick-view-for-woocommerce-pop-up .woocommerce-product-gallery.woocommerce-product-gallery--columns-6 .woocommerce-product-gallery__wrapper>.qodef-woo-thumbnails-wrapper,#qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-6 .woocommerce-product-gallery__wrapper>.qodef-woo-thumbnails-wrapper,#yith-quick-view-content.single-product .woocommerce-product-gallery.woocommerce-product-gallery--columns-6 .woocommerce-product-gallery__wrapper>.qodef-woo-thumbnails-wrapper{grid-template-columns:repeat(6,minmax(0,1fr))}#qode-quick-view-for-woocommerce-pop-up .woocommerce-product-gallery.woocommerce-product-gallery--columns-7 .woocommerce-product-gallery__wrapper>.qodef-woo-thumbnails-wrapper,#qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-7 .woocommerce-product-gallery__wrapper>.qodef-woo-thumbnails-wrapper,#yith-quick-view-content.single-product .woocommerce-product-gallery.woocommerce-product-gallery--columns-7 .woocommerce-product-gallery__wrapper>.qodef-woo-thumbnails-wrapper{grid-template-columns:repeat(7,minmax(0,1fr))}#qode-quick-view-for-woocommerce-pop-up .woocommerce-product-gallery.woocommerce-product-gallery--columns-8 .woocommerce-product-gallery__wrapper>.qodef-woo-thumbnails-wrapper,#qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-8 .woocommerce-product-gallery__wrapper>.qodef-woo-thumbnails-wrapper,#yith-quick-view-content.single-product .woocommerce-product-gallery.woocommerce-product-gallery--columns-8 .woocommerce-product-gallery__wrapper>.qodef-woo-thumbnails-wrapper{grid-template-columns:repeat(8,minmax(0,1fr))}#qode-quick-view-for-woocommerce-pop-up .woocommerce-product-gallery.qodef-position--left .woocommerce-product-gallery__trigger,#qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left .woocommerce-product-gallery__trigger,#yith-quick-view-content.single-product .woocommerce-product-gallery.qodef-position--left .woocommerce-product-gallery__trigger{left:calc(27% + 16px + 10px)}#qode-quick-view-for-woocommerce-pop-up .woocommerce-product-gallery.qodef-position--left .woocommerce-product-gallery__wrapper,#qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left .woocommerce-product-gallery__wrapper,#yith-quick-view-content.single-product .woocommerce-product-gallery.qodef-position--left .woocommerce-product-gallery__wrapper{display:flex;flex-direction:row-reverse}#qode-quick-view-for-woocommerce-pop-up .woocommerce-product-gallery.qodef-position--left .woocommerce-product-gallery__wrapper a,#qode-quick-view-for-woocommerce-pop-up .woocommerce-product-gallery.qodef-position--left .woocommerce-product-gallery__wrapper img,#qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left .woocommerce-product-gallery__wrapper a,#qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left .woocommerce-product-gallery__wrapper img,#yith-quick-view-content.single-product .woocommerce-product-gallery.qodef-position--left .woocommerce-product-gallery__wrapper a,#yith-quick-view-content.single-product .woocommerce-product-gallery.qodef-position--left .woocommerce-product-gallery__wrapper img{height:100%;object-fit:cover}#qode-quick-view-for-woocommerce-pop-up .woocommerce-product-gallery.qodef-position--left .woocommerce-product-gallery__wrapper>.woocommerce-product-gallery__image,#qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left .woocommerce-product-gallery__wrapper>.woocommerce-product-gallery__image,#yith-quick-view-content.single-product .woocommerce-product-gallery.qodef-position--left .woocommerce-product-gallery__wrapper>.woocommerce-product-gallery__image{width:calc(100% - 27%)!important}#qode-quick-view-for-woocommerce-pop-up .woocommerce-product-gallery.qodef-position--left .woocommerce-product-gallery__wrapper>.qodef-woo-thumbnails-wrapper,#qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left .woocommerce-product-gallery__wrapper>.qodef-woo-thumbnails-wrapper,#yith-quick-view-content.single-product .woocommerce-product-gallery.qodef-position--left .woocommerce-product-gallery__wrapper>.qodef-woo-thumbnails-wrapper{flex-shrink:0;width:27%;margin-right:16px}@media (min-width:881px){#qode-quick-view-for-woocommerce-pop-up .woocommerce-product-gallery.qodef-position--left .woocommerce-product-gallery__wrapper>.qodef-woo-thumbnails-wrapper,#qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left .woocommerce-product-gallery__wrapper>.qodef-woo-thumbnails-wrapper,#yith-quick-view-content.single-product .woocommerce-product-gallery.qodef-position--left .woocommerce-product-gallery__wrapper>.qodef-woo-thumbnails-wrapper{grid-template-columns:repeat(1,minmax(0,1fr))!important}}#qode-quick-view-for-woocommerce-pop-up .woocommerce-product-gallery.qodef-position--below .woocommerce-product-gallery__wrapper>.qodef-woo-thumbnails-wrapper,#qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--below .woocommerce-product-gallery__wrapper>.qodef-woo-thumbnails-wrapper,#yith-quick-view-content.single-product .woocommerce-product-gallery.qodef-position--below .woocommerce-product-gallery__wrapper>.qodef-woo-thumbnails-wrapper{margin-top:16px}#qode-quick-view-for-woocommerce-pop-up .entry-summary,#qodef-woo-page.qodef--single .entry-summary,#yith-quick-view-content.single-product .entry-summary{position:relative;display:inline-block;width:100%;vertical-align:top}#qode-quick-view-for-woocommerce-pop-up .entry-summary>.qodef-woo-product-title,#qodef-woo-page.qodef--single .entry-summary>.qodef-woo-product-title,#yith-quick-view-content.single-product .entry-summary>.qodef-woo-product-title{font-family:Geologica,sans-serif;font-weight:500;letter-spacing:-.01em;color:var(--qode-main-color);font-size:23px;line-height:1.30435em}@media only screen and (max-width:1512px){#qode-quick-view-for-woocommerce-pop-up .entry-summary>.qodef-woo-product-title,#qodef-woo-page.qodef--single .entry-summary>.qodef-woo-product-title,#yith-quick-view-content.single-product .entry-summary>.qodef-woo-product-title{font-size:20px}}#qode-quick-view-for-woocommerce-pop-up .entry-summary .price,#qodef-woo-page.qodef--single .entry-summary .price,#yith-quick-view-content.single-product .entry-summary .price{font-family:Geologica,sans-serif;font-weight:500;letter-spacing:-.01em;color:var(--qode-main-color);font-size:17px;line-height:1.29412em;margin-top:6px}#qode-quick-view-for-woocommerce-pop-up .entry-summary .qodef-woo-buttons-wrapper,#qodef-woo-page.qodef--single .entry-summary .qodef-woo-buttons-wrapper,#yith-quick-view-content.single-product .entry-summary .qodef-woo-buttons-wrapper{display:flex;align-items:flex-start;justify-content:flex-start;gap:6px;margin-top:20px}#qode-quick-view-for-woocommerce-pop-up .entry-summary .qwfw-add-to-wishlist-wrapper.qwfw--single,#qode-quick-view-for-woocommerce-pop-up .entry-summary .yith-wcwl-add-to-wishlist,#qodef-woo-page.qodef--single .entry-summary .qwfw-add-to-wishlist-wrapper.qwfw--single,#qodef-woo-page.qodef--single .entry-summary .yith-wcwl-add-to-wishlist,#yith-quick-view-content.single-product .entry-summary .qwfw-add-to-wishlist-wrapper.qwfw--single,#yith-quick-view-content.single-product .entry-summary .yith-wcwl-add-to-wishlist{display:inline-block}#qode-quick-view-for-woocommerce-pop-up .entry-summary .qwfw-add-to-wishlist-wrapper.qwfw--single .qwfw-add-to-wishlist .qwfw-m-icon svg,#qode-quick-view-for-woocommerce-pop-up .entry-summary .yith-wcwl-add-to-wishlist .qwfw-add-to-wishlist .qwfw-m-icon svg,#qodef-woo-page.qodef--single .entry-summary .qwfw-add-to-wishlist-wrapper.qwfw--single .qwfw-add-to-wishlist .qwfw-m-icon svg,#qodef-woo-page.qodef--single .entry-summary .yith-wcwl-add-to-wishlist .qwfw-add-to-wishlist .qwfw-m-icon svg,#yith-quick-view-content.single-product .entry-summary .qwfw-add-to-wishlist-wrapper.qwfw--single .qwfw-add-to-wishlist .qwfw-m-icon svg,#yith-quick-view-content.single-product .entry-summary .yith-wcwl-add-to-wishlist .qwfw-add-to-wishlist .qwfw-m-icon svg{color:transparent;stroke:#000;transition:all .3s ease-out}#qode-quick-view-for-woocommerce-pop-up .entry-summary .qwfw-add-to-wishlist-wrapper.qwfw--single .qwfw-add-to-wishlist.qwfw--added .qwfw-m-icon svg,#qode-quick-view-for-woocommerce-pop-up .entry-summary .qwfw-add-to-wishlist-wrapper.qwfw--single .qwfw-add-to-wishlist:hover .qwfw-m-icon svg,#qode-quick-view-for-woocommerce-pop-up .entry-summary .yith-wcwl-add-to-wishlist .qwfw-add-to-wishlist.qwfw--added .qwfw-m-icon svg,#qode-quick-view-for-woocommerce-pop-up .entry-summary .yith-wcwl-add-to-wishlist .qwfw-add-to-wishlist:hover .qwfw-m-icon svg,#qodef-woo-page.qodef--single .entry-summary .qwfw-add-to-wishlist-wrapper.qwfw--single .qwfw-add-to-wishlist.qwfw--added .qwfw-m-icon svg,#qodef-woo-page.qodef--single .entry-summary .qwfw-add-to-wishlist-wrapper.qwfw--single .qwfw-add-to-wishlist:hover .qwfw-m-icon svg,#qodef-woo-page.qodef--single .entry-summary .yith-wcwl-add-to-wishlist .qwfw-add-to-wishlist.qwfw--added .qwfw-m-icon svg,#qodef-woo-page.qodef--single .entry-summary .yith-wcwl-add-to-wishlist .qwfw-add-to-wishlist:hover .qwfw-m-icon svg,#yith-quick-view-content.single-product .entry-summary .qwfw-add-to-wishlist-wrapper.qwfw--single .qwfw-add-to-wishlist.qwfw--added .qwfw-m-icon svg,#yith-quick-view-content.single-product .entry-summary .qwfw-add-to-wishlist-wrapper.qwfw--single .qwfw-add-to-wishlist:hover .qwfw-m-icon svg,#yith-quick-view-content.single-product .entry-summary .yith-wcwl-add-to-wishlist .qwfw-add-to-wishlist.qwfw--added .qwfw-m-icon svg,#yith-quick-view-content.single-product .entry-summary .yith-wcwl-add-to-wishlist .qwfw-add-to-wishlist:hover .qwfw-m-icon svg{color:#000}#qode-quick-view-for-woocommerce-pop-up .woocommerce-product-rating,#qodef-woo-page.qodef--single .woocommerce-product-rating,#yith-quick-view-content.single-product .woocommerce-product-rating{position:relative;display:flex;align-items:center;margin-top:7px}#qode-quick-view-for-woocommerce-pop-up .woocommerce-product-rating .qodef-woo-ratings,#qodef-woo-page.qodef--single .woocommerce-product-rating .qodef-woo-ratings,#yith-quick-view-content.single-product .woocommerce-product-rating .qodef-woo-ratings{flex-shrink:0;width:auto;margin-right:20px}#qode-quick-view-for-woocommerce-pop-up .woocommerce-product-rating .woocommerce-review-link,#qodef-woo-page.qodef--single .woocommerce-product-rating .woocommerce-review-link,#yith-quick-view-content.single-product .woocommerce-product-rating .woocommerce-review-link{color:#10235e}#qode-quick-view-for-woocommerce-pop-up .woocommerce-product-rating .woocommerce-review-link:hover,#qodef-woo-page.qodef--single .woocommerce-product-rating .woocommerce-review-link:hover,#yith-quick-view-content.single-product .woocommerce-product-rating .woocommerce-review-link:hover{color:var(--qode-main-color)}#qode-quick-view-for-woocommerce-pop-up .woocommerce-product-details__short-description,#qodef-woo-page.qodef--single .woocommerce-product-details__short-description,#yith-quick-view-content.single-product .woocommerce-product-details__short-description{margin-top:28px}#qode-quick-view-for-woocommerce-pop-up .woocommerce-product-details__short-description p,#qodef-woo-page.qodef--single .woocommerce-product-details__short-description p,#yith-quick-view-content.single-product .woocommerce-product-details__short-description p{margin-top:0}#qode-quick-view-for-woocommerce-pop-up .woocommerce-product-details__short-description p:last-child,#qodef-woo-page.qodef--single .woocommerce-product-details__short-description p:last-child,#yith-quick-view-content.single-product .woocommerce-product-details__short-description p:last-child{margin-bottom:0}#qode-quick-view-for-woocommerce-pop-up .qodef-sale-boosters,#qodef-woo-page.qodef--single .qodef-sale-boosters,#yith-quick-view-content.single-product .qodef-sale-boosters{margin-top:26px}#qode-quick-view-for-woocommerce-pop-up .qodef-sale-boosters .qodef-woo-live-viewing-message,#qodef-woo-page.qodef--single .qodef-sale-boosters .qodef-woo-live-viewing-message,#yith-quick-view-content.single-product .qodef-sale-boosters .qodef-woo-live-viewing-message{display:flex;align-items:center;gap:11px}#qode-quick-view-for-woocommerce-pop-up form.cart,#qodef-woo-page.qodef--single form.cart,#yith-quick-view-content.single-product form.cart{position:relative;display:inline-block;width:100%;vertical-align:top;margin-top:32px}#qode-quick-view-for-woocommerce-pop-up form.cart .variations_button,#qode-quick-view-for-woocommerce-pop-up form.cart:not(.variations_form),#qodef-woo-page.qodef--single form.cart .variations_button,#qodef-woo-page.qodef--single form.cart:not(.variations_form),#yith-quick-view-content.single-product form.cart .variations_button,#yith-quick-view-content.single-product form.cart:not(.variations_form){display:flex;align-items:flex-start}#qode-quick-view-for-woocommerce-pop-up form.cart .variations_button .quantity,#qode-quick-view-for-woocommerce-pop-up form.cart:not(.variations_form) .quantity,#qodef-woo-page.qodef--single form.cart .variations_button .quantity,#qodef-woo-page.qodef--single form.cart:not(.variations_form) .quantity,#yith-quick-view-content.single-product form.cart .variations_button .quantity,#yith-quick-view-content.single-product form.cart:not(.variations_form) .quantity{margin-right:20px}#qode-quick-view-for-woocommerce-pop-up form.cart .variations_button .quantity.hidden,#qode-quick-view-for-woocommerce-pop-up form.cart:not(.variations_form) .quantity.hidden,#qodef-woo-page.qodef--single form.cart .variations_button .quantity.hidden,#qodef-woo-page.qodef--single form.cart:not(.variations_form) .quantity.hidden,#yith-quick-view-content.single-product form.cart .variations_button .quantity.hidden,#yith-quick-view-content.single-product form.cart:not(.variations_form) .quantity.hidden{margin:0!important}#qode-quick-view-for-woocommerce-pop-up form.cart.grouped_form,#qodef-woo-page.qodef--single form.cart.grouped_form,#yith-quick-view-content.single-product form.cart.grouped_form{flex-wrap:wrap}#qode-quick-view-for-woocommerce-pop-up form.cart.grouped_form .group_table td,#qode-quick-view-for-woocommerce-pop-up form.cart.grouped_form .group_table th,#qodef-woo-page.qodef--single form.cart.grouped_form .group_table td,#qodef-woo-page.qodef--single form.cart.grouped_form .group_table th,#yith-quick-view-content.single-product form.cart.grouped_form .group_table td,#yith-quick-view-content.single-product form.cart.grouped_form .group_table th{padding:20px 0;vertical-align:middle;text-align:left}#qode-quick-view-for-woocommerce-pop-up form.cart.grouped_form .group_table label,#qodef-woo-page.qodef--single form.cart.grouped_form .group_table label,#yith-quick-view-content.single-product form.cart.grouped_form .group_table label{margin-bottom:0;font-family:Geologica,sans-serif;font-weight:500;letter-spacing:-.01em;color:var(--qode-main-color);font-size:23px;line-height:1.30435em}@media only screen and (max-width:1512px){#qode-quick-view-for-woocommerce-pop-up form.cart.grouped_form .group_table label,#qodef-woo-page.qodef--single form.cart.grouped_form .group_table label,#yith-quick-view-content.single-product form.cart.grouped_form .group_table label{font-size:20px}}#qode-quick-view-for-woocommerce-pop-up form.cart.grouped_form>.button,#qodef-woo-page.qodef--single form.cart.grouped_form>.button,#yith-quick-view-content.single-product form.cart.grouped_form>.button{margin-top:30px}#qode-quick-view-for-woocommerce-pop-up form.cart .group_table tr,#qodef-woo-page.qodef--single form.cart .group_table tr,#yith-quick-view-content.single-product form.cart .group_table tr{border-left:none;border-right:none;border-top:none}#qode-quick-view-for-woocommerce-pop-up form.cart .group_table td,#qode-quick-view-for-woocommerce-pop-up form.cart .group_table th,#qodef-woo-page.qodef--single form.cart .group_table td,#qodef-woo-page.qodef--single form.cart .group_table th,#yith-quick-view-content.single-product form.cart .group_table td,#yith-quick-view-content.single-product form.cart .group_table th{padding:15px 0 15px 15px;vertical-align:middle;text-align:left;border:0}#qode-quick-view-for-woocommerce-pop-up form.cart .group_table td:first-child,#qode-quick-view-for-woocommerce-pop-up form.cart .group_table th:first-child,#qodef-woo-page.qodef--single form.cart .group_table td:first-child,#qodef-woo-page.qodef--single form.cart .group_table th:first-child,#yith-quick-view-content.single-product form.cart .group_table td:first-child,#yith-quick-view-content.single-product form.cart .group_table th:first-child{padding-left:0}#qode-quick-view-for-woocommerce-pop-up form.cart .group_table th,#qodef-woo-page.qodef--single form.cart .group_table th,#yith-quick-view-content.single-product form.cart .group_table th{font-family:Geologica,sans-serif;font-weight:500;letter-spacing:-.01em;color:var(--qode-main-color);font-size:23px;line-height:1.30435em}@media only screen and (max-width:1512px){#qode-quick-view-for-woocommerce-pop-up form.cart .group_table th,#qodef-woo-page.qodef--single form.cart .group_table th,#yith-quick-view-content.single-product form.cart .group_table th{font-size:20px}}#qode-quick-view-for-woocommerce-pop-up form.cart .group_table td ul,#qodef-woo-page.qodef--single form.cart .group_table td ul,#yith-quick-view-content.single-product form.cart .group_table td ul{list-style:none;margin:0;padding:0}#qode-quick-view-for-woocommerce-pop-up form.cart .group_table td ul li,#qodef-woo-page.qodef--single form.cart .group_table td ul li,#yith-quick-view-content.single-product form.cart .group_table td ul li{margin:0 0 10px;padding:0}#qode-quick-view-for-woocommerce-pop-up form.cart .group_table td ul li:last-child,#qodef-woo-page.qodef--single form.cart .group_table td ul li:last-child,#yith-quick-view-content.single-product form.cart .group_table td ul li:last-child{margin-bottom:0}#qode-quick-view-for-woocommerce-pop-up form.cart .group_table td ul li label,#qodef-woo-page.qodef--single form.cart .group_table td ul li label,#yith-quick-view-content.single-product form.cart .group_table td ul li label{margin-bottom:0}#qode-quick-view-for-woocommerce-pop-up form.cart .group_table p,#qodef-woo-page.qodef--single form.cart .group_table p,#yith-quick-view-content.single-product form.cart .group_table p{margin:0}#qode-quick-view-for-woocommerce-pop-up form.cart .group_table .variation:after,#qode-quick-view-for-woocommerce-pop-up form.cart .group_table .variation:before,#qodef-woo-page.qodef--single form.cart .group_table .variation:after,#qodef-woo-page.qodef--single form.cart .group_table .variation:before,#yith-quick-view-content.single-product form.cart .group_table .variation:after,#yith-quick-view-content.single-product form.cart .group_table .variation:before{content:'';display:table;table-layout:fixed}#qode-quick-view-for-woocommerce-pop-up form.cart .group_table .variation:after,#qodef-woo-page.qodef--single form.cart .group_table .variation:after,#yith-quick-view-content.single-product form.cart .group_table .variation:after{clear:both}#qode-quick-view-for-woocommerce-pop-up form.cart .group_table .variation dt,#qodef-woo-page.qodef--single form.cart .group_table .variation dt,#yith-quick-view-content.single-product form.cart .group_table .variation dt{clear:left;float:left;font-weight:initial}@media only screen and (max-width:880px){#qode-quick-view-for-woocommerce-pop-up form.cart .group_table .variation dt,#qodef-woo-page.qodef--single form.cart .group_table .variation dt,#yith-quick-view-content.single-product form.cart .group_table .variation dt{float:none;width:100%}}#qode-quick-view-for-woocommerce-pop-up form.cart .group_table .variation dd,#qodef-woo-page.qodef--single form.cart .group_table .variation dd,#yith-quick-view-content.single-product form.cart .group_table .variation dd{clear:right;float:left;margin:0 0 0 5px}@media only screen and (max-width:880px){#qode-quick-view-for-woocommerce-pop-up form.cart .group_table .variation dd,#qodef-woo-page.qodef--single form.cart .group_table .variation dd,#yith-quick-view-content.single-product form.cart .group_table .variation dd{float:none;margin:0;width:100%}}#qode-quick-view-for-woocommerce-pop-up form.cart .variations tr,#qodef-woo-page.qodef--single form.cart .variations tr,#yith-quick-view-content.single-product form.cart .variations tr{border:0}#qode-quick-view-for-woocommerce-pop-up form.cart .variations tr[class^=description_attribute] td,#qodef-woo-page.qodef--single form.cart .variations tr[class^=description_attribute] td,#yith-quick-view-content.single-product form.cart .variations tr[class^=description_attribute] td{padding-bottom:10px}#qode-quick-view-for-woocommerce-pop-up form.cart .variations td,#qode-quick-view-for-woocommerce-pop-up form.cart .variations th,#qodef-woo-page.qodef--single form.cart .variations td,#qodef-woo-page.qodef--single form.cart .variations th,#yith-quick-view-content.single-product form.cart .variations td,#yith-quick-view-content.single-product form.cart .variations th{padding:0;text-align:initial;border:0}#qode-quick-view-for-woocommerce-pop-up form.cart .variations th,#qodef-woo-page.qodef--single form.cart .variations th,#yith-quick-view-content.single-product form.cart .variations th{display:none}#qode-quick-view-for-woocommerce-pop-up form.cart .variations td,#qodef-woo-page.qodef--single form.cart .variations td,#yith-quick-view-content.single-product form.cart .variations td{display:flex;align-items:center;position:relative;padding-bottom:15px}#qode-quick-view-for-woocommerce-pop-up form.cart .variations label,#qodef-woo-page.qodef--single form.cart .variations label,#yith-quick-view-content.single-product form.cart .variations label{margin-bottom:0;font-family:Geologica,sans-serif;font-weight:500;letter-spacing:-.01em;color:var(--qode-main-color);font-size:23px;line-height:1.30435em}@media only screen and (max-width:1512px){#qode-quick-view-for-woocommerce-pop-up form.cart .variations label,#qodef-woo-page.qodef--single form.cart .variations label,#yith-quick-view-content.single-product form.cart .variations label{font-size:20px}}#qode-quick-view-for-woocommerce-pop-up form.cart .variations select,#qodef-woo-page.qodef--single form.cart .variations select,#yith-quick-view-content.single-product form.cart .variations select{width:auto;min-width:100%;margin:0}#qode-quick-view-for-woocommerce-pop-up form.cart .variations .select2-container--default,#qode-quick-view-for-woocommerce-pop-up form.cart .variations select,#qodef-woo-page.qodef--single form.cart .variations .select2-container--default,#qodef-woo-page.qodef--single form.cart .variations select,#yith-quick-view-content.single-product form.cart .variations .select2-container--default,#yith-quick-view-content.single-product form.cart .variations select{margin:0}#qode-quick-view-for-woocommerce-pop-up form.cart .variations .reset_variations,#qodef-woo-page.qodef--single form.cart .variations .reset_variations,#yith-quick-view-content.single-product form.cart .variations .reset_variations{display:inline-block;margin-left:10px;line-height:1}#qode-quick-view-for-woocommerce-pop-up form.cart .woocommerce-variation,#qodef-woo-page.qodef--single form.cart .woocommerce-variation,#yith-quick-view-content.single-product form.cart .woocommerce-variation{display:flex;flex-direction:column;justify-content:flex-start;position:relative}#qode-quick-view-for-woocommerce-pop-up form.cart .woocommerce-variation .woocommerce-variation-availability>*,#qode-quick-view-for-woocommerce-pop-up form.cart .woocommerce-variation .woocommerce-variation-description>*,#qode-quick-view-for-woocommerce-pop-up form.cart .woocommerce-variation .woocommerce-variation-price>*,#qodef-woo-page.qodef--single form.cart .woocommerce-variation .woocommerce-variation-availability>*,#qodef-woo-page.qodef--single form.cart .woocommerce-variation .woocommerce-variation-description>*,#qodef-woo-page.qodef--single form.cart .woocommerce-variation .woocommerce-variation-price>*,#yith-quick-view-content.single-product form.cart .woocommerce-variation .woocommerce-variation-availability>*,#yith-quick-view-content.single-product form.cart .woocommerce-variation .woocommerce-variation-description>*,#yith-quick-view-content.single-product form.cart .woocommerce-variation .woocommerce-variation-price>*{margin:0 0 45px}#qode-quick-view-for-woocommerce-pop-up form.cart button[type=submit],#qodef-woo-page.qodef--single form.cart button[type=submit],#yith-quick-view-content.single-product form.cart button[type=submit]{padding:9px 27px 9px 26px;background-color:var(--qode-main-color)}#qode-quick-view-for-woocommerce-pop-up .out-of-stock,#qodef-woo-page.qodef--single .out-of-stock,#yith-quick-view-content.single-product .out-of-stock{font-family:Geologica,sans-serif;font-weight:500;letter-spacing:-.01em;color:var(--qode-main-color);font-size:23px;line-height:1.30435em;margin:28px 0 0}@media only screen and (max-width:1512px){#qode-quick-view-for-woocommerce-pop-up .out-of-stock,#qodef-woo-page.qodef--single .out-of-stock,#yith-quick-view-content.single-product .out-of-stock{font-size:20px}}#qode-quick-view-for-woocommerce-pop-up .product_meta,#qodef-woo-page.qodef--single .product_meta,#yith-quick-view-content.single-product .product_meta{position:relative;display:inline-block;width:100%;vertical-align:top;margin-top:31px}#qode-quick-view-for-woocommerce-pop-up .product_meta>*,#qodef-woo-page.qodef--single .product_meta>*,#yith-quick-view-content.single-product .product_meta>*{position:relative;display:flex;margin-bottom:12px}#qode-quick-view-for-woocommerce-pop-up .product_meta>:last-child,#qodef-woo-page.qodef--single .product_meta>:last-child,#yith-quick-view-content.single-product .product_meta>:last-child{margin-bottom:0}#qode-quick-view-for-woocommerce-pop-up .product_meta>.tagged_as,#qodef-woo-page.qodef--single .product_meta>.tagged_as,#yith-quick-view-content.single-product .product_meta>.tagged_as{margin-bottom:14px}#qode-quick-view-for-woocommerce-pop-up .product_meta .qodef-woo-meta-label,#qodef-woo-page.qodef--single .product_meta .qodef-woo-meta-label,#yith-quick-view-content.single-product .product_meta .qodef-woo-meta-label{font-size:17px;line-height:1.29412em;flex-shrink:0;margin-right:8px;line-height:inherit!important}#qode-quick-view-for-woocommerce-pop-up .product_meta .qodef-woo-meta-value,#qodef-woo-page.qodef--single .product_meta .qodef-woo-meta-value,#yith-quick-view-content.single-product .product_meta .qodef-woo-meta-value{display:flex;align-items:center}#qode-quick-view-for-woocommerce-pop-up .product_meta .qodef-woo-meta-value a,#qodef-woo-page.qodef--single .product_meta .qodef-woo-meta-value a,#yith-quick-view-content.single-product .product_meta .qodef-woo-meta-value a{color:inherit}#qode-quick-view-for-woocommerce-pop-up .product_meta .qodef-woo-meta-value a:hover,#qodef-woo-page.qodef--single .product_meta .qodef-woo-meta-value a:hover,#yith-quick-view-content.single-product .product_meta .qodef-woo-meta-value a:hover{color:var(--qode-main-color)}#qode-quick-view-for-woocommerce-pop-up .product_meta .sku_wrapper .qodef-woo-meta-value,#qodef-woo-page.qodef--single .product_meta .sku_wrapper .qodef-woo-meta-value,#yith-quick-view-content.single-product .product_meta .sku_wrapper .qodef-woo-meta-value{font-size:17px}#qode-quick-view-for-woocommerce-pop-up .product_meta .posted_in .qodef-woo-meta-value a[rel=tag],#qodef-woo-page.qodef--single .product_meta .posted_in .qodef-woo-meta-value a[rel=tag],#yith-quick-view-content.single-product .product_meta .posted_in .qodef-woo-meta-value a[rel=tag]{font-size:17px;line-height:1.29412em;--qodef-underline-position-y:calc(100% - 1px);--qodef-underline-height:1px;background-repeat:no-repeat;background-image:linear-gradient(90deg,currentColor 0,currentColor 100%);background-position:0 var(--qodef-underline-position-y);background-size:0 var(--qodef-underline-height);transition:background-size .5s cubic-bezier(.25,.46,.35,.94),color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out}#qode-quick-view-for-woocommerce-pop-up .product_meta .posted_in .qodef-woo-meta-value a[rel=tag]:hover,#qodef-woo-page.qodef--single .product_meta .posted_in .qodef-woo-meta-value a[rel=tag]:hover,#yith-quick-view-content.single-product .product_meta .posted_in .qodef-woo-meta-value a[rel=tag]:hover{background-size:100% var(--qodef-underline-height)}#qode-quick-view-for-woocommerce-pop-up .product_meta .tagged_as .qodef-woo-meta-value a[rel=tag],#qodef-woo-page.qodef--single .product_meta .tagged_as .qodef-woo-meta-value a[rel=tag],#yith-quick-view-content.single-product .product_meta .tagged_as .qodef-woo-meta-value a[rel=tag]{margin-right:4px;font-family:Geologica,sans-serif;font-size:11px;line-height:14px;font-weight:400;letter-spacing:.07em;text-transform:uppercase;--qodef-underline-position-y:100%;--qodef-underline-height:1px;background-repeat:no-repeat;background-image:linear-gradient(90deg,currentColor 0,currentColor 100%);background-position:100% var(--qodef-underline-position-y);background-size:100% var(--qodef-underline-height)}#qode-quick-view-for-woocommerce-pop-up .product_meta .tagged_as .qodef-woo-meta-value a[rel=tag]:hover,#qodef-woo-page.qodef--single .product_meta .tagged_as .qodef-woo-meta-value a[rel=tag]:hover,#yith-quick-view-content.single-product .product_meta .tagged_as .qodef-woo-meta-value a[rel=tag]:hover{animation:qode-inline-underline-initial-hover .8s cubic-bezier(.57,.39,0,.86) 1 forwards}#qode-quick-view-for-woocommerce-pop-up .qodef-social-share,#qodef-woo-page.qodef--single .qodef-social-share,#yith-quick-view-content.single-product .qodef-social-share{margin-top:8px}#qode-quick-view-for-woocommerce-pop-up .woocommerce-tabs,#qodef-woo-page.qodef--single .woocommerce-tabs,#yith-quick-view-content.single-product .woocommerce-tabs{position:relative;display:inline-block;width:100%;vertical-align:top;margin-top:47px}#qode-quick-view-for-woocommerce-pop-up .woocommerce-tabs .qodef-following-border,#qodef-woo-page.qodef--single .woocommerce-tabs .qodef-following-border,#yith-quick-view-content.single-product .woocommerce-tabs .qodef-following-border{position:absolute;bottom:0;left:0;height:2px;background-color:currentColor;z-index:2;width:calc(var(--qode-width)*1px);transform:translateX(calc(var(--qode-left)*1px));transition:transform .5s,width .5s}#qode-quick-view-for-woocommerce-pop-up .woocommerce-tabs .wc-tabs,#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs,#yith-quick-view-content.single-product .woocommerce-tabs .wc-tabs{position:relative;display:flex;align-items:center;margin:0;padding:0;list-style:none}#qode-quick-view-for-woocommerce-pop-up .woocommerce-tabs .wc-tabs:after,#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs:after,#yith-quick-view-content.single-product .woocommerce-tabs .wc-tabs:after{content:"";display:block;position:absolute;bottom:0;left:0;width:100%;height:2px;background-color:#ebebeb;z-index:-1}@media only screen and (max-width:680px){#qode-quick-view-for-woocommerce-pop-up .woocommerce-tabs .wc-tabs:after,#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs:after,#yith-quick-view-content.single-product .woocommerce-tabs .wc-tabs:after{display:none}}#qode-quick-view-for-woocommerce-pop-up .woocommerce-tabs .wc-tabs li,#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li,#yith-quick-view-content.single-product .woocommerce-tabs .wc-tabs li{margin:0;padding:0;width:23.6%;text-align:left;--qodef-underline-position-y:100%;--qodef-underline-height:2px;background-repeat:no-repeat;background-image:linear-gradient(90deg,currentColor 0,currentColor 100%);background-position:0 var(--qodef-underline-position-y);background-size:0 var(--qodef-underline-height);transition:background-size .5s cubic-bezier(.25,.46,.35,.94),color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out}#qode-quick-view-for-woocommerce-pop-up .woocommerce-tabs .wc-tabs li a,#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li a,#yith-quick-view-content.single-product .woocommerce-tabs .wc-tabs li a{font-family:Geologica,sans-serif;font-weight:500;letter-spacing:-.01em;font-size:17px;line-height:1.29412em;display:block;padding:0 0 17px;transition:color .2s ease-out,background-color .2s ease-out}#qode-quick-view-for-woocommerce-pop-up .woocommerce-tabs .wc-tabs li:last-child,#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li:last-child,#yith-quick-view-content.single-product .woocommerce-tabs .wc-tabs li:last-child{margin-right:0}#qode-quick-view-for-woocommerce-pop-up .woocommerce-tabs .wc-tabs li.active,#qode-quick-view-for-woocommerce-pop-up .woocommerce-tabs .wc-tabs li.ui-state-active,#qode-quick-view-for-woocommerce-pop-up .woocommerce-tabs .wc-tabs li.ui-state-hover,#qode-quick-view-for-woocommerce-pop-up .woocommerce-tabs .wc-tabs li:hover,#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li.active,#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li.ui-state-active,#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li.ui-state-hover,#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li:hover,#yith-quick-view-content.single-product .woocommerce-tabs .wc-tabs li.active,#yith-quick-view-content.single-product .woocommerce-tabs .wc-tabs li.ui-state-active,#yith-quick-view-content.single-product .woocommerce-tabs .wc-tabs li.ui-state-hover,#yith-quick-view-content.single-product .woocommerce-tabs .wc-tabs li:hover{background-size:100% var(--qodef-underline-height)}@media only screen and (max-width:1512px){#qode-quick-view-for-woocommerce-pop-up .woocommerce-tabs .wc-tabs li,#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li,#yith-quick-view-content.single-product .woocommerce-tabs .wc-tabs li{width:30%}}@media only screen and (max-width:1200px){#qode-quick-view-for-woocommerce-pop-up .woocommerce-tabs .wc-tabs li,#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li,#yith-quick-view-content.single-product .woocommerce-tabs .wc-tabs li{width:33.333333%}}@media only screen and (max-width:1024px){#qode-quick-view-for-woocommerce-pop-up .woocommerce-tabs .wc-tabs li,#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li,#yith-quick-view-content.single-product .woocommerce-tabs .wc-tabs li{width:auto;padding-right:30px}}@media only screen and (max-width:880px){#qode-quick-view-for-woocommerce-pop-up .woocommerce-tabs .wc-tabs,#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs,#yith-quick-view-content.single-product .woocommerce-tabs .wc-tabs{flex-direction:column;align-items:flex-start}#qode-quick-view-for-woocommerce-pop-up .woocommerce-tabs .wc-tabs li,#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li,#yith-quick-view-content.single-product .woocommerce-tabs .wc-tabs li{margin:0 0 26px;padding:0}#qode-quick-view-for-woocommerce-pop-up .woocommerce-tabs .wc-tabs li a,#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li a,#yith-quick-view-content.single-product .woocommerce-tabs .wc-tabs li a{padding:0}}@media only screen and (max-width:680px){#qode-quick-view-for-woocommerce-pop-up .woocommerce-tabs .wc-tabs li,#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li,#yith-quick-view-content.single-product .woocommerce-tabs .wc-tabs li{margin:0 0 14px}#qode-quick-view-for-woocommerce-pop-up .woocommerce-tabs .wc-tabs li:last-child,#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li:last-child,#yith-quick-view-content.single-product .woocommerce-tabs .wc-tabs li:last-child{margin-bottom:0}#qode-quick-view-for-woocommerce-pop-up .woocommerce-tabs .wc-tabs li:last-child a,#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li:last-child a,#yith-quick-view-content.single-product .woocommerce-tabs .wc-tabs li:last-child a{padding:0}}#qode-quick-view-for-woocommerce-pop-up .woocommerce-tabs .wc-tabs li,#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li,#yith-quick-view-content.single-product .woocommerce-tabs .wc-tabs li{background-image:none}#qode-quick-view-for-woocommerce-pop-up .woocommerce-tabs .wc-tab,#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab,#yith-quick-view-content.single-product .woocommerce-tabs .wc-tab{position:relative;display:inline-block;width:100%;vertical-align:top;margin-top:29px}@media only screen and (max-width:880px){#qode-quick-view-for-woocommerce-pop-up .woocommerce-tabs .wc-tab,#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab,#yith-quick-view-content.single-product .woocommerce-tabs .wc-tab{margin-top:19px}}#qode-quick-view-for-woocommerce-pop-up .woocommerce-tabs .wc-tab.woocommerce-Tabs-panel ul,#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab.woocommerce-Tabs-panel ul,#yith-quick-view-content.single-product .woocommerce-tabs .wc-tab.woocommerce-Tabs-panel ul{margin:0}#qode-quick-view-for-woocommerce-pop-up .woocommerce-tabs .wc-tab.woocommerce-Tabs-panel--additional_information,#qode-quick-view-for-woocommerce-pop-up .woocommerce-tabs .wc-tab.woocommerce-Tabs-panel--description,#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab.woocommerce-Tabs-panel--additional_information,#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab.woocommerce-Tabs-panel--description,#yith-quick-view-content.single-product .woocommerce-tabs .wc-tab.woocommerce-Tabs-panel--additional_information,#yith-quick-view-content.single-product .woocommerce-tabs .wc-tab.woocommerce-Tabs-panel--description{margin-bottom:-12px}#qode-quick-view-for-woocommerce-pop-up .woocommerce-tabs .wc-tab.woocommerce-Tabs-panel--additional_information,#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab.woocommerce-Tabs-panel--additional_information,#yith-quick-view-content.single-product .woocommerce-tabs .wc-tab.woocommerce-Tabs-panel--additional_information{margin-top:30px}#qode-quick-view-for-woocommerce-pop-up .woocommerce-tabs .wc-tab.woocommerce-Tabs-panel--additional_information .woocommerce-product-attributes-item__label,#qode-quick-view-for-woocommerce-pop-up .woocommerce-tabs .wc-tab.woocommerce-Tabs-panel--additional_information .woocommerce-product-attributes-item__value,#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab.woocommerce-Tabs-panel--additional_information .woocommerce-product-attributes-item__label,#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab.woocommerce-Tabs-panel--additional_information .woocommerce-product-attributes-item__value,#yith-quick-view-content.single-product .woocommerce-tabs .wc-tab.woocommerce-Tabs-panel--additional_information .woocommerce-product-attributes-item__label,#yith-quick-view-content.single-product .woocommerce-tabs .wc-tab.woocommerce-Tabs-panel--additional_information .woocommerce-product-attributes-item__value{font-size:17px;font-weight:400;flex-shrink:0;margin-right:8px;line-height:inherit!important}#qode-quick-view-for-woocommerce-pop-up .woocommerce-tabs .wc-tab.woocommerce-Tabs-panel--reviews,#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab.woocommerce-Tabs-panel--reviews,#yith-quick-view-content.single-product .woocommerce-tabs .wc-tab.woocommerce-Tabs-panel--reviews{margin-top:27px}#qode-quick-view-for-woocommerce-pop-up .woocommerce-tabs .wc-tab>h2,#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab>h2,#yith-quick-view-content.single-product .woocommerce-tabs .wc-tab>h2{display:none}#qode-quick-view-for-woocommerce-pop-up .woocommerce-tabs .wc-tab:not(.woocommerce-Tabs-panel--reviews) p,#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab:not(.woocommerce-Tabs-panel--reviews) p,#yith-quick-view-content.single-product .woocommerce-tabs .wc-tab:not(.woocommerce-Tabs-panel--reviews) p{margin:0}@media only screen and (max-width:680px){#qode-quick-view-for-woocommerce-pop-up .woocommerce-tabs,#qodef-woo-page.qodef--single .woocommerce-tabs,#yith-quick-view-content.single-product .woocommerce-tabs{margin-top:34px}}#qode-quick-view-for-woocommerce-pop-up .shop_attributes,#qodef-woo-page.qodef--single .shop_attributes,#yith-quick-view-content.single-product .shop_attributes{margin-top:-5px}#qode-quick-view-for-woocommerce-pop-up .shop_attributes tr,#qodef-woo-page.qodef--single .shop_attributes tr,#yith-quick-view-content.single-product .shop_attributes tr{border:0}#qode-quick-view-for-woocommerce-pop-up .shop_attributes td,#qode-quick-view-for-woocommerce-pop-up .shop_attributes th,#qodef-woo-page.qodef--single .shop_attributes td,#qodef-woo-page.qodef--single .shop_attributes th,#yith-quick-view-content.single-product .shop_attributes td,#yith-quick-view-content.single-product .shop_attributes th{display:inline-block;vertical-align:baseline;text-align:left;padding-left:0;padding-right:0;border:0}#qode-quick-view-for-woocommerce-pop-up .shop_attributes th,#qodef-woo-page.qodef--single .shop_attributes th,#yith-quick-view-content.single-product .shop_attributes th{min-width:109px;padding-right:16px;font-family:Inter,sans-serif;text-transform:initial}#qode-quick-view-for-woocommerce-pop-up .shop_attributes td,#qodef-woo-page.qodef--single .shop_attributes td,#yith-quick-view-content.single-product .shop_attributes td{margin-right:16px}#qode-quick-view-for-woocommerce-pop-up .shop_attributes p,#qodef-woo-page.qodef--single .shop_attributes p,#yith-quick-view-content.single-product .shop_attributes p{margin:0}#qode-quick-view-for-woocommerce-pop-up .woocommerce-Reviews .woocommerce-Reviews-title,#qodef-woo-page.qodef--single .woocommerce-Reviews .woocommerce-Reviews-title,#yith-quick-view-content.single-product .woocommerce-Reviews .woocommerce-Reviews-title{font-size:23px;line-height:1.30435em;margin:0}@media only screen and (max-width:1512px){#qode-quick-view-for-woocommerce-pop-up .woocommerce-Reviews .woocommerce-Reviews-title,#qodef-woo-page.qodef--single .woocommerce-Reviews .woocommerce-Reviews-title,#yith-quick-view-content.single-product .woocommerce-Reviews .woocommerce-Reviews-title{font-size:20px}}#qode-quick-view-for-woocommerce-pop-up .woocommerce-Reviews .commentlist,#qodef-woo-page.qodef--single .woocommerce-Reviews .commentlist,#yith-quick-view-content.single-product .woocommerce-Reviews .commentlist{position:relative;display:inline-block;width:100%;vertical-align:top;margin:22px 0 0;padding:0;list-style:none}#qode-quick-view-for-woocommerce-pop-up .woocommerce-Reviews .commentlist>*,#qodef-woo-page.qodef--single .woocommerce-Reviews .commentlist>*,#yith-quick-view-content.single-product .woocommerce-Reviews .commentlist>*{margin:0 0 30px;padding:0}#qode-quick-view-for-woocommerce-pop-up .woocommerce-Reviews .commentlist>:last-child,#qodef-woo-page.qodef--single .woocommerce-Reviews .commentlist>:last-child,#yith-quick-view-content.single-product .woocommerce-Reviews .commentlist>:last-child{margin-bottom:0}#qode-quick-view-for-woocommerce-pop-up .woocommerce-Reviews .comment_container,#qodef-woo-page.qodef--single .woocommerce-Reviews .comment_container,#yith-quick-view-content.single-product .woocommerce-Reviews .comment_container{position:relative;display:flex;align-items:flex-start;gap:25px}#qode-quick-view-for-woocommerce-pop-up .woocommerce-Reviews .comment_container>img,#qodef-woo-page.qodef--single .woocommerce-Reviews .comment_container>img,#yith-quick-view-content.single-product .woocommerce-Reviews .comment_container>img{flex-shrink:0;border-radius:9px}#qode-quick-view-for-woocommerce-pop-up .woocommerce-Reviews .comment-text,#qodef-woo-page.qodef--single .woocommerce-Reviews .comment-text,#yith-quick-view-content.single-product .woocommerce-Reviews .comment-text{position:relative;display:inline-block;width:100%;vertical-align:top}#qode-quick-view-for-woocommerce-pop-up .woocommerce-Reviews .meta,#qodef-woo-page.qodef--single .woocommerce-Reviews .meta,#yith-quick-view-content.single-product .woocommerce-Reviews .meta{display:flex;flex-direction:column-reverse;align-items:flex-start;padding-top:2px;margin-top:0}#qode-quick-view-for-woocommerce-pop-up .woocommerce-Reviews .woocommerce-review__author,#qodef-woo-page.qodef--single .woocommerce-Reviews .woocommerce-review__author,#yith-quick-view-content.single-product .woocommerce-Reviews .woocommerce-review__author{font-family:Geologica,sans-serif;font-weight:500;letter-spacing:-.01em;color:var(--qode-main-color);font-size:23px;line-height:1.30435em}@media only screen and (max-width:1512px){#qode-quick-view-for-woocommerce-pop-up .woocommerce-Reviews .woocommerce-review__author,#qodef-woo-page.qodef--single .woocommerce-Reviews .woocommerce-review__author,#yith-quick-view-content.single-product .woocommerce-Reviews .woocommerce-review__author{font-size:20px}}#qode-quick-view-for-woocommerce-pop-up .woocommerce-Reviews .woocommerce-review__dash,#qodef-woo-page.qodef--single .woocommerce-Reviews .woocommerce-review__dash,#yith-quick-view-content.single-product .woocommerce-Reviews .woocommerce-review__dash{display:none}#qode-quick-view-for-woocommerce-pop-up #review_form,#qodef-woo-page.qodef--single #review_form,#yith-quick-view-content.single-product #review_form{position:relative;display:inline-block;width:100%;vertical-align:top;margin-top:32px}#qode-quick-view-for-woocommerce-pop-up #review_form input[type=email],#qode-quick-view-for-woocommerce-pop-up #review_form input[type=text],#qode-quick-view-for-woocommerce-pop-up #review_form textarea,#qodef-woo-page.qodef--single #review_form input[type=email],#qodef-woo-page.qodef--single #review_form input[type=text],#qodef-woo-page.qodef--single #review_form textarea,#yith-quick-view-content.single-product #review_form input[type=email],#yith-quick-view-content.single-product #review_form input[type=text],#yith-quick-view-content.single-product #review_form textarea{background-color:#eff4f8;border:1px solid #e4edf5;margin-bottom:15px;font-family:Geologica,sans-serif;font-size:15px;font-weight:400;letter-spacing:-.01em;line-height:19px}#qode-quick-view-for-woocommerce-pop-up #review_form .qodef-col-num--2 .qodef-grid-inner,#qodef-woo-page.qodef--single #review_form .qodef-col-num--2 .qodef-grid-inner,#yith-quick-view-content.single-product #review_form .qodef-col-num--2 .qodef-grid-inner{column-gap:15px}#qode-quick-view-for-woocommerce-pop-up #review_form .comment-reply-title,#qodef-woo-page.qodef--single #review_form .comment-reply-title,#yith-quick-view-content.single-product #review_form .comment-reply-title{font-family:Geologica,sans-serif;font-weight:500;letter-spacing:-.01em;color:var(--qode-main-color);font-size:23px;line-height:1.30435em}@media only screen and (max-width:1512px){#qode-quick-view-for-woocommerce-pop-up #review_form .comment-reply-title,#qodef-woo-page.qodef--single #review_form .comment-reply-title,#yith-quick-view-content.single-product #review_form .comment-reply-title{font-size:20px}}#qode-quick-view-for-woocommerce-pop-up #review_form .comment-notes~.comment-form-rating,#qodef-woo-page.qodef--single #review_form .comment-notes~.comment-form-rating,#yith-quick-view-content.single-product #review_form .comment-notes~.comment-form-rating{margin-top:-13px}#qode-quick-view-for-woocommerce-pop-up #review_form .comment-form-rating,#qodef-woo-page.qodef--single #review_form .comment-form-rating,#yith-quick-view-content.single-product #review_form .comment-form-rating{margin:10px 0 23px}#qode-quick-view-for-woocommerce-pop-up #review_form .comment-form-rating label,#qodef-woo-page.qodef--single #review_form .comment-form-rating label,#yith-quick-view-content.single-product #review_form .comment-form-rating label{margin-bottom:5px}#qode-quick-view-for-woocommerce-pop-up #review_form .comment-form-rating .stars,#qodef-woo-page.qodef--single #review_form .comment-form-rating .stars,#yith-quick-view-content.single-product #review_form .comment-form-rating .stars{display:none;line-height:1}#qode-quick-view-for-woocommerce-pop-up #review_form .comment-form-rating .qodef-comment-form-ratings,#qodef-woo-page.qodef--single #review_form .comment-form-rating .qodef-comment-form-ratings,#yith-quick-view-content.single-product #review_form .comment-form-rating .qodef-comment-form-ratings{display:flex;margin:0;overflow:hidden}#qode-quick-view-for-woocommerce-pop-up #review_form .comment-form-rating .qodef-comment-form-ratings.selected svg,#qodef-woo-page.qodef--single #review_form .comment-form-rating .qodef-comment-form-ratings.selected svg,#yith-quick-view-content.single-product #review_form .comment-form-rating .qodef-comment-form-ratings.selected svg{fill:currentColor}#qode-quick-view-for-woocommerce-pop-up #review_form .comment-form-rating .qodef-comment-form-ratings.selected .active~* svg,#qodef-woo-page.qodef--single #review_form .comment-form-rating .qodef-comment-form-ratings.selected .active~* svg,#yith-quick-view-content.single-product #review_form .comment-form-rating .qodef-comment-form-ratings.selected .active~* svg{fill:none}#qode-quick-view-for-woocommerce-pop-up #review_form .comment-form-rating a,#qodef-woo-page.qodef--single #review_form .comment-form-rating a,#yith-quick-view-content.single-product #review_form .comment-form-rating a{color:#fe9a31;position:relative;display:inline-block;vertical-align:top;margin:0 1.5px 0 0;font-size:0;line-height:1}#qode-quick-view-for-woocommerce-pop-up #review_form .comment-form-rating a svg,#qodef-woo-page.qodef--single #review_form .comment-form-rating a svg,#yith-quick-view-content.single-product #review_form .comment-form-rating a svg{display:block;width:14px;height:auto;fill:none;stroke:currentColor}#qode-quick-view-for-woocommerce-pop-up .related,#qode-quick-view-for-woocommerce-pop-up .up-sells,#qodef-woo-page.qodef--single .related,#qodef-woo-page.qodef--single .up-sells,#yith-quick-view-content.single-product .related,#yith-quick-view-content.single-product .up-sells{margin-top:58px}#qode-quick-view-for-woocommerce-pop-up .related>h2,#qode-quick-view-for-woocommerce-pop-up .up-sells>h2,#qodef-woo-page.qodef--single .related>h2,#qodef-woo-page.qodef--single .up-sells>h2,#yith-quick-view-content.single-product .related>h2,#yith-quick-view-content.single-product .up-sells>h2{font-family:Geologica,sans-serif;font-weight:500;letter-spacing:-.01em;font-size:30px;line-height:1.23333em;margin:0 0 42px}@media only screen and (max-width:1512px){#qode-quick-view-for-woocommerce-pop-up .related>h2,#qode-quick-view-for-woocommerce-pop-up .up-sells>h2,#qodef-woo-page.qodef--single .related>h2,#qodef-woo-page.qodef--single .up-sells>h2,#yith-quick-view-content.single-product .related>h2,#yith-quick-view-content.single-product .up-sells>h2{font-size:27px}}.single-product .select2-container--default .select2-results__option{padding:7px 0!important}.widget .qodef-woo-ratings{position:relative;display:inline-block;width:100%;vertical-align:top;line-height:1}.widget .qodef-woo-ratings .qodef-m-inner{position:relative;display:inline-block;vertical-align:top}.widget .qodef-woo-ratings .qodef-m-star{color:#fe9a31}.widget .qodef-woo-ratings .qodef-m-star svg{display:inline-block;margin-right:6px;width:14px;height:auto}.widget .qodef-woo-ratings .qodef-m-star svg:last-child{margin-right:0}.widget .qodef-woo-ratings .qodef-m-star.qodef--active{position:absolute;top:0;left:0;overflow:hidden;white-space:nowrap}.widget .qodef-woo-ratings .qodef-m-star.qodef--active svg{fill:currentColor}.widget .price{position:relative;display:flex;align-items:center;font-family:Geologica,sans-serif;font-size:18px;font-weight:500;letter-spacing:-.01em;line-height:23px;margin:4px 0 0;color:#283661;margin:0}.widget .price del{margin-right:10px}.widget .price ins{text-decoration:none}.widget.woocommerce .qodef-woo-product-title{font-family:Geologica,sans-serif;font-weight:500;letter-spacing:-.01em;font-size:23px;line-height:1.30435em;margin:0}@media only screen and (max-width:1512px){.widget.woocommerce .qodef-woo-product-title{font-size:20px}}.widget.woocommerce a .product-title{font-family:Geologica,sans-serif;font-weight:500;letter-spacing:-.01em;font-size:23px;line-height:1.30435em}@media only screen and (max-width:1512px){.widget.woocommerce a .product-title{font-size:20px}}.widget.woocommerce .button,.widget.woocommerce .woocommerce-widget-layered-nav-dropdown__submit{font-family:Geologica,sans-serif;font-size:16px;font-weight:500;letter-spacing:-.01em;line-height:20px;position:relative;display:inline-flex;vertical-align:middle;width:auto;margin:0;text-decoration:none;border-radius:9px;outline:0;transition:color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;padding:8px 20px 8px 19px;border-radius:7px;cursor:pointer;z-index:3;color:var(--qode-button-color,#fff);background-color:var(--qode-button-bg-color,var(--qode-main-color));border:1px solid var(--qode-button-border-color,transparent);background-color:var(--qode-main-color)}.widget.woocommerce .button .qodef-m-text,.widget.woocommerce .woocommerce-widget-layered-nav-dropdown__submit .qodef-m-text{-webkit-text-fill-color:transparent;position:relative;clip-path:inset(-.05em);perspective:100px}.widget.woocommerce .button .qodef-m-text:after,.widget.woocommerce .button .qodef-m-text:before,.widget.woocommerce .woocommerce-widget-layered-nav-dropdown__submit .qodef-m-text:after,.widget.woocommerce .woocommerce-widget-layered-nav-dropdown__submit .qodef-m-text:before{content:attr(data-title);display:block;-webkit-text-fill-color:currentColor;position:absolute;top:0;left:0;width:100%;height:100%;transition:opacity .2s ease-out,transform .55s cubic-bezier(.22,.61,.36,1)}.widget.woocommerce .button .qodef-m-text:before,.widget.woocommerce .woocommerce-widget-layered-nav-dropdown__submit .qodef-m-text:before{transform:translateY(0)}.widget.woocommerce .button .qodef-m-text:after,.widget.woocommerce .woocommerce-widget-layered-nav-dropdown__submit .qodef-m-text:after{transform:translateY(80%) skewY(0);transform:translateY(60%) skewY(0) rotateX(-90deg);transition-duration:.35s,.35s;opacity:0}.widget.woocommerce .button:hover,.widget.woocommerce .woocommerce-widget-layered-nav-dropdown__submit:hover{color:var(--qode-button-hover-color,var(--qode-button-color,#fff));background-color:var(--qode-button-bg-hover-color,var(--qode-button-bg-color,var(--qode-main-color)));border-color:var(--qode-button-border-hover-color,var(--qode-button-border-color,transparent))}.widget.woocommerce .button:hover .qodef-m-text:before,.widget.woocommerce .woocommerce-widget-layered-nav-dropdown__submit:hover .qodef-m-text:before{transform:translateY(-95%);transform:translateY(-55%) rotateX(90deg);opacity:0;transition-duration:.35s,.4s}.widget.woocommerce .button:hover .qodef-m-text:after,.widget.woocommerce .woocommerce-widget-layered-nav-dropdown__submit:hover .qodef-m-text:after{opacity:1;transform:translateY(0);transition-duration:.2s,.55s}.widget.woocommerce.widget_shopping_cart{align-items:flex-start;flex-direction:column;height:auto}.widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content{width:100%}.widget.woocommerce.widget_products ul li,.widget.woocommerce.widget_recently_viewed_products ul li,.widget.woocommerce.widget_top_rated_products ul li{display:flex;position:relative}.widget.woocommerce.widget_products ul li:last-child,.widget.woocommerce.widget_recently_viewed_products ul li:last-child,.widget.woocommerce.widget_top_rated_products ul li:last-child{margin-bottom:0}.widget.woocommerce.widget_products .qodef-e-media,.widget.woocommerce.widget_recently_viewed_products .qodef-e-media,.widget.woocommerce.widget_top_rated_products .qodef-e-media{flex-shrink:0}.widget.woocommerce.widget_products .qodef-e-media a,.widget.woocommerce.widget_products .qodef-e-media img,.widget.woocommerce.widget_recently_viewed_products .qodef-e-media a,.widget.woocommerce.widget_recently_viewed_products .qodef-e-media img,.widget.woocommerce.widget_top_rated_products .qodef-e-media a,.widget.woocommerce.widget_top_rated_products .qodef-e-media img{display:block;position:relative}.widget.woocommerce.widget_recent_reviews ul li .reviewer{margin-top:8px}.widget.woocommerce.widget_recent_reviews ul li:last-child{margin-bottom:0}.widget.woocommerce.widget_recent_reviews ul li>*{display:block}.widget.woocommerce.widget_recent_reviews a{font-family:Geologica,sans-serif;font-weight:500;letter-spacing:-.01em;color:var(--qode-main-color);font-size:23px;line-height:1.30435em;position:relative}@media only screen and (max-width:1512px){.widget.woocommerce.widget_recent_reviews a{font-size:20px}}.widget.woocommerce.widget_recent_reviews a img{left:0;position:absolute;top:0}.widget.woocommerce.widget_layered_nav button{margin-top:10px}.widget .wc-block-product-categories-list .wc-block-product-categories-list-item a .wc-block-product-categories-list-item__name{--qodef-underline-position-y:100%;--qodef-underline-height:1px;background-repeat:no-repeat;background-image:linear-gradient(90deg,currentColor 0,currentColor 100%);background-position:0 var(--qodef-underline-position-y);background-size:0 var(--qodef-underline-height);transition:background-size .5s cubic-bezier(.25,.46,.35,.94),color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out}.widget .wc-block-product-categories-list .wc-block-product-categories-list-item a:hover .wc-block-product-categories-list-item__name{background-size:100% var(--qodef-underline-height)}.widget.widget_price_filter .price_slider_wrapper{padding-top:4px}.widget.widget_price_filter .price_slider_wrapper .ui-widget-content{border-radius:0;cursor:pointer;height:2px;position:relative}.widget.widget_price_filter .price_slider_wrapper .ui-widget-content .ui-slider-handle{background-image:none;border:none;border-radius:100%;height:8px;margin:0;outline:0;position:relative;top:-3px;width:8px;position:absolute;z-index:2}.widget.widget_price_filter .price_slider_wrapper .ui-widget-content .ui-slider-handle:hover{transform:scale(1.1)}.widget.widget_price_filter .price_slider_wrapper .ui-widget-content .ui-slider-handle:last-of-type{transform:translateX(-8px)}.widget.widget_price_filter .price_slider_wrapper .ui-widget-content .ui-slider-range{border-radius:0;display:block;height:100%;position:absolute;z-index:1}.widget.widget_price_filter .price_slider_amount{align-items:flex-start;display:flex;flex-direction:column-reverse;gap:10px;margin:20px 0 0;position:relative}.widget.widget_price_filter .price_slider_amount .clear{display:none}.widget .wc-block-components-price-slider{align-items:flex-start;display:flex;flex-direction:column;margin:0}.widget .wc-block-components-price-slider .wc-block-components-price-slider__range-input-wrapper{box-shadow:none;height:2px;margin:calc((8px/2)) 0;width:100%}.widget .wc-block-components-price-slider .wc-block-components-price-slider__range-input-wrapper:before{display:none}.widget .wc-block-components-price-slider .wc-block-components-price-slider__range-input-progress{height:2px}@media only screen and (max-width:1200px){.widget .wc-block-components-price-slider .wc-block-components-price-slider__range-input-progress{top:-1px}}.widget .wc-block-components-price-slider .wc-block-components-price-slider__range-input::-webkit-slider-thumb{background-image:none;border:none;border-radius:100%;height:8px;margin:0;outline:0;position:relative;top:-3px;width:8px}.widget .wc-block-components-price-slider .wc-block-components-price-slider__range-input::-webkit-slider-thumb:hover{transform:scale(1.1)}.widget .wc-block-components-price-slider .wc-block-components-price-slider__range-input::-moz-range-thumb{background-image:none;border:none;border-radius:100%;height:8px;margin:0;outline:0;position:relative;top:-3px;width:8px}.widget .wc-block-components-price-slider .wc-block-components-price-slider__range-input::-moz-range-thumb:hover{transform:scale(1.1)}.widget .wc-block-components-price-slider .wc-block-components-price-slider__range-input::-ms-thumb{background-image:none;border:none;border-radius:100%;height:8px;margin:0;outline:0;position:relative;top:-3px;width:8px}.widget .wc-block-components-price-slider .wc-block-components-price-slider__range-input::-ms-thumb:hover{transform:scale(1.1)}.widget .wc-block-components-price-slider .wc-block-components-price-slider__range-input:focus::-webkit-slider-thumb{transform:scale(1.1)}.widget .wc-block-components-price-slider .wc-block-components-price-slider__range-input:focus::-moz-range-thumb{transform:scale(1.1)}.widget .wc-block-components-price-slider .wc-block-components-price-slider__range-input:focus::-ms-thumb{transform:scale(1.1)}.widget .wc-block-components-price-slider .wc-block-components-price-slider__controls,.widget .wc-block-components-price-slider .wc-block-components-price-slider__range-text{width:100%;margin:0}.widget .wc-block-components-price-slider .wc-block-components-price-slider__controls input,.widget .wc-block-components-price-slider .wc-block-components-price-slider__range-text input{margin:0}.widget .wc-block-components-price-slider .wc-block-components-price-slider__controls span:first-child:after,.widget .wc-block-components-price-slider .wc-block-components-price-slider__range-text span:first-child:after{display:none;content:'—';margin:0 4px}.widget .wc-block-components-price-slider .wc-block-components-price-slider__actions{width:100%;display:flex;justify-content:space-between;margin:10px 0 0}.widget .wc-block-components-price-slider .wc-block-components-price-slider__actions button{font-family:Geologica,sans-serif!important;font-size:16px!important;font-weight:500!important;letter-spacing:-.01em!important;line-height:20px!important;position:relative!important;display:inline-flex!important;vertical-align:middle!important;width:auto!important;margin:0!important;text-decoration:none!important;border-radius:9px!important;outline:0!important;transition:color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out!important;padding:8px 20px 8px 19px!important;border-radius:7px;cursor:pointer!important;z-index:3!important;color:var(--qode-button-color,var(--qode-main-color))!important;background-color:transparent!important;border:0!important;line-height:23px!important;padding:0!important;color:#10235e!important;border:0!important;border-radius:0!important}.widget .wc-block-components-price-slider .wc-block-components-price-slider__actions button:after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;--qodef-underline-position-y:100%;--qodef-underline-height:2px;background-repeat:no-repeat;background-image:linear-gradient(90deg,currentColor 0,currentColor 100%);background-position:100% var(--qodef-underline-position-y);background-size:100% var(--qodef-underline-height);top:2px}.widget .wc-block-components-price-slider .wc-block-components-price-slider__actions button:hover{color:var(--qode-button-hover-color,var(--qode-main-color))!important}.widget .wc-block-components-price-slider .wc-block-components-price-slider__actions button:hover:after{animation:qode-inline-underline-initial-hover .8s cubic-bezier(.57,.39,0,.86) 1 forwards}.widget .wc-block-components-price-slider .wc-block-components-price-slider__actions button:after{top:0}.widget .wc-block-components-price-slider .wc-block-components-price-slider__actions button.wc-block-filter-submit-button{margin-left:auto}.widget .wc-block-components-price-slider .wc-block-components-price-slider__actions button:hover{color:inherit!important;background-color:transparent!important}.widget .wc-block-product-categories{margin:0}.widget .wc-block-product-categories-list--has-images{margin:0}.widget .wc-block-product-categories-list--has-images .wc-block-product-categories-list-item a{font-family:Geologica,sans-serif;font-weight:500;letter-spacing:-.01em;font-size:23px;line-height:1.30435em}@media only screen and (max-width:1512px){.widget .wc-block-product-categories-list--has-images .wc-block-product-categories-list-item a{font-size:20px}}.widget .wc-block-product-categories-list--has-images .wc-block-product-categories-list-item__image{vertical-align:top}.widget .qodef-m-star{color:var(--qode-main-color)!important}.widget.woocommerce .qodef-woo-product-title a{color:#10235e}.widget.woocommerce .qodef-woo-product-title a:hover{color:var(--qode-main-color)}.widget.woocommerce a .product-title{color:#10235e}.widget.woocommerce a:hover .product-title{color:var(--qode-main-color)}.widget.woocommerce.widget_shopping_cart .qodef-widget-title{margin-bottom:31px}.widget.woocommerce.widget_product_categories .select2{margin-top:31px}.widget.woocommerce.widget_product_categories .wc-block-product-categories-list li{margin:0 0 8px!important}.widget.woocommerce.widget_product_categories .wc-block-product-categories-list li a{position:relative;display:inline-block;font-family:Inter,sans-serif;font-size:16px;font-weight:400;letter-spacing:0;line-height:20px;color:var(--qode-main-color);margin-right:7px;--qodef-underline-position-y:100%;--qodef-underline-height:1px;background-repeat:no-repeat;background-image:linear-gradient(90deg,currentColor 0,currentColor 100%);background-position:0 var(--qodef-underline-position-y);background-size:0 var(--qodef-underline-height);transition:background-size .5s cubic-bezier(.25,.46,.35,.94),color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out}.widget.woocommerce.widget_product_categories .wc-block-product-categories-list li a:hover{background-size:100% var(--qodef-underline-height)}.widget.woocommerce.widget_layered_nav form{margin-top:31px}.widget.woocommerce.widget_layered_nav ul li.chosen a{color:var(--qode-main-color)}.widget.woocommerce.widget_products .qodef-widget-title,.widget.woocommerce.widget_recently_viewed_products .qodef-widget-title,.widget.woocommerce.widget_top_rated_products .qodef-widget-title{margin-bottom:31px}.widget.woocommerce.widget_products ul li,.widget.woocommerce.widget_recently_viewed_products ul li,.widget.woocommerce.widget_top_rated_products ul li{margin-bottom:20px}.widget.woocommerce.widget_products .qodef-e-media,.widget.woocommerce.widget_recently_viewed_products .qodef-e-media,.widget.woocommerce.widget_top_rated_products .qodef-e-media{margin-right:20px}.widget.woocommerce.widget_products .qodef-e-media img,.widget.woocommerce.widget_recently_viewed_products .qodef-e-media img,.widget.woocommerce.widget_top_rated_products .qodef-e-media img{width:80px}.widget.woocommerce.widget_recent_reviews .qodef-widget-title{margin-bottom:31px}.widget.woocommerce.widget_recent_reviews ul li{min-height:80px;margin-bottom:20px}.widget.woocommerce.widget_recent_reviews ul li>*{padding-left:100px}.widget.woocommerce.widget_recent_reviews a:hover{color:var(--qode-main-color)}.widget.woocommerce.widget_recent_reviews a img{width:80px}.widget.widget_price_filter .qodef-widget-title{margin-bottom:31px}.widget.widget_price_filter .price_slider_wrapper .ui-widget-content{background-color:#bdc4d9}.widget.widget_price_filter .price_slider_wrapper .ui-widget-content .ui-slider-handle{background-color:var(--qode-main-color)}.widget.widget_price_filter .price_slider_wrapper .ui-widget-content .ui-slider-range{background-color:var(--qode-main-color)}.widget .wp-block-woocommerce-filter-wrapper h1,.widget .wp-block-woocommerce-filter-wrapper h2,.widget .wp-block-woocommerce-filter-wrapper h3,.widget .wp-block-woocommerce-filter-wrapper h4,.widget .wp-block-woocommerce-filter-wrapper h5,.widget .wp-block-woocommerce-filter-wrapper h6,.widget .wp-block-woocommerce-price-filter h1,.widget .wp-block-woocommerce-price-filter h2,.widget .wp-block-woocommerce-price-filter h3,.widget .wp-block-woocommerce-price-filter h4,.widget .wp-block-woocommerce-price-filter h5,.widget .wp-block-woocommerce-price-filter h6{margin-bottom:31px}.widget .wc-block-components-price-slider .wc-block-components-price-slider__range-input-wrapper{background:#bdc4d9}.widget .wc-block-components-price-slider .wc-block-components-price-slider__range-input-progress{--range-color:var(--qode-main-color)}.widget .wc-block-components-price-slider .wc-block-components-price-slider__range-input::-webkit-slider-thumb{background-color:var(--qode-main-color)}.widget .wc-block-components-price-slider .wc-block-components-price-slider__range-input::-moz-range-thumb{background-color:var(--qode-main-color)}.widget .wc-block-components-price-slider .wc-block-components-price-slider__range-input::-ms-thumb{background-color:var(--qode-main-color)}.widget.widget_block .price{justify-content:center}.widget .wc-block-product-categories-list--has-images .wc-block-product-categories-list-item{margin-bottom:20px!important;margin-left:100px!important}.widget .wc-block-product-categories-list--has-images .wc-block-product-categories-list-item a{color:#10235e}.widget .wc-block-product-categories-list--has-images .wc-block-product-categories-list-item a:hover{color:var(--qode-main-color)}.widget .wc-block-product-categories-list--has-images .wc-block-product-categories-list-item__image{margin:0 20px 0 -100px!important;max-width:initial!important;width:80px!important}#qodef-top-area .widget.woocommerce .qodef-woo-product-title a{color:#fff}#qodef-top-area .widget.woocommerce .qodef-woo-product-title a:hover{color:#fff}#qodef-top-area .widget.woocommerce a .product-title{color:#fff}#qodef-top-area .widget.woocommerce a:hover .product-title{color:#fff}#qodef-top-area .widget.woocommerce.widget_shopping_cart .qodef-widget-title{margin-bottom:31px}#qodef-top-area .widget.woocommerce.widget_product_categories .select2{margin-top:31px}#qodef-top-area .widget.woocommerce.widget_product_categories .wc-block-product-categories-list li{margin:0 0 8px!important}#qodef-top-area .widget.woocommerce.widget_product_categories .wc-block-product-categories-list li a{position:relative;display:inline-block;font-family:Inter,sans-serif;font-size:16px;font-weight:400;letter-spacing:0;line-height:20px;color:var(--qode-main-color);margin-right:7px;--qodef-underline-position-y:100%;--qodef-underline-height:1px;background-repeat:no-repeat;background-image:linear-gradient(90deg,currentColor 0,currentColor 100%);background-position:0 var(--qodef-underline-position-y);background-size:0 var(--qodef-underline-height);transition:background-size .5s cubic-bezier(.25,.46,.35,.94),color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out}#qodef-top-area .widget.woocommerce.widget_product_categories .wc-block-product-categories-list li a:hover{background-size:100% var(--qodef-underline-height)}#qodef-top-area .widget.woocommerce.widget_layered_nav form{margin-top:31px}#qodef-top-area .widget.woocommerce.widget_layered_nav ul li.chosen a{color:#fff}#qodef-top-area .widget.woocommerce.widget_products .qodef-widget-title,#qodef-top-area .widget.woocommerce.widget_recently_viewed_products .qodef-widget-title,#qodef-top-area .widget.woocommerce.widget_top_rated_products .qodef-widget-title{margin-bottom:31px}#qodef-top-area .widget.woocommerce.widget_products ul li,#qodef-top-area .widget.woocommerce.widget_recently_viewed_products ul li,#qodef-top-area .widget.woocommerce.widget_top_rated_products ul li{margin-bottom:20px}#qodef-top-area .widget.woocommerce.widget_products .qodef-e-media,#qodef-top-area .widget.woocommerce.widget_recently_viewed_products .qodef-e-media,#qodef-top-area .widget.woocommerce.widget_top_rated_products .qodef-e-media{margin-right:20px}#qodef-top-area .widget.woocommerce.widget_products .qodef-e-media img,#qodef-top-area .widget.woocommerce.widget_recently_viewed_products .qodef-e-media img,#qodef-top-area .widget.woocommerce.widget_top_rated_products .qodef-e-media img{width:80px}#qodef-top-area .widget.woocommerce.widget_recent_reviews .qodef-widget-title{margin-bottom:31px}#qodef-top-area .widget.woocommerce.widget_recent_reviews ul li{min-height:80px;margin-bottom:20px}#qodef-top-area .widget.woocommerce.widget_recent_reviews ul li>*{padding-left:100px}#qodef-top-area .widget.woocommerce.widget_recent_reviews a:hover{color:#fff}#qodef-top-area .widget.woocommerce.widget_recent_reviews a img{width:80px}#qodef-top-area .widget.widget_price_filter .qodef-widget-title{margin-bottom:31px}#qodef-top-area .widget .wp-block-woocommerce-filter-wrapper h1,#qodef-top-area .widget .wp-block-woocommerce-filter-wrapper h2,#qodef-top-area .widget .wp-block-woocommerce-filter-wrapper h3,#qodef-top-area .widget .wp-block-woocommerce-filter-wrapper h4,#qodef-top-area .widget .wp-block-woocommerce-filter-wrapper h5,#qodef-top-area .widget .wp-block-woocommerce-filter-wrapper h6,#qodef-top-area .widget .wp-block-woocommerce-price-filter h1,#qodef-top-area .widget .wp-block-woocommerce-price-filter h2,#qodef-top-area .widget .wp-block-woocommerce-price-filter h3,#qodef-top-area .widget .wp-block-woocommerce-price-filter h4,#qodef-top-area .widget .wp-block-woocommerce-price-filter h5,#qodef-top-area .widget .wp-block-woocommerce-price-filter h6{margin-bottom:31px}#qodef-top-area .widget.widget_block .price{justify-content:center}#qodef-top-area .widget .wc-block-product-categories-list--has-images .wc-block-product-categories-list-item{margin-bottom:20px!important;margin-left:100px!important}#qodef-top-area .widget .wc-block-product-categories-list--has-images .wc-block-product-categories-list-item a{color:#fff}#qodef-top-area .widget .wc-block-product-categories-list--has-images .wc-block-product-categories-list-item a:hover{color:#fff}#qodef-top-area .widget .wc-block-product-categories-list--has-images .wc-block-product-categories-list-item__image{margin:0 20px 0 -100px!important;max-width:initial!important;width:80px!important}#qodef-top-area.qodef-skin--dark .widget.woocommerce .qodef-woo-product-title a{color:var(--qode-main-color)}#qodef-top-area.qodef-skin--dark .widget.woocommerce .qodef-woo-product-title a:hover{color:var(--qode-main-color)}#qodef-top-area.qodef-skin--dark .widget.woocommerce a .product-title{color:var(--qode-main-color)}#qodef-top-area.qodef-skin--dark .widget.woocommerce a:hover .product-title{color:var(--qode-main-color)}#qodef-top-area.qodef-skin--dark .widget.woocommerce.widget_shopping_cart .qodef-widget-title{margin-bottom:31px}#qodef-top-area.qodef-skin--dark .widget.woocommerce.widget_product_categories .select2{margin-top:31px}#qodef-top-area.qodef-skin--dark .widget.woocommerce.widget_product_categories .wc-block-product-categories-list li{margin:0 0 8px!important}#qodef-top-area.qodef-skin--dark .widget.woocommerce.widget_product_categories .wc-block-product-categories-list li a{position:relative;display:inline-block;font-family:Inter,sans-serif;font-size:16px;font-weight:400;letter-spacing:0;line-height:20px;color:var(--qode-main-color);margin-right:7px;--qodef-underline-position-y:100%;--qodef-underline-height:1px;background-repeat:no-repeat;background-image:linear-gradient(90deg,currentColor 0,currentColor 100%);background-position:0 var(--qodef-underline-position-y);background-size:0 var(--qodef-underline-height);transition:background-size .5s cubic-bezier(.25,.46,.35,.94),color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out}#qodef-top-area.qodef-skin--dark .widget.woocommerce.widget_product_categories .wc-block-product-categories-list li a:hover{background-size:100% var(--qodef-underline-height)}#qodef-top-area.qodef-skin--dark .widget.woocommerce.widget_layered_nav form{margin-top:31px}#qodef-top-area.qodef-skin--dark .widget.woocommerce.widget_layered_nav ul li.chosen a{color:var(--qode-main-color)}#qodef-top-area.qodef-skin--dark .widget.woocommerce.widget_products .qodef-widget-title,#qodef-top-area.qodef-skin--dark .widget.woocommerce.widget_recently_viewed_products .qodef-widget-title,#qodef-top-area.qodef-skin--dark .widget.woocommerce.widget_top_rated_products .qodef-widget-title{margin-bottom:31px}#qodef-top-area.qodef-skin--dark .widget.woocommerce.widget_products ul li,#qodef-top-area.qodef-skin--dark .widget.woocommerce.widget_recently_viewed_products ul li,#qodef-top-area.qodef-skin--dark .widget.woocommerce.widget_top_rated_products ul li{margin-bottom:20px}#qodef-top-area.qodef-skin--dark .widget.woocommerce.widget_products .qodef-e-media,#qodef-top-area.qodef-skin--dark .widget.woocommerce.widget_recently_viewed_products .qodef-e-media,#qodef-top-area.qodef-skin--dark .widget.woocommerce.widget_top_rated_products .qodef-e-media{margin-right:20px}#qodef-top-area.qodef-skin--dark .widget.woocommerce.widget_products .qodef-e-media img,#qodef-top-area.qodef-skin--dark .widget.woocommerce.widget_recently_viewed_products .qodef-e-media img,#qodef-top-area.qodef-skin--dark .widget.woocommerce.widget_top_rated_products .qodef-e-media img{width:80px}#qodef-top-area.qodef-skin--dark .widget.woocommerce.widget_recent_reviews .qodef-widget-title{margin-bottom:31px}#qodef-top-area.qodef-skin--dark .widget.woocommerce.widget_recent_reviews ul li{min-height:80px;margin-bottom:20px}#qodef-top-area.qodef-skin--dark .widget.woocommerce.widget_recent_reviews ul li>*{padding-left:100px}#qodef-top-area.qodef-skin--dark .widget.woocommerce.widget_recent_reviews a:hover{color:var(--qode-main-color)}#qodef-top-area.qodef-skin--dark .widget.woocommerce.widget_recent_reviews a img{width:80px}#qodef-top-area.qodef-skin--dark .widget.widget_price_filter .qodef-widget-title{margin-bottom:31px}#qodef-top-area.qodef-skin--dark .widget .wp-block-woocommerce-filter-wrapper h1,#qodef-top-area.qodef-skin--dark .widget .wp-block-woocommerce-filter-wrapper h2,#qodef-top-area.qodef-skin--dark .widget .wp-block-woocommerce-filter-wrapper h3,#qodef-top-area.qodef-skin--dark .widget .wp-block-woocommerce-filter-wrapper h4,#qodef-top-area.qodef-skin--dark .widget .wp-block-woocommerce-filter-wrapper h5,#qodef-top-area.qodef-skin--dark .widget .wp-block-woocommerce-filter-wrapper h6,#qodef-top-area.qodef-skin--dark .widget .wp-block-woocommerce-price-filter h1,#qodef-top-area.qodef-skin--dark .widget .wp-block-woocommerce-price-filter h2,#qodef-top-area.qodef-skin--dark .widget .wp-block-woocommerce-price-filter h3,#qodef-top-area.qodef-skin--dark .widget .wp-block-woocommerce-price-filter h4,#qodef-top-area.qodef-skin--dark .widget .wp-block-woocommerce-price-filter h5,#qodef-top-area.qodef-skin--dark .widget .wp-block-woocommerce-price-filter h6{margin-bottom:31px}#qodef-top-area.qodef-skin--dark .widget.widget_block .price{justify-content:center}#qodef-top-area.qodef-skin--dark .widget .wc-block-product-categories-list--has-images .wc-block-product-categories-list-item{margin-bottom:20px!important;margin-left:100px!important}#qodef-top-area.qodef-skin--dark .widget .wc-block-product-categories-list--has-images .wc-block-product-categories-list-item a{color:var(--qode-main-color)}#qodef-top-area.qodef-skin--dark .widget .wc-block-product-categories-list--has-images .wc-block-product-categories-list-item a:hover{color:var(--qode-main-color)}#qodef-top-area.qodef-skin--dark .widget .wc-block-product-categories-list--has-images .wc-block-product-categories-list-item__image{margin:0 20px 0 -100px!important;max-width:initial!important;width:80px!important}#qodef-page-footer .widget .qodef-m-star{color:#fff!important}#qodef-page-footer .widget.woocommerce .qodef-woo-product-title a{color:#fff}#qodef-page-footer .widget.woocommerce .qodef-woo-product-title a:hover{color:#fff}#qodef-page-footer .widget.woocommerce a .product-title{color:#fff}#qodef-page-footer .widget.woocommerce a:hover .product-title{color:#fff}#qodef-page-footer .widget.woocommerce.widget_shopping_cart .qodef-widget-title{margin-bottom:21px}#qodef-page-footer .widget.woocommerce.widget_product_categories .select2{margin-top:21px}#qodef-page-footer .widget.woocommerce.widget_product_categories .wc-block-product-categories-list li{margin:0 0 8px!important}#qodef-page-footer .widget.woocommerce.widget_product_categories .wc-block-product-categories-list li a{position:relative;display:inline-block;font-family:Inter,sans-serif;font-size:16px;font-weight:400;letter-spacing:0;line-height:20px;color:var(--qode-main-color);margin-right:7px;--qodef-underline-position-y:100%;--qodef-underline-height:1px;background-repeat:no-repeat;background-image:linear-gradient(90deg,currentColor 0,currentColor 100%);background-position:0 var(--qodef-underline-position-y);background-size:0 var(--qodef-underline-height);transition:background-size .5s cubic-bezier(.25,.46,.35,.94),color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out}#qodef-page-footer .widget.woocommerce.widget_product_categories .wc-block-product-categories-list li a:hover{background-size:100% var(--qodef-underline-height)}#qodef-page-footer .widget.woocommerce.widget_layered_nav form{margin-top:21px}#qodef-page-footer .widget.woocommerce.widget_layered_nav ul li.chosen a{color:#fff}#qodef-page-footer .widget.woocommerce.widget_products .qodef-widget-title,#qodef-page-footer .widget.woocommerce.widget_recently_viewed_products .qodef-widget-title,#qodef-page-footer .widget.woocommerce.widget_top_rated_products .qodef-widget-title{margin-bottom:21px}#qodef-page-footer .widget.woocommerce.widget_products ul li,#qodef-page-footer .widget.woocommerce.widget_recently_viewed_products ul li,#qodef-page-footer .widget.woocommerce.widget_top_rated_products ul li{margin-bottom:20px}#qodef-page-footer .widget.woocommerce.widget_products .qodef-e-media,#qodef-page-footer .widget.woocommerce.widget_recently_viewed_products .qodef-e-media,#qodef-page-footer .widget.woocommerce.widget_top_rated_products .qodef-e-media{margin-right:20px}#qodef-page-footer .widget.woocommerce.widget_products .qodef-e-media img,#qodef-page-footer .widget.woocommerce.widget_recently_viewed_products .qodef-e-media img,#qodef-page-footer .widget.woocommerce.widget_top_rated_products .qodef-e-media img{width:80px}#qodef-page-footer .widget.woocommerce.widget_recent_reviews .qodef-widget-title{margin-bottom:21px}#qodef-page-footer .widget.woocommerce.widget_recent_reviews ul li{min-height:80px;margin-bottom:20px}#qodef-page-footer .widget.woocommerce.widget_recent_reviews ul li>*{padding-left:100px}#qodef-page-footer .widget.woocommerce.widget_recent_reviews a:hover{color:#fff}#qodef-page-footer .widget.woocommerce.widget_recent_reviews a img{width:80px}#qodef-page-footer .widget.widget_price_filter .qodef-widget-title{margin-bottom:21px}#qodef-page-footer .widget .wp-block-woocommerce-filter-wrapper h1,#qodef-page-footer .widget .wp-block-woocommerce-filter-wrapper h2,#qodef-page-footer .widget .wp-block-woocommerce-filter-wrapper h3,#qodef-page-footer .widget .wp-block-woocommerce-filter-wrapper h4,#qodef-page-footer .widget .wp-block-woocommerce-filter-wrapper h5,#qodef-page-footer .widget .wp-block-woocommerce-filter-wrapper h6,#qodef-page-footer .widget .wp-block-woocommerce-price-filter h1,#qodef-page-footer .widget .wp-block-woocommerce-price-filter h2,#qodef-page-footer .widget .wp-block-woocommerce-price-filter h3,#qodef-page-footer .widget .wp-block-woocommerce-price-filter h4,#qodef-page-footer .widget .wp-block-woocommerce-price-filter h5,#qodef-page-footer .widget .wp-block-woocommerce-price-filter h6{margin-bottom:21px}#qodef-page-footer .widget.widget_block .price{justify-content:center}#qodef-page-footer .widget .wc-block-product-categories-list--has-images .wc-block-product-categories-list-item{margin-bottom:20px!important;margin-left:100px!important}#qodef-page-footer .widget .wc-block-product-categories-list--has-images .wc-block-product-categories-list-item a{color:#fff}#qodef-page-footer .widget .wc-block-product-categories-list--has-images .wc-block-product-categories-list-item a:hover{color:#fff}#qodef-page-footer .widget .wc-block-product-categories-list--has-images .wc-block-product-categories-list-item__image{margin:0 20px 0 -100px!important;max-width:initial!important;width:80px!important}#qodef-side-area .widget.woocommerce .qodef-woo-product-title a{color:#fff}#qodef-side-area .widget.woocommerce .qodef-woo-product-title a:hover{color:var(--qode-main-color)}#qodef-side-area .widget.woocommerce a .product-title{color:#fff}#qodef-side-area .widget.woocommerce a:hover .product-title{color:var(--qode-main-color)}#qodef-side-area .widget.woocommerce.widget_shopping_cart .qodef-widget-title{margin-bottom:31px}#qodef-side-area .widget.woocommerce.widget_product_categories .select2{margin-top:31px}#qodef-side-area .widget.woocommerce.widget_product_categories .wc-block-product-categories-list li{margin:0 0 8px!important}#qodef-side-area .widget.woocommerce.widget_product_categories .wc-block-product-categories-list li a{position:relative;display:inline-block;font-family:Inter,sans-serif;font-size:16px;font-weight:400;letter-spacing:0;line-height:20px;color:var(--qode-main-color);margin-right:7px;--qodef-underline-position-y:100%;--qodef-underline-height:1px;background-repeat:no-repeat;background-image:linear-gradient(90deg,currentColor 0,currentColor 100%);background-position:0 var(--qodef-underline-position-y);background-size:0 var(--qodef-underline-height);transition:background-size .5s cubic-bezier(.25,.46,.35,.94),color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out}#qodef-side-area .widget.woocommerce.widget_product_categories .wc-block-product-categories-list li a:hover{background-size:100% var(--qodef-underline-height)}#qodef-side-area .widget.woocommerce.widget_layered_nav form{margin-top:31px}#qodef-side-area .widget.woocommerce.widget_layered_nav ul li.chosen a{color:var(--qode-main-color)}#qodef-side-area .widget.woocommerce.widget_products .qodef-widget-title,#qodef-side-area .widget.woocommerce.widget_recently_viewed_products .qodef-widget-title,#qodef-side-area .widget.woocommerce.widget_top_rated_products .qodef-widget-title{margin-bottom:31px}#qodef-side-area .widget.woocommerce.widget_products ul li,#qodef-side-area .widget.woocommerce.widget_recently_viewed_products ul li,#qodef-side-area .widget.woocommerce.widget_top_rated_products ul li{margin-bottom:20px}#qodef-side-area .widget.woocommerce.widget_products .qodef-e-media,#qodef-side-area .widget.woocommerce.widget_recently_viewed_products .qodef-e-media,#qodef-side-area .widget.woocommerce.widget_top_rated_products .qodef-e-media{margin-right:20px}#qodef-side-area .widget.woocommerce.widget_products .qodef-e-media img,#qodef-side-area .widget.woocommerce.widget_recently_viewed_products .qodef-e-media img,#qodef-side-area .widget.woocommerce.widget_top_rated_products .qodef-e-media img{width:80px}#qodef-side-area .widget.woocommerce.widget_recent_reviews .qodef-widget-title{margin-bottom:31px}#qodef-side-area .widget.woocommerce.widget_recent_reviews ul li{min-height:80px;margin-bottom:20px}#qodef-side-area .widget.woocommerce.widget_recent_reviews ul li>*{padding-left:100px}#qodef-side-area .widget.woocommerce.widget_recent_reviews a:hover{color:var(--qode-main-color)}#qodef-side-area .widget.woocommerce.widget_recent_reviews a img{width:80px}#qodef-side-area .widget.widget_price_filter .qodef-widget-title{margin-bottom:31px}#qodef-side-area .widget .wp-block-woocommerce-filter-wrapper h1,#qodef-side-area .widget .wp-block-woocommerce-filter-wrapper h2,#qodef-side-area .widget .wp-block-woocommerce-filter-wrapper h3,#qodef-side-area .widget .wp-block-woocommerce-filter-wrapper h4,#qodef-side-area .widget .wp-block-woocommerce-filter-wrapper h5,#qodef-side-area .widget .wp-block-woocommerce-filter-wrapper h6,#qodef-side-area .widget .wp-block-woocommerce-price-filter h1,#qodef-side-area .widget .wp-block-woocommerce-price-filter h2,#qodef-side-area .widget .wp-block-woocommerce-price-filter h3,#qodef-side-area .widget .wp-block-woocommerce-price-filter h4,#qodef-side-area .widget .wp-block-woocommerce-price-filter h5,#qodef-side-area .widget .wp-block-woocommerce-price-filter h6{margin-bottom:31px}#qodef-side-area .widget.widget_block .price{justify-content:center}#qodef-side-area .widget .wc-block-product-categories-list--has-images .wc-block-product-categories-list-item{margin-bottom:20px!important;margin-left:100px!important}#qodef-side-area .widget .wc-block-product-categories-list--has-images .wc-block-product-categories-list-item a{color:#fff}#qodef-side-area .widget .wc-block-product-categories-list--has-images .wc-block-product-categories-list-item a:hover{color:var(--qode-main-color)}#qodef-side-area .widget .wc-block-product-categories-list--has-images .wc-block-product-categories-list-item__image{margin:0 20px 0 -100px!important;max-width:initial!important;width:80px!important}.qodef-mega-menu-widget-holder .widget.woocommerce .qodef-woo-product-title a{color:var(--qode-main-color)}.qodef-mega-menu-widget-holder .widget.woocommerce .qodef-woo-product-title a:hover{color:var(--qode-main-color)}.qodef-mega-menu-widget-holder .widget.woocommerce a .product-title{color:var(--qode-main-color)}.qodef-mega-menu-widget-holder .widget.woocommerce a:hover .product-title{color:var(--qode-main-color)}.qodef-mega-menu-widget-holder .widget.woocommerce.widget_shopping_cart .qodef-widget-title{margin-bottom:31px}.qodef-mega-menu-widget-holder .widget.woocommerce.widget_product_categories .select2{margin-top:31px}.qodef-mega-menu-widget-holder .widget.woocommerce.widget_product_categories .wc-block-product-categories-list li{margin:0 0 8px!important}.qodef-mega-menu-widget-holder .widget.woocommerce.widget_product_categories .wc-block-product-categories-list li a{position:relative;display:inline-block;font-family:Inter,sans-serif;font-size:16px;font-weight:400;letter-spacing:0;line-height:20px;color:var(--qode-main-color);margin-right:7px;--qodef-underline-position-y:100%;--qodef-underline-height:1px;background-repeat:no-repeat;background-image:linear-gradient(90deg,currentColor 0,currentColor 100%);background-position:0 var(--qodef-underline-position-y);background-size:0 var(--qodef-underline-height);transition:background-size .5s cubic-bezier(.25,.46,.35,.94),color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out}.qodef-mega-menu-widget-holder .widget.woocommerce.widget_product_categories .wc-block-product-categories-list li a:hover{background-size:100% var(--qodef-underline-height)}.qodef-mega-menu-widget-holder .widget.woocommerce.widget_layered_nav form{margin-top:31px}.qodef-mega-menu-widget-holder .widget.woocommerce.widget_layered_nav ul li.chosen a{color:var(--qode-main-color)}.qodef-mega-menu-widget-holder .widget.woocommerce.widget_products .qodef-widget-title,.qodef-mega-menu-widget-holder .widget.woocommerce.widget_recently_viewed_products .qodef-widget-title,.qodef-mega-menu-widget-holder .widget.woocommerce.widget_top_rated_products .qodef-widget-title{margin-bottom:31px}.qodef-mega-menu-widget-holder .widget.woocommerce.widget_products ul li,.qodef-mega-menu-widget-holder .widget.woocommerce.widget_recently_viewed_products ul li,.qodef-mega-menu-widget-holder .widget.woocommerce.widget_top_rated_products ul li{margin-bottom:20px}.qodef-mega-menu-widget-holder .widget.woocommerce.widget_products .qodef-e-media,.qodef-mega-menu-widget-holder .widget.woocommerce.widget_recently_viewed_products .qodef-e-media,.qodef-mega-menu-widget-holder .widget.woocommerce.widget_top_rated_products .qodef-e-media{margin-right:20px}.qodef-mega-menu-widget-holder .widget.woocommerce.widget_products .qodef-e-media img,.qodef-mega-menu-widget-holder .widget.woocommerce.widget_recently_viewed_products .qodef-e-media img,.qodef-mega-menu-widget-holder .widget.woocommerce.widget_top_rated_products .qodef-e-media img{width:80px}.qodef-mega-menu-widget-holder .widget.woocommerce.widget_recent_reviews .qodef-widget-title{margin-bottom:31px}.qodef-mega-menu-widget-holder .widget.woocommerce.widget_recent_reviews ul li{min-height:80px;margin-bottom:20px}.qodef-mega-menu-widget-holder .widget.woocommerce.widget_recent_reviews ul li>*{padding-left:100px}.qodef-mega-menu-widget-holder .widget.woocommerce.widget_recent_reviews a:hover{color:var(--qode-main-color)}.qodef-mega-menu-widget-holder .widget.woocommerce.widget_recent_reviews a img{width:80px}.qodef-mega-menu-widget-holder .widget.widget_price_filter .qodef-widget-title{margin-bottom:31px}.qodef-mega-menu-widget-holder .widget .wp-block-woocommerce-filter-wrapper h1,.qodef-mega-menu-widget-holder .widget .wp-block-woocommerce-filter-wrapper h2,.qodef-mega-menu-widget-holder .widget .wp-block-woocommerce-filter-wrapper h3,.qodef-mega-menu-widget-holder .widget .wp-block-woocommerce-filter-wrapper h4,.qodef-mega-menu-widget-holder .widget .wp-block-woocommerce-filter-wrapper h5,.qodef-mega-menu-widget-holder .widget .wp-block-woocommerce-filter-wrapper h6,.qodef-mega-menu-widget-holder .widget .wp-block-woocommerce-price-filter h1,.qodef-mega-menu-widget-holder .widget .wp-block-woocommerce-price-filter h2,.qodef-mega-menu-widget-holder .widget .wp-block-woocommerce-price-filter h3,.qodef-mega-menu-widget-holder .widget .wp-block-woocommerce-price-filter h4,.qodef-mega-menu-widget-holder .widget .wp-block-woocommerce-price-filter h5,.qodef-mega-menu-widget-holder .widget .wp-block-woocommerce-price-filter h6{margin-bottom:31px}.qodef-mega-menu-widget-holder .widget.widget_block .price{justify-content:center}.qodef-mega-menu-widget-holder .widget .wc-block-product-categories-list--has-images .wc-block-product-categories-list-item{margin-bottom:20px!important;margin-left:100px!important}.qodef-mega-menu-widget-holder .widget .wc-block-product-categories-list--has-images .wc-block-product-categories-list-item a{color:var(--qode-main-color)}.qodef-mega-menu-widget-holder .widget .wc-block-product-categories-list--has-images .wc-block-product-categories-list-item a:hover{color:var(--qode-main-color)}.qodef-mega-menu-widget-holder .widget .wc-block-product-categories-list--has-images .wc-block-product-categories-list-item__image{margin:0 20px 0 -100px!important;max-width:initial!important;width:80px!important}body.woocommerce #qodef-page-sidebar .widget.woocommerce .qodef-woo-product-title a{color:#10235e}body.woocommerce #qodef-page-sidebar .widget.woocommerce .qodef-woo-product-title a:hover{color:var(--qode-main-color)}body.woocommerce #qodef-page-sidebar .widget.woocommerce a .product-title{color:#10235e}body.woocommerce #qodef-page-sidebar .widget.woocommerce a:hover .product-title{color:var(--qode-main-color)}body.woocommerce #qodef-page-sidebar .widget.woocommerce.widget_shopping_cart .qodef-widget-title{margin-bottom:31px}body.woocommerce #qodef-page-sidebar .widget.woocommerce.widget_product_categories .select2{margin-top:31px}body.woocommerce #qodef-page-sidebar .widget.woocommerce.widget_product_categories .wc-block-product-categories-list li{margin:0 0 8px!important}body.woocommerce #qodef-page-sidebar .widget.woocommerce.widget_product_categories .wc-block-product-categories-list li a{position:relative;display:inline-block;font-family:Inter,sans-serif;font-size:16px;font-weight:400;letter-spacing:0;line-height:20px;color:var(--qode-main-color);margin-right:7px;--qodef-underline-position-y:100%;--qodef-underline-height:1px;background-repeat:no-repeat;background-image:linear-gradient(90deg,currentColor 0,currentColor 100%);background-position:0 var(--qodef-underline-position-y);background-size:0 var(--qodef-underline-height);transition:background-size .5s cubic-bezier(.25,.46,.35,.94),color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out}body.woocommerce #qodef-page-sidebar .widget.woocommerce.widget_product_categories .wc-block-product-categories-list li a:hover{background-size:100% var(--qodef-underline-height)}body.woocommerce #qodef-page-sidebar .widget.woocommerce.widget_layered_nav form{margin-top:31px}body.woocommerce #qodef-page-sidebar .widget.woocommerce.widget_layered_nav ul li.chosen a{color:var(--qode-main-color)}body.woocommerce #qodef-page-sidebar .widget.woocommerce.widget_products .qodef-widget-title,body.woocommerce #qodef-page-sidebar .widget.woocommerce.widget_recently_viewed_products .qodef-widget-title,body.woocommerce #qodef-page-sidebar .widget.woocommerce.widget_top_rated_products .qodef-widget-title{margin-bottom:31px}body.woocommerce #qodef-page-sidebar .widget.woocommerce.widget_products ul li,body.woocommerce #qodef-page-sidebar .widget.woocommerce.widget_recently_viewed_products ul li,body.woocommerce #qodef-page-sidebar .widget.woocommerce.widget_top_rated_products ul li{margin-bottom:20px}body.woocommerce #qodef-page-sidebar .widget.woocommerce.widget_products .qodef-e-media,body.woocommerce #qodef-page-sidebar .widget.woocommerce.widget_recently_viewed_products .qodef-e-media,body.woocommerce #qodef-page-sidebar .widget.woocommerce.widget_top_rated_products .qodef-e-media{margin-right:20px}body.woocommerce #qodef-page-sidebar .widget.woocommerce.widget_products .qodef-e-media img,body.woocommerce #qodef-page-sidebar .widget.woocommerce.widget_recently_viewed_products .qodef-e-media img,body.woocommerce #qodef-page-sidebar .widget.woocommerce.widget_top_rated_products .qodef-e-media img{width:80px}body.woocommerce #qodef-page-sidebar .widget.woocommerce.widget_recent_reviews .qodef-widget-title{margin-bottom:31px}body.woocommerce #qodef-page-sidebar .widget.woocommerce.widget_recent_reviews ul li{min-height:80px;margin-bottom:20px}body.woocommerce #qodef-page-sidebar .widget.woocommerce.widget_recent_reviews ul li>*{padding-left:100px}body.woocommerce #qodef-page-sidebar .widget.woocommerce.widget_recent_reviews a:hover{color:var(--qode-main-color)}body.woocommerce #qodef-page-sidebar .widget.woocommerce.widget_recent_reviews a img{width:80px}body.woocommerce #qodef-page-sidebar .widget.widget_price_filter .qodef-widget-title{margin-bottom:31px}body.woocommerce #qodef-page-sidebar .widget .wp-block-woocommerce-filter-wrapper h1,body.woocommerce #qodef-page-sidebar .widget .wp-block-woocommerce-filter-wrapper h2,body.woocommerce #qodef-page-sidebar .widget .wp-block-woocommerce-filter-wrapper h3,body.woocommerce #qodef-page-sidebar .widget .wp-block-woocommerce-filter-wrapper h4,body.woocommerce #qodef-page-sidebar .widget .wp-block-woocommerce-filter-wrapper h5,body.woocommerce #qodef-page-sidebar .widget .wp-block-woocommerce-filter-wrapper h6,body.woocommerce #qodef-page-sidebar .widget .wp-block-woocommerce-price-filter h1,body.woocommerce #qodef-page-sidebar .widget .wp-block-woocommerce-price-filter h2,body.woocommerce #qodef-page-sidebar .widget .wp-block-woocommerce-price-filter h3,body.woocommerce #qodef-page-sidebar .widget .wp-block-woocommerce-price-filter h4,body.woocommerce #qodef-page-sidebar .widget .wp-block-woocommerce-price-filter h5,body.woocommerce #qodef-page-sidebar .widget .wp-block-woocommerce-price-filter h6{margin-bottom:31px}body.woocommerce #qodef-page-sidebar .widget.widget_block .price{justify-content:center}body.woocommerce #qodef-page-sidebar .widget .wc-block-product-categories-list--has-images .wc-block-product-categories-list-item{margin-bottom:20px!important;margin-left:100px!important}body.woocommerce #qodef-page-sidebar .widget .wc-block-product-categories-list--has-images .wc-block-product-categories-list-item a{color:#10235e}body.woocommerce #qodef-page-sidebar .widget .wc-block-product-categories-list--has-images .wc-block-product-categories-list-item a:hover{color:var(--qode-main-color)}body.woocommerce #qodef-page-sidebar .widget .wc-block-product-categories-list--has-images .wc-block-product-categories-list-item__image{margin:0 20px 0 -100px!important;max-width:initial!important;width:80px!important}#qodef-page-header .widget .qodef-m-star{color:#fe9a31!important}#qodef-page-header .widget.woocommerce .qodef-woo-product-title a{color:#10235e}#qodef-page-header .widget.woocommerce .qodef-woo-product-title a:hover{color:var(--qode-main-color)}#qodef-page-header .widget.woocommerce a .product-title{color:#10235e}#qodef-page-header .widget.woocommerce a:hover .product-title{color:var(--qode-main-color)}#qodef-page-header .widget.woocommerce.widget_shopping_cart .qodef-widget-title{margin-bottom:31px}#qodef-page-header .widget.woocommerce.widget_product_categories .select2{margin-top:31px}#qodef-page-header .widget.woocommerce.widget_product_categories .wc-block-product-categories-list li{margin:0 0 8px!important}#qodef-page-header .widget.woocommerce.widget_product_categories .wc-block-product-categories-list li a{position:relative;display:inline-block;font-family:Inter,sans-serif;font-size:16px;font-weight:400;letter-spacing:0;line-height:20px;color:var(--qode-main-color);margin-right:7px;--qodef-underline-position-y:100%;--qodef-underline-height:1px;background-repeat:no-repeat;background-image:linear-gradient(90deg,currentColor 0,currentColor 100%);background-position:0 var(--qodef-underline-position-y);background-size:0 var(--qodef-underline-height);transition:background-size .5s cubic-bezier(.25,.46,.35,.94),color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out}#qodef-page-header .widget.woocommerce.widget_product_categories .wc-block-product-categories-list li a:hover{background-size:100% var(--qodef-underline-height)}#qodef-page-header .widget.woocommerce.widget_layered_nav form{margin-top:31px}#qodef-page-header .widget.woocommerce.widget_layered_nav ul li.chosen a{color:var(--qode-main-color)}#qodef-page-header .widget.woocommerce.widget_products .qodef-widget-title,#qodef-page-header .widget.woocommerce.widget_recently_viewed_products .qodef-widget-title,#qodef-page-header .widget.woocommerce.widget_top_rated_products .qodef-widget-title{margin-bottom:31px}#qodef-page-header .widget.woocommerce.widget_products ul li,#qodef-page-header .widget.woocommerce.widget_recently_viewed_products ul li,#qodef-page-header .widget.woocommerce.widget_top_rated_products ul li{margin-bottom:20px}#qodef-page-header .widget.woocommerce.widget_products .qodef-e-media,#qodef-page-header .widget.woocommerce.widget_recently_viewed_products .qodef-e-media,#qodef-page-header .widget.woocommerce.widget_top_rated_products .qodef-e-media{margin-right:20px}#qodef-page-header .widget.woocommerce.widget_products .qodef-e-media img,#qodef-page-header .widget.woocommerce.widget_recently_viewed_products .qodef-e-media img,#qodef-page-header .widget.woocommerce.widget_top_rated_products .qodef-e-media img{width:80px}#qodef-page-header .widget.woocommerce.widget_recent_reviews .qodef-widget-title{margin-bottom:31px}#qodef-page-header .widget.woocommerce.widget_recent_reviews ul li{min-height:80px;margin-bottom:20px}#qodef-page-header .widget.woocommerce.widget_recent_reviews ul li>*{padding-left:100px}#qodef-page-header .widget.woocommerce.widget_recent_reviews a:hover{color:var(--qode-main-color)}#qodef-page-header .widget.woocommerce.widget_recent_reviews a img{width:80px}#qodef-page-header .widget.widget_price_filter .qodef-widget-title{margin-bottom:31px}#qodef-page-header .widget .wp-block-woocommerce-filter-wrapper h1,#qodef-page-header .widget .wp-block-woocommerce-filter-wrapper h2,#qodef-page-header .widget .wp-block-woocommerce-filter-wrapper h3,#qodef-page-header .widget .wp-block-woocommerce-filter-wrapper h4,#qodef-page-header .widget .wp-block-woocommerce-filter-wrapper h5,#qodef-page-header .widget .wp-block-woocommerce-filter-wrapper h6,#qodef-page-header .widget .wp-block-woocommerce-price-filter h1,#qodef-page-header .widget .wp-block-woocommerce-price-filter h2,#qodef-page-header .widget .wp-block-woocommerce-price-filter h3,#qodef-page-header .widget .wp-block-woocommerce-price-filter h4,#qodef-page-header .widget .wp-block-woocommerce-price-filter h5,#qodef-page-header .widget .wp-block-woocommerce-price-filter h6{margin-bottom:31px}#qodef-page-header .widget.widget_block .price{justify-content:center}#qodef-page-header .widget .wc-block-product-categories-list--has-images .wc-block-product-categories-list-item{margin-bottom:20px!important;margin-left:100px!important}#qodef-page-header .widget .wc-block-product-categories-list--has-images .wc-block-product-categories-list-item a{color:#10235e}#qodef-page-header .widget .wc-block-product-categories-list--has-images .wc-block-product-categories-list-item a:hover{color:var(--qode-main-color)}#qodef-page-header .widget .wc-block-product-categories-list--has-images .wc-block-product-categories-list-item__image{margin:0 20px 0 -100px!important;max-width:initial!important;width:80px!important}@media (max-width:1200px){.qodef-content-grid{width:960px}.qodef-content-grid.qodef-extended-grid--right{padding-left:calc((100% - 960px)/2)}.qodef-content-grid.qodef-extended-grid--left{padding-right:calc((100% - 960px)/2)}.qodef--boxed .qodef-content-grid{width:calc(960px + 60px)}}@media (max-width:1024px){.qodef-content-grid{width:800px}.qodef-content-grid.qodef-extended-grid--right{padding-left:calc((100% - 800px)/2)}.qodef-content-grid.qodef-extended-grid--left{padding-right:calc((100% - 800px)/2)}.qodef--boxed .qodef-content-grid{width:calc(800px + 60px)}}@media (max-width:880px){.qodef-content-grid{width:86%}.qodef-content-grid.qodef-extended-grid--right{padding-left:calc((100% - 86%)/2)}.qodef-content-grid.qodef-extended-grid--left{padding-right:calc((100% - 86%)/2)}.qodef--boxed .qodef-content-grid{width:calc(86% + 60px)}}@media (max-width:1512px){.qodef-grid.qodef-responsive--predefined.qodef-col-num--6>.qodef-grid-inner{--qode-columns:5}}@media (max-width:1368px){.qodef-grid.qodef-responsive--predefined.qodef-col-num--5>.qodef-grid-inner{--qode-columns:4}.qodef-grid.qodef-responsive--predefined.qodef-col-num--6>.qodef-grid-inner{--qode-columns:4}.qodef-grid.qodef-responsive--predefined.qodef-col-num--7>.qodef-grid-inner{--qode-columns:4}.qodef-grid.qodef-responsive--predefined.qodef-col-num--8>.qodef-grid-inner{--qode-columns:4}}@media (max-width:1200px){.qodef-grid.qodef-responsive--predefined.qodef-col-num--4>.qodef-grid-inner{--qode-columns:3}.qodef-grid.qodef-responsive--predefined.qodef-col-num--5>.qodef-grid-inner{--qode-columns:3}.qodef-grid.qodef-responsive--predefined.qodef-col-num--6>.qodef-grid-inner{--qode-columns:3}.qodef-grid.qodef-responsive--predefined.qodef-col-num--7>.qodef-grid-inner{--qode-columns:4}.qodef-grid.qodef-responsive--predefined.qodef-col-num--8>.qodef-grid-inner{--qode-columns:4}}@media (max-width:1024px){.qodef-grid.qodef-responsive--predefined.qodef-col-num--3>.qodef-grid-inner{--qode-columns:2}.qodef-grid.qodef-responsive--predefined.qodef-col-num--4>.qodef-grid-inner{--qode-columns:2}.qodef-grid.qodef-responsive--predefined.qodef-col-num--5>.qodef-grid-inner{--qode-columns:2}.qodef-grid.qodef-responsive--predefined.qodef-col-num--6>.qodef-grid-inner{--qode-columns:2}.qodef-grid.qodef-responsive--predefined.qodef-col-num--7>.qodef-grid-inner{--qode-columns:4}.qodef-grid.qodef-responsive--predefined.qodef-col-num--8>.qodef-grid-inner{--qode-columns:4}}@media (max-width:880px){.qodef-grid.qodef-responsive--predefined.qodef-col-num--2>.qodef-grid-inner{--qode-columns:1}.qodef-grid.qodef-responsive--predefined.qodef-col-num--3>.qodef-grid-inner{--qode-columns:1}.qodef-grid.qodef-responsive--predefined.qodef-col-num--4>.qodef-grid-inner{--qode-columns:1}.qodef-grid.qodef-responsive--predefined.qodef-col-num--5>.qodef-grid-inner{--qode-columns:1}.qodef-grid.qodef-responsive--predefined.qodef-col-num--6>.qodef-grid-inner{--qode-columns:1}.qodef-grid.qodef-responsive--predefined.qodef-col-num--7>.qodef-grid-inner{--qode-columns:2}.qodef-grid.qodef-responsive--predefined.qodef-col-num--8>.qodef-grid-inner{--qode-columns:2}}@media (max-width:1368px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1368--1>.qodef-grid-inner{--qode-columns:1}.qodef-grid.qodef-responsive--custom.qodef-col-num--1368--2>.qodef-grid-inner{--qode-columns:2}.qodef-grid.qodef-responsive--custom.qodef-col-num--1368--3>.qodef-grid-inner{--qode-columns:3}.qodef-grid.qodef-responsive--custom.qodef-col-num--1368--4>.qodef-grid-inner{--qode-columns:4}.qodef-grid.qodef-responsive--custom.qodef-col-num--1368--5>.qodef-grid-inner{--qode-columns:5}.qodef-grid.qodef-responsive--custom.qodef-col-num--1368--6>.qodef-grid-inner{--qode-columns:6}.qodef-grid.qodef-responsive--custom.qodef-col-num--1368--7>.qodef-grid-inner{--qode-columns:7}.qodef-grid.qodef-responsive--custom.qodef-col-num--1368--8>.qodef-grid-inner{--qode-columns:8}}@media (max-width:1368px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1368--1>.qodef-grid-inner{--qode-columns:1}.qodef-grid.qodef-responsive--custom.qodef-col-num--1368--2>.qodef-grid-inner{--qode-columns:2}.qodef-grid.qodef-responsive--custom.qodef-col-num--1368--3>.qodef-grid-inner{--qode-columns:3}.qodef-grid.qodef-responsive--custom.qodef-col-num--1368--4>.qodef-grid-inner{--qode-columns:4}.qodef-grid.qodef-responsive--custom.qodef-col-num--1368--5>.qodef-grid-inner{--qode-columns:5}.qodef-grid.qodef-responsive--custom.qodef-col-num--1368--6>.qodef-grid-inner{--qode-columns:6}.qodef-grid.qodef-responsive--custom.qodef-col-num--1368--7>.qodef-grid-inner{--qode-columns:7}.qodef-grid.qodef-responsive--custom.qodef-col-num--1368--8>.qodef-grid-inner{--qode-columns:8}}@media (max-width:1512px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1512--1>.qodef-grid-inner{--qode-columns:1}.qodef-grid.qodef-responsive--custom.qodef-col-num--1512--2>.qodef-grid-inner{--qode-columns:2}.qodef-grid.qodef-responsive--custom.qodef-col-num--1512--3>.qodef-grid-inner{--qode-columns:3}.qodef-grid.qodef-responsive--custom.qodef-col-num--1512--4>.qodef-grid-inner{--qode-columns:4}.qodef-grid.qodef-responsive--custom.qodef-col-num--1512--5>.qodef-grid-inner{--qode-columns:5}.qodef-grid.qodef-responsive--custom.qodef-col-num--1512--6>.qodef-grid-inner{--qode-columns:6}.qodef-grid.qodef-responsive--custom.qodef-col-num--1512--7>.qodef-grid-inner{--qode-columns:7}.qodef-grid.qodef-responsive--custom.qodef-col-num--1512--8>.qodef-grid-inner{--qode-columns:8}}@media (max-width:1368px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1368--1>.qodef-grid-inner{--qode-columns:1}.qodef-grid.qodef-responsive--custom.qodef-col-num--1368--2>.qodef-grid-inner{--qode-columns:2}.qodef-grid.qodef-responsive--custom.qodef-col-num--1368--3>.qodef-grid-inner{--qode-columns:3}.qodef-grid.qodef-responsive--custom.qodef-col-num--1368--4>.qodef-grid-inner{--qode-columns:4}.qodef-grid.qodef-responsive--custom.qodef-col-num--1368--5>.qodef-grid-inner{--qode-columns:5}.qodef-grid.qodef-responsive--custom.qodef-col-num--1368--6>.qodef-grid-inner{--qode-columns:6}.qodef-grid.qodef-responsive--custom.qodef-col-num--1368--7>.qodef-grid-inner{--qode-columns:7}.qodef-grid.qodef-responsive--custom.qodef-col-num--1368--8>.qodef-grid-inner{--qode-columns:8}}@media (max-width:1200px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1200--1>.qodef-grid-inner{--qode-columns:1}.qodef-grid.qodef-responsive--custom.qodef-col-num--1200--2>.qodef-grid-inner{--qode-columns:2}.qodef-grid.qodef-responsive--custom.qodef-col-num--1200--3>.qodef-grid-inner{--qode-columns:3}.qodef-grid.qodef-responsive--custom.qodef-col-num--1200--4>.qodef-grid-inner{--qode-columns:4}.qodef-grid.qodef-responsive--custom.qodef-col-num--1200--5>.qodef-grid-inner{--qode-columns:5}.qodef-grid.qodef-responsive--custom.qodef-col-num--1200--6>.qodef-grid-inner{--qode-columns:6}.qodef-grid.qodef-responsive--custom.qodef-col-num--1200--7>.qodef-grid-inner{--qode-columns:7}.qodef-grid.qodef-responsive--custom.qodef-col-num--1200--8>.qodef-grid-inner{--qode-columns:8}}@media (max-width:1024px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--1>.qodef-grid-inner{--qode-columns:1}.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--2>.qodef-grid-inner{--qode-columns:2}.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--3>.qodef-grid-inner{--qode-columns:3}.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--4>.qodef-grid-inner{--qode-columns:4}.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--5>.qodef-grid-inner{--qode-columns:5}.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--6>.qodef-grid-inner{--qode-columns:6}.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--7>.qodef-grid-inner{--qode-columns:7}.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--8>.qodef-grid-inner{--qode-columns:8}}@media (max-width:880px){.qodef-grid.qodef-responsive--custom.qodef-col-num--880--1>.qodef-grid-inner{--qode-columns:1}.qodef-grid.qodef-responsive--custom.qodef-col-num--880--2>.qodef-grid-inner{--qode-columns:2}.qodef-grid.qodef-responsive--custom.qodef-col-num--880--3>.qodef-grid-inner{--qode-columns:3}.qodef-grid.qodef-responsive--custom.qodef-col-num--880--4>.qodef-grid-inner{--qode-columns:4}.qodef-grid.qodef-responsive--custom.qodef-col-num--880--5>.qodef-grid-inner{--qode-columns:5}.qodef-grid.qodef-responsive--custom.qodef-col-num--880--6>.qodef-grid-inner{--qode-columns:6}.qodef-grid.qodef-responsive--custom.qodef-col-num--880--7>.qodef-grid-inner{--qode-columns:7}.qodef-grid.qodef-responsive--custom.qodef-col-num--880--8>.qodef-grid-inner{--qode-columns:8}}@media (max-width:680px){.qodef-grid.qodef-responsive--custom.qodef-col-num--680--1>.qodef-grid-inner{--qode-columns:1}.qodef-grid.qodef-responsive--custom.qodef-col-num--680--2>.qodef-grid-inner{--qode-columns:2}.qodef-grid.qodef-responsive--custom.qodef-col-num--680--3>.qodef-grid-inner{--qode-columns:3}.qodef-grid.qodef-responsive--custom.qodef-col-num--680--4>.qodef-grid-inner{--qode-columns:4}.qodef-grid.qodef-responsive--custom.qodef-col-num--680--5>.qodef-grid-inner{--qode-columns:5}.qodef-grid.qodef-responsive--custom.qodef-col-num--680--6>.qodef-grid-inner{--qode-columns:6}.qodef-grid.qodef-responsive--custom.qodef-col-num--680--7>.qodef-grid-inner{--qode-columns:7}.qodef-grid.qodef-responsive--custom.qodef-col-num--680--8>.qodef-grid-inner{--qode-columns:8}}@media only screen and (max-width:1512px){.qodef-grid.qodef-vertical-gutter--huge{--qode-columns-row-gap:60px}.qodef-grid.qodef-gutter--huge{--qode-columns-col-gap:60px}}@media only screen and (max-width:1512px){.qodef-grid.qodef-vertical-gutter--custom{--qode-columns-row-gap:var(--qode-vertical-gutter-custom-1512,30px)}.qodef-grid.qodef-gutter--custom{--qode-columns-col-gap:var(--qode-gutter-custom-1512,30px)}}@media only screen and (max-width:1200px){.qodef-grid.qodef-vertical-gutter--custom{--qode-columns-row-gap:var(--qode-vertical-gutter-custom-1200,30px)}.qodef-grid.qodef-gutter--custom{--qode-columns-col-gap:var(--qode-gutter-custom-1200,30px)}}@media only screen and (max-width:880px){.qodef-grid.qodef-vertical-gutter--custom{--qode-columns-row-gap:var(--qode-vertical-gutter-custom-880,30px)}.qodef-grid.qodef-gutter--custom{--qode-columns-col-gap:var(--qode-gutter-custom-880,30px)}}@media only screen and (max-width:880px){#qodef-404-page{padding:178px 40px 200px}}@media only screen and (max-width:880px){.qodef-blog .qodef-blog-item .qodef-e-left,.qodef-blog .qodef-blog-item .qodef-e-right{flex-basis:100%}.qodef-blog .qodef-blog-item .qodef-e-right{text-align:left;margin-top:18px}.qodef-blog .qodef-blog-item.format-link .qodef-e-link-icon{right:12%;width:120px}.qodef-blog .qodef-blog-item .qodef-e-quote:before{right:19%;font-size:470px}}@media only screen and (max-width:1200px){#qodef-page-comments{margin-bottom:30px}}@media only screen and (max-width:880px){#qodef-page-comments-form .qodef-comment-form .qodef-col-num--2>.qodef-grid-inner{row-gap:0}}@media only screen and (max-width:1200px){#qodef-page-comments-list .qodef-comment-item .children{padding-left:40px}}@media only screen and (max-width:1024px){#qodef-page-comments-list .qodef-comment-item .children{padding-left:20px}}@media only screen and (max-width:880px){#qodef-page-comments-list .qodef-comment-item .qodef-e-inner{flex-wrap:wrap}#qodef-page-comments-list .qodef-comment-item .children{padding-left:3%}}@media only screen and (max-width:880px){.qodef-m-filter .qodef-m-filter-items{flex-wrap:wrap;column-gap:5px}.qodef-m-filter .qodef-m-filter-item{margin:5px 0}}@media only screen and (max-width:1200px){#qodef-page-footer-top-area .qodef-content-full-width{padding-left:7%;padding-right:7%}}@media only screen and (max-width:1200px){#qodef-page-footer-bottom-area .qodef-content-full-width{padding-left:7%;padding-right:7%}}@media only screen and (max-width:1200px){#qodef-page-footer-top-area-inner .qodef-grid>.qodef-grid-inner{row-gap:20px}}@media only screen and (max-width:880px){#qodef-page-footer-bottom-area-inner .qodef-grid>.qodef-grid-inner{row-gap:15px}}@media only screen and (max-width:1200px){#qodef-page-header{display:none}}@media only screen and (max-width:1200px){#qodef-page-mobile-header{display:block}}@media only screen and (max-width:1024px){.woocommerce-page div.woocommerce .col2-set{flex-wrap:wrap}}@media only screen and (max-width:680px){#qode-quick-view-for-woocommerce-pop-up .qodef-woo-product-mark~.qodef-popular,#qodef-woo-page .qodef-woo-product-mark~.qodef-popular,#yith-quick-view-modal .qodef-woo-product-mark~.qodef-popular,.qodef-woo-shortcode .qodef-woo-product-mark~.qodef-popular{left:15px;top:38px}}@media only screen and (max-width:880px){#qodef-woo-page.qodef--cart .woocommerce-cart-form .shop_table table,#qodef-woo-page.qodef--cart .woocommerce-cart-form .shop_table tbody,#qodef-woo-page.qodef--cart .woocommerce-cart-form .shop_table td:not(.actions),#qodef-woo-page.qodef--cart .woocommerce-cart-form .shop_table th,#qodef-woo-page.qodef--cart .woocommerce-cart-form .shop_table tr,.yith-wcwl-form .woocommerce-cart-form .shop_table table,.yith-wcwl-form .woocommerce-cart-form .shop_table tbody,.yith-wcwl-form .woocommerce-cart-form .shop_table td:not(.actions),.yith-wcwl-form .woocommerce-cart-form .shop_table th,.yith-wcwl-form .woocommerce-cart-form .shop_table tr{display:grid}#qodef-woo-page.qodef--cart .woocommerce-cart-form .shop_table tr,.yith-wcwl-form .woocommerce-cart-form .shop_table tr{grid-template-columns:minmax(0,31px) minmax(0,42px) minmax(0,1fr) minmax(0,87px)}#qodef-woo-page.qodef--cart .woocommerce-cart-form .shop_table tr.cart_item,.yith-wcwl-form .woocommerce-cart-form .shop_table tr.cart_item{padding:20px 0}#qodef-woo-page.qodef--cart .woocommerce-cart-form .shop_table tbody>tr:last-child,.yith-wcwl-form .woocommerce-cart-form .shop_table tbody>tr:last-child{grid-template-columns:minmax(0,1fr);padding:17px 0}#qodef-woo-page.qodef--cart .woocommerce-cart-form .shop_table th,.yith-wcwl-form .woocommerce-cart-form .shop_table th{padding:7px 0 6px}#qodef-woo-page.qodef--cart .woocommerce-cart-form .shop_table th.product-price,#qodef-woo-page.qodef--cart .woocommerce-cart-form .shop_table th.product-remove,#qodef-woo-page.qodef--cart .woocommerce-cart-form .shop_table th.product-subtotal,#qodef-woo-page.qodef--cart .woocommerce-cart-form .shop_table th.product-thumbnail,.yith-wcwl-form .woocommerce-cart-form .shop_table th.product-price,.yith-wcwl-form .woocommerce-cart-form .shop_table th.product-remove,.yith-wcwl-form .woocommerce-cart-form .shop_table th.product-subtotal,.yith-wcwl-form .woocommerce-cart-form .shop_table th.product-thumbnail{display:none}#qodef-woo-page.qodef--cart .woocommerce-cart-form .shop_table th.product-name,.yith-wcwl-form .woocommerce-cart-form .shop_table th.product-name{grid-column:2/4}#qodef-woo-page.qodef--cart .woocommerce-cart-form .shop_table th.product-quantity,.yith-wcwl-form .woocommerce-cart-form .shop_table th.product-quantity{grid-column:4}#qodef-woo-page.qodef--cart .woocommerce-cart-form .shop_table td,.yith-wcwl-form .woocommerce-cart-form .shop_table td{padding:0;width:auto;place-content:center}#qodef-woo-page.qodef--cart .woocommerce-cart-form .shop_table td.product-subtotal,.yith-wcwl-form .woocommerce-cart-form .shop_table td.product-subtotal{display:none}#qodef-woo-page.qodef--cart .woocommerce-cart-form .shop_table td.product-remove,.yith-wcwl-form .woocommerce-cart-form .shop_table td.product-remove{grid-row:span 2}#qodef-woo-page.qodef--cart .woocommerce-cart-form .shop_table td.product-thumbnail,.yith-wcwl-form .woocommerce-cart-form .shop_table td.product-thumbnail{width:42px;grid-row:span 2}#qodef-woo-page.qodef--cart .woocommerce-cart-form .shop_table td.product-name,.yith-wcwl-form .woocommerce-cart-form .shop_table td.product-name{justify-self:start;align-self:end;padding:0 0 1px 11px}#qodef-woo-page.qodef--cart .woocommerce-cart-form .shop_table td.product-name a,.yith-wcwl-form .woocommerce-cart-form .shop_table td.product-name a{font-size:16px}#qodef-woo-page.qodef--cart .woocommerce-cart-form .shop_table td.product-price,.yith-wcwl-form .woocommerce-cart-form .shop_table td.product-price{justify-self:start;align-self:start;grid-row:2;grid-column:3;padding:1px 0 0 11px}#qodef-woo-page.qodef--cart .woocommerce-cart-form .shop_table td.product-quantity,.yith-wcwl-form .woocommerce-cart-form .shop_table td.product-quantity{grid-row:span 2}#qodef-woo-page.qodef--cart .shop_table td.product-subtotal,#qodef-woo-page.qodef--cart .shop_table th.product-subtotal,.yith-wcwl-form .shop_table td.product-subtotal,.yith-wcwl-form .shop_table th.product-subtotal{display:none}#qodef-woo-page.qodef--cart .cart-collaterals .shop_table th,.yith-wcwl-form .cart-collaterals .shop_table th{width:auto}}@media only screen and (max-width:680px){#qodef-woo-page.qodef--cart .woocommerce-cart-form .shop_table td.actions,.yith-wcwl-form .woocommerce-cart-form .shop_table td.actions{gap:12px}#qodef-woo-page.qodef--cart .woocommerce-cart-form .shop_table td.actions>.button,.yith-wcwl-form .woocommerce-cart-form .shop_table td.actions>.button{float:none}#qodef-woo-page.qodef--cart .woocommerce-cart-form .shop_table td.actions .coupon,.yith-wcwl-form .woocommerce-cart-form .shop_table td.actions .coupon{width:100%;display:flex;flex-direction:column;float:none}#qodef-woo-page.qodef--cart .woocommerce-cart-form .shop_table td.actions .coupon>*,.yith-wcwl-form .woocommerce-cart-form .shop_table td.actions .coupon>*{margin-bottom:20px}#qodef-woo-page.qodef--cart .woocommerce-cart-form .shop_table td.actions .coupon #coupon_code,.yith-wcwl-form .woocommerce-cart-form .shop_table td.actions .coupon #coupon_code{width:100%}#qodef-woo-page.qodef--cart .woocommerce-cart-form .shop_table td.actions .coupon #coupon_code+.qodef-button,.yith-wcwl-form .woocommerce-cart-form .shop_table td.actions .coupon #coupon_code+.qodef-button{left:auto;right:0}}@media only screen and (max-width:1024px){.woocommerce-account .woocommerce-MyAccount-content,.woocommerce-account .woocommerce-MyAccount-navigation{width:100%;float:none}.woocommerce-account .woocommerce-MyAccount-navigation{padding-right:0}.woocommerce-account .woocommerce-MyAccount-content{margin-top:50px}}@media (max-width:1512px){.qodef-woo-product-list ul.products.columns-6{--qode-columns:5}}@media (max-width:1368px){.qodef-woo-product-list ul.products.columns-5{--qode-columns:4}.qodef-woo-product-list ul.products.columns-6{--qode-columns:4}.qodef-woo-product-list ul.products.columns-7{--qode-columns:4}.qodef-woo-product-list ul.products.columns-8{--qode-columns:4}}@media (max-width:1200px){.qodef-woo-product-list ul.products.columns-4{--qode-columns:3}.qodef-woo-product-list ul.products.columns-5{--qode-columns:3}.qodef-woo-product-list ul.products.columns-6{--qode-columns:3}.qodef-woo-product-list ul.products.columns-7{--qode-columns:3}.qodef-woo-product-list ul.products.columns-8{--qode-columns:3}}@media (max-width:1024px){.qodef-woo-product-list ul.products.columns-3{--qode-columns:2}.qodef-woo-product-list ul.products.columns-4{--qode-columns:2}.qodef-woo-product-list ul.products.columns-5{--qode-columns:2}.qodef-woo-product-list ul.products.columns-6{--qode-columns:2}.qodef-woo-product-list ul.products.columns-7{--qode-columns:2}.qodef-woo-product-list ul.products.columns-8{--qode-columns:2}}@media (max-width:880px){.qodef-woo-product-list ul.products.columns-2{--qode-columns:2}.qodef-woo-product-list ul.products.columns-3{--qode-columns:2}.qodef-woo-product-list ul.products.columns-4{--qode-columns:2}.qodef-woo-product-list ul.products.columns-5{--qode-columns:2}.qodef-woo-product-list ul.products.columns-6{--qode-columns:2}.qodef-woo-product-list ul.products.columns-7{--qode-columns:2}.qodef-woo-product-list ul.products.columns-8{--qode-columns:2}}@media only screen and (max-width:1512px){.qodef-woo-product-list.qodef-vertical-gutter--huge ul.products{--qode-columns-row-gap:60px}.qodef-woo-product-list.qodef-gutter--huge ul.products{--qode-columns-col-gap:60px}}@media only screen and (max-width:1512px){.qodef-woo-product-list.qodef-vertical-gutter--custom ul.products{--qode-columns-row-gap:var(--qode-vertical-gutter-custom-1512,30px)}.qodef-woo-product-list.qodef-gutter--custom ul.products{--qode-columns-col-gap:var(--qode-gutter-custom-1512,30px)}}@media only screen and (max-width:1200px){.qodef-woo-product-list.qodef-vertical-gutter--custom ul.products{--qode-columns-row-gap:var(--qode-vertical-gutter-custom-1200,30px)}.qodef-woo-product-list.qodef-gutter--custom ul.products{--qode-columns-col-gap:var(--qode-gutter-custom-1200,30px)}}@media only screen and (max-width:880px){.qodef-woo-product-list.qodef-vertical-gutter--custom ul.products{--qode-columns-row-gap:var(--qode-vertical-gutter-custom-880,30px)}.qodef-woo-product-list.qodef-gutter--custom ul.products{--qode-columns-col-gap:var(--qode-gutter-custom-880,30px)}}@media only screen and (max-width:880px){.qodef-woo-results{flex-direction:column;align-items:flex-start;justify-content:start}.qodef-woo-results .woocommerce-ordering{margin-top:10px;margin-left:0}}@media only screen and (max-width:1200px){#qodef-woo-page.qodef--single.qodef--extra-column .qodef-woo-single-inner{grid-template-columns:1fr}#qodef-woo-page.qodef--single.qodef--extra-column .qodef-woo-single-inner .qodef-woo-single-image{order:1}#qodef-woo-page.qodef--single.qodef--extra-column .qodef-woo-single-inner .entry-summary{order:3}#qodef-woo-page.qodef--single.qodef--extra-column .qodef-woo-single-inner .qodef-product-extra-column{order:2}#qodef-woo-page.qodef--single .qodef-woo-single-inner{grid-template-columns:1fr}#qodef-woo-page.qodef--single .entry-summary{margin-top:20px}}@media only screen and (max-width:880px){#qodef-woo-page.qodef--single .qodef-woo-single-inner{gap:0}#qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .woocommerce-product-gallery__wrapper>.qodef-woo-thumbnails-wrapper{grid-template-columns:repeat(2,minmax(0,1fr))}#qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .woocommerce-product-gallery__wrapper>.qodef-woo-thumbnails-wrapper{grid-template-columns:repeat(2,minmax(0,1fr))}#qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-6 .woocommerce-product-gallery__wrapper>.qodef-woo-thumbnails-wrapper{grid-template-columns:repeat(2,minmax(0,1fr))}#qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-7 .woocommerce-product-gallery__wrapper>.qodef-woo-thumbnails-wrapper{grid-template-columns:repeat(2,minmax(0,1fr))}#qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-8 .woocommerce-product-gallery__wrapper>.qodef-woo-thumbnails-wrapper{grid-template-columns:repeat(2,minmax(0,1fr))}#qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left .woocommerce-product-gallery__trigger{left:10px}#qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left .woocommerce-product-gallery__wrapper{flex-wrap:wrap}#qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left .woocommerce-product-gallery__wrapper>.woocommerce-product-gallery__image{width:100%!important}#qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left .woocommerce-product-gallery__wrapper>.qodef-woo-thumbnails-wrapper{width:100%;margin:16px 0 0}#qodef-woo-page.qodef--single .woocommerce-Reviews .comment_container{flex-wrap:wrap}}@media only screen and (max-width:680px){#qodef-woo-page.qodef--single .woocommerce-product-gallery .woocommerce-product-gallery__wrapper>.qodef-woo-thumbnails-wrapper{margin:10px 0 0;gap:10px}#qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left .woocommerce-product-gallery__wrapper>.qodef-woo-thumbnails-wrapper{margin:10px 0 0}#qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--below{margin:0}#qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--below .woocommerce-product-gallery__wrapper>.qodef-woo-thumbnails-wrapper{margin:10px 0 0}#qodef-woo-page.qodef--single .qodef-woo-single-image .qodef-swiper-container .swiper-slide{border:1px solid #ebebeb;border-radius:20px}#qodef-woo-page.qodef--single .qodef-woo-single-image .qodef-swiper-container .swiper-pagination{display:none}#qodef-woo-page.qodef--single form.cart .variations .value{position:relative}#qodef-woo-page.qodef--single form.cart .variations .reset_variations{bottom:0;left:0;margin:0;position:absolute}#qodef-woo-page.qodef--single form.cart .variations tr:last-child .value{padding-bottom:20px}#qodef-woo-page.qodef--single form.cart .variations tr:last-child .select2-container--default{margin-bottom:11px}#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab.woocommerce-Tabs-panel--additional_information{padding-bottom:24px}#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab.woocommerce-Tabs-panel--reviews{padding-bottom:36px}#qodef-woo-page.qodef--single #review_form .qodef-col-num--2 .qodef-grid-inner{gap:0!important}}@media only screen and (max-width:1200px) and (min-width:1025px){#qodef-woo-page.qodef--single .related .columns-4,#qodef-woo-page.qodef--single .up-sells .columns-4{--qode-columns:2}}@media only screen and (max-width:680px){#qodef-woo-page.qodef--single .related,#qodef-woo-page.qodef--single .up-sells{margin-top:5px}#qodef-woo-page.qodef--single .related>h2,#qodef-woo-page.qodef--single .up-sells>h2{font-size:23px;line-height:1.30435em;margin:0 0 27px}}@media only screen and (max-width:680px) and (max-width:1512px){#qodef-woo-page.qodef--single .related>h2,#qodef-woo-page.qodef--single .up-sells>h2{font-size:20px}}.vitasana-core-page-inline-style{position:absolute!important;width:0;height:0;line-height:1;display:none}.qodef-page-has-custom-section--uncover #qodef-custom-section--uncover{position:fixed!important;width:100%;bottom:0}.qodef-page-has-custom-section--uncover #qodef-custom-section--uncover>.elementor-element{--qode-x:0px;--qode-y:30px;opacity:0;transform:translateX(var(--qode-x)) translateY(var(--qode-y));transition:opacity .37s ease-out,transform .55s cubic-bezier(.18,.79,.29,.93)!important}.qodef-page-has-custom-section--uncover #qodef-custom-section--uncover .qodef-section-title .qodef-m-button,.qodef-page-has-custom-section--uncover #qodef-custom-section--uncover .qodef-section-title .qodef-m-subtitle,.qodef-page-has-custom-section--uncover #qodef-custom-section--uncover .qodef-section-title .qodef-m-title{--qode-x:0px;--qode-y:30px;opacity:0;transform:translateX(var(--qode-x)) translateY(var(--qode-y));transition:opacity .37s ease-out,transform .55s cubic-bezier(.18,.79,.29,.93)}.qodef-page-has-custom-section--uncover #qodef-custom-section--uncover.qodef--appeared>.elementor-element{opacity:1;transform:translateX(0) translateY(0)}.qodef-page-has-custom-section--uncover #qodef-custom-section--uncover.qodef--appeared>.elementor-element:nth-of-type(1){transition-delay:0s,0s!important}.qodef-page-has-custom-section--uncover #qodef-custom-section--uncover.qodef--appeared>.elementor-element:nth-of-type(2){transition-delay:80ms,80ms!important}.qodef-page-has-custom-section--uncover #qodef-custom-section--uncover.qodef--appeared>.elementor-element:nth-of-type(3){transition-delay:.16s,.16s!important}.qodef-page-has-custom-section--uncover #qodef-custom-section--uncover.qodef--appeared>.elementor-element:nth-of-type(4){transition-delay:.24s,.24s!important}.qodef-page-has-custom-section--uncover #qodef-custom-section--uncover.qodef--appeared>.elementor-element:nth-of-type(5){transition-delay:.32s,.32s!important}.qodef-page-has-custom-section--uncover #qodef-custom-section--uncover.qodef--appeared>.elementor-element:nth-of-type(6){transition-delay:.4s,.4s!important}.qodef-page-has-custom-section--uncover #qodef-custom-section--uncover.qodef--appeared>.elementor-element:nth-of-type(7){transition-delay:.48s,.48s!important}.qodef-page-has-custom-section--uncover #qodef-custom-section--uncover.qodef--appeared>.elementor-element:nth-of-type(8){transition-delay:.56s,.56s!important}.qodef-page-has-custom-section--uncover #qodef-custom-section--uncover.qodef--appeared>.elementor-element:nth-of-type(9){transition-delay:.64s,.64s!important}.qodef-page-has-custom-section--uncover #qodef-custom-section--uncover.qodef--appeared>.elementor-element:nth-of-type(10){transition-delay:.72s,.72s!important}.qodef-page-has-custom-section--uncover #qodef-custom-section--uncover.qodef--appeared>.elementor-element:nth-of-type(11){transition-delay:.8s,.8s!important}.qodef-page-has-custom-section--uncover #qodef-custom-section--uncover.qodef--appeared>.elementor-element:nth-of-type(12){transition-delay:.88s,.88s!important}.qodef-page-has-custom-section--uncover #qodef-custom-section--uncover.qodef--appeared>.elementor-element:nth-of-type(13){transition-delay:.96s,.96s!important}.qodef-page-has-custom-section--uncover #qodef-custom-section--uncover.qodef--appeared>.elementor-element:nth-of-type(14){transition-delay:1.04s,1.04s!important}.qodef-page-has-custom-section--uncover #qodef-custom-section--uncover.qodef--appeared>.elementor-element:nth-of-type(15){transition-delay:1.12s,1.12s!important}.qodef-page-has-custom-section--uncover #qodef-custom-section--uncover.qodef--appeared>.elementor-element:nth-of-type(16){transition-delay:1.2s,1.2s!important}.qodef-page-has-custom-section--uncover #qodef-custom-section--uncover.qodef--appeared>.elementor-element:nth-of-type(17){transition-delay:1.28s,1.28s!important}.qodef-page-has-custom-section--uncover #qodef-custom-section--uncover.qodef--appeared>.elementor-element:nth-of-type(18){transition-delay:1.36s,1.36s!important}.qodef-page-has-custom-section--uncover #qodef-custom-section--uncover.qodef--appeared>.elementor-element:nth-of-type(19){transition-delay:1.44s,1.44s!important}.qodef-page-has-custom-section--uncover #qodef-custom-section--uncover.qodef--appeared>.elementor-element:nth-of-type(20){transition-delay:1.52s,1.52s!important}.qodef-page-has-custom-section--uncover #qodef-custom-section--uncover.qodef--appeared>.elementor-element:nth-of-type(21){transition-delay:1.6s,1.6s!important}.qodef-page-has-custom-section--uncover #qodef-custom-section--uncover.qodef--appeared>.elementor-element:nth-of-type(22){transition-delay:1.68s,1.68s!important}.qodef-page-has-custom-section--uncover #qodef-custom-section--uncover.qodef--appeared>.elementor-element:nth-of-type(23){transition-delay:1.76s,1.76s!important}.qodef-page-has-custom-section--uncover #qodef-custom-section--uncover.qodef--appeared>.elementor-element:nth-of-type(24){transition-delay:1.84s,1.84s!important}.qodef-page-has-custom-section--uncover #qodef-custom-section--uncover.qodef--appeared>.elementor-element:nth-of-type(25){transition-delay:1.92s,1.92s!important}.qodef-page-has-custom-section--uncover #qodef-custom-section--uncover.qodef--appeared>.elementor-element:nth-of-type(26){transition-delay:2s,2s!important}.qodef-page-has-custom-section--uncover #qodef-custom-section--uncover.qodef--appeared>.elementor-element:nth-of-type(27){transition-delay:2.08s,2.08s!important}.qodef-page-has-custom-section--uncover #qodef-custom-section--uncover.qodef--appeared>.elementor-element:nth-of-type(28){transition-delay:2.16s,2.16s!important}.qodef-page-has-custom-section--uncover #qodef-custom-section--uncover.qodef--appeared>.elementor-element:nth-of-type(29){transition-delay:2.24s,2.24s!important}.qodef-page-has-custom-section--uncover #qodef-custom-section--uncover.qodef--appeared>.elementor-element:nth-of-type(30){transition-delay:2.32s,2.32s!important}.qodef-page-has-custom-section--uncover #qodef-custom-section--uncover.qodef--appeared .qodef-section-title .qodef-m-button,.qodef-page-has-custom-section--uncover #qodef-custom-section--uncover.qodef--appeared .qodef-section-title .qodef-m-subtitle,.qodef-page-has-custom-section--uncover #qodef-custom-section--uncover.qodef--appeared .qodef-section-title .qodef-m-title{opacity:1;transform:translateX(0) translateY(0)}.qodef-page-has-custom-section--uncover #qodef-custom-section--uncover.qodef--appeared .qodef-section-title .qodef-m-subtitle{transition-delay:.1s,.1s}.qodef-page-has-custom-section--uncover #qodef-custom-section--uncover.qodef--appeared .qodef-section-title .qodef-m-title{transition-delay:.2s,.2s}.qodef-page-has-custom-section--uncover #qodef-custom-section--uncover.qodef--appeared .qodef-section-title .qodef-m-button{transition-delay:.3s,.3s}.qodef-page-has-custom-section--uncover.qodef--passepartout #qodef-custom-section--uncover{clip-path:inset(30px 12px 0 0)}.qodef-page-has-custom-section--uncover.qodef--passepartout #qodef-custom-section--uncover:after{content:"";display:block;width:100%;height:6px;background-color:#639;position:absolute;bottom:-6px;left:0;z-index:5}.qodef-page-has-custom-section--uncover .e-flex:not(#qodef-custom-section--uncover),.qodef-page-has-custom-section--uncover section:not(#qodef-custom-section--uncover){z-index:1}.qodef-hover-link{display:inline-block;--qodef-underline-position-y:100%;--qodef-underline-height:1px;background-repeat:no-repeat;background-image:linear-gradient(90deg,currentColor 0,currentColor 100%);background-position:0 var(--qodef-underline-position-y);background-size:0 var(--qodef-underline-height);transition:background-size .5s cubic-bezier(.25,.46,.35,.94),color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;line-height:21px}.qodef-hover-link:hover{background-size:100% var(--qodef-underline-height)}#qodef-page-wrapper{position:relative}@media only screen and (max-width:1200px){#qodef-page-wrapper{overflow:hidden}}.kc-elm.qodef-shortcode .fa,.kc-elm.qodef-shortcode .fas{font-family:'Font Awesome 5 Free';font-weight:900}.kc-elm.qodef-shortcode .fa:before,.kc-elm.qodef-shortcode .fas:before{font-family:inherit;font-weight:inherit}.kc-elm.qodef-shortcode .fab{font-family:'Font Awesome 5 Brands';font-weight:400}.kc-elm.qodef-shortcode .fab:before{font-family:inherit;font-weight:inherit}#qodef-age-verification-modal{position:fixed;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background-color:var(--qode-main-color);opacity:0;z-index:115;visibility:hidden;transition:opacity .2s ease-out}#qodef-age-verification-modal .qodef-m-logo{position:absolute;top:30px;left:30px}#qodef-age-verification-modal .qodef-m-logo a{position:relative;display:block;max-width:50%}#qodef-age-verification-modal .qodef-m-logo img{display:block}#qodef-age-verification-modal .qodef-m-content{padding:30px;text-align:center;max-width:700px}#qodef-age-verification-modal .qodef-m-content-title{margin:0;color:#fff}#qodef-age-verification-modal .qodef-m-content-subtitle{margin:11px 0 0;color:var(--qode-main-color)}#qodef-age-verification-modal .qodef-m-content-note{margin:32px 0 0;color:#e5dcdb}#qodef-age-verification-modal .qodef-m-content-prevent{position:relative;display:inline-block;width:100%;vertical-align:top;margin-top:52px}#qodef-age-verification-modal .qodef-button.qodef-prevent--yes{margin-right:10px}#qodef-age-verification-modal .qodef-button.qodef-prevent--no{color:#fff;border-color:#a3a19e}#qodef-age-verification-modal .qodef-button.qodef-prevent--no:hover{color:#fff;border-color:#28201e;background-color:#28201e}.qodef-age-verification--opened #qodef-age-verification-modal{opacity:1;visibility:visible;transition:opacity .2s ease-out}#qodef-back-to-top{position:fixed;width:40px;height:40px;right:25px;bottom:25px;margin:0;opacity:0;visibility:hidden;z-index:100}#qodef-back-to-top .qodef-back-to-top-icon{position:relative;display:flex;align-items:center;justify-content:center;height:100%;font-size:20px;color:#fff;background-color:#e98924;border:0 solid transparent;border-radius:9px;overflow:hidden;transition:.2s ease-out}#qodef-back-to-top .qodef-back-to-top-icon *{display:block;line-height:inherit}#qodef-back-to-top svg{display:block;width:14px;height:auto;fill:currentColor}#qodef-back-to-top:hover .qodef-back-to-top-icon{border-radius:50%}#qodef-back-to-top.qodef--off{opacity:0;visibility:hidden;transition:opacity .15s ease,visibility 0s .15s}#qodef-back-to-top.qodef--on{opacity:1;visibility:visible;transition:opacity .3s ease}body.qodef-mobile-header--minimal-extended #qodef-back-to-top{bottom:calc(25px + 77px)}.qodef-fullscreen-menu--opened #qodef-back-to-top{opacity:0;visibility:hidden}.qodef-background-text{position:relative}.qodef-background-text .qodef-m-background-text-holder{display:flex;height:100%;position:absolute;width:100%}.qodef-background-text .qodef-m-background-text{color:var(--qode-main-color);font-family:Geologica,sans-serif;font-size:200px;line-height:1em}.qodef-blog.qodef-swiper-container{padding-top:24px}.qodef-blog .qodef-m-top-info{margin-bottom:18px}.qodef-blog .qodef-m-top-info .qodef-m-title-text{margin:0}.qodef-blog.qodef-shortcode.qodef-swiper-container .qodef-top-info-slider{display:flex;align-items:center;justify-content:space-between}.qodef-blog.qodef-shortcode.qodef-swiper-container .qodef-top-info-slider .qodef-e-blog-slider-nav-holder{display:flex;align-items:center;justify-content:center;width:63px;height:38px;margin-bottom:23px;background:#eff4f8;border:1px solid #e4edf5;border-radius:10px;position:relative}.qodef-blog.qodef-shortcode.qodef-swiper-container .qodef-top-info-slider .qodef-e-blog-slider-nav-holder .swiper-button-next,.qodef-blog.qodef-shortcode.qodef-swiper-container .qodef-top-info-slider .qodef-e-blog-slider-nav-holder .swiper-button-prev{position:static;transform:none;height:auto!important;margin:0 auto!important;transition:all .35s ease;width:auto!important;padding:12px}.qodef-blog.qodef-shortcode.qodef-swiper-container .qodef-top-info-slider .qodef-e-blog-slider-nav-holder .swiper-button-next{margin-left:1px!important}.qodef-blog.qodef-shortcode.qodef-swiper-container .qodef-top-info-slider .qodef-e-blog-slider-nav-holder:after{content:'';display:inline-block;width:1px;height:22px;background:#acbcc9;position:absolute}.qodef-blog.qodef-shortcode.qodef-swiper-container .swiper-button-next svg,.qodef-blog.qodef-shortcode.qodef-swiper-container .swiper-button-prev svg{position:relative;display:block;width:auto;height:auto}.qodef-blog.qodef-item-layout--classic.qodef-col-num--1 article{margin:0 0 50px}.qodef-blog.qodef-item-layout--classic.qodef-col-num--1 article:last-child{margin:0}.qodef-blog.qodef-item-layout--classic .qodef-e-top-holder{margin-bottom:3px}.qodef-blog.qodef-item-layout--classic .qodef-e-content{margin:16px 0 0}.qodef-blog.qodef-item-layout--classic .qodef-e-read-more-holder{margin:13px 0 0}.qodef-blog.qodef-item-layout--classic .qodef-e-media-image:after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;background:#000;background:linear-gradient(180deg,rgba(0,0,0,.16) 0,rgba(0,0,0,.16) 7%,rgba(255,255,255,.16) 100%)}.qodef-blog.qodef-item-layout--info-on-image{margin:0}.qodef-blog.qodef-item-layout--info-on-image article .qodef-e-media{height:100%;width:100%}.qodef-blog.qodef-item-layout--info-on-image article .qodef-e-content{margin:0;position:absolute;top:0;left:0;width:100%;height:100%;display:flex;justify-content:flex-end;flex-direction:column;padding:20px 40px 35px;background-color:rgba(var(--qode-main-color),.12)}.qodef-blog.qodef-item-layout--info-on-image article .qodef-e-content a{position:relative;z-index:3}.qodef-blog.qodef-item-layout--info-on-image article .qodef-e-title{color:#fff}.qodef-blog.qodef-item-layout--info-on-image article .qodef-e-title a{color:inherit}.qodef-blog.qodef-item-layout--info-on-image article .qodef-e-title a:hover{color:var(--qode-main-color)}.qodef-blog.qodef-item-layout--info-on-image article .qodef-e-info>*{color:#fff}.qodef-blog.qodef-item-layout--info-on-image article .qodef-e-info a:hover{color:var(--qode-main-color)}.qodef-blog.qodef-item-layout--info-on-image article .qodef-e-post-link{z-index:2}.qodef-blog.qodef-item-layout--minimal article .qodef-e-content{margin:0}.qodef-blog.qodef-item-layout--minimal article .qodef-e-bottom-holder{margin-top:5px}.qodef-blog.qodef-item-layout--side-by-side article{margin:0 0 5px}.qodef-blog.qodef-item-layout--side-by-side article .qodef-e-title{margin:3px 0 0}.qodef-blog.qodef-item-layout--side-by-side article .qodef-e-inner{align-items:flex-start;display:flex}.qodef-blog.qodef-item-layout--side-by-side article .qodef-e-media{flex-shrink:0;margin-right:15px;width:80px;border-radius:9px}.qodef-blog.qodef-item-layout--side-by-side article .qodef-e-media .qodef-image-date{display:none}.qodef-blog.qodef-item-layout--side-by-side article .qodef-e-content{margin:-6px 0 0}.qodef-blog.qodef-item-layout--side-by-side article .qodef-e-bottom-holder{margin-top:5px}.qodef-blog.qodef-item-layout--standard.qodef-col-num--1 article{margin:0 0 50px}.qodef-blog.qodef-item-layout--standard.qodef-col-num--1 article:last-child{margin:0}.widget.widget_vitasana_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article:not(:last-child){margin-bottom:20px}.widget.widget_vitasana_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article:first-child{margin-top:8px}.widget.widget_vitasana_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-media{margin-right:20px;width:80px!important}.widget.widget_vitasana_core_simple_blog_list .qodef-blog.qodef-item-layout--minimal article:not(:last-child){margin:0 0 10px}#qodef-top-area .widget.widget_vitasana_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article:not(:last-child){margin-bottom:20px}#qodef-top-area .widget.widget_vitasana_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article:first-child{margin-top:8px}#qodef-top-area .widget.widget_vitasana_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-media{margin-right:20px;width:80px!important}#qodef-top-area .widget.widget_vitasana_core_simple_blog_list .qodef-blog.qodef-item-layout--minimal article:not(:last-child){margin:0 0 10px}#qodef-top-area.qodef-skin--dark .widget.widget_vitasana_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article:not(:last-child){margin-bottom:20px}#qodef-top-area.qodef-skin--dark .widget.widget_vitasana_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article:first-child{margin-top:8px}#qodef-top-area.qodef-skin--dark .widget.widget_vitasana_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-media{margin-right:20px;width:80px!important}#qodef-top-area.qodef-skin--dark .widget.widget_vitasana_core_simple_blog_list .qodef-blog.qodef-item-layout--minimal article:not(:last-child){margin:0 0 10px}#qodef-page-footer .widget.widget_vitasana_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article:not(:last-child){margin-bottom:20px}#qodef-page-footer .widget.widget_vitasana_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article:first-child{margin-top:8px}#qodef-page-footer .widget.widget_vitasana_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-media{margin-right:20px;width:80px!important}#qodef-page-footer .widget.widget_vitasana_core_simple_blog_list .qodef-blog.qodef-item-layout--minimal article:not(:last-child){margin:0 0 10px}#qodef-side-area .widget.widget_vitasana_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article:not(:last-child){margin-bottom:20px}#qodef-side-area .widget.widget_vitasana_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article:first-child{margin-top:8px}#qodef-side-area .widget.widget_vitasana_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-media{margin-right:20px;width:80px!important}#qodef-side-area .widget.widget_vitasana_core_simple_blog_list .qodef-blog.qodef-item-layout--minimal article:not(:last-child){margin:0 0 10px}.qodef-mega-menu-widget-holder .widget.widget_vitasana_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article:not(:last-child){margin-bottom:20px}.qodef-mega-menu-widget-holder .widget.widget_vitasana_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article:first-child{margin-top:8px}.qodef-mega-menu-widget-holder .widget.widget_vitasana_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-media{margin-right:20px;width:80px!important}.qodef-mega-menu-widget-holder .widget.widget_vitasana_core_simple_blog_list .qodef-blog.qodef-item-layout--minimal article:not(:last-child){margin:0 0 10px}body.woocommerce #qodef-page-sidebar .widget.widget_vitasana_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article:not(:last-child){margin-bottom:20px}body.woocommerce #qodef-page-sidebar .widget.widget_vitasana_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article:first-child{margin-top:8px}body.woocommerce #qodef-page-sidebar .widget.widget_vitasana_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-media{margin-right:20px;width:80px!important}body.woocommerce #qodef-page-sidebar .widget.widget_vitasana_core_simple_blog_list .qodef-blog.qodef-item-layout--minimal article:not(:last-child){margin:0 0 10px}#qodef-author-info{position:relative;display:inline-block;width:100%;vertical-align:top;margin-top:85px;background:#fff8f1;border:1px solid #f9efe5;border-radius:17px;overflow:hidden;padding:20px}#qodef-author-info .qodef-m-inner{position:relative;display:flex;align-items:center}#qodef-author-info .qodef-m-content{margin:-13px 0 0;padding-right:18%}@media only screen and (max-width:880px){#qodef-author-info .qodef-m-content{padding-right:0}}#qodef-author-info .qodef-m-image{flex-shrink:0;margin-right:40px;border-radius:20px;overflow:hidden}@media only screen and (max-width:680px){#qodef-author-info .qodef-m-image{width:100%;margin-right:0}#qodef-author-info .qodef-m-image img{width:100%}}#qodef-author-info .qodef-m-image a,#qodef-author-info .qodef-m-image img{display:block}#qodef-author-info .qodef-m-author{margin:0}#qodef-author-info .qodef-m-email{margin:5px 0 0}#qodef-author-info .qodef-m-description{margin:12px 0 0;letter-spacing:0}#qodef-author-info .qodef-m-social-icons{margin-top:23px}#qodef-author-info .qodef-m-social-icons a{position:relative;display:inline-flex;align-items:center;justify-content:center;vertical-align:top;margin-right:17px;width:25px;height:25px;border-radius:50%;border:1px solid #fe9a31;background-color:#fe9a31;color:#fff;transition:background-color .3s ease-out,border-color .3s,color .3s}#qodef-author-info .qodef-m-social-icons a svg{stroke:currentColor;stroke-width:.5}#qodef-author-info .qodef-m-social-icons a:hover{background-color:transparent;color:#fe9a31}#qodef-author-info .qodef-m-social-icons a:last-child{margin-right:0}#qodef-related-posts{position:relative;display:inline-block;width:100%;vertical-align:top;margin-top:50px}#qodef-related-posts .qodef-related-post-title{margin-bottom:18px}#qodef-related-posts .qodef-e-read-more-holder{display:none}#qodef-related-posts .qodef-blog.qodef-item-layout--classic .qodef-e-content{margin:22px 0 0}@media only screen and (max-width:1024px){#qodef-related-posts .qodef-blog{--qode-columns-row-gap:55px}}#qodef-single-post-navigation{position:relative;display:inline-block;width:100%;vertical-align:top;margin:88px 0 3px}#qodef-single-post-navigation .qodef-m-inner{position:relative;display:flex;align-items:center;justify-content:space-between}#qodef-single-post-navigation .qodef-m-nav{position:relative;display:flex;align-items:center}#qodef-single-post-navigation .qodef-m-nav>*{display:block;line-height:inherit}#qodef-single-post-navigation .qodef-m-nav .qodef-m-pagination-icon{position:relative;top:-2px;display:block;width:30px;height:auto;fill:currentColor;stroke:none}#qodef-single-post-navigation .qodef-m-nav.qodef--prev{left:0}#qodef-single-post-navigation .qodef-m-nav.qodef--prev .qodef-m-pagination-icon{margin-right:4px}#qodef-single-post-navigation .qodef-m-nav.qodef--next{flex-direction:row-reverse;right:0;margin-left:auto;text-align:right}#qodef-single-post-navigation .qodef-m-nav.qodef--next .qodef-m-pagination-icon{margin-left:4px}#qodef-single-post-navigation .qodef-m-nav-label{font-family:Inter,sans-serif;font-size:16px;font-weight:400;letter-spacing:0;line-height:20px;display:inline-flex;vertical-align:middle;flex-wrap:wrap;color:var(--qode-main-color)}#qodef-page-content-bottom{position:relative;display:inline-block;width:100%;vertical-align:top;background-color:#fe9a31;background-position:center;background-repeat:no-repeat;background-size:cover}#qodef-page-content-bottom>.qodef-m-inner{padding:60px 0}#qodef-page-content-bottom .qodef-content-full-width{padding-left:70px;padding-right:70px}.qodef--boxed #qodef-page-content-bottom{padding-left:30px;padding-right:30px}.qodef--drag-cursor{cursor:grab}.qodef--drag-cursor *{cursor:inherit}#qodef-page-footer .qodef-alignment--left{text-align:left}#qodef-page-footer .qodef-alignment--left .widget img{margin-right:auto}#qodef-page-footer .qodef-alignment--center{text-align:center}#qodef-page-footer .qodef-alignment--center .widget img{margin-right:auto;margin-left:auto}#qodef-page-footer .qodef-alignment--right{text-align:right}#qodef-page-footer .qodef-alignment--right .widget img{margin-left:auto}#qodef-page-footer-bottom-area-inner .qodef-grid.qodef-gutter--custom,#qodef-page-footer-top-area-inner .qodef-grid.qodef-gutter--custom{--qode-columns-row-gap:var(--qode-columns-col-gap)}@media (min-width:881px){#qodef-page-footer-bottom-area-inner .qodef-alignment--space-between .qodef-grid-item:nth-child(2){text-align:right}}.qodef-page-footer--uncover #qodef-page-outer{z-index:90}.no-touchevents .qodef-page-footer--uncover #qodef-page-footer{position:fixed;bottom:0;left:0}#qodef-fullscreen-area{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#fff;background-position:center;background-repeat:no-repeat;background-size:cover;overflow-x:hidden!important;visibility:hidden;opacity:0;z-index:99}#qodef-fullscreen-area .qodef-content-grid{height:100%}#qodef-fullscreen-area .qodef-content-grid .qodef-fullscreen-menu{width:100%}.qodef-fullscreen-menu-animate--in #qodef-fullscreen-area{animation:qode-fade-in .25s linear both}.qodef-fullscreen-menu-animate--out #qodef-fullscreen-area{animation:qode-fade-out .25s linear both}#qodef-fullscreen-area-inner{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;width:100%;height:100%}.qodef-fullscreen-menu{position:relative;top:0;margin:0 auto;text-align:left}.qodef-fullscreen-menu ul{margin:0;padding:0;list-style:none}.qodef-fullscreen-menu ul li{position:relative;margin:11px 0;padding:0}.qodef-fullscreen-menu ul li.qodef--hide-link>a{cursor:default}.qodef-fullscreen-menu ul li a{position:relative;display:block}.qodef-fullscreen-menu ul li .qodef-menu-item-arrow{position:absolute;top:-1px;right:0;width:22px;height:auto;color:currentColor;z-index:9;cursor:pointer;transition:color .2s ease-out;transform:rotate(0);transition:transform .2s ease-out,color .2s ease-out}.qodef-fullscreen-menu ul li .qodef-menu-item-arrow:hover{color:var(--qode-main-color)}.qodef-fullscreen-menu ul.sub-menu{display:none}.qodef-fullscreen-menu .qodef-menu-item-icon{margin-right:5px}.qodef-fullscreen-menu .qodef-mega-menu-widget-holder{display:none}.qodef-fullscreen-menu>ul>li>a{font-family:Geologica,sans-serif;font-size:16px;line-height:1.25em;font-weight:600;text-transform:uppercase;color:var(--qode-main-color)}.qodef-fullscreen-menu>ul>li>a:hover{color:var(--qode-main-color)}.qodef-fullscreen-menu>ul>li.current-menu-ancestor>a,.qodef-fullscreen-menu>ul>li.current-menu-item>a{color:var(--qode-main-color)}.qodef-fullscreen-menu .qodef-drop-down-second-inner.qodef-content-grid{width:100%}.qodef-fullscreen-menu .qodef-drop-down-second-inner ul{padding:0;margin:0}.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li>a{font-family:Inter,sans-serif;font-size:16px;line-height:1.66667em;font-weight:400;color:#10235e;letter-spacing:-.01em;position:relative;display:flex;white-space:normal;margin:8px 0;overflow:hidden;transition:padding .2s ease-out}.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li>a .qodef-menu-item-icon{flex-shrink:0}.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li>a .qodef-menu-item-text{--qodef-underline-position-y:calc(100% - 3px);--qodef-underline-height:1px;background-repeat:no-repeat;background-image:linear-gradient(90deg,currentColor 0,currentColor 100%);background-position:0 var(--qodef-underline-position-y);background-size:0 var(--qodef-underline-height);transition:background-size .5s cubic-bezier(.25,.46,.35,.94),color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out}.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li>a:hover .qodef-menu-item-text{background-size:100% var(--qodef-underline-height)}.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li.current-menu-ancestor>a .qodef-menu-item-text,.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li.current-menu-item>a .qodef-menu-item-text{background-size:100% var(--qodef-underline-height)}.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li .qodef-menu-item-arrow{position:absolute;top:3px;right:0;width:22px;height:auto;color:currentColor;z-index:9;cursor:pointer;transition:color .2s ease-out}.qodef-fullscreen-menu--opened .qodef-fullscreen-menu-opener.qodef--opened .qodef--open{visibility:hidden}.qodef-fullscreen-menu--opened .qodef-fullscreen-menu-opener.qodef--opened .qodef--close{visibility:visible}.qodef-fullscreen-menu--opened .qodef-fullscreen-menu-opener .qodef-m-icon.qodef--close{top:50%;left:50%;transform:translate(-50%,-50%)}.qodef-fullscreen-menu--opened #qodef-page-header,.qodef-fullscreen-menu--opened #qodef-page-mobile-header{visibility:hidden}.qodef-fullscreen-menu--opened #qodef-page-header a.qodef-search-opener.qodef-opener-icon .qodef-m-icon,.qodef-fullscreen-menu--opened #qodef-page-mobile-header a.qodef-search-opener.qodef-opener-icon .qodef-m-icon{visibility:hidden}.qodef-fullscreen-menu--opened .qodef-fullscreen-menu-opener,.qodef-fullscreen-menu--opened .qodef-header-logo-image.qodef--customizer,.qodef-fullscreen-menu--opened .qodef-header-logo-link,.qodef-fullscreen-menu--opened .qodef-mobile-header-logo-link{visibility:visible}.qodef-fullscreen-menu--opened #qodef-page-header .qodef-header-logo-link img.qodef--light{opacity:1}.qodef-fullscreen-menu--opened #qodef-page-header .qodef-header-logo-link img.qodef--dark,.qodef-fullscreen-menu--opened #qodef-page-header .qodef-header-logo-link img.qodef--main{opacity:0}.qodef-fullscreen-menu--opened.qodef-fullscreen-menu--hide-logo .qodef-header-logo-image.qodef--customizer,.qodef-fullscreen-menu--opened.qodef-fullscreen-menu--hide-logo .qodef-header-logo-link,.qodef-fullscreen-menu--opened.qodef-fullscreen-menu--hide-logo .qodef-mobile-header-logo-link{visibility:hidden}#qodef-page-header .qodef-widget-holder{display:flex;align-items:center;height:100%;margin-left:24px}#qodef-page-header .qodef-widget-holder .widget{margin:0 12px}#qodef-page-header .qodef-widget-holder .widget:first-child{margin-left:0}#qodef-page-header .qodef-widget-holder .widget:last-child{margin-right:0}#qodef-page-header div[id^=monster-widget-placeholder],#qodef-page-header div[id^=woo-monster-widget-placeholder]{display:none}#qodef-page-header-inner{border-bottom:0 solid transparent}#qodef-page-header-inner.qodef-content-grid{padding:0}#qodef-page-header-inner.qodef-skin--light nav>ul>li>a,.qodef-custom-header-layout.qodef-skin--light nav>ul>li>a{color:var(--qode-header-light-color)!important}#qodef-page-header-inner.qodef-skin--light nav>ul>li>a:hover,.qodef-custom-header-layout.qodef-skin--light nav>ul>li>a:hover{color:var(--qode-header-light-hover-color)!important}#qodef-page-header-inner.qodef-skin--light nav>ul>li.current-menu-ancestor>a,#qodef-page-header-inner.qodef-skin--light nav>ul>li.current-menu-item>a,.qodef-custom-header-layout.qodef-skin--light nav>ul>li.current-menu-ancestor>a,.qodef-custom-header-layout.qodef-skin--light nav>ul>li.current-menu-item>a{color:var(--qode-header-light-hover-color)!important}#qodef-page-header-inner.qodef-skin--light .qodef-opener-icon.qodef-source--icon-pack:not(.qodef--opened),#qodef-page-header-inner.qodef-skin--light .qodef-opener-icon.qodef-source--predefined:not(.qodef--opened),#qodef-page-header-inner.qodef-skin--light .qodef-opener-icon.qodef-source--svg-path:not(.qodef--opened),.qodef-custom-header-layout.qodef-skin--light .qodef-opener-icon.qodef-source--icon-pack:not(.qodef--opened),.qodef-custom-header-layout.qodef-skin--light .qodef-opener-icon.qodef-source--predefined:not(.qodef--opened),.qodef-custom-header-layout.qodef-skin--light .qodef-opener-icon.qodef-source--svg-path:not(.qodef--opened){color:var(--qode-header-light-color)!important}#qodef-page-header-inner.qodef-skin--light .qodef-login-opener-widget .qodef-logged-in-user,#qodef-page-header-inner.qodef-skin--light .widget.widget_vitasana_core_woo_dropdown_cart .qodef-m-opener,#qodef-page-header-inner.qodef-skin--light .widget:not(.widget_vitasana_core_woo_dropdown_cart):not(.widget_vitasana_membership_login_opener):not(.widget_vitasana_core_product_tabs):not(.widget_vitasana_core_banner) a,#qodef-page-header-inner.qodef-skin--light .widget:not(.widget_vitasana_core_woo_dropdown_cart):not(.widget_vitasana_membership_login_opener):not(.widget_vitasana_core_product_tabs):not(.widget_vitasana_core_banner) p,.qodef-custom-header-layout.qodef-skin--light .qodef-login-opener-widget .qodef-logged-in-user,.qodef-custom-header-layout.qodef-skin--light .widget.widget_vitasana_core_woo_dropdown_cart .qodef-m-opener,.qodef-custom-header-layout.qodef-skin--light .widget:not(.widget_vitasana_core_woo_dropdown_cart):not(.widget_vitasana_membership_login_opener):not(.widget_vitasana_core_product_tabs):not(.widget_vitasana_core_banner) a,.qodef-custom-header-layout.qodef-skin--light .widget:not(.widget_vitasana_core_woo_dropdown_cart):not(.widget_vitasana_membership_login_opener):not(.widget_vitasana_core_product_tabs):not(.widget_vitasana_core_banner) p{color:var(--qode-header-light-color)!important}#qodef-page-header-inner.qodef-skin--light .widget.widget_vitasana_membership_login_opener a.qodef-login-opener,.qodef-custom-header-layout.qodef-skin--light .widget.widget_vitasana_membership_login_opener a.qodef-login-opener{color:var(--qode-header-light-color)!important}#qodef-page-header-inner.qodef-skin--light .qodef-wishlist-dropdown .qodef-m-link-icon,.qodef-custom-header-layout.qodef-skin--light .qodef-wishlist-dropdown .qodef-m-link-icon{color:var(--qode-header-light-color)!important}#qodef-page-header-inner.qodef-skin--light .widget.widget-woocommerce-currency-switcher .dd-pointer,.qodef-custom-header-layout.qodef-skin--light .widget.widget-woocommerce-currency-switcher .dd-pointer{color:var(--qode-header-light-color)!important}#qodef-page-header-inner.qodef-skin--dark nav>ul>li>a,.qodef-custom-header-layout.qodef-skin--dark nav>ul>li>a{color:var(--qode-header-dark-color)!important}#qodef-page-header-inner.qodef-skin--dark nav>ul>li>a:hover,.qodef-custom-header-layout.qodef-skin--dark nav>ul>li>a:hover{color:var(--qode-header-dark-hover-color)!important}#qodef-page-header-inner.qodef-skin--dark nav>ul>li.current-menu-ancestor>a,#qodef-page-header-inner.qodef-skin--dark nav>ul>li.current-menu-item>a,.qodef-custom-header-layout.qodef-skin--dark nav>ul>li.current-menu-ancestor>a,.qodef-custom-header-layout.qodef-skin--dark nav>ul>li.current-menu-item>a{color:var(--qode-header-dark-hover-color)!important}#qodef-page-header-inner.qodef-skin--dark nav>ul li ul li>a,.qodef-custom-header-layout.qodef-skin--dark nav>ul li ul li>a{color:var(--qode-header-dark-color)!important}#qodef-page-header-inner.qodef-skin--dark nav>ul li ul li>a:hover,.qodef-custom-header-layout.qodef-skin--dark nav>ul li ul li>a:hover{color:var(--qode-header-dark-hover-color)!important}#qodef-page-header-inner.qodef-skin--dark nav>ul li ul li.current-menu-ancestor>a,#qodef-page-header-inner.qodef-skin--dark nav>ul li ul li.current-menu-item>a,.qodef-custom-header-layout.qodef-skin--dark nav>ul li ul li.current-menu-ancestor>a,.qodef-custom-header-layout.qodef-skin--dark nav>ul li ul li.current-menu-item>a{color:var(--qode-header-dark-hover-color)!important}#qodef-page-header-inner.qodef-skin--dark .qodef-opener-icon.qodef-source--icon-pack:not(.qodef--opened),#qodef-page-header-inner.qodef-skin--dark .qodef-opener-icon.qodef-source--predefined:not(.qodef--opened),#qodef-page-header-inner.qodef-skin--dark .qodef-opener-icon.qodef-source--svg-path:not(.qodef--opened),.qodef-custom-header-layout.qodef-skin--dark .qodef-opener-icon.qodef-source--icon-pack:not(.qodef--opened),.qodef-custom-header-layout.qodef-skin--dark .qodef-opener-icon.qodef-source--predefined:not(.qodef--opened),.qodef-custom-header-layout.qodef-skin--dark .qodef-opener-icon.qodef-source--svg-path:not(.qodef--opened){color:var(--qode-header-dark-color)!important}#qodef-page-header-inner.qodef-skin--dark .qodef-login-opener-widget .qodef-logged-in-user,#qodef-page-header-inner.qodef-skin--dark .widget.widget_vitasana_core_woo_dropdown_cart .qodef-m-opener,#qodef-page-header-inner.qodef-skin--dark .widget:not(.widget_vitasana_core_woo_dropdown_cart):not(.widget_vitasana_membership_login_opener):not(.widget_vitasana_core_product_tabs):not(.widget_vitasana_core_banner) a,#qodef-page-header-inner.qodef-skin--dark .widget:not(.widget_vitasana_core_woo_dropdown_cart):not(.widget_vitasana_membership_login_opener):not(.widget_vitasana_core_product_tabs):not(.widget_vitasana_core_banner) p,.qodef-custom-header-layout.qodef-skin--dark .qodef-login-opener-widget .qodef-logged-in-user,.qodef-custom-header-layout.qodef-skin--dark .widget.widget_vitasana_core_woo_dropdown_cart .qodef-m-opener,.qodef-custom-header-layout.qodef-skin--dark .widget:not(.widget_vitasana_core_woo_dropdown_cart):not(.widget_vitasana_membership_login_opener):not(.widget_vitasana_core_product_tabs):not(.widget_vitasana_core_banner) a,.qodef-custom-header-layout.qodef-skin--dark .widget:not(.widget_vitasana_core_woo_dropdown_cart):not(.widget_vitasana_membership_login_opener):not(.widget_vitasana_core_product_tabs):not(.widget_vitasana_core_banner) p{color:var(--qode-header-dark-color)!important}#qodef-page-header-inner.qodef-skin--dark .widget.widget_vitasana_membership_login_opener a.qodef-login-opener,.qodef-custom-header-layout.qodef-skin--dark .widget.widget_vitasana_membership_login_opener a.qodef-login-opener{color:var(--qode-header-dark-color)!important}#qodef-page-header-inner.qodef-skin--dark .qodef-wishlist-dropdown .qodef-m-link-icon,.qodef-custom-header-layout.qodef-skin--dark .qodef-wishlist-dropdown .qodef-m-link-icon{color:var(--qode-header-dark-color)!important}#qodef-page-header-inner.qodef-skin--dark .widget.widget-woocommerce-currency-switcher .dd-pointer,.qodef-custom-header-layout.qodef-skin--dark .widget.widget-woocommerce-currency-switcher .dd-pointer{color:var(--qode-header-dark-color)!important}#qodef-page-header-inner.qodef-skin--dark .widget .price,.qodef-custom-header-layout.qodef-skin--dark .widget .price{color:var(--qode-header-dark-color)!important}#qodef-page-header .qodef-header-logo-link img.qodef--main{opacity:1}#qodef-page-header .qodef-header-logo-link img.qodef--dark,#qodef-page-header .qodef-header-logo-link img.qodef--light{opacity:0}#qodef-page-header .qodef-header-logo-link img:not(.qodef--main){position:absolute;top:50%;left:0;transform:translateY(-50%);padding:inherit}#qodef-page-header .qodef-header-logo-link.qodef-source--svg-path svg{display:block;width:50px;height:auto;fill:currentColor;stroke:currentColor}#qodef-page-header .qodef-header-logo-link.qodef-source--textual{font-family:Geologica,sans-serif;font-weight:500;letter-spacing:-.01em;color:var(--qode-main-color);font-size:27px;line-height:1.2963em;transition:color .2s ease-out}@media only screen and (max-width:1512px){#qodef-page-header .qodef-header-logo-link.qodef-source--textual{font-size:25px}}#qodef-page-header-inner.qodef-skin--light .qodef-header-logo-link img.qodef--dark,#qodef-page-header-inner.qodef-skin--light .qodef-header-logo-link img.qodef--main{opacity:0}#qodef-page-header-inner.qodef-skin--light .qodef-header-logo-link img.qodef--light{opacity:1}#qodef-page-header-inner.qodef-skin--light .qodef-header-logo-link.qodef-source--svg-path,#qodef-page-header-inner.qodef-skin--light .qodef-header-logo-link.qodef-source--textual{color:var(--qode-header-light-color)!important}#qodef-page-header-inner.qodef-skin--light .qodef-header-logo-link.qodef-source--svg-path:hover,#qodef-page-header-inner.qodef-skin--light .qodef-header-logo-link.qodef-source--textual:hover{color:var(--qode-header-light-hover-color)!important}#qodef-page-header-inner.qodef-skin--dark .qodef-header-logo-link img.qodef--light,#qodef-page-header-inner.qodef-skin--dark .qodef-header-logo-link img.qodef--main{opacity:0}#qodef-page-header-inner.qodef-skin--dark .qodef-header-logo-link img.qodef--dark{opacity:1}#qodef-page-header-inner.qodef-skin--dark .qodef-header-logo-link.qodef-source--svg-path,#qodef-page-header-inner.qodef-skin--dark .qodef-header-logo-link.qodef-source--textual{color:var(--qode-header-dark-color)!important}#qodef-page-header-inner.qodef-skin--dark .qodef-header-logo-link.qodef-source--svg-path:hover,#qodef-page-header-inner.qodef-skin--dark .qodef-header-logo-link.qodef-source--textual:hover{color:var(--qode-header-dark-hover-color)!important}body.qodef-header--standard-extended #qodef-page-header{--qode-header-height:calc(var(--qode-extended-header-top-height,91px) + var(--qode-extended-header-bottom-height,69px))}body.qodef-header--standard-extended #qodef-page-header-inner{flex-direction:column;justify-content:start;padding:0}body.qodef-header--standard-extended #qodef-page-header-inner .qodef-header-standard-extended{width:100%;height:100%}body.qodef-header--standard-extended #qodef-page-header-inner .qodef-header-section{display:flex;width:100%;align-items:center;justify-content:space-between}body.qodef-header--standard-extended #qodef-page-header-inner .qodef-header-section.qodef--top{height:var(--qode-extended-header-top-height,91px);padding:0 70px}body.qodef-header--standard-extended #qodef-page-header-inner .qodef-header-section.qodef--top .qodef-widget-holder{flex-grow:1;justify-content:flex-end}body.qodef-header--standard-extended #qodef-page-header-inner .qodef-header-section.qodef--top .qodef-widget-holder .widget{margin:0 10px}body.qodef-header--standard-extended #qodef-page-header-inner .qodef-header-section.qodef--top .qodef-widget-holder .widget:first-child{margin-left:0}body.qodef-header--standard-extended #qodef-page-header-inner .qodef-header-section.qodef--top .qodef-widget-holder .widget:last-child{margin-right:0}body.qodef-header--standard-extended #qodef-page-header-inner .qodef-header-section.qodef--top .qodef-widget-holder>*{flex-shrink:0;z-index:1}body.qodef-header--standard-extended #qodef-page-header-inner .qodef-header-section.qodef--top .qodef-widget-holder .widget.widget_block.widget_search{flex-grow:1;margin:0 52px}body.qodef-header--standard-extended #qodef-page-header-inner .qodef-header-section.qodef--top .qodef-widget-holder .widget.widget_block.widget_search .qodef-search-form-field{background-color:#eff4f8;border-color:#e4edf5}body.qodef-header--standard-extended #qodef-page-header-inner .qodef-header-section.qodef--bottom{position:relative;height:var(--qode-extended-header-bottom-height,69px);padding:0 70px;border-top:2px solid #ebebeb}body.qodef-header--standard-extended #qodef-page-header-inner .qodef-header-section.qodef--bottom .qodef-extended-dropdown-menu{flex:0 1 100%}body.qodef-header--standard-extended #qodef-page-header-inner .qodef-header-section.qodef--bottom .qodef-widget-holder{flex:0 1 100%;justify-content:flex-end}body.qodef-header--standard-extended #qodef-page-header-inner .qodef-header-navigation{display:flex;flex:2 1 100%;justify-content:center}body.qodef-header--standard-extended #qodef-page-header-inner .qodef-header-navigation .qodef-main-menu-hoverline{margin-top:-2px;border-width:2px}body.qodef-header--standard-extended #qodef-page-header-inner .qodef-header-section--bottom-inner,body.qodef-header--standard-extended #qodef-page-header-inner .qodef-header-section--top-inner{display:flex;align-items:center;height:100%}body.qodef-header--standard-extended #qodef-page-header-inner .qodef-header-section--bottom-inner:not(.qodef-content-grid),body.qodef-header--standard-extended #qodef-page-header-inner .qodef-header-section--top-inner:not(.qodef-content-grid){width:100%}body.qodef-header--standard-extended #qodef-page-header-inner .qodef-extended-dropdown-menu{display:flex;position:static;z-index:1;width:auto;height:100%;align-items:center}body.qodef-header--standard-extended #qodef-page-header-inner .qodef-extended-dropdown-menu .qodef-extended-menu-wrapper{position:absolute;top:100%;left:0;width:100%;max-width:100%;padding:44px 0 40px;margin:0;background-color:#fff;border:1px solid #ebebeb;list-style:none;opacity:0;visibility:hidden;z-index:-1;transition:.2s ease-out}body.qodef-header--standard-extended #qodef-page-header-inner .qodef-extended-dropdown-menu.qodef-dropdown-hovered .qodef-extended-menu-wrapper{opacity:1;visibility:visible;z-index:1}body.qodef-header--standard-extended #qodef-page-header-inner .qodef-extended-dropdown-menu .qodef-extended-menu-inner{position:relative;display:flex;height:100%;align-items:center;background-color:#fff;cursor:pointer}body.qodef-header--standard-extended #qodef-page-header-inner .qodef-extended-dropdown-menu .qodef-extended-menu-inner:not(.qodef-content-grid){padding:0 40px}body.qodef-header--standard-extended #qodef-page-header-inner .qodef-extended-dropdown-menu .qodef-extended-menu-inner .qodef-extended-dropdown-opener{display:flex;align-items:center;font-family:Geologica,sans-serif;font-weight:500;letter-spacing:-.01em;color:var(--qode-main-color);font-size:23px;line-height:1.30435em;position:relative}@media only screen and (max-width:1512px){body.qodef-header--standard-extended #qodef-page-header-inner .qodef-extended-dropdown-menu .qodef-extended-menu-inner .qodef-extended-dropdown-opener{font-size:20px}}body.qodef-header--standard-extended #qodef-page-header-inner .qodef-extended-dropdown-menu .qodef-extended-menu-inner .qodef-extended-dropdown{position:relative;top:0;left:0;width:100%;height:100%;padding:0;margin:0;background-color:#fff}body.qodef-header--standard-extended #qodef-page-header-inner .qodef-extended-dropdown-menu .qodef-extended-menu-inner .qodef-extended-dropdown>li{width:25.4%;min-height:25px;list-style-type:none;margin:11px 0;transition:background .3s ease-in-out}body.qodef-header--standard-extended #qodef-page-header-inner .qodef-extended-dropdown-menu .qodef-extended-menu-inner .qodef-extended-dropdown>li:first-child{margin-top:0}body.qodef-header--standard-extended #qodef-page-header-inner .qodef-extended-dropdown-menu .qodef-extended-menu-inner .qodef-extended-dropdown>li>div>a{padding:0;width:calc(100% + 9px);display:flex;align-items:center;box-sizing:border-box;text-transform:capitalize;font-family:Geologica,sans-serif;font-weight:500;letter-spacing:-.01em;color:var(--qode-main-color);font-size:17px;line-height:1.29412em;transition:color .3s ease-in-out}body.qodef-header--standard-extended #qodef-page-header-inner .qodef-extended-dropdown-menu .qodef-extended-menu-inner .qodef-extended-dropdown>li>div>a .qodef-menu-item-text{display:flex;align-items:center}body.qodef-header--standard-extended #qodef-page-header-inner .qodef-extended-dropdown-menu .qodef-extended-menu-inner .qodef-extended-dropdown>li>div>a .qodef-menu-item-arrow{height:25px;width:25px;margin-left:10px;--qode-x:-5px;--qode-y:0px;opacity:0;transform:translateX(var(--qode-x)) translateY(var(--qode-y));transition:opacity .26s ease-out,transform .58s cubic-bezier(.18,.79,.29,.93)}body.qodef-header--standard-extended #qodef-page-header-inner .qodef-extended-dropdown-menu .qodef-extended-menu-inner .qodef-extended-dropdown>li.qodef-extended-dropdown-start>div>a .qodef-menu-item-arrow,body.qodef-header--standard-extended #qodef-page-header-inner .qodef-extended-dropdown-menu .qodef-extended-menu-inner .qodef-extended-dropdown>li:hover>div>a .qodef-menu-item-arrow{opacity:1;transform:translateX(0) translateY(0)}body.qodef-header--standard-extended #qodef-page-header-inner .qodef-extended-dropdown-menu .qodef-extended-menu-inner .qodef-extended-dropdown>li.qodef-extended-dropdown-start>.qodef-drop-down-second,body.qodef-header--standard-extended #qodef-page-header-inner .qodef-extended-dropdown-menu .qodef-extended-menu-inner .qodef-extended-dropdown>li:hover>.qodef-drop-down-second{opacity:1;visibility:visible;transition:opacity .2s ease-in-out,visibility .2s ease-in-out}body.qodef-header--standard-extended #qodef-page-header-inner .qodef-extended-dropdown-menu .qodef-extended-menu-inner .qodef-extended-dropdown>li .qodef-drop-down-second{width:calc(100% - 25.4%);background:#fff}body.qodef-header--standard-extended #qodef-page-header-inner .qodef-extended-dropdown-menu .qodef-extended-menu-inner .qodef-extended-dropdown>li .qodef-drop-down-second .qodef-drop-down-second-inner>.sub-menu li.qodef--has-widget{grid-row:1/-1;grid-column:4}body.qodef-header--standard-extended #qodef-page-header-inner .qodef-extended-dropdown-menu .qodef-extended-menu-inner .qodef-extended-dropdown>li .qodef-drop-down-second .qodef-drop-down-second-inner>.sub-menu li .menu-link-holder>a{position:relative;display:flex;white-space:normal;margin:8px 0;overflow:hidden;transition:padding .2s ease-out;font-family:Inter,sans-serif;font-size:16px;line-height:1.66667em;font-weight:400;color:#10235e;letter-spacing:-.01em;margin:7px 0}body.qodef-header--standard-extended #qodef-page-header-inner .qodef-extended-dropdown-menu .qodef-extended-menu-inner .qodef-extended-dropdown>li .qodef-drop-down-second .qodef-drop-down-second-inner>.sub-menu li .menu-link-holder>a .qodef-menu-item-icon{flex-shrink:0}body.qodef-header--standard-extended #qodef-page-header-inner .qodef-extended-dropdown-menu .qodef-extended-menu-inner .qodef-extended-dropdown>li .qodef-drop-down-second .qodef-drop-down-second-inner>.sub-menu li .menu-link-holder>a .qodef-menu-item-text{--qodef-underline-position-y:calc(100% - 3px);--qodef-underline-height:1px;background-repeat:no-repeat;background-image:linear-gradient(90deg,currentColor 0,currentColor 100%);background-position:0 var(--qodef-underline-position-y);background-size:0 var(--qodef-underline-height);transition:background-size .5s cubic-bezier(.25,.46,.35,.94),color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out}body.qodef-header--standard-extended #qodef-page-header-inner .qodef-extended-dropdown-menu .qodef-extended-menu-inner .qodef-extended-dropdown>li .qodef-drop-down-second .qodef-drop-down-second-inner>.sub-menu li .menu-link-holder.current-menu-ancestor>a .qodef-menu-item-text,body.qodef-header--standard-extended #qodef-page-header-inner .qodef-extended-dropdown-menu .qodef-extended-menu-inner .qodef-extended-dropdown>li .qodef-drop-down-second .qodef-drop-down-second-inner>.sub-menu li .menu-link-holder.current-menu-item>a .qodef-menu-item-text,body.qodef-header--standard-extended #qodef-page-header-inner .qodef-extended-dropdown-menu .qodef-extended-menu-inner .qodef-extended-dropdown>li .qodef-drop-down-second .qodef-drop-down-second-inner>.sub-menu li .menu-link-holder:hover>a .qodef-menu-item-text{background-size:100% var(--qodef-underline-height)}body.qodef-header--standard-extended #qodef-page-header-inner .qodef-extended-dropdown-menu .qodef-extended-menu-inner .qodef-extended-dropdown>li{position:initial}body.qodef-header--standard-extended #qodef-page-header-inner .qodef-extended-dropdown-menu .qodef-extended-menu-inner .qodef-extended-dropdown>li .menu-link-holder{position:relative}body.qodef-header--standard-extended #qodef-page-header-inner .qodef-extended-dropdown-menu .qodef-extended-menu-inner .qodef-extended-dropdown>li>.qodef-drop-down-second{position:absolute;top:0;right:0;opacity:0;visibility:hidden;background-size:contain;background-position:right bottom;background-repeat:no-repeat;transition:opacity .2s ease-in-out .12s,visibility .2s ease-in-out .12s}body.qodef-header--standard-extended #qodef-page-header-inner .qodef-extended-dropdown-menu .qodef-extended-menu-inner .qodef-extended-dropdown>li ul{margin:0;padding:0}body.qodef-header--standard-extended #qodef-page-header-inner .qodef-extended-dropdown-menu .qodef-extended-menu-inner .qodef-extended-dropdown>li ul li .qodef-menu-item-arrow{display:none}body.qodef-header--standard-extended #qodef-page-header-inner .qodef-extended-dropdown-menu .qodef-extended-menu-inner .qodef-extended-dropdown>li .qodef-mega-menu-widget-holder a.qodef-button.qodef-layout--textual{color:var(--qode-main-color)}body.qodef-header--standard-extended #qodef-page-header-inner .qodef-extended-dropdown-menu .qodef-extended-menu-inner .qodef-extended-dropdown>li:not(.qodef-menu-item--wide)>.sub-menu{top:-14px;width:100%;padding:17px 0;transition:opacity .2s ease-in-out,visibility .1s ease-in-out}body.qodef-header--standard-extended #qodef-page-header-inner .qodef-extended-dropdown-menu .qodef-extended-menu-inner .qodef-extended-dropdown>li.qodef-menu-item--wide .qodef-drop-down-second-inner>.sub-menu{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-template-rows:repeat(2,minmax(0,1fr))}body.qodef-header--standard-extended #qodef-page-header-inner .qodef-extended-dropdown-menu .qodef-extended-menu-inner .qodef-extended-dropdown>li.qodef-menu-item--wide .qodef-drop-down-second-inner>.sub-menu>li>.menu-link-holder>a{margin:0;font-family:Geologica,sans-serif;font-size:16px;line-height:1.25em;font-weight:600;text-transform:uppercase;color:var(--qode-main-color);text-transform:capitalize;font-size:17px;letter-spacing:-.01em}body.qodef-header--standard-extended #qodef-page-header-inner .qodef-extended-dropdown-menu .qodef-extended-menu-inner .qodef-extended-dropdown>li.qodef-menu-item--wide .qodef-drop-down-second-inner>.sub-menu>li>.menu-link-holder>a:hover{color:var(--qode-main-color)}body.qodef-header--standard-extended #qodef-page-header-inner .qodef-extended-dropdown-menu .qodef-extended-menu-inner .qodef-extended-dropdown>li.qodef-menu-item--wide .qodef-drop-down-second-inner>.sub-menu>li>.menu-link-holder>a .qodef-menu-item-text{background:0 0}body.qodef-header--standard-extended #qodef-page-header-inner .qodef-extended-dropdown-menu .qodef-extended-menu-inner .qodef-extended-dropdown>li.qodef-menu-item--wide .qodef-drop-down-second-inner>.sub-menu>li>.sub-menu{padding-top:5px;padding-bottom:26px}body.qodef-header--standard-extended #qodef-page-header-inner .qodef-extended-dropdown-menu .qodef-extended-menu-inner:hover>ul{opacity:1;visibility:visible;transition:opacity .3s ease,visibility 0s}body.qodef-header--standard-extended #qodef-page-header-inner .qodef-extended-dropdown-menu .qodef-extended-menu-inner.qodef-dropdown-always-opened>ul{opacity:1;visibility:visible}body.qodef-header--standard-extended #qodef-page-header-inner .qodef-extended-dropdown-menu .qodef-extended-menu-inner>ul li{list-style-type:none}body.qodef-header--standard-extended #qodef-page-header-inner .qodef-extended-dropdown-menu .qodef-extended-dropdown-opener{font-family:Geologica,sans-serif;font-size:16px;line-height:1.25em;font-weight:600;text-transform:uppercase;color:var(--qode-main-color);cursor:pointer}body.qodef-header--standard-extended #qodef-page-header-inner .qodef-extended-dropdown-menu .qodef-extended-dropdown-opener svg{margin-left:10px}body.qodef-header--standard-extended #qodef-page-header-inner.qodef-skin--dark .qodef-extended-dropdown-menu .qodef-extended-dropdown-opener{color:var(--qode-header-dark-color)}body.qodef-header--standard-extended #qodef-page-header-inner.qodef-skin--dark .qodef-extended-dropdown-menu ul>li>.menu-link-holder>a{color:var(--qode-header-dark-color)}body.qodef-header--standard-extended #qodef-page-header-inner.qodef-skin--dark .qodef-extended-dropdown-menu ul>li>.menu-link-holder>a:hover{color:var(--qode-header-dark-hover-color)}body.qodef-header--standard-extended #qodef-page-header-inner.qodef-skin--dark .qodef-extended-dropdown-menu ul>li>.menu-link-holder.current-menu-ancestor>a,body.qodef-header--standard-extended #qodef-page-header-inner.qodef-skin--dark .qodef-extended-dropdown-menu ul>li>.menu-link-holder.current-menu-item>a{color:var(--qode-header-dark-hover-color)}body.qodef-header--standard-extended #qodef-page-header-inner.qodef-skin--dark .qodef-extended-dropdown-menu ul li ul li>.menu-link-holder>a{color:var(--qode-header-dark-color)}body.qodef-header--standard-extended #qodef-page-header-inner.qodef-skin--dark .qodef-extended-dropdown-menu ul li ul li>.menu-link-holder>a:hover{color:var(--qode-header-dark-hover-color)}body.qodef-header--standard-extended #qodef-page-header-inner.qodef-skin--dark .qodef-extended-dropdown-menu ul li ul li>.menu-link-holder.current-menu-ancestor>a,body.qodef-header--standard-extended #qodef-page-header-inner.qodef-skin--dark .qodef-extended-dropdown-menu ul li ul li>.menu-link-holder.current-menu-item>a{color:var(--qode-header-dark-hover-color)}body.qodef-header--standard-extended #qodef-page-header-inner.qodef-skin--dark .qodef-extended-dropdown-menu .qodef-extended-menu-inner .qodef-extended-dropdown .qodef-drop-down-second .qodef-drop-down-second-inner>.sub-menu li .menu-link-holder>a{color:var(--qode-header-dark-color)}body.qodef-header--standard-extended #qodef-page-header-inner.qodef-skin--dark .qodef-extended-dropdown-menu .qodef-extended-menu-inner .qodef-extended-dropdown .qodef-drop-down-second .qodef-drop-down-second-inner>.sub-menu li .menu-link-holder.current-menu-ancestor>a,body.qodef-header--standard-extended #qodef-page-header-inner.qodef-skin--dark .qodef-extended-dropdown-menu .qodef-extended-menu-inner .qodef-extended-dropdown .qodef-drop-down-second .qodef-drop-down-second-inner>.sub-menu li .menu-link-holder.current-menu-item>a,body.qodef-header--standard-extended #qodef-page-header-inner.qodef-skin--dark .qodef-extended-dropdown-menu .qodef-extended-menu-inner .qodef-extended-dropdown .qodef-drop-down-second .qodef-drop-down-second-inner>.sub-menu li .menu-link-holder:hover>a{color:var(--qode-header-dark-hover-color)}body.qodef-header--standard-extended #qodef-page-header-inner.qodef-skin--light .qodef-extended-dropdown-menu .qodef-extended-dropdown-opener{color:var(--qode-header-light-color)}body.qodef-header--standard-extended #qodef-page-header-inner.qodef-skin--light .qodef-extended-dropdown-menu ul>li>.menu-link-holder>a{color:var(--qode-header-light-color)}body.qodef-header--standard-extended #qodef-page-header-inner.qodef-skin--light .qodef-extended-dropdown-menu ul>li>.menu-link-holder>a:hover{color:var(--qode-header-light-hover-color)}body.qodef-header--standard-extended #qodef-page-header-inner.qodef-skin--light .qodef-extended-dropdown-menu ul>li>.menu-link-holder.current-menu-ancestor>a,body.qodef-header--standard-extended #qodef-page-header-inner.qodef-skin--light .qodef-extended-dropdown-menu ul>li>.menu-link-holder.current-menu-item>a{color:var(--qode-header-light-hover-color)}body.qodef-header--standard-extended #qodef-page-header-inner.qodef-skin--light .qodef-extended-dropdown-menu ul li ul li>.menu-link-holder>a{color:var(--qode-header-light-color)}body.qodef-header--standard-extended #qodef-page-header-inner.qodef-skin--light .qodef-extended-dropdown-menu ul li ul li>.menu-link-holder>a:hover{color:var(--qode-header-light-hover-color)}body.qodef-header--standard-extended #qodef-page-header-inner.qodef-skin--light .qodef-extended-dropdown-menu ul li ul li>.menu-link-holder.current-menu-ancestor>a,body.qodef-header--standard-extended #qodef-page-header-inner.qodef-skin--light .qodef-extended-dropdown-menu ul li ul li>.menu-link-holder.current-menu-item>a{color:var(--qode-header-light-hover-color)}body.qodef-header--standard-extended #qodef-page-header-inner.qodef-skin--light .qodef-extended-dropdown-menu .qodef-extended-menu-inner .qodef-extended-dropdown .qodef-drop-down-second .qodef-drop-down-second-inner>.sub-menu li .menu-link-holder>a{color:var(--qode-header-dark-color)}body.qodef-header--standard-extended #qodef-page-header-inner.qodef-skin--light .qodef-extended-dropdown-menu .qodef-extended-menu-inner .qodef-extended-dropdown .qodef-drop-down-second .qodef-drop-down-second-inner>.sub-menu li .menu-link-holder.current-menu-ancestor>a,body.qodef-header--standard-extended #qodef-page-header-inner.qodef-skin--light .qodef-extended-dropdown-menu .qodef-extended-menu-inner .qodef-extended-dropdown .qodef-drop-down-second .qodef-drop-down-second-inner>.sub-menu li .menu-link-holder.current-menu-item>a,body.qodef-header--standard-extended #qodef-page-header-inner.qodef-skin--light .qodef-extended-dropdown-menu .qodef-extended-menu-inner .qodef-extended-dropdown .qodef-drop-down-second .qodef-drop-down-second-inner>.sub-menu li .menu-link-holder:hover>a{color:var(--qode-header-dark-hover-color)}.qodef-header-standard--right #qodef-page-header-inner .qodef-header-navigation{margin-left:auto}.qodef-header-standard--center #qodef-page-header-inner .qodef-header-wrapper{position:relative;display:flex;align-items:center;justify-content:space-between;width:100%;height:100%}.qodef-header-standard--center #qodef-page-header-inner .qodef-header-logo{position:absolute;top:0;left:0;height:100%;display:inline-flex;align-items:center}.qodef-header-standard--center #qodef-page-header-inner .qodef-header-navigation{margin-left:auto;margin-right:auto}.qodef-header-standard--center #qodef-page-header-inner .qodef-widget-holder{position:absolute;top:0;right:0;margin-left:0}.qodef-header-standard--left #qodef-page-header-inner .qodef-header-navigation{margin-right:auto}.qodef-header-standard--left #qodef-page-header-inner .qodef-header-logo-link{margin-right:40px}.qodef-header--fixed-display #qodef-page-header,.qodef-header--fixed-display #qodef-top-area{position:fixed;top:0;left:0;width:100%}.qodef--boxed.qodef-header--fixed-display #qodef-top-area{left:30px;width:calc(100% - 60px)}.qodef--boxed.qodef-header--fixed-display #qodef-page-header{left:30px;width:calc(100% - 60px)}.qodef-header--fixed-display.admin-bar #qodef-page-header,.qodef-header--fixed-display.admin-bar #qodef-top-area{top:32px}.qodef-header-sticky{position:fixed;top:0;left:0;height:90px;width:100%;border-bottom:1px solid #ebebeb;background-color:#fff;transform:translateY(-100%);transition:transform .5s ease,top .5s ease;z-index:100}.qodef-header--sticky-display .qodef-header-sticky{transform:translateY(0)}.admin-bar.qodef-header--sticky-display .qodef-header-sticky{top:32px}.qodef-header-sticky-inner{position:relative;display:flex;align-items:center;justify-content:space-between;height:100%;padding:0 40px}.qodef-header-sticky-inner.qodef-content-grid{padding:0}.qodef-header-standard--right .qodef-header-sticky-inner .qodef-header-logo-link{margin-right:auto}.qodef-header-standard--left .qodef-header-sticky-inner{justify-content:flex-start}.qodef-header-standard--left .qodef-header-sticky-inner .qodef-header-navigation{margin-left:40px}.qodef-header-standard--left .qodef-header-sticky-inner .qodef-widget-holder{margin-left:auto!important}#qodef-top-area{position:relative;background-color:#fe9a31;z-index:101}#qodef-top-area .qodef-widget-holder{display:flex;align-items:center;height:100%}#qodef-top-area .qodef-widget-holder.qodef--left{margin-right:auto}#qodef-top-area .qodef-widget-holder.qodef--right{margin-left:auto}#qodef-top-area .qodef-widget-holder .widget{margin:0 8px}#qodef-top-area .qodef-widget-holder .widget:first-child{margin-left:0}#qodef-top-area .qodef-widget-holder .widget:last-child{margin-right:0}#qodef-top-area .widget{display:inline-block;vertical-align:middle;line-height:1}#qodef-top-area .widget .textwidget>*,#qodef-top-area .widget .widget p{margin:0}#qodef-top-area div[id^=monster-widget-placeholder],#qodef-top-area div[id^=woo-monster-widget-placeholder]{display:none}#qodef-top-area-inner{align-items:center;display:flex;height:40px;justify-content:space-between;padding:0 40px;position:relative;border-bottom:0 solid transparent}#qodef-top-area-inner.qodef-content-grid{padding:0!important}#qodef-top-area-inner.qodef-alignment--center .qodef-widget-holder{margin:0 auto}#qodef-top-message-holder{display:inline-block;width:100%;height:var(--qode-top-message-height,38px);text-align:center;background:#78d8d0;transition:opacity .5s}#qodef-top-message-holder .qodef-bold-word{font-weight:600}#qodef-top-message-holder .qodef-top-message-inner{height:100%;display:flex;align-items:center;justify-content:center}#qodef-top-message-holder .qodef-top-message-inner a{font-family:Geologica,sans-serif;font-size:12px;font-weight:300;line-height:16px;letter-spacing:0;color:#fff}#qodef-top-message-holder .qodef-top-message-inner .qodef-close-message{display:inline-flex;height:38px;width:10px;align-items:center;border-radius:50%;line-height:25px;position:absolute;right:18px}#qodef-top-message-holder .qodef-top-message-inner .qodef-close-message .qodef-svg--close{fill:#f2f2f2}#qodef-top-message-holder .qodef-top-message-inner .qodef-close-message:hover{cursor:pointer}#qodef-top-message-holder .qodef-top-message-inner .qodef-close-message .qodef-icon-fontkiko{color:#fff;font-size:13px}#qodef-top-message-holder.qodef-close-message{opacity:0}@media only screen and (max-width:680px){#qodef-top-message-holder{display:none}}#qodef-multiple-map-notice{position:relative;display:flex;align-items:center;height:100%;padding:30px 15%;text-align:center;color:var(--qode-main-color);background-color:#fe9a31}.qodef-map-marker-holder{transform:translate(-50%,-100%);z-index:10}.qodef-map-marker-holder.qodef-active{z-index:500}.qodef-map-marker-holder.qodef-active .qodef-map-marker svg path:first-child{fill:#3ebeb4}.qodef-map-marker-holder.qodef-active .qodef-map-marker svg path:last-child{fill:#51a69e}.qodef-map-marker-holder#qodef-geo-location-marker .qodef-info-window{display:block}.qodef-map-marker-holder#qodef-geo-location-marker .qodef-map-marker svg path:first-child{fill:#3ebeb4}.qodef-map-marker-holder#qodef-geo-location-marker .qodef-map-marker svg path:last-child{fill:#51a69e}.qodef-map-marker-holder .qodef-map-marker{position:relative;width:50px;height:auto;transition:all .15s ease-out}.qodef-map-marker-holder .qodef-map-marker .qodef-map-marker-inner{position:relative;width:100%;height:100%}.qodef-map-marker-holder .qodef-map-marker svg{width:100%;height:auto}.qodef-map-marker-holder .qodef-map-marker svg path{transition:fill .2s ease-in-out}.qodef-map-marker-holder .qodef-map-marker:hover svg path:first-child{fill:#3ebeb4}.qodef-map-marker-holder .qodef-map-marker:hover svg path:last-child{fill:#51a69e}.qodef-map-marker-holder .qodef-info-window{position:absolute;top:-10px;left:-17px;display:none;min-width:284px;background-color:#fff;border:1px solid #ebebeb;border-radius:9px;box-shadow:3px 3px 15px 0 rgba(var(--qode-main-color),.5);z-index:10;transition:opacity .3s ease;transform:translate(0,-100%)}.qodef-map-marker-holder .qodef-info-window-inner{position:relative;display:flex;align-items:center;padding:8px}.qodef-map-marker-holder .qodef-info-window-inner:after{content:'';position:absolute;bottom:-4px;left:35px;width:5px;height:5px;background-color:#fff;border-top:1px solid #ebebeb;border-left:1px solid #ebebeb;transform:rotate(-135deg)}.qodef-map-marker-holder .qodef-info-window-inner .qodef-info-window-image{margin-right:12px}.qodef-map-marker-holder .qodef-info-window-inner .qodef-info-window-image img{display:block;width:65px}.qodef-map-marker-holder .qodef-info-window-inner .qodef-info-window-title{margin:0;transition:color .2s ease-out}.qodef-map-marker-holder .qodef-info-window-inner .qodef-info-window-location{margin:3px 0 0;font-family:Inter,sans-serif;font-size:14px;line-height:1.2em}.qodef-map-marker-holder .qodef-info-window-inner .qodef-info-window-link{position:absolute;top:0;left:0;width:100%;height:100%;z-index:5}.qodef-map-marker-holder .qodef-info-window-inner .qodef-info-window-link:hover~.qodef-info-window-details .qodef-info-window-title{color:var(--qode-main-color)}.qodef-cluster-marker{width:50px;height:auto}.qodef-cluster-marker.qodef-active svg path:first-child,.qodef-cluster-marker:hover svg path:first-child{fill:#3ebeb4}.qodef-cluster-marker.qodef-active svg path:last-child,.qodef-cluster-marker:hover svg path:last-child{fill:#51a69e}.qodef-cluster-marker .qodef-cluster-marker-inner{position:relative}.qodef-cluster-marker .qodef-cluster-marker-inner .qodef-cluster-marker-number{position:absolute;top:-4px;left:0;right:0;font-size:30px;font-weight:700;text-align:center;color:var(--qode-main-color)}.qodef-cluster-marker svg{width:100%;height:auto}.qodef-cluster-marker svg path{transition:fill .2s ease-in-out}.qodef-places-geo-radius{position:absolute;left:0;top:calc(100% + 10px);width:100%;height:48px;display:none;padding:10px 20px;background-color:#fff;border:1px solid #ebebeb;z-index:9999}.qodef-places-geo-radius .qodef-range-slider-label{display:inline-flex;align-items:center;height:100%}.qodef-places-geo-radius .noUi-target{position:relative;display:inline-flex;height:3px;width:calc(100% - 70px);background-color:#eaeaea;border:0;direction:ltr;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;touch-action:none;-ms-user-select:none;user-select:none;margin-left:10px}.qodef-places-geo-radius .noUi-target *{-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;touch-action:none;-ms-user-select:none;user-select:none}.qodef-places-geo-radius .noUi-target .noUi-base{position:relative;width:100%;height:100%;z-index:1}.qodef-places-geo-radius .noUi-target .noUi-connects{position:relative;width:100%;height:100%;overflow:hidden;z-index:0}.qodef-places-geo-radius .noUi-target .noUi-connect,.qodef-places-geo-radius .noUi-target .noUi-origin{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;will-change:transform;transform-origin:0 0}.qodef-places-geo-radius .noUi-target .noUi-connect{background-color:var(--qode-main-color)}.qodef-places-geo-radius .noUi-target .noUi-handle{position:absolute;top:-3px;left:auto;right:-9px;width:9px;height:9px;background-color:var(--qode-main-color);cursor:pointer}.qodef-places-geo-radius .noUi-target .noUi-tooltip{position:absolute;left:50%;bottom:7px;display:block;font-size:12px;white-space:nowrap;transform:translateX(-50%)}.qodef-places-geo-radius .noUi-target .noUi-tooltip:after{content:' km'}.qodef-places-geo-radius .noUi-state-drag *{cursor:inherit!important}.qodef-places-geo-radius .noUi-draggable{cursor:ew-resize}.qodef-places-geo-radius [disabled] .noUi-handle,.qodef-places-geo-radius [disabled].noUi-handle,.qodef-places-geo-radius [disabled].noUi-target{cursor:not-allowed!important}#qodef-page-mobile-header{background-color:#fff}#qodef-page-mobile-header .qodef-widget-holder{display:flex;align-items:center;height:100%}#qodef-page-mobile-header .qodef-widget-holder .widget{margin:0 10px}#qodef-page-mobile-header .qodef-widget-holder .widget:first-child{margin-left:0}#qodef-page-mobile-header .qodef-widget-holder .widget:last-child{margin-right:0}#qodef-page-mobile-header .widget{display:flex;vertical-align:middle;line-height:1}#qodef-page-mobile-header .widget .textwidget>*,#qodef-page-mobile-header .widget .widget p{margin:0}#qodef-page-mobile-header div[id^=monster-widget-placeholder],#qodef-page-mobile-header div[id^=woo-monster-widget-placeholder]{display:none}#qodef-page-mobile-header .qodef-mobile-header-opener.qodef--opened{color:var(--qode-main-color)}#qodef-page-mobile-header .qodef-mobile-header-opener.qodef--opened .qodef-m-icon{visibility:hidden}#qodef-page-mobile-header .qodef-mobile-header-opener.qodef--opened .qodef-m-icon.qodef--close{visibility:visible}.qodef-mobile-header--sticky #qodef-page-mobile-header{width:100%;position:fixed;top:0;left:0;transform:translateY(-100%)}.qodef-mobile-header--sticky-animation #qodef-page-mobile-header{transition:transform .3s ease,top .3s ease}.qodef-mobile-header--sticky-display #qodef-page-mobile-header{transform:translateY(0)}.admin-bar.qodef-mobile-header--sticky-display #qodef-page-mobile-header{top:46px}.qodef--passepartout #qodef-page-mobile-header-inner{padding:0}.qodef-mobile-header-navigation ul li .qodef-content-grid{width:100%}#qodef-page-mobile-header .qodef-header-logo-image.qodef--customizer{max-height:100%;width:auto;margin-right:auto}#qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--main{opacity:1}#qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--dark,#qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--light{opacity:0}#qodef-page-mobile-header .qodef-mobile-header-logo-link img:not(.qodef--main){position:absolute;top:50%;left:0;transform:translateY(-50%)}#qodef-page-mobile-header .qodef-mobile-header-logo-link.qodef-source--svg-path svg{display:block;width:50px;height:auto;fill:currentColor;stroke:currentColor}#qodef-page-mobile-header .qodef-mobile-header-logo-link.qodef-source--textual{font-family:Geologica,sans-serif;font-weight:500;letter-spacing:-.01em;color:var(--qode-main-color);font-size:27px;line-height:1.2963em;transition:color .2s ease-out}@media only screen and (max-width:1512px){#qodef-page-mobile-header .qodef-mobile-header-logo-link.qodef-source--textual{font-size:25px}}.qodef-mobile-header-navigation ul li a .qodef-menu-item-icon{margin-right:5px}.qodef-mobile-header-navigation ul li.qodef--hide-link>a{cursor:default}.qodef-mobile-header-navigation .qodef-mega-menu-widget-holder{display:none}.qodef-mobile-header--minimal-extended #qodef-page-mobile-header-inner{justify-content:flex-end}.qodef-mobile-header--minimal-extended #qodef-page-mobile-header-inner .qodef-mobile-header-logo-link{margin-right:auto}.qodef-mobile-header--minimal-extended #qodef-page-mobile-header-inner .qodef-opener-icon{margin-left:20px}.qodef-mobile-header--minimal-extended #qodef-page-mobile-header-inner .qodef-mobile-header-extended-bottom-bar{position:fixed;bottom:0;left:0;width:100vw;height:77px;padding:10px 0;border-top:1px solid #e4edf5;background-color:#eff4f8;z-index:101}.qodef-mobile-header--minimal-extended #qodef-page-mobile-header-inner .qodef-mobile-header-extended-bottom-inner{display:flex;align-items:center;justify-content:stretch;height:100%}.qodef-mobile-header--minimal-extended #qodef-page-mobile-header-inner .qodef-mobile-header-extended-bottom-inner>*{position:relative;display:flex;align-items:center;justify-content:center;flex:0 1 100%;margin:0}.qodef-mobile-header--minimal-extended #qodef-page-mobile-header-inner .qodef-mobile-header-extended-bottom-inner>:after{content:"";position:absolute;right:0;top:50%;transform:translateY(-50%);display:block;width:1px;height:22px;background-color:#acbcc9}.qodef-mobile-header--minimal-extended #qodef-page-mobile-header-inner .qodef-mobile-header-extended-bottom-inner>:last-child:after{display:none}.qodef-mobile-header--minimal-extended #qodef-page-mobile-header-inner .qodef-mobile-header-extended-bottom-inner .widget.widget_vitasana_membership_login_opener{padding-top:0}.qodef-mobile-header--minimal-extended #qodef-page-mobile-header-inner .widget.widget_vitasana_core_search_opener .qodef-opener-icon{display:flex;align-items:center;justify-content:center;width:37px;height:37px;background-color:#eff4f8;border:1px solid #e4edf5;border-radius:50%;margin:0;line-height:0}.qodef-mobile-header--minimal-extended.qodef-fullscreen-menu--opened #qodef-page-mobile-header-inner .qodef-mobile-header-extended-bottom-inner>:after{display:none}.qodef-mobile-header--minimal #qodef-page-mobile-header-inner{justify-content:flex-end}.qodef-mobile-header--minimal #qodef-page-mobile-header-inner .qodef-mobile-header-logo-link{margin-right:auto}.qodef-mobile-header--minimal #qodef-page-mobile-header-inner .qodef-opener-icon{margin-left:20px}.qodef-fullscreen-menu--opened{overflow-y:hidden}.qodef-fullscreen-menu--opened #qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--light{opacity:1}.qodef-fullscreen-menu--opened #qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--dark,.qodef-fullscreen-menu--opened #qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--main{opacity:0}.qodef-fullscreen-menu--opened #qodef-page-mobile-header .qodef-mobile-header-logo-link.qodef-source--svg-path,.qodef-fullscreen-menu--opened #qodef-page-mobile-header .qodef-mobile-header-logo-link.qodef-source--textual{color:var(--qode-header-light-color)!important}.qodef-fullscreen-menu--opened #qodef-page-mobile-header .qodef-mobile-header-logo-link.qodef-source--svg-path:hover,.qodef-fullscreen-menu--opened #qodef-page-mobile-header .qodef-mobile-header-logo-link.qodef-source--textual:hover{color:var(--qode-header-light-hover-color)!important}.qodef-mobile-header--standard #qodef-page-mobile-header-inner{justify-content:flex-end}.qodef-mobile-header--standard #qodef-page-mobile-header-inner .qodef-mobile-header-logo-link{margin-right:auto}.qodef-header-navigation .qodef-menu-item-icon{display:block;margin-right:5px;line-height:inherit}.qodef-header-navigation .qodef-menu-item-icon:before{display:block;line-height:inherit}.qodef-header-navigation ul li .qodef-drop-down-second{position:absolute;top:100%;left:0;display:block;width:auto;height:0;opacity:0;visibility:hidden;overflow:hidden;z-index:10}.qodef-header-navigation ul li .qodef-drop-down-second.qodef-drop-down--start{opacity:1;visibility:visible;overflow:visible;z-index:20;transition:opacity .2s ease-out}.qodef-header-navigation ul li .qodef-mega-menu-widget-holder{display:none;white-space:normal}.qodef-header-navigation ul li.qodef-menu-item--narrow .qodef-drop-down-second.qodef-drop-down--right{left:auto;right:0}.qodef-header-navigation ul li.qodef-menu-item--narrow .qodef-drop-down-second-inner{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-header-navigation ul li.qodef-menu-item--narrow .qodef-drop-down-second-inner>ul{position:relative;top:auto;opacity:1;visibility:visible}.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-mega-menu-widget-holder{display:block}.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second{background-color:#fff;border:1px solid #ebebeb}.qodef--boxed .qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner,.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner:not(.qodef-content-grid){padding:0 40px}.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul{display:flex;justify-content:space-between;padding:41px 0 40px;margin:0 -15px!important}.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li{width:100%;padding:0 15px}.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li>a{font-family:Geologica,sans-serif;font-size:16px;line-height:1.25em;font-weight:600;text-transform:uppercase;color:var(--qode-main-color);text-transform:capitalize;font-size:17px;letter-spacing:-.01em}.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li>a:hover{color:var(--qode-main-color)}.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li .qodef-menu-item-arrow{display:none}.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li.qodef--has-widget{flex-basis:160%}.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li ul{padding-top:12px}.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li ul li>a{position:relative;display:flex;white-space:normal;margin:8px 0;overflow:hidden;transition:padding .2s ease-out;font-family:Inter,sans-serif;font-size:16px;line-height:1.66667em;font-weight:400;color:#10235e;letter-spacing:-.01em}.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li ul li>a .qodef-menu-item-icon{flex-shrink:0}.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li ul li>a .qodef-menu-item-text{--qodef-underline-position-y:calc(100% - 3px);--qodef-underline-height:1px;background-repeat:no-repeat;background-image:linear-gradient(90deg,currentColor 0,currentColor 100%);background-position:0 var(--qodef-underline-position-y);background-size:0 var(--qodef-underline-height);transition:background-size .5s cubic-bezier(.25,.46,.35,.94),color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out}.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li ul li.current-menu-item>a .qodef-menu-item-text,.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li ul li:hover>a .qodef-menu-item-text{background-size:100% var(--qodef-underline-height)}.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li.current-menu-ancestor>a,.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li.current-menu-item>a{color:var(--qode-main-color)}.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li.qodef--hide-link:not(.current-menu-ancestor):not(.current-menu-item)>a:hover{color:var(--qode-main-color)}.qodef-header-navigation ul li.qodef-widget-area--extra-wide li:not(.qodef--has-widget){flex-basis:100%}.qodef-header-navigation ul li.qodef-widget-area--extra-wide li.qodef--has-widget{flex-basis:300%}body:not(.qodef-drop-down-second--full-width) .qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner{padding:0 40px}.qodef-opener-icon{position:relative;display:inline-block;vertical-align:middle;line-height:1}.qodef-opener-icon .qodef-m-icon{position:relative;visibility:visible}.qodef-opener-icon .qodef-m-icon.qodef--close{position:absolute;top:-11px;left:-8px;visibility:hidden}.qodef-opener-icon.qodef-source--icon-pack{font-size:35px}.qodef-opener-icon.qodef-source--icon-pack *{display:inline-block;line-height:inherit}.qodef-opener-icon.qodef-source--icon-pack :before{display:inline-block;line-height:inherit}.qodef-opener-icon.qodef-source--icon-pack.qodef--opened .qodef-m-icon.qodef--open{visibility:hidden}.qodef-opener-icon.qodef-source--icon-pack.qodef--opened .qodef-m-icon.qodef--close{visibility:visible}.qodef-opener-icon.qodef-source--svg-path span{position:relative}.qodef-opener-icon.qodef-source--svg-path span>*{vertical-align:middle}.qodef-opener-icon.qodef-source--svg-path span path,.qodef-opener-icon.qodef-source--svg-path span>*{fill:currentColor;stroke:currentColor}.qodef-opener-icon.qodef-source--svg-path.qodef--opened .qodef-m-icon.qodef--open{visibility:hidden}.qodef-opener-icon.qodef-source--svg-path.qodef--opened .qodef-m-icon.qodef--close{visibility:visible}.qodef-opener-icon.qodef-source--predefined .qodef-m-lines{position:relative;display:block;width:20px;height:13px}.qodef-opener-icon.qodef-source--predefined .qodef-m-line{position:absolute;left:0;height:1px;width:100%;background-color:currentColor;transition:top .15s ease,transform .3s ease}.qodef-opener-icon.qodef-source--predefined .qodef-m-line.qodef--1{top:0}.qodef-opener-icon.qodef-source--predefined .qodef-m-line.qodef--2{top:6px}.qodef-opener-icon.qodef-source--predefined .qodef-m-line.qodef--3{bottom:0}.qodef-opener-icon.qodef-source--predefined.qodef--opened .qodef-m-line.qodef--1{top:6px;transform:rotate(45deg)}.qodef-opener-icon.qodef-source--predefined.qodef--opened .qodef-m-line.qodef--2{top:6px;transform:rotate(-45deg)}.qodef-opener-icon.qodef-source--predefined.qodef--opened .qodef-m-line.qodef--3{opacity:0}.qodef-parallax{position:relative;width:100%;overflow:hidden}.qodef-parallax.elementor-inner-section{height:100%}.qodef-parallax:nth-of-type(odd) .qodef-parallax-img-holder{--qode-y-px:calc(var(--qode-y)*1px);transform:translateY(var(--qode-y-px)) translateZ(0)}.qodef-parallax-row-holder{position:absolute;top:0;left:0;height:100%;width:100%;overflow:hidden}.qodef-parallax-img-holder{position:absolute;top:0;left:0;height:120%;width:100%;opacity:0}.qodef-page-title .qodef-parallax-img-holder{min-height:500px}.qodef-parallax-content-holder{position:relative;z-index:99}.qodef-parallax-img-wrapper{position:absolute;top:0;left:0;height:100%;width:100%;will-change:transform}img.qodef-parallax-img{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);object-fit:cover;width:100%;height:100%;max-width:unset}.elementor img.qodef-parallax-img{height:100%;max-width:unset}.qodef-blur-form-holder{background-color:rgba(255,255,255,.01);border:1px solid rgba(255,255,255,.19);border-radius:17px;padding:17px 79px 75px 40px}@supports ((-webkit-backdrop-filter:none) or (backdrop-filter:none)){.qodef-blur-form-holder{-webkit-backdrop-filter:blur(7px) brightness(108%);backdrop-filter:blur(7px) brightness(108%)}}@media only screen and (max-width:880px){.qodef-blur-form-holder{padding:17px 40px 75px}}@media only screen and (max-width:680px){.qodef-blur-form-holder{padding:17px 20px 75px}}.qodef-blur-form-holder.qodef-skin--light .qodef-e-title,.qodef-blur-form-holder.qodef-skin--light p{color:#fff}.qodef-blur-form-holder.qodef-skin--light .qodef-e-title{margin-bottom:10px}.qodef-blur-form-holder.qodef-skin--light p{margin-bottom:40px}.qodef-contact-us-form .qodef-grid-item .wpcf7-form-control-wrap{display:block;margin:0 0 15px}.qodef-contact-us-form .qodef-grid-item input,.qodef-contact-us-form .qodef-grid-item textarea{background:#eff4f8;color:var(--qode-main-color);border:1px solid #e4edf5;margin:0}.qodef-contact-us-form .qodef-grid-item button[type=submit]{background-color:#5aa4e5}.qodef-newsletter{position:relative;display:inline-flex;flex-direction:row;width:100%;vertical-align:middle}@media only screen and (max-width:880px){.qodef-newsletter{flex-direction:column;align-items:flex-start}.qodef-newsletter .wpcf7-form-control.wpcf7-submit{margin-top:10px}}.qodef-newsletter label{margin-bottom:0;margin-right:19px;width:100%}.qodef-newsletter label .wpcf7-not-valid-tip{position:absolute}.qodef-newsletter input[type=email]{background:#fff;border-bottom:1px solid #e4edf5;color:var(--qode-main-color)!important;margin:0;border-radius:20px}.qodef-newsletter input[type=email]:-ms-input-placeholder{color:var(--qode-main-color)}.qodef-newsletter input[type=email]::placeholder,.qodef-newsletter input[type=email]:focus{color:var(--qode-main-color)}.qodef-newsletter .wpcf7-form-control::-ms-clear{display:none!important}.qodef-newsletter .ajax-loader{position:absolute!important;left:100%;bottom:-5px}div#qodef-side-area .qodef-newsletter .ajax-loader{bottom:27px}.qodef-newsletter .wpcf7-form-control.wpcf7-submit{background:#fe9a31!important;color:#fff!important}.qodef-newsletter.qodef-dark input[type=email]{color:#000!important}.qodef-newsletter.qodef-dark input[type=email]:-ms-input-placeholder{color:#000!important}.qodef-newsletter.qodef-dark input[type=email]::placeholder{color:#000!important}.qodef-newsletter.qodef-newsletter-alt input[type=email]{background:#eff4f8}.wpcf7 .qodef-newsletter~.wpcf7-response-output{margin:2.6em 0 0 0!important}.qodef-contact-form-7,.rs-layer{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-contact-form-7 br,.rs-layer br{display:none}.qodef-contact-form-7 .ajax-loader,.rs-layer .ajax-loader{display:none}.qodef-contact-form-7 .wpcf7-form-control-wrap,.rs-layer .wpcf7-form-control-wrap{display:block;max-width:100%}.qodef-contact-form-7 .wpcf7-not-valid-tip,.rs-layer .wpcf7-not-valid-tip{margin:10px 0 0}.qodef-contact-form-7 .wpcf7-response-output,.rs-layer .wpcf7-response-output{border-width:1px!important;margin:2em 0 0 0!important;padding:1em 1.5em!important}.qodef-contact-form-7 .wpcf7-form,.rs-layer .wpcf7-form{position:relative}.qodef-contact-form-7 .wpcf7-form:before,.rs-layer .wpcf7-form:before{position:absolute;top:0;left:0;width:100%;height:100%;background-color:transparent;content:'';visibility:hidden;z-index:98}.qodef-contact-form-7 .wpcf7-form:after,.rs-layer .wpcf7-form:after{animation:qode-rotate 2s linear infinite;background-color:transparent;border:2px solid #fe9a31;border-radius:50%;border-top:2px solid var(--qode-main-color);content:'';height:24px;left:calc(50% - 12px);opacity:1;position:absolute;top:calc(50% - 12px);visibility:hidden;width:24px;z-index:99}.qodef-contact-form-7 .wpcf7-form.submitting>*,.rs-layer .wpcf7-form.submitting>*{opacity:.3}.qodef-contact-form-7 .wpcf7-form.submitting:after,.qodef-contact-form-7 .wpcf7-form.submitting:before,.rs-layer .wpcf7-form.submitting:after,.rs-layer .wpcf7-form.submitting:before{visibility:visible}.wpcf7 .qodef-newsletter-popup input{background-color:#eff4f8}.wpcf7 .qodef-newsletter-popup button[type=submit]{padding:9px 33px;background-color:#fe9a31}.qodef-instagram-list #sb_instagram{padding:0!important;overflow:hidden!important}html.elementor-html .qodef-instagram-list #sb_instagram #sbi_images .sbi_item.sbi_transition{opacity:1!important}.qodef-instagram-list .sbi_photo_wrap a{background-image:none!important;height:auto!important;padding-bottom:0!important}.qodef-instagram-list .sbi_photo_wrap a:after{color:#fff;content:'\f16d';font-family:'Font Awesome 5 Brands';font-size:20px;left:50%;opacity:0;position:absolute;top:50%;transform:translate(-50%,-50%);transition:opacity .2s ease-out}.qodef-instagram-list .sbi_photo_wrap a:hover:after{opacity:1}.qodef-instagram-list .sbi_photo_wrap a img{display:inline-block!important}.qodef-instagram-list.qodef-swiper-container #sb_instagram #sbi_images .sbi_item{margin:inherit!important}body{--qode-qcfw-side-padding:35px}@media only screen and (max-width:680px){body{--qode-qcfw-side-padding:20px}}.qcfw-compare-table{font-size:13px}#qcfw-modal .qcfw-compare-table .qcfw-table-title{padding:0 0 20px;position:relative;margin:0}@media only screen and (max-width:680px){#qcfw-modal .qcfw-compare-table .qcfw-table-title{margin-right:var(--qode-qcfw-side-padding)}}body:not(.qcfw-premium) #qcfw-modal .qcfw-compare-table .qcfw-table-title{text-align:center}#qcfw-modal .qcfw-compare-table .qcfw-table-title:after{content:'';width:calc(100% + 2*var(--qode-qcfw-side-padding));left:calc(-1*var(--qode-qcfw-side-padding));border-bottom:1px solid #ebebeb;height:1px;position:absolute;bottom:0}#qcfw-modal .qcfw-compare-table .qcfw-m-items{border-top:0;padding:0}.qcfw-compare-table .qcfw-m-items .qcfw-m-table .qcfw-m-item-wrapper{--qcfw-max-col-width:285px;--qcfw-col-gap:var(--qode-qcfw-side-padding)}.qcfw-compare-table .qcfw-m-items .qcfw-m-table .qcfw-m-item-wrapper:last-child .qcfw-m-item-inner{padding-bottom:var(--qode-qcfw-side-padding)!important}.qcfw-compare-table .qcfw-m-items .qcfw-m-table .qcfw-m-item-inner{border-width:0 1px 0 0!important;font-size:inherit;font-weight:inherit;padding-right:var(--qode-qcfw-side-padding);padding-left:0;border-color:#ebebeb!important;border-style:solid!important}.qcfw-compare-table .qcfw-m-items .qcfw-m-table .qcfw-m-item-inner .qcfw-thumbnail-wrapper{padding-top:52px;padding-right:var(--qode-qcfw-side-padding)}.qcfw-compare-table .qcfw-m-items .qcfw-m-table .qcfw-m-item-inner .qcfw-thumbnail-wrapper .qcfw-m-thumbnail-url{max-width:200px;margin:0 auto;display:block}.qcfw-compare-table .qcfw-m-items .qcfw-m-table .qcfw-m-item-inner .qcfw-m-remove-button{top:20px;right:20px}.qcfw-compare-table .qcfw-m-items .qcfw-m-table .qcfw-m-item-inner .qcfw-m-remove-button:hover{color:var(--qcfw-remove-hover-color,var(--qode-main-color))}.qcfw-compare-table .qcfw-m-items .qcfw-m-table .qcfw-m-item-inner .qcfw-m-remove-button .qodef-svg--close{width:25px}.qcfw-compare-table .qcfw-m-items .qcfw-m-table .qcfw-m-item-inner .product-sku{color:#10235e}.qcfw-compare-table .qcfw-m-items .qcfw-m-table .qcfw-m-item-inner .qcfw--product-name{font-family:Geologica,sans-serif;font-weight:500;letter-spacing:-.01em;color:var(--qode-main-color);font-size:17px;line-height:1.29412em;color:#10235e;text-decoration:none}.qcfw-compare-table .qcfw-m-items .qcfw-m-table .qcfw-m-item-inner .qcfw-m-price{position:relative;display:flex;flex-direction:row;align-items:center;font-family:Geologica,sans-serif;font-size:18px;font-weight:500;letter-spacing:-.01em;line-height:23px;color:#283661}.qcfw-compare-table .qcfw-m-items .qcfw-m-table .qcfw-m-item-inner .qcfw-m-price ins{font-family:Geologica,sans-serif;font-size:18px;font-weight:500;letter-spacing:-.01em;line-height:23px;text-decoration:none;vertical-align:middle;display:inline-block;margin-right:10px}.qcfw-compare-table .qcfw-m-items .qcfw-m-table .qcfw-m-item-inner .qcfw-m-price del{margin:0 8px 0 0;vertical-align:middle;display:inline-block}.qcfw-compare-table .qcfw-m-items .qcfw-m-table .qcfw-m-item-inner .qcfw-m-price .screen-reader-text{display:none}.qcfw-compare-table .qcfw-m-items .qcfw-m-table .qcfw-m-item-inner .qcfw-m-add-to-cart,.qcfw-compare-table .qcfw-m-items .qcfw-m-table .qcfw-m-item-inner .qcfw-m-add-to-cart+.added_to_cart{text-transform:none;font-family:Geologica,sans-serif;font-size:16px;font-weight:500;letter-spacing:-.01em;line-height:20px;position:relative;display:inline-flex;vertical-align:middle;width:auto;margin:0;text-decoration:none;outline:0;transition:color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;padding:9px 20px 9px 19px;border-radius:7px;cursor:pointer;z-index:3;color:var(--qode-button-color,#fff);background-color:var(--qode-button-bg-color,#10235e);border:1px solid var(--qode-button-border-color,transparent)}.qcfw-compare-table .qcfw-m-items .qcfw-m-table .qcfw-m-item-inner .qcfw-m-add-to-cart .qodef-m-text,.qcfw-compare-table .qcfw-m-items .qcfw-m-table .qcfw-m-item-inner .qcfw-m-add-to-cart+.added_to_cart .qodef-m-text{-webkit-text-fill-color:transparent;position:relative;clip-path:inset(-.05em);perspective:100px}.qcfw-compare-table .qcfw-m-items .qcfw-m-table .qcfw-m-item-inner .qcfw-m-add-to-cart .qodef-m-text:after,.qcfw-compare-table .qcfw-m-items .qcfw-m-table .qcfw-m-item-inner .qcfw-m-add-to-cart .qodef-m-text:before,.qcfw-compare-table .qcfw-m-items .qcfw-m-table .qcfw-m-item-inner .qcfw-m-add-to-cart+.added_to_cart .qodef-m-text:after,.qcfw-compare-table .qcfw-m-items .qcfw-m-table .qcfw-m-item-inner .qcfw-m-add-to-cart+.added_to_cart .qodef-m-text:before{content:attr(data-title);display:block;-webkit-text-fill-color:currentColor;position:absolute;top:0;left:0;width:100%;height:100%;transition:opacity .2s ease-out,transform .55s cubic-bezier(.22,.61,.36,1)}.qcfw-compare-table .qcfw-m-items .qcfw-m-table .qcfw-m-item-inner .qcfw-m-add-to-cart .qodef-m-text:before,.qcfw-compare-table .qcfw-m-items .qcfw-m-table .qcfw-m-item-inner .qcfw-m-add-to-cart+.added_to_cart .qodef-m-text:before{transform:translateY(0)}.qcfw-compare-table .qcfw-m-items .qcfw-m-table .qcfw-m-item-inner .qcfw-m-add-to-cart .qodef-m-text:after,.qcfw-compare-table .qcfw-m-items .qcfw-m-table .qcfw-m-item-inner .qcfw-m-add-to-cart+.added_to_cart .qodef-m-text:after{transform:translateY(80%) skewY(0);transform:translateY(60%) skewY(0) rotateX(-90deg);transition-duration:.35s,.35s;opacity:0}.qcfw-compare-table .qcfw-m-items .qcfw-m-table .qcfw-m-item-inner .qcfw-m-add-to-cart+.added_to_cart:hover .qodef-m-text:before,.qcfw-compare-table .qcfw-m-items .qcfw-m-table .qcfw-m-item-inner .qcfw-m-add-to-cart:hover .qodef-m-text:before{transform:translateY(-95%);transform:translateY(-55%) rotateX(90deg);opacity:0;transition-duration:.35s,.4s}.qcfw-compare-table .qcfw-m-items .qcfw-m-table .qcfw-m-item-inner .qcfw-m-add-to-cart+.added_to_cart:hover .qodef-m-text:after,.qcfw-compare-table .qcfw-m-items .qcfw-m-table .qcfw-m-item-inner .qcfw-m-add-to-cart:hover .qodef-m-text:after{opacity:1;transform:translateY(0);transition-duration:.2s,.55s}.qcfw-compare-table .qcfw-m-items .qcfw-m-table .qcfw-m-item:last-child .qcfw-m-item-inner{border:0!important;padding-right:0}.qcfw-compare-table .qcfw-m-items .qcfw-m-table .qcfw-m-item:last-child .qcfw-m-item-inner .qcfw-thumbnail-wrapper{padding-right:0!important}.qcfw-compare-table .qcfw-m-items .qcfw-m-table .qcfw-m-item.product-thumbnail .qcfw-m-item-inner{padding-top:0;padding-right:0}.qcfw-compare-table .qcfw-m-items .qcfw-m-table .qcfw-m-item.product-add-to-cart .qcfw-m-item-inner,.qcfw-compare-table .qcfw-m-items .qcfw-m-table .qcfw-m-item.product-price .qcfw-m-item-inner{padding-top:18px;padding-bottom:16px}.qcfw-compare-table .qcfw-m-items .qcfw-m-table .qcfw-m-item.product-sku .qcfw-sku-content{display:inline-flex;column-gap:4px}.qcfw-compare-table .qcfw-m-items .qcfw-m-table .qcfw-m-item.product-sku .qcfw-sku-label{color:var(--qode-main-color);font-weight:500}.qcfw-compare-table .qcfw-m-items .qcfw-m-table .qcfw-m-item.product-description{font-family:Inter,sans-serif;font-size:15px;line-height:1.66667em;font-weight:400;color:#10235e;letter-spacing:-.01em}.qcfw-compare-table .qcfw-m-items .qcfw-m-table .qcfw-m-item.product-description ul{margin-left:16px;padding:0}.qcfw-compare-table .qcfw-m-items .qcfw-m-table .qcfw-m-item.product-description ul li{padding:2px 0}.qcfw-compare-table .qcfw-m-items .qcfw-m-table .qcfw-m-item.product-stock-status{display:block;font-family:Geologica,sans-serif;font-weight:500;letter-spacing:-.01em;color:var(--qode-main-color);font-size:17px;line-height:1.29412em;color:#10235e}.qcfw-compare-table .qcfw-m-items .qcfw-m-table .qcfw-m-item.product-stock-status .qcfw-m-item-stock{font-size:inherit;color:inherit!important;font-weight:inherit;text-transform:none}body:not(.qcfw-premium) .qcfw-compare-table .qcfw-m-items .qcfw-m-table .qcfw-m-label{display:none}.qcfw-button.qcfw-m .qcfw-button-text.qodef--hide{display:none}.qcfw-button.qcfw-m.qcfw-position--shortcode{width:29px!important;height:29px!important;background:#eff4f8!important;border-radius:50%!important;border:1px solid #e4edf5!important;align-items:center;justify-content:center;padding:0!important;margin:0 0 5px;color:var(--qcfw-cb-color,var(--qode-main-color))}.qcfw-button.qcfw-m.qcfw-position--shortcode.qcfw-type--solid.qcfw--added,.qcfw-button.qcfw-m.qcfw-position--shortcode.qcfw-type--solid:hover{background:#fff!important}.qcfw-button.qcfw-m .qcfw-button-icon{display:flex}#qcfw-modal.qcfw-m .qcfw-m-table-holder{max-height:calc(100% - 100px);border-radius:10px;padding:20px var(--qode-qcfw-side-padding) 0}@media only screen and (max-width:680px){#qcfw-modal.qcfw-m .qcfw-m-table-holder{padding:20px 0 0 var(--qode-qcfw-side-padding)}}.qodef-item-layout--info-on-image .qcfw-button.qcfw-position--shortcode{position:absolute;right:10px;top:10px}.qodef-item-layout--info-on-image .qwfw-thumb--top-right++.qcfw-button.qcfw-position--shortcode{top:50px}.qodef-item-layout--info-on-image .qqvfw-quick-view-button-wrapper.qqvfw-position--shortcode+.qcfw-button.qcfw-position--shortcode{top:90px}#qode-quick-view-for-woocommerce-pop-up .woocommerce-product-gallery.qodef-position--below{margin:0}#qode-quick-view-for-woocommerce-pop-up .woocommerce-product-gallery .woocommerce-product-gallery__wrapper a{border-top:0;border-bottom:0;border-left:0;border-radius:0}#qode-quick-view-for-woocommerce-pop-up .woocommerce-product-gallery .woocommerce-product-gallery__wrapper a img{border-radius:0}#qode-quick-view-for-woocommerce-pop-up.qqvfw--opened .woocommerce-product-gallery.qodef-position--left .woocommerce-product-gallery__wrapper>.woocommerce-product-gallery__image{width:100%!important}#qode-quick-view-for-woocommerce-pop-up.qqvfw--opened .woocommerce-product-details__short-description{margin-top:16px}#qode-quick-view-for-woocommerce-pop-up .product_meta,#qode-quick-view-for-woocommerce-pop-up .qodef-woo-thumbnails-wrapper,#qode-quick-view-for-woocommerce-pop-up .qwfw-add-to-wishlist-wrapper,#qode-quick-view-for-woocommerce-pop-up .woocommerce-review-link{display:none!important}#qode-quick-view-for-woocommerce-pop-up .qqvfw-m-close{width:15px;top:27px;right:27px}#qode-quick-view-for-woocommerce-pop-up .qqvfw-m-close svg{stroke-width:2px}#qode-quick-view-for-woocommerce-pop-up .qqvfw-m-content{height:auto!important;width:1080px!important;max-width:90vw!important}#qode-quick-view-for-woocommerce-pop-up .qqvfw-m-content-inner{box-shadow:3px 3px 15px 0 rgba(var(--qode-main-color),.5)!important;overflow-y:hidden!important;max-height:90vh!important;border:1px solid #ebebeb;border-radius:20px}#qode-quick-view-for-woocommerce-pop-up .qqvfw-m-content-inner .qodef-sale-boosters{display:none}#qode-quick-view-for-woocommerce-pop-up .qqvfw-m-content-inner form.cart .variations_button{display:flex;flex-wrap:wrap;row-gap:10px;align-items:flex-start}#qode-quick-view-for-woocommerce-pop-up .qqvfw-m-content-inner form.cart .variations_button .qodef-quantity-buttons{position:relative;display:flex}#qode-quick-view-for-woocommerce-pop-up .qqvfw-m-content-inner form.cart .variations td{flex-wrap:wrap}#qode-quick-view-for-woocommerce-pop-up .qqvfw-m-content-inner form.cart .variations .reset_variations{margin:10px 0 0}#qode-quick-view-for-woocommerce-pop-up .qqvfw-m-summary-wrapper{align-self:center}@media only screen and (max-width:880px){#qode-quick-view-for-woocommerce-pop-up .qqvfw-m-summary-wrapper form.cart{max-width:100%}}#qode-quick-view-for-woocommerce-pop-up .qqvfw-m-product.single-product>.product{max-height:90vh!important;margin:0;position:relative;display:flex;gap:40px}#qode-quick-view-for-woocommerce-pop-up .qqvfw-m-product.single-product>.product>*{padding:0}#qode-quick-view-for-woocommerce-pop-up .qqvfw-m-product.single-product .product_title{font-size:23px;line-height:1.30435em;margin:0}@media only screen and (max-width:1512px){#qode-quick-view-for-woocommerce-pop-up .qqvfw-m-product.single-product .product_title{font-size:20px}}#qode-quick-view-for-woocommerce-pop-up .qqvfw-m-product.single-product .qqvfw-m-media-wrapper{align-self:stretch}#qode-quick-view-for-woocommerce-pop-up .qqvfw-m-product.single-product .qqvfw-m-media-wrapper .qodef-woo-thumbnails-wrapper{display:none}#qode-quick-view-for-woocommerce-pop-up .qqvfw-m-product.single-product .qqvfw-m-media-wrapper .qodef-woo-product-mark{transform:translateX(0)}@media only screen and (max-width:880px){#qode-quick-view-for-woocommerce-pop-up .qqvfw-m-product.single-product .qqvfw-m-media-wrapper .qodef-woo-product-mark{display:none}}#qode-quick-view-for-woocommerce-pop-up .qqvfw-m-product.single-product .qqvfw-m-media-wrapper :not(.qodef-woo-product-mark){height:100%;display:block}@media only screen and (max-width:880px){#qode-quick-view-for-woocommerce-pop-up .qqvfw-m-product.single-product .qqvfw-m-media-wrapper :not(.qodef-woo-product-mark){display:none}}#qode-quick-view-for-woocommerce-pop-up .qqvfw-m-product.single-product .qqvfw-m-media-wrapper .woocommerce-product-gallery .woocommerce-product-gallery__wrapper{margin:0!important}#qode-quick-view-for-woocommerce-pop-up .qqvfw-m-product.single-product .qqvfw-m-media-wrapper .woocommerce-product-gallery .woocommerce-product-gallery__wrapper img{object-fit:cover}#qode-quick-view-for-woocommerce-pop-up .qqvfw-m-product.single-product .qqvfw-m-media-wrapper .woocommerce-product-gallery .woocommerce-product-gallery__wrapper>.woocommerce-product-gallery__image{width:100%!important;margin:0!important}#qode-quick-view-for-woocommerce-pop-up .qqvfw-m-product.single-product .qqvfw-m-media-wrapper .woocommerce-product-gallery .woocommerce-product-gallery__wrapper>.qodef-woo-thumbnails-wrapper{display:none!important}#qode-quick-view-for-woocommerce-pop-up .qqvfw-m-product.single-product .qqvfw-m-media-wrapper .woocommerce-product-gallery .woocommerce-product-gallery__trigger{display:none}#qode-quick-view-for-woocommerce-pop-up .qqvfw-m-product.single-product .entry-summary{padding:30px 30px 30px 0}@media only screen and (max-width:880px){#qode-quick-view-for-woocommerce-pop-up .qqvfw-m-product.single-product .entry-summary{padding:30px}}#qode-quick-view-for-woocommerce-pop-up .qqvfw-m-product.single-product form.cart:not(.variations_form){display:flex;flex-wrap:wrap;row-gap:10px;align-items:flex-start}#qode-quick-view-for-woocommerce-pop-up .qqvfw-m-product.single-product form.cart:not(.variations_form) .qodef-quantity-buttons{position:relative;display:flex}#qode-quick-view-for-woocommerce-pop-up .qodef-yith-wcqv-link{margin-top:38px}#qode-quick-view-for-woocommerce-pop-up form.cart .button{padding-left:30px;padding-right:30px}#qode-quick-view-for-woocommerce-pop-up form.cart .qodef-buy-now-button .button{padding-left:35px;padding-right:34px}.qodef-item-layout--info-on-image .qwfw-thumb--top-right+.qqvfw-quick-view-button-wrapper{position:absolute;right:10px;top:50px}.qodef-item-layout--info-on-image .qqvfw-quick-view-button-wrapper{position:absolute;right:10px;top:10px}.qqvfw-quick-view-button-wrapper.qodef-quick-view-button-vitasana-theme .qqvfw-quick-view-button{font-size:0!important;margin:0 0 5px!important;padding:0!important;line-height:1!important;width:29px!important;height:29px!important;background:#eff4f8!important;border-radius:50%!important;border:1px solid #e4edf5;align-items:center;justify-content:center}.qqvfw-quick-view-button-wrapper.qodef-quick-view-button-vitasana-theme .qqvfw-quick-view-button:before{content:'';display:inline-block;background:url(/wp-content/plugins/vitasana-core/assets/img/quick-view.svg) center center no-repeat;background-size:cover;width:14px;height:14px}.qqvfw-quick-view-button-wrapper.qodef-quick-view-button-vitasana-theme .qodef-e-media-inner .qqvfw-quick-view-button{color:#fff;transition:background .2s ease-out}.qodef-skin--dark .qqvfw-quick-view-button-wrapper.qodef-quick-view-button-vitasana-theme .qqvfw-quick-view-button:before,.qodef-skin--dark .qqvfw-quick-view-button-wrapper.qodef-quick-view-button-vitasana-theme .yith-wcqv-button:before{background:url(/wp-content/plugins/vitasana-core/assets/img/quick-view-dark.svg) center center no-repeat}.qqvfw-quick-view-button-wrapper.qodef-quick-view-button-vitasana-theme .qqvfw-quick-view-button.qqvfw-shortcode.button{gap:0}.qqvfw-quick-view-button-wrapper.qodef-quick-view-button-vitasana-theme .qqvfw-quick-view-button.qqvfw-shortcode.button:hover{color:var(--qode-main-color);background:#fff!important;border:1px solid #e4edf5!important}.qqvfw-quick-view-button-wrapper .qqvfw-m-icon{display:none}.qqvfw-quick-view-button-wrapper .qqvfw-m-text{visibility:visible!important}@media only screen and (max-width:680px){.qqvfw-quick-view-button-wrapper{display:none}}.qqvfw .qqvfw-m-overlay{background:#eff4F8E6!important}.qwfw-add-to-wishlist-wrapper.qodef-vitasana-theme .qwfw-shortcode.qwfw-add-to-wishlist{display:flex;position:relative;width:29px;height:29px;background:#eff4f8;border-radius:50%;border:1px solid #e4edf5;align-items:center;justify-content:center;margin-bottom:5px!important;transition:background .2s ease-out}.qwfw-add-to-wishlist-wrapper.qodef-vitasana-theme .qwfw-shortcode:not(.button) .qwfw-spinner-icon{color:#000}.qwfw-add-to-wishlist-wrapper.qodef-vitasana-theme .qwfw-shortcode:not(.button) .qwfw-m-icon{width:15px}.qwfw-add-to-wishlist-wrapper.qodef-vitasana-theme .qwfw-shortcode:not(.button) .qwfw-m-icon svg{width:15px;height:13px;color:transparent;stroke:#000;transition:all .3s ease-out}.qwfw-add-to-wishlist-wrapper.qodef-vitasana-theme .qwfw-shortcode:not(.button) .qwfw-m-icon svg path:first-child{stroke:#000}.qodef-skin--dark .qwfw-add-to-wishlist-wrapper.qodef-vitasana-theme .qwfw-shortcode:not(.button) .qwfw-m-icon svg path{fill:#000}.qwfw-add-to-wishlist-wrapper.qodef-vitasana-theme.qwfw-position--on-thumbnail{top:var(--qwfw-atw-thumb-top-offset,15px);left:var(--qwfw-atw-thumb-side-offset,12px)}.qwfw-add-to-wishlist-wrapper.qodef-vitasana-theme.qwfw-position--on-thumbnail.qwfw-thumb--top-right{right:0;top:0;position:relative}.qodef-item-layout--info-on-image .qwfw-add-to-wishlist-wrapper.qodef-vitasana-theme.qwfw-position--on-thumbnail.qwfw-thumb--top-right{position:absolute;right:10px;top:10px}.qwfw-add-to-wishlist-wrapper.qodef-vitasana-theme.qwfw-position--on-thumbnail .qwfw-shortcode.qwfw-type--icon{padding:0}.qwfw-add-to-wishlist-wrapper.qodef-vitasana-theme.qwfw--loop a:after,.qwfw-add-to-wishlist-wrapper.qodef-vitasana-theme.qwfw--loop a:before{width:18px;height:17px}.qwfw-add-to-wishlist-wrapper.qodef-vitasana-theme.qwfw--loop .qwfw-shortcode:not(.button) .qwfw-m-icon svg{overflow:visible}.qwfw-add-to-wishlist-wrapper.qodef-vitasana-theme.qwfw--loop .qwfw-shortcode:not(.button) .qwfw-m-icon svg path:nth-of-type(2){fill:transparent}.qwfw-add-to-wishlist-wrapper.qodef-vitasana-theme.qwfw--loop .qwfw-shortcode:not(.button).qwfw--added .qwfw-m-icon svg,.qwfw-add-to-wishlist-wrapper.qodef-vitasana-theme.qwfw--loop .qwfw-shortcode:not(.button):hover .qwfw-m-icon svg{color:#000}.qwfw-add-to-wishlist-wrapper.qodef-vitasana-theme.qwfw--loop .qwfw-shortcode:not(.button):not(.qwfw--added):hover .qwfw-m-icon svg path:nth-of-type(2){fill:transparent}.qwfw-add-to-wishlist-wrapper.qodef-vitasana-theme.qwfw--loop .qwfw-shortcode:not(.button).qwfw--added{background-color:#eff4f8}.qwfw-add-to-wishlist-wrapper.qodef-vitasana-theme.qwfw--loop .qwfw-shortcode:not(.button).qwfw--added svg path:nth-of-type(2){fill:#10235e}.qwfw-add-to-wishlist-wrapper.qodef-vitasana-theme.qwfw--loop .qwfw-shortcode:not(.button).qwfw--added:hover{background-color:#fff}.qwfw-add-to-wishlist-wrapper.qodef-vitasana-theme.qwfw--single.qwfw-position--after-add-to-cart{margin-top:0}.qodef-woo-product-list .outofstock .qodef-e-inner .qwfw-add-to-wishlist-wrapper.qodef-vitasana-theme.qwfw-position--on-thumbnail.qwfw-thumb--top-left,.qodef-woo-product-list .popular .qodef-e-inner .qwfw-add-to-wishlist-wrapper.qodef-vitasana-theme.qwfw-position--on-thumbnail.qwfw-thumb--top-left,.qodef-woo-product-list .sale .qodef-e-inner .qwfw-add-to-wishlist-wrapper.qodef-vitasana-theme.qwfw-position--on-thumbnail.qwfw-thumb--top-left{top:40px}.qwfw-wishlist-page .woocommerce-error,.qwfw-wishlist-page .woocommerce-info,.qwfw-wishlist-page .woocommerce-message{align-items:center;justify-content:center}.qwfw-wishlist-table.qodef-vitasana-theme .shop_table{font-size:100%!important}.qwfw-wishlist-table.qodef-vitasana-theme .shop_table tr{border-left:none;border-right:none;border-top:none}.qwfw-wishlist-table.qodef-vitasana-theme .shop_table td,.qwfw-wishlist-table.qodef-vitasana-theme .shop_table th{padding:15px 0 15px 15px;vertical-align:middle;text-align:left;border:0}.qwfw-wishlist-table.qodef-vitasana-theme .shop_table td:first-child,.qwfw-wishlist-table.qodef-vitasana-theme .shop_table th:first-child{padding-left:0}.qwfw-wishlist-table.qodef-vitasana-theme .shop_table th{font-family:Geologica,sans-serif;font-weight:500;letter-spacing:-.01em;color:var(--qode-main-color);font-size:23px;line-height:1.30435em}@media only screen and (max-width:1512px){.qwfw-wishlist-table.qodef-vitasana-theme .shop_table th{font-size:20px}}.qwfw-wishlist-table.qodef-vitasana-theme .shop_table td ul{list-style:none;margin:0;padding:0}.qwfw-wishlist-table.qodef-vitasana-theme .shop_table td ul li{margin:0 0 10px;padding:0}.qwfw-wishlist-table.qodef-vitasana-theme .shop_table td ul li:last-child{margin-bottom:0}.qwfw-wishlist-table.qodef-vitasana-theme .shop_table td ul li label{margin-bottom:0}.qwfw-wishlist-table.qodef-vitasana-theme .shop_table p{margin:0}.qwfw-wishlist-table.qodef-vitasana-theme .shop_table .variation:after,.qwfw-wishlist-table.qodef-vitasana-theme .shop_table .variation:before{content:'';display:table;table-layout:fixed}.qwfw-wishlist-table.qodef-vitasana-theme .shop_table .variation:after{clear:both}.qwfw-wishlist-table.qodef-vitasana-theme .shop_table .variation dt{clear:left;float:left;font-weight:initial}@media only screen and (max-width:880px){.qwfw-wishlist-table.qodef-vitasana-theme .shop_table .variation dt{float:none;width:100%}}.qwfw-wishlist-table.qodef-vitasana-theme .shop_table .variation dd{clear:right;float:left;margin:0 0 0 5px}@media only screen and (max-width:880px){.qwfw-wishlist-table.qodef-vitasana-theme .shop_table .variation dd{float:none;margin:0;width:100%}}.qwfw-wishlist-table.qodef-vitasana-theme .shop_table tr th{background:0 0!important}.qwfw-wishlist-table.qodef-vitasana-theme .shop_table tr td{background:0 0!important;color:#10235e!important;border-color:transparent!important}.qwfw-wishlist-table.qodef-vitasana-theme .shop_table tr td.product-remove{width:auto!important}.qwfw-wishlist-table.qodef-vitasana-theme .shop_table tr td.product-remove svg{width:9px!important}.qwfw-wishlist-table.qodef-vitasana-theme .shop_table.cart tbody>tr:last-child{border-bottom:1px solid #ebebeb}.qwfw-wishlist-table.qodef-vitasana-theme .shop_table .product-add-to-cart .added_to_cart,.qwfw-wishlist-table.qodef-vitasana-theme .shop_table .product-add-to-cart .button,.qwfw-wishlist-table.qodef-vitasana-theme .shop_table .product-add-to-cart a.add_to_cart_button{font-family:Geologica,sans-serif!important;font-size:16px!important;font-weight:500!important;letter-spacing:-.01em!important;line-height:20px!important;position:relative!important;display:inline-flex!important;vertical-align:middle!important;width:auto!important;margin:0!important;text-decoration:none!important;border-radius:9px!important;outline:0!important;transition:color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out!important;padding:8px 20px 8px 19px!important;border-radius:7px;cursor:pointer!important;z-index:3!important;color:var(--qode-button-color,#fff)!important;background-color:var(--qode-button-bg-color,var(--qode-main-color))!important;border:1px solid var(--qode-button-border-color,transparent)!important;background-color:var(--qode-main-color)!important;color:var(--qode-button-color,var(--qode-main-color))!important;background-color:transparent!important;border:0!important;padding:0!important;display:inline-block!important;position:relative}.qwfw-wishlist-table.qodef-vitasana-theme .shop_table .product-add-to-cart .added_to_cart .qodef-m-text,.qwfw-wishlist-table.qodef-vitasana-theme .shop_table .product-add-to-cart .button .qodef-m-text,.qwfw-wishlist-table.qodef-vitasana-theme .shop_table .product-add-to-cart a.add_to_cart_button .qodef-m-text{-webkit-text-fill-color:transparent;position:relative;clip-path:inset(-.05em);perspective:100px}.qwfw-wishlist-table.qodef-vitasana-theme .shop_table .product-add-to-cart .added_to_cart .qodef-m-text:after,.qwfw-wishlist-table.qodef-vitasana-theme .shop_table .product-add-to-cart .added_to_cart .qodef-m-text:before,.qwfw-wishlist-table.qodef-vitasana-theme .shop_table .product-add-to-cart .button .qodef-m-text:after,.qwfw-wishlist-table.qodef-vitasana-theme .shop_table .product-add-to-cart .button .qodef-m-text:before,.qwfw-wishlist-table.qodef-vitasana-theme .shop_table .product-add-to-cart a.add_to_cart_button .qodef-m-text:after,.qwfw-wishlist-table.qodef-vitasana-theme .shop_table .product-add-to-cart a.add_to_cart_button .qodef-m-text:before{content:attr(data-title);display:block;-webkit-text-fill-color:currentColor;position:absolute;top:0;left:0;width:100%;height:100%;transition:opacity .2s ease-out,transform .55s cubic-bezier(.22,.61,.36,1)}.qwfw-wishlist-table.qodef-vitasana-theme .shop_table .product-add-to-cart .added_to_cart .qodef-m-text:before,.qwfw-wishlist-table.qodef-vitasana-theme .shop_table .product-add-to-cart .button .qodef-m-text:before,.qwfw-wishlist-table.qodef-vitasana-theme .shop_table .product-add-to-cart a.add_to_cart_button .qodef-m-text:before{transform:translateY(0)}.qwfw-wishlist-table.qodef-vitasana-theme .shop_table .product-add-to-cart .added_to_cart .qodef-m-text:after,.qwfw-wishlist-table.qodef-vitasana-theme .shop_table .product-add-to-cart .button .qodef-m-text:after,.qwfw-wishlist-table.qodef-vitasana-theme .shop_table .product-add-to-cart a.add_to_cart_button .qodef-m-text:after{transform:translateY(80%) skewY(0);transform:translateY(60%) skewY(0) rotateX(-90deg);transition-duration:.35s,.35s;opacity:0}.qwfw-wishlist-table.qodef-vitasana-theme .shop_table .product-add-to-cart .added_to_cart:hover,.qwfw-wishlist-table.qodef-vitasana-theme .shop_table .product-add-to-cart .button:hover,.qwfw-wishlist-table.qodef-vitasana-theme .shop_table .product-add-to-cart a.add_to_cart_button:hover{color:var(--qode-button-hover-color,var(--qode-button-color,#fff))!important;background-color:var(--qode-button-bg-hover-color,var(--qode-button-bg-color,var(--qode-main-color)))!important;border-color:var(--qode-button-border-hover-color,var(--qode-button-border-color,transparent))!important}.qwfw-wishlist-table.qodef-vitasana-theme .shop_table .product-add-to-cart .added_to_cart:hover .qodef-m-text:before,.qwfw-wishlist-table.qodef-vitasana-theme .shop_table .product-add-to-cart .button:hover .qodef-m-text:before,.qwfw-wishlist-table.qodef-vitasana-theme .shop_table .product-add-to-cart a.add_to_cart_button:hover .qodef-m-text:before{transform:translateY(-95%);transform:translateY(-55%) rotateX(90deg);opacity:0;transition-duration:.35s,.4s}.qwfw-wishlist-table.qodef-vitasana-theme .shop_table .product-add-to-cart .added_to_cart:hover .qodef-m-text:after,.qwfw-wishlist-table.qodef-vitasana-theme .shop_table .product-add-to-cart .button:hover .qodef-m-text:after,.qwfw-wishlist-table.qodef-vitasana-theme .shop_table .product-add-to-cart a.add_to_cart_button:hover .qodef-m-text:after{opacity:1;transform:translateY(0);transition-duration:.2s,.55s}.qwfw-wishlist-table.qodef-vitasana-theme .shop_table .product-add-to-cart .added_to_cart:after,.qwfw-wishlist-table.qodef-vitasana-theme .shop_table .product-add-to-cart .button:after,.qwfw-wishlist-table.qodef-vitasana-theme .shop_table .product-add-to-cart a.add_to_cart_button:after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;--qodef-underline-position-y:100%;--qodef-underline-height:2px;background-repeat:no-repeat;background-image:linear-gradient(90deg,currentColor 0,currentColor 100%);background-position:100% var(--qodef-underline-position-y);background-size:100% var(--qodef-underline-height);top:2px}.qwfw-wishlist-table.qodef-vitasana-theme .shop_table .product-add-to-cart .added_to_cart:hover,.qwfw-wishlist-table.qodef-vitasana-theme .shop_table .product-add-to-cart .button:hover,.qwfw-wishlist-table.qodef-vitasana-theme .shop_table .product-add-to-cart a.add_to_cart_button:hover{color:var(--qode-button-hover-color,var(--qode-main-color))!important}.qwfw-wishlist-table.qodef-vitasana-theme .shop_table .product-add-to-cart .added_to_cart:hover:after,.qwfw-wishlist-table.qodef-vitasana-theme .shop_table .product-add-to-cart .button:hover:after,.qwfw-wishlist-table.qodef-vitasana-theme .shop_table .product-add-to-cart a.add_to_cart_button:hover:after{animation:qode-inline-underline-initial-hover .8s cubic-bezier(.57,.39,0,.86) 1 forwards}.qwfw-wishlist-table.qodef-vitasana-theme .shop_table .product-add-to-cart .added_to_cart:hover,.qwfw-wishlist-table.qodef-vitasana-theme .shop_table .product-add-to-cart .button:hover,.qwfw-wishlist-table.qodef-vitasana-theme .shop_table .product-add-to-cart a.add_to_cart_button:hover{background:0 0!important}.qwfw-wishlist-table.qodef-vitasana-theme .shop_table .product-add-to-cart .added_to_cart i,.qwfw-wishlist-table.qodef-vitasana-theme .shop_table .product-add-to-cart .button i,.qwfw-wishlist-table.qodef-vitasana-theme .shop_table .product-add-to-cart a.add_to_cart_button i{display:none!important}.qwfw-wishlist-table.qodef-vitasana-theme .shop_table .product-add-to-cart .added_to_cart:before,.qwfw-wishlist-table.qodef-vitasana-theme .shop_table .product-add-to-cart .button:before,.qwfw-wishlist-table.qodef-vitasana-theme .shop_table .product-add-to-cart a.add_to_cart_button:before{display:none!important}.qwfw-wishlist-table.qodef-vitasana-theme .shop_table .product-add-to-cart .added_to_cart.added,.qwfw-wishlist-table.qodef-vitasana-theme .shop_table .product-add-to-cart .button.added,.qwfw-wishlist-table.qodef-vitasana-theme .shop_table .product-add-to-cart a.add_to_cart_button.added{display:none!important}.qwfw-wishlist-table.qodef-vitasana-theme .qwfw-m-items .qwfw-e-item.product-thumbnail a{max-width:72px}.qwfw-wishlist-table.qodef-vitasana-theme .qwfw-m-items .qwfw-m-items-content-row:last-child{border-bottom:1px solid #ebebeb!important}.qwfw-wishlist-table.qodef-vitasana-theme .qwfw-m-items .qwfw-m-items-heading{background-color:transparent;border-bottom:1px solid #ebebeb}.qwfw-wishlist-table.qodef-vitasana-theme .qwfw-m-not-found-title{padding:24px 0;border:1px solid #ebebeb;font-size:16px;font-weight:400}#qode-wishlist-for-woocommerce-modal a.qwfw-m-close{color:var(--qode-main-color)}#qode-wishlist-for-woocommerce-modal a.qwfw-m-close:hover{color:currentColor}.qodef-yith-wccl--predefined .select_box{display:inline-block}.qodef-yith-wccl--predefined .select_box:after{display:none}.qodef-yith-wccl--predefined .select_box .select_option{vertical-align:middle;border:0;margin:0 5px 0 0;display:inline-block;float:none;position:relative}.qodef-yith-wccl--predefined .select_box .select_option:last-child{margin-right:0}.qodef-yith-wccl--predefined .select_box .select_option>span:not(.yith_wccl_tooltip){border:0;min-width:auto;width:auto;height:auto;line-height:inherit}.qodef-yith-wccl--predefined .select_box .select_option .yith_wccl_tooltip{width:100px}.qodef-yith-wccl--predefined .select_box .select_option .yith_wccl_tooltip>span{background:#fff;border-radius:0;border:1px solid #ebebeb!important;padding:10px;color:#10235e}.qodef-yith-wccl--predefined .select_box .select_option .yith_wccl_tooltip.top span:after{top:100%;bottom:auto}.qodef-yith-wccl--predefined .select_box.select_box_colorpicker .select_option{border:1px solid transparent;padding:1px}.qodef-yith-wccl--predefined .select_box.select_box_colorpicker .select_option>span:not(.yith_wccl_tooltip){width:38px;height:15px}.qodef-yith-wccl--predefined .select_box.select_box_colorpicker .select_option.selected{border-color:var(--qode-main-color)}.qodef-yith-wccl--predefined .select_box.select_box_image .select_option{border:1px solid transparent;padding:1px}.qodef-yith-wccl--predefined .select_box.select_box_image .select_option>img:not(.yith_wccl_tooltip){width:40px;height:40px;object-fit:cover}.qodef-yith-wccl--predefined .select_box.select_box_image .select_option.selected{border-color:var(--qode-main-color)}.qodef-yith-wccl--predefined .select_box.select_box_label>*{display:inline-flex;flex-wrap:wrap;font-family:Inter,sans-serif;font-size:16px;font-weight:400;letter-spacing:0;line-height:20px;display:inline-flex;vertical-align:middle;flex-wrap:wrap;color:var(--qode-main-color)}.qodef-yith-wccl--predefined .select_box.select_box_label .select_option{transition:color .2s ease-out;margin:0}.qodef-yith-wccl--predefined .select_box.select_box_label .select_option:after{content:',';margin-right:5px}.qodef-yith-wccl--predefined .select_box.select_box_label .select_option:last-of-type:after{display:none}.qodef-yith-wccl--predefined .select_box.select_box_label .select_option.selected{color:var(--qode-main-color)}.qodef-yith-wccl--predefined li.product .variations_form.cart{margin:0 0 0 20px}.qodef-yith-wccl--predefined li.product .variations_form.cart div.variations{margin-bottom:10px;text-align:right}.qodef-yith-wccl--predefined li.product .variations_form.cart div.variations:last-child{margin-bottom:0}#yith-woocompare{padding:0!important;margin:0}@media only screen and (max-width:768px){#yith-woocompare .qodef-pli-popup{min-height:calc(100vh - 74px);display:inline-flex;align-items:center;justify-content:center}}.yith-woocompare-widget{display:flex;align-items:center;height:100%;margin:0;background-color:transparent}.yith-woocompare-widget .qodef-widget-title{display:none}.yith-woocompare-widget .clear-all,.yith-woocompare-widget h2,.yith-woocompare-widget ul{display:none}.qodef-skin--light .yith-woocompare-widget .compare.button:before{background:var(--qode-header-light-color)}.qodef-skin--dark .yith-woocompare-widget .compare.button:before{background:var(--qode-header-dark-color)}#qodef-page-mobile-header .qodef-widget-holder.qodef--one .yith-woocompare-widget .compare.button{width:16px;height:16px}#qodef-page-mobile-header .qodef-widget-holder.qodef--one .yith-woocompare-widget .compare.button:before{mask:url(/wp-content/plugins/vitasana-core/assets/img/compare.svg) no-repeat center center/16px 15px;-webkit-mask:url(/wp-content/plugins/vitasana-core/assets/img/compare.svg) no-repeat center center/16px 15px}#qodef-woo-page .button.compare,#yith-quick-view-content .button.compare,.qodef-woo-product-list .button.compare{font-size:0;display:flex;position:relative;width:29px!important;height:29px!important;background:#eff4f8!important;border-radius:50%!important;border:1px solid #e4edf5!important;align-items:center;justify-content:center;padding:0!important;margin-bottom:5px}#qodef-woo-page .button.compare:before,#yith-quick-view-content .button.compare:before,.qodef-woo-product-list .button.compare:before{content:'';display:inline-block;transition:all .35s ease-out;background:url(/wp-content/plugins/vitasana-core/assets/img/compare.svg) center center no-repeat;background-size:cover;width:10px;height:13px}#qodef-woo-page .button.compare.added,#qodef-woo-page .button.compare:hover,#yith-quick-view-content .button.compare.added,#yith-quick-view-content .button.compare:hover,.qodef-woo-product-list .button.compare.added,.qodef-woo-product-list .button.compare:hover{background:#fff!important}#qodef-woo-page.qodef-skin--dark .button.compare:before,#yith-quick-view-content.qodef-skin--dark .button.compare:before,.qodef-woo-product-list.qodef-skin--dark .button.compare:before{background:url(/wp-content/plugins/vitasana-core/assets/img/compare-dark.svg) center center no-repeat}.touch .qodef-popup-compare #cboxLoadedContent{-webkit-overflow-scrolling:touch!important;overflow-y:scroll!important}.qodef-popup-compare .yith_woocompare_colorbox #cboxBottomLeft,.qodef-popup-compare .yith_woocompare_colorbox #cboxBottomRight,.qodef-popup-compare .yith_woocompare_colorbox #cboxMiddleLeft,.qodef-popup-compare .yith_woocompare_colorbox #cboxMiddleRight,.qodef-popup-compare .yith_woocompare_colorbox #cboxTopCenter,.qodef-popup-compare .yith_woocompare_colorbox #cboxTopLeft,.qodef-popup-compare .yith_woocompare_colorbox #cboxTopRight{width:0;height:0}.qodef-popup-compare .yith_woocompare_colorbox #cboxBottomCenter{background:0 0}.qodef-popup-compare .dataTables_wrapper .description td ul{list-style-type:none}.qodef-popup-compare #DataTables_Table_0_wrapper,.qodef-popup-compare .compare-list{display:none}.qodef-popup-compare #cboxOverlay{background-color:rgba(239,244,248,.9)!important;height:100vh;width:100vw}.qodef-popup-compare #cboxWrapper{overflow:visible}.qodef-popup-compare #colorbox{position:fixed!important;width:960px!important;top:50%!important;left:50%!important;height:610px!important;transform:translate(-50%,-50%)!important;overflow:visible!important}.qodef-popup-compare #colorbox #cboxContent,.qodef-popup-compare #colorbox #cboxLoadedContent,.qodef-popup-compare #colorbox #cboxWrapper{width:100%!important;height:100%!important;border-radius:20px}.qodef-popup-compare #colorbox #cboxWrapper{position:relative}.qodef-popup-compare #colorbox #cboxWrapper>div{height:100%!important}.qodef-popup-compare #colorbox #cboxWrapper>div:first-of-type{display:none}.qodef-popup-compare #colorbox #cboxClose{top:-47px;right:0;width:36px;height:36px;background-color:#fff;border:1px solid #e4edf5;border-radius:50%;transition:background-color .2s ease-out;background-image:none}.qodef-popup-compare #colorbox #cboxClose:after{content:"";display:block;position:absolute;top:0;right:0;width:100%;height:100%;border-left:0;cursor:pointer;transition:color .2s ease-out;background-color:transparent;background-image:url(/wp-content/plugins/vitasana-core/assets/img/close-circle.svg);background-size:cover}.qodef-popup-compare>h1{border:none;background-color:#fff;text-transform:none;font-family:Geologica,sans-serif;font-weight:500;letter-spacing:-.01em;color:var(--qode-main-color);font-size:27px;line-height:1.2963em;color:#10235e;text-align:center;padding:19px 10px;border-radius:20px 20px 0 0;border-bottom:1px solid #ebebeb}@media only screen and (max-width:1512px){.qodef-popup-compare>h1{font-size:25px}}.qodef-popup-compare>h1 a.close{position:absolute;top:18px;right:14px;width:36px;height:36px;background-color:#fff;border:1px solid #e4edf5;border-radius:50%;margin:0;transition:background-color .2s ease-out;background-image:none}.qodef-popup-compare>h1 a.close:after{content:"";display:block;position:absolute;top:0;right:0;width:100%;height:100%;border-left:0;cursor:pointer;transition:color .2s ease-out;background-color:transparent;background-image:url(/wp-content/plugins/vitasana-core/assets/img/close-circle.svg);background-size:cover}.qodef-popup-compare .qodef-pl-holder .qodef-pl-outer-popup{display:inline-flex;width:100%}@media only screen and (max-width:680px){.qodef-popup-compare .qodef-pl-holder .qodef-pl-outer-popup{flex-direction:column}}.qodef-popup-compare .qodef-pl-holder .qodef-pli-popup{position:relative;float:left;vertical-align:top;z-index:100;box-sizing:border-box;display:inline-block;height:100%;min-width:320px;flex:1 100%;border-top:1px solid #ebebeb;top:-1px}.qodef-popup-compare .qodef-pl-holder .qodef-pli-popup:after{content:'';position:absolute;left:100%;top:0;height:100%;width:1px;background-color:#ebebeb}.qodef-popup-compare .qodef-pl-holder .qodef-pli-popup .qodef-pli-holder-popup{font-family:Inter,sans-serif;padding:35px}.qodef-popup-compare .qodef-pl-holder .qodef-pli-popup .qodef-pli-holder-popup .qodef-pli-inner .qodef-pli-image-popup{position:relative;display:block;width:100%;max-width:200px;vertical-align:middle;padding-top:17px;margin:0 auto}.qodef-popup-compare .qodef-pl-holder .qodef-pli-popup .qodef-pli-holder-popup .qodef-pli-inner .qodef-pli-image-popup img{display:block;width:100%;height:auto}.qodef-popup-compare .qodef-pl-holder .qodef-pli-popup .qodef-pli-holder-popup .qodef-pli-text-wrapper-popup{position:relative;width:100%;vertical-align:middle;text-align:left;display:table;height:100%;margin:22px 0 10px}.qodef-popup-compare .qodef-pl-holder .qodef-pli-popup .qodef-pli-holder-popup .qodef-pli-text-wrapper-popup .qodef-pli-text-price-wrapper{display:flex;justify-content:flex-start;margin-top:6px}.qodef-popup-compare .qodef-pl-holder .qodef-pli-popup .qodef-pli-holder-popup .qodef-pli-text-wrapper-popup .qodef-pli-text-price-wrapper .qodef-pli-rating-holder{position:relative;display:block}.qodef-popup-compare .qodef-pl-holder .qodef-pli-popup .qodef-pli-holder-popup .qodef-pli-text-wrapper-popup .qodef-pli-text-price-wrapper .qodef-pli-rating-holder .qodef-pli-rating .woocommerce-review-link{font-family:Inter,sans-serif;font-size:15px;line-height:1.66667em;font-weight:400;color:#10235e;letter-spacing:-.01em;font-size:14px;color:#10235e}.qodef-popup-compare .qodef-pl-holder .qodef-pli-popup .qodef-pli-holder-popup .qodef-pli-text-wrapper-popup .qodef-pli-text-left-holder-popup{display:block}.qodef-popup-compare .qodef-pl-holder .qodef-pli-popup .qodef-pli-holder-popup .qodef-pli-text-wrapper-popup .qodef-pli-text-left-holder-popup .qodef-pli-excerpt-popup{margin-top:15px;font-family:Inter,sans-serif;font-size:15px;line-height:1.66667em;font-weight:400;color:#10235e;letter-spacing:-.01em}.qodef-popup-compare .qodef-pl-holder .qodef-pli-popup .qodef-pli-holder-popup .qodef-pli-text-wrapper-popup .qodef-pli-text-left-holder-popup .qodef-pli-excerpt-popup ul{margin-left:16px;padding:0}.qodef-popup-compare .qodef-pl-holder .qodef-pli-popup .qodef-pli-holder-popup .qodef-pli-text-wrapper-popup .qodef-pli-text-left-holder-popup .qodef-pli-excerpt-popup ul li{padding:2px 0}.qodef-popup-compare .qodef-pl-holder .qodef-pli-popup .qodef-pli-holder-popup .qodef-pli-stock{display:block;margin-top:18px;font-family:Geologica,sans-serif;font-weight:500;letter-spacing:-.01em;color:var(--qode-main-color);font-size:17px;line-height:1.29412em;color:#10235e}.qodef-popup-compare .qodef-pl-holder .qodef-pli-popup .qodef-pli-holder-popup .qodef-pli-title{margin:0;padding-right:20px}.qodef-popup-compare .qodef-pl-holder .qodef-pli-popup .qodef-pli-holder-popup .qodef-pli-title a{font-family:Geologica,sans-serif;font-weight:500;letter-spacing:-.01em;color:var(--qode-main-color);font-size:17px;line-height:1.29412em;color:#10235e;text-decoration:none}.qodef-popup-compare .qodef-pl-holder .qodef-pli-popup .qodef-pli-holder-popup .qodef-pli-price{position:relative;display:flex;flex-direction:row;justify-content:flex-end;align-items:center;font-family:Geologica,sans-serif;font-size:18px;font-weight:500;letter-spacing:-.01em;line-height:23px;margin:0 22px 0 0;color:#283661}.qodef-popup-compare .qodef-pl-holder .qodef-pli-popup .qodef-pli-holder-popup .qodef-pli-price ins{font-family:Geologica,sans-serif;font-size:18px;font-weight:500;letter-spacing:-.01em;line-height:23px;text-decoration:none;vertical-align:middle;display:inline-block;margin-right:10px}.qodef-popup-compare .qodef-pl-holder .qodef-pli-popup .qodef-pli-holder-popup .qodef-pli-price del{margin:0 8px 0 0;vertical-align:middle;display:inline-block}.qodef-popup-compare .qodef-pl-holder .qodef-pli-popup .qodef-pli-holder-popup .qodef-pli-price .screen-reader-text{display:none}.qodef-popup-compare .qodef-pl-holder .qodef-pli-popup .qodef-pli-holder-popup .qodef-pli-add-to-cart{margin-top:35px}.qodef-popup-compare .qodef-pl-holder .qodef-pli-popup .qodef-pli-holder-popup .qodef-pli-add-to-cart button{font-family:Geologica,sans-serif;font-size:16px;font-weight:500;letter-spacing:-.01em;line-height:20px;position:relative;display:inline-flex;vertical-align:middle;width:auto;margin:0;text-decoration:none;outline:0;transition:color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;padding:9px 20px 9px 19px;border-radius:7px;cursor:pointer;z-index:3;color:var(--qode-button-color,#fff);background-color:var(--qode-button-bg-color,#10235e);border:1px solid var(--qode-button-border-color,transparent)}.qodef-popup-compare .qodef-pl-holder .qodef-pli-popup .qodef-pli-holder-popup .qodef-pli-add-to-cart button .qodef-m-text{-webkit-text-fill-color:transparent;position:relative;clip-path:inset(-.05em);perspective:100px}.qodef-popup-compare .qodef-pl-holder .qodef-pli-popup .qodef-pli-holder-popup .qodef-pli-add-to-cart button .qodef-m-text:after,.qodef-popup-compare .qodef-pl-holder .qodef-pli-popup .qodef-pli-holder-popup .qodef-pli-add-to-cart button .qodef-m-text:before{content:attr(data-title);display:block;-webkit-text-fill-color:currentColor;position:absolute;top:0;left:0;width:100%;height:100%;transition:opacity .2s ease-out,transform .55s cubic-bezier(.22,.61,.36,1)}.qodef-popup-compare .qodef-pl-holder .qodef-pli-popup .qodef-pli-holder-popup .qodef-pli-add-to-cart button .qodef-m-text:before{transform:translateY(0)}.qodef-popup-compare .qodef-pl-holder .qodef-pli-popup .qodef-pli-holder-popup .qodef-pli-add-to-cart button .qodef-m-text:after{transform:translateY(80%) skewY(0);transform:translateY(60%) skewY(0) rotateX(-90deg);transition-duration:.35s,.35s;opacity:0}.qodef-popup-compare .qodef-pl-holder .qodef-pli-popup .qodef-pli-holder-popup .qodef-pli-add-to-cart button:hover .qodef-m-text:before{transform:translateY(-95%);transform:translateY(-55%) rotateX(90deg);opacity:0;transition-duration:.35s,.4s}.qodef-popup-compare .qodef-pl-holder .qodef-pli-popup .qodef-pli-holder-popup .qodef-pli-add-to-cart button:hover .qodef-m-text:after{opacity:1;transform:translateY(0);transition-duration:.2s,.55s}.qodef-popup-compare .qodef-pl-holder .qodef-pli-popup .qodef-pli-holder-popup .remove .remove-popup-inner{text-align:center;box-sizing:border-box;margin-top:43px}.qodef-popup-compare .qodef-pl-holder .qodef-pli-popup .qodef-pli-holder-popup .remove .remove-popup-inner span{vertical-align:middle;padding:4px;font-size:17px;color:#ff4b4b}.qodef-popup-compare .qodef-pl-holder .qodef-pli-popup .qodef-pli-holder-popup .remove .remove-popup-inner svg{fill:currentColor;width:25px}.qodef-popup-compare .qodef-pl-holder .qodef-pli-popup .qodef-pli-holder-popup .remove .remove-popup-inner a{position:absolute;top:9px;right:14px;color:#000;transition:color .2s ease-out}.qodef-popup-compare .qodef-pl-holder .qodef-pli-out-of-stock-holder .qodef-pli-add-to-cart{vertical-align:bottom;display:block;text-align:right;bottom:-3px}.qodef-popup-compare .qodef-pl-holder .qodef-pli-out-of-stock-holder .qodef-pli-add-to-cart .button{position:relative}.qodef-popup-compare .qodef-pl-holder .qodef-pli-out-of-stock-holder .qodef-pli-add-to-cart .button svg{display:none}.qodef-popup-compare .qodef-pl-holder .qodef-pli-out-of-stock-holder .qodef-pli-inner .qodef-pli-image-popup{position:relative;display:inline-block;width:100%;max-width:200px;vertical-align:middle;padding-top:35px}.qodef-popup-compare .qodef-pl-holder .qodef-pli-out-of-stock-holder .qodef-pli-inner .qodef-pli-image-popup .qodef-pl-out-of-stock{position:absolute;top:50%;left:50%;vertical-align:middle;transform:translate(-50%,-50%);right:auto;background:0 0;font-size:14px;font-weight:500;color:#ff4b4b}.qodef-popup-compare .qodef-pl-holder .qodef-pli-out-of-stock-holder .qodef-pli-inner .qodef-pli-image-popup img{opacity:.1}#yith-quick-view-modal .yith-quick-view-overlay{background:#eff4F8E6!important}#yith-quick-view-modal .yith-wcqv-wrapper{height:auto!important;width:932px!important;max-width:90vw!important}#yith-quick-view-modal .yith-wcqv-main{box-shadow:3px 3px 15px 0 rgba(var(--qode-main-color),.5)!important;overflow-y:hidden!important;max-height:90vh!important;border:1px solid #ebebeb;border-radius:20px}#yith-quick-view-modal #yith-quick-view-content.single-product .entry-summary .price{margin-top:4px}#yith-quick-view-modal #yith-quick-view-content.single-product .woocommerce-product-details__short-description{margin-top:16px}#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-inner{margin:0}#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-inner>*{padding:0}#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-image{align-self:stretch}#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-image .qodef-woo-product-mark{transform:translateX(0)}#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-image :not(.qodef-woo-product-mark){height:100%}#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-image .woocommerce-product-gallery .woocommerce-product-gallery__wrapper{margin:0!important}#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-image .woocommerce-product-gallery .woocommerce-product-gallery__wrapper a,#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-image .woocommerce-product-gallery .woocommerce-product-gallery__wrapper img{border:none;border-radius:0}#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-image .woocommerce-product-gallery .woocommerce-product-gallery__wrapper img{object-fit:contain;border-right:1px solid #ebebeb}#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-image .woocommerce-product-gallery .woocommerce-product-gallery__wrapper>.woocommerce-product-gallery__image{width:100%!important;margin:0!important}#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-image .woocommerce-product-gallery .woocommerce-product-gallery__wrapper>.qodef-woo-thumbnails-wrapper{display:none!important}#yith-quick-view-modal #yith-quick-view-content.single-product .entry-summary{align-self:center;padding:30px 30px 30px 0}#yith-quick-view-modal #yith-quick-view-content.single-product .entry-summary .qodef-woo-product-title{font-size:23px;line-height:1.30435em}@media only screen and (max-width:1512px){#yith-quick-view-modal #yith-quick-view-content.single-product .entry-summary .qodef-woo-product-title{font-size:20px}}#yith-quick-view-modal #yith-quick-view-content.single-product .entry-summary .qodef-woo-buttons-wrapper{margin-top:19px}#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-sale-boosters{display:none!important}#yith-quick-view-modal #yith-quick-view-close{border:0!important;font-size:0;line-height:1;position:absolute;right:19px;top:19px;width:25px;height:25px;color:var(--qode-main-color);opacity:1}#yith-quick-view-modal #yith-quick-view-close:after{display:block;line-height:29px;padding:0 3px;position:relative;font-size:27px;font-family:ElegantIcons;content:"\4d"}body:not([class*=vitasana-core]) #yith-quick-view-modal #yith-quick-view-close:after{content:'x';font-family:initial}#yith-quick-view-modal #yith-quick-view-close:hover{color:var(--qode-main-color)}#yith-quick-view-modal .qodef-yith-wcqv-link{margin-top:38px}.qodef-yith-wcqv--predefined .yith-wcqv-button{font-size:0!important;margin:0 0 5px!important;padding:0!important;line-height:1!important;width:29px!important;height:29px!important;background:#eff4f8!important;border-radius:50%!important;border:1px solid #e4edf5;align-items:center;justify-content:center}.qodef-yith-wcqv--predefined .yith-wcqv-button:before{content:'';display:inline-block;background:url(/wp-content/plugins/vitasana-core/assets/img/quick-view.svg) center center no-repeat;background-size:cover;width:14px;height:14px}.qodef-yith-wcqv--predefined .qodef-e-media-inner .yith-wcqv-button{color:#fff!important;transition:background .2s ease-out}.qodef-yith-wcqv--predefined .qodef-e-media-inner .yith-wcqv-button:hover{color:var(--qode-main-color)!important;background:#fff!important;border:1px solid #e4edf5}.qodef-yith-wcqv--predefined .qodef-e-media-inner .yith-wcqv-button .blockUI{display:none!important}.qodef-yith-wcqv--predefined .qodef-skin--dark .yith-wcqv-button:before{background:url(/wp-content/plugins/vitasana-core/assets/img/quick-view-dark.svg) center center no-repeat}.qodef-woo-product-category-list.qodef-item-layout--info-on-image .product-category,.qodef-woo-product-list .product-category{border-radius:20px;overflow:hidden;position:relative}.qodef-woo-product-category-list.qodef-item-layout--info-on-image .product-category .qodef-e-inner:after,.qodef-woo-product-list .product-category .qodef-e-inner:after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;background:#000;background:linear-gradient(0,rgba(0,0,0,.16) 0,rgba(0,0,0,.16) 7%,rgba(255,255,255,.16) 100%)}.qodef-woo-product-category-list.qodef-item-layout--info-on-image .product-category .qodef-product-categories-link,.qodef-woo-product-list .product-category .qodef-product-categories-link{background-color:rgba(255,255,255,.01);border:1px solid rgba(255,255,255,.19);margin:0 auto;padding:13px 30px 24px;position:absolute;left:50%;transform:translateX(-50%);bottom:20px;width:calc(100% - 40px);border-radius:20px;text-align:center;z-index:10;pointer-events:none}@supports ((-webkit-backdrop-filter:none) or (backdrop-filter:none)){.qodef-woo-product-category-list.qodef-item-layout--info-on-image .product-category .qodef-product-categories-link,.qodef-woo-product-list .product-category .qodef-product-categories-link{-webkit-backdrop-filter:blur(7px) brightness(108%);backdrop-filter:blur(7px) brightness(108%)}}@media only screen and (max-width:1512px){.qodef-woo-product-category-list.qodef-item-layout--info-on-image .product-category .qodef-product-categories-link,.qodef-woo-product-list .product-category .qodef-product-categories-link{padding:13px 10px 24px}}.qodef-woo-product-category-list.qodef-item-layout--info-on-image .product-category .qodef-product-categories-link a,.qodef-woo-product-list .product-category .qodef-product-categories-link a{pointer-events:all}@media only screen and (max-width:1200px){.qodef-woo-product-category-list.qodef-item-layout--info-on-image .product-category .qodef-product-categories-link,.qodef-woo-product-list .product-category .qodef-product-categories-link{bottom:10px;width:calc(100% - 20px);padding:13px 20px 24px}}.qodef-woo-product-category-list.qodef-item-layout--info-on-image .product-category .qodef-product-categories-link .qodef-product-category-overlay,.qodef-woo-product-list .product-category .qodef-product-categories-link .qodef-product-category-overlay{position:absolute;top:0;left:0;width:100%;height:100%}.qodef-woo-product-category-list.qodef-item-layout--info-on-image .product-category .qodef-product-category-title-holder,.qodef-woo-product-list .product-category .qodef-product-category-title-holder{position:relative;z-index:2}.qodef-woo-product-category-list.qodef-item-layout--info-on-image .product-category .qodef-product-category-title-holder a,.qodef-woo-product-list .product-category .qodef-product-category-title-holder a{pointer-events:all}.qodef-woo-product-category-list.qodef-item-layout--info-on-image .product-category .woocommerce-loop-category__title,.qodef-woo-product-list .product-category .woocommerce-loop-category__title{margin:0;color:#fff;overflow-wrap:normal}.qodef-woo-product-category-list.qodef-item-layout--info-on-image .product-category .qodef-e-view-more .qodef-button,.qodef-woo-product-list .product-category .qodef-e-view-more .qodef-button{color:#fff}.qodef-woo-product-category-list.qodef-item-layout--info-on-image .product-category .qodef-e-view-more .qodef-button.qodef-layout--textual,.qodef-woo-product-list .product-category .qodef-e-view-more .qodef-button.qodef-layout--textual{display:inline;--qodef-underline-position-y:100%;--qodef-underline-height:2px;background-repeat:no-repeat;background-image:linear-gradient(90deg,currentColor 0,currentColor 100%);background-position:100% var(--qodef-underline-position-y);background-size:100% var(--qodef-underline-height);border-radius:0;padding:2px 0!important}.qodef-woo-product-category-list.qodef-item-layout--info-on-image .product-category .qodef-e-view-more .qodef-button.qodef-layout--textual .qodef-m-text,.qodef-woo-product-list .product-category .qodef-e-view-more .qodef-button.qodef-layout--textual .qodef-m-text{display:inline}.qodef-woo-product-category-list.qodef-item-layout--info-on-image .product-category .qodef-e-view-more .qodef-button.qodef-layout--textual:after,.qodef-woo-product-list .product-category .qodef-e-view-more .qodef-button.qodef-layout--textual:after{display:none}.qodef-woo-product-category-list.qodef-item-layout--info-on-image .product-category .qodef-e-view-more .qodef-button.qodef-layout--textual:hover,.qodef-woo-product-list .product-category .qodef-e-view-more .qodef-button.qodef-layout--textual:hover{animation:qode-inline-underline-initial-hover .8s cubic-bezier(.57,.39,0,.86) 1 forwards}.qodef-woo-product-category-list.qodef-item-layout--info-on-image .count,.qodef-woo-product-list .count{display:none}.qodef-woo-product-category-list.qodef-item-layout--info-on-image.qodef-alignment--left .product-category .qodef-product-categories-link,.qodef-woo-product-list.qodef-alignment--left .product-category .qodef-product-categories-link{text-align:left}.qodef-woo-product-category-list.qodef-item-layout--info-on-image.qodef-alignment--right .product-category .qodef-product-categories-link,.qodef-woo-product-list.qodef-alignment--right .product-category .qodef-product-categories-link{text-align:right}.qodef-woo-product-category-list.qodef-item-layout--info-on-image.qodef-woo-product-categories-auto-width-link .qodef-product-categories-link,.qodef-woo-product-list.qodef-woo-product-categories-auto-width-link .qodef-product-categories-link{width:auto;padding:13px 73px 24px}@media only screen and (max-width:880px){.qodef-woo-product-category-list.qodef-item-layout--info-on-image.qodef-woo-product-categories-auto-width-link .qodef-product-categories-link,.qodef-woo-product-list.qodef-woo-product-categories-auto-width-link .qodef-product-categories-link{padding:13px 30px 24px;width:calc(100% - 40px)}}.qodef-woo-product-category-list.qodef-item-layout--info-on-image.qodef-woo-product-categories-auto-width-link .qodef-product-categories-link .woocommerce-loop-category__title,.qodef-woo-product-list.qodef-woo-product-categories-auto-width-link .qodef-product-categories-link .woocommerce-loop-category__title{white-space:nowrap}.qodef-woo-product-category-list.qodef-item-layout--info-on-image .qodef-product-category-overlay,.qodef-woo-product-list .qodef-product-category-overlay{position:absolute;top:0;left:0;width:100%;height:100%}.qodef-woo-product-category-list.qodef-item-layout--info-on-image.qodef--has-zoom .qodef-e-inner img,.qodef-woo-product-list.qodef--has-zoom .qodef-e-inner img{transform:scale(1.001);--qode-hover-scale:1.02;transition:transform .6s cubic-bezier(.34,.78,.45,.98)}.qodef-woo-product-category-list.qodef-item-layout--info-on-image.qodef--has-zoom .qodef-e:hover .qodef-e-inner img,.qodef-woo-product-list.qodef--has-zoom .qodef-e:hover .qodef-e-inner img{transform:scale(var(--qode-hover-scale))}.qodef-woo-product-category-list.qodef-item-layout--info-title .product-category a,.qodef-woo-product-list .product-category a{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-woo-product-category-list.qodef-item-layout--info-title .product-category a:hover p,.qodef-woo-product-list .product-category a:hover p{background-size:100% var(--qodef-underline-height)}.qodef-woo-product-category-list.qodef-item-layout--info-title .product-category p.woocommerce-loop-category__title,.qodef-woo-product-list .product-category p.woocommerce-loop-category__title{display:inline-block;margin:4px 0;font-size:17px;line-height:26px;letter-spacing:-.01em;--qodef-underline-position-y:calc(100% - 2px);--qodef-underline-height:1px;background-repeat:no-repeat;background-image:linear-gradient(90deg,currentColor 0,currentColor 100%);background-position:0 var(--qodef-underline-position-y);background-size:0 var(--qodef-underline-height);transition:background-size .5s cubic-bezier(.25,.46,.35,.94),color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;will-change:transform}.qodef-woo-product-category-list.qodef-item-layout--info-title .product-category .qodef-e-category-count,.qodef-woo-product-list .product-category .qodef-e-category-count{display:inline-block}.qodef-woo-product-category-list.qodef-item-layout--info-title .count,.qodef-woo-product-list .count{display:none}.qodef-woo-product-category-list.qodef-item-layout--round-image .product-category,.qodef-woo-product-list .product-category{border-radius:20px;overflow:hidden;position:relative}.qodef-woo-product-category-list.qodef-item-layout--round-image .product-category .qodef-product-categories-link,.qodef-woo-product-list .product-category .qodef-product-categories-link{margin:0 auto;position:relative;border-radius:20px;text-align:center;padding-top:100px}.qodef-woo-product-category-list.qodef-item-layout--round-image .product-category .qodef-product-categories-link .qodef-product-category-overlay,.qodef-woo-product-list .product-category .qodef-product-categories-link .qodef-product-category-overlay{position:absolute;top:0;left:0;width:100%;height:100%}.qodef-woo-product-category-list.qodef-item-layout--round-image .product-category .qodef-product-category-round-holder,.qodef-woo-product-list .product-category .qodef-product-category-round-holder{background:#fff8f1;border-radius:20px;border:1px solid #f9efe5}.qodef-woo-product-category-list.qodef-item-layout--round-image .product-category .woocommerce-loop-category__title,.qodef-woo-product-list .product-category .woocommerce-loop-category__title{margin:0;color:var(--qode-main-color)}.qodef-woo-product-category-list.qodef-item-layout--round-image .product-category .qodef-e-content-holder,.qodef-woo-product-list .product-category .qodef-e-content-holder{padding:114px 0 37px}.qodef-woo-product-category-list.qodef-item-layout--round-image .product-category .qodef-e-image-holder,.qodef-woo-product-list .product-category .qodef-e-image-holder{width:200px;height:200px;margin:0 auto;border-radius:50%;overflow:hidden;position:absolute;left:50%;top:0;transform:translateX(-50%);border:11px solid #fff}.qodef-woo-product-category-list.qodef-item-layout--round-image .product-category .qodef-e-image-holder img,.qodef-woo-product-list .product-category .qodef-e-image-holder img{width:100%;height:100%;transform:scale(1.001);--qode-hover-scale:1.02;transition:transform .6s cubic-bezier(.34,.78,.45,.98)}.qodef-woo-product-category-list.qodef-item-layout--round-image .product-category .qodef-e-view-more,.qodef-woo-product-list .product-category .qodef-e-view-more{margin:8px 0 0}.qodef-woo-product-category-list.qodef-item-layout--round-image .product-category .qodef-e-view-more .qodef-button,.qodef-woo-product-list .product-category .qodef-e-view-more .qodef-button{color:#fff;--qode-button-bg-color:#fe9a31;padding:5px 14px 5px 13px;z-index:2}.qodef-woo-product-category-list.qodef-item-layout--round-image .product-category:hover .qodef-e-image-holder img,.qodef-woo-product-list .product-category:hover .qodef-e-image-holder img{transform:scale(var(--qode-hover-scale))}.qodef-woo-product-category-list.qodef-item-layout--round-image .count,.qodef-woo-product-list .count{display:none}.qodef-woo-product-category-list.qodef-item-layout--round-image.qodef-alignment--left .product-category .qodef-product-categories-link,.qodef-woo-product-list.qodef-alignment--left .product-category .qodef-product-categories-link{text-align:left}.qodef-woo-product-category-list.qodef-item-layout--round-image.qodef-alignment--right .product-category .qodef-product-categories-link,.qodef-woo-product-list.qodef-alignment--right .product-category .qodef-product-categories-link{text-align:right}.qodef-woo-product-category-list.qodef-item-layout--round-image.qodef-woo-product-categories-auto-width-link .qodef-product-categories-link,.qodef-woo-product-list.qodef-woo-product-categories-auto-width-link .qodef-product-categories-link{width:auto;padding:13px 73px 24px}@media only screen and (max-width:880px){.qodef-woo-product-category-list.qodef-item-layout--round-image.qodef-woo-product-categories-auto-width-link .qodef-product-categories-link,.qodef-woo-product-list.qodef-woo-product-categories-auto-width-link .qodef-product-categories-link{width:calc(100% - 40px)}}.qodef-woo-product-category-list.qodef-item-layout--round-image.qodef-woo-product-categories-auto-width-link .qodef-product-categories-link .woocommerce-loop-category__title,.qodef-woo-product-list.qodef-woo-product-categories-auto-width-link .qodef-product-categories-link .woocommerce-loop-category__title{white-space:nowrap}.qodef-woo-product-list .qodef-m-top-info{margin-bottom:18px}.qodef-woo-product-list .qodef-m-top-info .qodef-m-title-text{margin:0}.qodef-woo-product-list.qodef-shortcode.qodef-item-layout--info-below .qodef-e-media-inner .add_to_cart_button,.qodef-woo-product-list.qodef-shortcode.qodef-item-layout--info-below .qodef-e-media-inner .added_to_cart,.qodef-woo-product-list.qodef-shortcode.qodef-item-layout--info-below .qodef-e-media-inner .button.product_type_external,.qodef-woo-product-list.qodef-shortcode.qodef-item-layout--info-below .qodef-e-media-inner .button.product_type_grouped,.qodef-woo-product-list.qodef-shortcode.qodef-item-layout--info-below .qodef-e-media-inner .button.product_type_variable,.qodef-woo-product-list.qodef-shortcode.qodef-item-layout--info-left .qodef-e-media-inner .add_to_cart_button,.qodef-woo-product-list.qodef-shortcode.qodef-item-layout--info-left .qodef-e-media-inner .added_to_cart,.qodef-woo-product-list.qodef-shortcode.qodef-item-layout--info-left .qodef-e-media-inner .button.product_type_external,.qodef-woo-product-list.qodef-shortcode.qodef-item-layout--info-left .qodef-e-media-inner .button.product_type_grouped,.qodef-woo-product-list.qodef-shortcode.qodef-item-layout--info-left .qodef-e-media-inner .button.product_type_variable{display:flex;position:relative;width:29px;height:29px;background:var(--qode-main-color);border-radius:50%;align-items:center;justify-content:center;font-size:0;margin-top:5px}.qodef-woo-product-list.qodef-shortcode.qodef-item-layout--info-below .qodef-e-media-inner .add_to_cart_button:before,.qodef-woo-product-list.qodef-shortcode.qodef-item-layout--info-below .qodef-e-media-inner .added_to_cart:before,.qodef-woo-product-list.qodef-shortcode.qodef-item-layout--info-below .qodef-e-media-inner .button.product_type_external:before,.qodef-woo-product-list.qodef-shortcode.qodef-item-layout--info-below .qodef-e-media-inner .button.product_type_grouped:before,.qodef-woo-product-list.qodef-shortcode.qodef-item-layout--info-below .qodef-e-media-inner .button.product_type_variable:before,.qodef-woo-product-list.qodef-shortcode.qodef-item-layout--info-left .qodef-e-media-inner .add_to_cart_button:before,.qodef-woo-product-list.qodef-shortcode.qodef-item-layout--info-left .qodef-e-media-inner .added_to_cart:before,.qodef-woo-product-list.qodef-shortcode.qodef-item-layout--info-left .qodef-e-media-inner .button.product_type_external:before,.qodef-woo-product-list.qodef-shortcode.qodef-item-layout--info-left .qodef-e-media-inner .button.product_type_grouped:before,.qodef-woo-product-list.qodef-shortcode.qodef-item-layout--info-left .qodef-e-media-inner .button.product_type_variable:before{content:'';display:inline-block;background-size:cover;width:11px;height:14px;transition:background .2s ease-out}.qodef-woo-product-list.qodef-shortcode.qodef-item-layout--info-below .qodef-e-media-inner .add_to_cart_button:after,.qodef-woo-product-list.qodef-shortcode.qodef-item-layout--info-below .qodef-e-media-inner .added_to_cart:after,.qodef-woo-product-list.qodef-shortcode.qodef-item-layout--info-below .qodef-e-media-inner .button.product_type_external:after,.qodef-woo-product-list.qodef-shortcode.qodef-item-layout--info-below .qodef-e-media-inner .button.product_type_grouped:after,.qodef-woo-product-list.qodef-shortcode.qodef-item-layout--info-below .qodef-e-media-inner .button.product_type_variable:after,.qodef-woo-product-list.qodef-shortcode.qodef-item-layout--info-left .qodef-e-media-inner .add_to_cart_button:after,.qodef-woo-product-list.qodef-shortcode.qodef-item-layout--info-left .qodef-e-media-inner .added_to_cart:after,.qodef-woo-product-list.qodef-shortcode.qodef-item-layout--info-left .qodef-e-media-inner .button.product_type_external:after,.qodef-woo-product-list.qodef-shortcode.qodef-item-layout--info-left .qodef-e-media-inner .button.product_type_grouped:after,.qodef-woo-product-list.qodef-shortcode.qodef-item-layout--info-left .qodef-e-media-inner .button.product_type_variable:after{display:none}.qodef-woo-product-list.qodef-shortcode.qodef-item-layout--info-below .qodef-e-media-inner .add_to_cart_button.added,.qodef-woo-product-list.qodef-shortcode.qodef-item-layout--info-below .qodef-e-media-inner .added_to_cart.added,.qodef-woo-product-list.qodef-shortcode.qodef-item-layout--info-below .qodef-e-media-inner .button.product_type_external.added,.qodef-woo-product-list.qodef-shortcode.qodef-item-layout--info-below .qodef-e-media-inner .button.product_type_grouped.added,.qodef-woo-product-list.qodef-shortcode.qodef-item-layout--info-below .qodef-e-media-inner .button.product_type_variable.added,.qodef-woo-product-list.qodef-shortcode.qodef-item-layout--info-left .qodef-e-media-inner .add_to_cart_button.added,.qodef-woo-product-list.qodef-shortcode.qodef-item-layout--info-left .qodef-e-media-inner .added_to_cart.added,.qodef-woo-product-list.qodef-shortcode.qodef-item-layout--info-left .qodef-e-media-inner .button.product_type_external.added,.qodef-woo-product-list.qodef-shortcode.qodef-item-layout--info-left .qodef-e-media-inner .button.product_type_grouped.added,.qodef-woo-product-list.qodef-shortcode.qodef-item-layout--info-left .qodef-e-media-inner .button.product_type_variable.added{display:none}.qodef-woo-product-list.qodef-shortcode.qodef-item-layout--info-below .qodef-e-media-inner .add_to_cart_button:before,.qodef-woo-product-list.qodef-shortcode.qodef-item-layout--info-below .qodef-e-media-inner .button.product_type_external:before,.qodef-woo-product-list.qodef-shortcode.qodef-item-layout--info-below .qodef-e-media-inner .button.product_type_grouped:before,.qodef-woo-product-list.qodef-shortcode.qodef-item-layout--info-below .qodef-e-media-inner .button.product_type_variable:before,.qodef-woo-product-list.qodef-shortcode.qodef-item-layout--info-left .qodef-e-media-inner .add_to_cart_button:before,.qodef-woo-product-list.qodef-shortcode.qodef-item-layout--info-left .qodef-e-media-inner .button.product_type_external:before,.qodef-woo-product-list.qodef-shortcode.qodef-item-layout--info-left .qodef-e-media-inner .button.product_type_grouped:before,.qodef-woo-product-list.qodef-shortcode.qodef-item-layout--info-left .qodef-e-media-inner .button.product_type_variable:before{background:url(/wp-content/plugins/vitasana-core/assets/img/add-to-cart-icon.svg) center center no-repeat}.qodef-woo-product-list.qodef-shortcode.qodef-item-layout--info-below .qodef-e-media-inner .add_to_cart_button:hover:before,.qodef-woo-product-list.qodef-shortcode.qodef-item-layout--info-below .qodef-e-media-inner .button.product_type_external:hover:before,.qodef-woo-product-list.qodef-shortcode.qodef-item-layout--info-below .qodef-e-media-inner .button.product_type_grouped:hover:before,.qodef-woo-product-list.qodef-shortcode.qodef-item-layout--info-below .qodef-e-media-inner .button.product_type_variable:hover:before,.qodef-woo-product-list.qodef-shortcode.qodef-item-layout--info-left .qodef-e-media-inner .add_to_cart_button:hover:before,.qodef-woo-product-list.qodef-shortcode.qodef-item-layout--info-left .qodef-e-media-inner .button.product_type_external:hover:before,.qodef-woo-product-list.qodef-shortcode.qodef-item-layout--info-left .qodef-e-media-inner .button.product_type_grouped:hover:before,.qodef-woo-product-list.qodef-shortcode.qodef-item-layout--info-left .qodef-e-media-inner .button.product_type_variable:hover:before{background:url(/wp-content/plugins/vitasana-core/assets/img/added-to-cart-icon.svg) center center no-repeat}.qodef-woo-product-list.qodef-shortcode.qodef-item-layout--info-below .qodef-e-media-inner .added_to_cart:before,.qodef-woo-product-list.qodef-shortcode.qodef-item-layout--info-left .qodef-e-media-inner .added_to_cart:before{background:url(/wp-content/plugins/vitasana-core/assets/img/added-to-cart-icon.svg) center center no-repeat}.qodef-woo-product-list.qodef-shortcode .qodef-e-media-inner{padding:10px 11px}.qodef-woo-product-list.qodef-shortcode.qodef-swiper-container .qodef-top-info-slider{display:flex;align-items:center;justify-content:space-between}.qodef-woo-product-list.qodef-shortcode.qodef-swiper-container .qodef-top-info-slider .qodef-e-shop-slider-nav-holder{display:flex;align-items:center;justify-content:center;width:63px;height:38px;margin-bottom:23px;background:#eff4f8;border:1px solid #e4edf5;border-radius:10px;position:relative}.qodef-woo-product-list.qodef-shortcode.qodef-swiper-container .qodef-top-info-slider .qodef-e-shop-slider-nav-holder .swiper-button-next,.qodef-woo-product-list.qodef-shortcode.qodef-swiper-container .qodef-top-info-slider .qodef-e-shop-slider-nav-holder .swiper-button-prev{position:static;transform:none;height:auto!important;margin:0 auto!important;transition:all .35s ease;width:auto!important;padding:12px}.qodef-woo-product-list.qodef-shortcode.qodef-swiper-container .qodef-top-info-slider .qodef-e-shop-slider-nav-holder .swiper-button-next{margin-left:1px!important}.qodef-woo-product-list.qodef-shortcode.qodef-swiper-container .qodef-top-info-slider .qodef-e-shop-slider-nav-holder:after{content:'';display:inline-block;width:1px;height:22px;background:#acbcc9;position:absolute}.qodef-woo-product-list.qodef-shortcode.qodef-swiper-container .swiper-button-next svg,.qodef-woo-product-list.qodef-shortcode.qodef-swiper-container .swiper-button-prev svg{position:relative;display:block;width:auto;height:auto}.qodef-woo-product-list.qodef-shortcode.qodef-swiper-container .qodef-fraction-pagination .qodef-pagination-line-holder{position:absolute;width:100%;height:2px;top:20px;background-color:#e4e6ec}.qodef-woo-product-list.qodef-shortcode.qodef-swiper-container .qodef-fraction-pagination .qodef-pagination-line-holder .qodef-pagination-line{background-color:#283661;position:relative;top:-16px;left:0;display:inline-block;height:100%;width:150px;transition:left .3s;pointer-events:none;z-index:50}.qodef-skin--dark.qodef-woo-product-list.qodef-shortcode.qodef-swiper-container .qodef-fraction-pagination .qodef-pagination-line-holder .qodef-pagination-line{background-color:#000}.qodef-woo-product-list.qodef-skin--dark .add_to_cart_button,.qodef-woo-product-list.qodef-skin--dark .added_to_cart,.qodef-woo-product-list.qodef-skin--dark .price,.qodef-woo-product-list.qodef-skin--dark .product_type_variable,.qodef-woo-product-list.qodef-skin--dark .qodef-m-top-info .qodef-m-title-text,.qodef-woo-product-list.qodef-skin--dark .qodef-woo-product-title,.qodef-woo-product-list.qodef-skin--dark .qodef-woo-product-title-link{color:#000!important}.qodef-woo-product-list.qodef-skin--dark .qodef-woo-product-mark.qodef-out-of-stock,.qodef-woo-product-list.qodef-skin--dark .qodef-woo-product-mark.qodef-woo-onsale{background-color:#000}.qodef-woo-product-list.qodef-skin--dark .qodef-e-media-inner .add_to_cart_button{background-color:#000!important}.qodef-woo-product-list.qodef-skin--dark.qodef-swiper-container .swiper-button-next svg path,.qodef-woo-product-list.qodef-skin--dark.qodef-swiper-container .swiper-button-prev svg path{fill:#000}.qodef-woo-product-list.qodef-skin--dark .qodef-m-filter .qodef-m-filter-item{color:#000;background-color:#fff}.qodef-woo-product-list.qodef-skin--dark .qodef-m-filter .qodef-m-filter-item.qodef--active,.qodef-woo-product-list.qodef-skin--dark .qodef-m-filter .qodef-m-filter-item:hover{background-color:#000;color:#fff}.qodef-woo-product-list:not(.qodef-woo-product-list--icon-add-to-cart) .qodef-e-media-inner{opacity:1;transform:translateX(0) translateY(0)}.qodef-woo-product-list:not(.qodef-woo-product-list--icon-add-to-cart) .qqvfw-quick-view-button-wrapper{opacity:1;transform:translateX(0) translateY(0)}.qodef-woo-product-list:not(.qodef-woo-product-list--icon-add-to-cart) .qodef-e-add-to-cart-button-wrapper{opacity:1;transform:translateX(0) translateY(0)}.qodef-woo-product-list.qodef-item-layout--info-left li .qodef-e-inner{display:inline-flex;flex-direction:row-reverse}.qodef-woo-product-list.qodef-item-layout--info-left li .qodef-e-inner .qodef-e-content{display:inline-flex;flex-direction:column;align-items:flex-start;justify-content:flex-end;padding:0 22px 22px}@media only screen and (max-width:680px){.qodef-woo-product-list.qodef-item-layout--info-left li .qodef-e-inner .qodef-e-content{padding:0 15px 15px}}.qodef-woo-product-list.qodef-item-layout--info-left li .qodef-e-inner .qodef-e-content .price{margin:7px 0 0}.qodef-woo-product-list.qodef-item-layout--info-left li .qodef-e-media{height:100%;width:100%;position:static}.qodef-woo-product-list.qodef-item-layout--info-left li .qodef-e-media .qodef-e-media-image{position:static}@media only screen and (max-width:680px){.qodef-woo-product-list.qodef-item-layout--info-left .qodef-woo-product-mark~.qodef-popular{top:15px;left:63px}}.qodef-woo-product-list.qodef-item-layout--info-on-image:not(.qodef-shortcode) .qodef-e-media-inner{padding:10px;align-items:center;justify-content:center}.qodef-woo-product-list.qodef-item-layout--info-on-image li .qodef-e-media{height:100%;width:100%}.qodef-woo-product-list.qodef-item-layout--info-on-image li .qodef-e-media-inner{background-color:rgba(0,0,0,.12);border-radius:20px}.qodef-woo-product-list.qodef-item-layout--info-on-image li .qodef-e-media-inner .added_to_cart,.qodef-woo-product-list.qodef-item-layout--info-on-image li .qodef-e-media-inner .button{color:#fff!important}.qodef-woo-product-list.qodef-item-layout--info-on-image li .qodef-e-media-inner .price{color:#fff!important}.qodef-woo-product-list.qodef-item-layout--info-right .qodef-e{border:0;border-radius:0;margin:0!important}.qodef-woo-product-list.qodef-item-layout--info-right .qodef-e-inner{display:flex;padding:0}.qodef-woo-product-list.qodef-item-layout--info-right .qodef-e-media{width:auto;max-width:80px;flex-shrink:0}.qodef-woo-product-list.qodef-item-layout--info-right .qodef-e-media-image{align-items:center;height:100%}.qodef-woo-product-list.qodef-item-layout--info-right .qodef-e-media-image img,.qodef-woo-product-list.qodef-item-layout--info-right .qodef-e-media-image>a{border-radius:20px}.qodef-woo-product-list.qodef-item-layout--info-right .qodef-e-media-image img{border:1px solid #ebebeb}.qodef-woo-product-list.qodef-item-layout--info-right .qodef-e-content{margin:0 0 0 13px;padding:0}.qodef-woo-product-list.qodef-item-layout--info-right .qodef-woo-ratings{margin-top:10px}.qodef-woo-product-list.qodef-item-layout--info-right .qodef-woo-product-price{margin:2px 0 0;font-family:Geologica,sans-serif;font-size:18px;line-height:23px;font-weight:500;letter-spacing:-.01em}.qodef-woo-product-list.qodef-item-layout--info-right .qodef-woo-product-title{max-width:90%;min-height:0;margin:0}.qodef-woo-product-list.qodef-item-layout--info-right p.qodef-woo-product-title{font-size:16px;line-height:1.333333em}.widget_shopping_cart,.widget_vitasana_core_woo_dropdown_cart{align-items:center;display:flex;height:100%;justify-content:center;position:relative}.widget_shopping_cart .qodef-widget-dropdown-cart-inner,.widget_vitasana_core_woo_dropdown_cart .qodef-widget-dropdown-cart-inner{align-items:center;display:flex;height:100%;justify-content:center}.widget_shopping_cart .qodef-m-opener,.widget_shopping_cart>.widgettitle,.widget_vitasana_core_woo_dropdown_cart .qodef-m-opener,.widget_vitasana_core_woo_dropdown_cart>.widgettitle{align-items:center;cursor:pointer;display:flex;height:100%;justify-content:center;margin:0}.widget_shopping_cart .qodef-m-opener,.widget_vitasana_core_woo_dropdown_cart .qodef-m-opener{position:relative;padding-right:10px;color:var(--qode-main-color)}#qodef-page-mobile-header .widget_shopping_cart .qodef-m-opener,#qodef-page-mobile-header .widget_vitasana_core_woo_dropdown_cart .qodef-m-opener{padding-right:4px}.widget_shopping_cart .qodef-m-opener-icon,.widget_vitasana_core_woo_dropdown_cart .qodef-m-opener-icon{display:flex;align-items:center;justify-content:center;width:38px;height:38px;background-color:currentColor;border:0 solid transparent;border-radius:50%;line-height:0}.widget_shopping_cart .qodef-m-opener-icon svg,.widget_vitasana_core_woo_dropdown_cart .qodef-m-opener-icon svg{width:13px;height:17px;color:#fff}.qodef-skin--light .widget_shopping_cart .qodef-m-opener-icon svg,.qodef-skin--light .widget_vitasana_core_woo_dropdown_cart .qodef-m-opener-icon svg{color:var(--qode-main-color)}#qodef-page-mobile-header .widget_shopping_cart .qodef-m-opener-icon,#qodef-page-mobile-header .widget_vitasana_core_woo_dropdown_cart .qodef-m-opener-icon{width:30px;height:27px;background-color:transparent;border-radius:0}#qodef-page-mobile-header .widget_shopping_cart .qodef-m-opener-icon svg,#qodef-page-mobile-header .widget_vitasana_core_woo_dropdown_cart .qodef-m-opener-icon svg{width:17px;height:21px;color:var(--qode-main-color)}.widget_shopping_cart .qodef-m-opener-count,.widget_vitasana_core_woo_dropdown_cart .qodef-m-opener-count{position:absolute;top:-4px;right:0;display:flex;align-items:center;justify-content:center;width:20px;height:20px;border:0 solid transparent;border-radius:50%;font-family:Geologica,sans-serif;font-size:12px;line-height:15px;font-weight:700;background-color:#6ebbff;color:#fff}.qodef-skin--dark .widget_shopping_cart .qodef-m-opener-count,.qodef-skin--dark .widget_vitasana_core_woo_dropdown_cart .qodef-m-opener-count,.qodef-skin--light .widget_shopping_cart .qodef-m-opener-count,.qodef-skin--light .widget_vitasana_core_woo_dropdown_cart .qodef-m-opener-count{background-color:#fe9a31}.widget_shopping_cart .qodef-widget-dropdown-cart-content,.widget_shopping_cart .widget_shopping_cart_content,.widget_vitasana_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content,.widget_vitasana_core_woo_dropdown_cart .widget_shopping_cart_content{border-width:1px;border-style:solid;border-radius:9px;display:block;padding:39px 0;text-align:left;transition:opacity .2s ease-out,visibility .2s ease-out}#qodef-top-area .widget_shopping_cart .qodef-widget-dropdown-cart-content,#qodef-top-area .widget_shopping_cart .widget_shopping_cart_content,#qodef-top-area .widget_vitasana_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content,#qodef-top-area .widget_vitasana_core_woo_dropdown_cart .widget_shopping_cart_content,header .widget_shopping_cart .qodef-widget-dropdown-cart-content,header .widget_shopping_cart .widget_shopping_cart_content,header .widget_vitasana_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content,header .widget_vitasana_core_woo_dropdown_cart .widget_shopping_cart_content{left:auto;opacity:0!important;position:absolute;right:-39px;top:100%;visibility:hidden!important;width:310px}.touchevents #qodef-top-area .widget_shopping_cart .qodef-widget-dropdown-cart-content,.touchevents #qodef-top-area .widget_shopping_cart .widget_shopping_cart_content,.touchevents #qodef-top-area .widget_vitasana_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content,.touchevents #qodef-top-area .widget_vitasana_core_woo_dropdown_cart .widget_shopping_cart_content,.touchevents header .widget_shopping_cart .qodef-widget-dropdown-cart-content,.touchevents header .widget_shopping_cart .widget_shopping_cart_content,.touchevents header .widget_vitasana_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content,.touchevents header .widget_vitasana_core_woo_dropdown_cart .widget_shopping_cart_content{display:none}.widget_shopping_cart .qodef-widget-dropdown-cart-content>*,.widget_shopping_cart .widget_shopping_cart_content>*,.widget_vitasana_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content>*,.widget_vitasana_core_woo_dropdown_cart .widget_shopping_cart_content>*{padding:0 39px!important}.widget_shopping_cart .qodef-widget-dropdown-cart-content .blockUI,.widget_shopping_cart .widget_shopping_cart_content .blockUI,.widget_vitasana_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content .blockUI,.widget_vitasana_core_woo_dropdown_cart .widget_shopping_cart_content .blockUI{display:none!important}.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item,.widget_shopping_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item,.widget_shopping_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item,.widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item,.widget_vitasana_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item,.widget_vitasana_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item,.widget_vitasana_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item,.widget_vitasana_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item{margin:0 0 20px;position:relative}.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item:last-of-type,.widget_shopping_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item:last-of-type,.widget_shopping_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item:last-of-type,.widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item:last-of-type,.widget_vitasana_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item:last-of-type,.widget_vitasana_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item:last-of-type,.widget_vitasana_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item:last-of-type,.widget_vitasana_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item:last-of-type{margin:0}.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item img,.widget_shopping_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item img,.widget_shopping_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item img,.widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item img,.widget_vitasana_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item img,.widget_vitasana_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item img,.widget_vitasana_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item img,.widget_vitasana_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item img{margin:0 20px 0 0;width:50px;border:1px solid #ebebeb;border-radius:9px}.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove,.widget_shopping_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove,.widget_shopping_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove,.widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove,.widget_vitasana_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove,.widget_vitasana_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove,.widget_vitasana_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove,.widget_vitasana_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove{font-size:20px;line-height:1;position:absolute;right:0;top:-5px;z-index:5}.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove svg,.widget_shopping_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove svg,.widget_shopping_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove svg,.widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove svg,.widget_vitasana_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove svg,.widget_vitasana_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove svg,.widget_vitasana_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove svg,.widget_vitasana_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove svg{width:17px;height:17px}.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .variation,.widget_shopping_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .variation,.widget_shopping_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .variation,.widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .variation,.widget_vitasana_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .variation,.widget_vitasana_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .variation,.widget_vitasana_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .variation,.widget_vitasana_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .variation{display:none}.widget_shopping_cart .woocommerce-mini-cart-item img,.widget_vitasana_core_woo_dropdown_cart .woocommerce-mini-cart-item img{float:left;vertical-align:top}.widget_shopping_cart .woocommerce-mini-cart-item a,.widget_vitasana_core_woo_dropdown_cart .woocommerce-mini-cart-item a{font-family:Inter,sans-serif;font-size:15px;line-height:1.66667em;font-weight:400;color:#10235e;letter-spacing:-.01em;display:block}.widget_shopping_cart .woocommerce-mini-cart-item:after,.widget_vitasana_core_woo_dropdown_cart .woocommerce-mini-cart-item:after{clear:both;content:'';display:table}.widget_shopping_cart .qodef-woo-mini-cart,.widget_vitasana_core_woo_dropdown_cart .qodef-woo-mini-cart{max-height:50vh;overflow:hidden;position:relative}.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item,.widget_vitasana_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item{display:flex;margin:0 0 15px!important}.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item:last-child,.widget_vitasana_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item:last-child{margin:0!important}.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .qodef-e-image,.widget_vitasana_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .qodef-e-image{flex-shrink:0}.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .qodef-e-image a,.widget_vitasana_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .qodef-e-image a{display:block}.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .qodef-e-content,.widget_vitasana_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .qodef-e-content{padding:0 20px 0 0;width:100%}.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .qodef-e-title,.widget_vitasana_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .qodef-e-title{font-size:16px;line-height:20px;margin:0}.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .qodef-m-info,.widget_vitasana_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .qodef-m-info{margin:6px 0 0}.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .qodef-e-price,.widget_vitasana_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .qodef-e-price{font-family:Geologica,sans-serif;font-weight:500;letter-spacing:-.01em;font-size:17px;line-height:1.29412em;margin:0}.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .qodef-e-quantity,.widget_vitasana_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .qodef-e-quantity{font-family:Geologica,sans-serif;font-weight:500;letter-spacing:-.01em;font-size:17px;line-height:1.29412em;margin:0}.widget_shopping_cart .qodef-m-order-details,.widget_shopping_cart .woocommerce-mini-cart__total,.widget_vitasana_core_woo_dropdown_cart .qodef-m-order-details,.widget_vitasana_core_woo_dropdown_cart .woocommerce-mini-cart__total{align-items:center;display:flex;justify-content:space-between;margin:17px 0 25px}.widget_shopping_cart .qodef-m-order-details strong,.widget_shopping_cart .woocommerce-mini-cart__total strong,.widget_vitasana_core_woo_dropdown_cart .qodef-m-order-details strong,.widget_vitasana_core_woo_dropdown_cart .woocommerce-mini-cart__total strong{font-family:Geologica,sans-serif;font-weight:500;letter-spacing:-.01em;font-size:17px;line-height:1.29412em}.widget_shopping_cart .qodef-m-order-details .amount,.widget_shopping_cart .woocommerce-mini-cart__total .amount,.widget_vitasana_core_woo_dropdown_cart .qodef-m-order-details .amount,.widget_vitasana_core_woo_dropdown_cart .woocommerce-mini-cart__total .amount{font-family:Geologica,sans-serif;font-weight:500;letter-spacing:-.01em;font-size:17px;line-height:1.29412em}.widget_shopping_cart .qodef-m-action,.widget_shopping_cart .woocommerce-mini-cart__buttons,.widget_vitasana_core_woo_dropdown_cart .qodef-m-action,.widget_vitasana_core_woo_dropdown_cart .woocommerce-mini-cart__buttons{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between;margin:0}.widget_shopping_cart .qodef-m-action a,.widget_shopping_cart .woocommerce-mini-cart__buttons a,.widget_vitasana_core_woo_dropdown_cart .qodef-m-action a,.widget_vitasana_core_woo_dropdown_cart .woocommerce-mini-cart__buttons a{--qode-button-bg-color:#fe9a31;font-family:Geologica,sans-serif;font-size:16px;font-weight:500;letter-spacing:-.01em;line-height:20px;position:relative;display:inline-flex;vertical-align:middle;width:auto;margin:0;text-decoration:none;border-radius:9px;outline:0;transition:color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;width:100%;padding:12px 20px;justify-content:center;text-align:center;color:var(--qode-button-color,#fff);background-color:var(--qode-button-bg-color,var(--qode-main-color));border:1px solid var(--qode-button-border-color,transparent)}.widget_shopping_cart .qodef-m-action a .qodef-m-text,.widget_shopping_cart .woocommerce-mini-cart__buttons a .qodef-m-text,.widget_vitasana_core_woo_dropdown_cart .qodef-m-action a .qodef-m-text,.widget_vitasana_core_woo_dropdown_cart .woocommerce-mini-cart__buttons a .qodef-m-text{-webkit-text-fill-color:transparent;position:relative;clip-path:inset(-.05em);perspective:100px}.widget_shopping_cart .qodef-m-action a .qodef-m-text:after,.widget_shopping_cart .qodef-m-action a .qodef-m-text:before,.widget_shopping_cart .woocommerce-mini-cart__buttons a .qodef-m-text:after,.widget_shopping_cart .woocommerce-mini-cart__buttons a .qodef-m-text:before,.widget_vitasana_core_woo_dropdown_cart .qodef-m-action a .qodef-m-text:after,.widget_vitasana_core_woo_dropdown_cart .qodef-m-action a .qodef-m-text:before,.widget_vitasana_core_woo_dropdown_cart .woocommerce-mini-cart__buttons a .qodef-m-text:after,.widget_vitasana_core_woo_dropdown_cart .woocommerce-mini-cart__buttons a .qodef-m-text:before{content:attr(data-title);display:block;-webkit-text-fill-color:currentColor;position:absolute;top:0;left:0;width:100%;height:100%;transition:opacity .2s ease-out,transform .55s cubic-bezier(.22,.61,.36,1)}.widget_shopping_cart .qodef-m-action a .qodef-m-text:before,.widget_shopping_cart .woocommerce-mini-cart__buttons a .qodef-m-text:before,.widget_vitasana_core_woo_dropdown_cart .qodef-m-action a .qodef-m-text:before,.widget_vitasana_core_woo_dropdown_cart .woocommerce-mini-cart__buttons a .qodef-m-text:before{transform:translateY(0)}.widget_shopping_cart .qodef-m-action a .qodef-m-text:after,.widget_shopping_cart .woocommerce-mini-cart__buttons a .qodef-m-text:after,.widget_vitasana_core_woo_dropdown_cart .qodef-m-action a .qodef-m-text:after,.widget_vitasana_core_woo_dropdown_cart .woocommerce-mini-cart__buttons a .qodef-m-text:after{transform:translateY(80%) skewY(0);transform:translateY(60%) skewY(0) rotateX(-90deg);transition-duration:.35s,.35s;opacity:0}.widget_shopping_cart .qodef-m-action a:hover,.widget_shopping_cart .woocommerce-mini-cart__buttons a:hover,.widget_vitasana_core_woo_dropdown_cart .qodef-m-action a:hover,.widget_vitasana_core_woo_dropdown_cart .woocommerce-mini-cart__buttons a:hover{color:var(--qode-button-hover-color,var(--qode-button-color,#fff));background-color:var(--qode-button-bg-hover-color,var(--qode-button-bg-color,var(--qode-main-color)));border-color:var(--qode-button-border-hover-color,var(--qode-button-border-color,transparent))}.widget_shopping_cart .qodef-m-action a:hover .qodef-m-text:before,.widget_shopping_cart .woocommerce-mini-cart__buttons a:hover .qodef-m-text:before,.widget_vitasana_core_woo_dropdown_cart .qodef-m-action a:hover .qodef-m-text:before,.widget_vitasana_core_woo_dropdown_cart .woocommerce-mini-cart__buttons a:hover .qodef-m-text:before{transform:translateY(-95%);transform:translateY(-55%) rotateX(90deg);opacity:0;transition-duration:.35s,.4s}.widget_shopping_cart .qodef-m-action a:hover .qodef-m-text:after,.widget_shopping_cart .woocommerce-mini-cart__buttons a:hover .qodef-m-text:after,.widget_vitasana_core_woo_dropdown_cart .qodef-m-action a:hover .qodef-m-text:after,.widget_vitasana_core_woo_dropdown_cart .woocommerce-mini-cart__buttons a:hover .qodef-m-text:after{opacity:1;transform:translateY(0);transition-duration:.2s,.55s}.widget_shopping_cart .woocommerce-mini-cart__buttons,.widget_vitasana_core_woo_dropdown_cart .woocommerce-mini-cart__buttons{flex-direction:column}.widget_shopping_cart .woocommerce-mini-cart__buttons a,.widget_vitasana_core_woo_dropdown_cart .woocommerce-mini-cart__buttons a{width:100%!important;justify-content:center}.widget_shopping_cart .woocommerce-mini-cart__buttons a:last-child,.widget_vitasana_core_woo_dropdown_cart .woocommerce-mini-cart__buttons a:last-child{margin-top:5px}#qodef-top-area .widget_shopping_cart:hover .qodef-widget-dropdown-cart-content,#qodef-top-area .widget_shopping_cart:hover .widget_shopping_cart_content,#qodef-top-area .widget_vitasana_core_woo_dropdown_cart:hover .qodef-widget-dropdown-cart-content,#qodef-top-area .widget_vitasana_core_woo_dropdown_cart:hover .widget_shopping_cart_content,header .widget_shopping_cart:hover .qodef-widget-dropdown-cart-content,header .widget_shopping_cart:hover .widget_shopping_cart_content,header .widget_vitasana_core_woo_dropdown_cart:hover .qodef-widget-dropdown-cart-content,header .widget_vitasana_core_woo_dropdown_cart:hover .widget_shopping_cart_content{opacity:1!important;visibility:visible!important}.widget_shopping_cart,.widget_vitasana_core_woo_dropdown_cart{color:#10235e}.widget_shopping_cart .qodef-widget-dropdown-cart-content,.widget_shopping_cart .widget_shopping_cart_content,.widget_vitasana_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content,.widget_vitasana_core_woo_dropdown_cart .widget_shopping_cart_content{background-color:#fff;color:var(--qode-main-color);border-color:#ebebeb}.widget_shopping_cart .woocommerce-mini-cart-item a,.widget_vitasana_core_woo_dropdown_cart .woocommerce-mini-cart-item a{color:var(--qode-main-color)}.widget_shopping_cart .woocommerce-mini-cart-item a:hover,.widget_vitasana_core_woo_dropdown_cart .woocommerce-mini-cart-item a:hover{color:var(--qode-main-color)}.widget_shopping_cart .qodef-woo-mini-cart .qodef-e-title a,.widget_vitasana_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-e-title a{color:var(--qode-main-color)}.widget_shopping_cart .qodef-woo-mini-cart .qodef-e-title a:hover,.widget_vitasana_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-e-title a:hover{color:var(--qode-main-color)}.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove,.widget_shopping_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove,.widget_shopping_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove,.widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove,.widget_vitasana_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove,.widget_vitasana_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove,.widget_vitasana_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove,.widget_vitasana_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove{color:#10235e}.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove:hover,.widget_shopping_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove:hover,.widget_shopping_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove:hover,.widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove:hover,.widget_vitasana_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove:hover,.widget_vitasana_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove:hover,.widget_vitasana_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove:hover,.widget_vitasana_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove:hover{color:var(--qode-main-color)}.widget_shopping_cart .qodef-m-order-details strong,.widget_shopping_cart .woocommerce-mini-cart__total strong,.widget_vitasana_core_woo_dropdown_cart .qodef-m-order-details strong,.widget_vitasana_core_woo_dropdown_cart .woocommerce-mini-cart__total strong{color:var(--qode-main-color)}#qodef-top-area .widget_shopping_cart,#qodef-top-area .widget_vitasana_core_woo_dropdown_cart{color:#fff}#qodef-top-area.qodef-skin--dark .widget_shopping_cart,#qodef-top-area.qodef-skin--dark .widget_vitasana_core_woo_dropdown_cart{color:var(--qode-main-color)}#qodef-page-footer .widget_shopping_cart,#qodef-page-footer .widget_vitasana_core_woo_dropdown_cart{color:#ccc}#qodef-page-footer .widget_shopping_cart .qodef-widget-dropdown-cart-content,#qodef-page-footer .widget_shopping_cart .widget_shopping_cart_content,#qodef-page-footer .widget_vitasana_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content,#qodef-page-footer .widget_vitasana_core_woo_dropdown_cart .widget_shopping_cart_content{background-color:#000;color:#ccc;border-color:#fff}#qodef-page-footer .widget_shopping_cart .woocommerce-mini-cart-item a,#qodef-page-footer .widget_vitasana_core_woo_dropdown_cart .woocommerce-mini-cart-item a{color:#ccc}#qodef-page-footer .widget_shopping_cart .woocommerce-mini-cart-item a:hover,#qodef-page-footer .widget_vitasana_core_woo_dropdown_cart .woocommerce-mini-cart-item a:hover{color:#fff}#qodef-page-footer .widget_shopping_cart .qodef-woo-mini-cart .qodef-e-title a,#qodef-page-footer .widget_vitasana_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-e-title a{color:#ccc}#qodef-page-footer .widget_shopping_cart .qodef-woo-mini-cart .qodef-e-title a:hover,#qodef-page-footer .widget_vitasana_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-e-title a:hover{color:#fff}#qodef-page-footer .widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove,#qodef-page-footer .widget_shopping_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove,#qodef-page-footer .widget_shopping_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove,#qodef-page-footer .widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove,#qodef-page-footer .widget_vitasana_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove,#qodef-page-footer .widget_vitasana_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove,#qodef-page-footer .widget_vitasana_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove,#qodef-page-footer .widget_vitasana_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove{color:#ccc}#qodef-page-footer .widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove:hover,#qodef-page-footer .widget_shopping_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove:hover,#qodef-page-footer .widget_shopping_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove:hover,#qodef-page-footer .widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove:hover,#qodef-page-footer .widget_vitasana_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove:hover,#qodef-page-footer .widget_vitasana_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove:hover,#qodef-page-footer .widget_vitasana_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove:hover,#qodef-page-footer .widget_vitasana_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove:hover{color:#fff}#qodef-page-footer .widget_shopping_cart .qodef-m-order-details strong,#qodef-page-footer .widget_shopping_cart .woocommerce-mini-cart__total strong,#qodef-page-footer .widget_vitasana_core_woo_dropdown_cart .qodef-m-order-details strong,#qodef-page-footer .widget_vitasana_core_woo_dropdown_cart .woocommerce-mini-cart__total strong{color:#ccc}#qodef-side-area .widget_shopping_cart,#qodef-side-area .widget_vitasana_core_woo_dropdown_cart{color:#fff}.qodef-mega-menu-widget-holder .widget_shopping_cart,.qodef-mega-menu-widget-holder .widget_vitasana_core_woo_dropdown_cart{color:var(--qode-main-color)}.qodef-skin--dark .widget_shopping_cart,.qodef-skin--dark .widget_vitasana_core_woo_dropdown_cart{color:var(--qode-header-dark-color)}.qodef-skin--dark .widget_shopping_cart .qodef-widget-dropdown-cart-content,.qodef-skin--dark .widget_shopping_cart .widget_shopping_cart_content,.qodef-skin--dark .widget_vitasana_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content,.qodef-skin--dark .widget_vitasana_core_woo_dropdown_cart .widget_shopping_cart_content{background-color:#fff;color:var(--qode-header-dark-color);border-color:#ebebeb}.qodef-skin--dark .widget_shopping_cart .woocommerce-mini-cart-item a,.qodef-skin--dark .widget_vitasana_core_woo_dropdown_cart .woocommerce-mini-cart-item a{color:var(--qode-header-dark-color)}.qodef-skin--dark .widget_shopping_cart .woocommerce-mini-cart-item a:hover,.qodef-skin--dark .widget_vitasana_core_woo_dropdown_cart .woocommerce-mini-cart-item a:hover{color:var(--qode-header-dark-hover-color)}.qodef-skin--dark .widget_shopping_cart .qodef-woo-mini-cart .qodef-e-title a,.qodef-skin--dark .widget_vitasana_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-e-title a{color:var(--qode-header-dark-color)}.qodef-skin--dark .widget_shopping_cart .qodef-woo-mini-cart .qodef-e-title a:hover,.qodef-skin--dark .widget_vitasana_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-e-title a:hover{color:var(--qode-header-dark-hover-color)}.qodef-skin--dark .widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove,.qodef-skin--dark .widget_shopping_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove,.qodef-skin--dark .widget_shopping_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove,.qodef-skin--dark .widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove,.qodef-skin--dark .widget_vitasana_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove,.qodef-skin--dark .widget_vitasana_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove,.qodef-skin--dark .widget_vitasana_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove,.qodef-skin--dark .widget_vitasana_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove{color:var(--qode-header-dark-color)}.qodef-skin--dark .widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove:hover,.qodef-skin--dark .widget_shopping_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove:hover,.qodef-skin--dark .widget_shopping_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove:hover,.qodef-skin--dark .widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove:hover,.qodef-skin--dark .widget_vitasana_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove:hover,.qodef-skin--dark .widget_vitasana_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove:hover,.qodef-skin--dark .widget_vitasana_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove:hover,.qodef-skin--dark .widget_vitasana_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove:hover{color:var(--qode-header-dark-hover-color)}.qodef-skin--dark .widget_shopping_cart .qodef-m-order-details strong,.qodef-skin--dark .widget_shopping_cart .woocommerce-mini-cart__total strong,.qodef-skin--dark .widget_vitasana_core_woo_dropdown_cart .qodef-m-order-details strong,.qodef-skin--dark .widget_vitasana_core_woo_dropdown_cart .woocommerce-mini-cart__total strong{color:var(--qode-header-dark-color)}.widget.widget_vitasana_core_product_tabs{position:relative}.widget.widget_vitasana_core_product_tabs .qodef-e-tabs-inner{position:relative;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,4fr)}.widget.widget_vitasana_core_product_tabs .qodef-e-tabs-content{position:relative}.widget.widget_vitasana_core_product_tabs .qodef-e-tabs-content .qodef-e-tab-content{position:absolute;top:0;left:0;width:100%;height:auto;opacity:0;transition:opacity .2s}.widget.widget_vitasana_core_product_tabs .qodef-e-tabs-content .qodef-e-tab-content.active-content{position:relative;opacity:1;z-index:2}.widget.widget_vitasana_core_product_tabs .qodef-e-tabs-title{margin-top:0;margin-bottom:19px}.widget.widget_vitasana_core_product_tabs p.qodef-e-tabs-title,.widget.widget_vitasana_core_product_tabs span.qodef-e-tabs-title{font-family:Geologica,sans-serif;font-size:17px;line-height:22px;font-weight:500;letter-spacing:-.01em}.widget.widget_vitasana_core_product_tabs .qodef-e-tab a{position:relative;display:flex;white-space:normal;margin:8px 0;overflow:hidden;transition:padding .2s ease-out}.widget.widget_vitasana_core_product_tabs .qodef-e-tab a .qodef-menu-item-icon{flex-shrink:0}.widget.widget_vitasana_core_product_tabs .qodef-e-tab a .qodef-menu-item-text{--qodef-underline-position-y:calc(100% - 3px);--qodef-underline-height:1px;background-repeat:no-repeat;background-image:linear-gradient(90deg,currentColor 0,currentColor 100%);background-position:0 var(--qodef-underline-position-y);background-size:0 var(--qodef-underline-height);transition:background-size .5s cubic-bezier(.25,.46,.35,.94),color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out}.widget.widget_vitasana_core_product_tabs .qodef-e-tab a .qodef-e-item-text{--qodef-underline-position-y:calc(100% - 2px);--qodef-underline-height:1px;background-repeat:no-repeat;background-image:linear-gradient(90deg,currentColor 0,currentColor 100%);background-position:0 var(--qodef-underline-position-y);background-size:0 var(--qodef-underline-height);transition:background-size .5s cubic-bezier(.25,.46,.35,.94),color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out}#qodef-page-header-inner.qodef-skin--light .widget.widget_vitasana_core_product_tabs .qodef-e-tab a{color:inherit!important}.widget.widget_vitasana_core_product_tabs .qodef-e-tab.active-category a .qodef-menu-item-text,.widget.widget_vitasana_core_product_tabs .qodef-e-tab:hover a .qodef-menu-item-text{background-size:100% var(--qodef-underline-height)}.widget.widget_vitasana_core_product_tabs .qodef-e-tab.active-category a .qodef-e-item-text,.widget.widget_vitasana_core_product_tabs .qodef-e-tab:hover a .qodef-e-item-text{background-size:100% var(--qodef-underline-height)}.widget.widget_vitasana_core_product_tabs .qodef-woo-product-list .qodef-grid-inner{padding-top:0}.widget.widget_vitasana_core_product_tabs .qodef-woo-product-list.qodef-woo-product-list--icon-add-to-cart .qodef-e-content{padding:0}#qodef-page-header-inner.qodef-skin--dark .widget.widget_vitasana_core_product_tabs .qodef-e-tab a{color:var(--qode-header-dark-color)}#qodef-page-header-inner.qodef-skin--dark .widget.widget_vitasana_core_product_tabs .qodef-e-tab.active-category a,#qodef-page-header-inner.qodef-skin--dark .widget.widget_vitasana_core_product_tabs .qodef-e-tab:hover a{color:var(--qode-header-dark-hover-color)}#qodef-page-header-inner.qodef-skin--dark .widget.widget_vitasana_core_product_tabs .qodef-e-tab-content .qodef-e .add_to_cart_button,#qodef-page-header-inner.qodef-skin--dark .widget.widget_vitasana_core_product_tabs .qodef-e-tab-content .qodef-e .added_to_cart,#qodef-page-header-inner.qodef-skin--dark .widget.widget_vitasana_core_product_tabs .qodef-e-tab-content .qodef-e .qodef-woo-product-price,#qodef-page-header-inner.qodef-skin--dark .widget.widget_vitasana_core_product_tabs .qodef-e-tab-content .qodef-e .qodef-woo-product-title-link{color:var(--qode-header-dark-hover-color)}.widget_vitasana_core_yith_wishlist{position:relative;display:flex;align-items:center;justify-content:center;height:100%}.widget_vitasana_core_yith_wishlist .qodef-wishlist-widget-holder .qodef-wishlist-inner{position:relative;display:inline-block;vertical-align:middle;height:100%}.widget_vitasana_core_yith_wishlist .qodef-wishlist-widget-holder .qodef-wishlist-inner .qodef-wishlist-widget-link{display:flex;align-items:center}.widget_vitasana_core_yith_wishlist .qodef-wishlist-widget-holder .qodef-wishlist-inner .qodef-wishlist-widget-link .qodef-wishlist-icon-count-holder{position:relative;display:inline-block}.widget_vitasana_core_yith_wishlist .qodef-wishlist-widget-holder .qodef-wishlist-inner .qodef-wishlist-widget-link .qodef-wishlist-widget-icon{display:block}.widget_vitasana_core_yith_wishlist .qodef-wishlist-widget-holder .qodef-wishlist-inner .qodef-wishlist-widget-link .qodef-wishlist-widget-icon svg{fill:currentColor}.qodef-shortcode .last_toggle_el_margin,.qodef-shortcode .wpb_button,.qodef-shortcode .wpb_content_element,.qodef-shortcode .wpb_row,.qodef-shortcode ul.wpb_thumbnails-fluid>li{margin-bottom:0!important}.qodef-vc-row-wrapper.qodef--parallax-row{width:100%}.touchevents .qodef-vc-row-wrapper.qodef--parallax-row{height:auto!important}.qodef-clients-list .qodef-e{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in .qodef-e{display:flex;align-items:center;justify-content:center}.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in .qodef-e .qodef-e-image{line-height:0;position:relative;display:inline-block;vertical-align:top}.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in .qodef-e .qodef-e-image a{display:inline-block}.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in .qodef-e .qodef-e-logo{width:auto;opacity:1;will-change:opacity;transition:opacity .35s ease-out;display:inline-block}.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in .qodef-e .qodef-e-hover-logo{position:absolute;top:0;left:0;width:auto;opacity:0;will-change:opacity;transition:opacity .35s ease-out}.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in .qodef-e:hover .qodef-e-logo{opacity:0}.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in .qodef-e:hover .qodef-e-hover-logo{opacity:1}.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade .qodef-e{display:flex;align-items:center;justify-content:center}.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade .qodef-e .qodef-e-image{line-height:0;position:relative;display:inline-block;vertical-align:top}.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade .qodef-e .qodef-e-image a{display:inline-block}.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade .qodef-e .qodef-e-logo{width:auto;opacity:var(--qodef-client-initial-opacity,1);will-change:opacity;transition:opacity .3s ease;display:inline-block}.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade .qodef-e .qodef-e-hover-logo{display:none}.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade .qodef-e:hover .qodef-e-logo{opacity:var(--qodef-client-hover-opacity,.5)}.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--move .qodef-e{--qode-y:-3px;transform:translateY(0);transition:transform .42s cubic-bezier(.42,.78,.32,.97)}.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--move .qodef-e:hover{transform:translateY(var(--qode-y))}.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--no-hover .qodef-e{display:flex;align-items:center;justify-content:center}.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--no-hover .qodef-e .qodef-e-image{line-height:0;position:relative;display:inline-block;vertical-align:top}.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--no-hover .qodef-e .qodef-e-image a{display:inline-block}.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--no-hover .qodef-e .qodef-e-logo{width:auto;display:inline-block}.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--no-hover .qodef-e .qodef-e-hover-logo{display:none}.qodef-team-list .qodef-e-item-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:transparent linear-gradient(180deg,#fffFFF00 0,#f2f2F20D 27%,#00000066 100%) 0 0 no-repeat padding-box;opacity:0;transition:opacity .5s ease-out;z-index:0;pointer-events:none;border-radius:var(--qode-team-list-border-radius,20px)}.qodef-team-list .qodef-e-inner{border-radius:var(--qode-team-list-border-radius,20px);overflow:hidden}.qodef-team-list .qodef-e-inner:hover .qodef-e-item-overlay{opacity:1}.qodef-team-list .qodef-e-inner:hover .qodef-e-content-inner{opacity:1;transform:translateX(0) translateY(0)}.qodef-team-list .qodef-e-content{position:absolute;bottom:0;left:0;width:100%;padding:22px}.qodef-team-list .qodef-e-content-inner{padding:23px;border:1px solid #fffFFF30;border-radius:20px;--qode-x:0px;--qode-y:30px;opacity:0;transform:translateX(var(--qode-x)) translateY(var(--qode-y));transition:opacity .37s ease-out,transform .55s cubic-bezier(.18,.79,.29,.93);background-color:rgba(255,255,255,.01);border:1px solid rgba(255,255,255,.19)}@supports ((-webkit-backdrop-filter:none) or (backdrop-filter:none)){.qodef-team-list .qodef-e-content-inner{-webkit-backdrop-filter:blur(7px) brightness(100%);backdrop-filter:blur(7px) brightness(100%)}}.qodef-team-list .qodef-e-role,.qodef-team-list .qodef-e-title{color:#fff}.qodef-team-list .qodef-e-role{margin:0;font-family:Geologica,sans-serif;font-size:13px;font-weight:500;letter-spacing:.03em;text-transform:uppercase}.qodef-team-list .qodef-e-title{margin:2px 0 13px}.qodef-team-list .qodef-social-icon{display:flex;align-items:center;justify-content:flex-start;gap:17px;margin:0}.qodef-team-list .qodef-social-icon .qodef-team-member-social-icon{display:inline-flex;align-items:center;justify-content:center;width:25px;height:25px;font-size:13px;border-radius:50%;padding:6px;color:#fff;background-color:#e98924;border:1px solid #e98924;transition:background-color .3s ease-out,border-color .3s,color .3s}.qodef-team-list .qodef-social-icon .qodef-team-member-social-icon svg{max-width:100%;max-height:100%}.qodef-team-list .qodef-social-icon .qodef-team-member-social-icon:hover{background-color:transparent;border-color:#fff;color:#fff}.qodef-team-list.qodef-item-layout--info-on-image .qodef-e-content{margin:14px 0 0}.qodef-testimonials-list .qodef-e-inner .qodef-e-content{background-color:rgba(255,255,255,.01);border:1px solid rgba(255,255,255,.19);border-radius:17px;padding:28px 41px}@supports ((-webkit-backdrop-filter:none) or (backdrop-filter:none)){.qodef-testimonials-list .qodef-e-inner .qodef-e-content{-webkit-backdrop-filter:blur(7px) brightness(108%);backdrop-filter:blur(7px) brightness(108%)}}@media only screen and (max-width:1512px){.qodef-testimonials-list .qodef-e-inner .qodef-e-content{padding:20px 25px}}.qodef-testimonials-list .qodef-e-inner .qodef-e-content .qodef-e-testimonials-badge{display:inline-flex;justify-content:center;align-items:center;width:48px;height:48px;border-radius:50%;background:var(--qode-button-bg-color);position:absolute;right:35px;top:-22px}.qodef-testimonials-list .qodef-e-media-image{line-height:0;margin-bottom:25px}.qodef-testimonials-list .qodef-e-media-image img{width:auto}.qodef-testimonials-list .qodef-e-title{margin:0 0 27px}.qodef-testimonials-list .qodef-e-author-job{font-family:Geologica,sans-serif;font-size:15px;font-weight:400;letter-spacing:-.01em;line-height:19px;display:block;margin-bottom:3px}.qodef-testimonials-list .qodef-e-author-name{margin:0}.qodef-testimonials-list .qodef-e-text{margin:0 0 27px}.qodef-testimonials-list .qodef-e-author{margin:0}.qodef-testimonials-list .swiper-pagination-bullets{text-align:left;bottom:0!important}.qodef-testimonials-list .swiper-pagination-bullets .swiper-pagination-bullet:before{background-color:var(--qode-main-color)}.qodef-testimonials-list.qodef-skin--light .qodef-e-author,.qodef-testimonials-list.qodef-skin--light .qodef-e-author-job,.qodef-testimonials-list.qodef-skin--light .qodef-e-author-name,.qodef-testimonials-list.qodef-skin--light .qodef-e-text,.qodef-testimonials-list.qodef-skin--light .qodef-e-title{color:#fff}.qodef-testimonials-list.qodef-skin--light .swiper-pagination-bullet:before{background-color:#fff}.qodef-testimonials-list.qodef-swiper-container{padding-top:22px}.qodef-review-rating{display:flex}.qodef-review-rating .qodef-rating-inner{display:flex;flex-basis:50%}.qodef-review-rating label{margin:0 10px 0 0}.qodef-review-rating .qodef-comment-rating-box{display:flex;margin:0}.qodef-review-rating .qodef-star-rating{position:relative;display:block;margin:0 .1em 0 0;cursor:pointer;color:#fe9a31}.qodef-review-rating .qodef-star-rating svg{display:block;width:14px;height:auto;fill:none;stroke:currentColor}.qodef-review-rating .qodef-star-rating.active svg{fill:currentColor}.qodef-review-rating .qodef-comments-ratings{position:relative;display:inline-block;width:100%;vertical-align:top;line-height:1}.qodef-review-rating .qodef-comments-ratings .qodef-m-inner{position:relative;display:inline-block;vertical-align:top}.qodef-review-rating .qodef-comments-ratings .qodef-m-star{color:#fe9a31}.qodef-review-rating .qodef-comments-ratings .qodef-m-star svg{display:inline-block;margin-right:6px;width:14px;height:auto}.qodef-review-rating .qodef-comments-ratings .qodef-m-star svg:last-child{margin-right:0}.qodef-review-rating .qodef-comments-ratings .qodef-m-star.qodef--active{position:absolute;top:0;left:0;overflow:hidden;white-space:nowrap}.qodef-review-rating .qodef-comments-ratings .qodef-m-star.qodef--active svg{fill:currentColor}.qodef-reviews-per-criteria .qodef-item-reviews-average-rating{color:var(--qode-main-color);font-size:60px;line-height:1em;font-weight:700}.qodef-reviews-per-criteria .qodef-item-reviews-verbal-description{vertical-align:middle;margin:2px 0 0}.qodef-reviews-per-criteria .qodef-item-reviews-rating-icon{vertical-align:middle;font-size:20px}.qodef-reviews-per-criteria .qodef-item-reviews-display-right{vertical-align:middle;padding-left:200px}.qodef-reviews-per-criteria .qodef-item-reviews-display-right .qodef-item-reviews-display-bar{line-height:28px}.qodef-reviews-per-criteria .qodef-item-reviews-display-right .qodef-item-reviews-display-bar .qodef-item-reviews-display-bar-inner{padding:6px 0}.qodef-reviews-per-mark .qodef-reviews-number-holder{display:flex;align-items:center}.qodef-reviews-per-mark .qodef-reviews-number-wrapper{display:flex;flex-direction:column;width:25%;text-align:center}.qodef-reviews-per-mark .qodef-reviews-number{font-size:72px;color:#ffd740;font-weight:700;line-height:1em}.qodef-reviews-per-mark .qodef-stars-wrapper{display:table-cell;vertical-align:middle}.qodef-reviews-per-mark .qodef-stars-wrapper .qodef-stars{display:block}.qodef-reviews-per-mark .qodef-stars-wrapper .qodef-stars i{color:#ffd740}.qodef-reviews-per-mark .qodef-reviews-count{font-weight:700;font-size:14px}.qodef-reviews-per-mark .qodef-rating-percentage-wrapper{width:75%;padding:29px 50px 40px;background-color:#fafafa;border-left:1px solid #e5e5e5}.qodef-reviews-simple .qodef-reviews-number-wrapper .qodef-reviews-summary{display:inline-block;vertical-align:middle}.qodef-reviews-simple .qodef-reviews-number-wrapper .qodef-stars-wrapper{display:inline-block;vertical-align:middle;padding:0 0 0 15px}.qodef-reviews-simple .qodef-reviews-number-wrapper .qodef-stars-wrapper-inner{display:block}.qodef-comment-list .qodef-comment-name{float:none}.qodef-comment-list .qodef-review-rating{display:inline-block;width:100%}.qodef-comment-list .qodef-rating-inner{display:inline-block;width:100%}@keyframes cover_search_fade_out{0%{opacity:1;visibility:visible;z-index:100}100%{opacity:0;visibility:hidden;z-index:0}}@keyframes cover_search_fade_in{0%{opacity:0;visibility:hidden;z-index:100}100%{opacity:1;visibility:visible;z-index:100}}.qodef-search-cover-form{position:absolute;top:0;left:0;width:100%;height:100%;visibility:hidden;opacity:0;background-color:#fff;z-index:-1;transition:opacity .3s ease}.qodef-search-cover-form .qodef-m-inner{display:flex;height:100%;width:100%;align-items:center;justify-content:space-between;padding:0 70px}.qodef-search-cover-form .qodef-m-form-field{padding:0;margin-bottom:0;font-size:26px;font-weight:600;text-transform:uppercase;color:var(--qode-main-color);background-color:transparent;border:0;border-radius:0;outline-offset:0}.qodef-search-cover-form .qodef-m-form-field:focus{color:var(--qode-main-color)}.qodef-search-cover-form .qodef-m-form-field:-ms-input-placeholder{color:inherit;opacity:1}.qodef-search-cover-form .qodef-m-form-field::placeholder{color:inherit;opacity:1}.qodef-search-cover-form .qodef-m-close{flex-shrink:0}.qodef-search-cover-form .qodef-m-close.qodef-source--icon-pack{font-size:23px}.qodef-covers-search--fadeout .qodef-search-cover-form{animation:cover_search_fade_out .3s ease both}.qodef-covers-search--fadein .qodef-search-cover-form{animation:cover_search_fade_in .3s ease both}.qodef-header--sticky-display #qodef-page-header>.qodef-search-cover-form{display:none}.qodef-fullscreen-search-holder{position:fixed;top:0;left:0;width:100%;height:100%;opacity:0;visibility:hidden;display:flex;align-items:center;justify-content:center;background-color:rgba(255,255,255,.98);z-index:99}.qodef-fullscreen-search--opened .qodef-fullscreen-search-holder{z-index:101}.qodef-fullscreen-menu-animate--in .qodef-fullscreen-search-holder{display:none}.qodef-fullscreen-search-holder .qodef-m-inner{width:100%;padding:0 40px}.qodef-fullscreen-search-holder .qodef-m-form{position:relative;width:100%;margin:0 auto;max-width:724px}.qodef-fullscreen-search-holder .qodef-m-form-field{display:block;height:100%;margin:0 auto;padding:10px 18px;background-color:#eff4f8;border-color:#e4edf5}.qodef-fullscreen-search-holder .qodef-m-form-field:focus{background-color:#eff4f8;border-color:#e4edf5}.qodef-fullscreen-search-holder .qodef-m-form-submit{position:absolute;right:20px;bottom:15px;width:12px;height:auto;padding:0;margin:0;color:var(--qode-main-color);background:0 0;border:0;outline:0;opacity:0;cursor:pointer;transition:color .2s ease-out}.qodef-fullscreen-search-holder .qodef-m-form-submit:hover{color:var(--qode-main-color);background:0 0}.qodef-fullscreen-search--opened .qodef-fullscreen-search-holder .qodef-m-form-submit{opacity:1;bottom:15px;transition:color .2s ease,opacity .2s ease-out 1.1s,bottom .4s ease-out .9s}.qodef-fullscreen-search-holder .qodef-m-form-submit.qodef-source--icon-pack{font-size:18px}.qodef-fullscreen-search-holder .qodef-m-form-submit svg{width:100%;height:auto}.qodef-fullscreen-search-holder .qodef-m-form-line{position:absolute;left:0;bottom:-2px;width:0;border-bottom:1px solid #000;transition:all .3s ease}.qodef-fullscreen-search--opened .qodef-fullscreen-search-holder .qodef-m-form-line{width:100%;transition:width .5s ease .6s}.qodef-fullscreen-search-holder .qodef-m-close{position:absolute;top:23px;right:25px;color:#10235e;opacity:0;visibility:hidden;z-index:-1}.admin-bar .qodef-fullscreen-search-holder .qodef-m-close{top:55px}.qodef-fullscreen-search-holder .qodef-m-close:hover{color:var(--qode-main-color)}.qodef-fullscreen-search-holder .qodef-m-close.qodef-source--icon-pack{font-size:25px}.qodef-fullscreen-search--opened .qodef-fullscreen-search-holder .qodef-m-close{opacity:1;visibility:visible;z-index:1}.qodef-fullscreen-search--fadeout .qodef-fullscreen-search-holder{animation:fullscreen_search_fade_out .3s ease both}.qodef-fullscreen-search--fadein .qodef-fullscreen-search-holder{animation:fullscreen_search_fade_in .3s ease both}@keyframes fullscreen_search_fade_out{0%{opacity:1;visibility:visible}100%{opacity:0;visibility:hidden}}@keyframes fullscreen_search_fade_in{0%{opacity:0;visibility:hidden}100%{opacity:1;visibility:visible}}.qodef-search-opener>*{position:relative;display:inline-block;vertical-align:middle;line-height:inherit}.qodef-search-opener.qodef-source--icon-pack{font-size:23px}.qodef-search-opener.qodef-source--predefined svg{width:13px;height:13px;overflow:visible}.qodef-accordion{position:relative;display:inline-block;width:100%;vertical-align:top;visibility:hidden;overflow-anchor:none}.qodef-accordion .qodef-accordion-content-inner{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-accordion.qodef--init{visibility:visible}.qodef-accordion.qodef-layout--simple .qodef-accordion-title{position:relative;display:flex;align-items:center;justify-content:space-between;margin:12px 0 0;padding:2px 10px 2px 5px;transition:color .2s ease-out,background-color .2s ease-out;cursor:pointer}.qodef-accordion.qodef-layout--simple .qodef-accordion-title:first-child{margin-top:0}.qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-accordion-mark{position:relative;flex-shrink:0;width:20px;height:18px;line-height:1;text-align:center}.qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-accordion-mark span{position:absolute;display:block;width:100%;top:50%;transform:translateY(-50%);transition:opacity .2s ease-out}.qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-accordion-mark span:before{display:block;line-height:inherit}.qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-accordion-mark span.qodef-icon--minus{opacity:0}.qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-accordion-mark span.qodef-icon--plus{opacity:1}.qodef-accordion.qodef-layout--simple .qodef-accordion-title.ui-state-active,.qodef-accordion.qodef-layout--simple .qodef-accordion-title.ui-state-hover{color:#fff;background-color:#000}.qodef-accordion.qodef-layout--simple .qodef-accordion-title.ui-state-active .qodef-accordion-mark span.qodef-icon--minus,.qodef-accordion.qodef-layout--simple .qodef-accordion-title.ui-state-hover .qodef-accordion-mark span.qodef-icon--minus{opacity:1}.qodef-accordion.qodef-layout--simple .qodef-accordion-title.ui-state-active .qodef-accordion-mark span.qodef-icon--plus,.qodef-accordion.qodef-layout--simple .qodef-accordion-title.ui-state-hover .qodef-accordion-mark span.qodef-icon--plus{opacity:0}.qodef-accordion.qodef-layout--simple .qodef-accordion-content{padding:16px 0 2px;margin:0}.qodef-accordion.qodef-layout--simple .qodef-accordion-content p{margin:0}.qodef-accordion.qodef-layout--simple.qodef-behavior--toggle .qodef-accordion-content{display:none}.qodef-banner-list .qodef-e{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-banner-list .qodef-e .qodef-m-banner-link{position:absolute;top:0;left:0;width:100%;height:100%;display:block;z-index:1}.qodef-banner-list .qodef-e .qodef-m-content{position:absolute;top:0;left:0;width:100%;height:100%;display:block}.qodef-banner-list .qodef-e .qodef-m-content-inner{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:flex-start;flex-direction:column;justify-content:flex-start;padding:23px;will-change:transform}.qodef-banner-list .qodef-e .qodef-m-content-inner>*{z-index:1}.qodef-banner-list .qodef-e .qodef-m-banner-mark{padding:5px 8px 6px;border-radius:24px;margin-bottom:16px;font-family:Geologica,sans-serif;font-size:11px;line-height:14px;font-weight:400;letter-spacing:.03em;text-transform:uppercase;color:var(--qode-banner-mark-text-color,#fff);background-color:var(--qode-banner-mark-background-color,#5aa4e5)}.qodef-banner-list .qodef-e .qodef-m-title{margin:0 0 10px}.qodef-banner-list .qodef-e .qodef-m-title-inner{display:inline-block}.qodef-banner-list .qodef-e .qodef-m-subtitle{font-family:Geologica,sans-serif;margin:0;opacity:.5;letter-spacing:0}.qodef-banner-list .qodef-e .qodef-m-banner-text{margin:0}.qodef-banner-list .qodef-e .qodef-m-button{margin:auto 0 0}.qodef-banner-list .qodef-e .qodef-m-text-field{font-size:15px;color:var(--qode-main-color);margin:0 0 10px;font-style:italic}.qodef-banner-list .qodef-e .qodef-m-image{position:relative;display:inline-block;width:100%;vertical-align:top;overflow:hidden;border-radius:var(--qode-banner-border-radius,10px)}.qodef-banner-list .qodef-e .qodef-m-image img{display:block;transition:all .35s ease-out}.qodef-banner-list .qodef-e .qodef-m-banner-price .qodef-m-price{font-family:Geologica,sans-serif;font-size:60px;line-height:76px;font-weight:700;letter-spacing:-.01em}.qodef-banner-list .qodef-e .qodef-m-banner-price .qodef-m-sale-label{font-size:17px;line-height:1.29412em;font-family:Inter,sans-serif}.qodef-banner-list .qodef-e .qodef-m-banner-price .qodef-m-sale-price{margin-bottom:-9px}.qodef-banner-list .qodef-e .qodef-m-banner-price .qodef-m-sale-price .qodef-m-price{font-size:17px;line-height:1.29412em;font-family:Inter,sans-serif;font-weight:400;text-decoration:line-through}.qodef-banner-list .qodef-e .qodef-m-banner-price span{color:var(--qode-banner-price-color,currentColor)}.qodef-banner-list .qodef-e-banner-list-top{display:flex;align-items:center;justify-content:space-between}.qodef-banner-list .qodef-e-banner-list-top .qodef-e-banner-list-nav{display:flex;align-items:center;justify-content:center;width:63px;height:38px;margin-bottom:14px;background:#eff4f8;border:1px solid #e4edf5;border-radius:10px;position:relative}.qodef-banner-list .qodef-e-banner-list-top .qodef-e-banner-list-nav .swiper-button-next,.qodef-banner-list .qodef-e-banner-list-top .qodef-e-banner-list-nav .swiper-button-prev{position:static;transform:none;height:auto!important;margin:0 auto!important;transition:all .35s ease;width:auto!important;padding:12px}.qodef-banner-list .qodef-e-banner-list-top .qodef-e-banner-list-nav .swiper-button-next{margin-left:1px!important}.qodef-banner-list .qodef-e-banner-list-top .qodef-e-banner-list-nav:after{content:'';display:inline-block;width:1px;height:22px;background:#acbcc9;position:absolute}.qodef-banner-list .swiper-button-next svg,.qodef-banner-list .swiper-button-prev svg{position:relative;display:block;width:auto;height:auto}.qodef-banner-list.qodef--has-zoom .qodef-m-image img{transform:scale(1.001);--qode-hover-scale:1.02;transition:transform .6s cubic-bezier(.34,.78,.45,.98)}.qodef-banner-list.qodef--has-zoom .qodef-e:hover .qodef-m-image img{transform:scale(var(--qode-hover-scale))}.qodef-banner{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-banner .qodef-m-banner-link{position:absolute;top:0;left:0;width:100%;height:100%;display:block;z-index:1}.qodef-banner .qodef-m-content{position:absolute;top:0;left:0;width:100%;height:100%;display:block}.qodef-banner .qodef-m-content-inner{position:absolute;top:0;left:0;width:100%;height:100%;display:flex}.qodef-banner .qodef-m-banner-mark{padding:5px 8px 6px;border-radius:24px;margin-bottom:16px;font-family:Geologica,sans-serif;font-size:11px;line-height:14px;font-weight:400;letter-spacing:.03em;text-transform:uppercase;color:#fff;background-color:var(--qode-banner-mark-background-color,#5aa4e5)}.qodef-banner .qodef-m-title{margin:10px 0 4px}.qodef-banner .qodef-m-title-inner{display:inline-block}.qodef-banner .qodef-m-subtitle{margin:0}.qodef-banner p.qodef-m-subtitle{font-family:Geologica,sans-serif;font-size:13px;font-weight:500;letter-spacing:.03em;line-height:17px;text-transform:uppercase}.qodef-banner .qodef-m-banner-text{font-size:16px;line-height:20px}.qodef-banner span.qodef-m-banner-text{font-size:23px;font-weight:500;font-family:Geologica,sans-serif;letter-spacing:-.01em;line-height:25px}.qodef-banner .qodef-m-text-field{font-size:15px;color:var(--qode-main-color);margin:0 0 10px;font-style:italic}.qodef-banner .qodef-m-image{position:relative;display:inline-block;width:100%;vertical-align:top;border-radius:var(--qode-banner-border-radius,24px);overflow:hidden}.qodef-banner .qodef-m-image img{display:block;transition:all .35s ease-out}.qodef-banner .qodef-m-banner-price .qodef-m-price{font-family:Geologica,sans-serif;font-size:60px;line-height:76px;font-weight:700;letter-spacing:-.01em}.qodef-banner .qodef-m-banner-price .qodef-m-sale-label{font-size:17px;line-height:1.29412em;font-family:Inter,sans-serif}.qodef-banner .qodef-m-banner-price .qodef-m-sale-price .qodef-m-price{font-size:17px;line-height:1.29412em;font-family:Inter,sans-serif;font-weight:400;text-decoration:line-through}.qodef-banner .qodef-m-banner-price span{color:var(--qode-banner-price-color,currentColor)}.qodef-banner.qodef--has-zoom .qodef-m-image img{transform:scale(1.001);--qode-hover-scale:1.02;transition:transform .6s cubic-bezier(.34,.78,.45,.98)}.qodef-banner.qodef--has-zoom:hover .qodef-m-image img{transform:scale(var(--qode-hover-scale))}.qodef-banner.qodef-layout--bottom-content .qodef-m-content-inner{align-items:flex-start;flex-direction:column;justify-content:flex-end;padding:20px 30px}@media only screen and (max-width:1512px){.qodef-banner.qodef-layout--bottom-content .qodef-m-content-inner{padding:20px 10px}}.qodef-banner.qodef-layout--bottom-content .qodef-m-title{margin:0}.qodef-banner.qodef-layout--bottom-content .qodef-m-subtitle{margin:0}.qodef-banner.qodef-layout--bottom-content .qodef-m-banner-text{margin:0}.qodef-banner.qodef-layout--bottom-content .qodef-m-button{margin:auto 0 0}.qodef-banner.qodef-layout--bottom-content .qodef-m-banner-price{display:flex;align-items:center;justify-content:flex-start}.qodef-banner.qodef-layout--bottom-content .qodef-m-banner-price .qodef-m-price{margin:0 0 2px 10px;font-size:17px;line-height:1.29412em;font-family:Inter,sans-serif;font-weight:400}.qodef-banner.qodef-layout--bottom-content .qodef-m-banner-price .qodef-m-sale-price .qodef-m-price{margin:0}.qodef-banner.qodef-layout--bottom-content.qodef-box-shadow--enable .qodef-m-image:after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;background:#000;background:linear-gradient(0,rgba(0,0,0,.16) 0,rgba(0,0,0,.16) 7%,rgba(255,255,255,.16) 100%)}.qodef-banner.qodef-layout--corner-content .qodef-m-content-inner{align-items:flex-start;flex-direction:column;justify-content:flex-start;padding:9% 8%}.qodef-banner.qodef-layout--corner-content .qodef-m-content-bottom{width:100%;display:flex;justify-content:space-between;align-items:flex-end;margin-top:auto}.qodef-banner.qodef-layout--corner-content .qodef-m-title{margin:0 0 10px}.qodef-banner.qodef-layout--corner-content .qodef-m-subtitle{margin:0}.qodef-banner.qodef-layout--corner-content .qodef-m-banner-text{margin:0}.qodef-banner.qodef-layout--corner-content .qodef-m-button{margin:auto 0 0}.qodef-banner.qodef-layout--corner-content .qodef-m-banner-price{margin-bottom:-13px}.qodef-banner.qodef-layout--corner-content .qodef-m-banner-price .qodef-m-sale-price{text-align:right}.qodef-banner.qodef-layout--link-button .qodef-m-content-inner{align-items:flex-start;flex-direction:column;justify-content:flex-start;padding:20px 16px}.qodef-banner.qodef-layout--link-button .qodef-m-title{margin:0 0 10px}.qodef-banner.qodef-layout--link-button .qodef-m-banner-text{margin:0}.qodef-banner.qodef-layout--link-button .qodef-m-button{margin:auto 0 0;z-index:2}.qodef-banner.qodef-layout--link-overlay .qodef-m-content-inner{align-items:flex-start;flex-direction:column;justify-content:flex-start;padding:30px}.widget.widget_vitasana_core_banner .qodef-banner.qodef-layout--link-overlay span.qodef-m-title{font-size:60px;font-weight:700;letter-spacing:-.01em;line-height:76px;color:#fff;font-family:Geologica,sans-serif;margin:0}.widget.widget_vitasana_core_banner .qodef-banner.qodef-layout--link-overlay .qodef-m-banner-text{color:#fff;margin:-4px 0 0;max-width:55%}@media only screen and (max-width:1200px){.widget.widget_vitasana_core_banner .qodef-banner.qodef-layout--link-overlay .qodef-m-banner-text{max-width:100%}}.widget.widget_vitasana_core_banner .qodef-banner.qodef-layout--link-overlay .qodef-m-image{border-radius:9px;overflow:hidden}.widget.widget_vitasana_core_banner .qodef-banner.qodef-layout--link-overlay .qodef-m-image img{width:100%}.widget.widget_vitasana_core_banner .qodef-banner.qodef-layout--link-overlay .qodef-m-image:after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;background:#000;background:linear-gradient(180deg,rgba(0,0,0,.16) 0,rgba(0,0,0,.16) 7%,rgba(255,255,255,.16) 100%)}.widget.widget_vitasana_core_banner .qodef-banner.qodef-layout--link-overlay .qodef-m-content-inner{justify-content:center;padding:46px 17px}.qodef-button.qodef-html--link{font-family:Geologica,sans-serif;font-size:16px;font-weight:500;letter-spacing:-.01em;line-height:20px;position:relative;display:inline-flex;vertical-align:middle;width:auto;margin:0;text-decoration:none;border-radius:9px;outline:0;transition:color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;padding:9px 27px 9px 26px}.qodef-button.qodef-size--small{padding:8px 20px 8px 19px;border-radius:7px}.qodef-button.qodef-size--large{padding:10px 29px}.qodef-button.qodef-size--full{width:100%;padding:12px 20px;justify-content:center;text-align:center}.qodef-button.qodef-layout--filled.qodef-html--link{color:var(--qode-button-color,#fff);background-color:var(--qode-button-bg-color,var(--qode-main-color));border:1px solid var(--qode-button-border-color,transparent)}.qodef-button.qodef-layout--filled.qodef-html--link .qodef-m-text{-webkit-text-fill-color:transparent;position:relative;clip-path:inset(-.05em);perspective:100px}.qodef-button.qodef-layout--filled.qodef-html--link .qodef-m-text:after,.qodef-button.qodef-layout--filled.qodef-html--link .qodef-m-text:before{content:attr(data-title);display:block;-webkit-text-fill-color:currentColor;position:absolute;top:0;left:0;width:100%;height:100%;transition:opacity .2s ease-out,transform .55s cubic-bezier(.22,.61,.36,1)}.qodef-button.qodef-layout--filled.qodef-html--link .qodef-m-text:before{transform:translateY(0)}.qodef-button.qodef-layout--filled.qodef-html--link .qodef-m-text:after{transform:translateY(80%) skewY(0);transform:translateY(60%) skewY(0) rotateX(-90deg);transition-duration:.35s,.35s;opacity:0}.qodef-button.qodef-layout--filled.qodef-html--link:hover{color:var(--qode-button-hover-color,var(--qode-button-color,#fff));background-color:var(--qode-button-bg-hover-color,var(--qode-button-bg-color,var(--qode-main-color)));border-color:var(--qode-button-border-hover-color,var(--qode-button-border-color,transparent))}.qodef-button.qodef-layout--filled.qodef-html--link:hover .qodef-m-text:before{transform:translateY(-95%);transform:translateY(-55%) rotateX(90deg);opacity:0;transition-duration:.35s,.4s}.qodef-button.qodef-layout--filled.qodef-html--link:hover .qodef-m-text:after{opacity:1;transform:translateY(0);transition-duration:.2s,.55s}.qodef-button.qodef-layout--outlined{--qode-button-bg-color:transparent;color:var(--qode-button-color,var(--qode-main-color));background-color:var(--qode-button-bg-color);border:2px solid var(--qode-button-border-color,var(--qode-main-color))}.qodef-button.qodef-layout--outlined .qodef-m-text{-webkit-text-fill-color:transparent;position:relative;clip-path:inset(-.05em);perspective:100px}.qodef-button.qodef-layout--outlined .qodef-m-text:after,.qodef-button.qodef-layout--outlined .qodef-m-text:before{content:attr(data-title);display:block;-webkit-text-fill-color:currentColor;position:absolute;top:0;left:0;width:100%;height:100%;transition:opacity .2s ease-out,transform .55s cubic-bezier(.22,.61,.36,1)}.qodef-button.qodef-layout--outlined .qodef-m-text:before{transform:translateY(0)}.qodef-button.qodef-layout--outlined .qodef-m-text:after{transform:translateY(80%) skewY(0);transform:translateY(60%) skewY(0) rotateX(-90deg);transition-duration:.35s,.35s;opacity:0}.qodef-button.qodef-layout--outlined:hover{color:var(--qode-button-hover-color,var(--qode-button-color,currentColor));background-color:var(--qode-button-bg-hover-color,var(--qode-button-bg-color,var(--qode-main-color)));border-color:var(--qode-button-border-hover-color,var(--qode-button-border-color,currentColor))}.qodef-button.qodef-layout--outlined:hover .qodef-m-text:before{transform:translateY(-95%);transform:translateY(-55%) rotateX(90deg);opacity:0;transition-duration:.35s,.4s}.qodef-button.qodef-layout--outlined:hover .qodef-m-text:after{opacity:1;transform:translateY(0);transition-duration:.2s,.55s}.qodef-button.qodef-layout--textual{color:var(--qode-button-color,var(--qode-main-color));background-color:transparent;border:0;padding:0!important}.qodef-button.qodef-layout--textual:after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;--qodef-underline-position-y:100%;--qodef-underline-height:2px;background-repeat:no-repeat;background-image:linear-gradient(90deg,currentColor 0,currentColor 100%);background-position:100% var(--qodef-underline-position-y);background-size:100% var(--qodef-underline-height);top:2px}.qodef-button.qodef-layout--textual:hover{color:var(--qode-button-hover-color,var(--qode-main-color))}.qodef-button.qodef-layout--textual:hover:after{animation:qode-inline-underline-initial-hover .8s cubic-bezier(.57,.39,0,.86) 1 forwards}.qodef-button.qodef-layout--textual .qodef-m-text{display:inline-block}.qodef-call-to-action.qodef-layout--standard{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-call-to-action.qodef-layout--standard .qodef-m-inner{display:flex;align-items:center;padding:10px 30px}.qodef-call-to-action.qodef-layout--standard .qodef-m-inner .qodef-m-button,.qodef-call-to-action.qodef-layout--standard .qodef-m-inner .qodef-m-title{padding-right:30px}@media only screen and (max-width:880px){.qodef-call-to-action.qodef-layout--standard .qodef-m-inner .qodef-m-button,.qodef-call-to-action.qodef-layout--standard .qodef-m-inner .qodef-m-title{padding-right:0}}.qodef-call-to-action.qodef-layout--standard .qodef-m-inner .qodef-m-title a{color:currentColor}.qodef-call-to-action.qodef-layout--standard.qodef-style--stretched .qodef-m-inner{justify-content:space-between}.qodef-call-to-action.qodef-layout--standard.qodef-style--centered .qodef-m-inner{justify-content:center}.qodef-call-to-action.qodef-layout--standard.qodef-style--overlay .qodef-m-inner .qodef-m-content,.qodef-call-to-action.qodef-layout--standard.qodef-style--overlay .qodef-m-inner .qodef-m-title{z-index:99}.qodef-call-to-action.qodef-layout--standard.qodef-style--overlay .qodef-m-inner:after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;background:#000;opacity:.07}.qodef-call-to-action.qodef-layout--standard .qodef-m-content{padding-right:20px;font-family:Geologica,sans-serif;font-size:13px;font-weight:500;letter-spacing:.03em;line-height:17px;text-transform:uppercase}@media only screen and (max-width:880px){.qodef-call-to-action.qodef-layout--standard .qodef-m-content{padding-right:0}}.qodef-call-to-action.qodef-layout--standard .qodef-m-content>*{margin:0}.qodef-call-to-action.qodef-layout--standard .qodef-m-button{flex:0 0 auto}.qodef-call-to-action.qodef-layout--standard.qodef-skin--light .qodef-m-content,.qodef-call-to-action.qodef-layout--standard.qodef-skin--light .qodef-m-title{color:#fff}.qodef-countdown .qodef-m-date{display:inline-flex;flex-direction:row;flex-wrap:nowrap;justify-content:center;align-items:normal;width:100%}.qodef-countdown .qodef-m-date .qodef-digit-wrapper{display:block;flex-grow:0;flex-shrink:1;flex-basis:auto}.qodef-countdown .qodef-digit,.qodef-countdown .qodef-label{position:relative;display:inline-block;width:100%;vertical-align:top;text-align:center}.qodef-countdown.qodef-show--1 .qodef-digit-wrapper{width:100%}.qodef-countdown.qodef-show--2 .qodef-digit-wrapper{width:50%}.qodef-countdown.qodef-show--3 .qodef-digit-wrapper{width:33.33333%}.qodef-countdown.qodef-show--4 .qodef-digit-wrapper{width:25%}.qodef-countdown.qodef-show--5 .qodef-digit-wrapper{width:20%}.qodef-countdown.qodef-show--6 .qodef-digit-wrapper{width:16.66667%}.qodef-countdown.qodef-countdown--light .qodef-countdown-separator,.qodef-countdown.qodef-countdown--light .qodef-digit,.qodef-countdown.qodef-countdown--light .qodef-label{color:#fff!important}.qodef-countdown.qodef-countdown--dark .qodef-countdown-separator,.qodef-countdown.qodef-countdown--dark .qodef-digit,.qodef-countdown.qodef-countdown--dark .qodef-label{color:#000!important}.qodef-countdown.qodef-layout--minimal{display:inline-flex;background-color:#eff4f8;border:1px solid #e4edf5;border-radius:9px;padding:9px 13px 8px}.qodef-countdown.qodef-layout--minimal .qodef-digit-wrapper{width:auto;display:inline-flex;align-items:center}.qodef-countdown.qodef-layout--minimal .qodef-digit-wrapper:last-child{margin-right:0}@media only screen and (max-width:880px){.qodef-countdown.qodef-layout--minimal.qodef-show--4 .qodef-digit-wrapper,.qodef-countdown.qodef-layout--minimal.qodef-show--5 .qodef-digit-wrapper,.qodef-countdown.qodef-layout--minimal.qodef-show--6 .qodef-digit-wrapper{padding:0}}.qodef-countdown.qodef-layout--minimal .qodef-countdown-separator,.qodef-countdown.qodef-layout--minimal .qodef-digit{font-family:Geologica,sans-serif;font-size:18px;line-height:1em;font-weight:500;letter-spacing:-.01em;color:var(--qode-main-color)}.qodef-countdown.qodef-layout--minimal .qodef-countdown-separator{margin:0 8px}.qodef-countdown.qodef-layout--minimal.qodef-countdown--light{background-color:#fff;border-color:#f9efe5}.qodef-countdown.qodef-layout--minimal.qodef-countdown--light .qodef-countdown-separator,.qodef-countdown.qodef-layout--minimal.qodef-countdown--light .qodef-digit{color:#10235e}.qodef-countdown.qodef-layout--minimal.qodef-countdown--dark{background-color:#f6f6f6;border-color:#f2f2f2}.qodef-countdown.qodef-layout--minimal.qodef-countdown--dark .qodef-countdown-separator,.qodef-countdown.qodef-layout--minimal.qodef-countdown--dark .qodef-digit{color:#000}.qodef-countdown.qodef-layout--simple .qodef-digit-wrapper{display:inline-block;vertical-align:top;padding:61px 20px 55px;background-color:rgba(255,255,255,.01);border:1px solid rgba(255,255,255,.19);border-radius:17px;margin-right:20px}@supports ((-webkit-backdrop-filter:none) or (backdrop-filter:none)){.qodef-countdown.qodef-layout--simple .qodef-digit-wrapper{-webkit-backdrop-filter:blur(7px) brightness(108%);backdrop-filter:blur(7px) brightness(108%)}}.qodef-countdown.qodef-layout--simple .qodef-digit-wrapper:last-child{margin-right:0}.qodef-countdown.qodef-layout--simple .qodef-digit{font-family:Geologica,sans-serif;font-size:47px;line-height:1em;font-weight:500;letter-spacing:-.01em;color:var(--qode-main-color)}.qodef-countdown.qodef-layout--simple .qodef-label{font-family:Geologica,sans-serif;font-size:13px;line-height:1em;font-weight:500;letter-spacing:.03em;color:var(--qode-main-color);text-transform:uppercase;margin-top:12px}.qodef-counter.qodef-layout--simple{text-align:center}.qodef-counter.qodef-layout--simple .qodef-m-digit{font-family:inherit;font-weight:600;font-size:75px;line-height:1;color:var(--qode-main-color)}.qodef-counter.qodef-layout--simple .qodef-m-title{margin:5px 0 0}.qodef-counter.qodef-layout--simple .qodef-m-text{margin:0}.widget.widget_vitasana_core_custom_font{margin-bottom:0!important}.qodef-custom-font{position:relative;margin:0}.qodef-dropcaps{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-dropcaps .qodef-m-letter{position:relative;top:5px;display:flex;align-items:center;justify-content:center;float:left;margin:0 10px 5px 0;font-family:Geologica,sans-serif;font-weight:500;letter-spacing:-.01em;color:var(--qode-main-color);font-size:34px;line-height:1.35294em}@media only screen and (max-width:1512px){.qodef-dropcaps .qodef-m-letter{font-size:30px}}.qodef-dropcaps .qodef-m-text{display:inline;margin:0}.qodef-dropcaps:not(.qodef-type--simple) .qodef-m-letter{width:40px;height:40px;font-size:27px;line-height:1.2963em;color:#fff;background-color:var(--qode-main-color)}@media only screen and (max-width:1512px){.qodef-dropcaps:not(.qodef-type--simple) .qodef-m-letter{font-size:25px}}.qodef-dropcaps.qodef-type--circle .qodef-m-letter{border-radius:100%}.qodef-google-map{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-google-map .qodef-m-map{display:block;width:100%;border-radius:20px}.qodef-google-map .qodef-m-map embed,.qodef-google-map .qodef-m-map iframe,.qodef-google-map .qodef-m-map object{width:100%;display:block}.qodef-google-map .qodef-m-map img{max-width:none}.qodef-highlight .qodef-highlight-text{padding:0 5px;color:#fff;background-color:var(--qode-main-color)}.qodef-icon-list-item{position:relative;display:inline-block;width:100%;vertical-align:top;line-height:1}.qodef-icon-list-item .qodef-e-link{position:absolute;top:0;left:0;width:100%;height:100%}.qodef-icon-list-item .qodef-e-title{position:relative;display:inline-flex;align-items:flex-end;margin:0;line-height:1}.qodef-icon-list-item .qodef-e-title a{display:inline-block}.qodef-icon-list-item:hover .qodef-icon-holder{color:var(--qode-color,currentColor);transition:color .2s ease-out}.qodef-icon-list-item:hover .qodef-icon-holder.qodef-layout--circle,.qodef-icon-list-item:hover .qodef-icon-holder.qodef-layout--square{background-color:var(--qode-bg-color,var(--qode-main-color));border-color:var(--qode-border-color);color:var(--qode-color,#fff);transition:color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out}.qodef-icon-list-item:hover:hover .qodef-icon-holder{color:var(--qode-hover-color)}.qodef-icon-list-item:hover:hover .qodef-icon-holder.qodef-layout--circle,.qodef-icon-list-item:hover:hover .qodef-icon-holder.qodef-layout--square{background-color:var(--qode-bg-hover-color,var(--qode-main-color));border-color:var(--qode-border-hover-color);color:var(--qode-hover-color,#fff)}.qodef-icon-list-item span.qodef-e-title{font-family:Geologica,sans-serif;font-size:11px;line-height:14px;font-weight:400;letter-spacing:.07em;text-transform:uppercase}#qodef-top-area .qodef-icon-list-item span.qodef-e-title{line-height:17px}.qodef-icon-list-item .qodef-e-title-inner{display:flex;align-items:center}.qodef-icon-list-item .qodef-icon-holder{flex-shrink:0;margin-right:7px;float:none}.qodef-icon-list-item .qodef-icon-holder .qodef-icon{font-size:13px}.qodef-icon-list-item .qodef-icon-holder.qodef-layout--circle .qodef-icon.qodef-icon-elegant-icons.social_facebook:before{line-height:25px}#qodef-top-area .qodef-icon-list-item .qodef-icon-holder{line-height:1.1}.qodef-icon-list-item.qodef-icon--custom-icon .qodef-e-icon-wrapper{position:relative;display:inline-block;vertical-align:top}.qodef-icon-list-item.qodef-icon--custom-icon .qodef-e-icon-wrapper a,.qodef-icon-list-item.qodef-icon--custom-icon .qodef-e-icon-wrapper img{display:block}.qodef-icon-list-item .qodef-e-title-text{--qodef-underline-position-y:calc(100% - 1px);--qodef-underline-height:1px;background-repeat:no-repeat;background-image:linear-gradient(90deg,currentColor 0,currentColor 100%);background-position:0 var(--qodef-underline-position-y);background-size:0 var(--qodef-underline-height);transition:background-size .5s cubic-bezier(.25,.46,.35,.94),color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out}.qodef-icon-list-item:hover .qodef-e-title-text{background-size:100% var(--qodef-underline-height)}.widget.widget_vitasana_core_icon_list_item{display:inline-flex;margin-right:11px}body.woocommerce #qodef-page-sidebar .widget.widget_vitasana_core_icon_list_item{margin-right:10px}#qodef-page-sidebar .widget.widget_vitasana_core_icon_list_item{margin-bottom:0}body.woocommerce #qodef-page-sidebar .widget.widget_vitasana_core_icon_list_item{margin-bottom:0}#qodef-page-footer .widget.widget_vitasana_core_icon_list_item{margin-bottom:0}#qodef-side-area .widget.widget_vitasana_core_icon_list_item{margin-bottom:0}.qodef-icon-with-text .qodef-m-title{margin:0}.qodef-icon-with-text .qodef-m-title a{display:block}.qodef-icon-with-text span.qodef-m-title{font-family:Geologica,sans-serif;font-size:11px;font-weight:400;letter-spacing:.07em;line-height:14px;text-transform:uppercase}.qodef-icon-with-text p.qodef-m-title{font-family:Geologica,sans-serif;font-size:18px;font-weight:500;letter-spacing:-.01em;line-height:30px}.qodef-icon-with-text .qodef-m-description{margin:2px 0 7px}.qodef-icon-with-text .qodef-m-icon-wrapper{line-height:1}.qodef-icon-with-text .qodef-icon-holder{float:none;width:52px;height:52px;border-radius:50%;background:#fe9a31;display:inline-flex;align-items:center;justify-content:center}.qodef-icon-with-text .qodef-m-content{position:relative;display:inline-block;width:100%;vertical-align:top;background-color:rgba(255,255,255,.01);border:1px solid rgba(255,255,255,.19);border-radius:17px}@supports ((-webkit-backdrop-filter:none) or (backdrop-filter:none)){.qodef-icon-with-text .qodef-m-content{-webkit-backdrop-filter:blur(7px) brightness(108%);backdrop-filter:blur(7px) brightness(108%)}}.qodef-icon-with-text.qodef--custom-icon .qodef-m-icon-wrapper{position:relative;display:inline-block;vertical-align:top}.qodef-icon-with-text.qodef--custom-icon .qodef-m-icon-wrapper a,.qodef-icon-with-text.qodef--custom-icon .qodef-m-icon-wrapper img{display:block}.qodef-icon-with-text.qodef-skin--light .qodef-button,.qodef-icon-with-text.qodef-skin--light .qodef-m-description,.qodef-icon-with-text.qodef-skin--light .qodef-m-title a{color:#fff}.qodef-icon-with-text.qodef-disable-icon-badge .qodef-icon-holder{background:0 0;width:auto;height:auto}.qodef-icon-with-text.qodef-disable-blur .qodef-m-content{-webkit-backdrop-filter:none;backdrop-filter:none;border:0}.qodef-icon-with-text.qodef--has-appear.qodef--has-appear .qodef-m-content{--qode-x:0px;--qode-y:30px;opacity:0;transform:translateX(var(--qode-x)) translateY(var(--qode-y));transition:opacity .37s ease-out,transform .55s cubic-bezier(.18,.79,.29,.93)}.qodef-icon-with-text.qodef--has-appear.qodef--has-appear .qodef-m-icon-wrapper{--qode-x:0px;--qode-y:30px;opacity:0;transform:translateX(var(--qode-x)) translateY(var(--qode-y));transition:opacity .37s ease-out,transform .55s cubic-bezier(.18,.79,.29,.93)}.qodef-icon-with-text.qodef--has-appear.qodef--has-appear.qodef--appeared .qodef-m-content{opacity:1;transform:translateX(0) translateY(0)}.qodef-icon-with-text.qodef--has-appear.qodef--has-appear.qodef--appeared .qodef-m-icon-wrapper{opacity:1;transform:translateX(0) translateY(0);transition-delay:.15s,.15s}.qodef-icon-with-text.qodef-layout--before-content{display:flex;align-items:flex-start;flex-direction:column}.qodef-icon-with-text.qodef-layout--before-content .qodef-m-icon-wrapper{flex-shrink:0;margin-right:15px;position:absolute;z-index:10;top:-26px;left:27px}.qodef-icon-with-text.qodef-layout--before-content .qodef-m-content{padding:49px 26px 36px}.qodef-icon-with-text.qodef-layout--before-content.qodef-disable-blur .qodef-m-icon-wrapper{left:0}.qodef-icon-with-text.qodef-layout--before-content.qodef-disable-blur .qodef-m-content{padding:49px 0 36px}.qodef-icon-with-text.qodef-layout--before-title .qodef-m-title{line-height:1}.qodef-icon-with-text.qodef-layout--before-title .qodef-m-title-inner{display:flex;align-items:center}.qodef-icon-with-text.qodef-layout--before-title .qodef-m-icon-wrapper{flex-shrink:0;margin-right:19px}.qodef-icon-with-text.qodef-layout--before-title.qodef--retina img{max-width:50%}.qodef-icon-with-text.qodef-layout--before-title.qodef-has-link .qodef-m-title-text{--qodef-underline-position-y:100%;--qodef-underline-height:1px;background-repeat:no-repeat;background-image:linear-gradient(90deg,currentColor 0,currentColor 100%);background-position:0 var(--qodef-underline-position-y);background-size:0 var(--qodef-underline-height);transition:background-size .5s cubic-bezier(.25,.46,.35,.94),color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;padding:2px 0}.qodef-icon-with-text.qodef-layout--before-title.qodef-has-link:hover .qodef-m-title-text{background-size:100% var(--qodef-underline-height)}.qodef-icon-with-text.qodef-layout--top .qodef-m-title{margin-top:21px}.qodef-icon-with-text.qodef-layout--top.qodef-alignment--center{text-align:center}.qodef-icon-with-text.qodef-layout--top.qodef-alignment--left{text-align:left}.qodef-icon-with-text.qodef-layout--top.qodef-alignment--right{text-align:right}.qodef-icon-with-text.qodef-layout--top.qodef--retina img{max-width:50%;margin:0 auto}.qodef-icon-with-text.qodef-layout--top.qodef--retina.qodef-alignment--left img{margin-left:0}.qodef-icon-with-text.qodef-layout--top.qodef--retina.qodef-alignment--right img{margin-right:0}.widget.widget_vitasana_core_icon_with_text{display:inline-flex}#qodef-page-sidebar .widget.widget_vitasana_core_icon_with_text{margin-bottom:0}#qodef-page-footer .widget.widget_vitasana_core_icon_with_text{margin-bottom:0}#qodef-side-area .widget.widget_vitasana_core_icon_with_text{margin-bottom:0}.widget.widget_vitasana_core_icon_with_text .qodef-icon-with-text.qodef--svg-icon .qodef-m-icon-wrapper{margin-right:8px}.widget.widget_vitasana_core_icon_with_text .qodef-icon-with-text.qodef--svg-icon svg{fill:currentColor}.qodef-icon-holder{position:relative;display:inline-block;vertical-align:top;width:auto;line-height:1;color:var(--qode-color,currentColor);transition:color .2s ease-out}.qodef-icon-holder a{display:block}.qodef-icon-holder .qodef-icon{display:block;line-height:inherit}.qodef-icon-holder .qodef-icon:before{display:block;line-height:inherit}.qodef-icon-holder:hover{color:var(--qode-hover-color)}.qodef-icon-holder.qodef-layout--circle,.qodef-icon-holder.qodef-layout--square{width:25px;height:25px;line-height:25px;text-align:center;background-color:var(--qode-bg-color,var(--qode-main-color));border-color:var(--qode-border-color);color:var(--qode-color,#fff);transition:color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out}.qodef-icon-holder.qodef-layout--circle a,.qodef-icon-holder.qodef-layout--square a{color:inherit;transition:none}.qodef-icon-holder.qodef-layout--circle:hover,.qodef-icon-holder.qodef-layout--square:hover{background-color:var(--qode-bg-hover-color,var(--qode-main-color));border-color:var(--qode-border-hover-color);color:var(--qode-hover-color)}.qodef-icon-holder.qodef-layout--circle{border-radius:50%}.qodef-icon-holder.qodef-size--tiny{font-size:1.33333333em}.qodef-icon-holder.qodef-size--small{font-size:2em}.qodef-icon-holder.qodef-size--medium{font-size:3em}.qodef-icon-holder.qodef-size--large{font-size:4em}.qodef-icon-holder.qodef-size--huge{font-size:5em}.widget.widget_vitasana_core_icon{display:inline-block;line-height:1}#qodef-page-sidebar .widget.widget_vitasana_core_icon{margin-bottom:0}#qodef-page-footer .widget.widget_vitasana_core_icon{margin-bottom:0}#qodef-side-area .widget.widget_vitasana_core_icon{margin-bottom:0}.qodef-image-gallery.qodef-swiper-container .swiper-button-next,.qodef-image-gallery.qodef-swiper-container .swiper-button-prev,.qodef-image-gallery.qodef-swiper-container~.swiper-button-next.swiper-button-outside,.qodef-image-gallery.qodef-swiper-container~.swiper-button-prev.swiper-button-outside{width:61px!important;height:61px!important;display:flex;align-items:center;justify-content:center;background:0 0;color:#fff}.qodef-image-gallery.qodef-swiper-container .swiper-button-next svg,.qodef-image-gallery.qodef-swiper-container .swiper-button-prev svg,.qodef-image-gallery.qodef-swiper-container~.swiper-button-next.swiper-button-outside svg,.qodef-image-gallery.qodef-swiper-container~.swiper-button-prev.swiper-button-outside svg{width:30px;height:20px}.qodef-image-gallery.qodef-swiper-container .swiper-button-prev{left:-1px!important;translate:0 -50%;width:61px;height:61px;transition:transform .6s cubic-bezier(.18,.79,.29,.93);will-change:transform;overflow:hidden;border-radius:inherit;backface-visibility:hidden;border-radius:0 13px 13px 0;transform:translateX(-5px);--qode-x:-7px}.qodef-image-gallery.qodef-swiper-container .swiper-button-prev:before{content:'';display:block;position:absolute;top:0;left:0;width:100%;height:100%;border:1px solid rgba(255,255,255,.19);z-index:2;border-radius:inherit;border-left-color:transparent}.qodef-image-gallery.qodef-swiper-container .swiper-button-prev .qodef-bg{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;border-radius:inherit;background-color:rgba(255,255,255,.01)}@supports ((-webkit-backdrop-filter:none) or (backdrop-filter:none)){.qodef-image-gallery.qodef-swiper-container .swiper-button-prev .qodef-bg{-webkit-backdrop-filter:blur(7px) brightness(108%);backdrop-filter:blur(7px) brightness(108%)}}.qodef-image-gallery.qodef-swiper-container .swiper-button-prev svg{transform:translateX(0)}.qodef-image-gallery.qodef-swiper-container .swiper-button-prev:hover{transform:translateX(0)}.qodef-image-gallery.qodef-swiper-container .swiper-button-prev:hover svg{transform:translateX(0);transition-delay:0s}.qodef-image-gallery.qodef-swiper-container .swiper-button-next{right:-1px!important;translate:0 -50%;width:61px;height:61px;transition:transform .6s cubic-bezier(.18,.79,.29,.93);will-change:transform;overflow:hidden;border-radius:inherit;backface-visibility:hidden;border-radius:13px 0 0 13px;transform:translateX(5px);--qode-x:7px}.qodef-image-gallery.qodef-swiper-container .swiper-button-next:before{content:'';display:block;position:absolute;top:0;left:0;width:100%;height:100%;border:1px solid rgba(255,255,255,.19);z-index:2;border-radius:inherit;border-left-color:transparent}.qodef-image-gallery.qodef-swiper-container .swiper-button-next .qodef-bg{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;border-radius:inherit;background-color:rgba(255,255,255,.01)}@supports ((-webkit-backdrop-filter:none) or (backdrop-filter:none)){.qodef-image-gallery.qodef-swiper-container .swiper-button-next .qodef-bg{-webkit-backdrop-filter:blur(7px) brightness(108%);backdrop-filter:blur(7px) brightness(108%)}}.qodef-image-gallery.qodef-swiper-container .swiper-button-next svg{transform:translateX(0)}.qodef-image-gallery.qodef-swiper-container .swiper-button-next:hover{transform:translateX(0)}.qodef-image-gallery.qodef-swiper-container .swiper-button-next:hover svg{transform:translateX(0);transition-delay:0s}.qodef-image-gallery.qodef-swiper-container.swiper-container-horizontal.qodef-swiper--show-pagination .swiper-button-prev,.qodef-image-gallery.qodef-swiper-container.swiper-horizontal.qodef-swiper--show-pagination .swiper-button-prev{top:calc(50% - 19.5px)}.qodef-image-gallery.qodef-swiper-container.swiper-container-horizontal.qodef-swiper--show-pagination .swiper-button-next,.qodef-image-gallery.qodef-swiper-container.swiper-horizontal.qodef-swiper--show-pagination .swiper-button-next{top:calc(50% - 19.5px)}.qodef-image-gallery.qodef-border-radius--yes img{border-radius:15px}.qodef-image-gallery.qodef-image-gallery--enable-border img{border:1px solid #ebebeb}.qodef-image-marquee{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-image-marquee .qodef-m-content{position:relative;display:inline-block;width:100%;vertical-align:top;margin:0 auto;overflow:hidden}.qodef-image-marquee .qodef-m-content.qodef--mobile{display:none}.qodef-image-marquee .qodef-m-content.qodef--mobile .qodef-m-image{background-size:cover!important}.qodef-image-marquee .qodef-m-image{position:absolute;top:0;left:0;height:100%}.qodef-image-marquee .qodef-m-image.qodef-image--copy{will-change:transform;backface-visibility:hidden;transform:translateX(100%) translateZ(0)}.qodef-image-marquee .qodef-m-image a{position:relative;display:block}@keyframes qode-move-marquee{0%{transform:translateX(0) translateZ(0)}100%{transform:translateX(-100%) translateZ(0)}}@keyframes qode-move-marquee-copy{0%{transform:translateX(100%) translateZ(0)}100%{transform:translateX(0) translateZ(0)}}.qodef-image-with-text{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-image-with-text .qodef-m-image{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-image-with-text .qodef-m-image a,.qodef-image-with-text .qodef-m-image img{display:block}.qodef-image-with-text .qodef-m-content{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-image-with-text .qodef-m-title{margin:22px 0 0}.qodef-image-with-text .qodef-m-text{margin:9px 0 0}.qodef-image-with-text .qodef-m-button{--qode-x:-10px;--qode-y:0;opacity:0;transform:translateX(var(--qode-x)) translateY(var(--qode-y));transition:opacity .37s ease-out,transform .55s cubic-bezier(.18,.79,.29,.93);padding-bottom:1px}.qodef-image-with-text .qodef-button .qodef-m-text{margin:0}.qodef-image-with-text.qodef-layout--link-below .qodef-link-below-holder{display:inline-flex;flex-direction:row;align-items:center;justify-content:space-between;width:100%;margin:22px 0 0}.qodef-image-with-text.qodef-layout--link-below .qodef-link-below-holder .qodef-m-title{margin:0}.qodef-image-with-text.qodef-image-with-text--enable-border .qodef-m-image{overflow:hidden;border-radius:15px;border:1px solid #ebebeb}.qodef-image-with-text.qodef--has-hover .qodef-m-image{transform:translateY(0);transition:transform .5s cubic-bezier(.26,.57,.32,.95),box-shadow .5s ease-out;box-shadow:0 4px 20px 0 rgba(33,33,43,0)}.qodef-browser--safari .qodef-image-with-text.qodef--has-hover .qodef-m-image{will-change:transform}.qodef-image-with-text.qodef--has-hover:hover .qodef-m-button{opacity:1;transform:translateX(0) translateY(0)}.qodef-image-with-text.qodef--has-hover:hover .qodef-m-image{transform:translateY(-6px);box-shadow:0 4px 10px 0 rgba(33,33,43,.1)}.qodef-image-with-text.qodef--has-appear .qodef-m-inner{--qodef-translate-y:40px;transform:translateY(var(--qodef-translate-y));opacity:0;transition:transform 1.1s cubic-bezier(.28,.89,.18,1.09),opacity .35s}.qodef-image-with-text.qodef--has-appear.qodef--appeared .qodef-m-inner{transform:translateY(0);opacity:1}.qodef-info-section.qodef-layout--background-text{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-info-section.qodef-layout--background-text .qodef-m-info{position:relative;z-index:2}.qodef-info-section.qodef-layout--background-text .qodef-m-title{margin:0 0 18px}.qodef-info-section.qodef-layout--background-text .qodef-m-text{margin:0}.qodef-info-section.qodef-layout--background-text .qodef-button{margin-top:6px}.qodef-info-section.qodef-layout--background-text .qodef-m-background-text{position:absolute;display:inline-block;color:rgba(var(--qode-main-color),.1);text-align:center;font-weight:700;font-size:250px}.qodef-info-section.qodef-layout--background-text.qodef-background-text-pos--top-left .qodef-m-background-text{top:0;left:-20px}.qodef-info-section.qodef-layout--background-text.qodef-background-text-pos--top-right .qodef-m-background-text{top:0;right:-20px}.qodef-info-section.qodef-layout--background-text.qodef-background-text-pos--bottom-left .qodef-m-background-text{bottom:0;left:-20px}.qodef-info-section.qodef-layout--background-text.qodef-background-text-pos--bottom-right .qodef-m-background-text{bottom:0;right:-20px}.qodef-info-section.qodef-layout--background-text.qodef-background-text-pos--center .qodef-m-background-text{font-size:450px;top:34px;left:0;right:0;text-align:center}.qodef-link-item{position:relative;display:inline-block;width:100%;vertical-align:top;line-height:1}.qodef-link-item.qodef-alignment--center{text-align:center}.qodef-link-item.qodef-alignment--right{text-align:right}.qodef-link-item .qodef-e-title{position:relative;display:inline-block;vertical-align:top;margin:0;line-height:1;background:var(--qode-main-color);border-radius:6px;padding:1px 10px}.qodef-link-item .qodef-e-title a{display:block;color:inherit;line-height:23px}.qodef-link-item p.qodef-e-title{font-family:Geologica,sans-serif;font-size:11px;font-weight:500;line-height:14px;letter-spacing:.03em;color:#fff;text-transform:uppercase}.qodef-link-item .qodef-icon-holder{flex-shrink:0;margin-right:5px;float:none}.qodef-link-item .qodef-icon-holder .qodef-icon{font-size:15px}.qodef-link-item.qodef-icon--custom-icon .qodef-e-icon-wrapper{position:relative;display:inline-block;vertical-align:top}.qodef-link-item.qodef-icon--custom-icon .qodef-e-icon-wrapper a,.qodef-link-item.qodef-icon--custom-icon .qodef-e-icon-wrapper img{display:block}#qodef-page-sidebar .widget.widget_vitasana_core_link_item{margin-bottom:0}#qodef-page-footer .widget.widget_vitasana_core_link_item{margin-bottom:0}#qodef-side-area .widget.widget_vitasana_core_link_item{margin-bottom:0}.qodef-pricing-table{position:relative;display:inline-block;width:100%;vertical-align:top;text-align:left}.qodef-pricing-table.qodef-status--featured .qodef-m-subtitle-holder{background:#fe9a31}.qodef-pricing-table.qodef-disable-blur .qodef-m-inner{-webkit-backdrop-filter:none;backdrop-filter:none;background:#eff4f8;border:1px solid #e4edf5}.qodef-pricing-table.qodef-disable-blur .qodef-m-inner .qodef-m-price-wrapper{border-color:#dce1ee}.qodef-pricing-table.qodef-skin--light .qodef-m-content,.qodef-pricing-table.qodef-skin--light .qodef-m-content ul li,.qodef-pricing-table.qodef-skin--light .qodef-m-price-wrapper,.qodef-pricing-table.qodef-skin--light .qodef-m-subtitle,.qodef-pricing-table.qodef-skin--light .qodef-m-title{color:#fff!important}.qodef-pricing-table.qodef-skin--light .qodef-m-content ul li:before{background:#fff}.qodef-pricing-table.qodef-skin--light .qodef-m-button .qodef-button{--qode-button-color:#fff;--qode-button-border-color:#fff}.qodef-pricing-table.qodef-skin--light .qodef-m-price .qodef-m-price-wrapper{border-color:#fff}.qodef-pricing-table .qodef-m-inner{padding:23px 29px 29px;background-color:rgba(255,255,255,.01);border:1px solid rgba(255,255,255,.19);border-radius:17px}@supports ((-webkit-backdrop-filter:none) or (backdrop-filter:none)){.qodef-pricing-table .qodef-m-inner{-webkit-backdrop-filter:blur(7px) brightness(108%);backdrop-filter:blur(7px) brightness(108%)}}.qodef-pricing-table .qodef-m-subtitle-holder{background:#5aa4e5;border-radius:5em;display:inline-flex;align-items:center;padding:2px 9px;margin-bottom:10px}.qodef-pricing-table .qodef-m-subtitle-holder .qodef-m-subtitle{font-family:Geologica,sans-serif;font-size:10px;font-weight:500;letter-spacing:.03em;line-height:13px;color:#fff;text-transform:uppercase;margin:0}.qodef-pricing-table .qodef-m-title p{margin:0}.qodef-pricing-table .qodef-m-price{margin-top:-3px}.qodef-pricing-table .qodef-m-price .qodef-m-price-wrapper{display:flex;margin:0;justify-content:flex-start;color:var(--qode-main-color);border-bottom:2px solid var(--qode-main-color);font-size:35px;font-weight:500;letter-spacing:-.01em;line-height:44px;font-family:Geologica,sans-serif;padding-bottom:10px}@media only screen and (max-width:1512px){.qodef-pricing-table .qodef-m-price .qodef-m-price-wrapper{font-size:30px;line-height:36px}}.qodef-pricing-table .qodef-m-content{margin:19px 0 0;color:var(--qode-main-color)}.qodef-pricing-table .qodef-m-content ul{list-style:none;margin:0}.qodef-pricing-table .qodef-m-content ul li{margin-bottom:8px;display:flex;align-items:center;justify-content:flex-start;color:var(--qode-main-color);font-size:16px;font-weight:400;letter-spacing:0;line-height:21px}.qodef-pricing-table .qodef-m-content ul li:last-child{margin-bottom:0}.qodef-pricing-table .qodef-m-content ul li:before{content:'';width:7px;height:7px;border-radius:50%;background:var(--qode-main-color);margin-right:10px;display:inline-block}.qodef-pricing-table .qodef-m-button .qodef-button{margin:42px 0 0}.qodef-progress-bar{position:relative;display:inline-block;width:100%;vertical-align:top;visibility:hidden}.qodef-progress-bar .qodef-m-inner{position:relative;display:flex;flex-direction:column}.qodef-progress-bar .qodef-m-canvas{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-progress-bar .qodef-m-canvas svg{display:block}.qodef-progress-bar .qodef-m-title{margin:20px 0 0}.qodef-progress-bar.qodef--init{visibility:visible}.qodef-progress-bar:not(.qodef-layout--line) .progressbar-text{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;padding:0;margin:0;font-family:Geologica,sans-serif;font-weight:500;letter-spacing:-.01em;color:var(--qode-main-color);font-size:23px;line-height:1.30435em}@media only screen and (max-width:1512px){.qodef-progress-bar:not(.qodef-layout--line) .progressbar-text{font-size:20px}}.qodef-progress-bar.qodef-layout--semi-circle .progressbar-text{padding-top:20px;transform:none!important}.qodef-progress-bar.qodef-layout--line .qodef-m-inner{flex-direction:column-reverse}.qodef-progress-bar.qodef-layout--line .proggress{width:0}.qodef-progress-bar.qodef-layout--line .percentCount{position:absolute;top:-24px;right:0;width:auto}.qodef-progress-bar.qodef-layout--line .qodef-m-title{margin:0 0 7px}.qodef-progress-bar.qodef-layout--line.qodef-percentage--floating .percentCount{left:0;right:auto;transform:translateX(-50%)}.qodef-section-title{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-section-title .qodef-m-title{margin:0}.qodef-section-title .qodef-m-subtitle{font-family:Geologica,sans-serif;font-size:13px;font-weight:500;letter-spacing:.03em;line-height:17px;text-transform:uppercase;margin:2px 0}.qodef-section-title .qodef-m-description{margin:10px 0 0}.qodef-section-title.qodef-alignment--center{text-align:center}.qodef-section-title.qodef-alignment--left{text-align:left}.qodef-section-title.qodef-alignment--right{text-align:right}.qodef-section-title .qodef-button{margin-top:23px}.qodef-section-title .qodef-m-button{display:inline-block}.qodef-section-title.qodef-skin--light .qodef-button,.qodef-section-title.qodef-skin--light .qodef-m-description,.qodef-section-title.qodef-skin--light .qodef-m-subtitle,.qodef-section-title.qodef-skin--light .qodef-m-title{color:#fff}.qodef-separator{font-size:0;height:auto;line-height:1;position:relative}.qodef-separator .qodef-m-line{position:relative;display:inline-block;width:100%;vertical-align:top;border-bottom:1px solid #ebebeb}.qodef-separator.qodef-position--center{text-align:center}.qodef-separator.qodef-position--left{text-align:left}.qodef-separator.qodef-position--right{text-align:right}.qodef-separator.qodef-show--yes{display:block}.qodef-separator.qodef-show--no{display:none}@media only screen and (max-width:1600px){.qodef-separator.qodef-show-1600--yes{display:block}}@media only screen and (max-width:1600px){.qodef-separator.qodef-show-1600--no{display:none}}@media only screen and (max-width:1512px){.qodef-separator.qodef-show-1512--yes{display:block}}@media only screen and (max-width:1512px){.qodef-separator.qodef-show-1512--no{display:none}}@media only screen and (max-width:1368px){.qodef-separator.qodef-show-1368--yes{display:block}}@media only screen and (max-width:1368px){.qodef-separator.qodef-show-1368--no{display:none}}@media only screen and (max-width:1200px){.qodef-separator.qodef-show-1200--yes{display:block}}@media only screen and (max-width:1200px){.qodef-separator.qodef-show-1200--no{display:none}}@media only screen and (max-width:1024px){.qodef-separator.qodef-show-1024--yes{display:block}}@media only screen and (max-width:1024px){.qodef-separator.qodef-show-1024--no{display:none}}@media only screen and (max-width:880px){.qodef-separator.qodef-show-880--yes{display:block}}@media only screen and (max-width:880px){.qodef-separator.qodef-show-880--no{display:none}}@media only screen and (max-width:680px){.qodef-separator.qodef-show-680--yes{display:block}}@media only screen and (max-width:680px){.qodef-separator.qodef-show-680--no{display:none}}#qodef-page-sidebar .widget.widget_vitasana_core_separator{margin-bottom:0}#qodef-page-footer .widget.widget_vitasana_core_separator{margin-bottom:0}#qodef-side-area .widget.widget_vitasana_core_separator{margin-bottom:0}.qodef-simple-image-link-holder{display:flex;justify-content:center;align-items:center;width:100%}.qodef-simple-image-link-holder .qodef-simple-image-link-holder-inner{display:inline-flex;flex-direction:row;flex-grow:1;justify-content:space-between}.qodef-simple-image-link-holder .qodef-simple-image-link-holder-inner .qodef-image-link-item{backface-visibility:hidden;transform:translateZ(10px);will-change:transform}.qodef-simple-image-link-holder .qodef-simple-image-link-holder-inner .qodef-image-link-item a{display:flex;align-items:center;justify-content:center;flex-direction:column}.qodef-simple-image-link-holder .qodef-simple-image-link-holder-inner .qodef-image-link-item .qodef-pc-item-image{--qode-y:-3px;transform:translateY(0);transition:transform .42s cubic-bezier(.42,.78,.32,.97)}.qodef-simple-image-link-holder .qodef-simple-image-link-holder-inner .qodef-image-link-item:hover .qodef-pc-item-image{transform:translateY(var(--qode-y))}.qodef-simple-image-link-holder.qodef-skin--dark .qodef-item-title{color:#000;margin:7px 0 0}.qodef-single-image img{display:block}.qodef-alignment--center .qodef-single-image img{margin:0 auto}.qodef-alignment--right .qodef-single-image img{margin:0 0 0 auto}.qodef-stacked-images .qodef-m-images{position:relative;display:inline-block}.qodef-stacked-images .qodef-m-images .qodef-m-image:not(:first-child){position:absolute}.qodef-stacked-images .qodef-m-images .qodef-m-image:not(:first-child) img{max-width:initial}@media only screen and (max-width:1200px){.qodef-stacked-images .qodef-m-images .qodef-m-image:not(:first-child) img{width:50%}}.qodef-stacked-images.qodef--has-appear .qodef-m-image{opacity:0;transition:.35s opacity ease-out}.qodef-stacked-images.qodef--has-appear.qodef--appeared .qodef-m-image{opacity:1}.qodef-stacked-images.qodef--has-appear.qodef--appeared .qodef-m-image:nth-of-type(2){transition-delay:.2s}.widget.qodef-stamp-widget{margin-bottom:0}.qodef-stamp{position:relative;display:inline-block;vertical-align:top;width:195px;height:195px;color:var(--qode-main-color);font-family:Inter,sans-serif;font-size:12px;font-weight:400;text-transform:uppercase}.qodef-stamp .qodef-m-centered-text{font-family:Inter,sans-serif;font-size:80px;color:var(--qode-main-color);position:absolute;left:0;right:0;text-align:center;display:inline-block;top:50%;transform:translateY(-50%)}.qodef-stamp .qodef-m-circle{position:absolute;top:2px;left:2px;width:calc(100% - 4px);height:calc(100% - 4px);border:1px solid currentColor;border-radius:100%;opacity:0;transform:scale(.6);transition:opacity .2s ease,transform .3s ease}.qodef-stamp .qodef-m-text{position:relative;display:block;height:100%}.qodef-stamp .qodef-m-text>*{position:absolute;top:0;left:calc(50% - 4px);width:8px;height:50%;text-align:center;opacity:0;transition:opacity .1s;transform-origin:bottom center;transform:rotate(-90deg)}.qodef-stamp.qodef--appear .qodef-m-circle{opacity:.8;transform:scale(1)}.qodef-stamp.qodef--init .qodef-m-text>*{opacity:1}.qodef-stamp.qodef--abs{position:absolute}@media only screen and (max-width:1512px){.qodef-stamp.qodef-hide-on--1512{display:none}}@media only screen and (max-width:1368px){.qodef-stamp.qodef-hide-on--1368{display:none}}@media only screen and (max-width:1200px){.qodef-stamp.qodef-hide-on--1200{display:none}}@media only screen and (max-width:1024px){.qodef-stamp.qodef-hide-on--1024{display:none}}@media only screen and (max-width:880px){.qodef-stamp.qodef-hide-on--880{display:none}}@media only screen and (max-width:680px){.qodef-stamp.qodef-hide-on--680{display:none}}.qodef-tabs{position:relative;display:inline-block;width:100%;vertical-align:top;visibility:hidden}.qodef-tabs.qodef--init{visibility:visible}.qodef-tabs .qodef-tabs-navigation{margin:0;padding:0;list-style:none}.qodef-tabs .qodef-tabs-content{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-tabs .qodef-tabs-content p{margin:0}.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation{position:relative;display:flex;align-items:center;margin:0;padding:0;list-style:none}.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation:after{content:"";display:block;position:absolute;bottom:0;left:0;width:100%;height:2px;background-color:#ebebeb;z-index:-1}@media only screen and (max-width:680px){.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation:after{display:none}}.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li{margin:0;padding:0;width:23.6%;text-align:left;--qodef-underline-position-y:100%;--qodef-underline-height:2px;background-repeat:no-repeat;background-image:linear-gradient(90deg,currentColor 0,currentColor 100%);background-position:0 var(--qodef-underline-position-y);background-size:0 var(--qodef-underline-height);transition:background-size .5s cubic-bezier(.25,.46,.35,.94),color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out}.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li a{font-family:Geologica,sans-serif;font-weight:500;letter-spacing:-.01em;font-size:17px;line-height:1.29412em;display:block;padding:0 0 17px;transition:color .2s ease-out,background-color .2s ease-out}.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li:last-child{margin-right:0}.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li.active,.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li.ui-state-active,.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li.ui-state-hover,.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li:hover{background-size:100% var(--qodef-underline-height)}@media only screen and (max-width:1512px){.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li{width:30%}}@media only screen and (max-width:1200px){.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li{width:33.333333%}}@media only screen and (max-width:1024px){.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li{width:auto;padding-right:30px}}@media only screen and (max-width:880px){.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation{flex-direction:column;align-items:flex-start}.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li{margin:0 0 26px;padding:0}.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li a{padding:0}}@media only screen and (max-width:680px){.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li{margin:0 0 14px}.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li:last-child{margin-bottom:0}.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li:last-child a{padding:0}}.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical{display:flex;align-items:stretch;justify-content:space-between;height:100%}.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-navigation{flex-shrink:0;display:block;padding-right:26px;margin-right:26px;border-right:1px solid #ebebeb}.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-navigation li{width:100%;margin-bottom:26px}.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-navigation li:last-child{margin-bottom:0}.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-navigation li a{display:inline-block;width:auto}.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-content{margin-top:0}.qodef-tabs.qodef-layout--simple .qodef-tabs-content{margin:26px 0 0}@keyframes qode-text-marquee-left{0%{transform:translateX(0)}100%{transform:translateX(-100%)}}@keyframes qode-text-marquee-right{0%{transform:translateX(-100%)}100%{transform:translateX(0)}}.qodef-text-marquee .qodef-m-content{display:flex;font-family:Geologica,sans-serif;font-size:105px;font-weight:400;line-height:1em;overflow:hidden;white-space:nowrap}.qodef-text-marquee .qodef-m-content-inner{padding-right:25px}.qodef--init.qodef-direction--left.qodef-text-marquee .qodef-m-content-inner{animation:qode-text-marquee-left var(--qode-marquee-duration,25s) linear infinite}.qodef--init.qodef-direction--right.qodef-text-marquee .qodef-m-content-inner{animation:qode-text-marquee-right var(--qode-marquee-duration,25s) linear infinite}.qodef-text-marquee .qodef-m-text-1{color:var(--qode-main-color)}.qodef-text-marquee .qodef-m-text-2{color:var(--qode-main-color)}.qodef-text-marquee .qodef-m-text-3{color:var(--qode-main-color)}.qodef-text-marquee .qodef-m-separator{color:var(--qode-main-color);position:relative}.qodef-video-button{position:relative;display:inline-block;vertical-align:middle}.qodef-video-button .qodef-m-play-inner{width:79px;height:79px;display:inline-flex;align-items:center;justify-content:center;position:relative}.qodef-video-button .qodef-m-play-inner .qodef-svg--play{fill:#fff;position:relative;z-index:2}.qodef-video-button .qodef-m-play-inner-bg-holder{position:absolute;top:0;left:0;width:100%;height:100%;position:absolute;top:0;left:0;width:calc(100% + 0px);height:calc(100% + 0px);transform:scale(1);transition:transform .68s cubic-bezier(.29,.82,.3,.93)}.qodef-video-button:hover .qodef-m-play-inner-bg-holder{transform:scale(1.1)}.qodef-video-button .qodef-m-play-inner-bg{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(255,255,255,.01);border:1px solid rgba(255,255,255,.19);border-radius:50%}@supports ((-webkit-backdrop-filter:none) or (backdrop-filter:none)){.qodef-video-button .qodef-m-play-inner-bg{-webkit-backdrop-filter:blur(7px) brightness(108%);backdrop-filter:blur(7px) brightness(108%)}}.qodef-video-button .qodef-m-play{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;display:flex;align-items:center;justify-content:center;color:var(--qode-main-color);font-size:106px;line-height:1}.qodef-video-button .qodef-m-play span:before{display:block;line-height:inherit}@media only screen and (max-width:680px){.qodef-video-button .qodef-m-image img{min-height:400px;object-fit:cover}}#qodef-side-area{position:fixed;top:0;right:-490px;width:490px;height:100%;min-height:100%;padding:120px 75px 35px;text-align:center;background-color:#000;overflow:hidden;visibility:hidden;z-index:9999;transition:all .6s cubic-bezier(.77,0,.175,1)}.qodef-side-area--opened #qodef-side-area{right:0;visibility:visible}#qodef-side-area.qodef-alignment--center{text-align:center}#qodef-side-area.qodef-alignment--right{text-align:right}#qodef-side-area.qodef-alignment--left{text-align:left}#qodef-side-area-close{position:absolute;top:33px;right:40px;display:block;z-index:1000;color:#fff}.admin-bar #qodef-side-area-close{top:65px}.qodef-side-area-cover{position:fixed;top:0;left:0;width:100%;height:100%;opacity:0;overflow:hidden;z-index:0;transition:opacity .2s ease-in-out,z-index .2s ease-in-out}.qodef-side-area--opened .qodef-side-area-cover{opacity:1;z-index:1002}.qodef-social-share{position:relative;display:inline-block;vertical-align:top}.qodef-social-share .qodef-social-title{position:relative;display:inline-block;vertical-align:top;margin:0 14px 0 0;font-family:Geologica,sans-serif;font-weight:500;letter-spacing:-.01em;color:var(--qode-main-color);font-size:17px;line-height:1.29412em;letter-spacing:0;line-height:26px}.qodef-social-share ul{position:relative;display:inline-block;vertical-align:top;list-style:none;padding:0;margin:0}.qodef-social-share li{position:relative;display:inline-flex;align-items:center;justify-content:center;line-height:1;padding:0;margin:0;width:25px;height:25px;border-radius:50%;color:#fff;border:1px solid #fe9a31;background-color:#fe9a31;transition:background-color .35s ease-out,border-color .3s}.qodef-social-share li a{color:inherit;transition:color .3s ease-out}.qodef-social-share li a svg{stroke:currentColor;stroke-width:.5}.qodef-social-share li:hover{background-color:transparent;color:#fe9a31}.qodef-social-share li a{font-size:15px}.qodef-social-share.qodef-layout--dropdown{position:relative;display:inline-block;vertical-align:bottom}.qodef-social-share.qodef-layout--dropdown .qodef-social-title{margin:0;vertical-align:middle}.qodef-social-share.qodef-layout--dropdown .qodef-e-social-share-icon{width:18px;height:auto;margin-left:5px}.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li{opacity:1;visibility:visible;cursor:pointer}.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(2){transition-delay:.2s}.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(3){transition-delay:.3s}.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(4){transition-delay:.4s}.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(5){transition-delay:.5s}.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(6){transition-delay:.6s}.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(7){transition-delay:.7s}.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown-opener{display:flex}.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown-opener .qodef-social-share-title{display:inline-block;vertical-align:top;margin-right:5px}.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown{position:absolute;visibility:hidden;z-index:950}.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown ul{position:relative;display:block;z-index:990;margin:0;padding:0!important}.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown li{position:absolute;display:flex;align-items:center;justify-content:center;text-align:center;visibility:hidden;overflow:hidden;opacity:0;transition:opacity .2s ease-out,visibility .2s ease-out}.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown li a{transition:color .2s ease-out,background-color .2s ease-out}.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown li>*{display:flex;align-items:center;justify-content:center;line-height:inherit;width:100%;height:100%}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown{bottom:0;left:0}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li{width:90px;height:30px;line-height:30px;border:1px solid #ebebeb}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:not(:first-child){border-top:none}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li.qodef-facebook-share a:hover{background-color:#3b5998;color:#fff}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li.qodef-twitter-share a:hover{background-color:#00aced;color:#fff}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li.qodef-linkedin-share a:hover{background-color:#007bb5;color:#fff}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li.qodef-tumblr-share a:hover{background-color:#32506d;color:#fff}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li.qodef-pinterest-share a:hover{background-color:#cb2027;color:#fff}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li.qodef-vk-share a:hover{background-color:#45668e;color:#fff}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li a{font-size:20px;color:#10235e;background-color:#fff}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(1){bottom:-30px}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(2){bottom:-60px}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(3){bottom:-90px}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(4){bottom:-120px}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(5){bottom:-150px}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(6){bottom:-180px}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(7){bottom:-210px}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown{top:0;right:0}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li{width:calc(90px/3)}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(1){left:5px}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(2){left:35px}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(3){left:65px}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(4){left:95px}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(5){left:125px}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(6){left:155px}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(7){left:185px}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown{top:0;left:0}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li{width:calc(90px/3)}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(1){right:5px}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(2){right:35px}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(3){right:65px}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(4){right:95px}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(5){right:125px}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(6){right:155px}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(7){right:185px}.qodef-social-share.qodef-layout--list li{margin-right:17px}.qodef-social-share.qodef-layout--list li:last-child{margin-right:0}.qodef-social-share.qodef-layout--list.qodef--title-above-icons{display:flex;flex-direction:column}.qodef-social-share.qodef-layout--list.qodef--title-above-icons .qodef-social-title{margin-bottom:17px}.qodef-social-share.qodef-layout--text li{margin-right:15px}.qodef-social-share.qodef-layout--text li:last-child{margin-right:0}.widget .qodef-social-share.qodef-layout--list .qodef-social-title{display:block;margin-bottom:21px}.widget .qodef-social-share.qodef-layout--text .qodef-social-title{display:block;margin-bottom:21px}#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--list li.qodef-facebook-share a:hover{color:#3b5998}#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--list li.qodef-twitter-share a:hover{color:#00aced}#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--list li.qodef-linkedin-share a:hover{color:#007bb5}#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--list li.qodef-tumblr-share a:hover{color:#32506d}#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--list li.qodef-pinterest-share a:hover{color:#cb2027}#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--list li.qodef-vk-share a:hover{color:#45668e}#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--text li.qodef-facebook-share a:hover{color:#3b5998}#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--text li.qodef-twitter-share a:hover{color:#00aced}#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--text li.qodef-linkedin-share a:hover{color:#007bb5}#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--text li.qodef-tumblr-share a:hover{color:#32506d}#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--text li.qodef-pinterest-share a:hover{color:#cb2027}#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--text li.qodef-vk-share a:hover{color:#45668e}#qodef-page-footer .widget .qodef-social-share.qodef-layout--dropdown .qodef-social-title{color:#ccc}#qodef-page-footer .widget .qodef-social-share.qodef-layout--list .qodef-social-title{color:#ccc}#qodef-page-footer .widget .qodef-social-share.qodef-layout--list li.qodef-facebook-share a:hover{color:#3b5998}#qodef-page-footer .widget .qodef-social-share.qodef-layout--list li.qodef-twitter-share a:hover{color:#00aced}#qodef-page-footer .widget .qodef-social-share.qodef-layout--list li.qodef-linkedin-share a:hover{color:#007bb5}#qodef-page-footer .widget .qodef-social-share.qodef-layout--list li.qodef-tumblr-share a:hover{color:#32506d}#qodef-page-footer .widget .qodef-social-share.qodef-layout--list li.qodef-pinterest-share a:hover{color:#cb2027}#qodef-page-footer .widget .qodef-social-share.qodef-layout--list li.qodef-vk-share a:hover{color:#45668e}#qodef-page-footer .widget .qodef-social-share.qodef-layout--text .qodef-social-title{color:#ccc}#qodef-page-footer .widget .qodef-social-share.qodef-layout--text li.qodef-facebook-share a:hover{color:#3b5998}#qodef-page-footer .widget .qodef-social-share.qodef-layout--text li.qodef-twitter-share a:hover{color:#00aced}#qodef-page-footer .widget .qodef-social-share.qodef-layout--text li.qodef-linkedin-share a:hover{color:#007bb5}#qodef-page-footer .widget .qodef-social-share.qodef-layout--text li.qodef-tumblr-share a:hover{color:#32506d}#qodef-page-footer .widget .qodef-social-share.qodef-layout--text li.qodef-pinterest-share a:hover{color:#cb2027}#qodef-page-footer .widget .qodef-social-share.qodef-layout--text li.qodef-vk-share a:hover{color:#45668e}#qodef-side-area .widget .qodef-social-share.qodef-layout--dropdown .qodef-social-title{color:#ccc}#qodef-side-area .widget .qodef-social-share.qodef-layout--list .qodef-social-title{color:#ccc}#qodef-side-area .widget .qodef-social-share.qodef-layout--list li.qodef-facebook-share a:hover{color:#3b5998}#qodef-side-area .widget .qodef-social-share.qodef-layout--list li.qodef-twitter-share a:hover{color:#00aced}#qodef-side-area .widget .qodef-social-share.qodef-layout--list li.qodef-linkedin-share a:hover{color:#007bb5}#qodef-side-area .widget .qodef-social-share.qodef-layout--list li.qodef-tumblr-share a:hover{color:#32506d}#qodef-side-area .widget .qodef-social-share.qodef-layout--list li.qodef-pinterest-share a:hover{color:#cb2027}#qodef-side-area .widget .qodef-social-share.qodef-layout--list li.qodef-vk-share a:hover{color:#45668e}#qodef-side-area .widget .qodef-social-share.qodef-layout--text .qodef-social-title{color:#ccc}#qodef-side-area .widget .qodef-social-share.qodef-layout--text li.qodef-facebook-share a:hover{color:#3b5998}#qodef-side-area .widget .qodef-social-share.qodef-layout--text li.qodef-twitter-share a:hover{color:#00aced}#qodef-side-area .widget .qodef-social-share.qodef-layout--text li.qodef-linkedin-share a:hover{color:#007bb5}#qodef-side-area .widget .qodef-social-share.qodef-layout--text li.qodef-tumblr-share a:hover{color:#32506d}#qodef-side-area .widget .qodef-social-share.qodef-layout--text li.qodef-pinterest-share a:hover{color:#cb2027}#qodef-side-area .widget .qodef-social-share.qodef-layout--text li.qodef-vk-share a:hover{color:#45668e}#qodef-page-spinner{position:fixed;top:0;bottom:0;right:0;left:0;z-index:2000}#qodef-page-spinner .qodef-m-inner{position:relative;display:flex;align-items:center;justify-content:center;width:100%;height:100%;color:#57a6eb;background-color:#fff}#qodef-page-spinner .qodef-m-spinner{position:relative}#qodef-page-spinner.qodef-layout--atom .qodef-m-atom{position:relative;width:100px;height:100px;margin:-50px 0 0 -50px}#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--1{position:absolute;top:50%;left:50%;height:50%;width:50%;z-index:1;animation:qode-atom-shrink 4.5s infinite linear}#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--1:before{content:'';position:absolute;top:-50%;left:-50%;height:100%;width:100%;background:currentColor;border-radius:50%}#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--2,#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--3,#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--4{position:absolute;width:100%;height:100%;z-index:0}#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--2:before,#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--3:before,#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--4:before{content:'';position:absolute;top:0;left:0;height:20px;width:20px;margin:0 auto;background:currentColor;border-radius:50%}#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--2{animation:qode-atom-zindex 1.5s .75s infinite steps(2,end)}#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--2:before{transform:rotate(0);animation:qode-atom-postion 1.5s infinite ease,qode-atom-size 1.5s -1.125s infinite ease}#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--3{transform:rotate(120deg);animation:qode-atom-zindex 1.5s -.25s infinite steps(2,end)}#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--3:before{animation:qode-atom-postion 1.5s -1s infinite ease,qode-atom-size 1.5s -.75s infinite ease}#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--4{transform:rotate(240deg);animation:qode-atom-zindex 1.5s .25s infinite steps(2,end)}#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--4:before{animation:qode-atom-postion 1.5s -.5s infinite ease,qode-atom-size 1.5s -.125s infinite ease}#qodef-page-spinner.qodef-layout--clock .qodef-m-clock{position:relative;width:50px;height:50px;margin:-25px 0 0 -25px;animation:qode-clock 8s infinite steps(8)}#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item{position:absolute;height:50px;width:50px}#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item:before{content:'';position:absolute;height:18.31501832px;width:18.31501832px;background:currentColor;border-radius:50%}#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item.qodef-clock--1{transform:rotate(-135deg);animation:qode-clock-1 1s ease-in infinite}#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item.qodef-clock--2{transform:rotate(-90deg);animation:qode-clock-2 1s ease-in infinite}#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item.qodef-clock--3{transform:rotate(-45deg);animation:qode-clock-3 1s ease-in infinite}#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item.qodef-clock--4{animation:qode-clock-4 1s ease-in infinite}#qodef-page-spinner.qodef-layout--cube .qodef-m-cube{width:60px;height:60px;margin:-30px 0 0 -30px;background-color:currentColor;animation:qode-cube 1.2s infinite ease-in-out}#qodef-page-spinner.qodef-layout--double-pulse .qodef-m-pulses{position:relative;width:40px;height:40px;margin:-20px 0 0 -20px}#qodef-page-spinner.qodef-layout--double-pulse .qodef-m-pulse{position:absolute;top:0;left:0;width:100%;height:100%;background-color:currentColor;border-radius:50%;opacity:.6;animation:qode-double-pulse 2s infinite ease-in-out}#qodef-page-spinner.qodef-layout--double-pulse .qodef-m-pulse.qodef-pulse--2{animation-delay:-1s}#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-five-rotating-circles{position:relative;width:60px;height:60px;margin:-30px 0 0 -30px}#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item{position:absolute;width:100%;height:100%}#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--1 .qodef-circle--2{animation-delay:calc((.6s) - 1.5s)}#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--1 .qodef-circle--3{animation-delay:calc((.9s) - 1.5s)}#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--1 .qodef-circle--4{animation-delay:calc((1.2s) - 1.5s)}#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--2{transform:rotateZ(45deg)}#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--2 .qodef-circle--1{animation-delay:calc((.3s) - 1.4s)}#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--2 .qodef-circle--2{animation-delay:calc((.6s) - 1.4s)}#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--2 .qodef-circle--3{animation-delay:calc((.9s) - 1.4s)}#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--2 .qodef-circle--4{animation-delay:calc((1.2s) - 1.4s)}#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--3{transform:rotateZ(90deg)}#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--3 .qodef-circle--1{animation-delay:calc((.3s) - 1.3s)}#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--3 .qodef-circle--2{animation-delay:calc((.6s) - 1.3s)}#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--3 .qodef-circle--3{animation-delay:calc((.9s) - 1.3s)}#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--3 .qodef-circle--4{animation-delay:calc((1.2s) - 1.3s)}#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-e-circle{position:absolute;width:12px;height:12px;background-color:currentColor;border-radius:100%;animation:qode-bounce-delay 1.2s infinite ease-in-out both}#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-e-circle.qodef-circle--1{top:0;left:0}#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-e-circle.qodef-circle--2{top:0;right:0}#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-e-circle.qodef-circle--3{right:0;bottom:0}#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-e-circle.qodef-circle--4{left:0;bottom:0}#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion{position:relative;width:30px;height:30px;margin:-45px 0 0 -30px}#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item{position:absolute;top:50%;left:50%;height:40px;width:40px;background:currentColor;border-radius:50%}#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item.qodef-fusion--1{top:0;left:50%;animation:qode-fussion-ball-1 1s 0s ease infinite;z-index:1}#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item.qodef-fusion--2{top:50%;left:100%;animation:qode-fussion-ball-2 1s 0s ease infinite;z-index:2}#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item.qodef-fusion--3{top:100%;left:50%;animation:qode-fussion-ball-3 1s 0s ease infinite;z-index:1}#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item.qodef-fusion--4{top:50%;left:0;animation:qode-fussion-ball-4 1s 0s ease infinite;z-index:2}#qodef-page-spinner.qodef-layout--lines .qodef-m-lines{width:60px;height:60px;margin:0 0 0 -30px}#qodef-page-spinner.qodef-layout--lines .qodef-m-line.qodef-line--1{position:absolute;width:60px;height:4px;margin-left:10px;background-color:currentColor;animation:qode-lines-spin 1.5s infinite ease calc((.1s) - .1s)}#qodef-page-spinner.qodef-layout--lines .qodef-m-line.qodef-line--2{position:absolute;width:60px;height:4px;margin-left:10px;background-color:currentColor;animation:qode-lines-spin 1.5s infinite ease calc((.2s) - .1s)}#qodef-page-spinner.qodef-layout--lines .qodef-m-line.qodef-line--3{position:absolute;width:60px;height:4px;margin-left:10px;background-color:currentColor;animation:qode-lines-spin 1.5s infinite ease calc((.3s) - .1s)}#qodef-page-spinner.qodef-layout--lines .qodef-m-line.qodef-line--4{position:absolute;width:60px;height:4px;margin-left:10px;background-color:currentColor;animation:qode-lines-spin 1.5s infinite ease calc((.4s) - .1s)}#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis{position:relative;height:50px;width:50px;margin:-25px 0 0 -25px;animation:qode-mitosis-invert 2s infinite steps(2,end)}#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis-item{position:absolute;top:0;left:0;width:100%;height:100%;background:currentColor;border-radius:50%}#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis-item.qodef-mitosis--1{animation:qode-mitosis-ball-1 1s infinite alternate linear}#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis-item.qodef-mitosis--2{animation:qode-mitosis-ball-2 1s infinite alternate linear}#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis-item.qodef-mitosis--3{animation:qode-mitosis-ball-3 1s infinite alternate linear}#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis-item.qodef-mitosis--4{animation:qode-mitosis-ball-4 1s infinite alternate linear}#qodef-page-spinner.qodef-layout--predefined{--qode-progress:0}#qodef-page-spinner.qodef-layout--predefined .qodef-m-spinner{display:flex;justify-content:center;align-items:center;width:100%;height:100%;z-index:1}#qodef-page-spinner.qodef-layout--predefined .qodef-m-predefined{display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start;width:100%;height:100%;padding:45px 65px;position:relative}@media only screen and (max-width:880px){#qodef-page-spinner.qodef-layout--predefined .qodef-m-predefined{padding:45px 35px}}#qodef-page-spinner.qodef-layout--predefined .qodef-m-spinner-svg{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;margin-top:-1vW}#qodef-page-spinner.qodef-layout--predefined .qodef-m-spinner-svg svg{fill:var(--qode-color-1,currentColor);overflow:visible;width:60px;height:auto;--qode-duration:5s}#qodef-page-spinner.qodef-layout--predefined .qodef-m-spinner-svg svg .qode-color-2{fill:var(--qode-color-2,#ffbc48)}#qodef-page-spinner.qodef-layout--predefined .qodef-m-spinner-svg .qode-part-1{animation:qode-rotate var(--qode-duration) linear infinite;transform-origin:center}#qodef-page-spinner.qodef-layout--predefined .qodef-m-spinner-svg .qode-part-2{animation:qode-rotate var(--qode-duration) linear infinite;animation-direction:reverse;transform-origin:center}#qodef-page-spinner.qodef-layout--predefined .qodef-m-spinner-svg .qodef-m-spinner-svg-inner{transform-origin:center}#qodef-page-spinner.qodef-layout--predefined .qodef-m-spinner-progress{position:relative;display:flex;width:100%;color:var(--qode-main-color);flex-direction:column}#qodef-page-spinner.qodef-layout--predefined .qodef-m-spinner-number-holder{display:flex;flex-direction:row}#qodef-page-spinner.qodef-layout--predefined .qodef-m-spinner-number-holder h6{margin:11px 0}#qodef-page-spinner.qodef-layout--predefined .qodef-m-spinner-number{position:absolute;left:calc(var(--qode-progress)*1%);transform:translateX(calc(-100% - 10px));opacity:0}#qodef-page-spinner.qodef-layout--predefined .qodef-m-spinner-number:after{content:'%'}#qodef-page-spinner.qodef-layout--predefined .qodef-m-spinner-line{position:relative;width:100%;height:2px;background-color:#e4e6ec;transform-origin:right}#qodef-page-spinner.qodef-layout--predefined .qodef-m-spinner-line:after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-color:currentColor;transform:scaleX(calc(var(--qode-progress)/100));transition:.1s;transform-origin:left}#qodef-page-spinner.qodef-layout--predefined.qodef--finished .qodef-m-spinner-svg .qode-part-1,#qodef-page-spinner.qodef-layout--predefined.qodef--finished .qodef-m-spinner-svg .qode-part-2{animation:none}#qodef-page-spinner.qodef-layout--predefined.qodef--finished .qodef-m-spinner-svg svg{filter:none!important}#qodef-page-spinner.qodef-layout--progress-bar .qodef-m-spinner-heading{position:relative;display:flex;align-items:center;justify-content:space-between}#qodef-page-spinner.qodef-layout--progress-bar .qodef-m-spinner-heading>*{margin:0;opacity:0;animation:qode-fade-in 1s forwards}#qodef-page-spinner.qodef-layout--progress-bar .qodef-m-spinner-number-holder{flex-shrink:0;animation-delay:.5s}#qodef-page-spinner.qodef-layout--progress-bar .qodef-m-spinner-line{position:relative;display:block;height:3px;width:500px;margin-top:20px;background-color:#e5e1dc;overflow:hidden;opacity:0;animation:qode-fade-in 1s .3s forwards}#qodef-page-spinner.qodef-layout--progress-bar .qodef-m-spinner-line-front{position:absolute;top:0;left:0;width:100%;height:100%;background-color:var(--qode-main-color);width:0}#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circles{position:relative;width:100px;height:100px;margin:-50px 0 0 -50px}#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circle{position:absolute;height:100%;width:100%;background:currentColor;border:0 solid currentColor;border-radius:50%}#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circle.qodef-pulse--1{animation:qode-pulse-circles-pulse 3s infinite calc((-.75s) + .75s)}#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circle.qodef-pulse--2{animation:qode-pulse-circles-pulse 3s infinite calc((-1.5s) + .75s)}#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circle.qodef-pulse--3{animation:qode-pulse-circles-pulse 3s infinite calc((-2.25s) + .75s)}#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circle.qodef-pulse--4{animation:qode-pulse-circles-pulse 3s infinite calc((-3s) + .75s)}#qodef-page-spinner.qodef-layout--pulse .qodef-m-pulse{width:32px;height:32px;margin:-16px 0 0 -16px;background-color:currentColor;border-radius:16px;animation:qode-scaleout 1s infinite ease-in-out}#qodef-page-spinner.qodef-layout--rotate-circles .qodef-m-circles{width:60px;height:20px}#qodef-page-spinner.qodef-layout--rotate-circles .qodef-m-circles>div{display:inline-block;width:12px;height:12px;margin:4px;background-color:currentColor;border-radius:100%;opacity:0;animation:qode-ball-fall 1.5s ease infinite both}#qodef-page-spinner.qodef-layout--rotate-circles .qodef-m-circles>div:nth-last-of-type(1){animation-delay:calc((.1s) - .3s)}#qodef-page-spinner.qodef-layout--rotate-circles .qodef-m-circles>div:nth-last-of-type(2){animation-delay:calc((.2s) - .3s)}#qodef-page-spinner.qodef-layout--rotate-circles .qodef-m-circles>div:nth-last-of-type(3){animation-delay:calc((.3s) - .3s)}#qodef-page-spinner.qodef-layout--rotating-cubes .qodef-m-cubes{position:relative;width:32px;height:32px;margin:-16px 0 0 -16px}#qodef-page-spinner.qodef-layout--rotating-cubes .qodef-m-cube{position:absolute;top:0;left:0;width:10px;height:10px;background-color:currentColor;animation:qode-rotating-cubes 1.8s infinite ease-in-out}#qodef-page-spinner.qodef-layout--rotating-cubes .qodef-m-cube.qodef-cube--2{animation-delay:-.9s}#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripes{width:50px;height:60px;margin:-30px 0 0 -25px;text-align:center}#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripe{display:inline-block;float:left;height:100%;width:6px;margin:0 3px 0 0;background-color:currentColor;animation:qode-stretch-delay 1.2s infinite ease-in-out}#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripe.qodef-stripe--2{animation-delay:calc((.2s) - 1.3s)}#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripe.qodef-stripe--3{animation-delay:calc((.3s) - 1.3s)}#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripe.qodef-stripe--4{animation-delay:calc((.4s) - 1.3s)}#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripe.qodef-stripe--5{animation-delay:calc((.5s) - 1.3s)}#qodef-page-spinner.qodef-layout--textual .qodef-m-spinner{display:flex;justify-content:center;align-items:center;width:100%;height:100%}#qodef-page-spinner.qodef-layout--textual .qodef-m-textual{opacity:0}#qodef-page-spinner.qodef-layout--textual .qodef-m-text{display:flex;font-family:Geologica,sans-serif;font-size:30px;line-height:1;font-weight:500;white-space:nowrap;text-transform:uppercase}#qodef-page-spinner.qodef-layout--textual .qodef-m-char{display:inline-block;opacity:0;will-change:opacity}#qodef-page-spinner.qodef-layout--textual .qodef-m-char.qodef-m-empty-char{white-space:pre}#qodef-page-spinner.qodef-layout--textual.qodef--init .qodef-m-textual{opacity:1}#qodef-page-spinner.qodef-layout--two-rotating-circles .qodef-m-two-rotating-circles{position:relative;width:40px;height:40px;margin:-20px 0 0 -20px;text-align:center;animation:qode-rotate-circles 2s infinite linear}#qodef-page-spinner.qodef-layout--two-rotating-circles .qodef-m-circle{position:absolute;top:0;width:60%;height:60%;display:inline-block;background-color:currentColor;border-radius:100%;transform-origin:center bottom;animation:qode-bounce 2s infinite ease-in-out}#qodef-page-spinner.qodef-layout--two-rotating-circles .qodef-m-circle.qodef-circle--2{top:auto;bottom:0;animation-delay:-1s}#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circles{width:150px;height:30px;margin:-15px 0 0 -75px}#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circle{float:left;height:30px;width:30px;margin-right:10px;background:currentColor;border-radius:50%}#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circle.qodef-wave--1{animation:qode-wave-jump-3 1.8s infinite ease-out}#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circle.qodef-wave--2{animation:qode-wave-jump-2 1.8s infinite ease-out}#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circle.qodef-wave--3{animation:qode-wave-jump-1 1.8s infinite ease-out}#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circle.qodef-wave--4{margin-right:0;animation:qode-wave-wipe 1.8s infinite cubic-bezier(.5,0,.5,1)}#qodef-page-spinner.qodef-layout--wave .qodef-m-wave{width:72px;margin:-9px 0 0 -36px;text-align:center}#qodef-page-spinner.qodef-layout--wave .qodef-m-wave-item{display:inline-block;width:18px;height:18px;margin:0 3px 0 0;background-color:currentColor;border-radius:100%;animation:qode-bounce-delay 1.4s infinite ease-in-out both}#qodef-page-spinner.qodef-layout--wave .qodef-m-wave-item.qodef-wave--1{animation-delay:-.32s}#qodef-page-spinner.qodef-layout--wave .qodef-m-wave-item.qodef-wave--2{animation-delay:-.16s}.qodef-sp-holder{position:fixed;top:0;left:0;width:100%;height:100%;border:1px solid #ebebeb;opacity:0;z-index:115;visibility:hidden;transition:opacity .2s ease-out;background:#eff4F8E6;display:flex;align-items:center;justify-content:center}.qodef-sp-holder .qodef-sp-inner{width:90%;max-width:600px;background-color:#fff;padding:20px;border:1px solid #ebebeb;border-radius:20px;opacity:0;box-shadow:3px 3px 15px 0 rgba(var(--qode-main-color),.5);transition:transform .3s cubic-bezier(.06,.47,.38,.99),opacity .2s ease-out}@media only screen and (max-width:880px){.qodef-sp-holder .qodef-sp-inner{max-height:85vh}}@media only screen and (max-width:880px) and (max-height:440px){.qodef-sp-holder .qodef-sp-inner{position:relative;top:20px}}@media only screen and (max-width:680px){.qodef-sp-holder .qodef-sp-inner{width:90vw;max-width:100%}}.qodef-sp-holder .qodef-sp-image-container img{border-radius:15px}@media only screen and (max-width:880px){.qodef-sp-holder .qodef-sp-image-container{display:flex;height:120px}.qodef-sp-holder .qodef-sp-image-container img{height:100%;object-fit:cover}}.qodef-sp-holder .qodef-sp-close{position:absolute;top:-45px;right:0;display:flex;align-items:center;justify-content:center;width:35px;height:35px;border:1px solid #e4edf5;border-radius:50%;transition:background-color .2s ease-out;box-sizing:border-box;background-image:none;color:var(--qode-main-color);background-color:#fff}.qodef-sp-holder .qodef-sp-close:hover{color:#10235e}.qodef-sp-holder .qodef-sp-close svg{position:relative;top:-1px;stroke-width:.1;stroke:currentColor;fill:currentColor}@media only screen and (max-width:1512px){.qodef-sp-holder .qodef-sp-close svg{left:-1px}}.qodef-sp-holder .qodef-sp-content-container{background-color:#fff;padding:0}.qodef-sp-holder .qodef-sp-title{margin:26px 0 14px}.qodef-sp-holder .qodef-sp-subtitle{margin:0 0 20px}.qodef-sp-holder .wpcf7{width:100%;display:block}.qodef-sp-holder .qodef-sp-content-bottom{position:relative}@media only screen and (max-width:680px){.qodef-sp-holder .qodef-sp-content-bottom{padding-bottom:40px}}.qodef-sp-holder .qodef-sp-prevent{position:absolute;bottom:12px;right:0;display:block}@media only screen and (max-width:680px){.qodef-sp-holder .qodef-sp-prevent{bottom:0;right:unset;left:0}}.qodef-sp-holder .qodef-sp-prevent-inner{display:flex;align-items:center;cursor:pointer}.qodef-sp-holder .qodef-sp-prevent-inner>*{position:relative;display:inline-block;vertical-align:top;line-height:1}.qodef-sp-holder .qodef-sp-prevent-input{margin:0 8px 0 0;width:15px;height:15px;border:1px solid #e4edf5;background-color:#eff4f8;overflow:hidden;transition:.2s ease-out}.qodef-sp-holder .qodef-sp-prevent-input svg{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity .2s ease-out}.qodef-sp-holder .qodef-sp-prevent-input.qodef-sp-prevent-clicked{border-color:var(--qode-main-color)}.qodef-sp-holder .qodef-sp-prevent-input.qodef-sp-prevent-clicked svg{opacity:1}.qodef-sp-holder .qodef-sp-prevent-label{margin-bottom:0;font-family:Inter,sans-serif;font-size:15px;line-height:1.66667em;font-weight:400;color:#10235e;letter-spacing:-.01em}.qodef-sp-opened .qodef-sp-holder{opacity:1;visibility:visible;transition:opacity .2s ease-out}.qodef-sp-opened .qodef-sp-holder .qodef-sp-inner{opacity:1;transform:scale(1);transition:transform .8s cubic-bezier(.26,.63,0,.96)}.qodef-page-title{background-position:center 0;background-repeat:no-repeat;background-size:cover}.qodef-page-title.qodef-image--responsive{height:auto!important}.qodef-page-title.qodef-image--responsive .qodef-m-content{position:absolute;top:0;left:0}.qodef-page-title.qodef-image--responsive .qodef-m-content.qodef-content-grid{left:50%;transform:translateX(-50%)}.qodef-page-title.qodef-alignment--center{text-align:center}.qodef-page-title.qodef-alignment--right{text-align:right}.qodef-page-title .qodef-m-image{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-page-title .qodef-m-image img{display:block;width:100%}.qodef-page-title .qodef-m-content.qodef-content-full-width{padding:0 40px}.qodef-page-title .qodef-breadcrumbs a,.qodef-page-title .qodef-breadcrumbs span{font-size:15px;color:#686868}.qodef-page-title .qodef-breadcrumbs a{--qodef-underline-position-y:100%;--qodef-underline-height:1px;background-repeat:no-repeat;background-image:linear-gradient(90deg,currentColor 0,currentColor 100%);background-position:0 var(--qodef-underline-position-y);background-size:0 var(--qodef-underline-height);transition:background-size .5s cubic-bezier(.25,.46,.35,.94),color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out}.qodef-page-title .qodef-breadcrumbs a:hover{background-size:100% var(--qodef-underline-height)}.qodef-page-title .qodef-breadcrumbs .qodef-breadcrumbs-separator{margin:0 5px}.qodef-page-title .qodef-breadcrumbs .qodef-breadcrumbs-separator:after{content:'/'}.qodef-page-title.qodef-title--breadcrumbs{height:74px;border:1px solid #e4edf5;background-color:#eff4f8}.qodef-page-title.qodef-title--breadcrumbs a,.qodef-page-title.qodef-title--breadcrumbs span{font-family:Geologica,sans-serif;font-size:11px;line-height:14px;font-weight:500;letter-spacing:.03em;text-transform:uppercase;color:#10235e}.qodef-page-title.qodef-title--standard-with-breadcrumbs .qodef-m-content{position:relative;z-index:1}.qodef-page-title.qodef-title--standard-with-breadcrumbs .qodef-breadcrumbs{margin-top:-4px}.qodef-page-title.qodef-title--standard-with-breadcrumbs .qodef-breadcrumbs a,.qodef-page-title.qodef-title--standard-with-breadcrumbs .qodef-breadcrumbs span{font-family:Geologica,sans-serif;font-size:11px;line-height:14px;font-weight:500;letter-spacing:.03em;text-transform:uppercase;color:currentColor}.qodef-page-title.qodef-title--standard-with-breadcrumbs .qodef-m-inner:after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;background:#000;background:linear-gradient(0,rgba(0,0,0,.16) 0,rgba(0,0,0,.16) 7%,rgba(255,255,255,.16) 100%)}.qodef-page-title.qodef-title--standard .qodef-m-subtitle{margin:4px 0 0}.widget.qodef-author-info .qodef-author-info-image{margin-bottom:21px;display:inline-block}.widget.qodef-author-info .qodef-author-info-name{margin:0 0 21px}.widget.qodef-author-info .qodef-author-info-description{margin:0}.widget .qodef-contact-info-widget{margin:0}#qodef-top-area .widget .qodef-contact-info-widget a{font-size:16px}.widget_vitasana_core_sticky_sidebar{position:relative;width:100%;height:0;margin:0!important;padding:0!important;border:none!important;background:0 0!important}.widget_vitasana_core_svg_icon{display:inline-block;vertical-align:top;margin:0!important}.widget_vitasana_core_svg_icon .qodef-m-holder{display:flex;align-items:center}.widget_vitasana_core_svg_icon .qodef-svg-icon-widget svg{display:block;fill:var(--fill-color);stroke:var(--stroke-color);max-width:100%;max-height:100%;transition:all .25s ease-out}.widget_vitasana_core_svg_icon .qodef-svg-icon-widget a{display:inline-block;width:100%;height:100%}.widget_vitasana_core_svg_icon .qodef-svg-icon-widget a:hover svg,.widget_vitasana_core_svg_icon .qodef-svg-icon-widget:hover svg{fill:var(--fill-hover-color);stroke:var(--stroke-hover-color)}.widget_vitasana_core_svg_icon .qodef-svg-icon-widget a:hover .qodef-m-text,.widget_vitasana_core_svg_icon .qodef-svg-icon-widget:hover .qodef-m-text{color:var(--text-hover-color)}.widget_vitasana_core_svg_icon .qodef-svg-icon-widget:hover .qodef-m-icon{background-color:var(--background-hover-color)}.widget_vitasana_core_svg_icon .qodef-m-icon{--fill-color:currentColor;--stroke-color:currentColor;--fill-hover-color:currentColor;--stroke-hover-color:currentColor;--background-color:transparent;--background-hover-color:transparent;display:flex;align-items:center;justify-content:center;flex-shrink:0;max-height:100%;background-color:var(--background-color);overflow:hidden;transition:all .25s ease-out}.widget_vitasana_core_svg_icon .qodef-m-text{--text-color:currentColor;--text-hover-color:currentColor;color:var(--text-color);transition:all .25s ease-out;line-height:1}#qodef-page-header .widget_vitasana_core_svg_icon .qodef-m-text{font-family:Geologica,sans-serif;font-size:16px;line-height:1.25em;font-weight:600;text-transform:uppercase;color:var(--qode-main-color)}.qodef-weather-widget .qodef-m-inner{display:flex;align-items:center}.qodef-weather-widget .qodef-m-weather{margin-right:20px;flex-shrink:0}.qodef-weather-widget .qodef-m-weather-icon{font-size:50px;line-height:1;margin-bottom:15px}.qodef-weather-widget .qodef-m-weather-icon:before{content:''}.qodef-weather-widget .qodef-m-weather-icon.qodef--haze:before,.qodef-weather-widget .qodef-m-weather-icon.qodef--mist:before{content:"\f75f"}.qodef-weather-widget .qodef-m-weather-icon.qodef--light-snow:before,.qodef-weather-widget .qodef-m-weather-icon.qodef--snow:before{content:"\f2dc"}.qodef-weather-widget .qodef-m-weather-icon.qodef--thunderstorm:before{content:"\f0e7"}.qodef-weather-widget .qodef-m-weather-icon.qodef--drizzle:before,.qodef-weather-widget .qodef-m-weather-icon.qodef--light-intensity-drizzle:before,.qodef-weather-widget .qodef-m-weather-icon.qodef--light-intensity-shower-rain:before,.qodef-weather-widget .qodef-m-weather-icon.qodef--light-rain-and-snow:before,.qodef-weather-widget .qodef-m-weather-icon.qodef--light-rain:before,.qodef-weather-widget .qodef-m-weather-icon.qodef--moderate-rain:before,.qodef-weather-widget .qodef-m-weather-icon.qodef--rain:before{content:"\f73d"}.qodef-weather-widget .qodef-m-weather-icon.qodef--heavy-intensity-rain:before,.qodef-weather-widget .qodef-m-weather-icon.qodef--shower-rain:before{content:"\f740"}.qodef-weather-widget .qodef-m-weather-icon.qodef--broken-clouds:before,.qodef-weather-widget .qodef-m-weather-icon.qodef--overcast-clouds:before{content:"\f0c2"}.qodef-weather-widget .qodef-m-weather-icon.qodef--clouds:before,.qodef-weather-widget .qodef-m-weather-icon.qodef--few-clouds:before,.qodef-weather-widget .qodef-m-weather-icon.qodef--scattered-clouds:before{content:"\f6c4"}.qodef-weather-widget .qodef-m-weather-icon.qodef--clear-sky:before,.qodef-weather-widget .qodef-m-weather-icon.qodef--clear:before,.qodef-weather-widget .qodef-m-weather-icon.qodef--sky-is-clear:before,.qodef-weather-widget .qodef-m-weather-icon.qodef--sun:before{content:"\f185"}.qodef-weather-widget .qodef-m-temperature{font-size:25px}.qodef-weather-widget .qodef-m-temperature.qodef--high-low .qodef-e-temperature-low:after{content:'-'}.qodef-weather-widget .qodef-m-weather-info p{margin:0}.qodef-weather-widget .qodef-e-heading{margin-bottom:15px}.qodef-weather-widget .qodef-e-heading>*{margin:0}.qodef-weather-widget .qodef-e-heading-description{margin-top:10px}.qodef-weather-widget .qodef-m-other-days{display:flex;justify-content:space-between;margin-top:25px}.qodef-weather-widget .qodef-m-other-days .qodef-m-inner{flex-direction:column}.qodef-weather-widget.qodef-layout--simple .qodef-m-city{padding:0 10px}.qodef-weather-widget .qodef-m-weather-icon{color:var(--qode-main-color)}.qodef-weather-widget .qodef-e-heading-description{color:var(--qode-main-color)}#qodef-page-footer .qodef-weather-widget .qodef-m-weather-icon{color:#fff}#qodef-page-footer .qodef-weather-widget .qodef-e-heading-city{color:#fff}.qodef-wishlist{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-wishlist .qodef-m-link{line-height:1}.qodef-wishlist .qodef-m-link.qodef--added{color:var(--qode-main-color)}.qodef-wishlist .qodef-m-link.qodef--added i{font-weight:900}.qodef-wishlist .qodef-m-response{position:absolute;top:-6px;bottom:auto;right:-6px;left:auto;width:auto;padding:0 10px;font-size:13px;line-height:30px;color:#10235e;background-color:#fff;border:1px solid #ebebeb;border-radius:9px;box-shadow:3px 3px 15px 0 rgba(var(--qode-main-color),.5);white-space:nowrap;opacity:0;visibility:hidden;transform:translateY(0);transition:opacity .2s ease}.qodef-wishlist .qodef-m-response.qodef--show{opacity:1;visibility:visible}.qodef-wishlist-dropdown{position:relative;display:inline-block;vertical-align:top;height:100%;margin:0 10px}.qodef-wishlist-dropdown .qodef-m-inner{position:relative;display:inline-block;width:100%;vertical-align:top;height:100%}.qodef-wishlist-dropdown .qodef-m-link{position:relative;display:flex;align-items:center;height:100%}.qodef-wishlist-dropdown .qodef-m-link>*{margin:0;line-height:1}.qodef-wishlist-dropdown .qodef-m-link{color:var(--qode-main-color)}#qodef-top-area .qodef-wishlist-dropdown .qodef-m-link{color:#10235e}.qodef-wishlist-dropdown .qodef-m-link-icon{flex-shrink:0;margin-right:2px;font-size:18px}.qodef-wishlist-dropdown .qodef-m-link-icon:before{display:block;line-height:inherit}.qodef-wishlist-dropdown .qodef-m-link-icon{color:var(--qode-main-color)}#qodef-top-area .qodef-wishlist-dropdown .qodef-m-link-icon{color:var(--qode-main-color)}.qodef-wishlist-dropdown .qodef-m-link-count{font-family:Geologica,sans-serif;font-weight:500;letter-spacing:-.01em;font-size:23px;line-height:1.30435em}@media only screen and (max-width:1512px){.qodef-wishlist-dropdown .qodef-m-link-count{font-size:20px}}.qodef-wishlist-dropdown .qodef-m-items{position:absolute;top:100%;left:auto;right:0;width:266px;padding:25px;text-align:left;background-color:#fff;border:1px solid #ebebeb;opacity:0;visibility:hidden;z-index:1000;transition:all .35s cubic-bezier(.53,.01,.18,1)}.qodef-wishlist-dropdown .qodef-m-item{position:relative;display:flex;align-items:center;margin:0 0 25px}.qodef-wishlist-dropdown .qodef-m-item:last-child{margin-bottom:0}.qodef-wishlist-dropdown .qodef-e-image-link{flex-shrink:0;max-width:60px;margin-right:15px}.qodef-wishlist-dropdown .qodef-e-image-link img{display:block;border:1px solid #ebebeb;border-radius:9px}.qodef-wishlist-dropdown .qodef-e-title{margin:0}.qodef-wishlist-dropdown .qodef-e-remove{position:absolute;top:-10px;right:-10px;padding:5px;font-size:13px;line-height:1;z-index:3}.qodef-wishlist-dropdown .qodef-e-remove *{display:block;line-height:inherit}.qodef-wishlist-dropdown .qodef-e-remove :before{display:block;line-height:inherit}.touchevents .qodef-wishlist-dropdown{cursor:pointer}.qodef-wishlist-dropdown.qodef-items--has:hover .qodef-m-items{opacity:1;visibility:visible}@media only screen and (max-width:880px){#qodef-age-verification-modal .qodef-m-content{min-width:auto}#qodef-age-verification-modal .qodef-m-content-note{display:none}}@media only screen and (max-width:1512px){.qodef-background-text .qodef-m-background-text{font-size:135px}}@media only screen and (max-width:880px){.qodef-background-text .qodef-m-background-text{display:none!important}}@media only screen and (max-width:680px){#qodef-author-info .qodef-m-content{margin-top:23px}#qodef-author-info .qodef-m-inner{flex-wrap:wrap}}@media only screen and (max-width:1200px){body:not(.qodef-content-behind-header) #qodef-page-outer{margin-top:0!important}}@media only screen and (max-width:1200px){#qodef-top-area{display:none}}@media only screen and (max-width:880px){.qwfw-wishlist-table.qodef-vitasana-theme .shop_table table,.qwfw-wishlist-table.qodef-vitasana-theme .shop_table tbody,.qwfw-wishlist-table.qodef-vitasana-theme .shop_table td,.qwfw-wishlist-table.qodef-vitasana-theme .shop_table th,.qwfw-wishlist-table.qodef-vitasana-theme .shop_table tr{display:grid}.qwfw-wishlist-table.qodef-vitasana-theme .shop_table tr{grid-template-columns:minmax(0,50px) minmax(0,70px) minmax(0,1fr) minmax(0,140px) minmax(0,140px)}.qwfw-wishlist-table.qodef-vitasana-theme .shop_table td{align-self:center;grid-row:span 2;padding:0}.qwfw-wishlist-table.qodef-vitasana-theme .shop_table td.product-add-to-cart .add_to_cart{padding:12px 24px}.qwfw-wishlist-table.qodef-vitasana-theme .shop_table td.product-remove{grid-column:1;padding-left:20px}.qwfw-wishlist-table.qodef-vitasana-theme .shop_table td.product-thumbnail{grid-column:2;width:70px}.qwfw-wishlist-table.qodef-vitasana-theme .shop_table td.product-name{grid-row:1;grid-column:3;align-self:end;width:100%;padding:0 25px}.qwfw-wishlist-table.qodef-vitasana-theme .shop_table td.product-price{grid-column:3;grid-row:2;align-self:start;width:100%;display:block;padding:0 25px}.qwfw-wishlist-table.qodef-vitasana-theme .shop_table td.product-stock-status{grid-column:4}.qwfw-wishlist-table.qodef-vitasana-theme .shop_table td.product-add-to-cart{grid-column:5;display:block;justify-self:center}.qwfw-wishlist-table.qodef-vitasana-theme .shop_table tbody tr{padding:15px 0}.qwfw-wishlist-table.qodef-vitasana-theme .shop_table th{width:100%;padding-left:0}.qwfw-wishlist-table.qodef-vitasana-theme .shop_table th.product-price{display:none}.qwfw-wishlist-table.qodef-vitasana-theme .shop_table th.product-name{padding-left:25px}}@media only screen and (max-width:680px){.qwfw-wishlist-table.qodef-vitasana-theme .shop_table tbody tr{padding:15px 0 20px}.qwfw-wishlist-table.qodef-vitasana-theme .shop_table th.product-add-to-cart{padding:0}.qwfw-wishlist-table.qodef-vitasana-theme .shop_table tr{grid-template-columns:minmax(0,42px) minmax(0,76px) minmax(0,1fr)}.qwfw-wishlist-table.qodef-vitasana-theme .shop_table tr .wishlist-empty{position:absolute;min-width:100%}.qwfw-wishlist-table.qodef-vitasana-theme .shop_table td.product-stock-status{font-size:15px!important}.qwfw-wishlist-table.qodef-vitasana-theme .shop_table td.product-remove{padding-left:0;grid-row:span 4}.qwfw-wishlist-table.qodef-vitasana-theme .shop_table td.product-thumbnail{width:76px;grid-row:span 4}.qwfw-wishlist-table.qodef-vitasana-theme .shop_table td.product-name{padding:0 0 0 25px}.qwfw-wishlist-table.qodef-vitasana-theme .shop_table td.product-price{padding:0 0 0 25px}.qwfw-wishlist-table.qodef-vitasana-theme .shop_table td.product-stock-status{grid-column:3;padding:0 0 0 25px;grid-row:3}.qwfw-wishlist-table.qodef-vitasana-theme .shop_table td.product-add-to-cart{grid-column:3;justify-self:start;padding:0 0 0 25px;margin-top:5px;grid-row:4}.qwfw-wishlist-table.qodef-vitasana-theme .shop_table td.product-add-to-cart .add_to_cart{padding:12px 24px}.qwfw-wishlist-table.qodef-vitasana-theme .shop_table th.product-stock-status{display:none}}@media only screen and (max-width:880px){#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-inner{flex-wrap:wrap}}@media only screen and (max-width:880px){#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-image{max-height:30vh}}@media only screen and (max-width:880px){#yith-quick-view-modal #yith-quick-view-content.single-product .woocommerce-product-details__short-description{display:none}}@media only screen and (max-width:880px){.qodef-woo-product-list .qodef-m-top-info{flex-direction:column;align-items:flex-start}.qodef-woo-product-list .qodef-m-top-info .qodef-m-title{flex-basis:100%}.qodef-woo-product-list .qodef-m-top-info .qodef-m-title-text{margin-bottom:0}.qodef-woo-product-list.qodef-filter--advanced.qodef-filter-type--sidebar{grid-template-columns:minmax(0,1fr);grid-template-rows:minmax(0,auto) minmax(0,auto) minmax(0,45px) minmax(0,1fr);grid-template-areas:"top-info" "sidebar" "sidebar-top" "content";row-gap:30px}}@media only screen and (max-width:680px){.qodef-woo-product-list .qodef-filter-holder{display:inline-flex;height:auto;flex-direction:row}.qodef-woo-product-list .qodef-filter-holder .qodef-category-filter .qodef-category-filter-list .qodef-category-list{flex-direction:column}.qodef-woo-product-list .qodef-filter-holder .qodef-category-filter .qodef-category-filter-list .qodef-category-list li{margin-left:0!important;margin-bottom:6px!important}.qodef-woo-product-list .qodef-filter-holder .qodef-category-filter .qodef-category-filter-list .qodef-category-list li .qodef-category-filter-link:not(.qodef--active){padding-left:0}}@media only screen and (max-width:1512px){.qodef-banner-list .qodef-e .qodef-m-banner-price .qodef-m-price{font-size:50px;line-height:66px}}@media only screen and (max-width:1200px){.qodef-banner-list .qodef-e .qodef-m-image img{min-height:260px;object-fit:cover}}@media only screen and (max-width:1512px){.qodef-banner .qodef-m-banner-price .qodef-m-price{font-size:50px;line-height:66px}}@media only screen and (max-width:1200px){.qodef-banner.qodef-title-break--disabled .qodef-m-title br{display:none}}@media only screen and (max-width:1200px){.qodef-banner .qodef-m-image img{min-height:260px;object-fit:cover}}@media only screen and (max-width:880px){.qodef-call-to-action.qodef-layout--standard .qodef-m-inner{display:flex;flex-direction:column;padding:10px 0}.qodef-call-to-action.qodef-layout--standard .qodef-m-title{margin:0}.qodef-call-to-action.qodef-layout--standard .qodef-m-button{margin-top:10px}.qodef-call-to-action.qodef-layout--standard .qodef-m-content{margin-top:10px}}@media only screen and (max-width:1024px){.qodef-countdown.qodef-show--4 .qodef-digit-wrapper,.qodef-countdown.qodef-show--5 .qodef-digit-wrapper,.qodef-countdown.qodef-show--6 .qodef-digit-wrapper{width:33.33333333333333%}}@media only screen and (max-width:880px){.qodef-countdown.qodef-show--4 .qodef-m-date,.qodef-countdown.qodef-show--5 .qodef-m-date,.qodef-countdown.qodef-show--6 .qodef-m-date{flex-wrap:wrap}.qodef-countdown.qodef-show--4 .qodef-digit-wrapper,.qodef-countdown.qodef-show--5 .qodef-digit-wrapper,.qodef-countdown.qodef-show--6 .qodef-digit-wrapper{width:25%;margin:5px;padding:20px 0}}@media only screen and (max-width:1200px){.qodef-highlight.qodef-title-break--disabled .qodef-m-title br{display:none}}@media only screen and (max-width:880px){.qodef-image-marquee .qodef-m-content.qodef--desktop{display:none}.qodef-image-marquee .qodef-m-content.qodef--mobile{display:block}}@media only screen and (max-width:1200px){.qodef-info-section.qodef-title-break--disabled .qodef-m-title br{display:none}}@media only screen and (max-width:1200px){.qodef-section-title.qodef-title-break--disabled .qodef-m-title br{display:none}}@media only screen and (max-width:1200px){.qodef-simple-image-link-holder .qodef-simple-image-link-holder-inner{flex-wrap:wrap}.qodef-simple-image-link-holder .qodef-simple-image-link-holder-inner .qodef-image-link-item{width:25%;margin:30px 0}}@media only screen and (max-width:880px){.qodef-simple-image-link-holder .qodef-simple-image-link-holder-inner{justify-content:flex-start}.qodef-simple-image-link-holder .qodef-simple-image-link-holder-inner .qodef-image-link-item{width:33.333333%}}@media only screen and (max-width:680px){.qodef-simple-image-link-holder .qodef-simple-image-link-holder-inner .qodef-image-link-item{width:50%}}@media only screen and (max-width:880px){.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical{display:block}.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-navigation{padding-right:0;margin-right:0;border-right:0}.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-content{margin-top:26px}.qodef-tabs.qodef-layout--simple .qodef-tabs-content{margin:26px 0 0}}@media only screen and (max-width:880px){.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(1){left:1px}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(2){left:46px}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(3){left:91px}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(4){left:136px}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(5){left:181px}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(6){left:226px}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(7){left:271px}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown{left:auto;right:0}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(1){right:auto;left:1px}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(2){right:auto;left:46px}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(3){right:auto;left:91px}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(4){right:auto;left:136px}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(5){right:auto;left:181px}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(6){right:auto;left:226px}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(7){right:auto;left:271px}}@media only screen and (max-width:1200px){body:not(.qodef-content-behind-header) .qodef-page-title .qodef-m-content{padding-top:0!important}}@media only screen and (max-width:680px){.qodef-page-title .qodef-breadcrumbs{line-height:1}}#qodef-membership-user-dashboard{position:relative;display:flex;align-items:flex-start;width:100%}#qodef-membership-user-dashboard .qodef-m-navigation{position:relative;display:inline-block;vertical-align:top;width:30%;flex-shrink:0}#qodef-membership-user-dashboard .qodef-m-navigation-items{list-style:none;margin:0}#qodef-membership-user-dashboard .qodef-m-navigation-item{position:relative;display:block;margin:10px 0}#qodef-membership-user-dashboard .qodef-m-navigation-item .qodef-e-link{position:relative;display:flex;align-items:center;font-family:Geologica,sans-serif;font-weight:500;letter-spacing:-.01em;color:var(--qode-main-color);font-size:17px;line-height:1.29412em}#qodef-membership-user-dashboard .qodef-m-navigation-item .qodef-e-link .qodef-e-label{--qodef-underline-position-y:100%;--qodef-underline-height:1px;background-repeat:no-repeat;background-image:linear-gradient(90deg,currentColor 0,currentColor 100%);background-position:0 var(--qodef-underline-position-y);background-size:0 var(--qodef-underline-height);transition:background-size .5s cubic-bezier(.25,.46,.35,.94),color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out}#qodef-membership-user-dashboard .qodef-m-navigation-item .qodef-e-link:hover .qodef-e-label{background-size:100% var(--qodef-underline-height)}#qodef-membership-user-dashboard .qodef-m-navigation-item .qodef-e-icon{flex-shrink:0;margin-right:10px;width:15px}#qodef-membership-user-dashboard .qodef-m-navigation-item .qodef-e-icon svg{display:block;fill:currentColor;height:auto;max-width:20px;stroke:currentColor}#qodef-membership-user-dashboard .qodef-m-content{position:relative;display:inline-block;width:100%;vertical-align:top}#qodef-membership-user-dashboard .qodef-m-content .qodef-m-image{margin-bottom:20px}#qodef-membership-user-dashboard .qodef-m-content .qodef-m-image img{display:block}#qodef-membership-user-dashboard .qodef-m-content .qodef-m-text{position:relative;display:flex;align-items:flex-start}#qodef-membership-user-dashboard .qodef-m-content .qodef-m-text-label{flex-shrink:0;margin-right:10px;font-family:Geologica,sans-serif;font-weight:500;letter-spacing:-.01em;color:var(--qode-main-color);font-size:23px;line-height:1.30435em}@media only screen and (max-width:1512px){#qodef-membership-user-dashboard .qodef-m-content .qodef-m-text-label{font-size:20px}}#qodef-membership-user-dashboard .qodef-m-content .qodef-hide-dependency-holder{display:none}#qodef-membership-user-dashboard .qodef-m-content .qodef-title .qodef-title-icon{flex-shrink:0;max-width:20px;margin-right:7px}#qodef-membership-user-dashboard .qodef-m-content .qodef-title .qodef-title-icon svg{display:block;max-width:100%}#qodef-membership-user-dashboard .qodef-m-content .qodef-title.qodef-has-icon{display:inline-flex;align-items:center}#qodef-membership-user-dashboard .qodef-m-content .qodef-image-uploader ul{list-style-type:none;margin-left:-10px;margin-right:-10px}#qodef-membership-user-dashboard .qodef-m-content .qodef-image-uploader ul li{display:inline-block;padding:10px}#qodef-membership-user-dashboard .qodef-m-content .qodef-repeater-wrapper.qodef-presentable .qodef-repeater-add{display:none}#qodef-membership-user-dashboard .qodef-m-content .qodef-repeater-wrapper.qodef-presentable .qodef-repeater-wrapper-main .qodef-repeater-actions-holder{display:none}#qodef-membership-user-dashboard .qodef-m-content .qodef-repeater-wrapper .qodef-placeholder{border:1px dashed #ebebeb;margin-bottom:30px}#qodef-membership-user-dashboard .qodef-m-content .qodef-repeater-wrapper .qodef-repeater-wrapper-inner{padding:30px;box-sizing:border-box;background:#f7f8f9}#qodef-membership-user-dashboard .qodef-m-content .qodef-repeater-wrapper .qodef-repeater-wrapper-main{margin-top:10px}#qodef-membership-user-dashboard .qodef-m-content .qodef-repeater-wrapper .qodef-repeater-fields-holder{display:flex;align-items:center;justify-content:space-between;background-color:#fff;margin-bottom:30px;padding:0 40px 0 25px}#qodef-membership-user-dashboard .qodef-m-content .qodef-repeater-wrapper .qodef-repeater-fields-holder .qodef-repeater-fields{display:inline-flex;flex-wrap:wrap;width:100%;margin:0 -10px}#qodef-membership-user-dashboard .qodef-m-content .qodef-repeater-wrapper .qodef-repeater-fields-holder .qodef-repeater-fields .qodef-field-holder{padding:0 10px}#qodef-membership-user-dashboard .qodef-m-content .qodef-repeater-wrapper .qodef-repeater-fields-holder .qodef-repeater-fields .qodef-field-holder:not(col-lg-12) .qodef-field-section{align-items:center}#qodef-membership-user-dashboard .qodef-m-content .qodef-repeater-wrapper .qodef-repeater-fields-holder .qodef-repeater-actions-holder{display:flex;flex:0 0 130px;text-align:center}#qodef-membership-user-dashboard .qodef-m-content .qodef-repeater-wrapper .qodef-repeater-fields-holder .qodef-repeater-remove,#qodef-membership-user-dashboard .qodef-m-content .qodef-repeater-wrapper .qodef-repeater-fields-holder .qodef-repeater-sort{width:47px;height:47px;line-height:47px;margin:0 0 0 auto;border-radius:47px;text-align:center}#qodef-membership-user-dashboard .qodef-m-content .qodef-repeater-wrapper .qodef-repeater-fields-holder .qodef-repeater-remove a,#qodef-membership-user-dashboard .qodef-m-content .qodef-repeater-wrapper .qodef-repeater-fields-holder .qodef-repeater-sort a{display:inline-block;width:100%;height:100%;vertical-align:middle}#qodef-membership-user-dashboard .qodef-m-content .qodef-repeater-wrapper .qodef-repeater-fields-holder .qodef-repeater-remove svg,#qodef-membership-user-dashboard .qodef-m-content .qodef-repeater-wrapper .qodef-repeater-fields-holder .qodef-repeater-sort svg{display:inline-block;width:16px;height:auto;fill:currentColor}#qodef-membership-user-dashboard .qodef-m-content .qodef-repeater-wrapper .qodef-repeater-fields-holder .qodef-repeater-sort{border:1px solid #ebebeb;background:#fff;color:#10235e;margin-bottom:10px;cursor:grab}#qodef-membership-user-dashboard .qodef-m-content .qodef-repeater-wrapper .qodef-repeater-fields-holder .qodef-repeater-remove{background:var(--qode-main-color);transition:background-color .2s ease-out}#qodef-membership-user-dashboard .qodef-m-content .qodef-repeater-wrapper .qodef-repeater-fields-holder .qodef-repeater-remove a{cursor:pointer;color:#fff;box-shadow:none;text-decoration:none}#qodef-membership-user-dashboard .qodef-m-content .qodef-repeater-wrapper .qodef-repeater-fields-holder .qodef-repeater-remove:hover{background:#fe9a31}#qodef-membership-user-dashboard .qodef-m-content .qodef-repeater-wrapper .qodef-repeater-add{margin-top:10px;display:inline-block}#qodef-membership-user-dashboard .qodef-m-content .qodef-repeater-wrapper .qodef-repeater-inner-wrapper-inner{padding:30px;box-sizing:border-box}#qodef-membership-user-dashboard .qodef-m-content .qodef-repeater-wrapper .qodef-repeater-inner-wrapper-main{margin-top:30px}#qodef-membership-user-dashboard .qodef-m-content .qodef-repeater-wrapper .qodef-repeater-inner-fields-holder{display:flex;align-items:center;justify-content:space-between;margin-bottom:30px;padding:0 40px 0 25px;background:#f7f8f9}#qodef-membership-user-dashboard .qodef-m-content .qodef-repeater-wrapper .qodef-repeater-inner-fields-holder .qodef-repeater-inner-fields{display:inline-block;width:100%}#qodef-membership-user-dashboard .qodef-m-content .qodef-repeater-wrapper .qodef-repeater-inner-fields-holder .qodef-repeater-inner-add{margin-top:10px;display:inline-block}#qodef-membership-user-dashboard .qodef-m-content .qodef-repeater-wrapper.qodef-repeater-columns-layout .qodef-repeater-actions-holder{flex:0 0 70px}#qodef-membership-user-dashboard .qodef-m-content .qodef-repeater-wrapper.qodef-repeater-columns-layout .qodef-field-section{flex-wrap:wrap}#qodef-membership-user-dashboard .qodef-m-content .qodef-repeater-wrapper.qodef-repeater-columns-layout .qodef-field-section>*{width:100%;flex:auto;padding:0}#qodef-membership-user-dashboard .qodef-m-content .qodef-address-field-holder{position:relative}#qodef-membership-user-dashboard .qodef-m-content .qodef-yesno{overflow:hidden}#qodef-membership-user-dashboard .qodef-m-content .qodef-yesno input{border:0;clip:rect(0,0,0,0);height:1px;overflow:hidden;position:absolute!important;width:1px}#qodef-membership-user-dashboard .qodef-m-content .qodef-yesno label{background-color:#fff;border:1px solid #ebebeb;box-shadow:none;color:var(--qode-main-color);cursor:pointer;display:inline-block;float:left;margin:0;padding:7px 14px;text-align:center;text-shadow:none;transition:color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;width:58px}#qodef-membership-user-dashboard .qodef-m-content .qodef-yesno label:first-of-type{border-radius:9px 0 0 9px;border-right:0}#qodef-membership-user-dashboard .qodef-m-content .qodef-yesno label:last-of-type{border-left:0;border-radius:0 9px 9px 0}#qodef-membership-user-dashboard .qodef-m-content .qodef-yesno input:checked+label{background-color:var(--qode-main-color);color:#fff}#qodef-membership-login-modal{position:fixed;top:0;left:0;width:100%;height:100vh;display:flex;align-items:center;justify-content:center;visibility:hidden;opacity:0;z-index:9999999;transition:opacity .2s ease-out}#qodef-membership-login-modal .qodef-membership-login-modal-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(239,244,248,.9)}#qodef-membership-login-modal .qodef-membership-login-modal-content{position:relative;display:inline-block;vertical-align:top;width:480px;border-radius:20px;background-color:#fff;z-index:2}@media only screen and (max-width:680px){#qodef-membership-login-modal .qodef-membership-login-modal-content{width:90vw}}#qodef-membership-login-modal .qodef-membership-login-modal-navigation{position:relative;display:flex;align-items:center;justify-content:space-around;list-style:none;margin:0 0 60px}#qodef-membership-login-modal .qodef-membership-login-modal-navigation .qodef-m-navigation-item{display:flex;width:100%;justify-content:center}#qodef-membership-login-modal .qodef-membership-login-modal-navigation .qodef-m-navigation-item.ui-tabs-active .qodef-e-link:after{transform:scaleX(1)}#qodef-membership-login-modal .qodef-membership-login-modal-navigation .qodef-m-navigation-item.qodef--reset-password{display:none}#qodef-membership-login-modal .qodef-membership-login-modal-navigation .qodef-e-link{position:relative;display:block;width:100%;padding:22px 10px;border-bottom:2px solid #e4e6ec;font-family:Geologica,sans-serif;font-weight:500;letter-spacing:-.01em;color:var(--qode-main-color);font-size:17px;line-height:1.29412em;text-align:center}#qodef-membership-login-modal .qodef-membership-login-modal-navigation .qodef-e-link:after{content:'';position:absolute;bottom:-2px;left:0;height:2px;width:100%;z-index:1;background-color:currentColor;transform:scaleX(0);transform-origin:left;transition:transform .7s cubic-bezier(.25,.46,.35,.94)}#qodef-membership-login-modal .qodef-membership-login-modal-navigation .qodef-e-label{display:block}#qodef-membership-login-modal form{position:relative;display:inline-block;width:100%;vertical-align:top;padding:0 30px 60px}#qodef-membership-login-modal form.qodef--loading .qodef-m-action-button{opacity:0}#qodef-membership-login-modal form.qodef--loading .qodef-m-action-spinner{opacity:1}#qodef-membership-login-modal form .qodef-m-fields input{padding:7px 16px;border-color:#e4edf5;border-radius:20px;font-family:Geologica,sans-serif;font-size:15px;letter-spacing:-.01em;background-color:#eff4f8}#qodef-membership-login-modal .qodef-m-action{position:relative;display:inline-block;vertical-align:top;margin-top:15px}#qodef-membership-login-modal .qodef-m-action-button{opacity:1;z-index:2;background-color:#fe9a31}#qodef-membership-login-modal .qodef-m-action-spinner{position:absolute;top:calc(50% - 15px);left:calc(50% - 15px);font-size:30px;opacity:0;animation:qode-rotate 2s linear infinite}#qodef-membership-login-modal .qodef-m-response{line-height:1}#qodef-membership-login-modal .qodef-m-response.qodef--success{color:#0f0}#qodef-membership-login-modal .qodef-m-response.qodef--error{color:red}#qodef-membership-login-modal.qodef--opened{opacity:1;visibility:visible}.page-template-user-dashboard #qodef-membership-login-modal{position:relative;height:auto;background-color:transparent;opacity:1;visibility:visible}.page-template-user-dashboard #qodef-membership-login-modal .qodef-membership-login-modal-content{background-color:transparent}#qodef-membership-login-modal-part .qodef-m-links{position:relative;display:flex;align-items:center;justify-content:space-between}#qodef-membership-login-modal-part .qodef-m-links-remember-me{display:flex;align-items:center;flex-shrink:0}#qodef-membership-login-modal-part .qodef-m-links-remember-me label{margin-bottom:0}#qodef-membership-register-modal-part .qodef-m-privacy-policy{max-width:80%;letter-spacing:0}@media only screen and (max-width:880px){#qodef-membership-register-modal-part .qodef-m-privacy-policy{max-width:100%}}#qodef-membership-register-modal-part .qodef-m-privacy-policy-link{--qodef-underline-position-y:100%;--qodef-underline-height:1px;background-repeat:no-repeat;background-image:linear-gradient(90deg,currentColor 0,currentColor 100%);background-position:0 var(--qodef-underline-position-y);background-size:0 var(--qodef-underline-height);transition:background-size .5s cubic-bezier(.25,.46,.35,.94),color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;background-size:100% var(--qodef-underline-height)}#qodef-page-header .widget.widget_vitasana_membership_login_opener,#qodef-page-mobile-header .widget.widget_vitasana_membership_login_opener{height:100%}.page-template-user-dashboard:not(.logged-in) #qodef-page-header .widget.widget_vitasana_membership_login_opener,.page-template-user-dashboard:not(.logged-in) #qodef-page-mobile-header .widget.widget_vitasana_membership_login_opener{display:none}#qodef-page-mobile-header .widget.widget_vitasana_membership_login_opener svg{width:19px;height:20px}.qodef-login-opener-widget{position:relative;display:flex;align-items:center;height:100%;margin:0}.qodef-login-opener-widget .qodef-login-opener{position:relative;display:block;font-family:Geologica,sans-serif;font-weight:500;letter-spacing:-.01em;color:var(--qode-main-color);font-size:17px;line-height:1.29412em;padding-top:5px}.qodef-login-opener-widget .qodef-login-opener svg{overflow:visible}.qodef-login-opener-widget .qodef-logged-in-user{position:relative;display:inline-block;vertical-align:top;height:100%;cursor:pointer}.qodef-login-opener-widget .qodef-logged-in-user .qodef-m-user{position:relative;display:flex;align-items:center;height:100%}.qodef-login-opener-widget .qodef-logged-in-user .qodef-m-user-image{flex-shrink:0;margin-right:5px}.qodef-login-opener-widget .qodef-logged-in-user .qodef-m-user-name{--qodef-underline-position-y:calc(100% - 3px);--qodef-underline-height:1px;background-repeat:no-repeat;background-image:linear-gradient(90deg,currentColor 0,currentColor 100%);background-position:0 var(--qodef-underline-position-y);background-size:0 var(--qodef-underline-height);transition:background-size .5s cubic-bezier(.25,.46,.35,.94),color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out}.qodef-login-opener-widget .qodef-logged-in-user:hover .qodef-m-user-name{background-size:100% var(--qodef-underline-height)}.qodef-login-opener-widget .qodef-logged-in-user .qodef-m-navigation-items{position:absolute;top:100%;left:-20px;list-style:none;margin:0!important;width:228px;padding:22px 0 25px!important;background-color:#fff;transition:opacity .2s ease-out;border:1px solid #ebebeb;border-radius:20px;visibility:hidden;opacity:0}@media only screen and (max-width:880px){.qodef-login-opener-widget .qodef-logged-in-user .qodef-m-navigation-items{left:initial;right:-20px}}.qodef-login-opener-widget .qodef-logged-in-user .qodef-m-navigation-item{margin:0;padding:0 40px}.qodef-login-opener-widget .qodef-logged-in-user .qodef-m-navigation-item .qodef-e-link{position:relative;display:flex;align-items:center;font-family:Inter,sans-serif;font-size:16px;line-height:1.66667em;font-weight:400;color:#10235e;letter-spacing:-.01em;position:relative;display:flex;white-space:normal;margin:8px 0;overflow:hidden;transition:padding .2s ease-out}.qodef-login-opener-widget .qodef-logged-in-user .qodef-m-navigation-item .qodef-e-link .qodef-menu-item-icon{flex-shrink:0}.qodef-login-opener-widget .qodef-logged-in-user .qodef-m-navigation-item .qodef-e-link .qodef-menu-item-text{--qodef-underline-position-y:calc(100% - 3px);--qodef-underline-height:1px;background-repeat:no-repeat;background-image:linear-gradient(90deg,currentColor 0,currentColor 100%);background-position:0 var(--qodef-underline-position-y);background-size:0 var(--qodef-underline-height);transition:background-size .5s cubic-bezier(.25,.46,.35,.94),color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out}.qodef-login-opener-widget .qodef-logged-in-user .qodef-m-navigation-item .qodef-e-link:hover .qodef-menu-item-text{background-size:100% var(--qodef-underline-height)}.qodef-login-opener-widget .qodef-logged-in-user .qodef-m-navigation-item .qodef-e-icon{flex-shrink:0;margin-right:5px}.qodef-login-opener-widget .qodef-logged-in-user:hover .qodef-m-navigation-items{opacity:1;visibility:visible}@media only screen and (max-width:880px){#qodef-membership-user-dashboard{flex-wrap:wrap}#qodef-membership-user-dashboard .qodef-m-navigation{width:100%;margin-bottom:40px}}@keyframes qqvfw-rotate{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}[class*=qqvfw-]{box-sizing:border-box}.qqvfw-m-media-image{position:relative}body.qqvfw-quick-view--opened{overflow:hidden}.qqvfw .qqvfw-m-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:var(--qqvfw-qv-overlay-background-color,rgba(0,0,0,.31))}.qqvfw .qqvfw-m-close{display:flex;position:absolute;right:20px;top:20px;width:18px;z-index:2;color:var(--qqvfw-qv-close-button-color,inherit)}.qqvfw .qqvfw-m-close svg{display:block;width:100%;height:auto;fill:none;stroke:currentColor}.qqvfw .qqvfw-m-close:hover{color:var(--qqvfw-qv-close-button-hover-color,initial)}.qqvfw .qqvfw-m-content{position:relative;display:inline-block;vertical-align:top;width:100%;max-width:90vw;z-index:2}.qqvfw .qqvfw-m-content .qqvfw-m-content-inner{height:100%}.qqvfw .qqvfw-m-content .qqvfw-m-product{height:100%}.qqvfw .qqvfw-m-content .qqvfw-m-product>.product{display:flex;height:100%;background-color:var(--qqvfw-qv-background-color,var(--qqvfw-background-color,#fff));padding:var(--qqvfw-qv-padding,0);border:var(--qqvfw-qv-border-width,0) var(--qqvfw-qv-border-style,solid) var(--qqvfw-qv-border-color,transparent);border-radius:var(--qqvfw-qv-border-radius,0);overflow:hidden}.qqvfw .qqvfw-m-content .qqvfw-m-product>.product .qqvfw-m-media-wrapper{position:relative;float:left;width:47.66%;height:100%;flex-shrink:0}.qqvfw .qqvfw-m-content .qqvfw-m-product>.product .qqvfw-m-summary-wrapper{position:relative;width:calc(100% - 47.66%);height:100%}.qqvfw .qqvfw-m-content .qqvfw-m-product>.product .images{width:100%;float:none}.qqvfw .qqvfw-m-content .qqvfw-m-product>.product .summary{position:relative;width:100%;float:none;margin:0;padding:40px 46px;box-sizing:border-box}.qqvfw .qqvfw-m-content .qqvfw-m-product>.product .summary.ps{height:100%}.qqvfw .qqvfw-m-content .qqvfw-m-product>.product .onsale{top:15px;left:15px;right:auto}.qqvfw .qqvfw-m-content .qqvfw-m-product>.product:after{display:none}.qqvfw .qqvfw-m-content .qqvfw-m-product:before{position:absolute;top:0;left:0;width:100%;height:100%;content:'';background-color:rgba(255,255,255,.8);visibility:hidden;z-index:-1}.qqvfw .qqvfw-m-spinner{position:absolute;top:50%;left:50%;width:100%;max-width:40px;height:auto;display:block;visibility:hidden;z-index:-1;transform:translate(-50%,-50%)}.qqvfw .qqvfw-m-spinner svg{display:block;width:100%;height:100%;fill:currentColor;stroke:none;animation:qqvfw-rotate 2s infinite linear}.qqvfw.qqvfw--loading .qqvfw-m-content .qqvfw-m-product:before{visibility:visible;z-index:8}.qqvfw.qqvfw--loading .qqvfw-m-spinner{visibility:visible;z-index:9}.qqvfw.qqvfw-ajax-add-to-cart--enabled .single_add_to_cart_button{position:relative}.qqvfw.qqvfw-ajax-add-to-cart--enabled .single_add_to_cart_button:before{content:'';display:inline-block;position:absolute;top:calc(50% - 20px/2);left:calc(50% - 20px/2);width:20px;height:20px;background:var(--qqvfw-heading-color,#000);-webkit-mask-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48cGF0aCBkPSJNMzA0IDQ4YzAgMjYuNTEtMjEuNDkgNDgtNDggNDhzLTQ4LTIxLjQ5LTQ4LTQ4IDIxLjQ5LTQ4IDQ4LTQ4IDQ4IDIxLjQ5IDQ4IDQ4em0tNDggMzY4Yy0yNi41MSAwLTQ4IDIxLjQ5LTQ4IDQ4czIxLjQ5IDQ4IDQ4IDQ4IDQ4LTIxLjQ5IDQ4LTQ4LTIxLjQ5LTQ4LTQ4LTQ4em0yMDgtMjA4Yy0yNi41MSAwLTQ4IDIxLjQ5LTQ4IDQ4czIxLjQ5IDQ4IDQ4IDQ4IDQ4LTIxLjQ5IDQ4LTQ4LTIxLjQ5LTQ4LTQ4LTQ4ek05NiAyNTZjMC0yNi41MS0yMS40OS00OC00OC00OFMwIDIyOS40OSAwIDI1NnMyMS40OSA0OCA0OCA0OCA0OC0yMS40OSA0OC00OHptMTIuOTIyIDk5LjA3OGMtMjYuNTEgMC00OCAyMS40OS00OCA0OHMyMS40OSA0OCA0OCA0OCA0OC0yMS40OSA0OC00OGMwLTI2LjUwOS0yMS40OTEtNDgtNDgtNDh6bTI5NC4xNTYgMGMtMjYuNTEgMC00OCAyMS40OS00OCA0OHMyMS40OSA0OCA0OCA0OCA0OC0yMS40OSA0OC00OGMwLTI2LjUwOS0yMS40OS00OC00OC00OHpNMTA4LjkyMiA2MC45MjJjLTI2LjUxIDAtNDggMjEuNDktNDggNDhzMjEuNDkgNDggNDggNDggNDgtMjEuNDkgNDgtNDgtMjEuNDkxLTQ4LTQ4LTQ4eiI+PC9wYXRoPjwvc3ZnPg==);mask-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48cGF0aCBkPSJNMzA0IDQ4YzAgMjYuNTEtMjEuNDkgNDgtNDggNDhzLTQ4LTIxLjQ5LTQ4LTQ4IDIxLjQ5LTQ4IDQ4LTQ4IDQ4IDIxLjQ5IDQ4IDQ4em0tNDggMzY4Yy0yNi41MSAwLTQ4IDIxLjQ5LTQ4IDQ4czIxLjQ5IDQ4IDQ4IDQ4IDQ4LTIxLjQ5IDQ4LTQ4LTIxLjQ5LTQ4LTQ4LTQ4em0yMDgtMjA4Yy0yNi41MSAwLTQ4IDIxLjQ5LTQ4IDQ4czIxLjQ5IDQ4IDQ4IDQ4IDQ4LTIxLjQ5IDQ4LTQ4LTIxLjQ5LTQ4LTQ4LTQ4ek05NiAyNTZjMC0yNi41MS0yMS40OS00OC00OC00OFMwIDIyOS40OSAwIDI1NnMyMS40OSA0OCA0OCA0OCA0OC0yMS40OSA0OC00OHptMTIuOTIyIDk5LjA3OGMtMjYuNTEgMC00OCAyMS40OS00OCA0OHMyMS40OSA0OCA0OCA0OCA0OC0yMS40OSA0OC00OGMwLTI2LjUwOS0yMS40OTEtNDgtNDgtNDh6bTI5NC4xNTYgMGMtMjYuNTEgMC00OCAyMS40OS00OCA0OHMyMS40OSA0OCA0OCA0OCA0OC0yMS40OSA0OC00OGMwLTI2LjUwOS0yMS40OS00OC00OC00OHpNMTA4LjkyMiA2MC45MjJjLTI2LjUxIDAtNDggMjEuNDktNDggNDhzMjEuNDkgNDggNDggNDggNDgtMjEuNDkgNDgtNDgtMjEuNDkxLTQ4LTQ4LTQ4eiI+PC9wYXRoPjwvc3ZnPg==);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;visibility:hidden;animation:qode-rotate 2s infinite linear}.qqvfw.qqvfw-ajax-add-to-cart--enabled .single_add_to_cart_button.loading{visibility:hidden}.qqvfw.qqvfw-ajax-add-to-cart--enabled .single_add_to_cart_button.loading:before{visibility:visible}.qqvfw.qqvfw-ajax-add-to-cart--enabled .single_add_to_cart_button.added{display:none!important}.qqvfw-block-wrapper,.wp-block-group.woocommerce.product>.wp-block-group>.wp-block-columns>.wp-block-column,.wp-block-post-template .wp-block-post.product{position:relative}.qqvfw-quick-view-button-wrapper{position:relative;z-index:10}.qqvfw-quick-view-button-wrapper .qqvfw-quick-view-button.qqvfw-shortcode.button{position:relative;display:inline-flex!important;align-items:center;gap:6px}.qqvfw-quick-view-button-wrapper .qqvfw-quick-view-button .qqvfw-m-icon{width:22px;flex-shrink:0}.qqvfw-quick-view-button-wrapper .qqvfw-quick-view-button .qqvfw-m-icon>*{display:block;width:100%;height:auto}.qqvfw-quick-view-button-wrapper .qqvfw-quick-view-button .qqvfw-m-icon svg{fill:none;stroke:currentColor}.qqvfw-quick-view-button .qqvfw-m-spinner{position:absolute;top:50%;left:50%;width:100%;max-width:20px;height:auto;display:block;visibility:hidden;z-index:-1;transform:translate(-50%,-50%)}.qqvfw-quick-view-button .qqvfw-m-spinner svg{display:block;width:100%;height:100%;fill:currentColor;stroke:none;animation:qqvfw-rotate 2s infinite linear}.qqvfw-quick-view-button.qqvfw--loading .qqvfw-m-spinner{visibility:visible;z-index:9}.qqvfw-quick-view-button.qqvfw--loading .qqvfw-m-icon,.qqvfw-quick-view-button.qqvfw--loading .qqvfw-m-text{visibility:hidden;z-index:-1}.qqvfw-quick-view-button[href*="#qqvfw-"].qqvfw--loading{position:relative;visibility:hidden;z-index:-1}.qwfw-wishlist-table .qqvfw-quick-view-button[href*="#qqvfw-"].qqvfw--loading{z-index:1}#qode-quick-view-for-woocommerce-pop-up{position:fixed;top:0;left:0;width:100%;height:100vh;display:flex;align-items:center;justify-content:center;visibility:hidden;opacity:0;z-index:1499}.admin-bar #qode-quick-view-for-woocommerce-pop-up{top:32px;height:calc(100vh - 32px)}#qode-quick-view-for-woocommerce-pop-up .qqvfw-m-content{width:var(--qqvfw-qv-width,940px);height:var(--qqvfw-qv-height,640px);max-height:90vh;transition:all .2s ease-out}#qode-quick-view-for-woocommerce-pop-up .qqvfw-m-content .woocommerce-product-gallery__wrapper>.woocommerce-product-gallery__image a{height:var(--qqvfw-qv-height,640px);max-height:90vh}#qode-quick-view-for-woocommerce-pop-up.qqvfw--opened{opacity:1;visibility:visible}@media only screen and (max-width:880px){.qqvfw .qqvfw-m-content .qqvfw-m-product>.product{position:relative;flex-direction:column}.qqvfw .qqvfw-m-content .qqvfw-m-product>.product .qqvfw-m-media-wrapper{width:100%;height:auto}.qqvfw .qqvfw-m-content .qqvfw-m-product>.product .qqvfw-m-summary-wrapper{width:100%;height:auto}.qqvfw .qqvfw-m-content .qqvfw-m-product>.product .summary{padding:18px 28px}}@media only screen and (max-width:880px){.admin-bar #qode-quick-view-for-woocommerce-pop-up{top:46px;height:calc(100vh - 46px)}#qode-quick-view-for-woocommerce-pop-up .qqvfw-m-content{height:100%}#qode-quick-view-for-woocommerce-pop-up .qqvfw-m-content .woocommerce-product-gallery__wrapper>.woocommerce-product-gallery__image a{height:100%}}@keyframes qwfw-rotate{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}[class*=qwfw-]{box-sizing:border-box}.qwfw-spinner-item{position:relative}.qwfw-spinner-item .qwfw-spinner-icon{position:absolute;top:50%;left:50%;width:100%;min-width:12px;max-width:20px;height:auto;color:var(--qwfw-wishlist-spinner-color,var(--qwfw-heading-color,#000));display:block;visibility:hidden;z-index:-1;transform:translate(-50%,-50%)}.qwfw-spinner-item .qwfw-spinner-icon svg{display:block;width:100%;height:100%;fill:currentColor;stroke:none;animation:qwfw-rotate 2s infinite linear}.qwfw-spinner-item.qwfw--loading>:not(.qwfw-spinner-icon){visibility:hidden;z-index:-1}.qwfw-spinner-item.qwfw--loading .qwfw-spinner-icon{visibility:visible;z-index:1}.qwfw-confirm-modal{position:fixed;top:0;left:0;width:100%;height:100vh;display:flex;align-items:center;justify-content:center;visibility:hidden;opacity:0;z-index:10001;transition:all .2s ease-out}.qwfw-confirm-modal .qwfw-m-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.05)}.qwfw-confirm-modal .qwfw-m-content{position:relative;display:inline-block;vertical-align:top;width:80vw;max-width:420px;max-height:90vh;padding:30px 30px 40px;background-color:#fff;border-radius:var(--qwfw-border-radius,8px);box-shadow:1px 1px 16px 0 rgba(0,0,0,.1);overflow-y:auto;z-index:2}.qwfw-confirm-modal .qwfw-m-content::-webkit-scrollbar{height:4px;width:4px}.qwfw-confirm-modal .qwfw-m-content::-webkit-scrollbar-track{background-color:transparent}.qwfw-confirm-modal .qwfw-m-content::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:5px}.qwfw-confirm-modal .qwfw-m-form-wrapper{position:relative;display:inline-block;width:100%;vertical-align:top}.qwfw-confirm-modal .qwfw-m-form{position:relative}.qwfw-confirm-modal .qwfw-m-form .qwfw-m-form-title{margin:0 0 1.3em}.qwfw-confirm-modal .qwfw-m-form .qwfw-m-form-label{margin:0 0 .3rem}.qwfw-confirm-modal .qwfw-m-form .qwfw-m-form-dropdown,.qwfw-confirm-modal .qwfw-m-form .qwfw-m-form-field{width:100%}.qwfw-confirm-modal .qwfw-m-form .qwfw-m-form-button{margin:0;width:100%;justify-content:center}.qwfw-confirm-modal .qwfw-m-form .qwfw-m-form-button .qwfw-spinner-icon{color:inherit}.qwfw-confirm-modal .qwfw-m-form.qwfw--initial .qwfw-m-form-title{margin-bottom:.8em}.qwfw-confirm-modal .qwfw-m-form.qwfw--success-notice>:not(.qwfw-m-form-response):not(.qwfw-m-form-title){display:none}.qwfw-confirm-modal .qwfw-m-form.qwfw--success-notice .qwfw-m-form-title{margin-bottom:.7em}.qwfw-confirm-modal .qwfw-m-form.qwfw--success-notice .qwfw-m-form-response.qwfw--has-notice{margin-top:0}.qwfw-confirm-modal .qwfw-m-form.qwfw--hide{display:none}.qwfw-confirm-modal .qwfw-m-form-row{position:relative;display:flex;flex-direction:column;gap:var(--qwfw-form-gap,22px);margin:var(--qwfw-form-gap,22px) 0 0}.qwfw-confirm-modal .qwfw-m-form-row-item{position:relative}.qwfw-confirm-modal .qwfw-m-response{position:relative;display:flex;align-items:flex-start;gap:12px}.qwfw-confirm-modal .qwfw-m-response .qwfw-m-response-icon{position:relative;top:3px;width:16px;height:auto;display:block;flex-shrink:0;fill:none;stroke:currentColor}.qwfw-confirm-modal .qwfw-m-form-response.qwfw--has-notice{display:flex;flex-direction:column;align-items:flex-start;row-gap:23px;margin-top:var(--qwfw-form-gap,22px)}.qwfw-confirm-modal .qwfw-m-form-response-actions{display:flex;gap:33px}.qwfw-confirm-modal .qwfw-m-form-response-button.qwfw--shop{display:flex;align-items:center;column-gap:8px}.qwfw-confirm-modal .qwfw-m-form-response-button.qwfw--shop:before{content:'';position:relative;top:1px;display:block;width:14px;height:13px;background-color:currentColor;-webkit-mask-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDE0IDEzIiBzdHJva2U9IiMwMDAiIGZpbGw9Im5vbmUiPjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEgMSkiPjxwYXRoIGQ9Ik02LjkxOCwxMCw0LDEyLjkxOGwyLjkxOCwyLjkxOCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTQgLTUuNDE0KSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjIiLz48cGF0aCBkPSJNMTQsNFY4Ljc3NUEyLjYyMiwyLjYyMiwwLDAsMSwxMS41LDExLjVINCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTIuMDgzIC00KSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjIiLz48L2c+PC9zdmc+Cg==);mask-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDE0IDEzIiBzdHJva2U9IiMwMDAiIGZpbGw9Im5vbmUiPjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEgMSkiPjxwYXRoIGQ9Ik02LjkxOCwxMCw0LDEyLjkxOGwyLjkxOCwyLjkxOCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTQgLTUuNDE0KSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjIiLz48cGF0aCBkPSJNMTQsNFY4Ljc3NUEyLjYyMiwyLjYyMiwwLDAsMSwxMS41LDExLjVINCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTIuMDgzIC00KSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjIiLz48L2c+PC9zdmc+Cg==)}.qwfw-confirm-modal .qwfw-m-close{position:absolute;right:15px;top:15px;width:18px;display:flex;z-index:2;color:var(--qwfw-heading-color,#000)}.qwfw-confirm-modal .qwfw-m-close svg{display:block;width:100%;height:auto;fill:none;stroke:currentColor}.qwfw-confirm-modal .qwfw-m-close:hover{color:var(--qwfw-main-color,#ec274f)}.qwfw-confirm-modal.qwfw--opened{opacity:1;visibility:visible}.qwfw-confirm-modal .qwfw-m-form-title{margin:0 0 1.3rem}.qwfw-confirm-modal .qwfw-m-form-actions{position:relative;display:flex;justify-content:space-between;gap:15px}.qwfw-confirm-modal .qwfw-m-form-button{position:relative;display:inline-block;width:100%;vertical-align:top;margin:0;padding:6px 30px;font-family:inherit;font-size:inherit;line-height:2em;font-weight:inherit;text-decoration:none;text-transform:none;color:#fff;background-color:var(--qwfw-heading-color,#000);border:1px solid var(--qwfw-heading-color,#000);border-radius:0;outline:0;box-shadow:none;cursor:pointer;transition:color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out}.qwfw-confirm-modal .qwfw-m-form-button:hover{color:var(--qwfw-heading-color,#000);background-color:transparent;border-color:var(--qwfw-heading-color,#000)}.qwfw-confirm-modal .qwfw-m-close{position:absolute;right:15px;top:15px;display:flex;z-index:2;color:var(--qwfw-heading-color,#000)}.qwfw-confirm-modal .qwfw-m-close svg{display:block;fill:none;stroke:currentColor}.qwfw-confirm-modal .qwfw-m-close:hover{color:var(--qwfw-main-color,#ec274f)}.qwfw-confirm-modal.qwfw--simple .qwfw-m-form-title{margin:0}@media only screen and (max-width:880px){.qwfw-confirm-modal{top:auto;bottom:0;align-items:flex-end;height:max-content}.qwfw-confirm-modal .qwfw-m-overlay{position:fixed}.qwfw-confirm-modal .qwfw-m-content{width:100%;max-width:100%;margin:0;padding:24px 20px 20px;transform:translateY(100%);transition:transform .4s ease}.qwfw-confirm-modal.qwfw--opened .qwfw-m-content{transform:translateY(0)}.qwfw-confirm-modal .qwfw-m-form-actions .qwfw-m-form-button.button{padding-left:10px!important;padding-right:10px!important}}.qwfw-social-share{position:relative;display:inline-block;vertical-align:top}.qwfw-social-share .qwfw-m-opener{display:inline-flex;align-items:center;flex-shrink:0;column-gap:6px;padding:15px 5px;margin:0}.qwfw-social-share .qwfw-m-opener svg{display:block;width:16px;height:auto;fill:none;stroke:currentColor}.qwfw-social-share .qwfw-m-social-items{position:absolute;bottom:0;width:100%;left:0;visibility:hidden;z-index:950}.qwfw-social-share .qwfw-m-social-item{position:absolute;left:calc(50% - 40px/2);display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;line-height:40px;background-color:#fff;border:1px solid var(--qwfw-border-color,#dadada);visibility:hidden;overflow:hidden;opacity:0;cursor:pointer;transition:opacity .2s ease-out,visibility .2s ease-out}.qwfw-social-share .qwfw-m-social-item:not(:first-child){border-top:none}.qwfw-social-share .qwfw-m-social-item:first-child{border-top-left-radius:var(--qwfw-border-radius,8px);border-top-right-radius:var(--qwfw-border-radius,8px)}.qwfw-social-share .qwfw-m-social-item:last-child{border-bottom-left-radius:var(--qwfw-border-radius,8px);border-bottom-right-radius:var(--qwfw-border-radius,8px)}.qwfw-social-share .qwfw-m-social-item:nth-child(1){bottom:-40px}.qwfw-social-share .qwfw-m-social-item:nth-child(2){bottom:-80px}.qwfw-social-share .qwfw-m-social-item:nth-child(3){bottom:-120px}.qwfw-social-share .qwfw-m-social-item:nth-child(4){bottom:-160px}.qwfw-social-share .qwfw-m-social-item:nth-child(5){bottom:-200px}.qwfw-social-share .qwfw-m-social-item:nth-child(6){bottom:-240px}.qwfw-social-share .qwfw-m-social-item:nth-child(7){bottom:-280px}.qwfw-social-share .qwfw-m-social-item:nth-child(8){bottom:-320px}.qwfw-social-share .qwfw-m-social-item a{position:relative;display:flex;align-items:center;justify-content:center;line-height:inherit;width:100%;height:100%;text-decoration:none;color:var(--qwfw-wt-social-icon-color,var(--qwfw-heading-color,#000));transition:color .2s ease-out}.qwfw-social-share .qwfw-m-social-item a>*{display:block;height:auto;max-width:var(--qwfw-wt-social-size,15px)}.qwfw-social-share .qwfw-m-social-item a svg{fill:currentColor;transition:fill .2s ease-out}.qwfw-social-share .qwfw-m-social-item a:hover{color:var(--qwfw-wt-social-icon-hover-color,var(--qwfw-main-color,#ec274f))}.qwfw-social-share:hover .qwfw-m-social-item{opacity:1;visibility:visible}.qwfw-social-share:hover .qwfw-m-social-item:nth-child(2){transition-delay:.2s}.qwfw-social-share:hover .qwfw-m-social-item:nth-child(3){transition-delay:.3s}.qwfw-social-share:hover .qwfw-m-social-item:nth-child(4){transition-delay:.4s}.qwfw-social-share:hover .qwfw-m-social-item:nth-child(5){transition-delay:.5s}.qwfw-social-share:hover .qwfw-m-social-item:nth-child(6){transition-delay:.6s}.qwfw-social-share:hover .qwfw-m-social-item:nth-child(7){transition-delay:.7s}.qwfw-social-share:hover .qwfw-m-social-item:nth-child(8){transition-delay:.8s}#qode-wishlist-for-woocommerce-modal{position:fixed;top:0;left:0;width:100%;height:100vh;display:flex;align-items:center;justify-content:center;visibility:hidden;opacity:0;z-index:10001;transition:all .2s ease-out;align-items:flex-end}#qode-wishlist-for-woocommerce-modal .qwfw-m-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.05)}#qode-wishlist-for-woocommerce-modal .qwfw-m-content{position:relative;display:inline-block;vertical-align:top;width:80vw;max-width:420px;max-height:90vh;padding:30px 30px 40px;background-color:#fff;border-radius:var(--qwfw-border-radius,8px);box-shadow:1px 1px 16px 0 rgba(0,0,0,.1);overflow-y:auto;z-index:2}#qode-wishlist-for-woocommerce-modal .qwfw-m-content::-webkit-scrollbar{height:4px;width:4px}#qode-wishlist-for-woocommerce-modal .qwfw-m-content::-webkit-scrollbar-track{background-color:transparent}#qode-wishlist-for-woocommerce-modal .qwfw-m-content::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:5px}#qode-wishlist-for-woocommerce-modal .qwfw-m-form-wrapper{position:relative;display:inline-block;width:100%;vertical-align:top}#qode-wishlist-for-woocommerce-modal .qwfw-m-form{position:relative}#qode-wishlist-for-woocommerce-modal .qwfw-m-form .qwfw-m-form-title{margin:0 0 1.3em}#qode-wishlist-for-woocommerce-modal .qwfw-m-form .qwfw-m-form-label{margin:0 0 .3rem}#qode-wishlist-for-woocommerce-modal .qwfw-m-form .qwfw-m-form-dropdown,#qode-wishlist-for-woocommerce-modal .qwfw-m-form .qwfw-m-form-field{width:100%}#qode-wishlist-for-woocommerce-modal .qwfw-m-form .qwfw-m-form-button{margin:0;width:100%;justify-content:center}#qode-wishlist-for-woocommerce-modal .qwfw-m-form .qwfw-m-form-button .qwfw-spinner-icon{color:inherit}#qode-wishlist-for-woocommerce-modal .qwfw-m-form.qwfw--initial .qwfw-m-form-title{margin-bottom:.8em}#qode-wishlist-for-woocommerce-modal .qwfw-m-form.qwfw--success-notice>:not(.qwfw-m-form-response):not(.qwfw-m-form-title){display:none}#qode-wishlist-for-woocommerce-modal .qwfw-m-form.qwfw--success-notice .qwfw-m-form-title{margin-bottom:.7em}#qode-wishlist-for-woocommerce-modal .qwfw-m-form.qwfw--success-notice .qwfw-m-form-response.qwfw--has-notice{margin-top:0}#qode-wishlist-for-woocommerce-modal .qwfw-m-form.qwfw--hide{display:none}#qode-wishlist-for-woocommerce-modal .qwfw-m-form-row{position:relative;display:flex;flex-direction:column;gap:var(--qwfw-form-gap,22px);margin:var(--qwfw-form-gap,22px) 0 0}#qode-wishlist-for-woocommerce-modal .qwfw-m-form-row-item{position:relative}#qode-wishlist-for-woocommerce-modal .qwfw-m-response{position:relative;display:flex;align-items:flex-start;gap:12px}#qode-wishlist-for-woocommerce-modal .qwfw-m-response .qwfw-m-response-icon{position:relative;top:3px;width:16px;height:auto;display:block;flex-shrink:0;fill:none;stroke:currentColor}#qode-wishlist-for-woocommerce-modal .qwfw-m-form-response.qwfw--has-notice{display:flex;flex-direction:column;align-items:flex-start;row-gap:23px;margin-top:var(--qwfw-form-gap,22px)}#qode-wishlist-for-woocommerce-modal .qwfw-m-form-response-actions{display:flex;gap:33px}#qode-wishlist-for-woocommerce-modal .qwfw-m-form-response-button.qwfw--shop{display:flex;align-items:center;column-gap:8px}#qode-wishlist-for-woocommerce-modal .qwfw-m-form-response-button.qwfw--shop:before{content:'';position:relative;top:1px;display:block;width:14px;height:13px;background-color:currentColor;-webkit-mask-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDE0IDEzIiBzdHJva2U9IiMwMDAiIGZpbGw9Im5vbmUiPjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEgMSkiPjxwYXRoIGQ9Ik02LjkxOCwxMCw0LDEyLjkxOGwyLjkxOCwyLjkxOCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTQgLTUuNDE0KSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjIiLz48cGF0aCBkPSJNMTQsNFY4Ljc3NUEyLjYyMiwyLjYyMiwwLDAsMSwxMS41LDExLjVINCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTIuMDgzIC00KSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjIiLz48L2c+PC9zdmc+Cg==);mask-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDE0IDEzIiBzdHJva2U9IiMwMDAiIGZpbGw9Im5vbmUiPjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEgMSkiPjxwYXRoIGQ9Ik02LjkxOCwxMCw0LDEyLjkxOGwyLjkxOCwyLjkxOCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTQgLTUuNDE0KSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjIiLz48cGF0aCBkPSJNMTQsNFY4Ljc3NUEyLjYyMiwyLjYyMiwwLDAsMSwxMS41LDExLjVINCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTIuMDgzIC00KSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjIiLz48L2c+PC9zdmc+Cg==)}#qode-wishlist-for-woocommerce-modal .qwfw-m-close{position:absolute;right:15px;top:15px;width:18px;display:flex;z-index:2;color:var(--qwfw-heading-color,#000)}#qode-wishlist-for-woocommerce-modal .qwfw-m-close svg{display:block;width:100%;height:auto;fill:none;stroke:currentColor}#qode-wishlist-for-woocommerce-modal .qwfw-m-close:hover{color:var(--qwfw-main-color,#ec274f)}#qode-wishlist-for-woocommerce-modal.qwfw--opened{opacity:1;visibility:visible}#qode-wishlist-for-woocommerce-modal .qwfw-m-content{padding:25px 28px;margin-bottom:9.6vh}#qode-wishlist-for-woocommerce-modal .qwfw-m-close{right:10px;top:10px;width:12px}#qode-wishlist-for-woocommerce-modal .qwfw-m-product{display:flex;flex-direction:column;row-gap:14px}#qode-wishlist-for-woocommerce-modal .qwfw-m-product>*{margin:0}@media only screen and (max-width:880px){.qwfw-social-share{flex-direction:column;align-items:flex-start}}@media only screen and (max-width:680px){.qwfw-social-share .qwfw-m-social-items{left:auto;right:40px}}@media only screen and (max-width:880px){#qode-wishlist-for-woocommerce-modal{top:auto;bottom:0;align-items:flex-end;height:max-content}#qode-wishlist-for-woocommerce-modal .qwfw-m-overlay{position:fixed}#qode-wishlist-for-woocommerce-modal .qwfw-m-content{width:100%;max-width:100%;margin:0;padding:24px 20px 20px;transform:translateY(100%);transition:transform .4s ease}#qode-wishlist-for-woocommerce-modal.qwfw--opened .qwfw-m-content{transform:translateY(0)}}.wp-block-group.woocommerce.product>.wp-block-group>.wp-block-columns>.wp-block-column,.wp-block-post-template .wp-block-post.product{position:relative}.qqvfw .qqvfw-m-content .qqvfw-m-product .product.add-to-wishlist-after_add_to_cart .summary form.cart .variations_button,.qqvfw .qqvfw-m-content .qqvfw-m-product .product.add-to-wishlist-after_add_to_cart .summary form.cart:not(.variations_form),.single-product.qwfw-button--after-add-to-cart-form .product .summary form.cart .variations_button,.single-product.qwfw-button--after-add-to-cart-form .product .summary form.cart:not(.variations_form){display:flex;align-items:flex-start;flex-wrap:wrap}.qqvfw .qqvfw-m-content .qqvfw-m-product .product.add-to-wishlist-after_add_to_cart .summary form.cart .qwfw-add-to-wishlist-wrapper,.single-product.qwfw-button--after-add-to-cart-form .product .summary form.cart .qwfw-add-to-wishlist-wrapper{margin-left:14px}.qqvfw .qqvfw-m-content .qqvfw-m-product .product.add-to-wishlist-after_add_to_cart .summary form.cart .qwfw-add-to-wishlist-wrapper .qwfw-shortcode,.single-product.qwfw-button--after-add-to-cart-form .product .summary form.cart .qwfw-add-to-wishlist-wrapper .qwfw-shortcode{display:inline-flex!important;align-items:center!important;margin:0}@media only screen and (max-width:880px){.qqvfw .qqvfw-m-content .qqvfw-m-product .product.add-to-wishlist-after_add_to_cart .summary form.cart .qwfw-add-to-wishlist-wrapper,.single-product.qwfw-button--after-add-to-cart-form .product .summary form.cart .qwfw-add-to-wishlist-wrapper{margin:14px 0 0}}.single-product.qwfw-button--after-add-to-cart-form .qwfw-block-wrapper{display:flex;align-items:flex-start;flex-wrap:wrap}.single-product.qwfw-button--after-add-to-cart-form .qwfw-block-wrapper .qwfw-add-to-wishlist-wrapper{margin-left:14px}.single-product.qwfw-button--after-add-to-cart-form .qwfw-block-wrapper .qwfw-add-to-wishlist-wrapper .qwfw-shortcode{display:inline-flex!important;align-items:center!important;margin:0}@media only screen and (max-width:880px){.single-product.qwfw-button--after-add-to-cart-form .qwfw-block-wrapper .qwfw-add-to-wishlist-wrapper{margin:14px 0 0}}.qwfw-add-to-wishlist-wrapper{position:relative;z-index:10}.qwfw-add-to-wishlist-wrapper .qwfw-shortcode{position:relative;display:inline-flex;align-items:center;vertical-align:middle;gap:var(--qwfw-atw-gap,5px);padding:var(--qwfw-atw-padding,0);margin:0;border:0 solid currentColor;border-radius:var(--qwfw-atw-border-radius,0);cursor:pointer;z-index:inherit;transition:color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out}.qwfw-add-to-wishlist-wrapper .qwfw-shortcode .qwfw-m-icon{width:var(--qwfw-atw-icon-size,17px);flex-shrink:0}.qwfw-add-to-wishlist-wrapper .qwfw-shortcode .qwfw-m-icon>*{display:block;width:100%;height:auto}.qwfw-add-to-wishlist-wrapper .qwfw-shortcode .qwfw-m-icon svg{fill:currentColor;stroke:currentColor;transition:fill .2s ease-out,stroke .2s ease-out}.qwfw-add-to-wishlist-wrapper .qwfw-shortcode .qwfw-m-count{position:absolute;top:var(--qwfw-atw-count-top-offset,0);right:calc((var(--qwfw-atw-icon-size,17px) - var(--qwfw-atw-count-side-offset,0px))*-1);display:none;align-items:center;justify-content:center;min-width:16px;min-height:16px;font-size:80%;line-height:1;padding:.2em;color:#fff;background-color:var(--qwfw-additional-text-color,#aaa);border-radius:100%;transform:translateY(-40%)}.qwfw-add-to-wishlist-wrapper .qwfw-shortcode .qwfw-m-count .qwfw-m-count-value{display:block;min-width:1em;min-height:1em;text-align:center}.qwfw-add-to-wishlist-wrapper .qwfw-shortcode .qwfw-m-count:before{content:'';float:left;width:auto;padding-bottom:100%}.qwfw-add-to-wishlist-wrapper .qwfw-shortcode .qwfw-m-count.qwfw--visible{display:inline-flex}.qwfw-add-to-wishlist-wrapper .qwfw-shortcode .qwfw-m-tooltip{position:absolute;top:-8px;left:0;width:auto;padding:0 10px;font-size:11px;line-height:2.4em;font-weight:inherit;font-style:inherit;text-transform:inherit;letter-spacing:inherit;color:#fff;background-color:var(--qwfw-heading-color,#000);border-radius:var(--qwfw-border-radius-small,5px);opacity:0;transform:translateX(calc(-50% + calc(var(--qwfw-atw-icon-size,17px)/2))) translateY(-100%);transition:opacity .2s ease-out;visibility:hidden;white-space:nowrap}.qwfw-add-to-wishlist-wrapper .qwfw-shortcode .qwfw-m-tooltip:before{content:attr(data-label)}.qwfw-add-to-wishlist-wrapper .qwfw-shortcode .qwfw-m-tooltip:after{content:'';position:absolute;bottom:-5px;left:calc(50% - 4.5px);width:0;height:0;border-color:var(--qwfw-heading-color,#000) transparent transparent transparent;border-style:solid;border-width:6px 4.5px 0}.qwfw-add-to-wishlist-wrapper .qwfw-shortcode.button .qwfw-m-tooltip{transform:translateX(0) translateY(-100%)}.qwfw-add-to-wishlist-wrapper .qwfw-shortcode:not(.button){color:var(--qwfw-atw-color,var(--qwfw-heading-color,#000));background-color:var(--qwfw-atw-background-color,transparent)}.qwfw-add-to-wishlist-wrapper .qwfw-shortcode:not(.button):hover{color:var(--qwfw-atw-hover-color,var(--qwfw-main-color,#ec274f));background-color:var(--qwfw-atw-hover-background-color,var(--qwfw-atw-background-color,transparent))}.qwfw-add-to-wishlist-wrapper .qwfw-shortcode:not(.button).qwfw--added{color:var(--qwfw-atw-active-color,var(--qwfw-atw-hover-color,var(--qwfw-main-color,#ec274f)));background-color:var(--qwfw-atw-active-background-color,var(--qwfw-atw-hover-background-color,var(--qwfw-atw-background-color,transparent)))}.qwfw-add-to-wishlist-wrapper .qwfw-shortcode.qwfw-type--icon-with-tooltip:not(.qwfw--loading):hover .qwfw-m-tooltip{opacity:1;visibility:visible}.qwfw-add-to-wishlist-wrapper.qwfw-item-type--icon,.qwfw-add-to-wishlist-wrapper.qwfw-item-type--icon-with-tooltip{line-height:1}.qwfw-add-to-wishlist-wrapper.qwfw-position--after-add-to-cart,.qwfw-add-to-wishlist-wrapper.qwfw-position--before-add-to-cart{margin-top:.8rem}.qwfw-add-to-wishlist-wrapper.qwfw--single.qwfw-position--after-summary{margin-top:.8rem}.qwfw-add-to-wishlist-wrapper.qwfw--single.qwfw-position--before-title{margin-bottom:.8rem}.qwfw-add-to-wishlist-wrapper.qwfw--loop.qwfw-position--above-thumbnail{margin-bottom:.8rem}.qwfw-add-to-wishlist-wrapper.qwfw-position--on-thumbnail{position:absolute;top:var(--qwfw-atw-thumb-top-offset,20px);left:var(--qwfw-atw-thumb-side-offset,20px);margin:0}.qwfw-add-to-wishlist-wrapper.qwfw-position--on-thumbnail .qwfw-shortcode{--qwfw-atw-count-top-offset:2px;--qwfw-atw-count-side-offset:3px;padding:var(--qwfw-atw-padding,8px 11px);background-color:var(--qwfw-atw-background-color,var(--qwfw-background-color,#fff));border-radius:var(--qwfw-atw-border-radius,var(--qwfw-border-radius,8px))}.qwfw-add-to-wishlist-wrapper.qwfw-position--on-thumbnail .qwfw-shortcode:hover{background-color:var(--qwfw-atw-hover-background-color,var(--qwfw-atw-background-color,var(--qwfw-background-color,#fff)))}.qwfw-add-to-wishlist-wrapper.qwfw-position--on-thumbnail .qwfw-shortcode.qwfw--added{background-color:var(--qwfw-atw-active-background-color,var(--qwfw-atw-hover-background-color,var(--qwfw-atw-background-color,var(--qwfw-background-color,#fff))))}.qwfw-add-to-wishlist-wrapper.qwfw-position--on-thumbnail .qwfw-shortcode.qwfw-type--icon,.qwfw-add-to-wishlist-wrapper.qwfw-position--on-thumbnail .qwfw-shortcode.qwfw-type--icon-with-tooltip{padding:var(--qwfw-atw-padding,11px 9px);border-radius:var(--qwfw-atw-border-radius,100%)}.qwfw-add-to-wishlist-wrapper.qwfw-position--on-thumbnail .qwfw-shortcode.qwfw-type--icon .qwfw-m-tooltip,.qwfw-add-to-wishlist-wrapper.qwfw-position--on-thumbnail .qwfw-shortcode.qwfw-type--icon-with-tooltip .qwfw-m-tooltip{transform:translateX(calc(-50% + calc(var(--qwfw-atw-icon-size,36px)/2))) translateY(-100%)}@media only screen and (max-width:680px){.qwfw-add-to-wishlist-wrapper.qwfw-position--on-thumbnail~.woocommerce-LoopProduct-link:not(:has(img)){display:none}}.qwfw-add-to-wishlist-wrapper.qwfw-position--on-thumbnail.qwfw-thumb--top-right{left:auto;right:calc(var(--qwfw-atw-thumb-side-offset,20px) + var(--qwfw-atw-thumb-offset-adjs,0px))}.qwfw-add-to-wishlist-wrapper.qwfw-position--on-thumbnail.qwfw-thumb--bottom-left{top:auto;bottom:var(--qwfw-atw-thumb-bottom-offset,20px)}.qwfw-add-to-wishlist-wrapper.qwfw-position--on-thumbnail.qwfw-thumb--bottom-right{top:auto;bottom:var(--qwfw-atw-thumb-bottom-offset,20px);left:auto;right:calc(var(--qwfw-atw-thumb-side-offset,20px) + var(--qwfw-atw-thumb-offset-adjs,0px))}.qwfw-wishlist-table{position:relative;display:inline-block;width:100%;vertical-align:top;max-width:100%!important}.qwfw-wishlist-table .qwfw-m-section-heading{position:relative;display:flex;justify-content:space-between;align-items:center;gap:22px;margin-bottom:.9rem}.qwfw-wishlist-table .qwfw-m-section-heading-actions{position:relative;display:flex;align-items:center;gap:20px;flex-shrink:0;margin-left:auto}.qwfw-wishlist-table .qwfw-m-section-heading-actions .qwfw-e-action-button{display:inline-flex;align-items:center;flex-shrink:0;padding:5px}.qwfw-wishlist-table .qwfw-m-section-heading-actions .qwfw-e-action-button-icon svg{display:block;width:100%;height:auto;max-width:15px;fill:currentColor}.qwfw-wishlist-table .qwfw-m-heading{margin:0!important}.qwfw-wishlist-table .qwfw-m-items.shop_table{width:100%;font-size:var(--qwfw-wt-items-font-size,80%);margin:0;border:0}.qwfw-wishlist-table .qwfw-m-items .qwfw-m-items-heading{background-color:var(--qwfw-wt-heading-bg-color,var(--qwfw-additional-background-color,#f6f6f6))}.qwfw-wishlist-table .qwfw-m-items .qwfw-m-items-heading tr{vertical-align:middle;border:0}.qwfw-wishlist-table .qwfw-m-items .qwfw-m-items-heading tr th{vertical-align:middle;border:0}.qwfw-wishlist-table .qwfw-m-items .qwfw-m-items-heading tr th.product-remove{width:20px}.qwfw-wishlist-table .qwfw-m-items .qwfw-m-items-heading tr th.product-thumbnail{width:118px}.qwfw-wishlist-table .qwfw-m-items .qwfw-m-items-content-row{background-color:var(--qwfw-wt-content-bg-color,var(--qwfw-background-color,#fff));border:0;border-bottom:1px solid var(--qwfw-wt-border-color,var(--qwfw-separator-color,#ededed))}.qwfw-wishlist-table .qwfw-m-items .qwfw-m-items-content-row>*{border:0;vertical-align:middle}.qwfw-wishlist-table .qwfw-m-items .qwfw-m-items-content-row.qwfw--no-border{border:0}.qwfw-wishlist-table .qwfw-m-items .qwfw-e-item .qwfw-e-item-inner{width:100%}.qwfw-wishlist-table .qwfw-m-items .qwfw-e-item.product-remove{width:20px}.qwfw-wishlist-table .qwfw-m-items .qwfw-e-item.product-remove .qwfw-e-item-inner{line-height:1}.qwfw-wishlist-table .qwfw-m-items .qwfw-e-item.product-remove a{display:inline-flex;align-items:center;vertical-align:middle;max-width:100%}.qwfw-wishlist-table .qwfw-m-items .qwfw-e-item.product-remove a .qwfw-e-remove-button-icon svg{display:block;width:14px;height:auto;fill:none;stroke:currentColor}.qwfw-wishlist-table .qwfw-m-items .qwfw-e-item.product-thumbnail a{display:block;max-width:98px}.qwfw-wishlist-table .qwfw-m-items .qwfw-e-item.product-thumbnail a img{display:block;width:100%;height:auto}.qwfw-wishlist-table .qwfw-m-items .qwfw-e-item.product-name .qwfw-e-item-inner{display:flex;flex-direction:column;align-items:flex-start}.qwfw-wishlist-table .qwfw-m-items .qwfw-e-item.product-name .qwfw-e-item-inner>*{margin:0}.qwfw-wishlist-table .qwfw-m-items .qwfw-e-item.product-name .qwfw-e-item-category{margin-bottom:.1em}.qwfw-wishlist-table .qwfw-m-items .qwfw-e-item.product-name .variation{display:grid;grid-template-columns:auto 1fr;column-gap:4px;margin-top:.7em}.qwfw-wishlist-table .qwfw-m-items .qwfw-e-item.product-name .variation *{margin:0}.qwfw-wishlist-table .qwfw-m-items .qwfw-e-item.product-stock-status .qwfw--in-stock{color:#58b35b}.qwfw-wishlist-table .qwfw-m-items .qwfw-e-item.product-stock-status .qwfw--out-of-stock{position:relative;color:#ec274f}.qwfw-wishlist-table .qwfw-m-items .qwfw-e-item.product-stock-status .qwfw-e-item-stock-icon{position:absolute;top:-4px;right:-12px;color:#afafaf}.qwfw-wishlist-table .qwfw-m-items .qwfw-e-item.product-stock-status .qwfw-e-item-stock-icon svg{display:block;fill:currentColor}.qwfw-wishlist-table .qwfw-m-items .qwfw-e-item.product-add-to-cart .qwfw-e-item-inner{display:flex;flex-direction:column;align-items:flex-end;row-gap:10px}.qwfw-wishlist-table .qwfw-m-items .qwfw-e-item.product-add-to-cart .qwfw-e-item-inner>*{margin:0}.qwfw-wishlist-table .qwfw-m-items .qwfw-e-item.product-add-to-cart .qwfw-e-add-to-cart{padding:3px 6px;margin:0}.qwfw-wishlist-table .qwfw-m-items .qwfw-e-item.product-add-to-cart .qwfw-e-add-to-cart .qwfw-spinner-icon{color:inherit}.qwfw-wishlist-table .qwfw-m-items .qwfw-e-item.product-add-to-cart .qwfw-e-add-to-cart.added{display:none}.qwfw-wishlist-table .qwfw-m-items .qwfw-e-item.product-add-to-cart .added_to_cart{padding:3px 6px;margin:0}.qwfw-wishlist-table .qwfw-e-item-added-date{position:relative;display:flex;flex-direction:column;width:100%;text-align:right}.qwfw-wishlist-table .qwfw-m-not-found>*{margin:0;text-align:center}.qwfw-wishlist-table.qwfw--table-updating .qwfw-m-items{pointer-events:none;opacity:.3}@media only screen and (max-width:880px){.qwfw-wishlist-table .qwfw-m-section-heading{flex-direction:column;align-items:flex-start;gap:4px}.qwfw-wishlist-table .qwfw-m-section-heading-actions{width:100%;justify-content:space-between;margin-left:0}}.wpify-woo-prices{display:block}.wpify-woo-prices__price-info{background-color:#eee;border-radius:10px;bottom:2px;cursor:help;display:inline-block;font-size:12px;line-height:17px;position:relative;text-align:center;width:17px}.wpify-woo-prices__price-info__text{background-color:#fff;border-radius:6px;bottom:100%;box-shadow:0 2px 10px 0 rgba(0,0,0,.3);font-size:14px;left:50%;line-height:1.2;margin-left:-100px;padding:5px 0;position:absolute;text-align:center;visibility:hidden;width:200px;z-index:2}.wpify-woo-prices__price-info:hover .wpify-woo-prices__price-info__text{visibility:visible}.tax-product_brand .brand-description{overflow:hidden;zoom:1}.tax-product_brand .brand-description img.brand-thumbnail{width:25%;float:right}.tax-product_brand .brand-description .text{width:72%;float:left}.widget_brand_description img{box-sizing:border-box;width:100%;max-width:none;height:auto;margin:0 0 1em}ul.brand-thumbnails{margin-left:0;margin-bottom:0;clear:both;list-style:none}ul.brand-thumbnails:before{clear:both;content:"";display:table}ul.brand-thumbnails:after{clear:both;content:"";display:table}ul.brand-thumbnails li{float:left;margin:0 3.8% 1em 0;padding:0;position:relative;width:22.05%}ul.brand-thumbnails.fluid-columns li{width:auto}ul.brand-thumbnails:not(.fluid-columns) li.first{clear:both}ul.brand-thumbnails:not(.fluid-columns) li.last{margin-right:0}ul.brand-thumbnails.columns-1 li{width:100%;margin-right:0}ul.brand-thumbnails.columns-2 li{width:48%}ul.brand-thumbnails.columns-3 li{width:30.75%}ul.brand-thumbnails.columns-5 li{width:16.95%}ul.brand-thumbnails.columns-6 li{width:13.5%}.brand-thumbnails li img{box-sizing:border-box;width:100%;max-width:none;height:auto;margin:0}@media screen and (max-width:768px){ul.brand-thumbnails:not(.fluid-columns) li{width:48%!important}ul.brand-thumbnails:not(.fluid-columns) li.first{clear:none}ul.brand-thumbnails:not(.fluid-columns) li.last{margin-right:3.8%}ul.brand-thumbnails:not(.fluid-columns) li:nth-of-type(odd){clear:both}ul.brand-thumbnails:not(.fluid-columns) li:nth-of-type(even){margin-right:0}}.brand-thumbnails-description li{text-align:center}.brand-thumbnails-description li .term-thumbnail img{display:inline}.brand-thumbnails-description li .term-description{margin-top:1em;text-align:left}#brands_a_z h3:target{text-decoration:underline}ul.brands_index{list-style:none outside;overflow:hidden;zoom:1}ul.brands_index li{float:left;margin:0 2px 2px 0}ul.brands_index li a,ul.brands_index li span{border:1px solid #ccc;padding:6px;line-height:1em;float:left;text-decoration:none}ul.brands_index li span{border-color:#eee;color:#ddd}ul.brands_index li a:hover{border-width:2px;padding:5px;text-decoration:none}ul.brands_index li a.active{border-width:2px;padding:5px}div#brands_a_z a.top{border:1px solid #ccc;padding:4px;line-height:1em;float:right;text-decoration:none;font-size:.8em}@font-face{font-family:'Geologica';font-style:normal;font-weight:300;src:url(https://fonts.gstatic.com/s/geologica/v4/oY1o8evIr7j9P3TN9YwNAdyjzUyDKkKdAGOJh1UlCDUIhAIdhCZOn1fLsig7jfvCCPHZckU8H3G11_z-_OZqD0Hrc-QSBQ.ttf) format('truetype')}@font-face{font-family:'Geologica';font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/geologica/v4/oY1o8evIr7j9P3TN9YwNAdyjzUyDKkKdAGOJh1UlCDUIhAIdhCZOn1fLsig7jfvCCPHZckU8H3G11_z-_OZqDx_rc-QSBQ.ttf) format('truetype')}@font-face{font-family:'Geologica';font-style:normal;font-weight:500;src:url(https://fonts.gstatic.com/s/geologica/v4/oY1o8evIr7j9P3TN9YwNAdyjzUyDKkKdAGOJh1UlCDUIhAIdhCZOn1fLsig7jfvCCPHZckU8H3G11_z-_OZqDy3rc-QSBQ.ttf) format('truetype')}@font-face{font-family:'Geologica';font-style:normal;font-weight:600;src:url(https://fonts.gstatic.com/s/geologica/v4/oY1o8evIr7j9P3TN9YwNAdyjzUyDKkKdAGOJh1UlCDUIhAIdhCZOn1fLsig7jfvCCPHZckU8H3G11_z-_OZqD8Hsc-QSBQ.ttf) format('truetype')}@font-face{font-family:'Geologica';font-style:normal;font-weight:700;src:url(https://fonts.gstatic.com/s/geologica/v4/oY1o8evIr7j9P3TN9YwNAdyjzUyDKkKdAGOJh1UlCDUIhAIdhCZOn1fLsig7jfvCCPHZckU8H3G11_z-_OZqD_jsc-QSBQ.ttf) format('truetype')}@font-face{font-family:'Inter';font-style:normal;font-weight:300;src:url(https://fonts.gstatic.com/s/inter/v19/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuOKfAZ9hjQ.ttf) format('truetype')}@font-face{font-family:'Inter';font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/inter/v19/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuLyfAZ9hjQ.ttf) format('truetype')}@font-face{font-family:'Inter';font-style:normal;font-weight:500;src:url(https://fonts.gstatic.com/s/inter/v19/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuI6fAZ9hjQ.ttf) format('truetype')}@font-face{font-family:'Inter';font-style:normal;font-weight:600;src:url(https://fonts.gstatic.com/s/inter/v19/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuGKYAZ9hjQ.ttf) format('truetype')}@font-face{font-family:'Inter';font-style:normal;font-weight:700;src:url(https://fonts.gstatic.com/s/inter/v19/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuFuYAZ9hjQ.ttf) format('truetype')}.mfp-bg{top:0;left:0;width:100%;height:100%;z-index:1042;overflow:hidden;position:fixed;background:#0b0b0b;opacity:.8}.mfp-wrap{top:0;left:0;width:100%;height:100%;z-index:1043;position:fixed;outline:none !important;-webkit-backface-visibility:hidden}.mfp-container{text-align:center;position:absolute;width:100%;height:100%;left:0;top:0;padding:0 8px;box-sizing:border-box}.mfp-container:before{content:'';display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:1045}.mfp-inline-holder .mfp-content,.mfp-ajax-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-moz-zoom-out;cursor:-webkit-zoom-out;cursor:zoom-out}.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-close,.mfp-arrow,.mfp-preloader,.mfp-counter{-webkit-user-select:none;-moz-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none !important}.mfp-preloader{color:#ccc;position:absolute;top:50%;width:auto;text-align:center;margin-top:-.8em;left:8px;right:8px;z-index:1044}.mfp-preloader a{color:#ccc}.mfp-preloader a:hover{color:#fff}.mfp-s-ready .mfp-preloader{display:none}.mfp-s-error .mfp-content{display:none}button.mfp-close,button.mfp-arrow{overflow:visible;cursor:pointer;background:0 0;border:0;-webkit-appearance:none;display:block;outline:none;padding:0;z-index:1046;box-shadow:none;touch-action:manipulation}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:.65;padding:0 0 18px 10px;color:#fff;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace}.mfp-close:hover,.mfp-close:focus{opacity:1}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-image-holder .mfp-close,.mfp-iframe-holder .mfp-close{color:#fff;right:-6px;text-align:right;padding-right:6px;width:100%}.mfp-counter{position:absolute;top:0;right:0;color:#ccc;font-size:12px;line-height:18px;white-space:nowrap}.mfp-arrow{position:absolute;opacity:.65;top:50%;margin:-55px 0 0;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:transparent}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:hover,.mfp-arrow:focus{opacity:1}.mfp-arrow:before,.mfp-arrow:after{content:'';display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:medium inset transparent}.mfp-arrow:after{border-top-width:13px;border-bottom-width:13px;top:8px}.mfp-arrow:before{border-top-width:21px;border-bottom-width:21px;opacity:.7}.mfp-arrow-left{left:0}.mfp-arrow-left:after{border-right:17px solid #fff;margin-left:31px}.mfp-arrow-left:before{margin-left:25px;border-right:27px solid #3f3f3f}.mfp-arrow-right{right:0}.mfp-arrow-right:after{border-left:17px solid #fff;margin-left:39px}.mfp-arrow-right:before{border-left:27px solid #3f3f3f}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:0 0 8px rgba(0,0,0,.6);background:#000}img.mfp-img{width:auto;max-width:100%;height:auto;display:block;line-height:0;box-sizing:border-box;padding:40px 0 40px;margin:0 auto}.mfp-figure{line-height:0}.mfp-figure:after{content:'';position:absolute;left:0;top:40px;bottom:40px;display:block;right:0;width:auto;height:auto;z-index:-1;box-shadow:0 0 8px rgba(0,0,0,.6);background:#444}.mfp-figure small{color:#bdbdbd;display:block;font-size:12px;line-height:14px}.mfp-figure figure{margin:0}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}.mfp-title{text-align:left;line-height:18px;color:#f3f3f3;word-wrap:break-word;padding-right:36px}.mfp-image-holder .mfp-content{max-width:100%}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;box-sizing:border-box}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,.6);position:fixed;text-align:center;padding:0}}@media all and (max-width:900px){.mfp-arrow{-webkit-transform:scale(.75);transform:scale(.75)}.mfp-arrow-left{-webkit-transform-origin:0;transform-origin:0}.mfp-arrow-right{-webkit-transform-origin:100%;transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}.qodef-button.qodef-layout--textual:hover{color:#fff}.qodef-swiper-container .swiper-button-next svg,.qodef-swiper-container .swiper-button-prev svg{width:30px}#qodef-page-footer-top-area{background-color:rgba(0,0,0,.79)}:root{--qode-main-color:#00268e}#qodef-page-mobile-header .qodef-mobile-header-logo-link{height:50px}#qodef-woo-page.qodef--single .product_meta .qodef-woo-meta-label,#qodef-woo-page.qodef--single .entry-summary .qodef-custom-label{color:#260b21}.asnp-esb-productBadge{position:absolute}.asnp-esb-css-label-out-of-image{display:flex;margin-bottom:10px;margin-top:5px;position:relative;width:100%!important}.asnp-esb-css-label-on-image{position:absolute!important}.asnp-esb-productBadgeTimer{position:absolute}.asnp-esb-badge-timer-out-of-image{margin-bottom:6px;margin-top:4px;position:relative}.asnp-esb-badge-timer-on-image{position:absolute}.single-product .asnp-esb-timerStyle1Contt{display:flex!important}.related .asnp-esb-timerStyle1Contt{display:block!important}.single-product .asnp-esb-timerStyle2Wid{width:280px!important}.related .asnp-esb-timerStyle2Wid{width:100%!important}@media only screen and (max-width:768px){.single-product .asnp-esb-timerStyle2Wid{width:100%!important}.asnp-esb-timerStyle1Contt,.related .asnp-esb-timerStyle1Contt{display:flex!important}}.asnp-esb-bannerContainer{width:100%}.asnp-esb-bannerContainer-top{left:0;top:0}.asnp-esb-bannerContainer-admin{left:0}.asnp-esb-bannerContainer-bottom{bottom:0;left:0}.asnp-esb-product2Banner{display:flex;justify-content:flex-start;position:relative;width:100%}.asnp-esb-bannerContainer2{align-items:center;display:flex;height:100%;padding:15px 12px;width:100%}.asnp-esb-bannerContainer2Multi{align-items:center;display:flex;height:100%;padding:15px 20px;width:100%}.asnp-esb-bannerContainerTimerbanner{align-items:center;display:flex;height:100%;padding:15px 12px;width:100%}.asnp-esb-BannerMessage{flex-wrap:wrap}.asnp-esb-BannerMessage,.asnp-esb-BannerMessageMulti{align-items:center;display:flex;justify-content:center;z-index:10}.asnp-esb-BannerMessageMulti{transform:translateX(100%);transition:opacity .5s ease-in-out,transform .5s ease-in-out}.asnp-esb-BannerMessageMulti.active{opacity:1;transform:translateX(0)}.asnp-esb-BannerMessageMulti.prev{opacity:0;transform:translateX(-100%)}.asnp-esb-BannerMessageTimer{align-items:center;display:flex;flex-wrap:wrap;justify-content:center;z-index:10}.asnp-esb-BannerMessageTimer1{align-items:center;display:flex;justify-content:flex-end;margin-right:10px;z-index:10}.asnp-esb-TimerBannerRightPos{align-items:center;display:flex;opacity:1;padding-right:10px;z-index:5}.asnp-esb-BannerButtonTimerRight{cursor:pointer;height:20px;margin-left:12px;position:relative;top:11px;z-index:10}.asnp-esb-TimerBanner{display:flex;opacity:1;padding-right:10px;z-index:5}.asnp-esb-TimerBanner1{border-radius:10px;display:grid;gap:1px;grid-template-columns:1fr 1fr 1fr 1fr;opacity:1}.asnp-esb-TimerBanner2{display:inline-block}.asnp-esb-TimerBannerDate{display:block;font-weight:700;text-shadow:0 2px 1px rgba(0,0,0,.15)}.asnp-esb-TimerBannerLabel{display:block;font-size:10px;font-weight:400;line-height:11px;text-shadow:0 2px 1px rgba(0,0,0,.15)}.asnp-esb-BannerButton,.asnp-esb-BannerButtonAction,.asnp-esb-BannerButtonTimer1{cursor:pointer;margin-left:15px;position:relative;z-index:10}.asnp-esb-buttonBanner{border-radius:.5rem;box-shadow:0 4px 6px rgba(0,0,0,.1),0 2px 4px rgba(0,0,0,.06);font-weight:600;padding:6px 13px}.asnp-esb-buttonBanner:hover{box-shadow:none;opacity:.9}div.asnp-esb-BannerButtonAction>a.asnp-esb-buttonBannerAction{all:unset;box-shadow:0 4px 6px rgba(0,0,0,.1),0 2px 4px rgba(0,0,0,.06)!important;cursor:pointer!important;display:inline-block;font-weight:600!important;padding:6px 13px;text-decoration:none!important}div.asnp-esb-BannerButtonAction>a.asnp-esb-buttonBannerAction:hover{opacity:.5}.asnp-esb-BannerMessageAction p{margin:0!important}div.asnp-esb-BannerButtonTimer1>a.asnp-esb-buttonBannerTimer1{all:unset;box-shadow:0 4px 6px rgba(0,0,0,.1),0 2px 4px rgba(0,0,0,.06)!important;cursor:pointer!important;display:inline-block;font-weight:600!important;padding:6px 13px;text-decoration:none!important}div.asnp-esb-BannerButtonTimer1>a.asnp-esb-buttonBannerTimer1:hover{opacity:.5}div.asnp-esb-BannerButton>a.asnp-esb-buttonBannerTimer1{all:unset;box-shadow:0 4px 6px rgba(0,0,0,.1),0 2px 4px rgba(0,0,0,.06)!important;cursor:pointer!important;display:inline-block;font-weight:600!important;padding:6px 13px;text-decoration:none!important}div.asnp-esb-BannerButton>a.asnp-esb-buttonBannerTimer1:hover{opacity:.5}.asnp-esb-bannerPlusIcon{cursor:pointer;height:20px;position:absolute;right:4px;top:3px;width:20px;z-index:10}.asnp-esb-bannerPlusIcon:hover{opacity:.5}.asnp-esb-bannerPlusIconRight{cursor:pointer;height:20px;position:absolute;right:4px;top:35px;width:20px;z-index:10}.asnp-esb-bannerPlusIconRight:hover{opacity:.5}.asnp-esb-bannerPlusIconRight2{cursor:pointer;height:20px;position:absolute;right:4px;top:5px;width:20px;z-index:10}.asnp-esb-bannerPlusIconRight2:hover{opacity:.5}.asnp-esb-bannerContainer2Loop{align-items:center;display:flex;overflow:hidden;position:relative;width:100%}@keyframes marquee{0%{transform:translateX(0)}to{transform:translateX(-100%)}}.asnp-esb-BannerMessageLoop{align-items:center;display:flex;gap:30px;min-width:200%;position:absolute;white-space:nowrap}.asnp-esb-BannerMessageLoop:hover{animation-play-state:paused}.asnp-esb-arrow-left-multi-bar,.asnp-esb-arrow-right-multi-bar{align-items:center;cursor:pointer;display:flex;height:100%;position:absolute;top:50%;transform:translateY(-50%);width:30px;z-index:10}.asnp-esb-arrow-left-multi-bar svg:hover,.asnp-esb-arrow-right-multi-bar svg:hover{opacity:.5}.asnp-esb-arrow-right-multi-bar{right:4px}.asnp-esb-arrow-left-multi-bar{left:4px}.asnp-esb-BannerMessageAnnounc p,.asnp-esb-BannerMessageTimer1Btn p,.asnp-esb-BannerMessageTimer1Only p,.asnp-esb-BannerMessageTimer2Btn p,.asnp-esb-BannerMessageTimer2Only p{margin:0!important}@keyframes zoomIn{0%{opacity:0;transform:scale(0)}to{opacity:1;transform:scale(1)}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@media (max-width:768px){.asnp-esb-BannerMessageAnnounc{font-size:15px!important}.asnp-esb-bannerContainerTimerbanner{display:block}.asnp-esb-BannerMessageTimer1{justify-content:center;margin-bottom:6px;width:100%}.asnp-esb-TimerBanner{margin-bottom:6px}.asnp-esb-TimerBanner,.asnp-esb-TimerBannerRightPos{justify-content:center!important;padding:3px!important;width:100%}.asnp-esb-buttonBannerTimer1{font-size:13px!important}.asnp-esb-bannerPlusIconRight2{top:16px}.asnp-esb-BannerButtonTimer1{margin-left:5px}.asnp-esb-BannerMessageAction{font-size:13px!important}.asnp-esb-buttonBannerAction{font-size:11px!important}.asnp-esb-BannerButtonAction{margin-left:8px!important}.asnp-esb-bannerContainer2Multi{padding:15px 40px}}@keyframes typing{0%{width:0}to{width:100%}}.asnp-esb-typing-animation{animation:typing 3.5s steps(30),blink-caret .75s step-end infinite;border-right:.15em solid orange;display:inline-block;overflow:hidden;white-space:nowrap}@keyframes blink-caret{0%,to{border-color:transparent}50%{border-color:orange}}@keyframes uplift{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.asnp-esb-uplift-animation{animation:uplift .5s ease-in-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.asnp-esb-fadeIn-animation{animation:fadeIn .5s ease-in-out}.asnp-esb-slideInLeft-animation{animation:slideInLeft .5s ease-in-out}.asnp-esb-coupon-notification-wrapper{left:50%;max-width:360px;padding:0 1rem;position:fixed;top:10%;transform:translateX(-50%);width:100%;z-index:9999}.asnp-esb-coupon-notification{align-items:center;background-color:#fff;border-radius:8px;box-shadow:0 2px 6px rgba(0,0,0,.1);color:#333;display:flex;font-size:14px;line-height:1.4;padding:12px 16px}.asnp-esb-coupon-notification-icon{align-items:center;background-color:#d1fae5;border-radius:50%;color:#065f46;display:flex;justify-content:center;margin-right:12px;min-height:32px;min-width:32px}.asnp-esb-coupon-notification-text{flex:1}.asnp-esb-coupon-notification-success .asnp-esb-coupon-notification-icon{background-color:#d1fae5;color:#065f46}.asnp-esb-coupon-notification-error .asnp-esb-coupon-notification-icon{background-color:#fee2e2;color:#b91c1c}.asnp-esb-coupon-notification-info .asnp-esb-coupon-notification-icon{background-color:#dbeafe;color:#1d4ed8}.asnp-esb-coupon-notification-close{cursor:pointer;height:20px;width:20px;z-index:10}.asnp-esb-coupon-notification-close:hover{opacity:.5}.asnp-esb-salesPopupButtonFr{border:none;display:flex;outline:none;position:fixed}.asnp-esb-salesPopupButtonFr:focus{border:none;outline:none}.asnp-esb-salesPopupButtonFr:hover{border:none;outline:none;text-decoration:none!important}.asnp-esb-show-popup-fade-enter{opacity:0}.asnp-esb-show-popup-fade-enter-active{opacity:1;transition:opacity .6s}.asnp-esb-show-popup-fade-exit{opacity:1}.asnp-esb-show-popup-fade-exit-active{opacity:0;transition:opacity .6s}.asnp-esb-show-popup-slide-right-enter{opacity:0;transform:translateX(100%)}.asnp-esb-show-popup-slide-right-enter-active{opacity:1;transform:translateX(0);transition:transform .6s,opacity .6s}.asnp-esb-show-popup-slide-right-exit{opacity:1;transform:translateX(0)}.asnp-esb-show-popup-slide-right-exit-active{opacity:0;transform:translateX(100%);transition:transform .6s,opacity .6s}.asnp-esb-show-popup-slide-left-enter{opacity:0;transform:translateX(-100%)}.asnp-esb-show-popup-slide-left-enter-active{opacity:1;transform:translateX(0);transition:transform .6s,opacity .6s}.asnp-esb-show-popup-slide-left-exit{opacity:1;transform:translateX(0)}.asnp-esb-show-popup-slide-left-exit-active{opacity:0;transform:translateX(-100%);transition:transform .6s,opacity .6s}.asnp-esb-show-popup-slide-bottom-enter{opacity:0;transform:translateY(100%)}.asnp-esb-show-popup-slide-bottom-enter-active{opacity:1;transform:translateY(0);transition:transform .6s,opacity .6s}.asnp-esb-show-popup-slide-bottom-exit{opacity:1;transform:translateY(0)}.asnp-esb-show-popup-slide-bottom-exit-active{opacity:0;transform:translateY(100%);transition:transform .6s,opacity .6s}.asnp-esb-salePopIcon{cursor:pointer;height:20px;position:absolute;right:3px;top:3px;width:20px;z-index:10}.asnp-esb-salePopIcon:hover{opacity:.5}.asnp-esb-salePop3Icon{cursor:pointer;height:20px;position:absolute;right:8px;top:28px;width:20px;z-index:10}.asnp-esb-salePop3Icon:hover{opacity:.5}.asnp-esb-salePop6Icon{cursor:pointer;height:20px;position:absolute;right:7px;top:17px;width:20px;z-index:10}.asnp-esb-salePop6Icon:hover{opacity:.5}.asnp-esb-salePop1Cont{text-decoration:none!important}.asnp-esb-salePop1Cont,.asnp-esb-salePop2Cont{box-shadow:0 3px 8px rgba(0,0,0,.24);box-sizing:border-box;display:flex;height:84px;line-height:normal;margin-top:8px;overflow:hidden;position:relative;transition:all .3s ease-in-out!important;width:368px}.asnp-esb-salePop3Cont{width:355px}.asnp-esb-salePop3Cont,.asnp-esb-salePop4Cont{box-shadow:0 3px 8px rgba(0,0,0,.24);box-sizing:border-box;display:flex;height:84px;line-height:normal;margin-top:8px;overflow:hidden;padding:8px;position:relative;transition:all .3s ease-in-out!important}.asnp-esb-salePop4Cont{width:350px}.asnp-esb-salePop6Cont{align-items:center;box-shadow:0 3px 8px rgba(0,0,0,.24);box-sizing:border-box;display:flex;height:50px;line-height:normal;margin-top:8px;overflow:hidden;padding:8px;position:relative;transition:all .3s ease-in-out!important;width:368px}.asnp-esb-salePop1ImageCont{height:84px;position:relative;width:112px}.asnp-esb-salePop2ImageCont{border-radius:50%;position:relative;width:113px}.asnp-esb-salePop3ImageCont{border-radius:50%;height:66px;position:relative;width:85px}.asnp-esb-discountPop3ImageCont{border-radius:50%;height:65px;position:relative;width:81px}.asnp-esb-salePop4ImageCont{height:67px;position:relative;width:80px}.asnp-esb-salePop5ImageCont{border-radius:50%;height:68px;position:relative;width:90px}.asnp-esb-discountPop5ImageCont{border-radius:50%;height:68px;position:relative;width:85px}.asnp-esb-salePop6ImageCont{border-radius:50%;height:40px;position:relative;width:45px}.asnp-esb-discountPop6ImageCont{border-radius:50%;height:40px;position:relative;width:40px}.asnp-esb-salePop1ImageIn{border-radius:0}.asnp-esb-salePop1ImageIn,.asnp-esb-salePop2ImageIn{height:100%;-o-object-position:top center;object-position:top center;width:100%}.asnp-esb-salePop2ImageIn{border-radius:50%}.asnp-esb-salePop1Text{display:flex;flex-direction:column;height:90%;padding:6px 10px 5px;width:100%}.asnp-esb-salePop3Text,.asnp-esb-salePop4Text{display:flex;flex-direction:column;height:100%;padding-left:10px;width:100%}.asnp-esb-salePop6Text{align-items:center;display:flex;height:100%;padding-left:10px;padding-right:20px;width:85%}.asnp-esb-salePop1TopM{padding-right:22px;width:100%}.asnp-esb-salePop1BotM{height:35%;width:100%}.asnp-esb-couponPopupBtn{width:-moz-fit-content;width:fit-content}.asnp-esb-salePop1Time{height:30%;width:100%}.asnp-esb-salePop1Time,.asnp-esb-salePop3Time{align-items:flex-end;display:flex;font-size:12px!important;padding-right:8px}.asnp-esb-salePop3Time{height:100%;width:88%}.asnp-esb-buttonSalePopCont{bottom:11px;cursor:pointer;font-size:12px;position:absolute;right:6px}.asnp-esb-buttonPopCouponCont{bottom:12px;cursor:pointer;font-size:12px;position:absolute;right:10px}.asnp-esb-buttonPopCouponCont3{bottom:12px;cursor:pointer;font-size:12px;position:absolute;right:40px}.asnp-esb-buttonSalePopCont3{bottom:11px;cursor:pointer;font-size:12px;position:absolute;right:40px}.asnp-esb-buttonSalePop{border:none!important;border-radius:.5rem!important;box-shadow:0 4px 6px rgba(0,0,0,.1),0 2px 4px rgba(0,0,0,.06);cursor:pointer!important;font-weight:600!important;line-height:unset!important;margin:0!important;outline:none!important;padding:.5rem 1rem!important;text-decoration:none!important}.asnp-esb-buttonSalePop:hover{box-shadow:none!important;opacity:.7!important}.asnp-esb-buttonSalePop:focus{border:none!important;outline:none!important}@media only screen and (max-width:768px){.asnp-esb-salesPopupButtonFr{justify-content:center;right:auto!important;width:100%}}.asnp-esb-embedTimerStyle1Cont{display:flex;justify-content:center;width:100%}.asnp-esb-embedTimerStyle1Div{display:grid;gap:3px;grid-template-columns:.1fr .1fr .1fr .1fr .1fr .1fr .1fr;opacity:1}.asnp-esb-embedTimerDateStyle1,.asnp-esb-embedTimerStyle1Section1{border-radius:10px;display:inline-block}.asnp-esb-embedAnnouncementCont,.asnp-esb-embedTimerCont{box-shadow:0 3px 8px rgba(0,0,0,.24);height:auto;position:relative;text-decoration:none!important;transition:all .3s ease-in-out!important}.asnp-esb-embedTimerSection{padding-bottom:10px;padding-top:10px}.asnp-esb-embedTimerBottomMessage,.asnp-esb-embedTimerTopMessage{display:flex;flex-wrap:wrap;justify-content:center;width:100%}.asnp-esb-embedTimerBottomMessage{padding-top:5px}.asnp-esb-EmbedButtonTimer{display:flex;justify-content:center;margin-top:8px}.asnp-esb-buttonEmbed{border:none;border-radius:.5rem;box-shadow:0 4px 6px rgba(0,0,0,.1),0 2px 4px rgba(0,0,0,.06);cursor:pointer;font-weight:600;outline:none;padding:.5rem 1rem;text-decoration:none!important}.asnp-esb-buttonEmbed:hover{box-shadow:none;opacity:.9;text-decoration:none!important}.asnp-esb-buttonEmbed:focus{border:none;outline:none}.asnp-esb-couponEmbed{border-radius:.5rem;border-width:1px;box-shadow:0 4px 6px rgba(0,0,0,.1),0 2px 4px rgba(0,0,0,.06);cursor:pointer;font-weight:600;padding:.5rem 1rem;text-decoration:none!important}.asnp-esb-couponEmbed:hover{box-shadow:none;opacity:.9;text-decoration:none!important}.asnp-esb-freeshippingtext p{font-family:inherit;font-size:inherit;font-weight:inherit}.asnp-esb-embedStockProgreesBarCont{background-color:#efefef;border-radius:10px;margin:8px 0}.asnp-esb-embedFreeShippingProgreesBarCont{border-radius:10px;margin:14px 0 8px}.asnp-esb-embedFreeShippingProgreesBar,.asnp-esb-embedStockProgreesBar{border-radius:10px;display:block;height:10px;transition:width .5s ease-in-out}.asnp-esb-circleAnimation{align-items:center;animation:pulse_stock 2s infinite;border-radius:50%;display:flex;height:10px;justify-content:center;margin-top:6px;position:relative;width:10px}.asnp-esb-circleAnimation:after,.asnp-esb-circleAnimation:before{animation:pulse_stock 2s infinite;border-radius:50%;content:"";height:100%;opacity:.5;position:absolute;width:100%}.asnp-esb-circleAnimation:after{animation-delay:1s}.asnp-esb-embed-banner-container-2{align-items:center;box-sizing:border-box;display:flex;height:auto;line-height:normal;overflow:hidden;padding:8px;position:relative;transition:all .3s ease-in-out!important}.asnp-esb-embed-banner-icon-container{padding:5px}.asnp-esb-embed-banner-icon{position:relative}.asnp-esb-embed-text-cont{display:flex;flex-direction:column;height:100%;justify-content:center;margin-left:10px;width:100%}.asnp-esb-embed-bottom-text,.asnp-esb-embed-top-text{height:35%;padding-right:10px;width:100%}.asnp-esb-embed-bottom-text{margin-top:3px}.asnp-esb-embed-button-banner{bottom:11px;cursor:pointer;font-size:12px;right:6px}.asnp-esb-embed-button-banner2{border:none;border-radius:.5rem;box-shadow:0 4px 6px rgba(0,0,0,.1),0 2px 4px rgba(0,0,0,.06);cursor:pointer;font-weight:600;outline:none;padding:.5rem 1rem;text-decoration:none!important}.asnp-esb-embed-button-banner2:hover{box-shadow:none;opacity:.9;text-decoration:none!important}.asnp-esb-embed-button-banner2:focus{border:none;outline:none}.asnp-esb-trust-badge-card{flex-direction:column;padding:4px}.asnp-esb-badge-icon,.asnp-esb-badge-icon-2,.asnp-esb-trust-badge-card{align-items:center;display:flex;justify-content:center}.asnp-esb-badge-icon-2{cursor:pointer;transition:all .3s ease-in-out}.asnp-esb-badge-icon-2[data-hover-effect=scale]:hover{transform:scale(1.05)}.asnp-esb-badge-icon-2[data-hover-effect=opacity]:hover{opacity:.7}.asnp-esb-badge-icon-2[data-hover-effect=rotate]:hover{transform:rotate(10deg)}.asnp-esb-badge-icon-2[data-hover-effect=shadow]:hover{box-shadow:0 8px 15px rgba(0,0,0,.2)}.asnp-esb-badge-icon-2[data-hover-effect=skew]:hover{transform:skewX(10deg)}.asnp-esb-badge-icon-2:focus{border:none!important;box-shadow:none!important;outline:none!important;text-decoration:none!important}.asnp-esb-badge-image{max-height:100%;max-width:100%}.asnp-esb-badge-link{color:#007bff;font-size:14px;margin-top:8px;text-decoration:underline}.asnp-esb-badge-toptext{color:#000;font-size:16px;margin-top:8px}.asnp-esb-badge-bottomtext{color:#555;font-size:14px;margin-top:8px}.asnp-esb-embedFreeShippingUpsellCont{align-items:center;color:#fff;display:flex;gap:8px;justify-content:space-between;margin-top:20px}.asnp-esb-upsell-nav{color:#fff;cursor:pointer;height:20px;transition:color .2s ease;width:20px;z-index:9999}.asnp-esb-upsell-nav:hover{color:#fff}.asnp-esb-upsell-img-cont:focus,.asnp-esb-upsell-nav:focus{outline:none!important}.asnp-esb-upsell-item{align-items:center;border-radius:8px;display:flex;flex:1 1 auto;gap:12px;justify-content:space-between;padding:8px 12px;transform:translateX(0);transition:transform .6s ease,opacity .6s ease}.slide-next{animation:slideInLeft .6s forwards}.slide-prev{animation:slideInRight .6s forwards}@keyframes slideInLeft{0%{opacity:0;transform:translateX(40px)}to{opacity:1;transform:translateX(0)}}@keyframes slideInRight{0%{opacity:0;transform:translateX(-40px)}to{opacity:1;transform:translateX(0)}}.asnp-esb-embedFreeShippingCont{box-shadow:0 3px 8px rgba(0,0,0,.24)}.asnp-esb-upsell-img{border-radius:4px;height:48px;-o-object-fit:cover;object-fit:cover;width:48px}.asnp-esb-upsell-info{display:flex;flex:1 1 auto;flex-direction:column;overflow:hidden}.asnp-esb-upsell-title{font-size:14px;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.asnp-esb-upsell-price{color:#fff;font-size:12px}.asnp-esb-upsell-product-Price{display:flex;flex:2;flex-wrap:wrap;font-weight:600;line-height:normal;padding:7px 0;white-space:nowrap}.asnp-esb-upsell-product-Price bdi,.asnp-esb-upsell-product-Price>.woocommerce-Price-amount.amount{color:#606060;padding:0!important}.asnp-esb-upsell-product-Price .asnp-esb-selectedProduct-regularPrice,.asnp-esb-upsell-product-Price del{color:#ababab;margin-right:0!important}.asnp-esb-upsell-product-Price .asnp-esb-selectedProduct-regularPrice .woocommerce-Price-amount.amount,.asnp-esb-upsell-product-Price .asnp-esb-selectedProduct-regularPrice bdi,.asnp-esb-upsell-product-Price del bdi{color:#ababab}.asnp-esb-upsell-product-Price .asnp-esb-selectedProduct-salePrice .woocommerce-Price-amount.amount{color:#606060}.asnp-esb-upsell-product-Price .asnp-esb-selectedProduct-salePrice,.asnp-esb-upsell-product-Price ins{background-color:unset;color:#606060;margin:0;padding-left:3px;text-decoration:none}.asnp-esb-upsell-product-Price .asnp-esb-selectedProduct-salePrice bdi,.asnp-esb-upsell-product-Price ins bdi{color:#606060}.asnp-esb-grid-price{margin-top:1px}.woocommerce div.product .entry-summary .asnp_easy_upsell_cross_sell .woocommerce-Price-amount,.woocommerce del .amount,.woocommerce div.product .entry-summary .asnp_easy_upsell_cross_sell .price,.woocommerce div.product .entry-summary .asnp_easy_upsell_cross_sell del,.woocommerce-page del .amount,.wp-block-add-to-cart-form .asnp_easy_upsell_cross_sell .woocommerce-Price-amount.amount{font-size:unset;margin:unset}.asnp-esb-upsell-add{border-radius:4px!important;box-shadow:0 2px 4px rgba(0,0,0,.1)!important;cursor:pointer!important;font-family:inherit!important;font-size:12px!important;font-weight:600!important;padding:6px 12px!important}.asnp-esb-upsell-add:hover{opacity:.7}.asnp-esb-upsell-add:focus{outline:none!important}a.added_to_cart.wc-forward{display:none!important}.asnp-product-quantity-field{align-items:center!important;direction:ltr;display:flex!important;flex:2;justify-content:center!important;margin:0 5px!important;width:23%!important}.asnp-product-quantity-field>input::-webkit-inner-spin-button,.asnp-product-quantity-field>input::-webkit-outer-spin-button{-webkit-appearance:none!important;margin:0!important}.asnp-product-quantity-field>input[type=number]{-moz-appearance:textfield!important}.asnp-product-quantity-field>input{background-color:#fff!important;border:none!important;box-shadow:unset!important;box-sizing:border-box!important;color:#43484d!important;font-size:11px!important;font-weight:600!important;height:unset!important;line-height:1.618!important;margin:0!important;min-height:unset!important;padding:2px 0!important;text-align:center!important;width:21px!important}.asnp-product-quantity-field>input:focus{outline:0!important}.asnp-product-quantity-field .asnp-product-quantity-button{align-items:center!important;background-color:#e1e8ee!important;background:unset;border:none!important;border-radius:6px!important;cursor:pointer!important;display:flex!important;height:15px!important;justify-content:center!important;margin:0 2px!important;min-height:-moz-fit-content!important;min-height:fit-content!important;overflow:hidden;padding:0!important;width:20px!important}.asnp-product-quantity-field .asnp-product-quantity-button:hover{background-color:#1abc9c!important}.asnp-product-quantity-field .asnp-product-quantity-button span{align-items:center!important;color:#6d6d6d!important;display:flex!important;font-size:10px!important;justify-content:center!important}.asnp-product-quantity-field .asnp-product-quantity-button span:hover{color:#fff!important}.asnp-product-quantity-field .asnp-product-quantity-button:focus{outline:0!important}.asnp-product-quantity-field .asnp-product-quantity-button:active{height:15px!important;width:20px!important}.asnp-product-quantity-field .asnp-product-quantity-button:active span{font-size:9px!important}@keyframes pulse_stock{0%{opacity:.5;transform:scale(1)}to{opacity:0;transform:scale(2.5)}}.asnp-esb-advBadge,.asnp-esb-imgBadge,.asnp-esb-productBadgeTimer{position:absolute}.asnp-esb-badge-content{align-items:center;display:flex;gap:.5rem;justify-content:center}.asnp-esb-discount-badge{display:inline-block;transition:transform .3s ease}.asnp-esb-discount-badge-content{border-radius:.75rem;box-shadow:0 4px 10px rgba(0,0,0,.25);position:relative;text-align:center}.asnp-esb-discount-text{font-size:1.5rem;font-weight:700}.asnp-esb-off-text{font-size:.875rem;font-weight:500}.asnp-esb-new-badge-content{align-items:center;display:flex;gap:.5rem}.asnp-esb-free-shipping-badge-content{text-align:center}.asnp-esb-badge-truck{display:block;margin:0 auto 4px}.asnp-esb-best-seller-badge-content{align-items:center;display:flex;gap:.5rem}.asnp-esb-dot-discount-badge{border-radius:50%;height:1rem;position:absolute;right:-.5rem;top:-.5rem;width:1rem}.asnp-esb-badge-timer-out-of-image{margin-bottom:6px;margin-top:4px;position:relative}.asnp-esb-badge-timer-on-image{position:absolute}.asnp-esb-svg1{height:80px;position:absolute;width:100px;z-index:0}.asnp-esb-svg2{height:120px;position:absolute;width:130px;z-index:0}.asnp-esb-svg3{height:95px;margin-left:30px;position:absolute;z-index:0}.single-product .asnp-esb-timerStyle1Contt{display:flex!important}.related .asnp-esb-timerStyle1Contt{display:block!important}.single-product .asnp-esb-timerStyle2Wid{width:280px!important}.related .asnp-esb-timerStyle2Wid{width:100%!important}.asnp-esb-timer-progress{align-items:center;display:flex;flex-direction:column;justify-content:center;left:50%;line-height:1;position:absolute;text-align:center;top:50%;transform:translate(-50%,-50%)}.asnp-esb-circular-chart{display:block;margin:0 auto;max-height:100%;max-width:100%}.asnp-esb-circle-bg{fill:none;stroke-width:1}.asnp-esb-circle-progress{fill:none;stroke-width:2;stroke-linecap:round;transition:stroke-dasharray .35s}.asnp-esb-circular-chart .asnp-esb-circle-progress{transform:rotate(-90deg);transform-origin:center}@media only screen and (max-width:768px){.single-product .asnp-esb-timerStyle2Wid{width:100%!important}.asnp-esb-timerStyle1Contt,.related .asnp-esb-timerStyle1Contt{display:flex!important}}@keyframes truck-bounce{0%,to{transform:translateX(0)}50%{transform:translateX(5px)}}@keyframes spin{to{transform:rotate(1turn)}}@keyframes swing{0%,to{transform:rotate(0deg)}20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes jump{0%,20%,53%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%,70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06)}40%,43%{transform:translate3d(0,-30px,0) scaleY(1.1)}70%{transform:translate3d(0,-15px,0) scaleY(1.05)}}@keyframes spring{0%,to{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)}}@keyframes flicker{0%,to{opacity:1}50%{opacity:.5}}@keyframes rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes pop{0%{transform:scale(1)}50%{transform:scale(1.2)}to{transform:scale(1)}}@keyframes wobble{0%{transform:translateX(0) rotate(0deg)}15%{transform:translateX(-25%) rotate(-5deg)}30%{transform:translateX(20%) rotate(3deg)}45%{transform:translateX(-15%) rotate(-3deg)}60%{transform:translateX(10%) rotate(2deg)}75%{transform:translateX(-5%) rotate(-1deg)}to{transform:translateX(0) rotate(0deg)}}@keyframes flip{0%{transform:perspective(400px) rotateY(0deg)}50%{transform:perspective(400px) rotateY(180deg)}to{transform:perspective(400px) rotateY(1turn)}}.jltma-mr5{margin-right:5px!important}.jltma-mr10{margin-right:10px!important}.jltma-mr15{margin-right:15px!important}.jltma-mr20{margin-right:20px!important}.jltma-mr25{margin-right:25px!important}.jltma-mr30{margin-right:30px!important}.jltma-mr35{margin-right:35px!important}.jltma-ml5{margin-left:5px!important}.jltma-ml10{margin-left:10px!important}.jltma-ml15{margin-left:15px!important}.jltma-ml20{margin-left:20px!important}.jltma-ml25{margin-left:25px!important}.jltma-ml30{margin-left:30px!important}.jltma-mt10{margin-top:10px!important}.jltma-mt5{margin-top:5px!important}.jltma-mt15{margin-top:15px!important}.jltma-mt20{margin-top:20px!important}.jltma-mt25{margin-top:25px!important}.jltma-mt30{margin-top:30px!important}.jltma-mb0{margin-bottom:0!important}.jltma-mb5{margin-bottom:5px!important}.jltma-mb10{margin-bottom:10px!important}.jltma-mb15{margin-bottom:15px!important}.jltma-mb20{margin-bottom:20px!important}.jltma-mb25{margin-bottom:25px!important}.jltma-mb30{margin-bottom:30px!important}.jltma-mb35{margin-bottom:35px!important}.jltma-mt0{margin-top:0!important}.jltma-ml0{margin-left:0!important}.jltma-mr0{margin-right:0!important}.jltma-pr5{padding-right:5px!important}.jltma-pr10{padding-right:10px!important}.jltma-pr15{padding-right:15px!important}.jltma-pr20{padding-right:20px!important}.jltma-pr25{padding-right:25px!important}.jltma-pr30{padding-right:30px!important}.jltma-pl5{padding-left:5px!important}.jltma-pl10{padding-left:10px!important}.jltma-pl15{padding-left:15px!important}.jltma-pl20{padding-left:20px!important}.jltma-pl25{padding-left:25px!important}.jltma-pl30{padding-left:30px!important}.jltma-pt10{padding-top:10px!important}.jltma-pt5{padding-top:5px!important}.jltma-pt15{padding-top:15px!important}.jltma-pt20{padding-top:20px!important}.jltma-pt25{padding-top:25px!important}.jltma-pt30{padding-top:30px!important}.jltma-pb0{padding-bottom:0!important}.jltma-pb5{padding-bottom:5px!important}.jltma-pb10{padding-bottom:10px!important}.jltma-pb15{padding-bottom:15px!important}.jltma-pb20{padding-bottom:20px!important}.jltma-pb25{padding-bottom:25px!important}.jltma-pb30{padding-bottom:30px!important}.jltma-pt0{padding-top:0!important}.jltma-pl0{padding-left:0!important}.jltma-pr0{padding-right:0!important}.fa,.fab,.fad,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;line-height:1;text-rendering:auto}.jltma-row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:-15px;margin-right:-15px}[class*=jltma-col-]{padding-left:15px;padding-right:15px;position:relative;width:100%}.jltma-overflow-hidden{overflow:hidden}.jltma-order-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.jltma-order-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}:not(.elementor-editor-active) .jltma-conditions-hidden{display:none}@media (min-width:768px){.jltma-col-1{-webkit-box-flex:0;-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.jltma-col-2{-webkit-box-flex:0;-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.jltma-col-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.jltma-col-4{-webkit-box-flex:0;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.jltma-col-5{-webkit-box-flex:0;-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.jltma-col-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.jltma-col-7{-webkit-box-flex:0;-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.jltma-col-8{-webkit-box-flex:0;-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.jltma-col-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.jltma-col-10{-webkit-box-flex:0;-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.jltma-col-11{-webkit-box-flex:0;-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.jltma-col-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}.jltma-media{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;display:-webkit-box;display:-ms-flexbox;display:flex}.jltma-media-body{-webkit-box-flex:1;-ms-flex:1;flex:1}.jltma-input-group{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-ms-flex-wrap:wrap;flex-wrap:wrap;position:relative;width:100%}.jltma-input-group,.jltma-input-group-append{display:-webkit-box;display:-ms-flexbox;display:flex}.jltma-form-control{background-clip:padding-box;background-color:#fff;border:1px solid #ced4da;border-radius:.25rem;color:#495057;display:block;font-size:1rem;font-weight:400;height:calc(1.5em + .75rem + 2px);line-height:1.5;padding:.375rem .75rem;-webkit-transition:border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out}.jltma-form-control:focus,.jltma-form-control:focus-within,.jltma-form-control:visited{border-color:#ced4da;-webkit-box-shadow:none;box-shadow:none;outline:0}.jltma-circled,img.jltma-circled{border-radius:9999px}.mb-3,.my-3{margin-bottom:1rem}.violate{fill:#826eff}.orange{fill:#ff6a47}.cyan{fill:#3ad8f4}.jltma-btn{background-color:transparent;border:1px solid transparent;border-radius:.25rem;color:#212529;cursor:pointer;display:inline-block;font-size:1rem;font-weight:400;line-height:1.5;padding:.375rem .75rem;text-align:center;-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;vertical-align:middle}.jltma-btn:hover{color:#212529;text-decoration:none}.jltma-btn.focus,.jltma-btn:focus{-webkit-box-shadow:none;box-shadow:none;outline:0}.jltma-btn.disabled,.jltma-btn:disabled{opacity:.65}a.jltma-btn.disabled,fieldset:disabled a.jltma-btn{pointer-events:none}.jltma-btn-primary{background-color:#007bff;border-color:#007bff;color:#fff}.jltma-btn-primary:hover{background-color:#0069d9;border-color:#0062cc;color:#fff}.jltma-btn-primary.focus,.jltma-btn-primary:focus{background-color:#0069d9;border-color:#0062cc;-webkit-box-shadow:0 0 0 .2rem rgba(38,143,255,.5);box-shadow:0 0 0 .2rem rgba(38,143,255,.5);color:#fff}.jltma-btn-primary.disabled,.jltma-btn-primary:disabled{background-color:#007bff;border-color:#007bff;color:#fff}.jltma-btn-primary:not(:disabled):not(.disabled).active,.jltma-btn-primary:not(:disabled):not(.disabled):active,.show>.jltma-btn-primary.dropdown-toggle{background-color:#0062cc;border-color:#005cbf;color:#fff}.jltma-btn-primary:not(:disabled):not(.disabled).active:focus,.jltma-btn-primary:not(:disabled):not(.disabled):active:focus,.show>.jltma-btn-primary.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .2rem rgba(38,143,255,.5);box-shadow:0 0 0 .2rem rgba(38,143,255,.5)}.jltma-btn-secondary{background-color:#6c757d;border-color:#6c757d;color:#fff}.jltma-btn-secondary:hover{background-color:#5a6268;border-color:#545b62;color:#fff}.jltma-btn-secondary.focus,.jltma-btn-secondary:focus{background-color:#5a6268;border-color:#545b62;-webkit-box-shadow:0 0 0 .2rem hsla(208,6%,54%,.5);box-shadow:0 0 0 .2rem hsla(208,6%,54%,.5);color:#fff}.jltma-btn-secondary.disabled,.jltma-btn-secondary:disabled{background-color:#6c757d;border-color:#6c757d;color:#fff}.btn-secondary:not(:disabled):not(.disabled):active,.jltma-btn-secondary:not(:disabled):not(.disabled).active,.show>.jltma-btn-secondary.dropdown-toggle{background-color:#545b62;border-color:#4e555b;color:#fff}.jltma-btn-secondary:not(:disabled):not(.disabled).active:focus,.jltma-btn-secondary:not(:disabled):not(.disabled):active:focus,.show>.jltma-btn-secondary.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .2rem hsla(208,6%,54%,.5);box-shadow:0 0 0 .2rem hsla(208,6%,54%,.5)}.jltma-btn-success{background-color:#28a745;border-color:#28a745;color:#fff}.jltma-btn-success:hover{background-color:#218838;border-color:#1e7e34;color:#fff}.jltma-btn-success.focus,.jltma-btn-success:focus{background-color:#218838;border-color:#1e7e34;-webkit-box-shadow:0 0 0 .2rem rgba(72,180,97,.5);box-shadow:0 0 0 .2rem rgba(72,180,97,.5);color:#fff}.jltma-btn-success.disabled,.jltma-btn-success:disabled{background-color:#28a745;border-color:#28a745;color:#fff}.jltma-btn-success:not(:disabled):not(.disabled).active,.jltma-btn-success:not(:disabled):not(.disabled):active,.show>.jltma-btn-success.dropdown-toggle{background-color:#1e7e34;border-color:#1c7430;color:#fff}.jltma-btn-success:not(:disabled):not(.disabled).active:focus,.jltma-btn-success:not(:disabled):not(.disabled):active:focus,.show>.jltma-btn-success.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .2rem rgba(72,180,97,.5);box-shadow:0 0 0 .2rem rgba(72,180,97,.5)}.jltma-btn-info{background-color:#17a2b8;border-color:#17a2b8;color:#fff}.jltma-btn-info:hover{background-color:#138496;border-color:#117a8b;color:#fff}.jltma-btn-info.focus,.jltma-btn-info:focus{background-color:#138496;border-color:#117a8b;-webkit-box-shadow:0 0 0 .2rem rgba(58,176,195,.5);box-shadow:0 0 0 .2rem rgba(58,176,195,.5);color:#fff}.jltma-btn-info.disabled,.jltma-btn-info:disabled{background-color:#17a2b8;border-color:#17a2b8;color:#fff}.jltma-btn-info:not(:disabled):not(.disabled).active,.jltma-btn-info:not(:disabled):not(.disabled):active,.show>.jltma-btn-info.dropdown-toggle{background-color:#117a8b;border-color:#10707f;color:#fff}.jltma-btn-info:not(:disabled):not(.disabled).active:focus,.jltma-btn-info:not(:disabled):not(.disabled):active:focus,.show>.jltma-btn-info.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .2rem rgba(58,176,195,.5);box-shadow:0 0 0 .2rem rgba(58,176,195,.5)}.jltma-btn-warning{background-color:#ffc107;border-color:#ffc107;color:#212529}.jltma-btn-warning:hover{background-color:#e0a800;border-color:#d39e00;color:#212529}.jltma-btn-warning.focus,.jltma-btn-warning:focus{background-color:#e0a800;border-color:#d39e00;-webkit-box-shadow:0 0 0 .2rem rgba(222,170,12,.5);box-shadow:0 0 0 .2rem rgba(222,170,12,.5);color:#212529}.jltma-btn-warning.disabled,.jltma-btn-warning:disabled{background-color:#ffc107;border-color:#ffc107;color:#212529}.jltma-btn-warning:not(:disabled):not(.disabled).active,.jltma-btn-warning:not(:disabled):not(.disabled):active,.show>.jltma-btn-warning.dropdown-toggle{background-color:#d39e00;border-color:#c69500;color:#212529}.jltma-btn-warning:not(:disabled):not(.disabled).active:focus,.jltma-btn-warning:not(:disabled):not(.disabled):active:focus,.show>.jltma-btn-warning.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .2rem rgba(222,170,12,.5);box-shadow:0 0 0 .2rem rgba(222,170,12,.5)}.jltma-btn-danger{background-color:#dc3545;border-color:#dc3545;color:#fff}.jltma-btn-danger:hover{background-color:#c82333;border-color:#bd2130;color:#fff}.jltma-btn-danger.focus,.jltma-btn-danger:focus{background-color:#c82333;border-color:#bd2130;-webkit-box-shadow:0 0 0 .2rem rgba(225,83,97,.5);box-shadow:0 0 0 .2rem rgba(225,83,97,.5);color:#fff}.jltma-btn-danger.disabled,.jltma-btn-danger:disabled{background-color:#dc3545;border-color:#dc3545;color:#fff}.jltma-btn-danger:not(:disabled):not(.disabled).active,.jltma-btn-danger:not(:disabled):not(.disabled):active,.show>.jltma-btn-danger.dropdown-toggle{background-color:#bd2130;border-color:#b21f2d;color:#fff}.jltma-btn-danger:not(:disabled):not(.disabled).active:focus,.jltma-btn-danger:not(:disabled):not(.disabled):active:focus,.show>.jltma-btn-danger.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .2rem rgba(225,83,97,.5);box-shadow:0 0 0 .2rem rgba(225,83,97,.5)}.d-none{display:none}.d-block{display:block}.float-left{float:left}.float-right{float:right}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.gradient-1{background-image:-moz-linear-gradient(45deg,#3d9ff3 0,#3fd5cc 100%);background-image:-webkit-linear-gradient(45deg,#3d9ff3,#3fd5cc);background-image:-ms-linear-gradient(45deg,#3d9ff3 0,#3fd5cc 100%)}.gradient-2{background-image:-moz-linear-gradient(45deg,#643df3 0,#9b3fd5 100%);background-image:-webkit-linear-gradient(45deg,#643df3,#9b3fd5);background-image:-ms-linear-gradient(45deg,#643df3 0,#9b3fd5 100%)}.gradient-3{background-image:-moz-linear-gradient(45deg,#f33d82 0,#d5b43f 100%);background-image:-webkit-linear-gradient(45deg,#f33d82,#d5b43f);background-image:-ms-linear-gradient(45deg,#f33d82 0,#d5b43f 100%)}.gradient-4{background-image:-moz-linear-gradient(45deg,#3adb5c 0,#9bd53f 100%);background-image:-webkit-linear-gradient(45deg,#3adb5c,#9bd53f);background-image:-ms-linear-gradient(45deg,#3adb5c 0,#9bd53f 100%)}.solid-1{background-color:#83f1af}.solid-2{background-color:#f8a265}.solid-3{background-color:#81d4fa}.text-blue{color:#007bff}.text-indigo{color:#6610f2}.text-purple{color:#6f42c1}.text-pink{color:#e83e8c}.text-red{color:#dc3545}.text-orange{color:#fd7e14}.text-yellow{color:#ffc107}.text-green{color:#28a745}.text-teal{color:#20c997}.text-cyan{color:#17a2b8}.text-white{color:#fff}.text-gray{color:#6c757d}.text-gray-dark{color:#343a40}.text-primary{color:#007bff}.text-secondary{color:#6c757d}.text-success{color:#28a745}.text-info{color:#17a2b8}.text-warning{color:#ffc107}.text-danger{color:#dc3545}.text-light{color:#f8f9fa}.text-dark{color:#343a40}.jltma-label{background:#8dd438;border-radius:2px;color:#fff;display:inline-block;font-size:12px;font-weight:400;line-height:1.7;margin-right:20px;padding:1px 10px;text-align:center;text-transform:uppercase;vertical-align:middle;white-space:nowrap}.jltma-label.jltma-new{background-color:red}.jltma-label.jltma-popular{background-image:-moz-linear-gradient(0deg,#643df3 0,#9b3fd5 100%);background-image:-webkit-linear-gradient(0deg,#643df3,#9b3fd5);background-image:-ms-linear-gradient(0deg,#643df3 0,#9b3fd5 100%)}.jltma-label.jltma-free{background-color:#13b015}.jltma-label.jltma-pro{background-color:#b013ae}.jltma-label.jltma-sale{background-color:#1345b0}.jltma-label.jltma-discount{background-color:#4b00e7}.jltma-label.jltma-added{background-color:#2ed573}.jltma-label.jltma-fixed{background-color:#f0506e}.jltma-label.jltma-updated{background-color:#1e90ff}.jltma-label.jltma-removed{background-color:#ff4757}.jltma-label.jltma-changed{background-color:#ffa502}.jltma-label.jltma-note{background-color:coral}.jltma-label.jltma-info{background-color:#cce5ff}.jltma-label.jltma-language{background-color:#82589f}.jltma-team-member-social{margin:10px 0 0;padding:0}.jltma-team-member-social li{display:inline-block;list-style:none}.jltma-team-member-social li a{color:#393c3f;display:inline-block;font-size:16px;text-align:center}.jltma-team-member-social li a:hover{color:#4b00e7}.jltma-btn-loader{position:relative}.jltma-btn-loader span{opacity:1;-webkit-transition:none;transition:none}.jltma-btn-loader svg{left:50%;opacity:0;position:absolute;top:50%;-webkit-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%)}.jltma-btn-loader.jltma-svg-progress span{opacity:0}.jltma-btn-loader.jltma-svg-progress svg{opacity:1}.ma-el-section-bs{height:100%;position:absolute;width:100%}.ma-el-section-bs .ma-el-section-bs-inner{height:100%}.swiper{overflow:hidden!important}.jltma-animated-headline{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.jltma-animated-headline .jltma-words-wrapper{display:inline-block;position:relative;text-align:left}.jltma-animated-headline .jltma-words-wrapper b{display:inline-block;left:0;padding-left:.2em;padding-right:.2em;position:absolute;top:0;white-space:nowrap}.jltma-animated-headline .jltma-words-wrapper b.is-visible{position:relative}.jltma-animated-headline .jltma-words-wrapper.selected{background-color:transparent!important}.jltma-animated-headline .first-heading{padding-left:.25rem;padding-right:.25rem}.jltma-animated-headline.push .first-heading,.jltma-animated-headline.rotate-1 .first-heading,.jltma-animated-headline.rotate-2 .first-heading,.jltma-animated-headline.rotate-3 .first-heading,.jltma-animated-headline.scale .first-heading,.jltma-animated-headline.type .first-heading,.jltma-animated-headline.zoom .first-heading{padding:0 .25em}.jltma-animated-headline.rotate-1 .jltma-words-wrapper,.jltma-animated-headline.rotate-2 .jltma-words-wrapper,.jltma-animated-headline.rotate-3 .jltma-words-wrapper,.jltma-animated-headline.zoom .jltma-words-wrapper{-webkit-perspective:300px;perspective:300px}.jltma-animated-headline.rotate-1 b{opacity:0;-webkit-transform:rotateX(180deg);transform:rotateX(180deg);-webkit-transform-origin:50% 100%;-ms-transform-origin:50% 100%;transform-origin:50% 100%}.jltma-animated-headline.rotate-1 b.is-visible{-webkit-animation:jltma-rotate-1-in 1.2s;animation:jltma-rotate-1-in 1.2s;opacity:1;-webkit-transform:rotateX(0deg);transform:rotateX(0deg)}.jltma-animated-headline.rotate-1 b.is-hidden{-webkit-animation:jltma-rotate-1-out 1.2s;animation:jltma-rotate-1-out 1.2s;-webkit-transform:rotateX(180deg);transform:rotateX(180deg)}.jltma-animated-headline.rotate-2 b{opacity:0}.jltma-animated-headline.rotate-2 i{opacity:0;-webkit-transform:translateZ(-20px) rotateX(90deg);transform:translateZ(-20px) rotateX(90deg);-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.jltma-animated-headline.rotate-2 i.in{-webkit-animation:jltma-rotate-2-in .4s forwards;animation:jltma-rotate-2-in .4s forwards}.jltma-animated-headline.rotate-2 i.out{-webkit-animation:jltma-rotate-2-out .4s forwards;animation:jltma-rotate-2-out .4s forwards}.jltma-animated-headline.rotate-2 em{-webkit-transform:translateZ(20px);transform:translateZ(20px)}.jltma-animated-headline.rotate-3 b{opacity:0}.jltma-animated-headline.rotate-3 i{-webkit-backface-visibility:hidden;backface-visibility:hidden;display:inline-block;-webkit-transform:rotateY(180deg);transform:rotateY(180deg)}.jltma-animated-headline.rotate-3 i.in{-webkit-animation:jltma-rotate-3-in .6s forwards;animation:jltma-rotate-3-in .6s forwards}.jltma-animated-headline.rotate-3 i.out{-webkit-animation:jltma-rotate-3-out .6s forwards;animation:jltma-rotate-3-out .6s forwards}.jltma-animated-headline.loading-bar span{display:inline-block;padding:0 .25em}.jltma-animated-headline.loading-bar .jltma-words-wrapper{overflow:hidden;padding:0;vertical-align:top}.jltma-animated-headline.loading-bar .jltma-words-wrapper:after{background:#0096a7;bottom:0;content:"";height:3px;left:0;position:absolute;-webkit-transition:width .3s -.1s;transition:width .3s -.1s;width:0;z-index:2}.jltma-animated-headline.loading-bar .jltma-words-wrapper.is-loading:after{-webkit-transition:width 3s;transition:width 3s;width:100%}.jltma-animated-headline.loading-bar b{opacity:0;top:0;-webkit-transition:opacity .5s ease-in-out;transition:opacity .5s ease-in-out}.is-visible .jltma-animated-headline.rotate-2 i,.is-visible .jltma-animated-headline.scale i,.jltma-animated-headline.loading-bar b.is-visible{opacity:1}.is-visible .jltma-animated-headline.rotate-3 i{-webkit-transform:rotateY(0deg);transform:rotateY(0deg)}.no-csstransitions .jltma-animated-headline.scale i{opacity:0;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.no-csstransitions .jltma-animated-headline.scale .is-visible i{opacity:1}.no-csstransitions .jltma-animated-headline.rotate-2 i{opacity:0;-webkit-transform:rotateX(0deg);transform:rotateX(0deg)}.no-csstransitions .jltma-animated-headline.rotate-2 i em{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.no-csstransitions .jltma-animated-headline.rotate-2 i .is-visible i{opacity:1}.no-csstransitions .jltma-animated-headline.rotate-3 i{opacity:0;-webkit-transform:rotateY(0deg);transform:rotateY(0deg)}.no-csstransitions .jltma-animated-headline.rotate-3 .is-visible i{opacity:1}.no-js .jltma-words-wrapper b{opacity:0}.no-js .jltma-words-wrapper b.is-visible{opacity:1}.jltma-call-action-content{padding:70px 0}.jltma-call-action-content .jltma-row{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.jltma-call-action-content .jltma-call-action-title{font-size:1.75rem;margin-bottom:1.125rem}.jltma-call-action-content .jltma-call-action-description{font-size:15px;font-weight:400;line-height:25px;margin-bottom:0}.jltma-call-action-content .jltma-call-action-btn{border:none;border-radius:5px;-webkit-box-shadow:none;box-shadow:none;color:#fff;display:inline-block;font-size:.875rem;font-weight:600;line-height:55px;padding:0 3.5rem;text-align:center;text-decoration:none;text-transform:uppercase}.jltma-call-action-content .jltma-call-action-btn:hover{background:#8dc63f;color:#fff}.style-02 .jltma-call-action-content .jltma-row{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;justify-content:center;margin:0 auto;max-width:650px;text-align:center}.style-02 .jltma-call-action-content .jltma-call-action-title{color:#fff}.style-02 .jltma-call-action-content [class*=col]{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;text-align:center!important}.style-02 .jltma-call-action-content .jltma-call-action-btn{margin-top:40px}.style-03 .jltma-call-action-content .jltma-row{border-left:10px solid #4b00e7;padding-left:1rem}.style-04 .jltma-call-action-content .jltma-row{border-left:5px solid #f0f2f4;border-right:5px solid #f0f2f4;padding:2.25rem 1.25rem}.style-05 .jltma-call-action-content{background:#4b00e7}.style-05 .jltma-call-action-content .jltma-row{padding:0 1.75rem}.style-05 .jltma-call-action-content .jltma-call-action-description,.style-05 .jltma-call-action-content .jltma-call-action-title{color:#fff}.style-05 .jltma-call-action-content .jltma-call-action-btn{background-color:#fff;color:#4b00e7}.style-06 .jltma-call-action-content .jltma-row,.style-07 .jltma-call-action-content .jltma-row{padding:0 3.5rem}.style-06 .jltma-call-action-content .jltma-call-action-btn,.style-07 .jltma-call-action-content .jltma-call-action-btn{border:2px solid #fff;color:#fff}.style-07 .jltma-media-left{margin-right:1.875rem}.style-07 .jltma-call-action-content i{color:#fff;font-size:4rem}.jltma-dual-heading-wrapper{text-align:center}.jltma-dual-heading .jltma-dual-heading-wrapper{padding:5px}.jltma-dual-heading .jltma-dual-heading-wrapper .jltma-dual-heading-description{font-size:15px;line-height:26px;margin:30px 0 0;padding:10px}.jltma-dual-heading .jltma-dual-heading-wrapper .jltma-dual-heading-icon{font-size:36px}.jltma-dual-heading .jltma-dual-heading-wrapper .jltma-dual-heading-title{font-size:36px;margin-top:30px}.jltma-dual-heading .jltma-dual-heading-wrapper .jltma-dual-heading-title,.jltma-dual-heading .jltma-dual-heading-wrapper .jltma-dual-heading-title a{color:#132c47;font-size:30px;font-weight:700;text-decoration:none;text-transform:uppercase}.jltma-dual-heading .jltma-dual-heading-wrapper .jltma-dual-heading-title{text-transform:capitalize}.jltma-dual-heading .jltma-dual-heading-wrapper .jltma-dual-heading-title span{color:#132c47;line-height:1.18}.jltma-sec-head-container{overflow:hidden}.jltma-sec-head-container .jltma-sec-head-style{margin:auto;max-width:1170px;padding:0 15px}.jltma-sec-head-container .jltma-sec-head-style:after{background-color:#1fb5ac;content:"";height:140px;left:-200%;margin-left:-15px;position:absolute;top:0;width:200%}.jltma-section-title{-webkit-text-stroke:.3px;color:#1a1a1a;float:left;font-size:5.25em;font-weight:900;line-height:.97em;margin:0;padding:0;text-transform:uppercase}.content-title{margin-top:0;padding-top:0}.jltma-section-title span{color:#1fb5ac}.plx-jltma-section-title{-webkit-text-stroke:.2px;color:#fff;font-size:2.1875em}.jltma-section-description{-webkit-font-smoothing:antialiased;-webkit-text-stroke:.2px;color:#404040;font-size:1.375em;font-weight:300;line-height:40px;margin:0}.parallax-style .subscribe-description{color:#fff}.jltma-advanced-accordion{height:auto;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;width:auto}.jltma-advanced-accordion .jltma-accordion-item{margin-bottom:10px}.jltma-advanced-accordion .jltma-accordion-title-icon{display:-webkit-box;display:-ms-flexbox;display:flex}.jltma-advanced-accordion .jltma-accordion-icon-align-right .jltma-accordion-tab-icon{padding:0 0 0 1.25em}.jltma-advanced-accordion .jltma-accordion-icon-align-left .jltma-accordion-tab-title{padding:15px}.jltma-advanced-accordion .jltma-accordion-tab-title{-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:5px;-webkit-box-shadow:0 0 50px 0 rgba(0,0,0,.1);box-shadow:0 0 50px 0 rgba(0,0,0,.1);cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:1rem;font-weight:600;justify-content:space-between;line-height:1;padding:15px;position:relative;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.jltma-advanced-accordion .jltma-accordion-tab-title:focus{outline:0}.jltma-advanced-accordion .jltma-accordion-tab-title .jltma-accordion-toggle-icon{height:20px;line-height:20px;position:relative;text-align:center;width:20px}.jltma-advanced-accordion .jltma-accordion-tab-title .jltma-accordion-toggle-icon i,.jltma-advanced-accordion .jltma-accordion-tab-title .jltma-accordion-toggle-icon svg{line-height:20px;position:absolute;-webkit-transition:all .4s ease;transition:all .4s ease}.jltma-advanced-accordion .jltma-accordion-tab-title .jltma-accordion-toggle-icon i.jltma-el-accordion-icon-opened,.jltma-advanced-accordion .jltma-accordion-tab-title .jltma-accordion-toggle-icon svg.jltma-el-accordion-icon-opened{display:block}.jltma-advanced-accordion .jltma-accordion-tab-title .jltma-accordion-toggle-icon i.jltma-el-accordion-icon-closed,.jltma-advanced-accordion .jltma-accordion-tab-title .jltma-accordion-toggle-icon svg.jltma-el-accordion-icon-closed,.jltma-advanced-accordion .jltma-accordion-tab-title.active .jltma-accordion-toggle-icon i.jltma-el-accordion-icon-opened,.jltma-advanced-accordion .jltma-accordion-tab-title.active .jltma-accordion-toggle-icon svg.jltma-el-accordion-icon-opened{display:none}.jltma-advanced-accordion .jltma-accordion-tab-title.active .jltma-accordion-toggle-icon i.jltma-el-accordion-icon-closed,.jltma-advanced-accordion .jltma-accordion-tab-title.active .jltma-accordion-toggle-icon svg.jltma-el-accordion-icon-closed{display:block}.jltma-advanced-accordion .jltma-accordion-tab-title.active .jltma-accordion-tab-icon{background:#4b00e7}.jltma-advanced-accordion .jltma-accordion-tab-title.show.active+.jltma-accordion-tab-content{opacity:1;padding:1.5rem;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.jltma-advanced-accordion .jltma-accordion-tab-title.show.active+.jltma-accordion-tab-content p{opacity:1}.jltma-advanced-accordion .jltma-accordion-tab-title .jltma-accordion-tab-icon{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;height:100%;justify-content:center}.jltma-advanced-accordion .jltma-accordion-tab-content{display:none;opacity:0;padding:1.5rem;-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%)}.jltma-advanced-accordion .jltma-accordion-tab-content p{color:#78909c;opacity:0;-webkit-transition:all .4s ease;transition:all .4s ease}.jltma-advanced-accordion .jltma-accordion-icon-align-left .jltma-accordion-tab-title .jltma-accordion-toggle-icon{margin-right:20px}.jltma--advance-tab.two .jltma--advance-tab-nav{display:-webkit-box;display:-ms-flexbox;display:flex;margin:0;padding:0}.jltma--advance-tab.two .jltma--advance-tab-nav li{-webkit-box-flex:1;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-bottom:1px solid #e5e5e5;cursor:pointer;display:inline-block;-ms-flex:1;flex:1;list-style:none;padding:1em 1.5em;position:relative;text-align:center}.jltma--advance-tab.two .jltma--advance-tab-nav li span{color:#8a8d91}.jltma--advance-tab.two .jltma--advance-tab-nav li.active{border-bottom:1px solid #704aff}.jltma--advance-tab.two .jltma--advance-tab-nav li.active span{color:#0a1724}.jltma--advance-tab.two .jltma--advance-tab-content{display:none;margin-top:0;position:relative}.jltma--advance-tab.two .jltma--advance-tab-content .jltma--advance-tab-content-title{color:#0a1724;font-size:40px;margin:0}.jltma--advance-tab.two .jltma--advance-tab-content p{font-size:1em}.jltma--advance-tab.two .jltma--advance-tab-content.active{display:block}.jltma--advance-tab.three{display:-webkit-box;display:-ms-flexbox;display:flex}.jltma--advance-tab.three .jltma--advance-tab-nav{margin:0 4% 0 0;padding:0;width:26%}.jltma--advance-tab.three .jltma--advance-tab-nav li{background:#fff;border-radius:10px;cursor:pointer;list-style:none;margin-bottom:20px;padding:25px 40px;position:relative;-webkit-transition:all .3s ease;transition:all .3s ease}.jltma--advance-tab.three .jltma--advance-tab-nav li:before{border-color:transparent transparent transparent #fff;border-style:solid;border-width:10px 0 10px 10px;content:"";height:0;opacity:0;position:absolute;right:-8px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:0}.jltma--advance-tab.three .jltma--advance-tab-nav li span{color:#0a1724;font-size:16px}.jltma--advance-tab.three .jltma--advance-tab-nav li i{margin-right:15px}.jltma--advance-tab.three .jltma--advance-tab-nav li.active{-webkit-box-shadow:0 30px 40px 0 rgba(5,9,42,.08);box-shadow:0 30px 40px 0 rgba(5,9,42,.08)}.jltma--advance-tab.three .jltma--advance-tab-nav li.active:before{opacity:1}.jltma--advance-tab.three .jltma--advance-tab-nav li.active span{color:#4ecad2}.jltma--advance-tab.three .jltma--advance-tab-content{background:#fff;border-radius:10px;display:none;padding:60px 30px;width:70%}.jltma--advance-tab.three .jltma--advance-tab-content .jltma--advance-tab-content-title{color:#0a1724;font-size:30px;font-weight:400;margin:0;text-transform:uppercase}.jltma--advance-tab.three .jltma--advance-tab-content .jltma--advance-tab-content-description{font-size:15px;line-height:26px;margin:25px 0 50px}.jltma--advance-tab.three .jltma--advance-tab-content.active{display:block}.jltma--advance-tab.four{display:-webkit-box;display:-ms-flexbox;display:flex}.jltma--advance-tab.four .jltma--advance-tab-nav{margin:0;padding:0;width:30%}.jltma--advance-tab.four .jltma--advance-tab-nav li{background:#f0f1f2;cursor:pointer;list-style:none;margin-bottom:10px;margin-right:10px;padding:25px 40px;position:relative;-webkit-transition:all .3s ease;transition:all .3s ease;z-index:1}.jltma--advance-tab.four .jltma--advance-tab-nav li:before{background:#fff;content:"";height:0;left:0;opacity:0;position:absolute;top:0;-webkit-transition:all .3s ease;transition:all .3s ease;width:calc(100% + 11px)}.jltma--advance-tab.four .jltma--advance-tab-nav li:after{background:#36d3ac;bottom:0;content:"";height:0;left:0;opacity:0;position:absolute;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);-webkit-transition:all .3s ease;transition:all .3s ease;width:3px}.jltma--advance-tab.four .jltma--advance-tab-nav li span{font-size:16px}.jltma--advance-tab.four .jltma--advance-tab-nav li span i{margin-right:10px}.jltma--advance-tab.four .jltma--advance-tab-nav li.active{background:#fff}.jltma--advance-tab.four .jltma--advance-tab-nav li.active:before{border:1px solid #f0f1f2;border-right-width:0;height:100%;opacity:1;z-index:-1}.jltma--advance-tab.four .jltma--advance-tab-nav li.active:after{height:100%;opacity:1;-webkit-transform:translateY(1);-ms-transform:translateY(1);transform:translateY(1)}.jltma--advance-tab.four .jltma--advance-tab-content{border:1px solid #f0f1f2;display:none;padding:30px 25px;width:70%}.jltma--advance-tab.four .jltma--advance-tab-content .jltma--advance-tab-content-title{color:#0a1724;font-size:24px;font-weight:400;margin:0}.jltma--advance-tab.four .jltma--advance-tab-content .jltma--advance-tab-content-description{font-size:15px;line-height:26px;margin:30px 0 40px}.jltma--advance-tab.four .jltma--advance-tab-content.active{display:block}.jltma--advance-tab.five .jltma--advance-tab-nav{border-bottom:none}.jltma--advance-tab.five .jltma--advance-tab-nav li{background:#f2f2f2;border:2px solid #f2f2f2!important;border:1px solid #f2f2f2;color:#272727;cursor:pointer;display:inline-block;font-family:Abel;font-size:18px;margin:0 5px 5px 0;padding:25px;text-align:center;text-transform:uppercase;-webkit-transition:all .3s ease;transition:all .3s ease;width:inherit}.jltma--advance-tab.five .jltma--advance-tab-nav li.active,.jltma--advance-tab.five .jltma--advance-tab-nav li:hover{background:0 0}.jltma--advance-tab.five .jltma--advance-tab-nav li i{color:#ccc;display:block;font-size:50px;margin-bottom:15px}.jltma--advance-tab.five .jltma--advance-tab-content{display:none;padding-left:60px}.jltma--advance-tab.five .jltma--advance-tab-content.active{display:block}.jltma--advance-tab.five .jltma-btn{margin-top:35px}@media only screen and (max-width:768px){.jltma--advance-tab.three,.jltma--advance-tab.two .jltma--advance-tab-nav{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.jltma--advance-tab.three .jltma--advance-tab-content,.jltma--advance-tab.three .jltma--advance-tab-nav{width:100%}.jltma--advance-tab.three .jltma--advance-tab-nav li.active:before{opacity:0}.jltma--advance-tab.four{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.jltma--advance-tab.four .jltma--advance-tab-content,.jltma--advance-tab.four .jltma--advance-tab-nav{width:100%}.jltma--advance-tab.four .jltma--advance-tab-nav li.active:before{border-width:1px}}@-webkit-keyframes jltma_fadein{0%{opacity:0}to{opacity:1}}@keyframes jltma_fadein{0%{opacity:0}to{opacity:1}}.elementor-widget-ma-tooltip .elementor-widget-container{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex}.elementor-widget-ma-tooltip.jltma-align-left .elementor-widget-container{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget-ma-tooltip.jltma-align-center .elementor-widget-container{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget-ma-tooltip.jltma-align-right .elementor-widget-container{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.ldBar{position:relative}.ldBar.label-center>.ldBar-label{left:50%;position:absolute;text-shadow:0 0 3px #fff;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.ldBar .ldBar-label:after{content:"%";display:inline}.ldBar.no-percent .ldBar-label:after{content:""}[class*=jltma-progress-bar-].line{position:relative}[class*=jltma-progress-bar-].line .ldBar-label{color:#132c47;position:absolute;right:0;top:0}[class*=jltma-progress-bar-].line-bubble{position:relative}[class*=jltma-progress-bar-].line-bubble .ldBar-label{border-radius:50%;color:#fff;font-size:12px;height:50px;left:0;line-height:50px;margin-top:-16.5px;position:absolute;text-align:center;top:56%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:50px}[class*=jltma-progress-bar-].circle{position:relative}[class*=jltma-progress-bar-].circle .ldBar-label{color:#132c47;font-size:36px;left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}[class*=jltma-progress-bar-].circle h3{bottom:-20px;left:50%;position:absolute;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}[class*=jltma-progress-bar-].circle h6{text-align:center}[class*=jltma-progress-bar-].fan{position:relative}[class*=jltma-progress-bar-].fan h3{bottom:-20px;left:50%;position:absolute;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}[class*=jltma-progress-bar-].fan .ldBar-label{font-size:30px;left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-20%);-ms-transform:translate(-50%,-20%);transform:translate(-50%,-20%)}[class*=jltma-progress-bar-].fan .left-title{bottom:-10px;font-size:14px;left:0;position:absolute}[class*=jltma-progress-bar-].fan .right-title{bottom:-10px;font-size:14px;position:absolute;right:0}[class*=jltma-progress-bar-].fan h6{text-align:center}.jltma-stats-bars{clear:both}.jltma-stats-bars .jltma-stats-bar{display:block;margin:0 0 18px;overflow:hidden;width:100%}.jltma-stats-bars .jltma-stats-title{color:#888;color:#333;display:block;font-size:15px;font-size:16px;font-style:normal;line-height:28px;margin:0;text-transform:none}.jltma-stats-bars .jltma-stats-title span{margin-left:5px}.jltma-stats-bars .jltma-stats-bar-wrap{position:relative}.jltma-stats-bars .jltma-stats-bar-content{background:#e55a54;border-radius:5px;display:block;height:10px;position:relative;width:0;z-index:1}.jltma-stats-bars .jltma-stats-bar-bg{background:rgba(0,0,0,.1);border-radius:5px;display:block;height:10px;margin-top:-10px;width:100%}.jltma-dark-bg .jltma-stats-bar-bg{background:hsla(0,0%,100%,.1)}.jltma-dark-bg .jltma-stats-title{color:#ddd}.jltma-team-item{line-height:1;overflow:hidden}.jltma-team-item .jltma-team-member-thumb{border-radius:5px}.jltma-team-item .jltma-team-member-rounded img{-webkit-box-shadow:none;box-shadow:none;padding:1em}.jltma-team-item .jltma-team-member-name{font-size:22px;font-weight:600;margin-bottom:0}.jltma-team-item .jltma-team-member-name:before{display:none}.jltma-team-item .jltma-team-member-content{color:#8a8d91;padding:10px}.jltma-team-item .jltma-team-member-designation{display:block;font-size:15px}.jltma-team-item .jltma-team-member-about{font-size:15px;margin:10px auto}.jltma-team-item svg{height:20px;width:20px}.jltma-team-member-basic .jltma-team-member-about{margin-bottom:25px}.jltma-team-member-basic p{margin-top:0}.jltma-team-member-basic .jltma-team-member-social{display:inline-block;margin-bottom:0;width:100%}.jltma-team-member-basic .jltma-team-member-social li a{color:#8a8d91;display:block;font-size:16px}.jltma-team-member-basic .jltma-team-member-social li a:hover{color:#132c47}.jltma-team-member-basic .jltma-team-member-social li:not(:last-child){margin-right:15px}.jltma-team-member-basic .jltma-team-member-social li,.jltma-team-member-content-hover .jltma-team-member-social li,.jltma-team-member-rounded .jltma-team-member-social li{display:inline-block}.jltma-team-member-basic-2,.jltma-team-member-basic-3{border-radius:5px;line-height:1;overflow:hidden;position:relative}.jltma-team-member-basic-2 .jltma-team-member-content,.jltma-team-member-basic-3 .jltma-team-member-content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;background-color:transparent;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:wrap;flex-wrap:wrap;justify-content:center;left:0;opacity:0;padding:30px;position:absolute;-webkit-transition:all .25s ease;transition:all .25s ease;width:100%;z-index:1}.jltma-team-member-basic-2 .jltma-team-member-content{height:100%;top:0}.jltma-team-member-basic-2 .jltma-team-member-content:before{background-color:hsla(0,0%,100%,.9);border-radius:5px;content:"";height:calc(100% - 30px);left:15px;padding:0;position:absolute;top:15px;width:calc(100% - 30px);z-index:-1}.jltma-team-member-basic-2:hover .jltma-team-member-content{opacity:1}.jltma-team-member-basic-2 .jltma-team-member-name,.jltma-team-member-basic-3 .jltma-team-member-name,.jltma-team-member-basic-4 .jltma-team-member-name,.jltma-team-member-circle-2 .jltma-team-member-name{margin-top:0}.jltma-team-member-basic-3 .jltma-team-member-content{background-color:#fff;bottom:-100%}.jltma-team-member-basic-3:hover .jltma-team-member-content{bottom:0;opacity:1}.jltma-team-member-basic-4{padding-bottom:95px;position:relative}.jltma-team-member-basic-4 .bb{border:2px solid #4b00e7}.jltma-team-member-basic-4 .jltma-team-member-thumb{overflow:hidden}.jltma-team-member-basic-4 .jltma-team-member-content,.jltma-team-member-basic-4 .jltma-team-member-designation,.jltma-team-member-basic-4 .jltma-team-member-name,.jltma-team-member-basic-4 .jltma-team-member-social a,.jltma-team-member-basic-4 .jltma-team-member-thumb img{-webkit-transition:all .4s ease;transition:all .4s ease}.jltma-team-member-basic-4 .jltma-team-member-thumb img{float:left}.jltma-team-member-basic-4:hover .jltma-team-member-thumb img{-webkit-transform:translateY(-30px);-ms-transform:translateY(-30px);transform:translateY(-30px)}.jltma-team-member-basic-4:hover .jltma-team-member-content{height:130px}.jltma-team-member-basic-4:hover .jltma-team-member-content:before{background:#4b00e7;height:100%}.jltma-team-member-basic-4:hover .jltma-team-member-designation,.jltma-team-member-basic-4:hover .jltma-team-member-name,.jltma-team-member-basic-4:hover .jltma-team-member-social a{color:#fff}.jltma-team-member-basic-4 .jltma-team-member-content{bottom:0;height:90px;left:0;overflow:hidden;position:absolute;text-align:center;-webkit-transition:height .4s;transition:height .4s;width:100%;z-index:1}.jltma-team-member-basic-4 .jltma-team-member-content:before{bottom:0;content:"";height:0;left:0;position:absolute;-webkit-transition:height .4s;transition:height .4s;width:100%;z-index:-1}.jltma-team-member-basic-4 .jltma-team-member-name{padding-top:10px}.jltma-team-member-basic-4 .jltma-team-member-social{margin:0}.jltma-team-member-basic-4 p,.jltma-team-member-basic-5 p{display:none}.jltma-team-member-basic-4 .jltma-team-member-social,.jltma-team-member-basic-5 .jltma-team-member-social{-webkit-backface-visibility:hidden;backface-visibility:hidden;height:0;margin-top:10px;opacity:0;-webkit-transform:translateY(100%);-ms-transform:translateY(100%);transform:translateY(100%);-webkit-transition:opacity .1s,height .4s,-webkit-transform .4s;transition:opacity .1s,height .4s,-webkit-transform .4s;transition:transform .4s,opacity .1s,height .4s;transition:transform .4s,opacity .1s,height .4s,-webkit-transform .4s}.jltma-team-member-basic-4:hover .jltma-team-member-social,.jltma-team-member-basic-5:hover .jltma-team-member-social{height:auto;opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);-webkit-transition:opacity .1s,-webkit-transform .4s;transition:opacity .1s,-webkit-transform .4s;transition:transform .4s,opacity .1s;transition:transform .4s,opacity .1s,-webkit-transform .4s}.jltma-team-member-basic-5{position:relative}.jltma-team-member-basic-5 .jltma-team-member-content{background-color:#fff;border-radius:5px 5px 0 0;bottom:2px;height:88px;left:20px;padding-top:15px;position:absolute;text-align:center;text-overflow:ellipsis;-webkit-transition:height .4s;transition:height .4s;width:calc(100% - 40px)}.jltma-team-member-basic-5:hover .jltma-team-member-content{height:130px}.jltma-team-member-basic-5 .jltma-team-member-name{margin-top:0}.BG{background-color:#6a0ced;height:60px;left:255px;position:absolute;top:880px;width:210px;z-index:194}.jltma-team-member-circle,.jltma-team-member-circle-animation{border-radius:5px;padding:70px 40px 30px;text-align:center}.jltma-team-member-circle .jltma-team-member-thumb,.jltma-team-member-circle-animation .jltma-team-member-thumb{height:122px;margin:0 auto 45px;position:relative;width:122px;z-index:1}.jltma-team-member-circle .jltma-team-member-thumb img,.jltma-team-member-circle-animation .jltma-team-member-thumb img{height:100px;left:54%;position:absolute;top:44%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:100px}.jltma-team-member-circle .jltma-team-member-thumb svg,.jltma-team-member-circle-animation .jltma-team-member-thumb svg{height:123px;position:absolute;width:123px;z-index:-1}.jltma-team-member-circle .jltma-team-member-thumb svg:first-child,.jltma-team-member-circle-animation .jltma-team-member-thumb svg:first-child{bottom:7px;left:7px}.jltma-team-member-circle .jltma-team-member-thumb svg:nth-child(2),.jltma-team-member-circle-animation .jltma-team-member-thumb svg:nth-child(2){left:7px;top:7px}.jltma-team-member-circle .jltma-team-member-thumb svg:nth-child(3),.jltma-team-member-circle-animation .jltma-team-member-thumb svg:nth-child(3){right:4px;top:0}.jltma-team-member-circle .jltma-team-member-thumb svg.violate,.jltma-team-member-circle-animation .jltma-team-member-thumb svg.violate{fill:#826eff}.jltma-team-member-circle .jltma-team-member-thumb svg.orange,.jltma-team-member-circle-animation .jltma-team-member-thumb svg.orange{fill:#ff6a47}.jltma-team-member-circle .jltma-team-member-thumb svg.cyan,.jltma-team-member-circle-animation .jltma-team-member-thumb svg.cyan{fill:#3ad8f4}.jltma-team-member-circle .rounded,.jltma-team-member-circle-animation .rounded{border-radius:8px}.jltma-team-member-circle .circled,.jltma-team-member-circle-animation .circled{border-radius:50%}.jltma-team-member-circle .jltma-team-member-about,.jltma-team-member-circle-animation .jltma-team-member-about{margin-bottom:40px}.jltma-team-member-circle .jltma-team-member-social,.jltma-team-member-circle-animation .jltma-team-member-social{padding-left:0}.jltma-team-member-circle .jltma-team-member-social li,.jltma-team-member-circle-animation .jltma-team-member-social li{display:inline-block}.jltma-team-member-circle .jltma-team-member-social li:not(:last-child),.jltma-team-member-circle-animation .jltma-team-member-social li:not(:last-child){margin-right:2px}.jltma-team-member-circle .jltma-team-member-social li a,.jltma-team-member-circle-animation .jltma-team-member-social li a{color:#a4a7aa;padding:0 10px}.jltma-team-member-circle .jltma-team-member-social li a:hover,.jltma-team-member-circle-animation .jltma-team-member-social li a:hover{color:#8a8d91;-webkit-transition:.3s ease;transition:.3s ease}.jltma-team-member-circle-name{font-size:22px;margin-bottom:5px}.jltma-team-member-circle-designation{color:#8a8d91;display:block;font-size:15px;margin-bottom:12px}.jltma-team-member-social-right{-webkit-box-shadow:0 0 50px 0 rgba(0,0,0,.1);box-shadow:0 0 50px 0 rgba(0,0,0,.1);padding:1.125em;position:relative}.jltma-team-member-social-right:hover{overflow:visible}.jltma-team-member-social-right:hover .jltma-team-member-content{opacity:1}.jltma-team-member-social-right .jltma-team-member-thumb img{border-radius:10px}.jltma-team-member-social-right .jltma-team-member-content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;background-color:hsla(0,0%,100%,.9);display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:wrap;flex-wrap:wrap;height:100%;justify-content:center;left:0;opacity:0;position:absolute;text-align:center;top:0;-webkit-transition:all .4s ease;transition:all .4s ease;width:100%}.jltma-team-member-social-right .jltma-team-member-name{margin-top:0}.jltma-team-member-social-right .jltma-team-member-social{position:absolute;right:-40px;top:0;width:40px}.jltma-team-member-social-right .jltma-team-member-social a{border-radius:0}.jltma-team-item.rounded{-webkit-box-shadow:none;box-shadow:none}.jltma-team-member-rounded{background-color:#fff!important;border-top-left-radius:144px;border-top-right-radius:144px;-webkit-box-shadow:0 0 30px 0 rgba(0,0,0,.1);box-shadow:0 0 30px 0 rgba(0,0,0,.1);margin:0 auto;max-width:265px}.jltma-team-member-rounded .jltma-team-member-thumb{height:265px;padding:1.875rem;position:relative;z-index:0}.jltma-team-member-rounded .jltma-team-member-thumb img{border-radius:50%;height:100%;padding:0;width:100%}.jltma-team-member-rounded .jltma-team-member-about{background-color:#fff;margin:20px auto}.jltma-team-member-rounded .jltma-team-member-social li a{background:#272c44;border-radius:50%;color:#fff;display:block;height:35px;line-height:35px;opacity:.4;-webkit-transition:.3s ease;transition:.3s ease;width:35px}.jltma-team-member-rounded .jltma-team-member-social li a:hover{opacity:1}.bg-transparent{background-color:transparent}.jltma-shadow-mode-yes .elementor-widget-container:after,.jltma-shadow-mode-yes .elementor-widget-container:before{content:"";height:100%;pointer-events:none;position:absolute;top:0;width:20%;z-index:2}.jltma-shadow-mode-yes .elementor-widget-container:before{background:-webkit-gradient(linear,left top,right top,color-stop(5%,#fff),to(hsla(0,0%,100%,0)));background:linear-gradient(90deg,#fff 5%,hsla(0,0%,100%,0));left:-10px}.jltma-shadow-mode-yes .elementor-widget-container:after{background:-webkit-gradient(linear,left top,right top,from(hsla(0,0%,100%,0)),color-stop(95%,#fff));background:linear-gradient(90deg,hsla(0,0%,100%,0) 0,#fff 95%);right:-10px}.jltma-team-carousel-circle,.jltma-team-member-circle-animation{border-radius:5px;-webkit-box-shadow:0 13px 33px 0 rgba(51,77,128,.08);box-shadow:0 13px 33px 0 rgba(51,77,128,.08);margin:0 -15px;padding:30px 20px;text-align:center}.jltma-team-carousel-circle .jltma-team-carousel-circle-inner,.jltma-team-member-circle-animation .jltma-team-carousel-circle-inner{margin:0;outline:0}.jltma-team-carousel-circle .rounded,.jltma-team-member-circle-animation .rounded{border-radius:8px}.jltma-team-carousel-circle .jltma-team-member-thumb,.jltma-team-member-circle-animation .jltma-team-member-thumb{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;height:120px;justify-content:center;margin:0 auto 40px;position:relative;width:120px;z-index:1}.jltma-team-carousel-circle .jltma-team-member-thumb svg,.jltma-team-member-circle-animation .jltma-team-member-thumb svg{height:100%;left:0;position:absolute;top:0;width:100%}.jltma-team-carousel-circle .jltma-team-member-thumb svg:first-child,.jltma-team-member-circle-animation .jltma-team-member-thumb svg:first-child{bottom:7px;left:7px}.jltma-team-carousel-circle .jltma-team-member-thumb svg:nth-child(2),.jltma-team-member-circle-animation .jltma-team-member-thumb svg:nth-child(2){left:7px;top:7px}.jltma-team-carousel-circle .jltma-team-member-thumb svg:nth-child(3),.jltma-team-member-circle-animation .jltma-team-member-thumb svg:nth-child(3){right:4px;top:0}.jltma-team-carousel-circle .jltma-team-member-thumb img,.jltma-team-member-circle-animation .jltma-team-member-thumb img{height:100px;position:inherit;width:100px;z-index:1}.jltma-team-carousel-circle .jltma-team-carousel-circle-title,.jltma-team-member-circle-animation .jltma-team-carousel-circle-title{margin-bottom:50px;position:relative}.jltma-team-carousel-circle .jltma-team-carousel-circle-title:before,.jltma-team-member-circle-animation .jltma-team-carousel-circle-title:before{background:#132c47;bottom:-25px;content:"";height:2px;left:0;position:absolute;width:70px}.jltma-team-carousel-circle .jltma-team-member-circle-name,.jltma-team-member-circle-animation .jltma-team-member-circle-name{font-size:22px;margin-bottom:5px}.jltma-team-carousel-circle .jltma-team-member-circle-designation,.jltma-team-member-circle-animation .jltma-team-member-circle-designation{color:#8a8d91;display:block;font-size:15px;margin-bottom:12px}.jltma-team-members-slider-section .jltma-team-member-social{margin:0;padding:0}.jltma-team-members-slider-section .jltma-team-member-social li{float:left;list-style:none;margin-right:5px}.jltma-team-members-slider-section .jltma-team-member-social li:last-child{margin-right:0}.jltma-team-members-slider-section .jltma-team-member-social li a{background-color:#fff;border-radius:50%;-webkit-box-shadow:0 0 1px 0 rgba(0,0,0,.16);box-shadow:0 0 1px 0 rgba(0,0,0,.16);display:inline-block;height:40px;line-height:40px;text-align:center;-webkit-transition:.3s ease;transition:.3s ease;width:40px}.team-member-circle-animation .jltma-team-member-circle-animation .jltma-team-member-thumb{margin-bottom:20px}.team-member-circle-animation .jltma-team-member-circle-animation .jltma-team-member-thumb img{mix-blend-mode:multiply;padding:10px}.jltma-team-member-thumb .animation_svg_01{will-change:transform}.jltma-team-member-thumb .animation_svg_01_circle1{cx:150;cy:145;r:100;fill:#fff;-webkit-animation:animation_svg_01_from0to360 10s linear infinite;animation:animation_svg_01_from0to360 10s linear infinite;-webkit-transform-origin:145px 150px;-ms-transform-origin:145px 150px;transform-origin:145px 150px}.jltma-team-member-thumb .animation_svg_01_circle2{cx:150;cy:155;r:100;fill:#fff;-webkit-animation:animation_svg_01_from360to0 20s linear infinite;animation:animation_svg_01_from360to0 20s linear infinite;-webkit-transform-origin:160px 150px;-ms-transform-origin:160px 150px;transform-origin:160px 150px}.jltma-team-member-thumb .animation_svg_01_circle3{cx:145;cy:150;r:100;fill:#fff;-webkit-animation:animation_svg_01_from0to360 30s linear infinite alternate;animation:animation_svg_01_from0to360 30s linear infinite alternate;-webkit-transform-origin:150px 145px;-ms-transform-origin:150px 145px;transform-origin:150px 145px}.jltma-team-member-thumb .animation_svg_01_circle4{cx:155;cy:150;r:100;fill:#fff;-webkit-animation:animation_svg_01_from360to0 25s linear infinite;animation:animation_svg_01_from360to0 25s linear infinite;-webkit-transform-origin:150px 155px;-ms-transform-origin:150px 155px;transform-origin:150px 155px}.jltma-team-member-thumb .animation_svg_01_ellipse1{rx:120;ry:100;cx:150;cy:150;fill:#fff;-webkit-animation:animation_svg_01_from360to0scaled 20s linear infinite alternate;animation:animation_svg_01_from360to0scaled 20s linear infinite alternate;-webkit-transform-origin:130px 155px;-ms-transform-origin:130px 155px;transform-origin:130px 155px}.jltma-team-member-thumb .animation_svg_01_ellipse2{rx:120;ry:100;cx:150;cy:150;fill:#fff;-webkit-animation:animation_svg_01_from0to360 15s linear infinite;animation:animation_svg_01_from0to360 15s linear infinite;-webkit-transform-origin:150px 155px;-ms-transform-origin:150px 155px;transform-origin:150px 155px}.jltma-team-member-thumb .animation_svg_02{-webkit-animation:animation_svg_02_blobber 30s linear 0s infinite,animation_svg_02_cobler 30s linear 0s infinite alternate;animation:animation_svg_02_blobber 30s linear 0s infinite,animation_svg_02_cobler 30s linear 0s infinite alternate;background:-webkit-gradient(linear,left top,right top,from(#23d5ab),color-stop(#23a6d5),color-stop(#e73c7e),color-stop(#ee7752),to(#ddd6f3));background:linear-gradient(90deg,#23d5ab,#23a6d5,#e73c7e,#ee7752,#ddd6f3);background-size:500% 100%;border-radius:48% 52% 68% 32%/42% 28% 72% 58%;z-index:0}.jltma-team-member-thumb .animation_svg_02 img{-webkit-animation:animation_svg_02_blobber 30s ease-in-out 0s infinite,animation_svg_02_wobbler 15s linear 0s infinite alternate;animation:animation_svg_02_blobber 30s ease-in-out 0s infinite,animation_svg_02_wobbler 15s linear 0s infinite alternate}.jltma-team-member-thumb .animation_svg_03{-webkit-animation:animation_svg_02_blobber 30s linear 0s infinite;animation:animation_svg_02_blobber 30s linear 0s infinite;background:#3494e6;background:-webkit-gradient(linear,left top,right top,from(#ec6ead),to(#3494e6));background:linear-gradient(90deg,#ec6ead,#3494e6);display:block;height:200px;position:absolute;width:200px}.jltma-team-member-thumb .animation_svg_03:first-of-type{-webkit-animation-delay:-4s;animation-delay:-4s}.jltma-team-member-thumb .animation_svg_03:nth-of-type(2){-webkit-animation-delay:-8s;animation-delay:-8s}.jltma-team-member-thumb .animation_svg_03:nth-of-type(3){-webkit-animation-delay:-8s;animation-delay:-8s}.jltma-team-member-thumb .animation_svg_03_center{background-color:transparent;background-position:50%;background-repeat:no-repeat;background-size:cover;border:1px solid #fff;border-radius:50%;-webkit-box-shadow:inset 0 0 0 2px #000,inset 0 0 0 3px #fff,inset 0 0 0 5px #000,inset 0 0 0 6px #fff;box-shadow:inset 0 0 0 2px #000,inset 0 0 0 3px #fff,inset 0 0 0 5px #000,inset 0 0 0 6px #fff;display:block;mix-blend-mode:multiply;position:relative;z-index:10}.jltma-team-member-thumb .animation_svg_03_center img{margin-top:-1px;min-height:100%;min-width:100%;padding:6px;position:static;-webkit-transform:none;-ms-transform:none;transform:none}.jltma-team-member-thumb #animation_svg_04 circle{fill:#4169e1}.jltma-team-member-thumb #animation_svg_04_Circle1{cx:150;cy:145;r:100;-webkit-animation:from0to360 1s linear infinite;animation:from0to360 1s linear infinite;-webkit-transform-origin:145px 150px;-ms-transform-origin:145px 150px;transform-origin:145px 150px}.jltma-team-member-thumb #animation_svg_04_Circle2{cx:150;cy:155;r:100;-webkit-animation:from360to0 2s linear infinite;animation:from360to0 2s linear infinite;-webkit-transform-origin:155px 150px;-ms-transform-origin:155px 150px;transform-origin:155px 150px}.jltma-team-member-thumb #animation_svg_04_Circle3{cx:145;cy:150;r:100;-webkit-animation:from0to360 3s linear infinite;animation:from0to360 3s linear infinite;-webkit-transform-origin:150px 145px;-ms-transform-origin:150px 145px;transform-origin:150px 145px}.jltma-team-member-thumb #animation_svg_04_Circle4{cx:155;cy:150;r:100;-webkit-animation:from360to0 2.5s linear infinite;animation:from360to0 2.5s linear infinite;-webkit-transform-origin:150px 155px;-ms-transform-origin:150px 155px;transform-origin:150px 155px}.jltma-team-member-circle-2{border-top-left-radius:3.75em;border-top-right-radius:3.75em;-webkit-box-shadow:0 0 30px 0 rgba(0,0,0,.1);box-shadow:0 0 30px 0 rgba(0,0,0,.1);text-align:center}.jltma-team-member-circle-2 .jltma-team-member-thumb img{border-radius:50%;margin:0 auto;max-width:210px;padding:15px;width:100%}.jltma-button{-moz-osx-font-smoothing:grayscale;-webkit-backface-visibility:hidden;backface-visibility:hidden;border-radius:2px;display:inline-block;font-size:16px;line-height:1;padding:16px 20px;position:relative;text-align:center;vertical-align:middle;z-index:0}.jltma-button:after,.jltma-button:before{z-index:-1}.jltma-creative-button--saqui:after{z-index:1}.jltma-creative-button--winona{overflow:hidden;-webkit-transition:border-color .3s,background-color .3s;transition:border-color .3s,background-color .3s;-webkit-transition-timing-function:cubic-bezier(.2,1,.3,1);transition-timing-function:cubic-bezier(.2,1,.3,1)}.jltma-creative-button--winona:after{color:#3f51b5;content:attr(data-text);-webkit-transform:translate3d(0,25%,0);transform:translate3d(0,25%,0)}.jltma-creative-button--winona>span{display:block}.jltma-creative-button--winona:after,.jltma-creative-button--winona>span{transition:opacity .3s,-webkit-transform .3s;-webkit-transition:opacity .3s,-webkit-transform .3s;transition:transform .3s,opacity .3s;transition:transform .3s,opacity .3s,-webkit-transform .3s;-webkit-transition-timing-function:cubic-bezier(.2,1,.3,1);transition-timing-function:cubic-bezier(.2,1,.3,1)}.jltma-creative-button--winona:hover{background-color:rgba(63,81,181,.1);border-color:#3f51b5}.jltma-creative-button--winona:hover:after{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}.jltma-creative-button--winona:hover>span{opacity:0;-webkit-transform:translate3d(0,-25%,0);transform:translate3d(0,-25%,0)}.jltma-creative-button--winona.jltma-creative-button--inverted{color:#7986cb}.jltma-creative-button--winona.jltma-creative-button--inverted:after{color:#fff}.jltma-creative-button--winona.jltma-creative-button--inverted:hover{background-color:#21333c;border-color:#21333c}.jltma-creative-button--rayen:before,.jltma-creative-button--ujarak:before,.jltma-creative-button--wayra:before,.jltma-creative-button--winona:after{height:100%;left:0;opacity:0;position:absolute;top:0;width:100%}.jltma-creative-button--rayen:before,.jltma-creative-button--ujarak:before,.jltma-creative-button--wayra:before,.jltma-creative-button--winona:after{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;justify-content:center}.jltma-creative-button--ujarak{-webkit-transition:border-color .4s,color .4s;transition:border-color .4s,color .4s;-webkit-transition-timing-function:cubic-bezier(.2,1,.3,1);transition-timing-function:cubic-bezier(.2,1,.3,1)}.jltma-creative-button--ujarak:before{background:#37474f;content:attr(data-text);-webkit-transform:scaleX(.7);transform:scaleX(.7);transition:opacity .4s,-webkit-transform .4s;-webkit-transition:opacity .4s,-webkit-transform .4s;transition:transform .4s,opacity .4s;transition:transform .4s,opacity .4s,-webkit-transform .4s;-webkit-transition-timing-function:cubic-bezier(.2,1,.3,1);transition-timing-function:cubic-bezier(.2,1,.3,1);z-index:-1}.jltma-creative-button--ujarak:hover{border-color:#37474f;color:#fff}.jltma-creative-button--ujarak:hover:before{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0);z-index:1}.jltma-creative-button--ujarak.jltma-creative-button--round-s:before{border-radius:2px}.jltma-creative-button--ujarak.jltma-creative-button--inverted:before{background:#7986cb}.jltma-creative-button--ujarak.jltma-creative-button--inverted:hover{border-color:#fff;color:#37474f}.jltma-creative-button--wayra{overflow:hidden;-webkit-transition:border-color .3s,color .3s;transition:border-color .3s,color .3s;-webkit-transition-timing-function:cubic-bezier(.2,1,.3,1);transition-timing-function:cubic-bezier(.2,1,.3,1);width:245px}.jltma-creative-button--wayra:before{background:#37474f;content:attr(data-text);-webkit-transform:rotate(-45deg) translate3d(0,-3em,0);transform:rotate(-45deg) translate3d(0,-3em,0);-webkit-transform-origin:0 100%;-ms-transform-origin:0 100%;transform-origin:0 100%;transition:opacity .3s,background-color .3s,-webkit-transform .3s;-webkit-transition:opacity .3s,background-color .3s,-webkit-transform .3s;transition:transform .3s,opacity .3s,background-color .3s;transition:transform .3s,opacity .3s,background-color .3s,-webkit-transform .3s;z-index:-1}.jltma-creative-button--wayra:hover{border-color:#3f51b5;color:#fff}.jltma-creative-button--wayra:hover:before{background-color:#3f51b5;opacity:1;-webkit-transform:rotate(0deg);transform:rotate(0deg);-webkit-transition-timing-function:cubic-bezier(.2,1,.3,1);transition-timing-function:cubic-bezier(.2,1,.3,1);z-index:1}.jltma-creative-button--wayra.jltma-creative-button--inverted:hover{border-color:#fff;color:#3f51b5}.jltma-creative-button--wayra.jltma-creative-button--inverted:hover:before{background-color:#fff}.jltma-creative-button--tamaya{color:#7986cb;min-width:180px;overflow:hidden}.jltma-creative-button--tamaya:after,.jltma-creative-button--tamaya:before{background:#7986cb;color:#fff;content:attr(data-text);height:50%;left:0;overflow:hidden;position:absolute;-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;-o-transition:transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s;-webkit-transition-timing-function:cubic-bezier(.2,1,.3,1);transition-timing-function:cubic-bezier(.2,1,.3,1);width:100%}.jltma-creative-button--tamaya:before{padding-top:1em;top:0}.jltma-creative-button--tamaya:after{bottom:0;line-height:0}.jltma-creative-button--tamaya:hover:before{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}.jltma-creative-button--tamaya:hover:after{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}.jltma-creative-button--tamaya:hover>span{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}.jltma-creative-button--tamaya>span{display:block;opacity:0;-webkit-transform:scale3d(.2,.2,1);transform:scale3d(.2,.2,1);transition:opacity .3s,-webkit-transform .3s;-webkit-transition:opacity .3s,-webkit-transform .3s;transition:transform .3s,opacity .3s;transition:transform .3s,opacity .3s,-webkit-transform .3s;-webkit-transition-timing-function:cubic-bezier(.2,1,.3,1);transition-timing-function:cubic-bezier(.2,1,.3,1)}.jltma-creative-button--tamaya.jltma-creative-button--inverted{border-color:#37474f;color:#37474f}.jltma-creative-button--tamaya.jltma-creative-button--inverted:after,.jltma-creative-button--tamaya.jltma-creative-button--inverted:before{background:#fff;color:#37474f}.jltma-creative-button--rayen{overflow:hidden}.jltma-creative-button--rayen:before{background:#7986cb;content:attr(data-text);-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);z-index:1}.jltma-creative-button--rayen>span{display:block}.jltma-creative-button--rayen:before,.jltma-creative-button--rayen>span{transition:-webkit-transform .3s;-webkit-transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s;-webkit-transition-timing-function:cubic-bezier(.75,0,.125,1);transition-timing-function:cubic-bezier(.75,0,.125,1)}.jltma-creative-button--rayen:hover:before{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}.jltma-creative-button--rayen:hover>span{-webkit-transform:translate3d(0,150%,0);transform:translate3d(0,150%,0)}.jltma-creative-button--rayen:hover.jltma-creative-button--inverted{color:#fff}.jltma-creative-button--rayen:hover.jltma-creative-button--inverted:before{background:#fff;color:#37474f}.jltma-creative-button--elevation{background:#ff5722;border:none!important;border-radius:2px;color:#fff!important;font-family:Open Sans;font-size:12px;font-weight:700;min-height:40px;min-width:150px;overflow:hidden;padding:12px 25px;position:relative;text-transform:uppercase;-webkit-transition:all .25s ease-in-out;-moz-transition:all .25s ease-in-out;-ms-transition:all .25s ease-in-out;-o-transition:all .25s ease-in-out;transition:all .25s ease-in-out;z-index:1}.jltma-creative-button--elevation:after,.jltma-creative-button--elevation:before{content:"";height:100%;position:absolute;top:-19px;-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out;width:115%;z-index:-1}.jltma-creative-button--elevation:before{background-color:rgba(0,0,0,.1);opacity:0;right:-10px;top:64px;-webkit-transform:rotate(17deg);-ms-transform:rotate(17deg);transform:rotate(17deg)}.jltma-creative-button--elevation:after{background-color:rgba(0,0,0,.1);right:-10px;-webkit-transform:rotate(17deg);-moz-transform:rotate(17deg);-ms-transform:rotate(17deg);-o-transform:rotate(17deg);transform:rotate(17deg)}.jltma-creative-button--elevation:hover:before{opacity:1;top:21px}.jltma-creative-button--elevation:hover:after{opacity:0;top:-110px!important}.jltma-creative-button--elevation:hover:after,.jltma-creative-button--elevation:hover:before{background-color:rgba(0,0,0,.2)}.jltma-changelog h2.jltma-changelog-heading{font-size:24px;margin:50px 0 10px}.jltma-changelog h3.jltma-changelog-title{font-size:22px}.jltma-changelog ul{list-style:none;margin:15px 0;padding:0}.jltma-changelog ul li{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;display:-webkit-box;display:-ms-flexbox;display:flex;font-weight:300}.jltma-infobox .jltma-infobox-item{border-radius:5px;padding:1.875rem;-webkit-transition:all .3s ease;transition:all .3s ease}.jltma-infobox .jltma-infobox-content{text-align:left}.jltma-infobox .jltma-infobox-icon{color:#4b00e7;font-size:20px}.jltma-infobox .jltma-infobox-icon svg{height:20px;width:20px}.jltma-infobox .jltma-infobox-icon .jltma-inner-content img{margin:0 auto}.jltma-infobox .jltma-infobox-content-title{color:#393c3f;font-size:24px;font-weight:700;line-height:1.5;margin:0 0 10px}.jltma-infobox .jltma-infobox-content-description{color:#78909c;font-size:16px;margin:10px auto}.jltma-infobox .bg-fade-icon{bottom:-20px;color:#4b00e7;opacity:.2;position:absolute;right:-15px;z-index:-1}.jltma-infobox .bg-fade-icon i,.jltma-infobox .bg-fade-icon span{font-size:7rem}.jltma-infobox .bg-fade-icon svg{height:100px;width:100px}.jltma-infobox.three .jltma-infobox-item,.jltma-infobox.two .jltma-infobox-item{overflow:hidden;position:relative;z-index:0}.jltma-infobox.three .jltma-infobox-item .jltma-infobox-icon{background:#4b00e7;border-top-left-radius:5px;color:#fff;font-size:2.5rem;left:0;padding:.5rem 1.5rem;position:absolute;top:0}.jltma-infobox.three .jltma-infobox-item .jltma-infobox-content{padding-top:3rem}.jltma-infobox.four .jltma-infobox-item{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transition:.3s ease;transition:.3s ease}.jltma-infobox.four .jltma-infobox-item .jltma-infobox-icon{background:#4b00e7;border-radius:50%;color:#fff;font-size:2rem;height:90px;line-height:90px;margin:0 auto;text-align:center;-webkit-transition:.3s ease;transition:.3s ease;width:90px}.jltma-infobox.four .jltma-infobox-item .jltma-infobox-icon.image{position:relative}.jltma-infobox.four .jltma-infobox-item .jltma-infobox-icon.image .jltma-inner-content{left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.jltma-infobox.four .jltma-infobox-item .jltma-infobox-content,.jltma-infobox.four .jltma-infobox-item .jltma-inner-content{text-align:center}.jltma-infobox.four .jltma-infobox-item .jltma-infobox-content-description{-webkit-transition:.3s ease;transition:.3s ease}.jltma-infobox.five{margin:-10px}.jltma-infobox.five .jltma-infobox-item{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-transition:all .3s ease;transition:all .3s ease}.jltma-infobox.five .jltma-infobox-item .jltma-infobox-icon{color:#fff;margin-left:-20px;margin-right:30px;margin-top:-20px;width:80px}.jltma-infobox.five .jltma-infobox-item .jltma-infobox-icon .jltma-inner-content i,.jltma-infobox.five .jltma-infobox-item .jltma-infobox-icon .jltma-inner-content img{display:block!important;left:30%;position:absolute;top:25%;-webkit-transform:skewX(-30deg) rotate(30deg) scale(1);-ms-transform:skewX(-30deg) rotate(30deg) scale(1);transform:skewX(-30deg) rotate(30deg) scale(1)}.jltma-infobox.five .jltma-infobox-item .jltma-infobox-icon .jltma-inner-content i{font-size:4rem}.jltma-infobox.five .jltma-infobox-item .jltma-infobox-content-description,.jltma-infobox.five .jltma-infobox-item .jltma-infobox-content-title{-webkit-transition:all .3s ease;transition:all .3s ease}.jltma-infobox.six .jltma-infobox-item .jltma-infobox-icon.image{position:relative}.jltma-infobox.six .jltma-infobox-item .jltma-infobox-icon.image .jltma-inner-content{left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.jltma-infobox.nine .jltma-infobox-item:hover .jltma-infobox-content-description,.jltma-infobox.nine .jltma-infobox-item:hover .jltma-infobox-content-title{color:#000}.jltma-infobox.ten .jltma-infobox-item .jltma-infobox-icon img{height:inherit!important;left:3px!important;line-height:inherit!important;top:18px!important;width:inherit!important}.jltma-infobox.ten .jltma-infobox-item:hover .jltma-infobox-icon{background:#4b00e7;color:#fff}.jltma-infobox.ten .jltma-infobox-item:hover .jltma-infobox-content-title{color:#e8156e}.jltma-infobox.eight .jltma-infobox-icon.image{display:block}.jltma-infobox.eight .jltma-infobox-icon .jltma-inner-content i,.jltma-infobox.eight .jltma-infobox-icon .jltma-inner-content img{display:block!important;left:30%;position:absolute;top:25%;-webkit-transform:skewX(-30deg) rotate(30deg) scale(1);-ms-transform:skewX(-30deg) rotate(30deg) scale(1);transform:skewX(-30deg) rotate(30deg) scale(1)}.jltma-infobox.eight .jltma-infobox-icon .jltma-inner-content i{font-size:4rem!important}.jltma-infobox.eight .jltma-infobox-item .jltma-infobox-icon,.jltma-infobox.five .jltma-infobox-item .jltma-infobox-icon{z-index:0}.jltma-infobox.eight .jltma-infobox-item .jltma-infobox-icon i,.jltma-infobox.eight .jltma-infobox-item .jltma-infobox-icon img,.jltma-infobox.eight .jltma-infobox-item .jltma-infobox-icon svg,.jltma-infobox.five .jltma-infobox-item .jltma-infobox-icon i,.jltma-infobox.five .jltma-infobox-item .jltma-infobox-icon img,.jltma-infobox.five .jltma-infobox-item .jltma-infobox-icon svg{font-size:2rem;height:80px;line-height:80px;text-align:center;-webkit-transition:all .3s ease;transition:all .3s ease;width:80px;z-index:1}.jltma-infobox.eight .jltma-infobox-item .jltma-infobox-icon .jltma-inner-content,.jltma-infobox.five .jltma-infobox-item .jltma-infobox-icon .jltma-inner-content{border-radius:15px;display:inline-block;height:165px;left:-50px;margin:48px 0;overflow:hidden;position:absolute;top:-90px;-webkit-transform:rotate(-30deg) skewX(30deg) scale(.5);-ms-transform:rotate(-30deg) skewX(30deg) scale(.5);transform:rotate(-30deg) skewX(30deg) scale(.5);width:180px;z-index:-1}.jltma-infobox.eight .jltma-infobox-item .jltma-infobox-icon .jltma-inner-content i,.jltma-infobox.eight .jltma-infobox-item .jltma-infobox-icon .jltma-inner-content img,.jltma-infobox.eight .jltma-infobox-item .jltma-infobox-icon .jltma-inner-content svg,.jltma-infobox.five .jltma-infobox-item .jltma-infobox-icon .jltma-inner-content i,.jltma-infobox.five .jltma-infobox-item .jltma-infobox-icon .jltma-inner-content img,.jltma-infobox.five .jltma-infobox-item .jltma-infobox-icon .jltma-inner-content svg{display:none}.jltma-infobox.eight .jltma-infobox-item .jltma-infobox-icon .jltma-inner-content :before,.jltma-infobox.five .jltma-infobox-item .jltma-infobox-icon .jltma-inner-content :before{border-radius:inherit;display:block;height:inherit;overflow:hidden;width:inherit}.jltma-infobox.eight .jltma-infobox-item .jltma-infobox-icon .jltma-inner-content .jltma-hexagon-shape,.jltma-infobox.five .jltma-infobox-item .jltma-infobox-icon .jltma-inner-content .jltma-hexagon-shape{height:100%;opacity:1;-webkit-transform:skewX(-30deg) rotate(60deg) skewX(30deg);-ms-transform:skewX(-30deg) rotate(60deg) skewX(30deg);transform:skewX(-30deg) rotate(60deg) skewX(30deg);width:100%}.jltma-infobox.eight .jltma-infobox-item .jltma-infobox-icon .jltma-inner-content .jltma-hexagon-shape:before,.jltma-infobox.five .jltma-infobox-item .jltma-infobox-icon .jltma-inner-content .jltma-hexagon-shape:before{background:#4b00e7;content:"";-webkit-transform:skewX(-30deg) rotate(60deg) skewX(30deg);-ms-transform:skewX(-30deg) rotate(60deg) skewX(30deg);transform:skewX(-30deg) rotate(60deg) skewX(30deg);-webkit-transition:all .3s ease;transition:all .3s ease}.jltma-infobox.eight .jltma-infobox-item .jltma-infobox-icon .jltma-inner-content .jltma-shape-inner,.jltma-infobox.five .jltma-infobox-item .jltma-infobox-icon .jltma-inner-content .jltma-shape-inner{background:#4b00e7;-webkit-transform:skewX(-30deg) rotate(60deg) skewX(30deg);-ms-transform:skewX(-30deg) rotate(60deg) skewX(30deg);transform:skewX(-30deg) rotate(60deg) skewX(30deg);-webkit-transition:all .3s ease;transition:all .3s ease}.jltma-infobox.eight .jltma-infobox-item:hover .jltma-infobox-content-title,.jltma-infobox.five .jltma-infobox-item:hover .jltma-infobox-content-title{color:#e8156e}.jltma-flip-box{background-color:transparent;text-align:center}.jltma-flip-box,.jltma-flip-box-wrapper{-webkit-perspective:1000px;perspective:1000px;width:100%}.jltma-flip-box-wrapper{display:inline-block}.jltma-flip-box-wrapper .jltma-flip-box-inner{height:200px;position:relative;-webkit-transform-style:preserve-3d;transform-style:preserve-3d;width:100%}.jltma-flip-box-wrapper .jltma-flip-box-inner .jltma-flip-box-back,.jltma-flip-box-wrapper .jltma-flip-box-inner .jltma-flip-box-front{-webkit-backface-visibility:hidden;backface-visibility:hidden;border-radius:5px;-webkit-box-shadow:0 0 30px 0 rgba(0,0,0,.1);box-shadow:0 0 30px 0 rgba(0,0,0,.1);height:100%;left:0;padding:1.875rem;position:absolute;text-align:center;top:0;-webkit-transition:all .6s ease 0s;transition:all .6s ease 0s;width:100%}.jltma-flip-box-wrapper .jltma-flip-box-inner .jltma-flip-box-back i,.jltma-flip-box-wrapper .jltma-flip-box-inner .jltma-flip-box-back svg,.jltma-flip-box-wrapper .jltma-flip-box-inner .jltma-flip-box-front i,.jltma-flip-box-wrapper .jltma-flip-box-inner .jltma-flip-box-front svg{font-size:32px;height:1em;width:1em}.jltma-flip-box-wrapper .jltma-flip-box-inner .jltma-flip-box-back img,.jltma-flip-box-wrapper .jltma-flip-box-inner .jltma-flip-box-front img{height:70%;width:70%}.jltma-flip-box-wrapper .jltma-flip-box-inner .jltma-flip-button{background:#fff;border-radius:3px;color:#4b00e7;cursor:pointer;display:inline-block;font-size:13px;padding:5px 8px}.jltma-flip-box-wrapper .jltma-flip-box-front{z-index:2}.jltma-flip-box-wrapper .jltma-flip-box-back{background:#4b00e7;z-index:1}.jltma-flip-box-wrapper:hover .jltma-flip-box-back{z-index:2}.jltma-flip-box-wrapper:hover .jltma-flip-box-front{z-index:1}.jltma-flip-box-wrapper .icon-wrapper{display:inline-block;line-height:1;padding:0}.jltma-flip-box-wrapper .back-icon-title,.jltma-flip-box-wrapper .front-icon-title{color:#fff;margin:10px auto}.jltma-flip-box-wrapper .jltma-flipbox-content{display:block;position:relative;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.jltma-flip-box-wrapper .jltma-flipbox-content p{margin-bottom:10px}.jltma-flip-box-wrapper .jltma-flipbox-content .jltma-flip-button{display:inline-block;padding:5px 10px}.jltma-flip-box-wrapper [class*=icon-title]{color:#393c3f;font-size:1rem;font-weight:700}.jltma-flip-box-wrapper.one .jltma-flip-box-front{background-color:#fff}.jltma-flip-box-wrapper.one .jltma-flip-box-back,.jltma-flip-box-wrapper.one .jltma-flip-box-front{text-align:left}.jltma-flip-box-wrapper.one .jltma-flip-box-back p{font-size:15px;line-height:23px}.jltma-flip-box-wrapper.two .jltma-flip-box-front{padding:0}.jltma-flip-box-wrapper.three{margin:50px 0;position:relative}.jltma-flip-box-wrapper.three .jltma-flip-box-back,.jltma-flip-box-wrapper.three .jltma-flip-box-front{border-radius:0}.jltma-flip-box-wrapper.three .jltma-flip-box-front{-webkit-transform:rotate(-20deg) skewX(-20deg);-ms-transform:rotate(-20deg) skewX(-20deg);transform:rotate(-20deg) skewX(-20deg)}.jltma-flip-box-wrapper.three .jltma-flip-box-front .jltma-flipbox-content{-webkit-transform:translateY(-50%) rotate(18deg) skewX(18deg);-ms-transform:translateY(-50%) rotate(18deg) skewX(18deg);transform:translateY(-50%) rotate(18deg) skewX(18deg)}.jltma-flip-box-wrapper.three:hover .jltma-flip-box-back{-webkit-transform:rotate(20deg) skewX(20deg);-ms-transform:rotate(20deg) skewX(20deg);transform:rotate(20deg) skewX(20deg)}.jltma-flip-box-wrapper.three .jltma-flip-box-back .jltma-flipbox-content{-webkit-transform:translateY(-50%) rotate(-18deg) skewX(-18deg);-ms-transform:translateY(-50%) rotate(-18deg) skewX(-18deg);transform:translateY(-50%) rotate(-18deg) skewX(-18deg)}.jltma-flip-box-wrapper.four .jltma-flip-box-back .jltma-flipbox-content,.jltma-flip-box-wrapper.four .jltma-flip-box-front .jltma-flipbox-content{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;justify-content:center}.jltma-flip-icon-view-framed{border:1px solid #92be43}.jltma-flip-icon-shape-circle{border-radius:50%}@media only screen and (max-width:768px){.jltma-flip-box-back,.jltma-flip-box-front,.jltma-flipbox-content{cursor:pointer;overflow:visible!important;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}}.jltma-flip-animate-vertical .jltma-flip-box-inner .jltma-flip-box-front{-webkit-transform:perspective(1000px) rotateX(0deg);transform:perspective(1000px) rotateX(0deg)}.jltma-flip-animate-vertical .jltma-flip-box-inner .jltma-flip-box-back{-webkit-transform:perspective(1000px) rotateX(180deg);transform:perspective(1000px) rotateX(180deg)}.jltma-flip-animate-vertical .jltma-flip-box-inner:hover .jltma-flip-box-front{-webkit-transform:perspective(1000px) rotateX(180deg);transform:perspective(1000px) rotateX(180deg)}.jltma-flip-animate-vertical .jltma-flip-box-inner:hover .jltma-flip-box-back{-webkit-transform:perspective(1000px) rotateX(0deg);transform:perspective(1000px) rotateX(0deg)}.jltma-flip-animate-horizontal .jltma-flip-box-inner .jltma-flip-box-front{-webkit-transform:perspective(1000px) rotateY(0deg);transform:perspective(1000px) rotateY(0deg)}.jltma-flip-animate-horizontal .jltma-flip-box-inner .jltma-flip-box-back{-webkit-transform:perspective(1000px) rotateY(180deg);transform:perspective(1000px) rotateY(180deg)}.jltma-flip-animate-horizontal .jltma-flip-box-inner:hover .jltma-flip-box-front{-webkit-transform:perspective(1000px) rotateY(180deg);transform:perspective(1000px) rotateY(180deg)}.jltma-flip-animate-horizontal .jltma-flip-box-inner:hover .jltma-flip-box-back{-webkit-transform:perspective(1000px) rotateY(0deg);transform:perspective(1000px) rotateY(0deg)}.jltma-flip-animate-fade .jltma-flip-box-inner .jltma-flip-box-front,.jltma-flip-animate-flip.fade{opacity:1}.jltma-flip-animate-fade .jltma-flip-box-inner .jltma-flip-box-back{opacity:0}.jltma-flip-animate-fade .jltma-flip-box-inner:hover .jltma-flip-box-front{opacity:0}.jltma-flip-animate-fade .jltma-flip-box-inner:hover .jltma-flip-box-back{opacity:1}.jltma-creative-button-align-center{text-align:center}.jltma-creative-button-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex}.jltma-creative-button{-webkit-box-flex:0;-moz-osx-font-smoothing:grayscale;-webkit-backface-visibility:hidden;backface-visibility:hidden;border-radius:2px;-ms-flex:0 0 auto;flex:0 0 auto;font-size:16px;line-height:1;min-width:inherit!important;padding:16px 20px;position:relative;text-align:center;vertical-align:middle;z-index:1}.jltma-creative-button-align-center .jltma-creative-button{display:inline-block;float:none}.jltma-creative-button:focus{outline:none}.jltma-creative-button>span{vertical-align:middle}.jltma-creative-button svg.jltma-creative-button-icon-left{width:1em}.jltma-creative-button .jltma-creative-button-icon-left i,.jltma-creative-button svg.jltma-creative-button-icon-left{padding-right:5px}.jltma-creative-links .jltma-creative-link a svg{width:15px}.jltma-creative-links .jltma-creative-link a{color:#fff;display:inline-block;font-size:1.35em;font-weight:400;letter-spacing:1px;outline:none;padding:10px 1.5rem;position:relative;text-decoration:none;text-shadow:0 0 1px hsla(0,0%,100%,.3);text-transform:uppercase}.jltma-creative-links .jltma-creative-link a:hover,.jltma-creative-links.jltma-cl-effect-11 a:before .jltma-creative-links .jltma-creative-link a:focus{outline:0}.jltma-creative-links.jltma-cl-effect-1 a:after,.jltma-creative-links.jltma-cl-effect-1 a:before{display:inline-block;opacity:0;-webkit-transition:opacity .2s,-webkit-transform .3s;transition:opacity .2s,-webkit-transform .3s;transition:transform .3s,opacity .2s;transition:transform .3s,opacity .2s,-webkit-transform .3s}.jltma-creative-links.jltma-cl-effect-1 a:before{content:"[";margin-right:10px;-webkit-transform:translateX(20px);-ms-transform:translateX(20px);transform:translateX(20px)}.jltma-creative-links.jltma-cl-effect-1 a:after{content:"]";margin-left:10px;-webkit-transform:translateX(-20px);-ms-transform:translateX(-20px);transform:translateX(-20px)}.jltma-creative-links.jltma-cl-effect-1 a:hover:after,.jltma-creative-links.jltma-cl-effect-1 a:hover:before{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.jltma-creative-links.jltma-cl-effect-3 a{padding:8px 0}.jltma-creative-links.jltma-cl-effect-3 a:after{background:rgba(0,0,0,.1);content:"";height:4px;left:0;opacity:0;position:absolute;top:100%;-webkit-transform:translateY(10px);-ms-transform:translateY(10px);transform:translateY(10px);-webkit-transition:opacity .3s,-webkit-transform .3s;transition:opacity .3s,-webkit-transform .3s;transition:opacity .3s,transform .3s;transition:opacity .3s,transform .3s,-webkit-transform .3s;width:100%}.jltma-creative-links.jltma-cl-effect-3 a:focus:after,.jltma-creative-links.jltma-cl-effect-3 a:hover:after{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.jltma-creative-links.jltma-cl-effect-4 a{padding:0 0 10px}.jltma-creative-links.jltma-cl-effect-4 a:after{background:#333;content:"";height:1px;left:0;opacity:0;position:absolute;top:100%;-webkit-transform:translateY(-10px);-ms-transform:translateY(-10px);transform:translateY(-10px);-webkit-transition:height .3s,opacity .3s,-webkit-transform .3s;transition:height .3s,opacity .3s,-webkit-transform .3s;transition:height .3s,opacity .3s,transform .3s;transition:height .3s,opacity .3s,transform .3s,-webkit-transform .3s;width:100%}.jltma-creative-links.jltma-cl-effect-4 a:focus:after,.jltma-creative-links.jltma-cl-effect-4 a:hover:after{height:5px;opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.jltma-creative-links.jltma-cl-effect-11 a{border-top:2px solid #0972b4;color:#0972b4;padding:10px 0;text-shadow:none}.jltma-creative-links.jltma-cl-effect-11 a:before{border-bottom:2px solid #b53a2d;color:#b53a2d;content:attr(data-hover);left:0;max-width:0;overflow:hidden;padding:10px 0;position:absolute;top:0;-webkit-transition:max-width .5s;-moz-transition:max-width .5s;transition:max-width .5s;white-space:nowrap}.jltma-creative-links.jltma-cl-effect-11 a:focus:before,.jltma-creative-links.jltma-cl-effect-11 a:hover:before{max-width:100%}.jltma-creative-links.jltma-cl-effect-13 a{-webkit-transition:color .3s;transition:color .3s}.jltma-creative-links.jltma-cl-effect-13 a:before{color:transparent;content:"•";font-size:1.2em;left:50%;pointer-events:none;position:absolute;text-shadow:0 0 transparent;top:100%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);-webkit-transition:text-shadow .3s,color .3s;transition:text-shadow .3s,color .3s}.jltma-creative-links.jltma-cl-effect-13 a:focus:before,.jltma-creative-links.jltma-cl-effect-13 a:hover:before{color:#fff;text-shadow:10px 0 #fff,-10px 0 #fff}.jltma-creative-links.jltma-cl-effect-13 a:focus,.jltma-creative-links.jltma-cl-effect-13 a:hover{color:#ba7700}.jltma-creative-links.jltma-cl-effect-15 a{color:rgba(0,0,0,.2);font-weight:700;text-shadow:none}.jltma-creative-links.jltma-cl-effect-15 a:before{color:#fff;content:attr(data-hover);-webkit-transition:opacity .3s,-webkit-transform .3s;transition:opacity .3s,-webkit-transform .3s;transition:transform .3s,opacity .3s;transition:transform .3s,opacity .3s,-webkit-transform .3s}.jltma-creative-links.jltma-cl-effect-15 a:focus:before,.jltma-creative-links.jltma-cl-effect-15 a:hover:before{opacity:0;-webkit-transform:scale(.9);-ms-transform:scale(.9);transform:scale(.9)}.jltma-creative-links.jltma-cl-effect-15 a:before,.jltma-creative-links.jltma-cl-effect-17 a:before{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:end;-ms-flex-pack:end;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;justify-content:flex-end;left:0;opacity:1;position:absolute;top:0;width:100%}.jltma-creative-links.jltma-cl-effect-17 a{overflow:hidden;text-shadow:none}.jltma-creative-links.jltma-cl-effect-17 a:before{color:#fff;content:attr(data-hover);pointer-events:none;text-shadow:0 0 1px hsla(0,0%,100%,.3);-webkit-transition:opacity .3s,-webkit-transform .3s;transition:opacity .3s,-webkit-transform .3s;transition:transform .3s,opacity .3s;transition:transform .3s,opacity .3s,-webkit-transform .3s}.jltma-creative-links.jltma-cl-effect-17 a:after{background:#fff;bottom:0;content:"";height:2px;left:0;opacity:0;pointer-events:none;position:absolute;-webkit-transform:translateY(5px);-ms-transform:translateY(5px);transform:translateY(5px);-webkit-transition:opacity .3s,-webkit-transform .3s;transition:opacity .3s,-webkit-transform .3s;transition:transform .3s,opacity .3s;transition:transform .3s,opacity .3s,-webkit-transform .3s;width:100%}.jltma-creative-links.jltma-cl-effect-17 a:focus:before,.jltma-creative-links.jltma-cl-effect-17 a:hover:before{opacity:0;-webkit-transform:translateY(-2px);-ms-transform:translateY(-2px);transform:translateY(-2px)}.jltma-creative-links.jltma-cl-effect-17 a:focus:after,.jltma-creative-links.jltma-cl-effect-17 a:hover:after{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.jltma-creative-links.jltma-cl-effect-21 a{color:#237546;font-weight:700;padding:10px;text-shadow:none;-webkit-transition:color .3s;transition:color .3s}.jltma-creative-links.jltma-cl-effect-21 a:after,.jltma-creative-links.jltma-cl-effect-21 a:before{background:#333;content:"";height:2px;left:0;opacity:0;position:absolute;-webkit-transform:translateY(-10px);-ms-transform:translateY(-10px);transform:translateY(-10px);-webkit-transition:opacity .3s,-webkit-transform .3s;transition:opacity .3s,-webkit-transform .3s;transition:opacity .3s,transform .3s;transition:opacity .3s,transform .3s,-webkit-transform .3s;width:100%}.jltma-creative-links.jltma-cl-effect-21 a:before{top:0;-webkit-transform:translateY(-10px);-ms-transform:translateY(-10px);transform:translateY(-10px)}.jltma-creative-links.jltma-cl-effect-21 a:after{bottom:0;-webkit-transform:translateY(10px);-ms-transform:translateY(10px);transform:translateY(10px)}.jltma-creative-links.jltma-cl-effect-21 a:focus,.jltma-creative-links.jltma-cl-effect-21 a:hover{color:#fff}.jltma-creative-links.jltma-cl-effect-21 a:focus:after,.jltma-creative-links.jltma-cl-effect-21 a:focus:before,.jltma-creative-links.jltma-cl-effect-21 a:hover:after,.jltma-creative-links.jltma-cl-effect-21 a:hover:before{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.jltma-image-hover-effect figure{background:#3085a3;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;overflow:hidden;position:relative;width:-webkit-fill-available}.jltma-image-hover-effect figure img{-webkit-backface-visibility:hidden;backface-visibility:hidden;height:auto;max-width:100%;position:relative;width:100%}.jltma-image-hover-effect figure figcaption{-webkit-backface-visibility:hidden;backface-visibility:hidden;height:100%;left:0;overflow:hidden;padding:1em;position:absolute;text-transform:uppercase;top:0;width:100%}.jltma-image-hover-effect figure figcaption:after,.jltma-image-hover-effect figure figcaption:before{content:"";pointer-events:none;position:absolute}.jltma-image-hover-effect figure figcaption .jltma-fancybox svg{fill:#fff;height:25px;position:absolute;right:15px;top:0;width:25px;z-index:999}.jltma-image-hover-effect figure h2,.jltma-image-hover-effect figure p{color:#fff;margin:0;padding:0;text-align:center}.jltma-image-hover-effect figure h2{font-size:2.5rem;word-spacing:-.15em}.jltma-image-hover-effect figure h2 span{font-weight:800}.jltma-image-hover-effect figure p{font-size:15px;letter-spacing:1px}.icon-eye:before{content:"\e000"}.icon-paper-clip:before{content:"\e001"}.icon-heart:before{content:"\e024"}figure.jltma-effect-milo img,figure.jltma-effect-roxy img,figure.jltma-effect-sadie img,figure.jltma-effect-sarah img{max-width:none;-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;transition:opacity .35s,transform .35s,-webkit-transform .35s;width:calc(100% + 50px)}figure.jltma-effect-milo:hover img,figure.jltma-effect-roxy:hover img,figure.jltma-effect-sadie:hover img,figure.jltma-effect-sarah:hover img{-webkit-transform:translateZ(0);transform:translateZ(0)}figure.jltma-effect-lily img{opacity:.7}figure.jltma-effect-lily figcaption>div{bottom:0;height:50%;left:0;padding:2em;position:absolute;width:100%}figure.jltma-effect-lily figcaption h2,figure.jltma-effect-lily figcaption p{text-align:left;-webkit-transform:translate3d(0,40px,0);transform:translate3d(0,40px,0)}figure.jltma-effect-lily figcaption h2{-webkit-transition:-webkit-transform .35s;transition:-webkit-transform .35s;transition:transform .35s;transition:transform .35s,-webkit-transform .35s}figure.jltma-effect-lily figcaption p{color:hsla(0,0%,100%,.8);opacity:0;-webkit-transition:opacity .2s,-webkit-transform .35s;transition:opacity .2s,-webkit-transform .35s;transition:opacity .2s,transform .35s;transition:opacity .2s,transform .35s,-webkit-transform .35s}figure.jltma-effect-lily:hover img,figure.jltma-effect-lily:hover p{opacity:1}figure.jltma-effect-lily:hover h2,figure.jltma-effect-lily:hover p{-webkit-transform:translateZ(0);transform:translateZ(0)}figure.jltma-effect-lily:hover p{-webkit-transition-delay:.05s;transition-delay:.05s;-webkit-transition-duration:.35s;transition-duration:.35s}figure.jltma-effect-sadie img{-webkit-transform:translate3d(-40px,0,0);transform:translate3d(-40px,0,0)}figure.jltma-effect-sadie figcaption:before{background:-webkit-gradient(linear,left top,left bottom,from(rgba(72,76,97,0)),color-stop(75%,rgba(72,76,97,.8)));background:linear-gradient(180deg,rgba(72,76,97,0) 0,rgba(72,76,97,.8) 75%);height:100%;left:0;opacity:0;top:0;-webkit-transform:translate3d(0,50%,0);transform:translate3d(0,50%,0);width:100%}figure.jltma-effect-sadie figcaption h2{color:#484c61;left:0;position:absolute;top:50%;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0);-webkit-transition:color .35s,-webkit-transform .35s;transition:color .35s,-webkit-transform .35s;transition:transform .35s,color .35s;transition:transform .35s,color .35s,-webkit-transform .35s;width:100%}figure.jltma-effect-sadie figcaption p,figure.jltma-effect-sadie figcaption:before{-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;transition:opacity .35s,transform .35s,-webkit-transform .35s}figure.jltma-effect-sadie figcaption p{bottom:0;left:0;opacity:0;padding:2em;position:absolute;-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0);width:100%}figure.jltma-effect-sadie:hover h2{color:#fff;-webkit-transform:translate3d(0,-50%,0) translate3d(0,-40px,0);transform:translate3d(0,-50%,0) translate3d(0,-40px,0)}figure.jltma-effect-sadie:hover figcaption:before,figure.jltma-effect-sadie:hover p{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}figure.jltma-effect-roxy{background:linear-gradient(45deg,#ff89e9,#05abe0)}figure.jltma-effect-roxy img{-webkit-transform:translate3d(-40px,0,0);transform:translate3d(-40px,0,0)}figure.jltma-effect-roxy figcaption{padding:3em;text-align:left}figure.jltma-effect-roxy figcaption:before{border:1px solid #fff;bottom:30px;left:30px;opacity:0;right:30px;top:30px;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0);-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;transition:opacity .35s,transform .35s,-webkit-transform .35s}figure.jltma-effect-roxy figcaption h2{padding:30% 0 10px}figure.jltma-effect-roxy figcaption p{opacity:0;-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0);-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;transition:opacity .35s,transform .35s,-webkit-transform .35s}figure.jltma-effect-roxy:hover img{opacity:.7}figure.jltma-effect-roxy:hover figcaption:before,figure.jltma-effect-roxy:hover p{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}figure.jltma-effect-bubba{background:#9e5406}figure.jltma-effect-bubba img{opacity:.7;-webkit-transition:opacity .35s;transition:opacity .35s}figure.jltma-effect-bubba figcaption:after,figure.jltma-effect-bubba figcaption:before{bottom:30px;left:30px;right:30px;top:30px}figure.jltma-effect-bubba figcaption:before{border-bottom:1px solid #fff;border-top:1px solid #fff;-webkit-transform:scaleX(0);-ms-transform:scaleX(0);transform:scaleX(0)}figure.jltma-effect-bubba figcaption:after{border-left:1px solid #fff;border-right:1px solid #fff;-webkit-transform:scaleY(0);-ms-transform:scaleY(0);transform:scaleY(0)}figure.jltma-effect-bubba figcaption p,figure.jltma-effect-bubba figcaption:after,figure.jltma-effect-bubba figcaption:before{opacity:0;-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;transition:opacity .35s,transform .35s,-webkit-transform .35s}figure.jltma-effect-bubba figcaption h2{padding-top:30%;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0);-webkit-transition:-webkit-transform .35s;transition:-webkit-transform .35s;transition:transform .35s;transition:transform .35s,-webkit-transform .35s}figure.jltma-effect-bubba figcaption p{padding:20px 2.5em;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}figure.jltma-effect-bubba:hover img{opacity:.4}figure.jltma-effect-bubba:hover figcaption:after,figure.jltma-effect-bubba:hover figcaption:before{opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}figure.jltma-effect-bubba:hover figcaption h2,figure.jltma-effect-bubba:hover figcaption p{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}figure.jltma-effect-romeo{-webkit-perspective:1000px;perspective:1000px}figure.jltma-effect-romeo img{-webkit-transform:translateZ(300px);transform:translateZ(300px);-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;transition:opacity .35s,transform .35s,-webkit-transform .35s}figure.jltma-effect-romeo figcaption:after,figure.jltma-effect-romeo figcaption:before{background:#fff;height:1px;left:50%;opacity:.5;top:50%;-webkit-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0);-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;transition:opacity .35s,transform .35s,-webkit-transform .35s;width:80%}figure.jltma-effect-romeo figcaption h2,figure.jltma-effect-romeo figcaption p{left:0;position:absolute;top:50%;-webkit-transition:-webkit-transform .35s;transition:-webkit-transform .35s;transition:transform .35s;transition:transform .35s,-webkit-transform .35s;width:100%}figure.jltma-effect-romeo figcaption h2{-webkit-transform:translate3d(0,-50%,0) translate3d(0,-150%,0);transform:translate3d(0,-50%,0) translate3d(0,-150%,0)}figure.jltma-effect-romeo figcaption p{padding:.25em 2em;-webkit-transform:translate3d(0,-50%,0) translate3d(0,150%,0);transform:translate3d(0,-50%,0) translate3d(0,150%,0)}figure.jltma-effect-romeo:hover figcaption:before{-webkit-transform:translate3d(-50%,-50%,0) rotate(45deg);transform:translate3d(-50%,-50%,0) rotate(45deg)}figure.jltma-effect-romeo:hover figcaption:after{-webkit-transform:translate3d(-50%,-50%,0) rotate(-45deg);transform:translate3d(-50%,-50%,0) rotate(-45deg)}figure.jltma-effect-romeo:hover img{opacity:.6;-webkit-transform:translateZ(0);transform:translateZ(0)}figure.jltma-effect-romeo:hover h2{-webkit-transform:translate3d(0,-50%,0) translate3d(0,-100%,0);transform:translate3d(0,-50%,0) translate3d(0,-100%,0)}figure.jltma-effect-romeo:hover p{-webkit-transform:translate3d(0,-50%,0) translate3d(0,100%,0);transform:translate3d(0,-50%,0) translate3d(0,100%,0)}figure.jltma-effect-layla img{-webkit-transform:translate3d(0,-30px,0) scale(1.15);transform:translate3d(0,-30px,0) scale(1.15);-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;transition:opacity .35s,transform .35s,-webkit-transform .35s}figure.jltma-effect-layla figcaption{padding:3em}figure.jltma-effect-layla figcaption:after,figure.jltma-effect-layla figcaption:before{opacity:0}figure.jltma-effect-layla figcaption:before{border-bottom:1px solid #fff;border-top:1px solid #fff;bottom:50px;left:30px;right:30px;top:50px;-webkit-transform:scaleX(0);-ms-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}figure.jltma-effect-layla figcaption:after{border-left:1px solid #fff;border-right:1px solid #fff;bottom:30px;left:50px;right:50px;top:30px;-webkit-transform:scaleY(0);-ms-transform:scaleY(0);transform:scaleY(0);-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}figure.jltma-effect-layla figcaption h2{padding-top:26%;-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0);-webkit-transition:-webkit-transform .35s;transition:-webkit-transform .35s;transition:transform .35s;transition:transform .35s,-webkit-transform .35s}figure.jltma-effect-layla figcaption p{opacity:0;padding:.5em 2em;text-transform:none;-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}figure.jltma-effect-layla figcaption p,figure.jltma-effect-layla figcaption:after,figure.jltma-effect-layla figcaption:before{-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;transition:opacity .35s,transform .35s,-webkit-transform .35s}figure.jltma-effect-layla:hover img{opacity:.7;-webkit-transform:translateZ(0) scale(1.15);transform:translateZ(0) scale(1.15)}figure.jltma-effect-layla:hover figcaption:after,figure.jltma-effect-layla:hover figcaption:before{opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}figure.jltma-effect-layla:hover h2,figure.jltma-effect-layla:hover p{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}figure.jltma-effect-layla:hover figcaption:after,figure.jltma-effect-layla:hover h2,figure.jltma-effect-layla:hover img,figure.jltma-effect-layla:hover p{-webkit-transition-delay:.15s;transition-delay:.15s}figure.jltma-effect-honey{background:#4a3753}figure.jltma-effect-honey figcaption:before{background:#4b00e7;bottom:0;height:10px;left:0;-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0);width:100%}figure.jltma-effect-honey figcaption h2{bottom:0;left:0;padding:1em 1.5em;position:absolute;text-align:left;-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0);width:100%}figure.jltma-effect-honey figcaption h2 i{font-style:normal;opacity:0;-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0);-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;transition:opacity .35s,transform .35s,-webkit-transform .35s}figure.jltma-effect-honey figcaption h2,figure.jltma-effect-honey figcaption:before{-webkit-transition:-webkit-transform .35s;transition:-webkit-transform .35s;transition:transform .35s;transition:transform .35s,-webkit-transform .35s}figure.jltma-effect-honey:hover figcaption:before,figure.jltma-effect-honey:hover h2,figure.jltma-effect-honey:hover h2 i{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}figure.jltma-effect-honey img,figure.jltma-effect-oscar img{opacity:.9;-webkit-transition:opacity .35s;transition:opacity .35s}figure.jltma-effect-oscar{background:linear-gradient(45deg,#22682a,#9b4a1b 40%,#3a342a)}figure.jltma-effect-oscar figcaption{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;background-color:rgba(58,52,42,.7);display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:center;padding:3em;-webkit-transition:background-color .35s;transition:background-color .35s}figure.jltma-effect-oscar figcaption:before{border:1px solid #fff;bottom:30px;left:30px;right:30px;top:30px}figure.jltma-effect-oscar figcaption h2{margin:20% 0 10px;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);-webkit-transition:-webkit-transform .35s;transition:-webkit-transform .35s;transition:transform .35s;transition:transform .35s,-webkit-transform .35s}figure.jltma-effect-oscar figcaption p,figure.jltma-effect-oscar figcaption:before{opacity:0;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;transition:opacity .35s,transform .35s,-webkit-transform .35s}figure.jltma-effect-oscar:hover h2{-webkit-transform:translateZ(0);transform:translateZ(0)}figure.jltma-effect-oscar:hover figcaption:before,figure.jltma-effect-oscar:hover p{opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}figure.jltma-effect-oscar:hover figcaption{background-color:rgba(58,52,42,0)}figure.jltma-effect-oscar:hover img{opacity:.4}.jltma-blog-filter{clear:both;margin:auto;padding:0 0 15px;text-align:center;width:auto}.jltma-blog-filter ul li{display:inline-block;list-style:none}.jltma-blog-filter ul li a{border:1px solid #5dd3c7;border-radius:3rem;color:#000;display:inline-block;font-size:1em;margin:0 15px 10px;padding:10px 25px;text-decoration:none;text-transform:capitalize}.jltma-blog-filter ul li a.active,.jltma-blog-filter ul li a:hover{background-color:#4b00e7;border-color:#4b00e7;color:#fff}.jltma-blog-content-wrapper{clear:both;margin:15px 0 20px;text-align:left}.jltma-blog-content-wrapper .jltma-blog-inner-container{display:-webkit-box;display:-ms-flexbox;display:flex}ul.slick-dots li.slick-active{color:#4b00e7}.jltma-blog-pagination{display:inline-block;width:100%}.jltma-blog-pagination .page-numbers{border-radius:4px;display:inline-block;margin:20px 0;padding-left:0}.jltma-blog-pagination .page-numbers li{display:inline-block}.jltma-blog-pagination .page-numbers li a,.jltma-blog-pagination .page-numbers li span{background:#fff;border:none;border-radius:0;color:#b2b2b2;display:inline-block;font-size:16px;font-style:italic;line-height:45px;padding:0 15px;text-align:center;text-transform:capitalize}.jltma-blog-pagination .page-numbers li span.current{background:#4b00e7;color:#fff}.jltma-blog-format-container{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:25px;height:55px;justify-content:center;margin-right:20px;text-align:center;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;width:55px}.jltma-blog-format-link i{color:#4b00e7}.jltma-blog-author-thumbnail{height:0;padding:0 30px;pointer-events:none;position:relative;top:-10px;width:100%}.jltma-blog-author-thumbnail img{border-radius:50%;pointer-events:all;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:60px}.jltma-blog-post{float:left;margin-bottom:3em;position:relative;width:100%}.jltma-post-thumbnail{line-height:1}.jltma-post-thumbnail img{border-radius:5px}.jltma-post-content{margin-top:26px}.jltma-entry-title{font-size:16px;font-weight:700;margin:0 0 9px}.jltma-entry-title a{color:#343434}.jltma-post-content{border-radius:5px}.jltma-post-content,.jltma-post-content p{color:#78909c;display:inline-block;font-size:15px;line-height:23px;margin:8px 0;width:100%}.jltma-post-entry-meta i{padding-right:5px}.jltma-post-btn{color:#4b00e7;font-size:13px;font-weight:600;margin-top:12px}.jltma-title-only-post .jltma-entry-title{font-size:18px}.jltma-post-entry-meta{color:#b3bfc5;display:inline-block;font-size:13px;font-weight:600;margin:10px 0 8px;width:100%}.jltma-post-entry-meta a{color:#b3bfc5}.jltma-post-entry-meta span{padding-right:15px;position:relative}.jltma-post-entry-meta span:before{font-size:10px;position:absolute;right:6px;top:0}.jltma-post-entry-meta .jltma-post-tags a{padding-right:5px;position:relative}.jltma-post-entry-meta .jltma-post-tags a:before{bottom:0;content:",";position:absolute;right:0}.jltma-post-entry-meta .jltma-post-tags a:last-child,.jltma-post-entry-meta span:last-child{padding-right:0}.jltma-post-entry-meta .jltma-post-tags a:last-child:before,.jltma-post-entry-meta span:last-child:before,.jltma-post-meta-with-avatar .jltma-post-entry-meta span:before{display:none}.jltma-post-meta-with-avatar .jltma-post-entry-meta{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:25px}.jltma-post-meta-with-avatar .jltma-author-avatar{border-radius:50%;float:left;margin:0 10px 10px 0;width:64px}.jltma-post-meta-with-avatar .jltma-author-avatar img{border-radius:50%}.jltma-post-meta-with-avatar .jltma-author-avatar span{display:block;padding:2px 0}.jltma-post-half-row .jltma-post-content{margin-top:0}.jltma-post-absolute-bottom-content .jltma-post-content,.jltma-post-absolute-bottom-content-02 .jltma-post-content,.jltma-post-content-right .jltma-post-content{background:#fff;bottom:0;-webkit-box-shadow:0 0 30px 0 rgba(0,0,0,.1);box-shadow:0 0 30px 0 rgba(0,0,0,.1);left:0;margin:0;padding:1.75rem;position:absolute;width:100%}.jltma-post-absolute-bottom-content .jltma-entry-title,.jltma-post-absolute-bottom-content-02 .jltma-entry-title,.jltma-post-content-right .jltma-entry-title{color:#fff;font-size:16px;line-height:1.5;margin-bottom:0}.jltma-post-absolute-bottom-content .jltma-entry-title a,.jltma-post-absolute-bottom-content-02 .jltma-entry-title a,.jltma-post-content-right .jltma-entry-title a{color:#fff}.jltma-post-absolute-bottom-content-02 .jltma-post-entry-meta,.jltma-post-content-gradient-bg-02 .jltma-post-entry-meta{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;background:#fff;border-radius:5px;color:#4b00e7;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:14px;font-weight:700;height:45px;justify-content:center;left:20px;margin:0;position:absolute;text-align:center;top:20px;width:45px}.jltma-post-absolute-bottom-content-02 .jltma-post-entry-meta span,.jltma-post-content-gradient-bg-02 .jltma-post-entry-meta span{display:block}.jltma-post-absolute-bottom-content-02 .jltma-post-content .jltma-post-entry-meta,.jltma-post-content-gradient-bg-02 .jltma-post-content .jltma-post-entry-meta{display:none}.jltma-post-content-right .jltma-post-thumbnail{padding-right:2rem}.jltma-post-content-right .jltma-post-content{margin-left:2rem;position:static;-webkit-transform:translateY(-3rem);-ms-transform:translateY(-3rem);transform:translateY(-3rem);width:auto}.jltma-post-meta-icon-with-details .jltma-entry-title{font-size:18px;line-height:1.5}.jltma-post-meta-icon-with-details .jltma-post-content,.jltma-post-meta-with-icon .jltma-post-content{background:#fff;-webkit-box-shadow:0 0 30px 0 rgba(0,0,0,.1);box-shadow:0 0 30px 0 rgba(0,0,0,.1);margin:0 1.875rem 1.875rem;padding:1.75rem;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.jltma-post-content-gradient-bg .jltma-post-entry-meta span,.jltma-post-meta-icon-with-details .jltma-post-entry-meta span,.jltma-post-meta-with-icon .jltma-post-entry-meta span{padding-right:10px}.jltma-post-content-gradient-bg .jltma-post-entry-meta span:before,.jltma-post-meta-icon-with-details .jltma-post-entry-meta span:before,.jltma-post-meta-with-icon .jltma-post-entry-meta span:before{display:none}.jltma-post-content-gradient-bg .jltma-entry-title,.jltma-post-meta-with-icon .jltma-entry-title{color:#4b00e7;font-size:18px;line-height:1.5;margin-bottom:0}.jltma-post-meta-with-icon .jltma-entry-title a{color:#4b00e7}.jltma-post-content-gradient-bg{position:relative}.jltma-post-content-gradient-bg .jltma-post-content{background-image:-moz-linear-gradient(0deg,#643df3 0,#9b3fd5 100%);background-image:-webkit-linear-gradient(0deg,#643df3,#9b3fd5);background-image:-ms-linear-gradient(0deg,#643df3 0,#9b3fd5 100%);bottom:1.875rem;display:inline-table;left:1.875rem;margin-top:0;padding:1.75rem;position:absolute;right:1.875rem;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.jltma-post-content-gradient-bg .jltma-entry-title,.jltma-post-content-gradient-bg .jltma-entry-title a,.jltma-post-content-gradient-bg .jltma-post-entry-meta,.jltma-post-content-gradient-bg .jltma-post-entry-meta a{color:#fff}.jltma-post-content-gradient-bg-02 .jltma-post-thumbnail{position:relative}.jltma-post-content-gradient-bg-02 .jltma-post-entry-meta span{display:block}.jltma-post-content-gradient-bg-02 .jltma-post-content{border-radius:0;bottom:30px;left:0;margin-top:0;padding:1.3rem 1.875rem;position:absolute}[class*=col]:first-child .jltma-post-content-gradient-bg-02 .jltma-post-content{background-image:-moz-linear-gradient(0deg,#643df3 0,#9b3fd5 100%);background-image:-webkit-linear-gradient(0deg,#643df3,#9b3fd5);background-image:-ms-linear-gradient(0deg,#643df3 0,#9b3fd5 100%)}[class*=col]:nth-child(2) .jltma-post-content-gradient-bg-02 .jltma-post-content{background-image:-moz-linear-gradient(0deg,#3d9ff3 0,#3fd5cc 100%);background-image:-webkit-linear-gradient(0deg,#3d9ff3,#3fd5cc);background-image:-ms-linear-gradient(0deg,#3d9ff3 0,#3fd5cc 100%)}[class*=col]:nth-child(3) .jltma-post-content-gradient-bg-02 .jltma-post-content{background-image:-moz-linear-gradient(0deg,#f33d82 0,#d5b43f 100%);background-image:-webkit-linear-gradient(0deg,#f33d82,#d5b43f);background-image:-ms-linear-gradient(0deg,#f33d82 0,#d5b43f 100%)}[class*=col]:nth-child(4) .jltma-post-content-gradient-bg-02 .jltma-post-content{background-image:-moz-linear-gradient(0deg,#539cb7 0,#7954f1 100%);background-image:-webkit-linear-gradient(0deg,#539cb7,#7954f1);background-image:-ms-linear-gradient(0deg,#539cb7 0,#7954f1 100%)}.jltma-post-content-gradient-bg-02 .jltma-entry-title,.jltma-post-content-gradient-bg-02 .jltma-entry-title a{color:#fff;font-size:14px;margin:0}[class*=jltma-blog-list] .jltma-post-entry-meta span:before{display:none}[class*=jltma-blog-list] .jltma-post-btn{background-color:#4b00e7;border-radius:3rem;color:#fff;display:inline-block;line-height:50px;margin-top:2.125rem;padding:0 1.75rem}.jltma-blog-list-default .jltma-post-entry-meta{margin:6px 0 4px}.jltma-blog-list-meta-bg{-webkit-box-shadow:0 0 30px 0 rgba(0,0,0,.1);box-shadow:0 0 30px 0 rgba(0,0,0,.1);padding:1.875rem}.jltma-blog-list-meta-bg .jltma-entry-title{font-size:1.5rem}.jltma-blog-list-meta-bg .jltma-post-entry-meta{color:#fefefe;margin-top:1rem}.jltma-blog-list-meta-bg .jltma-post-entry-meta span{float:left;margin-right:5px;padding:3px 7px}.jltma-blog-list-meta-bg .jltma-post-entry-meta span:first-child{background-color:#933fd9}.jltma-blog-list-meta-bg .jltma-post-entry-meta span:nth-child(2){background-color:#3fa8d9}.jltma-blog-list-meta-bg .jltma-post-entry-meta span:nth-child(3){background-color:#e45879}.jltma-blog-list-meta-bg .jltma-post-entry-meta a{color:#fefefe}.jltma-blog-list-button-right{-webkit-box-shadow:0 0 30px 0 rgba(0,0,0,.1);box-shadow:0 0 30px 0 rgba(0,0,0,.1)}.jltma-blog-list-button-right .jltma-post-thumbnail img{border-radius:0}.jltma-blog-list-button-right .jltma-post-content{height:100%;margin-top:0;padding:2rem 1.25rem 4rem 0;position:relative}.jltma-blog-list-button-right .jltma-post-btn{border-bottom-right-radius:0;border-top-right-radius:0;bottom:0;float:right;margin-top:0;position:absolute;right:0}.jltma-blog-list-button-right .jltma-entry-title,.jltma-blog-list-content-slide .jltma-entry-title{font-size:1.5rem;margin-top:.5rem}.jltma-blog-list-button-right .jltma-post-entry-meta,.jltma-blog-list-content-slide .jltma-post-entry-meta{color:#78909c;font-family:Damion,cursive;font-size:1.125rem}.jltma-blog-list-button-right .jltma-post-entry-meta span,.jltma-blog-list-content-slide .jltma-post-entry-meta span{padding-right:0}.jltma-blog-list-button-right .jltma-post-entry-meta a,.jltma-blog-list-content-slide .jltma-post-entry-meta a{border-bottom:2px solid #b2c0c7;color:#78909c}.jltma-blog-list-button-right .jltma-post-likes,.jltma-blog-list-content-slide .jltma-post-likes{color:#4b00e7;float:left;font-family:Damion,cursive;font-size:1.5rem}.jltma-blog-list-button-right .jltma-post-likes span,.jltma-blog-list-content-slide .jltma-post-likes span{margin-right:.875rem}.jltma-blog-list-button-right .jltma-post-likes span:last-child,.jltma-blog-list-content-slide .jltma-post-likes span:last-child{margin-right:0}.jltma-blog-list-content-slide .jltma-post-content{border-radius:5px;position:relative;z-index:0}.jltma-blog-list-content-slide .jltma-post-likes{display:inline-block;float:none;margin:6px 0 0 1.875rem}.jltma-blog-list-content-slide .jltma-post-btn{float:left;margin-top:2rem}.jltma-blog-list-thumbnail-hover{margin-bottom:0}.jltma-blog-list-thumbnail-hover .jltma-post-thumbnail{min-height:152px}.jltma-blog-list-thumbnail-hover:hover .jltma-post-content{background:rgba(75,0,231,.5)}.jltma-blog-list-thumbnail-hover:hover .jltma-post-entry-meta span{background:#fff;color:#4b00e7}.jltma-blog-list-thumbnail-bg .jltma-post-thumbnail,.jltma-blog-list-thumbnail-hover .jltma-post-thumbnail{border-radius:0}.jltma-blog-list-thumbnail-bg .jltma-post-content,.jltma-blog-list-thumbnail-hover .jltma-post-content{background:#fff;border-radius:0;border-top:1px dotted #333;display:table;height:100%;left:0;margin-top:0;padding:2.5rem;position:absolute;top:0;-webkit-transition:all .25s ease;transition:all .25s ease;width:100%}.jltma-blog-list-thumbnail-bg .jltma-entry-title,.jltma-blog-list-thumbnail-hover .jltma-entry-title{-webkit-box-flex:1;-ms-flex:1;flex:1;font-size:1.875rem;vertical-align:top}.jltma-blog-list-thumbnail-bg .jltma-entry-title a,.jltma-blog-list-thumbnail-hover .jltma-entry-title a{-webkit-text-fill-color:transparent;background:-webkit-linear-gradient(0deg,#643df3,#9b3fd5);background:-moz-linear-gradient(0deg,#643df3 0,#9b3fd5 100%);background:-ms-linear-gradient(0deg,#643df3 0,#9b3fd5 100%);-webkit-background-clip:text;-webkit-transition:all .25s ease;transition:all .25s ease}.jltma-blog-list-thumbnail-bg .jltma-post-entry-meta,.jltma-blog-list-thumbnail-hover .jltma-post-entry-meta{margin-top:0;width:inherit}.jltma-blog-list-thumbnail-bg .jltma-post-entry-meta span,.jltma-blog-list-thumbnail-hover .jltma-post-entry-meta span{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;background:#4b00e7;border-radius:5px;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;float:left;font-size:10px;height:64px;justify-content:center;margin:0 25px 0 0;padding:5px;text-align:center;text-transform:uppercase;-webkit-transition:all .25s ease;transition:all .25s ease;vertical-align:middle;width:64px}.jltma-blog-list-thumbnail-bg .jltma-post-entry-meta span span,.jltma-blog-list-thumbnail-hover .jltma-post-entry-meta span span{background:0 0;display:inline-block;float:none;height:inherit;line-height:1;margin:0;width:inherit}.jltma-blog-list-thumbnail-bg .jltma-post-entry-meta a,.jltma-blog-list-thumbnail-hover .jltma-post-entry-meta a{color:#fff;word-break:break-word}.jltma-blog-list-thumbnail-bg .jltma-post-entry-meta i,.jltma-blog-list-thumbnail-hover .jltma-post-entry-meta i{display:none}.jltma-blog-list-thumbnail-bg .jltma-post-entry-meta .jltma-post-date span,.jltma-blog-list-thumbnail-hover .jltma-post-entry-meta .jltma-post-date span{display:block;font-size:18px}.jltma-blog-list-thumbnail-bg .jltma-blog-entry-container,.jltma-blog-list-thumbnail-hover .jltma-blog-entry-container{-webkit-box-align:start;-ms-flex-align:start;-webkit-box-orient:vertical;-webkit-box-direction:normal;align-items:flex-start;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.jltma-blog-list-thumbnail-bg:hover .jltma-entry-title,.jltma-blog-list-thumbnail-bg:hover .jltma-entry-title a,.jltma-blog-list-thumbnail-hover:hover .jltma-entry-title,.jltma-blog-list-thumbnail-hover:hover .jltma-entry-title a{-webkit-text-fill-color:transparent;background:-webkit-linear-gradient(0deg,#fff,#fff);background:-moz-linear-gradient(0deg,#fff 0,#fff 100%);background:-ms-linear-gradient(0deg,#fff 0,#fff 100%);-webkit-background-clip:text}.jltma-blog-list-thumbnail-bg .jltma-post-thumbnail{position:relative;z-index:0}.jltma-blog-list-thumbnail-bg .jltma-post-thumbnail:before{background:#4b00e7;content:"";height:100%;left:0;opacity:0;position:absolute;top:0;-webkit-transition:all .25s ease;transition:all .25s ease;width:100%;z-index:-1}.jltma-blog-list-thumbnail-bg .jltma-post-link:after,.jltma-blog-list-thumbnail-bg .jltma-post-link:before{background:#fff;content:"";left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-transition:all .25s ease;transition:all .25s ease;z-index:-1}.jltma-blog-list-thumbnail-bg .jltma-post-link:after{height:0;width:1px}.jltma-blog-list-thumbnail-bg .jltma-post-link:before{height:1px;width:0}.jltma-blog-list-thumbnail-bg .jltma-post-content{background:0 0;border-top:0;bottom:0;height:inherit;position:absolute;top:inherit}.jltma-blog-list-thumbnail-bg .jltma-post-entry-meta{color:#4b00e7}.jltma-blog-list-thumbnail-bg .jltma-entry-title,.jltma-blog-list-thumbnail-bg .jltma-entry-title a{color:#fff}.jltma-blog-list-thumbnail-bg:hover .jltma-post-thumbnail:before{opacity:.85;z-index:1}.jltma-blog-list-thumbnail-bg:hover .jltma-post-link:after{height:11rem}.jltma-blog-list-thumbnail-bg:hover .jltma-post-link:before{width:11rem}.jltma-blog-list-thumbnail-bg:hover .jltma-post-link:after,.jltma-blog-list-thumbnail-bg:hover .jltma-post-link:before{z-index:2}.jltma-blog-list-thumbnail-bg:hover .jltma-post-content{opacity:0;z-index:-1}.jltma-post-corner-content .container{position:relative}.jltma-post-corner-content .jltma-post-content{background:#fff;padding:15px}.jltma-post-corner-content .jltma-entry-title{color:#4b00e7;line-height:26px}.jltma-post-corner-content .jltma-entry-title a{color:#4b00e7}.jltma-post-corner-content .jltma-post-entry-meta span{padding-right:10px}.jltma-post-corner-content .jltma-post-entry-meta span:before{display:none}.jltma-blog-list-thumbnail-nav-hover .jltma-post-thumbnail{position:relative}.jltma-blog-list-thumbnail-nav-hover .jltma-post-content{height:100%;left:0;margin-top:0;padding:1.875rem;position:absolute;top:0;width:100%}.jltma-blog-list-thumbnail-nav-hover .jltma-blog-entry-container{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.jltma-blog-list-thumbnail-nav-hover a,.jltma-blog-list-thumbnail-nav-hover h1,.jltma-blog-list-thumbnail-nav-hover h2,.jltma-blog-list-thumbnail-nav-hover h3,.jltma-blog-list-thumbnail-nav-hover h4,.jltma-blog-list-thumbnail-nav-hover h5,.jltma-blog-list-thumbnail-nav-hover h6,.jltma-blog-list-thumbnail-nav-hover p{color:transparent;text-shadow:0 0 10px hsla(0,0%,100%,.9)}.jltma-blog-list-thumbnail-nav-hover:hover .jltma-blog-post-content-wrap,.jltma-blog-list-thumbnail-nav-hover:hover a,.jltma-blog-list-thumbnail-nav-hover:hover h1,.jltma-blog-list-thumbnail-nav-hover:hover h2,.jltma-blog-list-thumbnail-nav-hover:hover h3,.jltma-blog-list-thumbnail-nav-hover:hover h4,.jltma-blog-list-thumbnail-nav-hover:hover h5,.jltma-blog-list-thumbnail-nav-hover:hover h6,.jltma-blog-list-thumbnail-nav-hover:hover p{color:#fff;text-shadow:none}.jltma-swiper__pagination.jltma-swiper__pagination--horizontal{text-align:center}.jltma-swiper__pagination--horizontal .swiper-pagination-bullet:first-child{margin-left:0!important}.jltma-swiper__pagination.jltma-swiper__pagination--outside{margin-top:15px;position:static}.jltma-swiper__pagination.jltma-swiper__pagination--inside{bottom:10px;width:100%}.swiper-pagination-bullet{margin:0 3px}.cards.jltma-post-absolute-bottom-content .jltma-post-content,.cards.jltma-post-absolute-bottom-content-02 .jltma-post-content{background-color:rgba(0,0,0,.5)}@media (min-width:768px){.jltma-blog-list-default .jltma-post-content{margin-top:0;padding-left:1rem}.jltma-blog-list-content-slide .jltma-post-content{background-color:#fff;-webkit-box-shadow:0 0 30px 0 rgba(0,0,0,.2);box-shadow:0 0 30px 0 rgba(0,0,0,.2);height:100%;margin-top:0;padding:1.875rem 1.25rem 1rem 0;position:relative;-webkit-transform:translateY(30px);-ms-transform:translateY(30px);transform:translateY(30px);width:100%;z-index:0}.jltma-blog-list-content-slide [class*=col]:first-child{padding-right:0}.jltma-blog-list-content-slide [class*=col]:nth-child(2){padding-left:0}.jltma-blog-list-content-slide .jltma-post-content:before{background-color:#fff;border-radius:5px;content:"";height:100%;left:-13px;position:absolute;top:0;-webkit-transform:translateX(-30px);-ms-transform:translateX(-30px);transform:translateX(-30px);width:100%;z-index:-1}.jltma-post-corner-content .jltma-post-content{bottom:0;display:inline-table;margin-top:0;max-width:555px;padding:5% 1.875rem;position:absolute;right:0;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}}@media (max-width:767px){.jltma-blog-list-meta-bg{padding:15px}.jltma-blog-list-button-right .jltma-entry-title,.jltma-blog-list-content-slide .jltma-entry-title,.jltma-blog-list-meta-bg .jltma-entry-title,.jltma-blog-list-thumbnail-bg .jltma-entry-title,.jltma-blog-list-thumbnail-hover .jltma-entry-title{font-size:16px}.jltma-post-entry-meta span{margin-bottom:5px}.jltma-blog-list-thumbnail-bg .jltma-post-entry-meta span,.jltma-blog-list-thumbnail-hover .jltma-post-entry-meta span,.jltma-post-entry-meta span span{margin-bottom:0}.jltma-blog-list-button-right .jltma-post-content{padding:15px 15px 4rem}.jltma-blog-list-thumbnail-bg .jltma-post-content,.jltma-blog-list-thumbnail-hover .jltma-post-content{padding:15px}.jltma-blog-list-thumbnail-bg .jltma-post-entry-meta,.jltma-blog-list-thumbnail-hover .jltma-post-entry-meta{margin-right:10px}.jltma-post-corner-content .jltma-post-content{padding:0}.jltma-post-corner-content .jltma-entry-title{line-height:23px}.jltma-post-corner-content .jltma-post-entry-meta span{padding-right:3px}}.jltma-timeline{display:inline-block;margin:0 auto;max-width:100%;position:relative;width:100%}.jltma-timeline .jltma-timeline__line{background-color:#f7f7f7}.jltma-timeline .jltma-timeline__line__inner{background-color:#54595f;height:20%;width:100%}.jltma-timeline .timeline-item{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;display:-webkit-box;display:-ms-flexbox;display:flex}.jltma-timeline .timeline-item__meta-wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;padding:0 10px}.jltma-timeline .timeline-item__card__arrow:after{border-bottom:10px solid transparent;border-top:10px solid transparent;content:"";height:0;position:absolute;width:0}.jltma-timeline .timeline-item__card-wrapper,.jltma-timeline .timeline-item__meta-wrapper{max-width:100%;position:relative}.jltma-timeline .timeline-item__content-wrapper{background-color:#f7f7f7;border-radius:5px;overflow:hidden;padding:1.875rem}.jltma-timeline .jltma-timeline__item{margin-bottom:20px}.jltma-timeline .jltma-timeline-entry-thimbnail{border-radius:5px;margin-bottom:30px}.jltma-timeline .jltma-timeline-entry-thimbnail img{border-radius:5px}.jltma-timeline .jltma-timeline-post-mini-thumb,.jltma-timeline .jltma-timeline-post-type-icon{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;background-color:#4b00e7;border-radius:50%;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;height:64px;justify-content:center;overflow:hidden;padding:6px;-webkit-transition:all .25s ease;transition:all .25s ease;width:64px}.jltma-timeline .jltma-timeline-post-mini-thumb img,.jltma-timeline .jltma-timeline-post-type-icon img{height:65px;width:auto}.jltma-timeline .jltma-timeline-post-mini-thumb svg,.jltma-timeline .jltma-timeline-post-type-icon svg{fill:#fff;height:20px;width:20px}.jltma-timeline .jltma-timeline-post-type-icon:hover{-webkit-animation:none;animation:none}.jltma-timeline .timeline-item__card__arrow{height:40px;position:absolute;top:0;width:10px}.jltma-timeline.jltma-timeline--horizontal{margin:0 -15px;padding-top:2.5rem}.jltma-timeline.jltma-timeline--horizontal .jltma-timeline__line{height:4px;margin-left:15px!important;top:0!important;-webkit-transform:none!important;-ms-transform:none!important;transform:none!important;width:calc(100% - 30px)!important}.jltma-timeline.jltma-timeline--horizontal .jltma-timeline__line .jltma-timeline__line__inner{height:4px!important}.jltma-timeline.jltma-timeline--horizontal .jltma-timeline__item{float:left;padding:0 15px;position:relative;width:50%}.jltma-timeline.jltma-timeline--horizontal .jltma-timeline__item .timeline-item__point{left:50%;position:absolute;top:-20px;-webkit-transform:translate(-50%,-100%);-ms-transform:translate(-50%,-100%);transform:translate(-50%,-100%)}.jltma-timeline.jltma-timeline--horizontal .jltma-timeline__item .jltma-icon{margin:0 auto}.jltma-timeline.jltma-timeline--horizontal .jltma-timeline__item .timeline-item__card-wrapper{margin-left:0}.jltma-timeline.jltma-timeline--horizontal .jltma-timeline__item .timeline-item__card-wrapper .timeline-item__card__arrow{left:50%;margin-left:-5px;top:-5px;-webkit-transform:translateY(-50%) rotate(90deg);-ms-transform:translateY(-50%) rotate(90deg);transform:translateY(-50%) rotate(90deg)}.jltma-timeline .timeline-item__card-wrapper .timeline-item__meta{display:none}.jltma-center-vertical,.jltma-timeline .timeline-item__card__arrow:after{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}@media (min-width:1025px){.jltma-timeline-animate .jltma-timeline .timeline-item__card{visibility:hidden}.jltma-timeline-animate .jltma-timeline .timeline-item.bounce-in .timeline-item__card,.jltma-timeline-animate .jltma-timeline .timeline-item.bounce-in .timeline-item__meta{visibility:visible}.jltma-timeline-animate .jltma-timeline .timeline-item__meta{visibility:hidden}.jltma-timeline-animate .jltma-timeline .timeline-item.bounce-in .timeline-item__card{-webkit-animation:cd-bounce-odd 1s;animation:cd-bounce-odd 1s}.jltma-timeline-animate .jltma-timeline .timeline-item.bounce-in .timeline-item__meta{-webkit-animation:cd-bounce-even 1s;animation:cd-bounce-even 1s}.jltma-timeline-animate .jltma-timeline .timeline-item:nth-child(2n).bounce-in .timeline-item__card{-webkit-animation:cd-bounce-even 1s;animation:cd-bounce-even 1s}.jltma-timeline-animate .jltma-timeline .timeline-item:nth-child(2n).bounce-in .timeline-item__meta{-webkit-animation:cd-bounce-odd 1s;animation:cd-bounce-odd 1s}[class*=jltma-timeline-align-] .jltma-timeline .timeline-item__card,[class*=jltma-timeline-align-] .jltma-timeline .timeline-item__meta{visibility:visible}.jltma-timeline-align--center .jltma-timeline .timeline-item__card__arrow:after{border-left-color:#f7f7f7;border-right-color:#f7f7f7}.jltma-timeline-align--center .jltma-timeline .timeline-item__point{-ms-flex-negative:0;-webkit-box-flex:0;-ms-flex-positive:0;-webkit-box-ordinal-group:2;-ms-flex-order:1;flex-grow:0;flex-shrink:0;order:1}.jltma-timeline-align--center .jltma-timeline .timeline-item__meta-wrapper{-webkit-box-pack:end;-ms-flex-pack:end;-webkit-box-ordinal-group:1;-ms-flex-order:0;justify-content:flex-end;order:0}.jltma-timeline-align--center .jltma-timeline .timeline-item__card-wrapper{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;padding-left:15px}.jltma-timeline-align--center .jltma-timeline .timeline-item__card-wrapper,.jltma-timeline-align--center .jltma-timeline .timeline-item__meta-wrapper{-webkit-box-flex:1;-ms-flex-positive:1;-ms-flex-preferred-size:50%;flex-basis:50%;flex-grow:1}.jltma-timeline-align--center .jltma-timeline .timeline-item__meta{margin-right:10px}.jltma-timeline-align--center .jltma-timeline .timeline-item:nth-child(odd) .timeline-item__card__arrow{left:5px}.jltma-timeline-align--center .jltma-timeline .timeline-item:nth-child(odd) .timeline-item__card__arrow:after{border-right-style:solid;border-right-width:10px}.jltma-timeline-align--center .jltma-timeline .timeline-item:nth-child(odd) .timeline-item__meta{text-align:right}.jltma-timeline-align--center .jltma-timeline .timeline-item:nth-child(2n){-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.jltma-timeline-align--center .jltma-timeline .timeline-item:nth-child(2n) .timeline-item__meta-wrapper{-webkit-box-orient:initial;-webkit-box-direction:initial;-webkit-box-pack:start;-ms-flex-pack:start;-ms-flex-direction:initial;flex-direction:row;justify-content:flex-start}.jltma-timeline-align--center .jltma-timeline .timeline-item:nth-child(2n) .timeline-item__meta{margin-left:10px}.jltma-timeline-align--center .jltma-timeline .timeline-item:nth-child(2n) .timeline-item__card-wrapper{padding-left:0;padding-right:15px}.jltma-timeline-align--center .jltma-timeline .timeline-item:nth-child(2n) .timeline-item__card__arrow{right:8px}.jltma-timeline-align--center .jltma-timeline .timeline-item:nth-child(2n) .timeline-item__card__arrow:after{border-left-style:solid;border-left-width:10px}.jltma-timeline-align--center .jltma-timeline .jltma-timeline__line{left:50%}.jltma-timeline-align--overlay .jltma-timeline .timeline-item{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-direction:column;flex-direction:column}.jltma-timeline-align--overlay .jltma-timeline .timeline-item__meta,.jltma-timeline-align--overlay .jltma-timeline .timeline-item__point{margin-bottom:12px}.jltma-timeline-align--overlay .jltma-timeline .timeline-item__meta-wrapper{display:none}.jltma-timeline-align--overlay .jltma-timeline .jltma-timeline__line{left:50%}.jltma-timeline-align--left .jltma-timeline{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.jltma-timeline-align--left .jltma-timeline__line{left:0;margin-left:20px}.jltma-timeline-align--left .timeline-item{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.jltma-timeline-align--left .timeline-item__meta-wrapper{display:none}.jltma-timeline-align--left .timeline-item__card-wrapper{-webkit-box-flex:1;-ms-flex-positive:1;-webkit-box-ordinal-group:2;-ms-flex-order:1;flex-grow:1;order:1}.jltma-timeline-align--left .timeline-item__card__arrow{left:-10px}.jltma-timeline-align--left .timeline-item__card__arrow:after{border-right:10px solid #f7f7f7}.jltma-timeline-align--left .timeline-item__card-wrapper{margin-left:20px}.jltma-timeline-align--right .jltma-timeline .jltma-timeline__line{left:auto;margin-right:20px;right:0;-webkit-transform:translateX(50%);-ms-transform:translateX(50%);transform:translateX(50%)}.jltma-timeline-align--right .jltma-timeline .timeline-item{-webkit-box-pack:end;-ms-flex-pack:end;-ms-flex-wrap:nowrap;flex-wrap:nowrap;justify-content:flex-end}.jltma-timeline-align--right .jltma-timeline .timeline-item__point{-webkit-box-ordinal-group:3;-ms-flex-order:2;margin-right:0!important;order:2}.jltma-timeline-align--right .jltma-timeline .timeline-item__meta{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.jltma-timeline-align--right .jltma-timeline .timeline-item__meta-wrapper{display:none}.jltma-timeline-align--right .jltma-timeline .timeline-item__card-wrapper{-webkit-box-flex:1;-ms-flex-positive:1;-webkit-box-ordinal-group:2;-ms-flex-order:1;flex-grow:1;order:1}.jltma-timeline-align--right .jltma-timeline .timeline-item__card__arrow{right:-10px}.jltma-timeline-align--right .jltma-timeline .timeline-item__card__arrow:after{border-left:10px solid #f7f7f7}.jltma-timeline-align--right .jltma-timeline .timeline-item__card-wrapper{margin-right:10px}.jltma-timeline-align--right .jltma-timeline .timeline-item__meta{margin-bottom:12px}.jltma-timeline-cards-align--middle .jltma-timeline .timeline-item{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.jltma-timeline-cards-align--middle .jltma-timeline .timeline-item__card__arrow{position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.jltma-timeline-cards-align--bottom .jltma-timeline .timeline-item{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.jltma-timeline-cards-align--bottom .jltma-timeline .timeline-item__card__arrow{bottom:0;top:auto}}.active .jltma-timeline-post-type-icon i{color:#f7f7f7}.jltma-timeline-entry-title{color:#333;font-size:18px;line-height:28px;margin-top:-7px}.jltma-timeline-entry-title a{color:#333}.jltma-blog-timeline-post article p{color:#78909c}.jltma-blog-timeline-post .jltma-post-btn{background-color:#4b00e7;border-radius:3rem;color:#fff;display:inline-block;font-size:13px;font-weight:500;line-height:50px;margin-top:.5rem;padding:0 1.5rem}.jltma-blog-timeline-post .jltma-post-btn i{margin-left:5px}.jltma-timeline.solid-bg-color .hexagon{background-color:#f7f7f7;border-left:3px solid #7f49f0;border-right:3px solid #7f49f0;display:inline-block;height:16px;position:relative;top:2px;width:25px}.jltma-timeline.solid-bg-color .hexagon:after,.jltma-timeline.solid-bg-color .hexagon:before{background-color:inherit;content:"";height:18px;left:1px;position:absolute;-webkit-transform:scaleY(.5774) rotate(-45deg);-ms-transform:scaleY(.5774) rotate(-45deg);transform:scaleY(.5774) rotate(-45deg);width:18px;z-index:1}.jltma-timeline.solid-bg-color .hexagon:before{border-right:4px solid #7f49f0;border-top:4px solid #7f49f0;top:-9px}.jltma-timeline.solid-bg-color .hexagon:after{border-bottom:4px solid #7f49f0;border-left:4px solid #7f49f0;bottom:-9px}.jltma-timeline-post-inner{position:static}.jltma-timeline-horz-pointer{margin-bottom:20px;min-height:19px;position:relative;text-align:center;z-index:0}.jltma-timeline.solid-bg-color .jltma-timeline-horz-pointer:before{background-color:#7f49f0;content:"";height:4px;left:15px;margin-top:-2px;position:absolute;top:50%;width:calc(100% + 30px);z-index:-1}.jltma-timeline.solid-bg-color .jltma-blog-timeline-post article{margin-left:0;margin-right:0}.jltma-timeline__line{background-color:#f7f7f7;position:absolute}.jltma-timeline .jltma-timeline__line{bottom:0;top:0;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:4px;z-index:-1}.jltma-timeline-align--left .jltma-timeline{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.jltma-timeline-align--left .jltma-timeline .jltma-timeline__line{left:0;margin-left:20px}.jltma-timeline-align--left .jltma-timeline .timeline-item{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.jltma-timeline-align--left .jltma-timeline .timeline-item__point{margin-left:0!important}.jltma-timeline-align--left .jltma-timeline .timeline-item__meta-wrapper{display:none}.jltma-timeline-align--left .jltma-timeline .timeline-item__meta{margin-bottom:12px}.jltma-timeline-align--left .jltma-slider__item{text-align:left}.jltma-timeline-align--left .jltma-slider__item .jltma-timeline-horz-pointer{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.jltma-timeline-align--center .jltma-slider__item{text-align:center}.jltma-timeline-align--center .jltma-slider__item .jltma-timeline-horz-pointer{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.jltma-timeline-align--right .jltma-slider__item{text-align:right}.jltma-timeline-align--right .jltma-slider__item .jltma-timeline-horz-pointer{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.jltma-timeline .timeline-item__point__text{font-size:1em}.jltma-timeline .timeline-item__card{background-color:transparent;display:block;padding:0;position:relative}.elementor-widget-ma-timeline .timeline-item.is--focused .timeline-item__point{background-color:transparent}.jltma-timeline-slider .jltma-slider__item{padding:0 15px}.jltma-timeline-slider .jltma-slider__item .jltma-timeline-horz-pointer{display:-webkit-box;display:-ms-flexbox;display:flex}.jltma-timeline-post-date{display:inline-block}@media (max-width:1024px){.jltma-timeline .jltma-timeline__line{left:20px}.timeline-item__meta-wrapper{display:none!important}.timeline-item__card-wrapper .timeline-item__meta{display:block!important}}.jltma-business-hour .jltma-business-hour-content{border-radius:5px}.jltma-business-hour ol,.jltma-business-hour ul{display:inline-block;margin:0;padding:0;width:100%}.jltma-business-hour li{color:#78909c;float:left;font-size:15px;font-weight:500;line-height:24px;list-style:none;margin:1px 0;padding:8px 15px;position:relative;width:100%;z-index:0}.jltma-business-hour li time{position:relative}.jltma-business-hour li time:first-child{padding-right:20px}.jltma-business-hour li time:first-child:before{content:"-";position:absolute;right:8px;top:-3px}.jltma-business-hour .jltma-business-hour-title{font-size:1.4rem;font-weight:700;margin-bottom:1rem;text-align:center;text-transform:uppercase}.jltma-business-hour .closed,.jltma-business-hour .happy-time{color:#e92d5c}.jltma-business-hour .jltma-business-hour-btn{display:inline-block}.jltma-business-hour.style-default .jltma-business-hour-content{margin:0 auto;max-width:500px}.jltma-business-hour.style-default li span{padding:0 3px}.jltma-business-hour.style-default li:before{border:1px dotted #78909c;content:"";height:1px;left:50%;margin:-.5px 0 0 -50px;position:absolute;top:50%;width:100px;z-index:-1}.jltma-business-hour.solid-bg-color .jltma-business-hour-content{-webkit-box-shadow:0 0 20px 0 rgba(0,0,0,.1);box-shadow:0 0 20px 0 rgba(0,0,0,.1);padding:3rem 2.5rem}.jltma-business-hour.solid-bg-color li{border-bottom:2px solid #eceff1;padding:8px 0 9px}.jltma-business-hour.solid-bg-color li:first-child{padding-top:0}.jltma-business-hour.solid-bg-color li i{color:#4b00e7;margin-right:5px}.jltma-business-hour.content-corner-btn li:last-child,.jltma-business-hour.solid-bg-color li:last-child{border-bottom:none;padding-bottom:0}.jltma-business-hour.content-bg-image .jltma-business-hour-content{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;padding:3rem 15px 4rem}.jltma-business-hour.content-bg-image li{text-align:center}.jltma-business-hour.content-bg-image .jltma-business-duration{font-weight:600}.jltma-business-hour.content-bg-image li span,.jltma-business-hour.table-reservation li span{float:none!important}.jltma-business-hour.content-corner-btn [class*=col],.jltma-business-hour.table-reservation [class*=col]{padding:0}.jltma-business-hour.content-corner-btn .jltma-row{margin:0}.jltma-business-hour.content-corner-btn .jltma-business-hour-content{background:#fff;-webkit-box-shadow:0 0 20px 0 rgba(0,0,0,.1);box-shadow:0 0 20px 0 rgba(0,0,0,.1);height:100%;padding:3.75rem 2.8125rem;position:relative}.jltma-business-hour.content-corner-btn .jltma-business-hour-title{text-align:left}.jltma-business-hour.content-corner-btn li{border-bottom:2px solid #eceff1;font-weight:600;padding:8px 0 9px}.jltma-business-hour.content-corner-btn .jltma-business-hour-content-bottom{bottom:0;color:#4b00e7;font-size:18px;font-weight:700;left:0;padding-left:2.8125rem;position:absolute;width:100%}.jltma-business-hour.content-corner-btn .jltma-business-hour-content-bottom span{padding-top:13px}.jltma-business-hour.content-corner-btn .jltma-business-hour-btn{background:#4b00e7;border-bottom-left-radius:3rem;border-top-left-radius:3rem;color:#fff;font-size:13px;font-weight:500;line-height:55px;padding:0 1.5rem;text-transform:capitalize}.jltma-business-hour.table-reservation .jltma-row{-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0}.jltma-business-hour.table-reservation img{border-radius:5px}.jltma-business-hour.table-reservation .jltma-business-hour-content{background:#fff;border-radius:5px;border-bottom-left-radius:0;border-bottom-right-radius:0;-webkit-box-shadow:0 0 20px 0 rgba(0,0,0,.1);box-shadow:0 0 20px 0 rgba(0,0,0,.1);text-align:center}.jltma-business-hour.table-reservation .jltma-business-hour-content-details{padding-bottom:1.5rem}.jltma-business-hour.table-reservation .jltma-business-reservation-title{background:#383844;border-top-left-radius:5px;border-top-right-radius:5px;color:#fff;font-size:20px;margin:0;padding:1.5rem 1rem;text-transform:uppercase}.jltma-business-hour.table-reservation .jltma-business-hour-title{margin:2rem 0 1rem}.jltma-business-hour.table-reservation .jltma-business-hour-list{font-weight:600;padding:0}.jltma-business-hour.table-reservation .jltma-business-hour-btn{background:#4b00e7;border-radius:5px;border-top-left-radius:0;border-top-right-radius:0;color:#fff;display:inline-block;font-size:16px;font-weight:700;line-height:60px;margin-top:0;text-transform:uppercase;width:100%}.jltma-business-hour.full-bg-image li{border-bottom:1px solid #cfd8dc;font-weight:600;padding:8px 0 9px}.jltma-business-hour.full-bg-image li:last-child{border-bottom:none}.jltma-business-hour.full-bg-image .jltma-business-hour-btn{border-radius:3rem;-webkit-box-shadow:0 0 20px 0 rgba(0,0,0,.1);box-shadow:0 0 20px 0 rgba(0,0,0,.1);display:inline-block;font-size:16px;font-weight:600;line-height:60px;margin-top:1rem;padding:0 2.5rem;text-transform:uppercase}.content-corner-btn .jltma-business-hour-btn{border-bottom-right-radius:0;border-top-right-radius:0}@media (min-width:992px){.jltma-business-hour.table-reservation .jltma-business-hour-content{margin-left:-45px;width:calc(100% + 45px)}}.jltma-toc-header{display:table;margin-bottom:18px;width:100%}.jltma-toc-heading,.jltma-toc-heading a,.jltma-toc-switch{display:table-cell;text-align:left;vertical-align:middle}.jltma-toc-auto-collapse .jltma-toc-header,.jltma-toc-hidden .jltma-toc-header{margin-bottom:0}.jltma-toc-switch .jltma-toc-icon:before{content:"\f106";font-size:20px;height:20px;line-height:20px;text-align:center;width:20px}.jltma-toc-auto-collapse .jltma-toc-switch .jltma-toc-icon:before,.jltma-toc-hidden .jltma-toc-switch .jltma-toc-icon:before{content:"\f107"}.jltma-toc-switch{text-align:right}.jltma-toc-wrapper{display:inline-block;min-width:100%;padding:25px}.jltma-toc-switch{cursor:pointer;margin-left:15px}.jltma-toc-list li{text-align:left}.jltma-toc-list ul:first-child li:first-child{margin-top:0}.jltma-toc-heading,.jltma-toc-heading a{font-size:25px}.jltma-toc-content-wrapper{font-size:16px}.jltma-toc-auto-collapse .jltma-separator-parent,.jltma-toc-auto-collapse .jltma-toc-toggle-content{display:none}.elementor-element.elementor-widget-ma-table-of-contents .jltma-toc-switch{color:inherit}.elementor-element.elementor-widget-ma-table-of-contents .jltma-toc-switch:hover{background-color:inherit}.jltma-toc-content-wrapper ol{counter-reset:item}.jltma-toc-content-wrapper ol li{display:block}.jltma-toc-content-wrapper ol li:before{content:counters(item,".") ". ";counter-increment:item;margin-right:5px}.elementor-element.elementor-widget-ma-table-of-contents{background-color:inherit}.elementor-element.elementor-widget-ma-table-of-contents .jltma-toc-wrapper{color:inherit}.jltma-toc-list-none li{list-style-type:none}.jltma-toc-list-disc.jltma-toc-list ul{list-style-type:circle}.jltma-toc-list{margin:0}.jltma-toc-toggle-content .jltma-toc-list-disc{margin-left:16px}.jltma-toc-main-wrapper li:before{content:""}.jltma-toc-toggle-content,.jltma-toc-toggle-content.show{display:block}.jltma-toc-toggle-content.hide{display:none}.jltma-toc-header{margin-bottom:20px}.jltma-toc-wrapper .jltma-separator{margin-bottom:20px;width:100%}.jltma-scroll-top-icon:before{content:"\f077";font-family:Font Awesome\ 5 Free;font-weight:900;text-decoration:inherit}.jltma-scroll-top-icon{background-color:#6ec1e4;-webkit-border-radius:2px;border-radius:2px;bottom:30px;color:#fff;content:"\f062";cursor:pointer;display:none;font-family:Font Awesome\ 5 Free;font-size:15px;font-size:.8823529412rem;height:2.1em;line-height:2.1;position:fixed;right:30px;text-align:center;width:2.1em;z-index:99}.jltma-scroll-top-icon:focus,.jltma-scroll-top-icon:hover{color:#fff}.jltma-toc__show-scroll.jltma-scroll-top-icon{display:inline}.jltma-toc-empty-note{display:none}.jltma-toc-empty-content .jltma-toc-empty-note{display:block}.jltma-image-filter-gallery-wrapper .jltma-image-filter-nav ul li{background-color:#111;color:#fff;cursor:pointer;display:inline-block;font-size:1em;margin:0 15px 10px;padding:10px 22px;text-decoration:none;text-transform:capitalize}.jltma-image-filter-gallery-wrapper .jltma-image-filter-nav .jltma-tooltip-text{color:#000}.jltma-image-filter-gallery-wrapper .jltma-image-filter-item,.jltma-image-filter-gallery-wrapper .jltma-image-filter-item .jltma-image-hover-thumb{position:relative}.jltma-image-filter-gallery-wrapper .jltma-image-filter-item .jltma-image-hover-thumb img{-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out;vertical-align:bottom}.jltma-image-filter-gallery-wrapper .jltma-image-filter-item .jltma-image-hover-title{display:block;font-size:16px;text-align:center;-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out;width:100%}.jltma-image-filter-gallery-wrapper .jltma-image-filter-item h2{font-weight:300;word-spacing:-.15em}.jltma-image-filter-gallery-wrapper .jltma-image-filter-item h2 span{font-weight:800}.jltma-image-filter-gallery-wrapper .jltma-image-filter-item p{margin:0}.jltma-image-filter-gallery-wrapper .jltma-image-filter-item .jltma-image-hover-content{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;background-color:rgba(0,0,0,.5);display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;height:100%;justify-content:center;left:0;opacity:0;padding:15px;position:absolute;top:0;-webkit-transition:all .25s ease;transition:all .25s ease;width:100%}.jltma-image-filter-gallery-wrapper .jltma-image-filter-item .jltma-fancybox{color:#fff;font-size:20px}.jltma-image-filter-gallery-wrapper .jltma-image-filter-item .jltma-fancybox svg{fill:#fff;height:80px;width:80px}.jltma-image-filter-gallery-wrapper .jltma-image-filter-item .jltma-image-hover-desc{font-size:14px}.jltma-image-filter-gallery-wrapper .jltma-image-filter-item .jltma-image-hover-item-info{left:10px;position:absolute;top:10px;z-index:1}.jltma-image-filter-gallery-wrapper .jltma-image-filter-item .jltma-image-hover-item-info .jltma-label{line-height:1;margin-right:5px;padding:5px 10px}.jltma-image-filter-gallery-wrapper .jltma-image-filter-item .jltma-creative-button{background-color:rgba(51,51,51,0);border:1px solid #fff;border-radius:5px;color:#fff}.jltma-image-filter-gallery-wrapper .jltma-image-filter-item .jltma-creative-button:hover{background-color:#4b00e7;border-color:#4b00e7}.jltma-image-filter-gallery-wrapper .jltma-image-filter-item:hover .jltma-image-hover-content{opacity:1}.jltma-image-filter-gallery-wrapper.jltma-image-ratio-yes .jltma-image-filter-item .jltma-image-hover-thumb{border:0;left:0;overflow:hidden;position:relative;right:0;top:0}.jltma-image-filter-gallery-wrapper.jltma-image-ratio-yes .jltma-image-filter-item .jltma-image-hover-thumb img{display:block;height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;width:100%}.jltma-pricing-tables .jltma-price-table{border-radius:5px;-webkit-box-shadow:0 0 50px 0 rgba(0,0,0,.1);box-shadow:0 0 50px 0 rgba(0,0,0,.1)}.jltma-pricing-tables .jltma-price-table-title{font-size:1.75rem;font-weight:600;margin:0}.jltma-pricing-tables .jltma-price-table-details ol,.jltma-pricing-tables .jltma-price-table-details ul{margin:0;padding:2.5rem 0}.jltma-pricing-tables .jltma-price-table-details ol li,.jltma-pricing-tables .jltma-price-table-details ul li{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;list-style:none;padding:13px 0;text-align:center}.jltma-pricing-tables .jltma-price-table-details ol li i,.jltma-pricing-tables .jltma-price-table-details ul li i{position:relative;width:35px}.jltma-pricing-tables .jltma-price-table-details ol li svg,.jltma-pricing-tables .jltma-price-table-details ul li svg{height:20px;margin-right:8px;width:20px}.jltma-pricing-tables .jltma-price-table-additional_info{font-size:.8em;padding-bottom:1rem;text-align:center}.jltma-pricing-tables .jltma-price-table-btn{border-radius:3rem;color:#fff;cursor:pointer;display:inline-block;font-size:14px;font-weight:600;line-height:40px;text-align:center;text-decoration:none;text-transform:uppercase;width:100%}.jltma-pricing-tables .jltma-price-table-btn:hover{color:#fff;text-decoration:none}.jltma-pricing-tables.default-table .jltma-price-table-bottom{padding:8px 3rem 1.25rem}.jltma-pricing-tables.default-table .jltma-price-table-head,.jltma-pricing-tables.table-left-align .jltma-price-table-head{color:#fff;padding:3.4rem 15px 3rem}.jltma-pricing-tables.default-table .jltma-price-table-title,.jltma-pricing-tables.table-left-align .jltma-price-table-title{color:#fff;text-transform:uppercase}.jltma-pricing-tables.default-table .jltma-price-table-title p,.jltma-pricing-tables.table-left-align .jltma-price-table-title p{color:#fff;margin:0}.jltma-pricing-tables.default-table .jltma-table-price-area,.jltma-pricing-tables.table-left-align .jltma-table-price-area{margin-top:2.5rem}.jltma-pricing-tables.default-table .jltma-table-price-currency,.jltma-pricing-tables.table-left-align .jltma-table-price-currency{font-size:1.25rem;font-weight:700;vertical-align:top}.jltma-pricing-tables.default-table .jltma-table-price-amount,.jltma-pricing-tables.table-active-zoom .jltma-table-price-amount,.jltma-pricing-tables.table-left-align .jltma-table-price-amount{font-size:4rem;font-weight:700;line-height:1}.jltma-pricing-tables.default-table .jltma-price-amount-duration,.jltma-pricing-tables.table-active-zoom .jltma-price-amount-duration,.jltma-pricing-tables.table-left-align .jltma-price-amount-duration{font-size:15px;padding-left:10px;position:relative}.jltma-pricing-tables.default-table .jltma-price-amount-duration:before,.jltma-pricing-tables.table-active-zoom .jltma-price-amount-duration:before,.jltma-pricing-tables.table-left-align .jltma-price-amount-duration:before{content:"/";left:0;position:absolute;top:0}.jltma-pricing-tables.default-table .jltma-price-table-details,.jltma-pricing-tables.table-active-zoom .jltma-price-table-details,.jltma-pricing-tables.table-left-align .jltma-price-table-details{color:#78909c;font-size:15px;font-weight:500;line-height:23px;padding:0 15px}.jltma-pricing-tables.table-bg-image .jltma-price-table-details li,.jltma-pricing-tables.table-bg-pattern .jltma-price-table-details li{-webkit-box-pack:left;-ms-flex-pack:left;-webkit-box-orient:horizontal;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;justify-content:left}.jltma-pricing-tables.table-left-align .jltma-price-table{border-radius:0;-webkit-box-shadow:none;box-shadow:none;margin:0 0 5rem}.jltma-pricing-tables.table-left-align .jltma-price-table-head{border-radius:0;padding:3.4rem 1.875rem 3rem}.jltma-pricing-tables.table-left-align .jltma-price-table-title{text-transform:capitalize}.jltma-pricing-tables.table-left-align [class*=col]:last-child .jltma-price-table-details,.jltma-pricing-tables.table-left-align [class*=col]:last-child .jltma-price-table-head{border-right:0}.jltma-pricing-tables.table-left-align .jltma-table-price-currency{vertical-align:bottom}.jltma-pricing-tables.table-left-align .jltma-table-price-area{margin-top:1rem}.jltma-pricing-tables.table-left-align .jltma-price-amount-duration{display:block;font-weight:500;padding-left:0}.jltma-pricing-tables.table-left-align .jltma-price-table-details{margin:2.8125rem 0;padding:0 2.8125rem}.jltma-pricing-tables.table-left-align .jltma-price-table-details li{-webkit-box-pack:left;-ms-flex-pack:left;justify-content:left}.jltma-pricing-tables.table-left-align .jltma-price-table-bottom{margin-top:2rem;padding:0 0 1.25rem}.jltma-pricing-tables.table-active-zoom .jltma-price-table-details ol,.jltma-pricing-tables.table-active-zoom .jltma-price-table-details ul,.jltma-pricing-tables.table-left-align .jltma-price-table-details ol,.jltma-pricing-tables.table-left-align .jltma-price-table-details ul{margin:0;padding:0}.jltma-pricing-tables.table-active-zoom .jltma-price-table-details ol li,.jltma-pricing-tables.table-active-zoom .jltma-price-table-details ul li,.jltma-pricing-tables.table-left-align .jltma-price-table-details ol li,.jltma-pricing-tables.table-left-align .jltma-price-table-details ul li{list-style:none;padding:8px 0}.jltma-pricing-tables.table-active-zoom .jltma-price-table-btn,.jltma-pricing-tables.table-left-align .jltma-price-table-btn{background-color:#4b00e7;border-radius:5px;text-align:center}.jltma-pricing-tables.table-active-zoom .active{-webkit-transform:scaleY(1.1);-ms-transform:scaleY(1.1);transform:scaleY(1.1)}.jltma-pricing-tables.table-active-zoom .active .jltma-table-inner{-webkit-transform:scaleY(.91);-ms-transform:scaleY(.91);transform:scaleY(.91)}.jltma-pricing-tables.table-active-zoom .active .jltma-table-price-area{background:#fff;color:#393c3f}.jltma-pricing-tables.table-active-zoom .active .jltma-price-table-head p,.jltma-pricing-tables.table-active-zoom .active .jltma-price-table-title{color:#f8f8f9}.jltma-pricing-tables.table-active-zoom .active .jltma-price-table-details li{border-bottom-color:#78baee;color:#f8f8f9}.jltma-pricing-tables.table-active-zoom .active .jltma-price-table-additional_info p{color:#f8f8f9}.jltma-pricing-tables.table-active-zoom .jltma-price-table-head{color:#fff;padding:3.4rem 15px 3rem}.jltma-pricing-tables.table-active-zoom .jltma-price-table-head p{color:#78909c;margin:0}.jltma-pricing-tables.table-active-zoom .active,.jltma-pricing-tables.table-active-zoom .active .jltma-price-table-head{border-radius:0;color:#f8f8f9}.jltma-pricing-tables.table-active-zoom .jltma-price-table-title{color:#393c3f;text-transform:uppercase}.jltma-pricing-tables.table-active-zoom .jltma-table-price-area{background:-moz-linear-gradient(45deg,#3d9ff3 0,#3fd5cc 100%);background:-webkit-linear-gradient(45deg,#3d9ff3,#3fd5cc);background:-ms-linear-gradient(45deg,#3d9ff3 0,#3fd5cc 100%);border-radius:50%;color:#fff;height:200px;margin:2rem auto 0;padding-top:3.4rem;text-align:center;width:200px}.jltma-pricing-tables.table-active-zoom .jltma-price-amount-duration{display:block}.jltma-pricing-tables.table-active-zoom .jltma-table-price-currency{font-size:1.25rem;font-weight:700;vertical-align:bottom}.jltma-pricing-tables.table-active-zoom .jltma-price-table-details{padding:0 15px 3.875rem}.jltma-pricing-tables.table-active-zoom .jltma-price-table-details li{border-bottom:2px solid #e8e8ec}.jltma-pricing-tables.table-active-zoom .jltma-price-table-details li:last-child{border-bottom:none}.jltma-pricing-tables.table-active-zoom .jltma-price-table-bottom,.jltma-pricing-tables.table-bg-image .jltma-price-table-bottom,.jltma-pricing-tables.table-bg-pattern .jltma-price-table-bottom{margin-top:3rem;padding:0 0 1.25rem}.jltma-pricing-tables.table-active-zoom .active .jltma-price-table-btn,.jltma-pricing-tables.table-active-zoom .active .jltma-price-table-btn:hover{background:#fff;color:#4b00e7}.jltma-pricing-tables.table-bg-image .jltma-price-table{border-radius:0}.jltma-pricing-tables.table-bg-image .jltma-table-inner,.jltma-pricing-tables.table-bg-pattern .jltma-table-inner{padding:3.75rem;text-align:left}.jltma-pricing-tables.table-bg-image .header-icon{color:#393c3f;font-size:4rem;margin-bottom:.75rem}.jltma-pricing-tables.table-bg-image .jltma-table-price-area,.jltma-pricing-tables.table-bg-pattern .jltma-table-price-area{color:#393c3f;margin-top:1.2rem}.jltma-pricing-tables.table-bg-image .jltma-table-price-currency,.jltma-pricing-tables.table-bg-pattern .jltma-table-price-currency{font-size:20px;margin:5px 5px 0 0;vertical-align:top}.jltma-pricing-tables.table-bg-image .jltma-table-price-amount,.jltma-pricing-tables.table-bg-pattern .jltma-table-price-amount{font-size:4rem;line-height:1}.jltma-pricing-tables.table-bg-image .jltma-price-amount-duration,.jltma-pricing-tables.table-bg-pattern .jltma-price-amount-duration{font-weight:600}.jltma-pricing-tables.table-bg-image ol,.jltma-pricing-tables.table-bg-image ul,.jltma-pricing-tables.table-bg-pattern ol,.jltma-pricing-tables.table-bg-pattern ul{margin:1.5rem 0;padding:0}.jltma-pricing-tables.table-bg-image li,.jltma-pricing-tables.table-bg-pattern li{color:#78909c;display:inline-block;font-size:15px;line-height:25px;list-style:none;padding:18px 0;position:relative;width:100%}.jltma-pricing-tables.table-bg-image li:before,.jltma-pricing-tables.table-bg-pattern li:before{bottom:0;content:"";left:0;position:absolute;width:45px}.jltma-pricing-tables.table-bg-image li:last-child:before,.jltma-pricing-tables.table-bg-pattern li:last-child:before{display:none}.jltma-pricing-tables.table-bg-image .jltma-price-table-btn,.jltma-pricing-tables.table-bg-pattern .jltma-price-table-btn{background-color:#ffc107;border-radius:5px;color:#393c3f;text-align:center}.jltma-pricing-tables.table-bg-pattern .jltma-price-table{border-radius:15px;overflow:hidden;position:relative;z-index:0}.jltma-pricing-tables.table-bg-pattern .jltma-price-table:before{content:"";height:100%;left:0;max-height:280px;position:absolute;top:-11%;-webkit-transform:skewY(-23deg);-ms-transform:skewY(-23deg);transform:skewY(-23deg);width:100%;z-index:-1}.jltma-pricing-tables.table-bg-pattern .jltma-price-table:after{left:-15px;top:36%;-webkit-transform:rotate(-23deg);-ms-transform:rotate(-23deg);transform:rotate(-23deg)}.jltma-pricing-tables.table-bg-pattern .jltma-price-table:after,.jltma-pricing-tables.table-bg-pattern .jltma-price-table:before{background-color:#83f1af}.jltma-pricing-tables.table-bg-pattern [class*=col]:nth-child(2) .jltma-price-table:after,.jltma-pricing-tables.table-bg-pattern [class*=col]:nth-child(2) .jltma-price-table:before{background-color:#f8a265}.jltma-pricing-tables.table-bg-pattern [class*=col]:nth-child(3) .jltma-price-table:after,.jltma-pricing-tables.table-bg-pattern [class*=col]:nth-child(3) .jltma-price-table:before{background-color:#81d4fa}.jltma-pricing-tables.table-bg-pattern .jltma-price-table:after,.jltma-pricing-tables.table-bg-pattern .jltma-table-inner:after{border-radius:15px;content:"";height:15px;position:absolute;width:125px;z-index:-1}.jltma-pricing-tables.table-bg-pattern .jltma-table-inner{position:relative}.jltma-pricing-tables.table-bg-pattern .jltma-table-inner:after{background-color:#fff;right:-15px;top:15.5%;-webkit-transform:rotate(-23deg);-ms-transform:rotate(-23deg);transform:rotate(-23deg);width:135px}.jltma-pricing-tables.table-bg-pattern .jltma-price-table-details{margin-top:7.5rem}.jltma-pricing-tables.table-bg-pattern li:before{background-color:#cfd8dc}.jltma-pricing-tables.table-bg-pattern .jltma-price-amount-duration:before{top:-2px}.jltma-pricing-tables.table-bg-pattern .jltma-price-table-bottom{margin-top:2.5rem}.jltma-pricing-tables.table-bg-pattern .jltma-price-table-btn{color:#393c3f}.jltma-price-table-original-price{text-decoration:line-through}.jltma-fraction-price{vertical-align:top}.jltma-price-table-ribbon{left:0;position:absolute;right:auto;text-align:center;top:-30px}.jltma-price-table-ribbon-inner{-webkit-box-sizing:border-box;box-sizing:border-box;font-size:13px;font-weight:800;letter-spacing:1px;line-height:2;padding:2px 10px;text-transform:uppercase}.jltma-price-table-ribbon.elementor-ribbon-center{left:50%;right:auto;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.jltma-price-table-ribbon.elementor-ribbon-right{left:auto;right:0}.jltma-price-table-ribbon.elementor-ribbon-justify{left:0;right:0}.jltma-price-table-head{border-top-left-radius:0;border-top-right-radius:0}@media (min-width:768px){.default-table .row{margin:0 -7.5px}.default-table [class*=col]{padding:0 7.5px}.table-active-zoom .row,.table-left-align .row{-webkit-box-shadow:0 0 50px 0 rgba(0,0,0,.1);box-shadow:0 0 50px 0 rgba(0,0,0,.1);margin:0}.table-active-zoom [class*=col],.table-left-align [class*=col]{padding:0}.table-active-zoom .jltma-price-table-details{padding:0 3.875rem 3.875rem}}@media (max-width:1023px){.default-table .jltma-price-table-bottom{padding:8px 0 2.75rem}.default-table .jltma-price-table-head,.table-left-align .jltma-price-table-head{padding:2.4rem 15px 2rem}.default-table .jltma-table-price-area,.table-left-align .jltma-table-price-area{margin-top:1.5rem}.default-table .jltma-price-table-details ol,.default-table .jltma-price-table-details ul{padding:1.5rem 0}.default-table .jltma-price-table-details li{padding:10px 0}.default-table .jltma-table-price-amount,.table-active-zoom .jltma-table-price-amount,.table-left-align .jltma-table-price-amount{font-size:3rem}.table-left-align .jltma-price-table-details{margin:1.5rem 0;padding:0 15px}.table-left-align .jltma-price-table{margin-bottom:3.5rem}.table-active-zoom .jltma-price-table-head{padding:2.4rem 15px 2rem}.table-active-zoom .active{-webkit-transform:scaleY(1.075);-ms-transform:scaleY(1.075);transform:scaleY(1.075)}.table-active-zoom .jltma-price-table-details{padding:0 15px 2.875rem}.table-bg-image .jltma-table-inner,.table-bg-pattern .jltma-table-inner{padding:2.75rem 15px}}.jltma-image-comparison{position:relative}.jltma-image-comparison>img{width:100%}.jltma-image-comparison>img:last-child{position:absolute;top:0}.jltma-image-comparison .twentytwenty-handle{-webkit-animation:jltma-image-comparison-pulse 1s ease-in-out 0s infinite alternate;animation:jltma-image-comparison-pulse 1s ease-in-out 0s infinite alternate;background:#fff}.jltma-image-comparison .twentytwenty-handle .twentytwenty-left-arrow{border-right-color:#4b00e7}.jltma-image-comparison .twentytwenty-handle .twentytwenty-right-arrow{border-left-color:#4b00e7}.jltma-image-comparison .twentytwenty-handle .twentytwenty-down-arrow{border-top-color:#4b00e7}.jltma-image-comparison .twentytwenty-handle .twentytwenty-up-arrow{border-bottom-color:#4b00e7}@-webkit-keyframes jltma-image-comparison-pulse{0%{-webkit-box-shadow:0 0 2px rgba(61,61,61,.8),0 0 0 4px hsla(0,0%,100%,.15);box-shadow:0 0 2px rgba(61,61,61,.8),0 0 0 4px hsla(0,0%,100%,.15)}to{-webkit-box-shadow:0 0 2px rgba(61,61,61,.8),0 0 0 12px hsla(0,0%,100%,.3);box-shadow:0 0 2px rgba(61,61,61,.8),0 0 0 12px hsla(0,0%,100%,.3)}}@keyframes jltma-image-comparison-pulse{0%{-webkit-box-shadow:0 0 2px rgba(61,61,61,.8),0 0 0 4px hsla(0,0%,100%,.15);box-shadow:0 0 2px rgba(61,61,61,.8),0 0 0 4px hsla(0,0%,100%,.15)}to{-webkit-box-shadow:0 0 2px rgba(61,61,61,.8),0 0 0 12px hsla(0,0%,100%,.3);box-shadow:0 0 2px rgba(61,61,61,.8),0 0 0 12px hsla(0,0%,100%,.3)}}.jltma-table th{background:#4b00e7;color:#fff;font-weight:700}.jltma-table td,.jltma-table th{border:1px solid #ccc;font-size:18px;padding:10px;text-align:left}table tbody>tr:nth-child(odd)>td,table tbody>tr:nth-child(odd)>th{background-color:transparent}@media only screen and (max-device-width:768px){.jltma-table{width:100%}.jltma-table,.jltma-table tbody,.jltma-table td,.jltma-table th,.jltma-table thead,.jltma-table tr{display:block}.jltma-table thead tr{left:-9999px;position:absolute;top:-9999px}.jltma-table tr{border:1px solid #ccc}.jltma-table td{border:none;border-bottom:1px solid #eee;padding-left:50%;position:relative}.jltma-table td:before{color:#000;content:attr(data-column);font-weight:700;left:6px;padding-right:10px;position:absolute;top:6px;white-space:nowrap;width:45%}}.jltma-nav-menu__container>ul>li.current_page_item>a,.jltma-nav-menu__container>ul>li.current_page_item>a:hover,.jltma-nav-menu__container>ul>li>a:focus,.jltma-nav-menu__container>ul>li>a:focus:hover{background-color:transparent;color:#2b2929}.jltma-dropdown-item-border-type-default .jltma-nav-menu__container>ul ul>li.current_page_item>a,.jltma-dropdown-item-border-type-default .jltma-nav-menu__container>ul ul>li>a:focus,.jltma-dropdown-item-border-type-default .jltma-nav-menu__container>ul ul>li>a:hover,.jltma-dropdown-item-border-type-default .jltma-nav-menu__dropdown.jltma-menu-dropdown-type-popup>ul ul>li.current_page_item>a,.jltma-dropdown-item-border-type-default .jltma-nav-menu__dropdown.jltma-menu-dropdown-type-popup>ul ul>li.current_page_item>a:hover,.jltma-dropdown-item-border-type-default .jltma-nav-menu__dropdown.jltma-menu-dropdown-type-popup>ul ul>li>a:focus,.jltma-dropdown-item-border-type-default .jltma-nav-menu__dropdown.jltma-menu-dropdown-type-popup>ul ul>li>a:focus:hover,.jltma-dropdown-item-border-type-default .jltma-nav-menu__dropdown.jltma-menu-dropdown-type-popup>ul ul>li>a:hover,.jltma-dropdown-item-border-type-default .jltma-nav-menu__main>ul ul>li:hover>a,.jltma-main-menu-item-border-type-default .jltma-nav-menu__container>ul>li.current_page_item>a,.jltma-main-menu-item-border-type-default .jltma-nav-menu__container>ul>li.current_page_item>a:hover,.jltma-main-menu-item-border-type-default .jltma-nav-menu__container>ul>li>a:focus,.jltma-main-menu-item-border-type-default .jltma-nav-menu__container>ul>li>a:focus:hover,.jltma-main-menu-item-border-type-default .jltma-nav-menu__container>ul>li>a:hover,.jltma-main-menu-item-border-type-default .jltma-nav-menu__dropdown.jltma-menu-dropdown-type-popup>ul>li.current_page_item>a,.jltma-main-menu-item-border-type-default .jltma-nav-menu__dropdown.jltma-menu-dropdown-type-popup>ul>li.current_page_item>a:hover,.jltma-main-menu-item-border-type-default .jltma-nav-menu__dropdown.jltma-menu-dropdown-type-popup>ul>li>a:focus,.jltma-main-menu-item-border-type-default .jltma-nav-menu__dropdown.jltma-menu-dropdown-type-popup>ul>li>a:focus:hover,.jltma-main-menu-item-border-type-default .jltma-nav-menu__dropdown.jltma-menu-dropdown-type-popup>ul>li>a:hover,.jltma-main-menu-item-border-type-default .jltma-nav-menu__main>ul>li:hover>a{border-color:transparent}.jltma-nav-menu__container>ul>li>a{background-color:transparent;border-width:0;color:#818181;font-size:16px;line-height:24px}.jltma-main-menu-item-border-type-default .jltma-nav-menu__container>ul>li>a{border:0 solid transparent}.jltma-nav-menu__container>ul>li>a:hover{background-color:transparent;color:#2b2929}.jltma-nav-menu__container>ul ul{border-width:0}.jltma-nav-menu__container>ul ul>li.current_page_item>a,.jltma-nav-menu__container>ul ul>li>a:focus{background-color:transparent;color:#2b2929}.jltma-nav-menu__container>ul ul>li>a{background-color:transparent;border-width:0;color:#818181;font-size:14px;line-height:22px;padding-left:15px;padding-right:15px}.jltma-dropdown-item-border-type-default .jltma-nav-menu__container>ul ul>li>a{border:0 solid transparent}.jltma-nav-menu__container>ul ul>li>a:hover{background-color:transparent;color:#2b2929}.jltma-nav-menu__container.jltma-nav-menu__dropdown>ul a,.jltma-nav-menu__container.jltma-vertical-type-accordion>ul a,.jltma-nav-menu__container.jltma-vertical-type-toggle>ul a{padding-left:15px;padding-right:15px}.jltma-nav-menu__container.jltma-nav-menu__dropdown>ul li.active+li,.jltma-nav-menu__container.jltma-nav-menu__dropdown>ul ul li.active+li,.jltma-nav-menu__container.jltma-vertical-type-accordion>ul li.active+li,.jltma-nav-menu__container.jltma-vertical-type-accordion>ul ul li.active+li,.jltma-nav-menu__container.jltma-vertical-type-toggle>ul li.active+li,.jltma-nav-menu__container.jltma-vertical-type-toggle>ul ul li.active+li,.jltma-nav-menu__main.jltma-layout-horizontal>ul ul>li:first-child,.jltma-nav-menu__main.jltma-layout-vertical.jltma-vertical-type-accordion>ul>li:first-child,.jltma-nav-menu__main.jltma-layout-vertical.jltma-vertical-type-normal>ul ul>li:first-child,.jltma-nav-menu__main.jltma-layout-vertical.jltma-vertical-type-toggle>ul>li:first-child{border-top:0!important;margin-top:0!important;padding-top:0!important}.jltma-nav-menu__main>ul>li:hover>a{background-color:transparent;border-color:transparent;color:#2b2929}.jltma-nav-menu__main>ul>li>a{padding-bottom:8px;padding-top:8px}.jltma-nav-menu__main>ul ul>li:hover>a{background-color:transparent;color:#2b2929}.jltma-nav-menu__main.jltma-layout-horizontal{background-color:transparent;border-width:0}.jltma-main-menu-border-type-default .jltma-nav-menu__main.jltma-layout-horizontal{border:0 solid transparent}.jltma-nav-menu__main.jltma-layout-vertical{background-color:transparent;border-width:0}.jltma-main-menu-border-type-default .jltma-nav-menu__main.jltma-layout-vertical{border:0 solid transparent}.jltma-nav-menu__dropdown>ul a,.jltma-nav-menu__main.jltma-layout-horizontal>ul ul a,.jltma-nav-menu__main.jltma-layout-horizontal>ul>li>a,.jltma-nav-menu__main.jltma-layout-vertical.jltma-vertical-type-normal>ul ul a,.jltma-nav-menu__main.jltma-layout-vertical.jltma-vertical-type-normal>ul>li>a,.jltma-nav-menu__main.jltma-vertical-type-accordion>ul a,.jltma-nav-menu__main.jltma-vertical-type-side>ul>li>a,.jltma-nav-menu__main.jltma-vertical-type-toggle>ul a{padding-bottom:6px;padding-top:6px}.jltma-nav-menu__main.jltma-layout-horizontal>ul>li ul,.jltma-nav-menu__main.jltma-layout-vertical.jltma-vertical-type-normal>ul>li ul{width:200px}.jltma-nav-menu__main.jltma-layout-horizontal>ul ul,.jltma-nav-menu__main.jltma-layout-vertical.jltma-vertical-type-normal>ul ul{background-color:#fff}.jltma-dropdown-border-type-default .jltma-nav-menu__main.jltma-layout-horizontal>ul ul,.jltma-dropdown-border-type-default .jltma-nav-menu__main.jltma-layout-vertical.jltma-vertical-type-normal>ul ul{border:1px solid transparent;margin-top:-1px}.jltma-nav-menu__main.jltma-vertical-type-accordion>ul,.jltma-nav-menu__main.jltma-vertical-type-toggle>ul{background-color:transparent;padding:0}.jltma-dropdown-border-type-default .jltma-nav-menu__main.jltma-vertical-type-accordion>ul,.jltma-dropdown-border-type-default .jltma-nav-menu__main.jltma-vertical-type-toggle>ul{border:0 solid transparent}.jltma-nav-menu__main.jltma-vertical-type-side>ul{background-color:#fff;border:0 solid #bbb}.jltma-side-box-border-type-default .jltma-nav-menu__main.jltma-vertical-type-side>ul{border-left-width:1px}.jltma-dropdown-absolute-yes .jltma-nav-menu__dropdown{left:0;position:absolute;width:100%}.jltma-dropdown-absolute-position-right.jltma-dropdown-absolute-yes .jltma-nav-menu__dropdown{left:auto;right:0}.jltma-dropdown-absolute-yes .jltma-nav-menu__dropdown.jltma-menu-dropdown-type-default>ul{background-color:#fff}.jltma-nav-menu__dropdown.jltma-menu-dropdown-type-popup{background-color:rgba(0,0,0,.8)}.jltma-nav-menu__dropdown.jltma-menu-dropdown-type-popup>ul{background-color:transparent;border-width:0;display:-webkit-box;display:-ms-flexbox;display:flex}.jltma-dropdown-border-type-default .jltma-nav-menu__dropdown.jltma-menu-dropdown-type-popup>ul{border:0 solid transparent}.jltma-nav-menu__dropdown.jltma-menu-dropdown-type-popup>ul>li.current_page_item>a,.jltma-nav-menu__dropdown.jltma-menu-dropdown-type-popup>ul>li.current_page_item>a:hover,.jltma-nav-menu__dropdown.jltma-menu-dropdown-type-popup>ul>li>a:focus,.jltma-nav-menu__dropdown.jltma-menu-dropdown-type-popup>ul>li>a:focus:hover{background-color:transparent;color:#fff}.jltma-nav-menu__dropdown.jltma-menu-dropdown-type-popup>ul>li>a{background-color:transparent;border-width:0;color:hsla(0,0%,100%,.7);font-size:32px;line-height:40px}.jltma-main-menu-item-border-type-default .jltma-nav-menu__dropdown.jltma-menu-dropdown-type-popup>ul>li>a{border:0 solid transparent}.jltma-nav-menu__dropdown.jltma-menu-dropdown-type-popup>ul>li>a:hover{background-color:transparent;color:#fff}.jltma-nav-menu__dropdown.jltma-menu-dropdown-type-popup>ul ul>li.current_page_item>a,.jltma-nav-menu__dropdown.jltma-menu-dropdown-type-popup>ul ul>li.current_page_item>a:hover,.jltma-nav-menu__dropdown.jltma-menu-dropdown-type-popup>ul ul>li>a:focus,.jltma-nav-menu__dropdown.jltma-menu-dropdown-type-popup>ul ul>li>a:focus:hover{background-color:transparent;color:#fff}.jltma-nav-menu__dropdown.jltma-menu-dropdown-type-popup>ul ul>li>a{background-color:transparent;border-width:0;color:hsla(0,0%,100%,.7);font-size:26px;line-height:34px}.jltma-dropdown-item-border-type-default .jltma-nav-menu__dropdown.jltma-menu-dropdown-type-popup>ul ul>li>a{border:0 solid transparent}.jltma-nav-menu__dropdown.jltma-menu-dropdown-type-popup>ul ul>li>a:hover{background-color:transparent;color:#fff}.jltma-nav-menu__dropdown>ul{background-color:transparent}.jltma-nav-menu__dropdown>ul ul{top:0!important}.jltma-nav-menu__dropdown>ul ul a{border-width:0}.jltma-dropdown-item-border-type-default .jltma-nav-menu__dropdown>ul ul a{border:0 solid transparent}.jltma-nav-menu__container>ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;list-style:none;margin:0;padding:0}.jltma-nav-menu__container>ul:after{content:none!important}.jltma-nav-menu__container>ul li ul{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;border-style:solid;left:0;list-style:none;margin:0;opacity:0;padding:0;position:absolute;-webkit-transition:.3s;transition:.3s;visibility:hidden;z-index:9999}.jltma-nav-menu__container>ul ul.change-dropdown{margin:0;opacity:1;visibility:visible}.jltma-nav-menu__container>ul li{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;margin:0;position:relative}.jltma-nav-menu__container>ul li.jltma-has-megamenu[data-menu-type=full_width]{position:inherit}.jltma-nav-menu__container>ul li.menu-item-has-children:not(.jltma-menu-has-children)>a:after{background-image:url(/wp-content/plugins/master-addons/assets/images/symbols.svg);background-position:-2px -523px;background-repeat:no-repeat;content:"";display:block;display:inline-block;height:11px;margin-top:-3px;position:absolute;right:0;top:50%;width:11px}.jltma-nav-menu__container.jltma-nav-menu__dropdown>ul li ul{position:inherit!important}ul.jltma-dropdown.jltma-sub-menu.dropdown-menu{margin-left:20px!important}.jltma-nav-menu__container>ul li.jltma-default-submenu:hover ul.jltma-dropdown.jltma-sub-menu li ul.jltma-dropdown.jltma-sub-menu,.jltma-nav-menu__container>ul li.menu-item-has-children ul.sub-menu li ul.sub-menu{top:100%}.jltma-nav-menu__container:not(.jltma-nav-menu__dropdown)>ul li.jltma-default-submenu ul.jltma-dropdown.jltma-sub-menu li>a .jltma-submenu-indicator,.jltma-nav-menu__container:not(.jltma-nav-menu__dropdown)>ul li.menu-item-has-children ul.sub-menu li>a:after{-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg)}.jltma-nav-menu__container>ul li.jltma-default-submenu:hover>ul.jltma-dropdown.jltma-sub-menu,.jltma-nav-menu__container>ul li.jltma-has-megamenu.jltma-megamenu-click>ul.dropdown-menu.jltma-megamenu.show,.jltma-nav-menu__container>ul li.jltma-has-megamenu:not(.jltma-megamenu-click):hover>ul.dropdown-menu.jltma-megamenu,.jltma-nav-menu__container>ul li.menu-item-has-children:hover>ul.jltma-nav-menu__dropdown-submenu{margin:0;opacity:1;top:100%;visibility:visible}.jltma-nav-menu__container>ul li.jltma-default-submenu:hover>ul.jltma-dropdown.jltma-sub-menu li.jltma-default-submenu:hover>ul.jltma-dropdown.jltma-sub-menu,.jltma-nav-menu__container>ul li.menu-item-has-children:hover>ul.jltma-nav-menu__dropdown-submenu li.menu-item-has-children:hover>ul.jltma-nav-menu__dropdown-submenu{top:0}.jltma-nav-menu__container>ul a{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:start;-ms-flex-pack:start;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:flex-start;position:relative;text-shadow:0 0 0 transparent;-webkit-transition:color .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out,border-radius .3s ease-in-out,text-shadow .3s ease-in-out;transition:color .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out,border-radius .3s ease-in-out,text-shadow .3s ease-in-out}.jltma-nav-menu__dropdown .jltma-nav-menu__main>ul{display:none}.jltma-nav-menu__main>ul a .jltma-nav-menu__main-item-text-wrap{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row}.jltma-nav-menu__main>ul a .jltma-nav-menu__main-item-text-wrap>span:not(.jltma-nav-menu__main-item-text){-webkit-transition:opacity .3s ease-in-out,-webkit-transform .3s ease-in-out;transition:opacity .3s ease-in-out,-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out,opacity .3s ease-in-out;transition:transform .3s ease-in-out,opacity .3s ease-in-out,-webkit-transform .3s ease-in-out}.jltma-nav-menu__main>ul a .jltma-nav-menu__main-item-text-wrap>span:not(.jltma-animation){z-index:2}.jltma-nav-menu__main>ul a .jltma-nav-menu__main-item-text-wrap:not(.jltma-animation){z-index:2}.jltma-nav-menu:not(.jltma-dropdown-border-type-default) .jltma-nav-menu__main.jltma-layout-horizontal>ul ul{border-width:0}.jltma-nav-menu__container>ul li>ul{top:calc(100% + 20px)}.jltma-nav-menu__main.jltma-layout-horizontal>ul>li>ul:before{bottom:100%;content:"";height:0;left:0;top:auto!important;width:100%}.jltma-nav-menu__main.jltma-layout-horizontal>ul>li>ul li>ul{top:0}.jltma-nav-menu__main.jltma-layout-vertical.jltma-vertical-type-normal>ul{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.jltma-menu-alignment-space-between.jltma-icon-position-left .jltma-nav-menu__main.jltma-layout-vertical.jltma-vertical-type-normal>ul>li:not(.menu-item-has-children)>a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.jltma-menu-alignment-space-between.jltma-icon-position-left .jltma-nav-menu__main.jltma-layout-vertical.jltma-vertical-type-normal>ul>li:not(.menu-item-has-children)>a>.jltma-nav-menu__main-item-text-wrap{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.jltma-menu-alignment-space-between .jltma-nav-menu__main.jltma-layout-vertical.jltma-vertical-type-normal>ul>li>a>.jltma-nav-menu__main-item-text-wrap{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%}.jltma-nav-menu__main.jltma-layout-vertical.jltma-vertical-type-normal>ul>li>ul{left:100%;right:auto;top:0}.jltma-nav-menu__main.jltma-layout-vertical.jltma-vertical-type-normal>ul>li>ul:before{left:auto;right:100%;width:0}.jltma-nav-menu__main.jltma-layout-vertical.jltma-vertical-type-normal>ul>li>ul[dropdown-align-left]{left:auto;right:100%}.jltma-nav-menu__main.jltma-layout-vertical.jltma-vertical-type-normal>ul>li>ul[dropdown-align-left]:before{left:100%;right:auto;width:0}.jltma-nav-menu__main.jltma-layout-vertical.jltma-vertical-type-normal>ul>li>ul ul{top:0}.jltma-nav-menu__main.jltma-layout-vertical.jltma-vertical-type-normal>ul ul{left:100%}.jltma-nav-menu:not(.jltma-dropdown-border-type-default) .jltma-nav-menu__main.jltma-layout-vertical.jltma-vertical-type-normal>ul ul{border-width:0}.jltma-nav-menu__main.jltma-layout-vertical.jltma-vertical-type-accordion>ul,.jltma-nav-menu__main.jltma-layout-vertical.jltma-vertical-type-toggle>ul{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.jltma-nav-menu:not(.jltma-dropdown-border-type-default) .jltma-nav-menu__main.jltma-layout-vertical.jltma-vertical-type-toggle>ul,.jltma-nav-menu__main.jltma-layout-vertical.jltma-vertical-type-accordion>ul{border-width:0}.jltma-nav-menu__main.jltma-layout-vertical.jltma-vertical-type-accordion>ul ul,.jltma-nav-menu__main.jltma-layout-vertical.jltma-vertical-type-toggle>ul ul{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:none;-ms-flex-direction:column;flex-direction:column;left:auto;opacity:1;position:relative;top:auto;visibility:visible}.jltma-nav-menu__main.jltma-layout-vertical.jltma-vertical-type-accordion>ul ul.active,.jltma-nav-menu__main.jltma-layout-vertical.jltma-vertical-type-toggle>ul ul.active{opacity:1;visibility:visible}.jltma-nav-menu__container>ul ul li,.jltma-nav-menu__dropdown>ul>li,.jltma-nav-menu__dropdown>ul>li li,.jltma-nav-menu__main.jltma-layout-vertical.jltma-vertical-type-accordion>ul>li,.jltma-nav-menu__main.jltma-layout-vertical.jltma-vertical-type-accordion>ul>li li,.jltma-nav-menu__main.jltma-layout-vertical.jltma-vertical-type-toggle>ul>li,.jltma-nav-menu__main.jltma-layout-vertical.jltma-vertical-type-toggle>ul>li li{margin-top:0;padding-top:0}.jltma-nav-menu__main.jltma-layout-horizontal>ul>li ul,.jltma-nav-menu__main.jltma-layout-vertical.jltma-vertical-type-normal>ul>li ul{padding:0}.jltma-nav-menu__main.jltma-layout-horizontal>ul>li>ul ul,.jltma-nav-menu__main.jltma-layout-vertical.jltma-vertical-type-normal>ul>li>ul ul{left:100%;right:auto}.jltma-nav-menu__main.jltma-layout-horizontal>ul>li>ul ul[dropdown-align-left],.jltma-nav-menu__main.jltma-layout-vertical.jltma-vertical-type-normal>ul>li>ul ul[dropdown-align-left]{left:auto;right:100%}.jltma-nav-menu__main.jltma-layout-horizontal>ul>li>ul ul[dropdown-align-left]:before,.jltma-nav-menu__main.jltma-layout-vertical.jltma-vertical-type-normal>ul>li>ul ul[dropdown-align-left]:before{left:100%;right:auto;width:0}.jltma-nav-menu__main.jltma-vertical-type-side>ul{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100px;z-index:9999}.jltma-side-position-left .jltma-nav-menu__main.jltma-vertical-type-side>ul{-webkit-transform:rotate(-180deg);-ms-transform:rotate(-180deg);transform:rotate(-180deg)}.jltma-side-position-right .jltma-nav-menu__main.jltma-vertical-type-side>ul{left:auto;right:0}.jltma-nav-menu__main.jltma-vertical-type-side>ul li{-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%}.jltma-nav-menu__main.jltma-vertical-type-side>ul li a{padding:15px 8px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;-webkit-writing-mode:tb-rl;-ms-writing-mode:tb-rl;writing-mode:tb-rl}.jltma-nav-menu__main.jltma-vertical-type-side .jltma-nav-menu__arrow,.jltma-nav-menu__main.jltma-vertical-type-side .jltma-nav-menu__dropdown-submenu,.jltma-nav-menu__main.jltma-vertical-type-side>ul li .jltma-submenu-indicator,.jltma-nav-menu__main.jltma-vertical-type-side>ul ul{display:none!important}.jltma-nav-menu__dropdown{display:none;position:relative;z-index:999}.jltma-nav-menu__dropdown>div:after{content:none!important}.jltma-nav-menu__dropdown>ul{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;padding:0}.jltma-nav-menu__dropdown>ul ul{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:none;-ms-flex-direction:column;flex-direction:column;left:0;opacity:1;overflow:hidden;padding:0;position:relative;visibility:visible}.jltma-nav-menu-stretch .jltma-nav-menu__dropdown.jltma-menu-dropdown-type-default{height:auto;position:absolute;z-index:9998}.jltma-nav-menu__dropdown.jltma-menu-dropdown-type-popup{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border:0 solid transparent;bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;justify-content:center;left:0;min-height:50px;opacity:0;overflow:hidden;position:fixed;right:0;top:0;-webkit-transition:visibility .3s,opacity .3s linear;transition:visibility .3s,opacity .3s linear;visibility:hidden;z-index:9998}.jltma-nav-menu__dropdown.jltma-menu-dropdown-type-popup.active{display:-webkit-box;display:-ms-flexbox;display:flex;opacity:1;visibility:visible}.jltma-nav-menu__dropdown.jltma-menu-dropdown-type-popup>ul{width:100%}.jltma-nav-menu__dropdown.jltma-menu-dropdown-type-popup ul{bottom:auto;left:auto;margin-left:0;margin-right:0;right:auto;top:auto}.jltma-nav-menu__dropdown-close-container{-webkit-box-pack:end;-ms-flex-pack:end;display:-webkit-box;display:-ms-flexbox;display:flex;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;justify-content:flex-end;width:100%}.jltma-menu-dropdown-type-popup .jltma-nav-menu__dropdown-close-container{left:0;position:absolute;top:0;z-index:9999}.jltma-nav-menu__dropdown-close{-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:transparent;border-color:transparent;border-width:0;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;-webkit-transition:background-color .3s ease-in-out,border-color .3s ease-in-out;transition:background-color .3s ease-in-out,border-color .3s ease-in-out;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.jltma-nav-menu__dropdown-close i{height:1em;line-height:1em;text-align:center;-webkit-transition:color .3s ease-in-out;transition:color .3s ease-in-out;width:1em}.jltma-nav-menu__dropdown-close i+span{margin-left:10px}.jltma-nav-menu__dropdown-close svg{display:block;-webkit-transition:fill .3s ease-in-out;transition:fill .3s ease-in-out}.jltma-nav-menu__dropdown-close svg+span{margin-left:10px}.jltma-nav-menu__dropdown-close span{-webkit-transition:color .3s ease-in-out;transition:color .3s ease-in-out}.jltma-menu-dropdown-type-popup .jltma-nav-menu__dropdown-close{fill:hsla(0,0%,100%,.5);color:hsla(0,0%,100%,.5);font-size:24px;line-height:32px;margin-left:30px;margin-right:30px;margin-top:30px}.admin-bar .jltma-menu-dropdown-type-popup .jltma-nav-menu__dropdown-close{margin-top:62px}.jltma-close-view-stacked .jltma-menu-dropdown-type-popup .jltma-nav-menu__dropdown-close{background-color:hsla(0,0%,100%,.1);padding:10px 15px}.jltma-close-view-framed .jltma-menu-dropdown-type-popup .jltma-nav-menu__dropdown-close{background-color:hsla(0,0%,100%,.1);border:1px solid hsla(0,0%,100%,.5);padding:10px 15px}.jltma-close-type-icon.jltma-close-view-framed .jltma-menu-dropdown-type-popup .jltma-nav-menu__dropdown-close{border-color:inherit}.jltma-menu-dropdown-type-popup .jltma-nav-menu__dropdown-close i{color:inherit;font-size:24px}.jltma-menu-dropdown-type-popup .jltma-nav-menu__dropdown-close svg{fill:inherit;display:block;height:24px;width:24px}.jltma-close-shape-circle .jltma-nav-menu__dropdown-close{border-radius:50%;padding:10px}.jltma-nav-menu__dropdown-container{background-color:transparent;height:100%;left:0;opacity:0;position:fixed;top:0;-webkit-transition:background-color .5s,visibility .5s,opacity .3s;transition:background-color .5s,visibility .5s,opacity .3s;visibility:hidden;width:100%;z-index:9998}.jltma-nav-menu__dropdown-container.active{background-color:rgba(0,0,0,.25);opacity:1;visibility:visible}.jltma-nav-menu__toggle-container{-webkit-box-align:start;-ms-flex-align:start;-webkit-box-orient:vertical;-webkit-box-direction:normal;align-items:flex-start;display:none;-ms-flex-direction:column;flex-direction:column}.jltma-nav-menu__toggle,.jltma-nav-menu__toggle-container.jltma-layout-dropdown{display:-webkit-box;display:-ms-flexbox;display:flex}.jltma-nav-menu__toggle{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;border-color:transparent;border-width:0;cursor:pointer;justify-content:center;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;z-index:2}.jltma-toggle-shape-circle .jltma-nav-menu__toggle.active,.jltma-toggle-shape-circle .jltma-nav-menu__toggle:hover{border-radius:50%}.jltma-nav-menu__toggle.active>span.jltma-toggle-icon{display:none}.jltma-nav-menu__toggle.active>span.jltma-toggle-icon-active{display:block}.jltma-toggle-text-icon-position-on-sides .jltma-nav-menu__toggle{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.jltma-toggle-text-icon-position-central .jltma-nav-menu__toggle{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.jltma-nav-menu__toggle>span.jltma-toggle-icon{display:block}.jltma-nav-menu__toggle>span.jltma-toggle-icon-active{display:none}.jltma-nav-menu__toggle>span.jltma-toggle-icon-active+span{margin:0 0 0 10px}.jltma-nav-menu__toggle i{display:block;height:1em;letter-spacing:1px;line-height:1em;text-align:center;width:1em}.jltma-nav-menu__toggle svg{display:block}.jltma-toggle-view-framed .jltma-nav-menu__toggle,.jltma-toggle-view-stacked .jltma-nav-menu__toggle{padding:12px}.jltma-dropdown-toggle-border-type-default .jltma-nav-menu__toggle{border-style:15px}.jltma-toggle-shape-circle .jltma-nav-menu__toggle{border-radius:50%}.jltma-nav-menu__arrow{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:16px;line-height:1;margin:-10px 0 -10px 10px;-webkit-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%}.jltma-icon-position-left .jltma-nav-menu__main>ul>li.menu-item-has-children>a .jltma-nav-menu__arrow{-webkit-box-ordinal-group:0;-ms-flex-order:-1;margin:-10px 10px -10px 0;order:-1}.jltma-icon-position-right .jltma-nav-menu__main>ul>li.menu-item-has-children>a .jltma-nav-menu__arrow{margin:-10px 0 -10px 10px}.jltma-dropdown-icon-left .jltma-nav-menu__dropdown li.menu-item-has-children>a .jltma-nav-menu__arrow,.jltma-dropdown-icon-left .jltma-nav-menu__main.jltma-layout-horizontal>ul ul li.menu-item-has-children>a .jltma-nav-menu__arrow,.jltma-dropdown-icon-left .jltma-nav-menu__main.jltma-layout-vertical.jltma-vertical-type-accordion li.menu-item-has-children>a .jltma-nav-menu__arrow,.jltma-dropdown-icon-left .jltma-nav-menu__main.jltma-layout-vertical.jltma-vertical-type-normal>ul ul li.menu-item-has-children>a .jltma-nav-menu__arrow,.jltma-dropdown-icon-left .jltma-nav-menu__main.jltma-layout-vertical.jltma-vertical-type-toggle li.menu-item-has-children>a .jltma-nav-menu__arrow{-webkit-box-ordinal-group:0;-ms-flex-order:-1;margin:-10px 10px -10px 0;order:-1}.jltma-dropdown-icon-right .jltma-nav-menu__dropdown li.menu-item-has-children>a .jltma-nav-menu__arrow,.jltma-dropdown-icon-right .jltma-nav-menu__main.jltma-layout-horizontal>ul ul li.menu-item-has-children>a .jltma-nav-menu__arrow,.jltma-dropdown-icon-right .jltma-nav-menu__main.jltma-layout-vertical.jltma-vertical-type-accordion li.menu-item-has-children>a .jltma-nav-menu__arrow,.jltma-dropdown-icon-right .jltma-nav-menu__main.jltma-layout-vertical.jltma-vertical-type-normal>ul ul li.menu-item-has-children>a .jltma-nav-menu__arrow,.jltma-dropdown-icon-right .jltma-nav-menu__main.jltma-layout-vertical.jltma-vertical-type-toggle li.menu-item-has-children>a .jltma-nav-menu__arrow{margin:-10px 0 -10px 10px}.jltma-nav-menu__main.jltma-layout-horizontal li:hover>.jltma-arrow-animation-rotate-left .jltma-nav-menu__arrow,.jltma-nav-menu__main.jltma-layout-vertical.jltma-vertical-type-accordion li.active>.jltma-arrow-animation-rotate-left .jltma-nav-menu__arrow,.jltma-nav-menu__main.jltma-layout-vertical.jltma-vertical-type-accordion li:hover>.jltma-arrow-animation-rotate-left .jltma-nav-menu__arrow,.jltma-nav-menu__main.jltma-layout-vertical.jltma-vertical-type-normal li:hover>.jltma-arrow-animation-rotate-left .jltma-nav-menu__arrow,.jltma-nav-menu__main.jltma-layout-vertical.jltma-vertical-type-toggle li.active>.jltma-arrow-animation-rotate-left .jltma-nav-menu__arrow,.jltma-nav-menu__main.jltma-layout-vertical.jltma-vertical-type-toggle li:hover>.jltma-arrow-animation-rotate-left .jltma-nav-menu__arrow{-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg)}.jltma-nav-menu__main.jltma-layout-horizontal li:hover>.jltma-arrow-animation-rotate-right .jltma-nav-menu__arrow,.jltma-nav-menu__main.jltma-layout-vertical.jltma-vertical-type-accordion li.active>.jltma-arrow-animation-rotate-right .jltma-nav-menu__arrow,.jltma-nav-menu__main.jltma-layout-vertical.jltma-vertical-type-accordion li:hover>.jltma-arrow-animation-rotate-right .jltma-nav-menu__arrow,.jltma-nav-menu__main.jltma-layout-vertical.jltma-vertical-type-normal li:hover>.jltma-arrow-animation-rotate-right .jltma-nav-menu__arrow,.jltma-nav-menu__main.jltma-layout-vertical.jltma-vertical-type-toggle li.active>.jltma-arrow-animation-rotate-right .jltma-nav-menu__arrow,.jltma-nav-menu__main.jltma-layout-vertical.jltma-vertical-type-toggle li:hover>.jltma-arrow-animation-rotate-right .jltma-nav-menu__arrow{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.jltma-nav-menu__main.jltma-layout-horizontal li:hover>.jltma-arrow-animation-rotate-opposite .jltma-nav-menu__arrow,.jltma-nav-menu__main.jltma-layout-vertical.jltma-vertical-type-accordion li.active>.jltma-arrow-animation-rotate-opposite .jltma-nav-menu__arrow,.jltma-nav-menu__main.jltma-layout-vertical.jltma-vertical-type-accordion li:hover>.jltma-arrow-animation-rotate-opposite .jltma-nav-menu__arrow,.jltma-nav-menu__main.jltma-layout-vertical.jltma-vertical-type-normal li:hover>.jltma-arrow-animation-rotate-opposite .jltma-nav-menu__arrow,.jltma-nav-menu__main.jltma-layout-vertical.jltma-vertical-type-toggle li.active>.jltma-arrow-animation-rotate-opposite .jltma-nav-menu__arrow,.jltma-nav-menu__main.jltma-layout-vertical.jltma-vertical-type-toggle li:hover>.jltma-arrow-animation-rotate-opposite .jltma-nav-menu__arrow{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.jltma-nav-menu__main.jltma-layout-horizontal li:hover>.jltma-arrow-animation-opacity .jltma-nav-menu__arrow,.jltma-nav-menu__main.jltma-layout-vertical.jltma-vertical-type-accordion li.active>.jltma-arrow-animation-opacity .jltma-nav-menu__arrow,.jltma-nav-menu__main.jltma-layout-vertical.jltma-vertical-type-accordion li:hover>.jltma-arrow-animation-opacity .jltma-nav-menu__arrow,.jltma-nav-menu__main.jltma-layout-vertical.jltma-vertical-type-normal li:hover>.jltma-arrow-animation-opacity .jltma-nav-menu__arrow,.jltma-nav-menu__main.jltma-layout-vertical.jltma-vertical-type-toggle li.active>.jltma-arrow-animation-opacity .jltma-nav-menu__arrow,.jltma-nav-menu__main.jltma-layout-vertical.jltma-vertical-type-toggle li:hover>.jltma-arrow-animation-opacity .jltma-nav-menu__arrow{opacity:.7}.jltma-arrow-animation-rotate-left.jltma-nav-menu__main.jltma-layout-dropdown li.current_page_item>a .jltma-nav-menu__arrow{-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg)}.jltma-arrow-animation-rotate-right.jltma-nav-menu__main.jltma-layout-dropdown li.current_page_item>a .jltma-nav-menu__arrow{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.jltma-arrow-animation-rotate-opposite.jltma-nav-menu__main.jltma-layout-dropdown li.current_page_item>a .jltma-nav-menu__arrow{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.jltma-arrow-animation-opacity.jltma-nav-menu__main.jltma-layout-dropdown li.current_page_item>a .jltma-nav-menu__arrow{opacity:.7}.jltma-nav-menu__dropdown.jltma-arrow-animation-rotate-left li.active>a>.jltma-nav-menu__arrow,.jltma-nav-menu__dropdown.jltma-arrow-animation-rotate-left li>a:hover>.jltma-nav-menu__arrow{-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg)}.jltma-nav-menu__dropdown.jltma-arrow-animation-rotate-right li.active>a>.jltma-nav-menu__arrow,.jltma-nav-menu__dropdown.jltma-arrow-animation-rotate-right li>a:hover>.jltma-nav-menu__arrow{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.jltma-nav-menu__dropdown.jltma-arrow-animation-rotate-opposite li.active>a>.jltma-nav-menu__arrow,.jltma-nav-menu__dropdown.jltma-arrow-animation-rotate-opposite li>a:hover>.jltma-nav-menu__arrow{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.jltma-nav-menu__dropdown.jltma-arrow-animation-opacity li.active>a>.jltma-nav-menu__arrow,.jltma-nav-menu__dropdown.jltma-arrow-animation-opacity li>a:hover>.jltma-nav-menu__arrow{opacity:.7}.jltma-nav-menu__dropdown .jltma-nav-menu-dropdown li.jltma-has-megamenu>ul.dropdown-menu.jltma-megamenu,.jltma-nav-menu__dropdown .jltma-nav-menu-dropdown li.jltma-menu-has-children>ul.dropdown-menu.jltma-dropdown{margin:0;opacity:1;top:100%;visibility:visible}@media (min-width:1025px){.elementor-widget-ma-navmenu.jltma-dropdown-breakpoints-none .jltma-nav-menu__main.jltma-layout-horizontal>ul>li>a,.elementor-widget-ma-navmenu.jltma-dropdown-breakpoints-none .jltma-nav-menu__main.jltma-layout-vertical.jltma-vertical-type-normal>ul>li>a,.elementor-widget-ma-navmenu.jltma-dropdown-breakpoints-tablet .jltma-nav-menu__main.jltma-layout-horizontal>ul>li>a,.elementor-widget-ma-navmenu.jltma-dropdown-breakpoints-tablet .jltma-nav-menu__main.jltma-layout-vertical.jltma-vertical-type-normal>ul>li>a{padding-left:15px;padding-right:15px}.elementor-widget-ma-navmenu.jltma-dropdown-breakpoints-none .jltma-nav-menu__main.jltma-layout-horizontal>ul>li ul a,.elementor-widget-ma-navmenu.jltma-dropdown-breakpoints-none .jltma-nav-menu__main.jltma-layout-vertical.jltma-vertical-type-normal>ul>li ul a,.elementor-widget-ma-navmenu.jltma-dropdown-breakpoints-tablet .jltma-nav-menu__main.jltma-layout-horizontal>ul>li ul a,.elementor-widget-ma-navmenu.jltma-dropdown-breakpoints-tablet .jltma-nav-menu__main.jltma-layout-vertical.jltma-vertical-type-normal>ul>li ul a{padding-left:15px;padding-right:15px}.jltma-dropdown-align-left .jltma-nav-menu__container>ul a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.jltma-dropdown-align-center .jltma-nav-menu__container>ul a{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.jltma-dropdown-align-right .jltma-nav-menu__container>ul a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.jltma-dropdown-align-space-between .jltma-nav-menu__container>ul a{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.jltma-dropdown-align-left .jltma-nav-menu__container.jltma-nav-menu__dropdown>ul ul>li>a,.jltma-dropdown-align-left .jltma-nav-menu__container.jltma-vertical-type-accordion>ul ul>li>a,.jltma-dropdown-align-left .jltma-nav-menu__container.jltma-vertical-type-toggle>ul ul>li>a,.jltma-dropdown-align-space-between.jltma-dropdown-icon-right .jltma-nav-menu__container.jltma-nav-menu__dropdown>ul ul>li>a,.jltma-dropdown-align-space-between.jltma-dropdown-icon-right .jltma-nav-menu__container.jltma-vertical-type-accordion>ul ul>li>a,.jltma-dropdown-align-space-between.jltma-dropdown-icon-right .jltma-nav-menu__container.jltma-vertical-type-toggle>ul ul>li>a,.jltma-nav-menu:not([class*=" jltma-dropdown-align-"]) .jltma-nav-menu__container.jltma-nav-menu__dropdown>ul ul>li>a,.jltma-nav-menu:not([class*=" jltma-dropdown-align-"]) .jltma-nav-menu__container.jltma-vertical-type-accordion>ul ul>li>a,.jltma-nav-menu:not([class*=" jltma-dropdown-align-"]) .jltma-nav-menu__container.jltma-vertical-type-toggle>ul ul>li>a{padding-left:15px}.jltma-dropdown-align-right .jltma-nav-menu__container.jltma-nav-menu__dropdown>ul ul>li>a,.jltma-dropdown-align-right .jltma-nav-menu__container.jltma-vertical-type-accordion>ul ul>li>a,.jltma-dropdown-align-right .jltma-nav-menu__container.jltma-vertical-type-toggle>ul ul>li>a,.jltma-dropdown-align-space-between.jltma-dropdown-icon-left .jltma-nav-menu__container.jltma-nav-menu__dropdown>ul ul>li>a,.jltma-dropdown-align-space-between.jltma-dropdown-icon-left .jltma-nav-menu__container.jltma-vertical-type-accordion>ul ul>li>a,.jltma-dropdown-align-space-between.jltma-dropdown-icon-left .jltma-nav-menu__container.jltma-vertical-type-toggle>ul ul>li>a{padding-right:15px}.jltma-dropdown-align-space-between.jltma-dropdown-icon-left .jltma-nav-menu__container.jltma-nav-menu__dropdown li:not(.menu-item-has-children)>a,.jltma-dropdown-align-space-between.jltma-dropdown-icon-left .jltma-nav-menu__container.jltma-vertical-type-accordion li:not(.menu-item-has-children)>a,.jltma-dropdown-align-space-between.jltma-dropdown-icon-left .jltma-nav-menu__container.jltma-vertical-type-toggle li:not(.menu-item-has-children)>a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.jltma-dropdown-align-space-between.jltma-dropdown-icon-left .jltma-nav-menu__main.jltma-layout-horizontal>ul>li>ul li:not(.menu-item-has-children)>a,.jltma-dropdown-align-space-between.jltma-dropdown-icon-left .jltma-nav-menu__main.jltma-layout-vertical.jltma-vertical-type-normal>ul>li>ul li:not(.menu-item-has-children)>a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.jltma-dropdown-align-space-between.jltma-dropdown-icon-left .jltma-nav-menu__main.jltma-layout-horizontal>ul>li>ul li:not(.menu-item-has-children)>a>.jltma-nav-menu__main-item-text-wrap,.jltma-dropdown-align-space-between.jltma-dropdown-icon-left .jltma-nav-menu__main.jltma-layout-vertical.jltma-vertical-type-normal>ul>li>ul li:not(.menu-item-has-children)>a>.jltma-nav-menu__main-item-text-wrap{-webkit-box-pack:end;-ms-flex-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end}.jltma-dropdown-align-space-between .jltma-nav-menu__main.jltma-layout-horizontal>ul>li>ul a>.jltma-nav-menu__main-item-text-wrap,.jltma-dropdown-align-space-between .jltma-nav-menu__main.jltma-layout-vertical.jltma-vertical-type-normal>ul>li>ul a>.jltma-nav-menu__main-item-text-wrap{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%}}@media (min-width:768px){.elementor-widget-ma-navmenu.jltma-dropdown-breakpoints-mobile .jltma-nav-menu__main.jltma-layout-horizontal>ul>li>a,.elementor-widget-ma-navmenu.jltma-dropdown-breakpoints-mobile .jltma-nav-menu__main.jltma-layout-vertical.jltma-vertical-type-normal>ul>li>a,.elementor-widget-ma-navmenu.jltma-dropdown-breakpoints-none .jltma-nav-menu__main.jltma-layout-horizontal>ul>li>a,.elementor-widget-ma-navmenu.jltma-dropdown-breakpoints-none .jltma-nav-menu__main.jltma-layout-vertical.jltma-vertical-type-normal>ul>li>a{padding-left:15px;padding-right:15px}.elementor-widget-ma-navmenu.jltma-dropdown-breakpoints-mobile .jltma-nav-menu__main.jltma-layout-horizontal>ul>li ul a,.elementor-widget-ma-navmenu.jltma-dropdown-breakpoints-mobile .jltma-nav-menu__main.jltma-layout-vertical.jltma-vertical-type-normal>ul>li ul a,.elementor-widget-ma-navmenu.jltma-dropdown-breakpoints-none .jltma-nav-menu__main.jltma-layout-horizontal>ul>li ul a,.elementor-widget-ma-navmenu.jltma-dropdown-breakpoints-none .jltma-nav-menu__main.jltma-layout-vertical.jltma-vertical-type-normal>ul>li ul a{padding-left:15px;padding-right:15px}}@media (max-width:767px){html.jltma-vertical-menu-type-tablet.jltma-vertical-menu-type-side{padding-left:0!important;padding-right:0!important}html.jltma-vertical-menu-type-tablet.jltma-vertical-menu-type-side .elementor-widget-empty{background-color:transparent}.jltma-dropdown-breakpoints-tablet .jltma-nav-menu__main,html.jltma-vertical-menu-type-tablet.jltma-vertical-menu-type-side .elementor-widget-empty .elementor-widget-empty-icon{display:none}.jltma-dropdown-breakpoints-tablet .jltma-nav-menu__toggle-container{display:-webkit-box;display:-ms-flexbox;display:flex}.jltma-dropdown-breakpoints-tablet .jltma-nav-menu__dropdown.jltma-vertical-type-normal>ul ul{left:0;right:0}.jltma-dropdown-absolute-yes.jltma-dropdown-breakpoints-tablet .jltma-nav-menu__dropdown.jltma-layout-horizontal>ul,.jltma-dropdown-absolute-yes.jltma-dropdown-breakpoints-tablet .jltma-nav-menu__dropdown.jltma-vertical-type-accordion>ul,.jltma-dropdown-absolute-yes.jltma-dropdown-breakpoints-tablet .jltma-nav-menu__dropdown.jltma-vertical-type-normal>ul,.jltma-dropdown-absolute-yes.jltma-dropdown-breakpoints-tablet .jltma-nav-menu__dropdown.jltma-vertical-type-toggle>ul{background-color:#fff}.jltma-dropdown-absolute-tablet-position-left.jltma-dropdown-absolute-yes .jltma-nav-menu__dropdown{left:0;right:auto}.jltma-dropdown-absolute-tablet-position-right.jltma-dropdown-absolute-yes .jltma-nav-menu__dropdown{left:auto;right:0}.jltma-toggle-text-icon-tablet-position-on-sides .jltma-nav-menu__toggle{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.jltma-toggle-text-icon-tablet-position-central .jltma-nav-menu__toggle{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.jltma-nav-menu:not(.jltma-dropdown-breakpoints-tablet).jltma-menu-alignment-tablet-flex-start .jltma-nav-menu__main.jltma-layout-horizontal>ul,.jltma-nav-menu:not(.jltma-dropdown-breakpoints-tablet).jltma-menu-alignment-tablet-flex-start .jltma-nav-menu__main.jltma-layout-vertical.jltma-vertical-type-normal>ul>li>a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.jltma-nav-menu:not(.jltma-dropdown-breakpoints-tablet).jltma-menu-alignment-tablet-center .jltma-nav-menu__main.jltma-layout-horizontal>ul,.jltma-nav-menu:not(.jltma-dropdown-breakpoints-tablet).jltma-menu-alignment-tablet-center .jltma-nav-menu__main.jltma-layout-vertical.jltma-vertical-type-normal>ul>li>a{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.jltma-nav-menu:not(.jltma-dropdown-breakpoints-tablet).jltma-menu-alignment-tablet-flex-end .jltma-nav-menu__main.jltma-layout-horizontal>ul,.jltma-nav-menu:not(.jltma-dropdown-breakpoints-tablet).jltma-menu-alignment-tablet-flex-end .jltma-nav-menu__main.jltma-layout-vertical.jltma-vertical-type-normal>ul>li>a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.jltma-nav-menu:not(.jltma-dropdown-breakpoints-tablet).jltma-menu-alignment-tablet-space-between .jltma-nav-menu__main.jltma-layout-horizontal>ul,.jltma-nav-menu:not(.jltma-dropdown-breakpoints-tablet).jltma-menu-alignment-tablet-space-between .jltma-nav-menu__main.jltma-layout-vertical.jltma-vertical-type-normal>ul>li>a{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.jltma-nav-menu__dropdown .dropdown-menu.jltma-megamenu{width:inherit!important}}@media (min-width:ELEMENTOR_SCREEN_MD_MIN) and (max-width:ELEMENTOR_SCREEN_MD_MAX){.jltma-dropdown-tablet-align-left .jltma-nav-menu__container>ul a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.jltma-dropdown-tablet-align-center .jltma-nav-menu__container>ul a{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.jltma-dropdown-tablet-align-right .jltma-nav-menu__container>ul a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.jltma-dropdown-tablet-align-space-between .jltma-nav-menu__container>ul a{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.jltma-dropdown-tablet-align-left .jltma-nav-menu__container.jltma-nav-menu__dropdown>ul ul,.jltma-dropdown-tablet-align-left .jltma-nav-menu__container.jltma-vertical-type-accordion>ul ul,.jltma-dropdown-tablet-align-left .jltma-nav-menu__container.jltma-vertical-type-toggle>ul ul,.jltma-dropdown-tablet-align-space-between.jltma-dropdown-icon-right .jltma-nav-menu__container.jltma-nav-menu__dropdown>ul ul,.jltma-dropdown-tablet-align-space-between.jltma-dropdown-icon-right .jltma-nav-menu__container.jltma-vertical-type-accordion>ul ul,.jltma-dropdown-tablet-align-space-between.jltma-dropdown-icon-right .jltma-nav-menu__container.jltma-vertical-type-toggle>ul ul,.jltma-nav-menu:not([class*=" jltma-dropdown-tablet-align-"]) .jltma-nav-menu__container.jltma-nav-menu__dropdown>ul ul,.jltma-nav-menu:not([class*=" jltma-dropdown-tablet-align-"]) .jltma-nav-menu__container.jltma-vertical-type-accordion>ul ul,.jltma-nav-menu:not([class*=" jltma-dropdown-tablet-align-"]) .jltma-nav-menu__container.jltma-vertical-type-toggle>ul ul{padding-left:15px}.jltma-dropdown-tablet-align-right .jltma-nav-menu__container.jltma-nav-menu__dropdown>ul ul,.jltma-dropdown-tablet-align-right .jltma-nav-menu__container.jltma-vertical-type-accordion>ul ul,.jltma-dropdown-tablet-align-right .jltma-nav-menu__container.jltma-vertical-type-toggle>ul ul,.jltma-dropdown-tablet-align-space-between.jltma-dropdown-icon-left .jltma-nav-menu__container.jltma-nav-menu__dropdown>ul ul,.jltma-dropdown-tablet-align-space-between.jltma-dropdown-icon-left .jltma-nav-menu__container.jltma-vertical-type-accordion>ul ul,.jltma-dropdown-tablet-align-space-between.jltma-dropdown-icon-left .jltma-nav-menu__container.jltma-vertical-type-toggle>ul ul{padding-right:15px}.jltma-dropdown-tablet-align-space-between.jltma-dropdown-icon-left .jltma-nav-menu__container.jltma-nav-menu__dropdown li:not(.menu-item-has-children)>a,.jltma-dropdown-tablet-align-space-between.jltma-dropdown-icon-left .jltma-nav-menu__container.jltma-vertical-type-accordion li:not(.menu-item-has-children)>a,.jltma-dropdown-tablet-align-space-between.jltma-dropdown-icon-left .jltma-nav-menu__container.jltma-vertical-type-toggle li:not(.menu-item-has-children)>a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.jltma-dropdown-tablet-align-space-between.jltma-dropdown-icon-left .jltma-nav-menu__main.jltma-layout-horizontal>ul>li>ul li:not(.menu-item-has-children)>a,.jltma-dropdown-tablet-align-space-between.jltma-dropdown-icon-left .jltma-nav-menu__main.jltma-layout-vertical.jltma-vertical-type-normal>ul>li>ul li:not(.menu-item-has-children)>a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.jltma-dropdown-tablet-align-space-between.jltma-dropdown-icon-left .jltma-nav-menu__main.jltma-layout-horizontal>ul>li>ul li:not(.menu-item-has-children)>a>.jltma-nav-menu__main-item-text-wrap,.jltma-dropdown-tablet-align-space-between.jltma-dropdown-icon-left .jltma-nav-menu__main.jltma-layout-vertical.jltma-vertical-type-normal>ul>li>ul li:not(.menu-item-has-children)>a>.jltma-nav-menu__main-item-text-wrap{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.jltma-dropdown-tablet-align-space-between .jltma-nav-menu__main.jltma-layout-horizontal>ul>li>ul a>.jltma-nav-menu__main-item-text-wrap,.jltma-dropdown-tablet-align-space-between .jltma-nav-menu__main.jltma-layout-vertical.jltma-vertical-type-normal>ul>li>ul a>.jltma-nav-menu__main-item-text-wrap{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%}}@media (max-width:ELEMENTOR_SCREEN_SM_MAX){.elementor-widget-ma-navmenu.jltma-dropdown-breakpoints-none .jltma-nav-menu__main.jltma-layout-horizontal>ul>li>a,.elementor-widget-ma-navmenu.jltma-dropdown-breakpoints-none .jltma-nav-menu__main.jltma-layout-vertical.jltma-vertical-type-normal>ul>li>a{padding-left:15px;padding-right:15px}.elementor-widget-ma-navmenu.jltma-dropdown-breakpoints-none .jltma-nav-menu__main.jltma-layout-horizontal>ul>li ul a,.elementor-widget-ma-navmenu.jltma-dropdown-breakpoints-none .jltma-nav-menu__main.jltma-layout-vertical.jltma-vertical-type-normal>ul>li ul a{padding-left:15px;padding-right:15px}html.jltma-vertical-menu-type-mobile.jltma-vertical-menu-type-side{padding-left:0!important;padding-right:0!important}html.jltma-vertical-menu-type-mobile.jltma-vertical-menu-type-side .elementor-widget-empty{background-color:transparent}.jltma-dropdown-breakpoints-mobile .jltma-nav-menu__main,html.jltma-vertical-menu-type-mobile.jltma-vertical-menu-type-side .elementor-widget-empty .elementor-widget-empty-icon{display:none}.jltma-dropdown-breakpoints-mobile .jltma-nav-menu__toggle-container{display:-webkit-box;display:-ms-flexbox;display:flex}.jltma-dropdown-breakpoints-mobile .jltma-nav-menu__dropdown.jltma-vertical-type-side>ul ul{display:none!important}.jltma-dropdown-breakpoints-mobile .jltma-nav-menu__dropdown.jltma-vertical-type-normal>ul ul{left:0;right:0}.admin-bar .jltma-nav-menu__dropdown.jltma-menu-dropdown-type-offcanvas{top:46px}.jltma-dropdown-absolute-mobile-position-left.jltma-dropdown-absolute-yes .jltma-nav-menu__dropdown{left:0;right:auto}.jltma-dropdown-absolute-mobile-position-right.jltma-dropdown-absolute-yes .jltma-nav-menu__dropdown{left:auto;right:0}.jltma-toggle-text-icon-mobile-position-on-sides .jltma-nav-menu__toggle{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.jltma-toggle-text-icon-mobile-position-central .jltma-nav-menu__toggle{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.jltma-dropdown-mobile-align-left .jltma-nav-menu__container>ul a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.jltma-dropdown-mobile-align-center .jltma-nav-menu__container>ul a{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.jltma-dropdown-mobile-align-right .jltma-nav-menu__container>ul a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.jltma-dropdown-mobile-align-space-between .jltma-nav-menu__container>ul a{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.jltma-dropdown-mobile-align-left .jltma-nav-menu__container.jltma-nav-menu__dropdown>ul ul,.jltma-dropdown-mobile-align-left .jltma-nav-menu__container.jltma-vertical-type-accordion>ul ul,.jltma-dropdown-mobile-align-left .jltma-nav-menu__container.jltma-vertical-type-toggle>ul ul,.jltma-dropdown-mobile-align-space-between.jltma-dropdown-icon-right .jltma-nav-menu__container.jltma-nav-menu__dropdown>ul ul,.jltma-dropdown-mobile-align-space-between.jltma-dropdown-icon-right .jltma-nav-menu__container.jltma-vertical-type-accordion>ul ul,.jltma-dropdown-mobile-align-space-between.jltma-dropdown-icon-right .jltma-nav-menu__container.jltma-vertical-type-toggle>ul ul,.jltma-nav-menu:not([class*=" jltma-dropdown-mobile-align-"]) .jltma-nav-menu__container.jltma-nav-menu__dropdown>ul ul,.jltma-nav-menu:not([class*=" jltma-dropdown-mobile-align-"]) .jltma-nav-menu__container.jltma-vertical-type-accordion>ul ul,.jltma-nav-menu:not([class*=" jltma-dropdown-mobile-align-"]) .jltma-nav-menu__container.jltma-vertical-type-toggle>ul ul{padding-left:15px}.jltma-dropdown-mobile-align-right .jltma-nav-menu__container.jltma-nav-menu__dropdown>ul ul,.jltma-dropdown-mobile-align-right .jltma-nav-menu__container.jltma-vertical-type-accordion>ul ul,.jltma-dropdown-mobile-align-right .jltma-nav-menu__container.jltma-vertical-type-toggle>ul ul,.jltma-dropdown-mobile-align-space-between.jltma-dropdown-icon-left .jltma-nav-menu__container.jltma-nav-menu__dropdown>ul ul,.jltma-dropdown-mobile-align-space-between.jltma-dropdown-icon-left .jltma-nav-menu__container.jltma-vertical-type-accordion>ul ul,.jltma-dropdown-mobile-align-space-between.jltma-dropdown-icon-left .jltma-nav-menu__container.jltma-vertical-type-toggle>ul ul{padding-right:15px}.jltma-dropdown-mobile-align-space-between.jltma-dropdown-icon-left .jltma-nav-menu__container.jltma-nav-menu__dropdown li:not(.menu-item-has-children)>a,.jltma-dropdown-mobile-align-space-between.jltma-dropdown-icon-left .jltma-nav-menu__container.jltma-vertical-type-accordion li:not(.menu-item-has-children)>a,.jltma-dropdown-mobile-align-space-between.jltma-dropdown-icon-left .jltma-nav-menu__container.jltma-vertical-type-toggle li:not(.menu-item-has-children)>a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.jltma-dropdown-mobile-align-space-between.jltma-dropdown-icon-left .jltma-nav-menu__main.jltma-layout-horizontal>ul>li>ul li:not(.menu-item-has-children)>a,.jltma-dropdown-mobile-align-space-between.jltma-dropdown-icon-left .jltma-nav-menu__main.jltma-layout-vertical.jltma-vertical-type-normal>ul>li>ul li:not(.menu-item-has-children)>a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.jltma-dropdown-mobile-align-space-between.jltma-dropdown-icon-left .jltma-nav-menu__main.jltma-layout-horizontal>ul>li>ul li:not(.menu-item-has-children)>a>.jltma-nav-menu__main-item-text-wrap,.jltma-dropdown-mobile-align-space-between.jltma-dropdown-icon-left .jltma-nav-menu__main.jltma-layout-vertical.jltma-vertical-type-normal>ul>li>ul li:not(.menu-item-has-children)>a>.jltma-nav-menu__main-item-text-wrap{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.jltma-dropdown-mobile-align-space-between .jltma-nav-menu__main.jltma-layout-horizontal>ul>li>ul a>.jltma-nav-menu__main-item-text-wrap,.jltma-dropdown-mobile-align-space-between .jltma-nav-menu__main.jltma-layout-vertical.jltma-vertical-type-normal>ul>li>ul a>.jltma-nav-menu__main-item-text-wrap{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%}.elementor-widget-ma-navmenu.jltma-dropdown-breakpoints-none.jltma-menu-alignment-mobile-flex-start .jltma-nav-menu__main.jltma-layout-horizontal>ul,.elementor-widget-ma-navmenu.jltma-dropdown-breakpoints-none.jltma-menu-alignment-mobile-flex-start .jltma-nav-menu__main.jltma-layout-vertical.jltma-vertical-type-normal>ul>li>a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget-ma-navmenu.jltma-dropdown-breakpoints-none.jltma-menu-alignment-mobile-center .jltma-nav-menu__main.jltma-layout-horizontal>ul,.elementor-widget-ma-navmenu.jltma-dropdown-breakpoints-none.jltma-menu-alignment-mobile-center .jltma-nav-menu__main.jltma-layout-vertical.jltma-vertical-type-normal>ul>li>a{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}.elementor-widget-ma-navmenu.jltma-dropdown-breakpoints-none.jltma-menu-alignment-mobile-flex-end .jltma-nav-menu__main.jltma-layout-horizontal>ul,.elementor-widget-ma-navmenu.jltma-dropdown-breakpoints-none.jltma-menu-alignment-mobile-flex-end .jltma-nav-menu__main.jltma-layout-vertical.jltma-vertical-type-normal>ul>li>a{-webkit-box-pack:end;-ms-flex-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end}.elementor-widget-ma-navmenu.jltma-dropdown-breakpoints-none.jltma-menu-alignment-mobile-space-between .jltma-nav-menu__main.jltma-layout-horizontal>ul,.elementor-widget-ma-navmenu.jltma-dropdown-breakpoints-none.jltma-menu-alignment-mobile-space-between .jltma-nav-menu__main.jltma-layout-vertical.jltma-vertical-type-normal>ul>li>a{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}.jltma-nav-menu span.jltma-animation:not(.jltma-nav-menu__main-item-text-wrap){height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.jltma-nav-menu__main>ul ul>li>a>.jltma-animation{display:none}.jltma-nav-menu__main>ul ul>li>a .jltma-nav-menu__main-item-text-wrap.jltma-animation{-webkit-transform:none!important;-ms-transform:none!important;transform:none!important;-webkit-transition:none!important;transition:none!important}.jltma-nav-menu.jltma-pointer-underline.jltma-animation-drop-in .jltma-nav-menu__main>ul li.current_page_item>a>.jltma-animation,.jltma-nav-menu.jltma-pointer-underline.jltma-animation-drop-in .jltma-nav-menu__main>ul li:hover>a>.jltma-animation,.jltma-nav-menu.jltma-pointer-underline.jltma-animation-drop-out .jltma-nav-menu__main>ul li.current_page_item>a>.jltma-animation,.jltma-nav-menu.jltma-pointer-underline.jltma-animation-drop-out .jltma-nav-menu__main>ul li:hover>a>.jltma-animation,.jltma-nav-menu.jltma-pointer-underline.jltma-animation-grow .jltma-nav-menu__main>ul li.current_page_item>a>.jltma-animation,.jltma-nav-menu.jltma-pointer-underline.jltma-animation-grow .jltma-nav-menu__main>ul li:hover>a>.jltma-animation,.jltma-nav-menu.jltma-pointer-underline.jltma-animation-none .jltma-nav-menu__main>ul li.current_page_item>a>.jltma-animation,.jltma-nav-menu.jltma-pointer-underline.jltma-animation-none .jltma-nav-menu__main>ul li:hover>a>.jltma-animation,.jltma-nav-menu.jltma-pointer-underline.jltma-animation-slide .jltma-nav-menu__main>ul li.current_page_item>a>.jltma-animation,.jltma-nav-menu.jltma-pointer-underline.jltma-animation-slide .jltma-nav-menu__main>ul li:hover>a>.jltma-animation{background-size:100%}.jltma-nav-menu.jltma-pointer-underline.jltma-animation-drop-in .jltma-nav-menu__main>ul li.current_page_item>a>.jltma-animation,.jltma-nav-menu.jltma-pointer-underline.jltma-animation-drop-in .jltma-nav-menu__main>ul li:hover>a>.jltma-animation,.jltma-nav-menu.jltma-pointer-underline.jltma-animation-drop-out .jltma-nav-menu__main>ul li.current_page_item>a>.jltma-animation,.jltma-nav-menu.jltma-pointer-underline.jltma-animation-drop-out .jltma-nav-menu__main>ul li:hover>a>.jltma-animation,.jltma-nav-menu.jltma-pointer-underline.jltma-animation-none .jltma-nav-menu__main>ul li.current_page_item>a>.jltma-animation,.jltma-nav-menu.jltma-pointer-underline.jltma-animation-none .jltma-nav-menu__main>ul li:hover>a>.jltma-animation{background-position:50% 100%}.jltma-nav-menu.jltma-pointer-overline.jltma-animation-drop-in .jltma-nav-menu__main>ul li.current_page_item>a>.jltma-animation,.jltma-nav-menu.jltma-pointer-overline.jltma-animation-drop-in .jltma-nav-menu__main>ul li:hover>a>.jltma-animation,.jltma-nav-menu.jltma-pointer-overline.jltma-animation-drop-out .jltma-nav-menu__main>ul li.current_page_item>a>.jltma-animation,.jltma-nav-menu.jltma-pointer-overline.jltma-animation-drop-out .jltma-nav-menu__main>ul li:hover>a>.jltma-animation,.jltma-nav-menu.jltma-pointer-overline.jltma-animation-grow .jltma-nav-menu__main>ul li.current_page_item>a>.jltma-animation,.jltma-nav-menu.jltma-pointer-overline.jltma-animation-grow .jltma-nav-menu__main>ul li:hover>a>.jltma-animation,.jltma-nav-menu.jltma-pointer-overline.jltma-animation-none .jltma-nav-menu__main>ul li.current_page_item>a>.jltma-animation,.jltma-nav-menu.jltma-pointer-overline.jltma-animation-none .jltma-nav-menu__main>ul li:hover>a>.jltma-animation,.jltma-nav-menu.jltma-pointer-overline.jltma-animation-slide .jltma-nav-menu__main>ul li.current_page_item>a>.jltma-animation,.jltma-nav-menu.jltma-pointer-overline.jltma-animation-slide .jltma-nav-menu__main>ul li:hover>a>.jltma-animation{background-size:100%}.jltma-nav-menu.jltma-pointer-overline.jltma-animation-drop-in .jltma-nav-menu__main>ul li.current_page_item>a>.jltma-animation,.jltma-nav-menu.jltma-pointer-overline.jltma-animation-drop-in .jltma-nav-menu__main>ul li:hover>a>.jltma-animation,.jltma-nav-menu.jltma-pointer-overline.jltma-animation-drop-out .jltma-nav-menu__main>ul li.current_page_item>a>.jltma-animation,.jltma-nav-menu.jltma-pointer-overline.jltma-animation-drop-out .jltma-nav-menu__main>ul li:hover>a>.jltma-animation,.jltma-nav-menu.jltma-pointer-overline.jltma-animation-none .jltma-nav-menu__main>ul li.current_page_item>a>.jltma-animation,.jltma-nav-menu.jltma-pointer-overline.jltma-animation-none .jltma-nav-menu__main>ul li:hover>a>.jltma-animation{background-position:50% 0}.jltma-nav-menu.jltma-pointer-background.jltma-animation-grow .jltma-nav-menu__main>ul li.current_page_item>a>.jltma-animation,.jltma-nav-menu.jltma-pointer-background.jltma-animation-grow .jltma-nav-menu__main>ul li:hover>a>.jltma-animation,.jltma-nav-menu.jltma-pointer-background.jltma-animation-none .jltma-nav-menu__main>ul li.current_page_item>a>.jltma-animation,.jltma-nav-menu.jltma-pointer-background.jltma-animation-none .jltma-nav-menu__main>ul li:hover>a>.jltma-animation,.jltma-nav-menu.jltma-pointer-background.jltma-animation-sweep-filling.jltma-direction-sweep-bottom .jltma-nav-menu__main>ul li.current_page_item>a>.jltma-animation,.jltma-nav-menu.jltma-pointer-background.jltma-animation-sweep-filling.jltma-direction-sweep-bottom .jltma-nav-menu__main>ul li:hover>a>.jltma-animation,.jltma-nav-menu.jltma-pointer-background.jltma-animation-sweep-filling.jltma-direction-sweep-left .jltma-nav-menu__main>ul li.current_page_item>a>.jltma-animation,.jltma-nav-menu.jltma-pointer-background.jltma-animation-sweep-filling.jltma-direction-sweep-left .jltma-nav-menu__main>ul li:hover>a>.jltma-animation,.jltma-nav-menu.jltma-pointer-background.jltma-animation-sweep-filling.jltma-direction-sweep-right .jltma-nav-menu__main>ul li.current_page_item>a>.jltma-animation,.jltma-nav-menu.jltma-pointer-background.jltma-animation-sweep-filling.jltma-direction-sweep-right .jltma-nav-menu__main>ul li:hover>a>.jltma-animation,.jltma-nav-menu.jltma-pointer-background.jltma-animation-sweep-filling.jltma-direction-sweep-top .jltma-nav-menu__main>ul li.current_page_item>a>.jltma-animation,.jltma-nav-menu.jltma-pointer-background.jltma-animation-sweep-filling.jltma-direction-sweep-top .jltma-nav-menu__main>ul li:hover>a>.jltma-animation{background-size:100% 100%}.jltma-nav-menu.jltma-pointer-text.jltma-animation-skew .jltma-nav-menu__main>ul li.current_page_item>a>.jltma-animation,.jltma-nav-menu.jltma-pointer-text.jltma-animation-skew .jltma-nav-menu__main>ul li:hover>a>.jltma-animation{-webkit-transform:skew(-8deg);-ms-transform:skew(-8deg);transform:skew(-8deg)}.jltma-nav-menu.jltma-pointer-text.jltma-animation-grow .jltma-nav-menu__main>ul li.current_page_item>a>.jltma-animation,.jltma-nav-menu.jltma-pointer-text.jltma-animation-grow .jltma-nav-menu__main>ul li:hover>a>.jltma-animation{-webkit-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2)}.jltma-nav-menu.jltma-pointer-text.jltma-animation-shrink .jltma-nav-menu__main>ul li.current_page_item>a>.jltma-animation,.jltma-nav-menu.jltma-pointer-text.jltma-animation-shrink .jltma-nav-menu__main>ul li:hover>a>.jltma-animation{-webkit-transform:scale(.8);-ms-transform:scale(.8);transform:scale(.8)}.jltma-nav-menu.jltma-pointer-text.jltma-animation-float .jltma-nav-menu__main>ul li.current_page_item>a>.jltma-animation,.jltma-nav-menu.jltma-pointer-text.jltma-animation-float .jltma-nav-menu__main>ul li:hover>a>.jltma-animation{-webkit-transform:translateY(-8px);-ms-transform:translateY(-8px);transform:translateY(-8px)}.jltma-nav-menu.jltma-pointer-text.jltma-animation-sink .jltma-nav-menu__main>ul li.current_page_item>a>.jltma-animation,.jltma-nav-menu.jltma-pointer-text.jltma-animation-sink .jltma-nav-menu__main>ul li:hover>a>.jltma-animation{-webkit-transform:translateY(8px);-ms-transform:translateY(8px);transform:translateY(8px)}.jltma-nav-menu.jltma-pointer-text.jltma-animation-rotate .jltma-nav-menu__main>ul li.current_page_item>a>.jltma-animation,.jltma-nav-menu.jltma-pointer-text.jltma-animation-rotate .jltma-nav-menu__main>ul li:hover>a>.jltma-animation{-webkit-transform:rotate(6deg);-ms-transform:rotate(6deg);transform:rotate(6deg)}.jltma-nav-menu__container .jltma-nav-menu__container-inner .jltma-submenu-indicator{background-image:url(/wp-content/plugins/master-addons/assets/images/symbols.svg);background-position:-2px -523px;background-repeat:no-repeat;display:block;display:inline-block;height:11px;margin-top:-3px;position:absolute;right:0;top:50%;width:11px}.default-main-icon-hide .jltma-nav-menu__container-inner>li>a>.jltma-submenu-indicator,.default-submenu-icon-hide .jltma-nav-menu__container-inner>li ul.dropdown-menu>li>a>.jltma-submenu-indicator{display:none!important}.jltma-news-ticker{width:100%}.jltma-ticker-content{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;display:table;margin:0 auto;width:100%}.jltma-ticker-heading{color:#fff;display:table-cell;font-size:13px;font-weight:700;min-width:130px;text-align:center;text-transform:uppercase;vertical-align:middle}.jltma-news-ticker li img{float:left;margin-right:10px;max-width:50px}.jltma-news-ticker a{color:#999;height:100%;margin:0}.jltma-entry-title a:hover,.jltma-news-ticker a:hover{text-decoration:none}.jltma-ticker-content-details{border-left:5px solid transparent;display:table-cell;padding:11px 15px 11px 2.5rem;position:relative;vertical-align:middle;width:100%}.jltma-ticker-content-details:after,.jltma-ticker-content-details:before{content:"";position:absolute}.jltma-ticker-content-details:before{border-bottom:10px solid transparent;border-left:10px solid #4b00e7;border-top:10px solid transparent;left:0;margin-top:-10px;top:50%}.jltma-ticker-content-inner{display:inline-block;min-height:30px;overflow:hidden;position:relative;width:100%}.jltma-ticker-content-items{left:0!important;margin:0;min-height:28px;overflow:hidden;padding:0;position:absolute;right:60px;width:100%}.jltma-ticker-content-items li{float:left;list-style:none;opacity:0;padding:10px 0;width:100%}.jltma-ticker-content-items li.active{opacity:1}.jltma-ticker-content-items li a{top:20px}.jltma-ticker-content-items p{position:relative;top:0;white-space:nowrap;width:auto}@-webkit-keyframes ticker{0%{-webkit-transform:translateZ(0);transform:translateZ(0);visibility:visible}to{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes ticker{0%{-webkit-transform:translateZ(0);transform:translateZ(0);visibility:visible}to{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.horizontal-scroll .jltma-ticker-content-inner{overflow:hidden;padding-right:60px;width:100%}.horizontal-scroll .jltma-ticker-content-items{-webkit-animation-duration:30s;animation-duration:30s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:ticker;animation-name:ticker;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-box-sizing:content-box;box-sizing:content-box;display:inline-block;left:100%!important;padding-right:0;white-space:nowrap}.horizontal-scroll .jltma-ticker-content-items li{display:inline-block;opacity:1;padding-right:10px;position:static;width:auto}.jltma-ticker-content-inner>.jltma-ticker-nav{background:#fff;height:40px;margin-top:-20px;position:absolute;right:0;top:50%;width:60px;z-index:1}.jltma-ticker-content-inner>.jltma-ticker-nav>span{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;background-repeat:no-repeat;color:red;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:center;line-height:40px;position:absolute;top:0}.jltma-ticker-content-inner>.jltma-ticker-nav>span:first-child{background-position:0}.jltma-ticker-content-inner>.jltma-ticker-nav>span.eicon-chevron-left{right:30px}.jltma-ticker-content-inner>.jltma-ticker-nav>span:last-child{background-position:100%;right:0}.jltma-search-section{line-height:100%}.jltma-search-section .jltma-search-icon{background:0 0;display:block;font-size:20px;font-size:22px;height:26px;margin:0;padding:0;width:26px}.jltma-search{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;justify-content:center;opacity:0;text-align:center;-webkit-transition:all .4s ease;transition:all .4s ease}.jltma-search.search--open{opacity:1}.js .jltma-search{height:100vh;left:0;position:fixed;top:0;width:100%;z-index:1000}.js .jltma-search:before{background:rgba(40,43,47,.9);content:"";height:100%;position:absolute;right:0;top:0;width:100%}.jltma-btn--search-close{border:0;height:50px;padding:0;position:absolute;right:1.25rem;top:3.25rem;width:50px}.jltma-btn--search-close .jltma-icon--search{height:50px;width:50px}.jltma-btn--search-close:focus{border:0;outline:0}.jltma-btn--search-close:hover{cursor:pointer}.jltma-search__form{margin:5em 0;z-index:999}.jltma-search__form .jltma-search__input{-webkit-appearance:none;background:0 0;border:0;border-bottom:5px solid;border-radius:0;color:#fff;font-size:6rem;line-height:1;padding:0;width:100%}.jltma-search__form .jltma-search__input:focus{outline:none}.jltma-search__form .jltma-search__input::-webkit-input-placeholder{color:#fff}.jltma-search__form .jltma-search__input::-moz-placeholder{color:#fff}.jltma-search__form .jltma-search__input:-ms-input-placeholder{color:#fff}.jltma-search__form .jltma-search__info{color:#fdfdfd;display:block;font-size:15px;font-weight:700;margin:0 auto;padding:.85em 0;text-align:center;width:75%}.jltma-search-form .jltma-form-control{-webkit-box-flex:1;border:1px solid #e6e6e6;-webkit-box-shadow:none;box-shadow:none;-ms-flex:1 1 0px;flex:1 1 0;height:50px;text-transform:none}.jltma-search-form .jltma-search-submit{background:#4b00e7;border:0;border-left:1px solid #e6e6e6;color:#fff;font-size:1.125rem;line-height:50px;outline:0;overflow:hidden;padding:0 1.5rem;text-align:center}.jltma-search-form .jltma-search-submit i{font-size:1.5rem;vertical-align:middle}.js .main-wrap{position:relative;-webkit-transition:-webkit-transform .5s;transition:-webkit-transform .5s;transition:transform .5s;transition:transform .5s,-webkit-transform .5s}.js .main-wrap--move .jltma-btn--search{opacity:0;pointer-events:none}.js .jltma-search{pointer-events:none}.js .search--open{pointer-events:auto}.js .search:before{opacity:0;-webkit-transition:opacity .5s;transition:opacity .5s}.js .search--open:before{opacity:1}.main-wrap{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;position:relative}.jltma-btn--search{background:0 0;border:0;font-size:1.5em;margin:0;padding:0}.jltma-btn--search:focus,.jltma-btn--search:hover{background-color:transparent;outline:none}.jltma-btn--search i{color:#4b00e7;cursor:pointer}.jltma-btn--hidden{opacity:0;pointer-events:none}@media screen and (max-width:40em){.search-wrap{font-size:.85em;position:absolute;right:2em;top:2.15em}}blockquote.jltma-blockquote{background:#404ace;border:none;border-radius:20px;color:#fff;font-size:1.9rem;font-style:italic;font-weight:800;letter-spacing:0;line-height:44px;margin:0;padding:50px 60px 80px;position:relative;z-index:1}blockquote.jltma-blockquote cite{color:#fff;font-size:16px;margin-top:0;padding:0 0 0 30px;position:relative}blockquote.jltma-blockquote cite:before{background:#f04e23;border-radius:3px;content:"";height:6px;left:0;margin-top:20px;position:absolute;width:15px}.jltma-counterup{background-color:#fff;border-radius:15px;margin-bottom:30px;padding:30px 20px;position:relative;-webkit-transition:.3s;transition:.3s}.jltma-counterup i{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;background-color:#4b00e7;border-radius:50%;color:#fff;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;font-size:30px;height:70px;justify-content:center;width:70px}.jltma-counterup .counterup-icon-text-center{display:block;text-align:center}.jltma-counterup .counterup-icon-text-center i,.jltma-counterup .counterup-icon-text-center img{margin-bottom:25px}.jltma-counterup h3{color:#333;display:inline-block}.jltma-counterup h3.jltma-counterup-number{color:#333;font-size:24px;font-weight:700;line-height:40px;margin-bottom:0;margin-top:0;padding-bottom:0;padding-top:0}.jltma-counterup span.jltma-counterup-title{color:#525151;display:inline-block;font-size:16px;font-weight:500;margin-top:0}.jltma-counterup-icon-left,.jltma-counterup-icon-right{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex}.jltma-counterup-icon-right{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.counterup-icon-text-right{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.jltma-counterup-icon-center{text-align:center}.counterup-icon-text-left{margin-right:30px}.counterup-icon-text-right{margin-left:30px}.jltma-counterup-icon-right .jltma-counterup-content{text-align:right}.counterup-icon-text-center img{margin-left:auto;margin-right:auto}.jltma-widget-countdown .jltma-countdown-wrapper{position:relative}.jltma-widget-countdown .jltma-countdown-wrapper .jltma-countdown-value{font-size:4.5em;font-weight:700}.jltma-widget-countdown .jltma-countdown-wrapper .jltma-countdown-title{color:#888;font-size:.875em;font-weight:500;padding-top:20px}.jltma-widget-countdown .jltma-countdown-wrapper.jltma-countdown-inline,.jltma-widget-countdown .jltma-countdown-wrapper.jltma-countdown-inline-table{-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.jltma-widget-countdown .jltma-countdown-wrapper.jltma-countdown-inline .jltma-countdown-item,.jltma-widget-countdown .jltma-countdown-wrapper.jltma-countdown-inline-table .jltma-countdown-item{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;padding:.9375em 1.875em}.jltma-widget-countdown .jltma-countdown-wrapper.jltma-countdown-inline .jltma-countdown-seperator,.jltma-widget-countdown .jltma-countdown-wrapper.jltma-countdown-inline-table .jltma-countdown-seperator{padding:.9375em}.jltma-widget-countdown .jltma-countdown-wrapper.jltma-countdown-inline-table .jltma-countdown-item{-webkit-box-flex:1;-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto}.jltma-widget-countdown .jltma-countdown-wrapper.jltma-countdown-block,.jltma-widget-countdown .jltma-countdown-wrapper.jltma-countdown-block-table{-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.jltma-widget-countdown .jltma-countdown-wrapper.jltma-countdown-block .jltma-countdown-item,.jltma-widget-countdown .jltma-countdown-wrapper.jltma-countdown-block-table .jltma-countdown-item{padding:1.875em;text-align:center}.jltma-widget-countdown .jltma-countdown-wrapper.jltma-countdown-block .jltma-countdown-title,.jltma-widget-countdown .jltma-countdown-wrapper.jltma-countdown-block .jltma-countdown-value,.jltma-widget-countdown .jltma-countdown-wrapper.jltma-countdown-block-table .jltma-countdown-title,.jltma-widget-countdown .jltma-countdown-wrapper.jltma-countdown-block-table .jltma-countdown-value{display:block}.jltma-widget-countdown .jltma-countdown-wrapper.jltma-countdown-block-table .jltma-countdown-item,.jltma-widget-countdown .jltma-countdown-wrapper.jltma-countdown-block-table .jltma-countdown-seperator{-ms-flex-preferred-size:0;-webkit-box-flex:1;-ms-flex-positive:1;-webkit-flex-basis:0;flex-basis:0;-webkit-flex-grow:1;flex-grow:1;text-align:center}.jltma-advanced-image .jltma-adv-image-wrapper{display:inline-block}.jltma-advanced-image .jltma-adv-image-wrapper .jltma-image-has-secondary img:last-child{left:0;opacity:0;position:absolute;top:0;-webkit-transition:opacity 1s;transition:opacity 1s;z-index:2}.jltma-advanced-image .jltma-adv-image-wrapper:hover .jltma-image-has-secondary img{opacity:0}.jltma-advanced-image .jltma-adv-image-wrapper:hover .jltma-image-has-secondary img:last-child{opacity:1}.jltma-advanced-image .jltma-media-image{display:block;max-width:100%;overflow:hidden;text-align:center;-webkit-transition:all .3s ease-out;transition:all .3s ease-out}.jltma-advanced-image .jltma-media-image img{display:inline-block;height:auto;margin:0 auto}.jltma-advanced-image.jltma-alignnone{text-align:center}.jltma-advanced-image.jltma-alignleft{float:left}.jltma-advanced-image.jltma-alignright{float:right}.jltma-advanced-image .jltma-media-image{position:relative}.jltma-advanced-image .jltma-media-image.jltma-hidden-overflow{overflow:hidden}.jltma-advanced-image .jltma-ribbon-wrapper{z-index:5}.jltma-advanced-image .jltma-ribbon-wrapper.jltma-corner-ribbon{background:#ea4335;-webkit-box-shadow:0 0 3px rgba(0,0,0,.3);box-shadow:0 0 3px rgba(0,0,0,.3);color:#fff;left:-50px;letter-spacing:1px;line-height:50px;position:absolute;text-align:center;top:25px;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);width:200px}.jltma-advanced-image .jltma-ribbon-wrapper.jltma-corner-ribbon.top-right{left:auto;right:-50px;top:25px;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.jltma-advanced-image .jltma-ribbon-wrapper.jltma-corner-ribbon.bottom-left{bottom:25px;left:-50px;top:auto;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.jltma-advanced-image .jltma-ribbon-wrapper.jltma-corner-ribbon.bottom-right{bottom:25px;left:auto;right:-50px;top:auto;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.jltma-advanced-image .jltma-ribbon-wrapper.jltma-simple-ribbon{background:#ea4335;color:#fff;left:-1px;padding:7px 50px;position:absolute;top:25px}.jltma-advanced-image .jltma-ribbon-wrapper.jltma-simple-ribbon.top-right{left:auto;right:-1px;top:25px}.jltma-advanced-image .jltma-ribbon-wrapper.jltma-simple-ribbon.bottom-left{bottom:25px;left:-1px;top:auto}.jltma-advanced-image .jltma-ribbon-wrapper.jltma-simple-ribbon.bottom-right{bottom:25px;left:auto;right:-1px;top:auto}.jltma-advanced-image .jltma-ribbon-wrapper.jltma-cross-ribbon{background:#ea4335;border-radius:0 0 2px 2px;color:#fff;left:25px;padding:10px;position:absolute;top:-15px}.jltma-advanced-image .jltma-ribbon-wrapper.jltma-cross-ribbon:before{border-bottom:15px solid #a42f25;border-left:15px solid transparent;bottom:0;content:"";height:0;left:-15px;position:absolute;right:0;top:0;width:0}.jltma-advanced-image .jltma-ribbon-wrapper.jltma-cross-ribbon.top-right{left:auto;right:25px}.jltma-advanced-image .jltma-ribbon-wrapper.jltma-cross-ribbon.top-right:before{border-left:0;border-right:15px solid transparent;left:auto;right:-15px}.jltma-advanced-image .jltma-ribbon-wrapper.jltma-cross-ribbon.bottom-left{bottom:-15px;top:auto}.jltma-advanced-image .jltma-ribbon-wrapper.jltma-cross-ribbon.bottom-left:before{border-bottom:0;border-top:15px solid #a42f25;top:auto}.jltma-advanced-image .jltma-ribbon-wrapper.jltma-cross-ribbon.bottom-right{bottom:-15px;left:auto;right:25px;top:auto}.jltma-advanced-image .jltma-ribbon-wrapper.jltma-cross-ribbon.bottom-right:before{border-bottom:0;border-left:0!important;border-right:15px solid transparent!important;border-top:15px solid #a42f25;left:auto;right:-15px;top:auto}.jltma-lightbox-btn{direction:ltr}.jltma-has-preview{-webkit-perspective-origin:50%;perspective-origin:50%;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-transition:-webkit-filter .3s;transition:-webkit-filter .3s;transition:filter .3s;transition:filter .3s,-webkit-filter .3s;will-change:filter}.jltma-has-preview.jltma-preload,.jltma-has-preview.jltma-preloading{-webkit-filter:blur(10px);filter:blur(10px)}.jltma-has-preview.jltma-preloaded{-webkit-filter:blur(0);filter:blur(0)}.jltma-preload,.jltma-preloaded,.jltma-preloading{will-change:background,opacity}.jltma-preload.jltma-progress-box,.jltma-preloading.jltma-progress-box{-webkit-animation-duration:1.4s;animation-duration:1.4s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:JltmaLoadingWave;animation-name:JltmaLoadingWave;-webkit-animation-timing-function:linear;animation-timing-function:linear;background:#ddd;background-image:-webkit-gradient(linear,left top,right top,color-stop(33%,#ddd),color-stop(40%,#f5f5f5),color-stop(43%,#e5e5e5),color-stop(46%,#ddd));background-image:linear-gradient(90deg,#ddd 33%,#f5f5f5 40%,#e5e5e5 43%,#ddd 46%);background-repeat:no-repeat;background-size:300% auto;position:relative}.jltma-preload.jltma-blank,.jltma-preloading.jltma-blank{opacity:0}.jltma-preloading.jltma-simple-spinner,.jltma-preloading.jltma-simple-spinner-dark,.jltma-preloading.jltma-simple-spinner-light{background-position:50%;background-repeat:no-repeat}.jltma-preloading.jltma-simple-spinner{background-image:url(/wp-content/plugins/master-addons/assets/images/spinner-default.svg)}.jltma-preloading.jltma-simple-spinner-light{background-image:url(/wp-content/plugins/master-addons/assets/images/spinner-light.svg)}.jltma-preloading.jltma-simple-spinner-dark{background-image:url(/wp-content/plugins/master-addons/assets/images/spinner-dark.svg)}.jltma-preloaded.jltma-blank{-webkit-animation-duration:.4s;animation-duration:.4s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-name:JltmaFadeInPreloaded;animation-name:JltmaFadeInPreloaded;-webkit-animation-timing-function:cubic-bezier(.25,.46,.45,.94);animation-timing-function:cubic-bezier(.25,.46,.45,.94)}@-webkit-keyframes JltmaLoadingWave{0%{background-position:0 0}to{background-position:66% 0}}@-webkit-keyframes JltmaFadeInPreloaded{0%{opacity:0}to{opacity:1}}@keyframes JltmaFadeInPreloaded{0%{opacity:0}to{opacity:1}}.jltma-img-dynamic-dropshadow-frame{position:relative}.jltma-img-dynamic-dropshadow-frame .jltma-img-dynamic-dropshadow{position:relative;z-index:1}.jltma-img-dynamic-dropshadow-frame .jltma-img-dynamic-dropshadow-cloned{-webkit-filter:blur(50px);filter:blur(50px);left:0;margin:0 auto;opacity:.4;position:absolute;right:0;top:0;-webkit-transform:translateX(75px) translateY(40px);-ms-transform:translateX(75px) translateY(40px);transform:translateX(75px) translateY(40px)}.jltma-orginal-blured-img{overflow:hidden;position:relative}.jltma-blured-img{height:100%;left:0;opacity:0;position:absolute;top:0;-webkit-transition:opacity,-webkit-transform .1s ease-out;transition:opacity,-webkit-transform .1s ease-out;transition:opacity,transform .1s ease-out;transition:opacity,transform .1s ease-out,-webkit-transform .1s ease-out;width:100%;will-change:opacity,transform}.jltma-hover-scale-circle-plus{direction:ltr;display:block;position:absolute}.jltma-hover-scale-circle-plus .jltma-symbol-circle,.jltma-hover-scale-circle-plus .jltma-symbol-plus{display:block;opacity:0;position:absolute;-webkit-transition:all .8s cubic-bezier(.75,.1,.25,.9);transition:all .8s cubic-bezier(.75,.1,.25,.9)}.jltma-hover-scale-circle-plus .jltma-symbol-plus{height:30px;margin-top:15px;width:30px;z-index:3}.jltma-hover-scale-circle-plus .jltma-symbol-plus:after,.jltma-hover-scale-circle-plus .jltma-symbol-plus:before{background-color:#fff;content:"";display:block;height:1px;position:absolute;width:100%}.jltma-hover-scale-circle-plus .jltma-symbol-plus:after{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.jltma-hover-scale-circle-plus .jltma-symbol-circle{border:2px solid #fff;border-radius:50%;height:100px;width:100px}.jltma-hover-scale-circle-plus{left:50%;top:50%}.jltma-hover-scale-circle-plus .jltma-symbol-plus{-webkit-transform:translate3d(-50%,-50%,0) scale(.8);transform:translate3d(-50%,-50%,0) scale(.8);-webkit-transform-origin:50% 0 0;-ms-transform-origin:50% 0 0;transform-origin:50% 0 0}.jltma-hover-scale-circle-plus .jltma-symbol-circle{-webkit-transform:translate3d(-50%,-50%,0) scale(1.25);transform:translate3d(-50%,-50%,0) scale(1.25);z-index:2}.jltma-hover-active:hover .jltma-hover-scale-circle-plus .jltma-symbol-circle,.jltma-hover-active:hover .jltma-hover-scale-circle-plus .jltma-symbol-plus{opacity:1;-webkit-transform:translate3d(-50%,-50%,0) scale(1) rotate(0);transform:translate3d(-50%,-50%,0) scale(1) rotate(0)}.jltma-hover-fade{opacity:0;-webkit-transition:opacity 1s ease-in-out;transition:opacity 1s ease-in-out;will-change:opacity}.jltma-hover-active:hover .jltma-hover-fade{opacity:1}.swiper-fade .jltma-twitter_slider__item{opacity:0!important}.swiper-fade .jltma-twitter_slider__item.swiper-slide-active{opacity:1!important}.jltma-twitter-carousel-slider .jltma-twitter_slider__item .card-body>a{display:block;margin:0 auto;width:100%}.jltma-twitter-carousel-slider .jltma-twitter_slider__item .card-body>a img{width:100%}.jltma-arrows{pointer-events:none}.jltma-swiper__button,.swiper-pagination{pointer-events:auto}.swiper-scrollbar{background:rgba(0,0,0,.25);height:4px;left:10px;opacity:1!important;width:calc(100% - 20px)!important}.swiper-scrollbar-drag{background:#007aff}.jltma-arrow{position:relative}.jltma-fancybox-caption .jltma-image-carousel-title{margin:0 10px}.jltma-image-carousel-figure{position:relative}.jltma-image-carousel-figure i,.jltma-image-carousel-figure svg{fill:#fff;height:25px;position:absolute;right:10px;top:10px;width:25px;z-index:999}.jltma-image-carousel-figure i{color:#fff}.fancybox-container.fancybox-is-open .fancybox-bg{opacity:1!important}.fancybox-container.fancybox-is-open .fancybox-caption .fancybox-caption__body{overflow-y:hidden}.jltma-logo-slider-item .jltma-logo-slider-figure{position:relative}.jltma-logo-slider-item .jltma-logo-slider-figure figcaption{background:hsla(0,0%,100%,.85);height:100%;left:0;margin:0;padding:30px 0;position:absolute;text-align:center;top:0;-webkit-transition:.4s;transition:.4s;width:100%}.jltma-logo-slider-item .jltma-logo-slider-figure figcaption:not(.show){opacity:0;visibility:hidden}.jltma-logo-slider-item .jltma-logo-slider-figure figcaption .jltma-logo-slider-brand-name{color:#222;margin:10px}.jltma-logo-slider-item .jltma-logo-slider-figure figcaption .jltma-logo-slider-brand-description{color:#444}.jltma-logo-slider-item .jltma-logo-slider-figure .jltma-logo-slider-hover-img{left:0;position:absolute;top:0;-webkit-transition:.4s;transition:.4s;z-index:9999}.jltma-logo-slider-item .jltma-logo-slider-figure .jltma-logo-slider-hover-img:not(.show){opacity:0;visibility:hidden}.jltma-logo-slider-item .jltma-logo-slider-figure i.item-hover-icon,.jltma-logo-slider-item .jltma-logo-slider-figure svg.item-hover-icon{color:#fff;position:absolute;z-index:99999}.jltma-logo-slider-item .jltma-logo-slider-figure i.item-hover-icon.top_right,.jltma-logo-slider-item .jltma-logo-slider-figure svg.item-hover-icon.top_right{right:10px;top:10px}.jltma-logo-slider-item .jltma-logo-slider-figure i.item-hover-icon.top_left,.jltma-logo-slider-item .jltma-logo-slider-figure svg.item-hover-icon.top_left{left:10px;top:10px}.jltma-logo-slider-item .jltma-logo-slider-figure i.item-hover-icon.bottom_right,.jltma-logo-slider-item .jltma-logo-slider-figure svg.item-hover-icon.bottom_right{bottom:10px;right:10px}.jltma-logo-slider-item .jltma-logo-slider-figure i.item-hover-icon.bottom_left,.jltma-logo-slider-item .jltma-logo-slider-figure svg.item-hover-icon.bottom_left{bottom:10px;left:10px}.jltma-logo-slider-item .jltma-logo-slider-figure i.item-hover-icon:hover,.jltma-logo-slider-item .jltma-logo-slider-figure svg.item-hover-icon:hover{cursor:pointer}.jltma-logo-slider-item .jltma-logo-slider-figure i.item-hover-icon.icon-eye:before,.jltma-logo-slider-item .jltma-logo-slider-figure svg.item-hover-icon.icon-eye:before{content:"\e087"!important}.jltma-logo-slider-item:hover .jltma-logo-slider-figure .jltma-logo-slider-hover-img:not(.jltma-hover-click),.jltma-logo-slider-item:hover .jltma-logo-slider-figure figcaption:not(.jltma-hover-click){opacity:1;visibility:visible}.jltma-logo-slider-item:hover .jltma-logo-slider-figure .jltma-hover-click.show{opacity:1;visibility:visible}.jltma-slider__item figure{position:relative}.jltma-slider__item figure i[class*=lightbox-expand]{position:absolute;right:15px;top:15px}.jltma-slider__item .jltma-carousel-title span[class*=-carousel-]{display:inline-block;width:100%}.swiper-horizontal+.swiper-pagination-progressbar,.swiper-vertical+.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{height:4px;width:100%}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#007aff;height:100%;left:0;position:absolute;top:0;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top;width:100%}.jltma-arrows{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;position:absolute;top:0;z-index:1}.jltma-arrows [class*=jltma-arrow]{background-color:#fff;border-radius:100%;-webkit-box-shadow:0 13px 33px 0 rgba(51,77,128,.08);box-shadow:0 13px 33px 0 rgba(51,77,128,.08);color:#000;cursor:pointer;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;font-size:24px;margin:24px;padding:1em;-webkit-transition:all .3s ease;transition:all .3s ease;z-index:1}.jltma-arrows [class*=jltma-arrow]:hover{color:#132c47}.jltma-arrows .jltma-arrow--prev{left:0}.jltma-arrows .jltma-arrow--next{right:0}.jltma-arrows.jltma-swiper__pagination--both{height:100%;width:100%}.jltma-fraction-arrow-container .swiper-pagination,.jltma-swiper__pagination--both .swiper-pagination{-webkit-box-flex:0;bottom:0;-ms-flex:0 0 100%;flex:0 0 100%;-webkit-transform:none;-ms-transform:none;transform:none;width:100%}.jltma-position-bottom-left .swiper-pagination,.jltma-position-bottom-right .swiper-pagination,.jltma-position-top-left .swiper-pagination,.jltma-position-top-right .swiper-pagination{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%}.swiper-pagination.swiper-pagination-fraction{position:static;-webkit-transform:none;-ms-transform:none;transform:none}.jltma-carousel-both-navigation[class*=jltma-position-],.jltma-fraction-arrow-container[class*=jltma-position-]{display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute}.jltma-carousel-both-navigation.jltma-position-top,.jltma-fraction-arrow-container.jltma-position-top{top:0}.jltma-carousel-both-navigation.jltma-position-bottom,.jltma-fraction-arrow-container.jltma-position-bottom{bottom:0}.jltma-carousel-both-navigation.jltma-position-center .swiper-pagination,.jltma-fraction-arrow-container.jltma-position-center .swiper-pagination{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:100%}.jltma-position-top-left,.jltma-swiper__navigation--top-left{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;left:0;top:0}.jltma-position-top-center,.jltma-swiper__navigation--top-center{-webkit-box-align:start;-ms-flex-align:start;-webkit-box-pack:center;-ms-flex-pack:center;align-items:flex-start;justify-content:center;top:0;width:100%!important}.jltma-position-top-right,.jltma-swiper__navigation--top-right{-webkit-box-align:start;-ms-flex-align:start;-webkit-box-pack:end;-ms-flex-pack:end;align-items:flex-start;justify-content:flex-end;right:0;top:0}.jltma-position-center,.jltma-swiper__navigation--center{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;top:50%!important;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:100%;z-index:3}.jltma-position-bottom-left,.jltma-swiper__navigation--bottom-left{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;bottom:0;left:0;top:inherit!important}.jltma-position-bottom-center,.jltma-swiper__navigation--bottom-center{-webkit-box-align:end;-ms-flex-align:end;-webkit-box-pack:center;-ms-flex-pack:center;align-items:flex-end;bottom:0;justify-content:center;top:inherit;width:100%!important}.jltma-position-bottom-right,.jltma-swiper__navigation--bottom-right{-webkit-box-align:end;-ms-flex-align:end;-webkit-box-pack:end;-ms-flex-pack:end;align-items:flex-end;bottom:0;justify-content:flex-end;right:0;top:inherit}.jltma-swiper__navigation--outside[class*=jltma-swiper__navigation--top-]{top:-80px}.jltma-swiper__navigation--outside[class*=jltma-swiper__navigation--bottom-]{bottom:-80px}.jltma-swiper__navigation--outside.jltma-swiper__navigation--center .jltma-arrow--prev{margin-left:-120px}.jltma-swiper__navigation--outside.jltma-swiper__navigation--center .jltma-arrow--next{margin-right:-120px}.swiper-pagination-progressbar{height:4px;left:10px!important;width:calc(100% - 20px)!important;z-index:1}.swiper-pagination-progressbar.jltma-position-top{top:0}.swiper-pagination-progressbar.jltma-position-bottom{bottom:0;top:inherit}.jltma-carousel-title{line-height:1.3;text-align:center}.jltma-carousel-title .jltma-image-carousel-title{font-size:1.25rem;margin:1rem 0 .5rem}.jltma-carousel-title .jltma-image-carousel-subtitle{font-size:1rem}@media (max-width:1199px){.jltma-visible-desktop,.jltma-visible-tablet{display:none!important}}@media (max-width:639px){.jltma-visible-mobile{display:none!important}}.ma-cf{padding:0}.ma-cf form input{font-size:14px}.ma-cf form input[type=color],.ma-cf form input[type=date],.ma-cf form input[type=datetime-local],.ma-cf form input[type=datetime],.ma-cf form input[type=email],.ma-cf form input[type=month],.ma-cf form input[type=number],.ma-cf form input[type=password],.ma-cf form input[type=range],.ma-cf form input[type=search],.ma-cf form input[type=tel],.ma-cf form input[type=text],.ma-cf form input[type=time],.ma-cf form input[type=url],.ma-cf form input[type=week]{width:100%}.ma-cf form input[type=submit]{margin-top:1.5em;text-transform:uppercase}.ma-cf form .btn,.ma-cf form [type=submit]{background:#4b00e7;border:1px solid #4b00e7;border-radius:5px;color:#fff}.ma-cf form .btn:focus,.ma-cf form .btn:hover,.ma-cf form [type=submit]:focus,.ma-cf form [type=submit]:hover{background-color:#fff;border:1px solid #4b00e7;color:#4b00e7}.ma-cf form textarea{max-height:150px;min-height:150px;width:100%}.ma-cf form .wpcf7-form-control:-ms-input-placeholder,.ma-cf form .wpcf7-form-control::-moz-placeholder,.ma-cf form .wpcf7-form-control::-webkit-input-placeholder{color:#78909c}.ma-cf form p{position:relative}.ma-cf form p br{display:none}.ma-cf form label{margin:11px 0}.ma-cf ul li{list-style:none}.caldera-grid span,.jltma-caldera-form .caldera-grid label,.jltma-gravity-form .gform_wrapper.gravity-theme .gfield_label,.jltma-ninja-form.ma-cf label,.ma-cf label,.ma-cf.jltma-wpforms .wpforms-form .wpforms-field-container .wpforms-field-label{color:#78909c;display:block;font-size:13px;font-weight:400}.jltma-caldera-form .caldera-grid .form-control,.jltma-gravity-form .gform_wrapper.gravity-theme input:not(.gform_button),.jltma-ninja-form.ma-cf .nf-form-content .ninja-forms-field,.ma-cf input,.ma-cf textarea,.ma-cf.jltma-wpforms .wpforms-form .wpforms-field-container input,.ma-cf.jltma-wpforms .wpforms-form .wpforms-field-container textarea{background-color:#fff;border-color:#e2e7ea;border-radius:5px;-webkit-box-shadow:none;box-shadow:none;font-size:16px;height:60px;margin-bottom:10px}.jltma-caldera-form .caldera-grid [type=button],.jltma-ninja-form.ma-cf .nf-form-content [type=button],.ma-cf [type=submit],.ma-cf.jltma-wpforms .wpforms-form [type=submit]{background:#4b00e7;border:1px solid #4b00e7;border-radius:5px;color:#fff}.jltma-caldera-form .caldera-grid [type=button]:hover,.jltma-ninja-form.ma-cf .nf-form-content [type=button]:hover,.ma-cf [type=submit]:hover,.ma-cf.jltma-wpforms .wpforms-form [type=submit]:hover{background:#fff;color:#4b00e7}.jltma-ninja-form.ma-cf-2 .nf-form-content [type=button],.jltma-ninja-form.ma-cf-4 .nf-form-content [type=button],.ma-cf-2 .wpforms-form .wpforms-submit-container,.ma-cf-2 input[type=submit],.ma-cf-2.jltma-caldera-form .caldera-grid [type=button],.ma-cf-4 .wpforms-form .wpforms-submit-container,.ma-cf-4 input[type=submit],.ma-cf-4.jltma-caldera-form .caldera-grid [type=button]{float:right}.jltma-gravity-form.ma-cf-3 .gform_wrapper.gravity-theme form input:not([type=checkbox],[type=radio],[type=submit]),.jltma-gravity-form.ma-cf-3 .gform_wrapper.gravity-theme form textarea,.jltma-gravity-form.ma-cf-4 .gform_wrapper.gravity-theme form input:not([type=checkbox],[type=radio],[type=submit]),.jltma-gravity-form.ma-cf-4 .gform_wrapper.gravity-theme form textarea,.jltma-ninja-form.ma-cf-3 .nf-form-content .ninja-forms-field,.jltma-ninja-form.ma-cf-4 .nf-form-content .ninja-forms-field,.ma-cf-3 input,.ma-cf-3 textarea,.ma-cf-3.jltma-caldera-form .caldera-grid .form-control,.ma-cf-4 input,.ma-cf-4 textarea,.ma-cf-4.jltma-caldera-form .caldera-grid .form-control,.ma-cf.ma-cf-3 .wpuf-form-add.wpuf-style .wpuf-form .wpuf-el .wpuf-fields input,.ma-cf.ma-cf-3 .wpuf-form-add.wpuf-style .wpuf-form .wpuf-el .wpuf-fields textarea,.ma-cf.ma-cf-3.jltma-wpforms .wpforms-form .wpforms-field-container input,.ma-cf.ma-cf-3.jltma-wpforms .wpforms-form .wpforms-field-container textarea,.ma-cf.ma-cf-4 .wpuf-form-add.wpuf-style .wpuf-form .wpuf-el .wpuf-fields input,.ma-cf.ma-cf-4 .wpuf-form-add.wpuf-style .wpuf-form .wpuf-el .wpuf-fields textarea,.ma-cf.ma-cf-4.jltma-wpforms .wpforms-form .wpforms-field-container input,.ma-cf.ma-cf-4.jltma-wpforms .wpforms-form .wpforms-field-container textarea{background-color:#27262e;color:#fff}.jltma-caldera-form .caldera-grid .form-control:focus,.ma-cf .wpcf7-form-control:focus{border-color:inherit;-webkit-box-shadow:none;box-shadow:none;outline:0!important}.ma-cf .wpuf-form-add.wpuf-style ol,.ma-cf .wpuf-form-add.wpuf-style ul{margin:0;padding:0}.ma-cf .wpuf-form-add.wpuf-style ol li,.ma-cf .wpuf-form-add.wpuf-style ul li{list-style:none}.ma-cf .wpuf-form-add.wpuf-style .wpuf-form .wpuf-el .wpuf-fields input,.ma-cf .wpuf-form-add.wpuf-style .wpuf-form .wpuf-el .wpuf-fields textarea{background:#fff;border-color:#e2e7ea;-webkit-box-shadow:none;box-shadow:none;color:#393c3f;font-size:16px;padding:15px 20px;width:100%}.ma-cf .wpuf-form-add.wpuf-style .wpuf-form .wpuf-submit [type=submit]{background-color:#4b00e7;border:1px solid #4b00e7;-webkit-box-shadow:none;box-shadow:none;color:#fff;text-shadow:none}.ma-cf.ma-cf-4 .wpuf-form-add.wpuf-style .wpuf-form .wpuf-submit [type=submit]{background-color:#fefefe;border-color:#fefefe;color:#27262f}.wpuf-label{position:relative}.jltma-contact-form-align-default .wpuf-submit{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex}.jltma-contact-form-align-default.jltma-contact-form-btn-align-left .wpuf-submit{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.jltma-contact-form-align-default.jltma-contact-form-btn-align-center .wpuf-submit{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.jltma-contact-form-align-default.jltma-contact-form-btn-align-right .wpuf-submit{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.jltma-wpforms .wpforms-field-container .wpforms-field-medium{max-width:inherit!important;width:100%}.jltma-caldera-form .form-group{display:inline-block;margin-bottom:15px;position:relative;width:100%}.intl-tel-input{margin-bottom:15px}.ma-cf.jltma-caldera-form form label span{float:left}.ma-cf.jltma-caldera-form form .cf-uploader-trigger{margin:15px 0;width:auto!important}.jltma-caldera-form select.form-control{height:45px}.jltma-caldera-form .focused label{top:17px}.nf-form-fields-required{display:none}.jltma-ninja-form.ma-cf-3 .submit-container input[type=button],.jltma-ninja-form.ma-cf-4 .submit-container input[type=button]{background:#4b00e7}.nf-field-element:after{line-height:60px;min-height:58px;width:60px}.jltma-gravity-form .gform_wrapper.gravity-theme input:not(.gform_button){margin-bottom:0}.jltma-gravity-form .gform_wrapper.gravity-theme .gfield_header_item,.jltma-gravity-form .gform_wrapper.gravity-theme .gform_fileupload_rules,.jltma-gravity-form .gform_wrapper.gravity-theme .ginput_complex label{font-size:13px;font-weight:400;padding-top:0}.ma-cf.labels-hide label,.ma-cf.placeholder-hide label{display:none}.ma-cf.placeholder-hide input::-webkit-input-placeholder,.ma-cf.placeholder-hide textarea::-webkit-input-placeholder{opacity:0;visibility:hidden}.ma-cf.placeholder-hide input::-moz-placeholder,.ma-cf.placeholder-hide textarea::-moz-placeholder{opacity:0;visibility:hidden}.ma-cf.placeholder-hide input:-ms-input-placeholder,.ma-cf.placeholder-hide textarea:-ms-input-placeholder{opacity:0;visibility:hidden}.ma-cf.placeholder-hide input:-moz-placeholder,.ma-cf.placeholder-hide textarea:-moz-placeholder{opacity:0;visibility:hidden}.divTest{background-color:#00a0d2;display:inline-block;padding:20px}.jltma-particle-wrapper{height:100%;left:0;position:absolute;top:0;width:100%}.elementor-section .jltma-particle-wrapper .elementor-container{z-index:1}canvas.particles-js-canvas-el{height:100%;left:0;position:absolute;top:0}.jltma-transform-yes{-webkit-transform:translate(var(--jltma-tfx-translate-x,0),var(--jltma-tfx-translate-y,0)) scale(var(--jltma-tfx-scale-x,1),var(--jltma-tfx-scale-y,1)) skew(var(--jltma-tfx-skew-x,0),var(--jltma-tfx-skew-y,0)) rotateX(var(--jltma-tfx-rotate-x,0)) rotateY(var(--jltma-tfx-rotate-y,0)) rotate(var(--jltma-tfx-rotate-z,0));transform:translate(var(--jltma-tfx-translate-x,0),var(--jltma-tfx-translate-y,0)) scale(var(--jltma-tfx-scale-x,1),var(--jltma-tfx-scale-y,1)) skew(var(--jltma-tfx-skew-x,0),var(--jltma-tfx-skew-y,0)) rotateX(var(--jltma-tfx-rotate-x,0)) rotateY(var(--jltma-tfx-rotate-y,0)) rotate(var(--jltma-tfx-rotate-z,0));-webkit-transition-duration:var(--jltma-tfx-transition-duration,.2s);transition-duration:var(--jltma-tfx-transition-duration,.2s);-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform}.jltma-transform-yes:hover{-webkit-transform:translate(var(--jltma-tfx-translate-x-hover,var(--jltma-tfx-translate-x,0)),var(--jltma-tfx-translate-y-hover,var(--jltma-tfx-translate-y,0))) scale(var(--jltma-tfx-scale-x-hover,var(--jltma-tfx-scale-x,1)),var(--jltma-tfx-scale-y-hover,var(--jltma-tfx-scale-y,1))) skew(var(--jltma-tfx-skew-x-hover,var(--jltma-tfx-skew-x,0)),var(--jltma-tfx-skew-y-hover,var(--jltma-tfx-skew-y,0))) rotateX(var(--jltma-tfx-rotate-x-hover,var(--jltma-tfx-rotate-x,0))) rotateY(var(--jltma-tfx-rotate-y-hover,var(--jltma-tfx-rotate-y,0))) rotate(var(--jltma-tfx-rotate-z-hover,var(--jltma-tfx-rotate-z,0)));transform:translate(var(--jltma-tfx-translate-x-hover,var(--jltma-tfx-translate-x,0)),var(--jltma-tfx-translate-y-hover,var(--jltma-tfx-translate-y,0))) scale(var(--jltma-tfx-scale-x-hover,var(--jltma-tfx-scale-x,1)),var(--jltma-tfx-scale-y-hover,var(--jltma-tfx-scale-y,1))) skew(var(--jltma-tfx-skew-x-hover,var(--jltma-tfx-skew-x,0)),var(--jltma-tfx-skew-y-hover,var(--jltma-tfx-skew-y,0))) rotateX(var(--jltma-tfx-rotate-x-hover,var(--jltma-tfx-rotate-x,0))) rotateY(var(--jltma-tfx-rotate-y-hover,var(--jltma-tfx-rotate-y,0))) rotate(var(--jltma-tfx-rotate-z-hover,var(--jltma-tfx-rotate-z,0)))}.block-revealer__element{background:#000;height:100%;left:0;opacity:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:1000}.ma-el-btn-loader{position:relative}.ma-el-btn-loader span{opacity:1;-webkit-transition:none;transition:none}.ma-el-btn-loader svg{left:50%;opacity:0;position:absolute;top:50%;-webkit-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%)}.ma-el-btn-loader.ma-el-svg-progress span{opacity:0}.ma-el-btn-loader.ma-el-svg-progress svg{opacity:1}.jltma-post-thumbnail{overflow:hidden}.jltma-img-blur img,.jltma-img-blur_grayscale img,.jltma-img-blur_sepia img,.jltma-img-grayscale img,.jltma-img-opacity_one img,.jltma-img-opacity_two img,.jltma-img-rotate_zoomout img,.jltma-img-sepia img,.jltma-img-slide img,.jltma-img-zoom_in_one img,.jltma-img-zoom_in_two img,.jltma-img-zoom_out_one img,.jltma-img-zoom_out_two img{-webkit-transition:.3s ease-in-out;transition:.3s ease-in-out}.jltma-img-zoom_in_one img,.jltma-img-zoom_out_one:hover img{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.jltma-animated.jltma-slide-from-bot,.jltma-animated.jltma-slide-from-left,.jltma-animated.jltma-slide-from-right,.jltma-animated.jltma-slide-from-top,.jltma-appear-watch-animation.jltma-animation-off,.jltma-img-flushing:hover img,.jltma-img-opacity_one img,.jltma-img-opacity_two img,.jltma-isotope-animated .jltma-iso-item:not(.jltma-ajax-anim),.jltma-isotope-animated .jltma-iso-item:not(.jltma-ajax-anim).jltma-iso-revealing,.jltma-isotope-animated .jltma-items-loading.jltma-loading-visible{opacity:1}.jltma-img-zoom_in_one:hover img{-webkit-transform:scale(1.3);-ms-transform:scale(1.3);transform:scale(1.3)}.jltma-img-zoom_in_two img{height:auto;max-width:inherit;width:100%}.jltma-img-zoom_in_two:hover img{width:110%}.jltma-img-zoom_out_one img{-webkit-transform:scale(1.5);-ms-transform:scale(1.5);transform:scale(1.5)}.jltma-img-zoom_out_two img{height:auto;max-width:inherit;width:110%}.jltma-img-zoom_out_two:hover img{width:100%}.jltma-img-rotate_zoomout img{-webkit-transform:rotate(15deg) scale(1.4);-ms-transform:rotate(15deg) scale(1.4);transform:rotate(15deg) scale(1.4)}.jltma-img-rotate_zoomout:hover img{-webkit-transform:rotate(0) scale(1);-ms-transform:rotate(0) scale(1);transform:rotate(0) scale(1)}.jltma-img-slide img{margin-left:30px;-webkit-transform:scale(1.5);-ms-transform:scale(1.5);transform:scale(1.5)}.jltma-img-slide:hover img{margin-left:0}.jltma-img-grayscale img{-webkit-filter:grayscale(100%);filter:grayscale(100%)}.jltma-img-grayscale:hover img{-webkit-filter:grayscale(0);filter:grayscale(0)}.jltma-img-blur img{-webkit-filter:blur(3px);filter:blur(3px)}.jltma-img-blur:hover img{-webkit-filter:blur(0);filter:blur(0)}.jltma-img-sepia img{-webkit-filter:sepia(100%);filter:sepia(100%)}.jltma-img-sepia:hover img{-webkit-filter:sepia(0);filter:sepia(0)}.jltma-img-blur_sepia img{-webkit-filter:blur(3px) sepia(100%);filter:blur(3px) sepia(100%)}.jltma-img-blur_sepia:hover img{-webkit-filter:blur(0) sepia(0);filter:blur(0) sepia(0)}.jltma-img-blur_grayscale img{-webkit-filter:grayscale(0) blur(0);filter:grayscale(0) blur(0)}.jltma-img-blur_grayscale:hover img{-webkit-filter:grayscale(100%) blur(3px);filter:grayscale(100%) blur(3px)}.jltma-img-opacity_one:hover img{opacity:.5}.jltma-img-opacity_two:hover img{opacity:.5}.jltma-img-flushing:hover img{-webkit-animation:flash 1.5s;animation:flash 1.5s}.jltma-img-shine{position:relative}.jltma-img-shine:before{background:-webkit-gradient(linear,left top,right top,from(hsla(0,0%,100%,0)),to(hsla(0,0%,100%,.3)));background:linear-gradient(90deg,hsla(0,0%,100%,0) 0,hsla(0,0%,100%,.3));content:"";display:block;height:100%;left:-75%;position:absolute;top:0;-webkit-transform:skewX(-25deg);-ms-transform:skewX(-25deg);transform:skewX(-25deg);width:50%;z-index:2}.jltma-img-shine.jltma-post-thumbnail:before{left:-200%}.jltma-img-shine:hover:before{-webkit-animation:shine .75s;animation:shine .75s}.jltma-img-circle{position:relative}.jltma-img-circle:before{background:hsla(0,0%,100%,.2);border-radius:100%;content:"";display:block;height:0;left:50%;opacity:0;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:0;z-index:2}.jltma-img-circle:hover:before{-webkit-animation:circle .75s;animation:circle .75s}.jltma-img-grayscale{-webkit-filter:gray;filter:gray}.jltma-img-grayscale:hover{-webkit-filter:none;filter:none}.jltma-img-shape-gradient-border{background-clip:content-box,border-box;background-image:-webkit-gradient(linear,left top,left bottom,from(#2b68c4),to(#2b68c4)),radial-gradient(circle at top left,#cf2d6e,#cf2d6e);background-image:linear-gradient(#2b68c4,#2b68c4),radial-gradient(circle at top left,#cf2d6e,#cf2d6e);background-origin:border-box;border:5px solid;-o-border-image:linear-gradient(180deg,#2b68c4 0,#cf2d6e) 1;border-image:-webkit-gradient(linear,left top,left bottom,from(#2b68c4),to(#cf2d6e)) 1;border-image:linear-gradient(180deg,#2b68c4 0,#cf2d6e) 1;border-radius:10px}.jltma-img-shape-bordered,.jltma-img-shape-framed{border:3px solid #021a40;border-radius:10px;padding:5px}.jltma-appear-watch-animation{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-timing-function:cubic-bezier(.19,1,.22,1);animation-timing-function:cubic-bezier(.19,1,.22,1);opacity:0}.jltma-animation-off{-webkit-animation:none!important;animation:none!important}.jltma-animated.jltma-slide-from-right{overflow:hidden}.jltma-animated.jltma-slide-from-bot>.elementor-column-wrap,.jltma-animated.jltma-slide-from-bot>.elementor-widget-container,.jltma-animated.jltma-slide-from-left>.elementor-column-wrap,.jltma-animated.jltma-slide-from-left>.elementor-widget-container,.jltma-animated.jltma-slide-from-right>.elementor-column-wrap,.jltma-animated.jltma-slide-from-right>.elementor-widget-container,.jltma-animated.jltma-slide-from-top>.elementor-column-wrap,.jltma-animated.jltma-slide-from-top>.elementor-widget-container{-webkit-animation-delay:inherit;animation-delay:inherit;-webkit-animation-duration:inherit;animation-duration:inherit;-webkit-animation-fill-mode:inherit;animation-fill-mode:inherit;-webkit-animation-timing-function:inherit;animation-timing-function:inherit}.jltma-animated.jltma-slide-from-bot,.jltma-animated.jltma-slide-from-left,.jltma-animated.jltma-slide-from-top{overflow:hidden}.jltma-isotope-animated{overflow:hidden;-webkit-transition:height .8s cubic-bezier(.75,.1,.25,.9);transition:height .8s cubic-bezier(.75,.1,.25,.9)}.jltma-isotope-animated .jltma-iso-item:not(.jltma-ajax-anim){-webkit-transition:opacity 0ms ease,-webkit-transform 0ms ease;transition:opacity 0ms ease,-webkit-transform 0ms ease;transition:transform 0ms ease,opacity 0ms ease;transition:transform 0ms ease,opacity 0ms ease,-webkit-transform 0ms ease}.jltma-isotope-animated .jltma-iso-item:not(.jltma-ajax-anim).jltma-loading{opacity:0!important}.jltma-isotope-animated .jltma-iso-item:not(.jltma-ajax-anim).jltma-iso-hiding{opacity:0;-webkit-transform:translateY(-10%);-ms-transform:translateY(-10%);transform:translateY(-10%);-webkit-transition-timing-function:cubic-bezier(.75,0,.75,.9);transition-timing-function:cubic-bezier(.75,0,.75,.9);z-index:1}.jltma-isotope-animated .jltma-iso-item:not(.jltma-ajax-anim).jltma-iso-hidden{opacity:0;-webkit-transform:translateY(10%);-ms-transform:translateY(10%);transform:translateY(10%)}.jltma-isotope-animated .jltma-iso-item:not(.jltma-ajax-anim).jltma-iso-revealing{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);-webkit-transition-timing-function:ease;transition-timing-function:ease;z-index:2}.jltma-isotope-animated .jltma-items-loading{height:100%;position:absolute;top:0;-webkit-transition:all 1.2s;transition:all 1.2s;width:100%;z-index:2}.jltma-isotope-animated .jltma-items-loading.jltma-loading-visible{visibility:visible}.jltma-isotope-animated .jltma-items-loading.jltma-loading-hide{opacity:0;visibility:hidden}.jltma-isotope-animated .jltma-items-loading .jltma-loading-loop{left:50%;position:absolute;top:50%;-webkit-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%)}.jltma-isotope-filters.jltma-center+.jltma-isotope-animated{clear:both}@-webkit-keyframes from0to360{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes from0to360{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@-webkit-keyframes animation_svg_01_from0to360{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes animation_svg_01_from0to360{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@-webkit-keyframes from360to0{0%{-webkit-transform:rotate(1turn);transform:rotate(1turn)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes from360to0{0%{-webkit-transform:rotate(1turn);transform:rotate(1turn)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@-webkit-keyframes animation_svg_01_from360to0{0%{-webkit-transform:rotate(1turn);transform:rotate(1turn)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes animation_svg_01_from360to0{0%{-webkit-transform:rotate(1turn);transform:rotate(1turn)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@-webkit-keyframes scaleUp{0%{-webkit-transform:scale(.8);transform:scale(.8)}to{-webkit-transform:scale(1);transform:scale(1)}}@keyframes scaleUp{0%{-webkit-transform:scale(.8);transform:scale(.8)}to{-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes scaleDown{0%{-webkit-transform:scale(1);transform:scale(1)}to{-webkit-transform:scale(.8);transform:scale(.8)}}@keyframes scaleDown{0%{-webkit-transform:scale(1);transform:scale(1)}to{-webkit-transform:scale(.8);transform:scale(.8)}}@-webkit-keyframes animation_svg_01_from360to0scaled{0%{-webkit-transform:rotate(1turn) scale(1.1);transform:rotate(1turn) scale(1.1)}to{-webkit-transform:rotate(0deg) scale(.25);transform:rotate(0deg) scale(.25)}}@keyframes animation_svg_01_from360to0scaled{0%{-webkit-transform:rotate(1turn) scale(1.1);transform:rotate(1turn) scale(1.1)}to{-webkit-transform:rotate(0deg) scale(.25);transform:rotate(0deg) scale(.25)}}@-webkit-keyframes animation_svg_02_blobber{0%{border-radius:48% 52% 68% 32%/42% 28% 72% 58%}5%{border-radius:48% 52% 41% 59%/66% 37% 63% 34%}10%{border-radius:69% 31% 71% 29%/67% 31% 69% 33%}15%{border-radius:60% 40% 71% 29%/63% 65% 35% 37%}20%{border-radius:61% 39% 51% 49%/57% 58% 42% 43%}25%{border-radius:66% 34% 25% 75%/47% 30% 70% 53%}30%{border-radius:32% 68% 38% 62%/65% 60% 40% 35%}35%{border-radius:63% 37% 41% 59%/35% 38% 62% 65%}40%{border-radius:57% 43% 49% 51%/55% 71% 29% 45%}45%{border-radius:47% 53% 34% 66%/65% 36% 64% 35%}50%{border-radius:44% 56% 32% 68%/69% 26% 74% 31%}55%{border-radius:28% 72% 37% 63%/71% 44% 56% 29%}60%{border-radius:38% 62% 35% 65%/74% 53% 47% 26%}65%{border-radius:73% 27% 46% 54%/54% 47% 53% 46%}70%{border-radius:75% 25% 47% 53%/49% 53% 47% 51%}75%{border-radius:62% 38% 43% 57%/55% 60% 40% 45%}80%{border-radius:41% 59% 65% 35%/73% 50% 50% 27%}85%{border-radius:55% 45% 57% 43%/73% 61% 39% 27%}90%{border-radius:74% 26% 33% 67%/40% 65% 35% 60%}95%{border-radius:58% 42% 57% 43%/53% 45% 55% 47%}to{border-radius:48% 52% 68% 32%/42% 28% 72% 58%}}@keyframes animation_svg_02_blobber{0%{border-radius:48% 52% 68% 32%/42% 28% 72% 58%}5%{border-radius:48% 52% 41% 59%/66% 37% 63% 34%}10%{border-radius:69% 31% 71% 29%/67% 31% 69% 33%}15%{border-radius:60% 40% 71% 29%/63% 65% 35% 37%}20%{border-radius:61% 39% 51% 49%/57% 58% 42% 43%}25%{border-radius:66% 34% 25% 75%/47% 30% 70% 53%}30%{border-radius:32% 68% 38% 62%/65% 60% 40% 35%}35%{border-radius:63% 37% 41% 59%/35% 38% 62% 65%}40%{border-radius:57% 43% 49% 51%/55% 71% 29% 45%}45%{border-radius:47% 53% 34% 66%/65% 36% 64% 35%}50%{border-radius:44% 56% 32% 68%/69% 26% 74% 31%}55%{border-radius:28% 72% 37% 63%/71% 44% 56% 29%}60%{border-radius:38% 62% 35% 65%/74% 53% 47% 26%}65%{border-radius:73% 27% 46% 54%/54% 47% 53% 46%}70%{border-radius:75% 25% 47% 53%/49% 53% 47% 51%}75%{border-radius:62% 38% 43% 57%/55% 60% 40% 45%}80%{border-radius:41% 59% 65% 35%/73% 50% 50% 27%}85%{border-radius:55% 45% 57% 43%/73% 61% 39% 27%}90%{border-radius:74% 26% 33% 67%/40% 65% 35% 60%}95%{border-radius:58% 42% 57% 43%/53% 45% 55% 47%}to{border-radius:48% 52% 68% 32%/42% 28% 72% 58%}}@-webkit-keyframes animation_svg_02_cobler{0%{background-position:0 0}to{background-position:100% 0}}@keyframes animation_svg_02_cobler{0%{background-position:0 0}to{background-position:100% 0}}@-webkit-keyframes animation_svg_02_wobbler{0%{-webkit-transform:rotate(8deg);transform:rotate(8deg)}to{-webkit-transform:rotate(-8deg);transform:rotate(-8deg)}}@keyframes animation_svg_02_wobbler{0%{-webkit-transform:rotate(8deg);transform:rotate(8deg)}to{-webkit-transform:rotate(-8deg);transform:rotate(-8deg)}}@-webkit-keyframes jltma_blob_anim_01{0%{d:path("M120,-157.6C152.7,-141.5,174.3,-102.6,194.8,-58.8C215.3,-14.9,234.6,33.8,228.4,80.8C222.2,127.8,190.4,173.1,148.1,184C105.8,195,52.9,171.5,-2.4,174.8C-57.8,178.2,-115.6,208.4,-137.5,190.9C-159.3,173.3,-145.3,108,-153,56.3C-160.7,4.6,-190.2,-33.4,-178.3,-54.2C-166.4,-75.1,-113.2,-78.8,-76.6,-93.6C-40,-108.3,-20,-134.2,11.9,-150.5C43.7,-166.8,87.4,-173.6,120,-157.6Z")}25%{d:path("M67.8,-97.1C87.8,-78.8,103.8,-58.9,117.4,-34.1C130.9,-9.4,142,20.2,139.5,50.7C137,81.2,120.8,112.6,95.3,150.1C69.8,187.7,34.9,231.3,3.3,226.8C-28.2,222.2,-56.4,169.3,-91.6,134.9C-126.8,100.5,-169,84.6,-179.6,57.1C-190.2,29.7,-169.3,-9.3,-155.2,-49.7C-141,-90.1,-133.7,-132,-109,-148.8C-84.2,-165.6,-42.1,-157.3,-9.1,-144.8C23.9,-132.2,47.8,-115.5,67.8,-97.1Z")}50%{d:path("M137.1,-191.3C172,-163.4,190.6,-115.7,197.2,-70.1C203.8,-24.4,198.5,19.2,178.9,51.5C159.3,83.9,125.5,105,93.3,129.6C61.1,154.1,30.6,182.1,1.1,180.6C-28.4,179.1,-56.8,148.2,-81.2,121.1C-105.6,94.1,-126.1,70.8,-141.6,41.6C-157.2,12.4,-168,-22.9,-153.9,-45C-139.8,-67,-100.7,-76,-70.9,-105.5C-41.1,-135,-20.6,-185,15.3,-206C51.1,-227.1,102.3,-219.1,137.1,-191.3Z")}75%{d:path("M123.7,-157.1C162.4,-142.2,197.2,-108.8,202.8,-70.8C208.3,-32.9,184.5,9.7,169,54.2C153.6,98.7,146.4,145.2,119.7,162.7C92.9,180.2,46.4,168.6,-1.9,171.1C-50.2,173.7,-100.3,190.4,-122.2,171.3C-144.1,152.3,-137.7,97.5,-144.1,52.7C-150.6,7.9,-169.9,-26.8,-170.5,-64.8C-171,-102.8,-152.8,-144,-121.3,-161.3C-89.7,-178.5,-44.9,-171.8,-1.2,-170.1C42.5,-168.5,85,-172,123.7,-157.1Z")}to{d:path("M120,-157.6C152.7,-141.5,174.3,-102.6,194.8,-58.8C215.3,-14.9,234.6,33.8,228.4,80.8C222.2,127.8,190.4,173.1,148.1,184C105.8,195,52.9,171.5,-2.4,174.8C-57.8,178.2,-115.6,208.4,-137.5,190.9C-159.3,173.3,-145.3,108,-153,56.3C-160.7,4.6,-190.2,-33.4,-178.3,-54.2C-166.4,-75.1,-113.2,-78.8,-76.6,-93.6C-40,-108.3,-20,-134.2,11.9,-150.5C43.7,-166.8,87.4,-173.6,120,-157.6Z")}}@keyframes jltma_blob_anim_01{0%{d:path("M120,-157.6C152.7,-141.5,174.3,-102.6,194.8,-58.8C215.3,-14.9,234.6,33.8,228.4,80.8C222.2,127.8,190.4,173.1,148.1,184C105.8,195,52.9,171.5,-2.4,174.8C-57.8,178.2,-115.6,208.4,-137.5,190.9C-159.3,173.3,-145.3,108,-153,56.3C-160.7,4.6,-190.2,-33.4,-178.3,-54.2C-166.4,-75.1,-113.2,-78.8,-76.6,-93.6C-40,-108.3,-20,-134.2,11.9,-150.5C43.7,-166.8,87.4,-173.6,120,-157.6Z")}25%{d:path("M67.8,-97.1C87.8,-78.8,103.8,-58.9,117.4,-34.1C130.9,-9.4,142,20.2,139.5,50.7C137,81.2,120.8,112.6,95.3,150.1C69.8,187.7,34.9,231.3,3.3,226.8C-28.2,222.2,-56.4,169.3,-91.6,134.9C-126.8,100.5,-169,84.6,-179.6,57.1C-190.2,29.7,-169.3,-9.3,-155.2,-49.7C-141,-90.1,-133.7,-132,-109,-148.8C-84.2,-165.6,-42.1,-157.3,-9.1,-144.8C23.9,-132.2,47.8,-115.5,67.8,-97.1Z")}50%{d:path("M137.1,-191.3C172,-163.4,190.6,-115.7,197.2,-70.1C203.8,-24.4,198.5,19.2,178.9,51.5C159.3,83.9,125.5,105,93.3,129.6C61.1,154.1,30.6,182.1,1.1,180.6C-28.4,179.1,-56.8,148.2,-81.2,121.1C-105.6,94.1,-126.1,70.8,-141.6,41.6C-157.2,12.4,-168,-22.9,-153.9,-45C-139.8,-67,-100.7,-76,-70.9,-105.5C-41.1,-135,-20.6,-185,15.3,-206C51.1,-227.1,102.3,-219.1,137.1,-191.3Z")}75%{d:path("M123.7,-157.1C162.4,-142.2,197.2,-108.8,202.8,-70.8C208.3,-32.9,184.5,9.7,169,54.2C153.6,98.7,146.4,145.2,119.7,162.7C92.9,180.2,46.4,168.6,-1.9,171.1C-50.2,173.7,-100.3,190.4,-122.2,171.3C-144.1,152.3,-137.7,97.5,-144.1,52.7C-150.6,7.9,-169.9,-26.8,-170.5,-64.8C-171,-102.8,-152.8,-144,-121.3,-161.3C-89.7,-178.5,-44.9,-171.8,-1.2,-170.1C42.5,-168.5,85,-172,123.7,-157.1Z")}to{d:path("M120,-157.6C152.7,-141.5,174.3,-102.6,194.8,-58.8C215.3,-14.9,234.6,33.8,228.4,80.8C222.2,127.8,190.4,173.1,148.1,184C105.8,195,52.9,171.5,-2.4,174.8C-57.8,178.2,-115.6,208.4,-137.5,190.9C-159.3,173.3,-145.3,108,-153,56.3C-160.7,4.6,-190.2,-33.4,-178.3,-54.2C-166.4,-75.1,-113.2,-78.8,-76.6,-93.6C-40,-108.3,-20,-134.2,11.9,-150.5C43.7,-166.8,87.4,-173.6,120,-157.6Z")}}@-webkit-keyframes pulse-grow{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}to{opacity:0;-webkit-transform:scale(1.5);transform:scale(1.5)}}@keyframes pulse-grow{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}to{opacity:0;-webkit-transform:scale(1.5);transform:scale(1.5)}}.jltma-animate{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}@-webkit-keyframes JltmaFlash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes JltmaFlash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@-webkit-keyframes JltmaPulseIn{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(.99,.99,.99);transform:scale3d(.99,.99,.99)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes JltmaPulseIn{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(.99,.99,.99);transform:scale3d(.99,.99,.99)}to{opacity:1;-webkit-transform:none;transform:none}}.jltma-anim-pulse-in,.jltma-animated.jltma-pulse{-webkit-animation-name:JltmaPulseIn;animation-name:JltmaPulseIn}@-webkit-keyframes JltmaPulseIn1{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(.98,.98,.98);transform:scale3d(.98,.98,.98)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes JltmaPulseIn1{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(.98,.98,.98);transform:scale3d(.98,.98,.98)}to{opacity:1;-webkit-transform:none;transform:none}}.jltma-anim-pulse-in-1,.jltma-animated.jltma-pulse1{-webkit-animation-name:JltmaPulseIn1;animation-name:JltmaPulseIn1}@-webkit-keyframes JltmaPulseIn2{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(.96,.96,.96);transform:scale3d(.96,.96,.96)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes JltmaPulseIn2{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(.96,.96,.96);transform:scale3d(.96,.96,.96)}to{opacity:1;-webkit-transform:none;transform:none}}.jltma-anim-pulse-in-2,.jltma-animated.jltma-pulse2{-webkit-animation-name:JltmaPulseIn2;animation-name:JltmaPulseIn2}@-webkit-keyframes JltmaPulseIn3{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(.94,.94,.94);transform:scale3d(.94,.94,.94)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes JltmaPulseIn3{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(.94,.94,.94);transform:scale3d(.94,.94,.94)}to{opacity:1;-webkit-transform:none;transform:none}}.jltma-anim-pulse-in-3,.jltma-animated.jltma-pulse3{-webkit-animation-name:JltmaPulseIn3;animation-name:JltmaPulseIn3}@-webkit-keyframes JltmaPulseIn4{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes JltmaPulseIn4{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}to{opacity:1;-webkit-transform:none;transform:none}}.jltma-anim-pulse-in-4,.jltma-animated.jltma-pulse4{-webkit-animation-name:JltmaPulseIn4;animation-name:JltmaPulseIn4}@-webkit-keyframes JltmaPulseOut1{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes JltmaPulseOut1{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{opacity:1;-webkit-transform:none;transform:none}}.jltma-anim-pulse-out-1,.jltma-animated.jltma-pulse-out-1{-webkit-animation-name:JltmaPulseOut1;animation-name:JltmaPulseOut1}@-webkit-keyframes JltmaPulseOut2{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes JltmaPulseOut2{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:1;-webkit-transform:none;transform:none}}.jltma-anim-pulse-out-2,.jltma-animated.jltma-pulse-out-2{-webkit-animation-name:JltmaPulseOut2;animation-name:JltmaPulseOut2}@-webkit-keyframes JltmaPulseOut3{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.15,1.15,1.15);transform:scale3d(1.15,1.15,1.15)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes JltmaPulseOut3{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.15,1.15,1.15);transform:scale3d(1.15,1.15,1.15)}to{opacity:1;-webkit-transform:none;transform:none}}.jltma-anim-pulse-out-3,.jltma-animated.jltma-pulse-out-3{-webkit-animation-name:JltmaPulseOut3;animation-name:JltmaPulseOut3}@-webkit-keyframes JltmaPulseOut4{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.2,1.2,1.2);transform:scale3d(1.2,1.2,1.2)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes JltmaPulseOut4{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.2,1.2,1.2);transform:scale3d(1.2,1.2,1.2)}to{opacity:1;-webkit-transform:none;transform:none}}.jltma-anim-pulse-out-4,.jltma-animated.jltma-pulse-out-4{-webkit-animation-name:JltmaPulseOut4;animation-name:JltmaPulseOut4}@-webkit-keyframes JltmaShake{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-50px,0,0);transform:translate3d(-50px,0,0)}20%,40%,60%,80%{opacity:1;-webkit-transform:translate3d(50px,0,0);transform:translate3d(50px,0,0)}}@keyframes JltmaShake{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-50px,0,0);transform:translate3d(-50px,0,0)}20%,40%,60%,80%{opacity:1;-webkit-transform:translate3d(50px,0,0);transform:translate3d(50px,0,0)}}.jltma-anim-shake,.jltma-animated.jltma-shake{-webkit-animation-name:JltmaShake;animation-name:JltmaShake}@-webkit-keyframes JltmaBounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes JltmaBounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:none;transform:none}}.jltma-anim-bounce-in,.jltma-animated.jltma-bounce-in{-webkit-animation-name:JltmaBounceIn;animation-name:JltmaBounceIn}@-webkit-keyframes JltmaFadeIn{0%{opacity:0}to{opacity:1}}@keyframes JltmaFadeIn{0%{opacity:0}to{opacity:1}}.jltma-anim-fade-in,.jltma-animated.jltma-fade-in{-webkit-animation-name:JltmaFadeIn;animation-name:JltmaFadeIn}@-webkit-keyframes JltmaFadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-27px,0);transform:translate3d(0,-27px,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes JltmaFadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-27px,0);transform:translate3d(0,-27px,0)}to{opacity:1;-webkit-transform:none;transform:none}}.jltma-anim-fade-in-down,.jltma-animated.jltma-fade-in-down{-webkit-animation-name:JltmaFadeInDown;animation-name:JltmaFadeInDown}@-webkit-keyframes JltmaFadeInDown1{0%{opacity:0;-webkit-transform:translate3d(0,-50px,0);transform:translate3d(0,-50px,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes JltmaFadeInDown1{0%{opacity:0;-webkit-transform:translate3d(0,-50px,0);transform:translate3d(0,-50px,0)}to{opacity:1;-webkit-transform:none;transform:none}}.jltma-anim-fade-in-down-1,.jltma-animated.jltma-fade-in-down-1{-webkit-animation-name:JltmaFadeInDown1;animation-name:JltmaFadeInDown1}@-webkit-keyframes JltmaFadeInDown2{0%{opacity:0;-webkit-transform:translate3d(0,-75px,0);transform:translate3d(0,-75px,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes JltmaFadeInDown2{0%{opacity:0;-webkit-transform:translate3d(0,-75px,0);transform:translate3d(0,-75px,0)}to{opacity:1;-webkit-transform:none;transform:none}}.jltma-anim-fade-in-down-2,.jltma-animated.jltma-fade-in-down-2{-webkit-animation-name:JltmaFadeInDown2;animation-name:JltmaFadeInDown2}@-webkit-keyframes JltmaFadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,27px,0);transform:translate3d(0,27px,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes JltmaFadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,27px,0);transform:translate3d(0,27px,0)}to{opacity:1;-webkit-transform:none;transform:none}}.jltma-anim-fade-in-up,.jltma-animated.jltma-fade-in-up{-webkit-animation-name:JltmaFadeInUp;animation-name:JltmaFadeInUp}@-webkit-keyframes JltmaFadeInUp1{0%{opacity:0;-webkit-transform:translate3d(0,50px,0);transform:translate3d(0,50px,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes JltmaFadeInUp1{0%{opacity:0;-webkit-transform:translate3d(0,50px,0);transform:translate3d(0,50px,0)}to{opacity:1;-webkit-transform:none;transform:none}}.jltma-anim-fade-in-up-1,.jltma-animated.jltma-fade-in-up-1{-webkit-animation-name:JltmaFadeInUp1;animation-name:JltmaFadeInUp1}@-webkit-keyframes JltmaFadeInUp2{0%{opacity:0;-webkit-transform:translate3d(0,75px,0);transform:translate3d(0,75px,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes JltmaFadeInUp2{0%{opacity:0;-webkit-transform:translate3d(0,75px,0);transform:translate3d(0,75px,0)}to{opacity:1;-webkit-transform:none;transform:none}}.jltma-anim-fade-in-up-2,.jltma-animated.jltma-fade-in-up-2{-webkit-animation-name:JltmaFadeInUp2;animation-name:JltmaFadeInUp2}@-webkit-keyframes JltmaFadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-27px,0,0);transform:translate3d(-27px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes JltmaFadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-27px,0,0);transform:translate3d(-27px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.jltma-anim-fade-in-left,.jltma-animated.jltma-fade-in-left{-webkit-animation-name:JltmaFadeInLeft;animation-name:JltmaFadeInLeft}@-webkit-keyframes JltmaFadeInLeft1{0%{opacity:0;-webkit-transform:translate3d(-50px,0,0);transform:translate3d(-50px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes JltmaFadeInLeft1{0%{opacity:0;-webkit-transform:translate3d(-50px,0,0);transform:translate3d(-50px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.jltma-anim-fade-in-left-1,.jltma-animated.jltma-fade-in-left-1{-webkit-animation-name:JltmaFadeInLeft1;animation-name:JltmaFadeInLeft1}@-webkit-keyframes JltmaFadeInLeft2{0%{opacity:0;-webkit-transform:translate3d(-75px,0,0);transform:translate3d(-75px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes JltmaFadeInLeft2{0%{opacity:0;-webkit-transform:translate3d(-75px,0,0);transform:translate3d(-75px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.jltma-anim-fade-in-left-2,.jltma-animated.jltma-fade-in-left-2{-webkit-animation-name:JltmaFadeInLeft2;animation-name:JltmaFadeInLeft2}@-webkit-keyframes JltmaFadeInRight{0%{opacity:0;-webkit-transform:translate3d(27px,0,0);transform:translate3d(27px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes JltmaFadeInRight{0%{opacity:0;-webkit-transform:translate3d(27px,0,0);transform:translate3d(27px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.jltma-anim-fade-in-right,.jltma-animated.jltma-fade-in-right{-webkit-animation-name:JltmaFadeInRight;animation-name:JltmaFadeInRight}@-webkit-keyframes JltmaFadeInRight1{0%{opacity:0;-webkit-transform:translate3d(50px,0,0);transform:translate3d(50px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes JltmaFadeInRight1{0%{opacity:0;-webkit-transform:translate3d(50px,0,0);transform:translate3d(50px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.jltma-anim-fade-in-right-1,.jltma-animated.jltma-fade-in-right-1{-webkit-animation-name:JltmaFadeInRight1;animation-name:JltmaFadeInRight1}@-webkit-keyframes JltmaFadeInRight2{0%{opacity:0;-webkit-transform:translate3d(75px,0,0);transform:translate3d(75px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes JltmaFadeInRight2{0%{opacity:0;-webkit-transform:translate3d(75px,0,0);transform:translate3d(75px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.jltma-anim-fade-in-right-2,.jltma-animated.jltma-fade-in-right-2{-webkit-animation-name:JltmaFadeInRight2;animation-name:JltmaFadeInRight2}@-webkit-keyframes JltmaRotateIn{0%{-webkit-transform:rotate(-200deg);transform:rotate(-200deg);-webkit-transform-origin:center;transform-origin:center}to{opacity:1;-webkit-transform:none;transform:none;-webkit-transform-origin:center;transform-origin:center}}@keyframes JltmaRotateIn{0%{-webkit-transform:rotate(-200deg);transform:rotate(-200deg);-webkit-transform-origin:center;transform-origin:center}to{opacity:1;-webkit-transform:none;transform:none;-webkit-transform-origin:center;transform-origin:center}}.jltma-anim-rotate-in,.jltma-animated.jltma-rotate-in{-webkit-animation-name:JltmaRotateIn;animation-name:JltmaRotateIn}@-webkit-keyframes JltmaRotateInDownLeft{0%{-webkit-transform:rotate(-25deg);transform:rotate(-25deg);-webkit-transform-origin:left bottom;transform-origin:left bottom}to{opacity:1;-webkit-transform:none;transform:none;-webkit-transform-origin:left bottom;transform-origin:left bottom}}@keyframes JltmaRotateInDownLeft{0%{-webkit-transform:rotate(-25deg);transform:rotate(-25deg);-webkit-transform-origin:left bottom;transform-origin:left bottom}to{opacity:1;-webkit-transform:none;transform:none;-webkit-transform-origin:left bottom;transform-origin:left bottom}}.jltma-anim-rotate-in-down-left,.jltma-animated.jltma-rotate-in-down-left{-webkit-animation-name:JltmaRotateInDownLeft;animation-name:JltmaRotateInDownLeft}@-webkit-keyframes JltmaRotateInDownLeft1{0%{-webkit-transform:rotate(-35deg);transform:rotate(-35deg);-webkit-transform-origin:left bottom;transform-origin:left bottom}to{opacity:1;-webkit-transform:none;transform:none;-webkit-transform-origin:left bottom;transform-origin:left bottom}}@keyframes JltmaRotateInDownLeft1{0%{-webkit-transform:rotate(-35deg);transform:rotate(-35deg);-webkit-transform-origin:left bottom;transform-origin:left bottom}to{opacity:1;-webkit-transform:none;transform:none;-webkit-transform-origin:left bottom;transform-origin:left bottom}}.jltma-anim-rotate-in-down-left-1,.jltma-animated.jltma-rotate-in-down-left-1{-webkit-animation-name:JltmaRotateInDownLeft1;animation-name:JltmaRotateInDownLeft1}@-webkit-keyframes JltmaRotateInDownLeft2{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transform-origin:left bottom;transform-origin:left bottom}to{opacity:1;-webkit-transform:none;transform:none;-webkit-transform-origin:left bottom;transform-origin:left bottom}}@keyframes JltmaRotateInDownLeft2{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transform-origin:left bottom;transform-origin:left bottom}to{opacity:1;-webkit-transform:none;transform:none;-webkit-transform-origin:left bottom;transform-origin:left bottom}}.jltma-anim-rotate-in-down-left-2,.jltma-animated.jltma-rotate-in-down-left-2{-webkit-animation-name:JltmaRotateInDownLeft2;animation-name:JltmaRotateInDownLeft2}@-webkit-keyframes JltmaRotateInDownRight{0%{-webkit-transform:rotate(25deg);transform:rotate(25deg);-webkit-transform-origin:right bottom;transform-origin:right bottom}to{opacity:1;-webkit-transform:none;transform:none;-webkit-transform-origin:right bottom;transform-origin:right bottom}}@keyframes JltmaRotateInDownRight{0%{-webkit-transform:rotate(25deg);transform:rotate(25deg);-webkit-transform-origin:right bottom;transform-origin:right bottom}to{opacity:1;-webkit-transform:none;transform:none;-webkit-transform-origin:right bottom;transform-origin:right bottom}}.jltma-anim-rotate-in-down-right,.jltma-animated.jltma-rotate-in-down-right{-webkit-animation-name:JltmaRotateInDownRight;animation-name:JltmaRotateInDownRight}@-webkit-keyframes JltmaRotateInDownRight1{0%{-webkit-transform:rotate(35deg);transform:rotate(35deg);-webkit-transform-origin:right bottom;transform-origin:right bottom}to{opacity:1;-webkit-transform:none;transform:none;-webkit-transform-origin:right bottom;transform-origin:right bottom}}@keyframes JltmaRotateInDownRight1{0%{-webkit-transform:rotate(35deg);transform:rotate(35deg);-webkit-transform-origin:right bottom;transform-origin:right bottom}to{opacity:1;-webkit-transform:none;transform:none;-webkit-transform-origin:right bottom;transform-origin:right bottom}}.jltma-anim-rotate-in-down-right-1,.jltma-animated.jltma-rotate-in-down-right-1{-webkit-animation-name:JltmaRotateInDownRight1;animation-name:JltmaRotateInDownRight1}@-webkit-keyframes JltmaRotateInDownRight2{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);-webkit-transform-origin:right bottom;transform-origin:right bottom}to{opacity:1;-webkit-transform:none;transform:none;-webkit-transform-origin:right bottom;transform-origin:right bottom}}@keyframes JltmaRotateInDownRight2{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);-webkit-transform-origin:right bottom;transform-origin:right bottom}to{opacity:1;-webkit-transform:none;transform:none;-webkit-transform-origin:right bottom;transform-origin:right bottom}}.jltma-anim-rotate-in-down-right-2,.jltma-animated.jltma-rotate-in-down-right-2{-webkit-animation-name:JltmaRotateInDownRight2;animation-name:JltmaRotateInDownRight2}@-webkit-keyframes JltmaRotateInUpLeft{0%{-webkit-transform:rotate(25deg);transform:rotate(25deg);-webkit-transform-origin:left bottom;transform-origin:left bottom}to{opacity:1;-webkit-transform:none;transform:none;-webkit-transform-origin:left bottom;transform-origin:left bottom}}@keyframes JltmaRotateInUpLeft{0%{-webkit-transform:rotate(25deg);transform:rotate(25deg);-webkit-transform-origin:left bottom;transform-origin:left bottom}to{opacity:1;-webkit-transform:none;transform:none;-webkit-transform-origin:left bottom;transform-origin:left bottom}}.jltma-anim-rotate-in-up-left,.jltma-animated.jltma-rotate-in-up-left{-webkit-animation-name:JltmaRotateInUpLeft;animation-name:JltmaRotateInUpLeft}@-webkit-keyframes JltmaRotateInUpLeft1{0%{-webkit-transform:rotate(35deg);transform:rotate(35deg);-webkit-transform-origin:left bottom;transform-origin:left bottom}to{opacity:1;-webkit-transform:none;transform:none;-webkit-transform-origin:left bottom;transform-origin:left bottom}}@keyframes JltmaRotateInUpLeft1{0%{-webkit-transform:rotate(35deg);transform:rotate(35deg);-webkit-transform-origin:left bottom;transform-origin:left bottom}to{opacity:1;-webkit-transform:none;transform:none;-webkit-transform-origin:left bottom;transform-origin:left bottom}}.jltma-anim-rotate-in-up-left-1,.jltma-animated.jltma-rotate-in-up-left-1{-webkit-animation-name:JltmaRotateInUpLeft1;animation-name:JltmaRotateInUpLeft1}@-webkit-keyframes JltmaRotateInUpLeft2{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);-webkit-transform-origin:left bottom;transform-origin:left bottom}to{opacity:1;-webkit-transform:none;transform:none;-webkit-transform-origin:left bottom;transform-origin:left bottom}}@keyframes JltmaRotateInUpLeft2{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);-webkit-transform-origin:left bottom;transform-origin:left bottom}to{opacity:1;-webkit-transform:none;transform:none;-webkit-transform-origin:left bottom;transform-origin:left bottom}}.jltma-anim-rotate-in-up-left-2,.jltma-animated.jltma-rotate-in-up-left-2{-webkit-animation-name:JltmaRotateInUpLeft2;animation-name:JltmaRotateInUpLeft2}@-webkit-keyframes JltmaRotateInUpRight{0%{-webkit-transform:rotate(-35deg);transform:rotate(-35deg);-webkit-transform-origin:right bottom;transform-origin:right bottom}to{opacity:1;-webkit-transform:none;transform:none;-webkit-transform-origin:right bottom;transform-origin:right bottom}}@keyframes JltmaRotateInUpRight{0%{-webkit-transform:rotate(-35deg);transform:rotate(-35deg);-webkit-transform-origin:right bottom;transform-origin:right bottom}to{opacity:1;-webkit-transform:none;transform:none;-webkit-transform-origin:right bottom;transform-origin:right bottom}}.jltma-anim-rotate-in-up-right,.jltma-animated.jltma-rotate-in-up-right{-webkit-animation-name:JltmaRotateInUpRight;animation-name:JltmaRotateInUpRight}@-webkit-keyframes JltmaRotateInUpRight1{0%{-webkit-transform:rotate(-60deg);transform:rotate(-60deg);-webkit-transform-origin:right bottom;transform-origin:right bottom}to{opacity:1;-webkit-transform:none;transform:none;-webkit-transform-origin:right bottom;transform-origin:right bottom}}@keyframes JltmaRotateInUpRight1{0%{-webkit-transform:rotate(-60deg);transform:rotate(-60deg);-webkit-transform-origin:right bottom;transform-origin:right bottom}to{opacity:1;-webkit-transform:none;transform:none;-webkit-transform-origin:right bottom;transform-origin:right bottom}}.jltma-anim-rotate-in-up-right-1,.jltma-animated.jltma-rotate-in-up-right-1{-webkit-animation-name:JltmaRotateInUpRight1;animation-name:JltmaRotateInUpRight1}@-webkit-keyframes JltmaRotateInUpRight2{0%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);-webkit-transform-origin:right bottom;transform-origin:right bottom}to{opacity:1;-webkit-transform:none;transform:none;-webkit-transform-origin:right bottom;transform-origin:right bottom}}@keyframes JltmaRotateInUpRight2{0%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);-webkit-transform-origin:right bottom;transform-origin:right bottom}to{opacity:1;-webkit-transform:none;transform:none;-webkit-transform-origin:right bottom;transform-origin:right bottom}}.jltma-anim-rotate-in-up-right-2,.jltma-animated.jltma-rotate-in-up-right-2{-webkit-animation-name:JltmaRotateInUpRight2;animation-name:JltmaRotateInUpRight2}@-webkit-keyframes JltmaFlipInUp{0%{-webkit-transform:rotateX(-40deg) translateY(40px);transform:rotateX(-40deg) translateY(40px)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes JltmaFlipInUp{0%{-webkit-transform:rotateX(-40deg) translateY(40px);transform:rotateX(-40deg) translateY(40px)}to{opacity:1;-webkit-transform:none;transform:none}}.jltma-anim-flip-in-up,.jltma-animated.jltma-flip-in-up{-webkit-animation-name:JltmaFlipInUp;animation-name:JltmaFlipInUp}@-webkit-keyframes JltmaFlipInUp1{0%{-webkit-transform:rotateX(-40deg) translateY(80px);transform:rotateX(-40deg) translateY(80px)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes JltmaFlipInUp1{0%{-webkit-transform:rotateX(-40deg) translateY(80px);transform:rotateX(-40deg) translateY(80px)}to{opacity:1;-webkit-transform:none;transform:none}}.jltma-anim-flip-in-up-1,.jltma-animated.jltma-flip-in-up-1{-webkit-animation-name:JltmaFlipInUp1;animation-name:JltmaFlipInUp1}@-webkit-keyframes JltmaFlipInUp2{0%{-webkit-transform:rotateX(-40deg) translateY(120px);transform:rotateX(-40deg) translateY(120px)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes JltmaFlipInUp2{0%{-webkit-transform:rotateX(-40deg) translateY(120px);transform:rotateX(-40deg) translateY(120px)}to{opacity:1;-webkit-transform:none;transform:none}}.jltma-anim-flip-in-up-2,.jltma-animated.jltma-flip-in-up-2{-webkit-animation-name:JltmaFlipInUp2;animation-name:JltmaFlipInUp2}@-webkit-keyframes JltmaFlipInDown{0%{-webkit-transform:rotateX(40deg) translateY(-40px);transform:rotateX(40deg) translateY(-40px)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes JltmaFlipInDown{0%{-webkit-transform:rotateX(40deg) translateY(-40px);transform:rotateX(40deg) translateY(-40px)}to{opacity:1;-webkit-transform:none;transform:none}}.jltma-anim-flip-in-down,.jltma-animated.jltma-flip-in-down{-webkit-animation-name:JltmaFlipInDown;animation-name:JltmaFlipInDown}@-webkit-keyframes JltmaFlipInDown1{0%{-webkit-transform:rotateX(40deg) translateY(-80px);transform:rotateX(40deg) translateY(-80px)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes JltmaFlipInDown1{0%{-webkit-transform:rotateX(40deg) translateY(-80px);transform:rotateX(40deg) translateY(-80px)}to{opacity:1;-webkit-transform:none;transform:none}}.jltma-anim-flip-in-down-1,.jltma-animated.jltma-flip-in-down-1{-webkit-animation-name:JltmaFlipInDown1;animation-name:JltmaFlipInDown1}@-webkit-keyframes JltmaFlipInDown2{0%{-webkit-transform:rotateX(40deg) translateY(-120px);transform:rotateX(40deg) translateY(-120px)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes JltmaFlipInDown2{0%{-webkit-transform:rotateX(40deg) translateY(-120px);transform:rotateX(40deg) translateY(-120px)}to{opacity:1;-webkit-transform:none;transform:none}}.jltma-anim-flip-in-down-2,.jltma-animated.jltma-flip-in-down-2{-webkit-animation-name:JltmaFlipInDown2;animation-name:JltmaFlipInDown2}@-webkit-keyframes JltmaFlipInLeft{0%{-webkit-transform:rotateY(-40deg) translateX(40px);transform:rotateY(-40deg) translateX(40px)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes JltmaFlipInLeft{0%{-webkit-transform:rotateY(-40deg) translateX(40px);transform:rotateY(-40deg) translateX(40px)}to{opacity:1;-webkit-transform:none;transform:none}}.jltma-anim-flip-in-left,.jltma-animated.jltma-flip-in-left{-webkit-animation-name:JltmaFlipInLeft;animation-name:JltmaFlipInLeft}@-webkit-keyframes JltmaFlipInLeft1{0%{-webkit-transform:rotateY(-40deg) translateX(80px);transform:rotateY(-40deg) translateX(80px)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes JltmaFlipInLeft1{0%{-webkit-transform:rotateY(-40deg) translateX(80px);transform:rotateY(-40deg) translateX(80px)}to{opacity:1;-webkit-transform:none;transform:none}}.jltma-anim-flip-in-left-1,.jltma-animated.jltma-flip-in-left-1{-webkit-animation-name:JltmaFlipInLeft1;animation-name:JltmaFlipInLeft1}@-webkit-keyframes JltmaFlipInLeft2{0%{-webkit-transform:rotateY(-40deg) translateX(140px);transform:rotateY(-40deg) translateX(140px)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes JltmaFlipInLeft2{0%{-webkit-transform:rotateY(-40deg) translateX(140px);transform:rotateY(-40deg) translateX(140px)}to{opacity:1;-webkit-transform:none;transform:none}}.jltma-anim-flip-in-left-2,.jltma-animated.jltma-flip-in-left-2{-webkit-animation-name:JltmaFlipInLeft2;animation-name:JltmaFlipInLeft2}@-webkit-keyframes JltmaFlipInLeft3{0%{-webkit-transform:rotateY(-40deg) translateX(200px);transform:rotateY(-40deg) translateX(200px)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes JltmaFlipInLeft3{0%{-webkit-transform:rotateY(-40deg) translateX(200px);transform:rotateY(-40deg) translateX(200px)}to{opacity:1;-webkit-transform:none;transform:none}}.jltma-anim-flip-in-left-3,.jltma-animated.jltma-flip-in-left-3{-webkit-animation-name:JltmaFlipInLeft3;animation-name:JltmaFlipInLeft3}@-webkit-keyframes JltmaFlipInRight{0%{-webkit-transform:rotateY(40deg) translateX(-40px);transform:rotateY(40deg) translateX(-40px)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes JltmaFlipInRight{0%{-webkit-transform:rotateY(40deg) translateX(-40px);transform:rotateY(40deg) translateX(-40px)}to{opacity:1;-webkit-transform:none;transform:none}}.jltma-anim-flip-in-right,.jltma-animated.jltma-flip-in-right{-webkit-animation-name:JltmaFlipInRight;animation-name:JltmaFlipInRight}@-webkit-keyframes JltmaFlipInRight1{0%{-webkit-transform:rotateY(40deg) translateX(-80px);transform:rotateY(40deg) translateX(-80px)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes JltmaFlipInRight1{0%{-webkit-transform:rotateY(40deg) translateX(-80px);transform:rotateY(40deg) translateX(-80px)}to{opacity:1;-webkit-transform:none;transform:none}}.jltma-anim-flip-in-right-1,.jltma-animated.jltma-flip-in-right-1{-webkit-animation-name:JltmaFlipInRight1;animation-name:JltmaFlipInRight1}@-webkit-keyframes JltmaFlipInRight2{0%{-webkit-transform:rotateY(40deg) translateX(-140px);transform:rotateY(40deg) translateX(-140px)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes JltmaFlipInRight2{0%{-webkit-transform:rotateY(40deg) translateX(-140px);transform:rotateY(40deg) translateX(-140px)}to{opacity:1;-webkit-transform:none;transform:none}}.jltma-anim-flip-in-right-2,.jltma-animated.jltma-flip-in-right-2{-webkit-animation-name:JltmaFlipInRight2;animation-name:JltmaFlipInRight2}@-webkit-keyframes JltmaFlipInRight3{0%{-webkit-transform:rotateY(40deg) translateX(-200px);transform:rotateY(40deg) translateX(-200px)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes JltmaFlipInRight3{0%{-webkit-transform:rotateY(40deg) translateX(-200px);transform:rotateY(40deg) translateX(-200px)}to{opacity:1;-webkit-transform:none;transform:none}}.jltma-anim-flip-in-right-3,.jltma-animated.jltma-flip-in-right-3{-webkit-animation-name:JltmaFlipInRight3;animation-name:JltmaFlipInRight3}@-webkit-keyframes JltmaZoomIn{0%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%{opacity:1}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes JltmaZoomIn{0%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%{opacity:1}to{opacity:1;-webkit-transform:none;transform:none}}.jltma-anim-zoom-in,.jltma-animated.jltma-zoom-in{-webkit-animation-name:JltmaZoomIn;animation-name:JltmaZoomIn}@-webkit-keyframes JltmaZoomIn1{0%{-webkit-transform:scale3d(.8,.8,.8);transform:scale3d(.8,.8,.8)}50%{opacity:1}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes JltmaZoomIn1{0%{-webkit-transform:scale3d(.8,.8,.8);transform:scale3d(.8,.8,.8)}50%{opacity:1}to{opacity:1;-webkit-transform:none;transform:none}}.jltma-anim-zoom-in-1,.jltma-animated.jltma-zoom-in-1{-webkit-animation-name:JltmaZoomIn1;animation-name:JltmaZoomIn1}@-webkit-keyframes JltmaZoomIn2{0%{-webkit-transform:scale3d(.7,.7,.7);transform:scale3d(.7,.7,.7)}50%{opacity:1}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes JltmaZoomIn2{0%{-webkit-transform:scale3d(.7,.7,.7);transform:scale3d(.7,.7,.7)}50%{opacity:1}to{opacity:1;-webkit-transform:none;transform:none}}.jltma-anim-zoom-in-2,.jltma-animated.jltma-zoom-in-2{-webkit-animation-name:JltmaZoomIn2;animation-name:JltmaZoomIn2}@-webkit-keyframes JltmaZoomIn3{0%{-webkit-transform:scale3d(.6,.6,.6);transform:scale3d(.6,.6,.6)}50%{opacity:1}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes JltmaZoomIn3{0%{-webkit-transform:scale3d(.6,.6,.6);transform:scale3d(.6,.6,.6)}50%{opacity:1}to{opacity:1;-webkit-transform:none;transform:none}}.jltma-anim-zoom-in-3,.jltma-animated.jltma-zoom-in-3{-webkit-animation-name:JltmaZoomIn3;animation-name:JltmaZoomIn3}@-webkit-keyframes JltmaScaleUp{0%{-webkit-transform:scale(.9);transform:scale(.9)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes JltmaScaleUp{0%{-webkit-transform:scale(.9);transform:scale(.9)}to{opacity:1;-webkit-transform:none;transform:none}}.jltma-anim-scale-up,.jltma-animated.jltma-scale-up{-webkit-animation-name:JltmaScaleUp;animation-name:JltmaScaleUp}@-webkit-keyframes JltmaScaleUp1{0%{-webkit-transform:scale(.7);transform:scale(.7)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes JltmaScaleUp1{0%{-webkit-transform:scale(.7);transform:scale(.7)}to{opacity:1;-webkit-transform:none;transform:none}}.jltma-anim-scale-up-1,.jltma-animated.jltma-scale-up-1{-webkit-animation-name:JltmaScaleUp1;animation-name:JltmaScaleUp1}@-webkit-keyframes JltmaScaleUp2{0%{-webkit-transform:scale(.6);transform:scale(.6)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes JltmaScaleUp2{0%{-webkit-transform:scale(.6);transform:scale(.6)}to{opacity:1;-webkit-transform:none;transform:none}}.jltma-anim-scale-up-2,.jltma-animated.jltma-scale-up-2{-webkit-animation-name:JltmaScaleUp2;animation-name:JltmaScaleUp2}@-webkit-keyframes JltmaScaleDown{0%{-webkit-transform:scale(1.1);transform:scale(1.1)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes JltmaScaleDown{0%{-webkit-transform:scale(1.1);transform:scale(1.1)}to{opacity:1;-webkit-transform:none;transform:none}}.jltma-anim-scale-down,.jltma-animated.jltma-scale-down{-webkit-animation-name:JltmaScaleDown;animation-name:JltmaScaleDown}@-webkit-keyframes JltmaScaleDown1{0%{-webkit-transform:scale(1.3);transform:scale(1.3)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes JltmaScaleDown1{0%{-webkit-transform:scale(1.3);transform:scale(1.3)}to{opacity:1;-webkit-transform:none;transform:none}}.jltma-anim-scale-down-1,.jltma-animated.jltma-scale-down-1{-webkit-animation-name:JltmaScaleDown1;animation-name:JltmaScaleDown1}@-webkit-keyframes JltmaScaleDown2{0%{-webkit-transform:scale(1.4);transform:scale(1.4)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes JltmaScaleDown2{0%{-webkit-transform:scale(1.4);transform:scale(1.4)}to{opacity:1;-webkit-transform:none;transform:none}}.jltma-anim-scale-down-2,.jltma-animated.jltma-scale-down-2{-webkit-animation-name:JltmaScaleDown2;animation-name:JltmaScaleDown2}@-webkit-keyframes JltmaJackInTheBox{0%{-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes JltmaJackInTheBox{0%{-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:none;transform:none}}.jltma-anim-jack-in-box,.jltma-animated.jltma-jack-in-box{-webkit-animation-name:JltmaJackInTheBox;animation-name:JltmaJackInTheBox}@-webkit-keyframes jltma-scrolldown{0%{-webkit-transform:translate(-50%,-60%);transform:translate(-50%,-60%)}to{-webkit-transform:translate(-50%,-20%);transform:translate(-50%,-20%)}}@keyframes jltma-scrolldown{0%{-webkit-transform:translate(-50%,-60%);transform:translate(-50%,-60%)}to{-webkit-transform:translate(-50%,-20%);transform:translate(-50%,-20%)}}@-webkit-keyframes jltma-header-animation{0%{-webkit-transform:translateY(-100%);transform:translateY(-100%)}to{-webkit-transform:none;transform:none}}@keyframes jltma-header-animation{0%{-webkit-transform:translateY(-100%);transform:translateY(-100%)}to{-webkit-transform:none;transform:none}}@-webkit-keyframes JltmaSlideFromRight{0%{-webkit-transform:translateX(100%);transform:translateX(100%)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes JltmaSlideFromRight{0%{-webkit-transform:translateX(100%);transform:translateX(100%)}to{opacity:1;-webkit-transform:none;transform:none}}.jltma-anim-slide-from-right,.jltma-animated.jltma-slide-from-right>.elementor-column-wrap,.jltma-animated.jltma-slide-from-right>.elementor-widget-container{-webkit-animation-name:JltmaSlideFromRight;animation-name:JltmaSlideFromRight}@-webkit-keyframes JltmaSlideFromLeft{0%{-webkit-transform:translateX(-100%);transform:translateX(-100%)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes JltmaSlideFromLeft{0%{-webkit-transform:translateX(-100%);transform:translateX(-100%)}to{opacity:1;-webkit-transform:none;transform:none}}.jltma-anim-slide-from-left,.jltma-animated.jltma-slide-from-left>.elementor-column-wrap,.jltma-animated.jltma-slide-from-left>.elementor-widget-container{-webkit-animation-name:JltmaSlideFromLeft;animation-name:JltmaSlideFromLeft}@-webkit-keyframes JltmaSlideFromTop{0%{-webkit-transform:translateY(-100%);transform:translateY(-100%)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes JltmaSlideFromTop{0%{-webkit-transform:translateY(-100%);transform:translateY(-100%)}to{opacity:1;-webkit-transform:none;transform:none}}.jltma-anim-slide-from-top,.jltma-animated.jltma-slide-from-top>.elementor-column-wrap,.jltma-animated.jltma-slide-from-top>.elementor-widget-container{-webkit-animation-name:JltmaSlideFromTop;animation-name:JltmaSlideFromTop}@-webkit-keyframes JltmaSlideFromBot{0%{-webkit-transform:translateY(100%);transform:translateY(100%)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes JltmaSlideFromBot{0%{-webkit-transform:translateY(100%);transform:translateY(100%)}to{opacity:1;-webkit-transform:none;transform:none}}.jltma-anim-slide-from-bot,.jltma-animated.jltma-slide-from-bot>.elementor-column-wrap,.jltma-animated.jltma-slide-from-bot>.elementor-widget-container{-webkit-animation-name:JltmaSlideFromBot;animation-name:JltmaSlideFromBot}@-webkit-keyframes JltmaMaskFromTop{0%{clip-path:inset(0 0 100% 0);opacity:1}to{clip-path:inset(0 0 0 0);opacity:1}}@keyframes JltmaMaskFromTop{0%{clip-path:inset(0 0 100% 0);opacity:1}to{clip-path:inset(0 0 0 0);opacity:1}}.jltma-anim-mask-from-top,.jltma-animated.jltma-mask-from-top{-webkit-animation-name:JltmaMaskFromTop;animation-name:JltmaMaskFromTop}@-webkit-keyframes JltmaMaskFromBot{0%{clip-path:inset(100% 0 0 0);opacity:1}to{clip-path:inset(0 0 0 0);opacity:1}}@keyframes JltmaMaskFromBot{0%{clip-path:inset(100% 0 0 0);opacity:1}to{clip-path:inset(0 0 0 0);opacity:1}}.jltma-anim-mask-from-bot,.jltma-animated.jltma-mask-from-bot{-webkit-animation-name:JltmaMaskFromBot;animation-name:JltmaMaskFromBot}@-webkit-keyframes JltmaMaskFromRight{0%{clip-path:inset(0 0 0 100%);opacity:1}to{clip-path:inset(0 0 0 0);opacity:1}}@keyframes JltmaMaskFromRight{0%{clip-path:inset(0 0 0 100%);opacity:1}to{clip-path:inset(0 0 0 0);opacity:1}}.jltma-anim-mask-from-right,.jltma-animated.jltma-mask-from-right{-webkit-animation-name:JltmaMaskFromRight;animation-name:JltmaMaskFromRight}@-webkit-keyframes JltmaMaskFromLeft{0%{clip-path:inset(0 100% 0 0);opacity:1}to{clip-path:inset(0 0 0 0);opacity:1}}@keyframes JltmaMaskFromLeft{0%{clip-path:inset(0 100% 0 0);opacity:1}to{clip-path:inset(0 0 0 0);opacity:1}}.jltma-anim-mask-from-left,.jltma-animated.jltma-mask-from-left{-webkit-animation-name:JltmaMaskFromLeft;animation-name:JltmaMaskFromLeft}@keyframes JltmaLoadingWave{0%{background-position:0 0}to{background-position:66% 0}}@-webkit-keyframes flash{0%{opacity:.4}to{opacity:1}}@keyframes flash{0%{opacity:.4}to{opacity:1}}@-webkit-keyframes circle{0%{opacity:1}40%{opacity:1}to{height:200%;opacity:0;width:200%}}@keyframes circle{0%{opacity:1}40%{opacity:1}to{height:200%;opacity:0;width:200%}}@-webkit-keyframes shine{to{left:125%}}@keyframes shine{to{left:125%}}@-webkit-keyframes jltma-rotate-1-in{0%{opacity:0;-webkit-transform:rotateX(180deg);transform:rotateX(180deg)}35%{opacity:0;-webkit-transform:rotateX(120deg);transform:rotateX(120deg)}65%{opacity:0}to{opacity:1;-webkit-transform:rotateX(1turn);transform:rotateX(1turn)}}@keyframes jltma-rotate-1-in{0%{opacity:0;-webkit-transform:rotateX(180deg);transform:rotateX(180deg)}35%{opacity:0;-webkit-transform:rotateX(120deg);transform:rotateX(120deg)}65%{opacity:0}to{opacity:1;-webkit-transform:rotateX(1turn);transform:rotateX(1turn)}}@-webkit-keyframes jltma-rotate-1-out{0%{opacity:1;-webkit-transform:rotateX(0deg);transform:rotateX(0deg)}35%{opacity:1;-webkit-transform:rotateX(-40deg);transform:rotateX(-40deg)}65%{opacity:0}to{opacity:0;-webkit-transform:rotateX(180deg);transform:rotateX(180deg)}}@keyframes jltma-rotate-1-out{0%{opacity:1;-webkit-transform:rotateX(0deg);transform:rotateX(0deg)}35%{opacity:1;-webkit-transform:rotateX(-40deg);transform:rotateX(-40deg)}65%{opacity:0}to{opacity:0;-webkit-transform:rotateX(180deg);transform:rotateX(180deg)}}@-webkit-keyframes jltma-pulse{0%{opacity:1;-webkit-transform:translateY(-50%) scale(1);transform:translateY(-50%) scale(1)}40%{opacity:0;-webkit-transform:translateY(-50%) scale(.9);transform:translateY(-50%) scale(.9)}to{opacity:0;-webkit-transform:translateY(-50%) scale(0);transform:translateY(-50%) scale(0)}}@keyframes jltma-pulse{0%{opacity:1;-webkit-transform:translateY(-50%) scale(1);transform:translateY(-50%) scale(1)}40%{opacity:0;-webkit-transform:translateY(-50%) scale(.9);transform:translateY(-50%) scale(.9)}to{opacity:0;-webkit-transform:translateY(-50%) scale(0);transform:translateY(-50%) scale(0)}}@-webkit-keyframes jltma-rotate-2-in{0%{opacity:0;-webkit-transform:translateZ(-20px) rotateX(90deg);transform:translateZ(-20px) rotateX(90deg)}60%{opacity:1;-webkit-transform:translateZ(-20px) rotateX(-10deg);transform:translateZ(-20px) rotateX(-10deg)}to{opacity:1;-webkit-transform:translateZ(-20px) rotateX(0deg);transform:translateZ(-20px) rotateX(0deg)}}@keyframes jltma-rotate-2-in{0%{opacity:0;-webkit-transform:translateZ(-20px) rotateX(90deg);transform:translateZ(-20px) rotateX(90deg)}60%{opacity:1;-webkit-transform:translateZ(-20px) rotateX(-10deg);transform:translateZ(-20px) rotateX(-10deg)}to{opacity:1;-webkit-transform:translateZ(-20px) rotateX(0deg);transform:translateZ(-20px) rotateX(0deg)}}@-webkit-keyframes jltma-rotate-2-out{0%{opacity:1;-webkit-transform:translateZ(-20px) rotateX(0);transform:translateZ(-20px) rotateX(0)}60%{opacity:0;-webkit-transform:translateZ(-20px) rotateX(-100deg);transform:translateZ(-20px) rotateX(-100deg)}to{opacity:0;-webkit-transform:translateZ(-20px) rotateX(-90deg);transform:translateZ(-20px) rotateX(-90deg)}}@keyframes jltma-rotate-2-out{0%{opacity:1;-webkit-transform:translateZ(-20px) rotateX(0);transform:translateZ(-20px) rotateX(0)}60%{opacity:0;-webkit-transform:translateZ(-20px) rotateX(-100deg);transform:translateZ(-20px) rotateX(-100deg)}to{opacity:0;-webkit-transform:translateZ(-20px) rotateX(-90deg);transform:translateZ(-20px) rotateX(-90deg)}}@-webkit-keyframes slide-in{0%{opacity:0;-webkit-transform:translateY(-100%);transform:translateY(-100%)}60%{opacity:1;-webkit-transform:translateY(20%);transform:translateY(20%)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes slide-in{0%{opacity:0;-webkit-transform:translateY(-100%);transform:translateY(-100%)}60%{opacity:1;-webkit-transform:translateY(20%);transform:translateY(20%)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes slide-out{0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}60%{opacity:0;-webkit-transform:translateY(120%);transform:translateY(120%)}to{opacity:0;-webkit-transform:translateY(100%);transform:translateY(100%)}}@keyframes slide-out{0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}60%{opacity:0;-webkit-transform:translateY(120%);transform:translateY(120%)}to{opacity:0;-webkit-transform:translateY(100%);transform:translateY(100%)}}@-webkit-keyframes jltma-rotate-3-in{0%{-webkit-transform:rotateY(180deg);transform:rotateY(180deg)}to{-webkit-transform:rotateY(0deg);transform:rotateY(0deg)}}@keyframes jltma-rotate-3-in{0%{-webkit-transform:rotateY(180deg);transform:rotateY(180deg)}to{-webkit-transform:rotateY(0deg);transform:rotateY(0deg)}}@-webkit-keyframes jltma-rotate-3-out{0%{-webkit-transform:rotateY(0);transform:rotateY(0)}to{-webkit-transform:rotateY(-180deg);transform:rotateY(-180deg)}}@keyframes jltma-rotate-3-out{0%{-webkit-transform:rotateY(0);transform:rotateY(0)}to{-webkit-transform:rotateY(-180deg);transform:rotateY(-180deg)}}@-webkit-keyframes zoom-in{0%{opacity:0;-webkit-transform:translateZ(100px);transform:translateZ(100px)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes zoom-in{0%{opacity:0;-webkit-transform:translateZ(100px);transform:translateZ(100px)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes zoom-out{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translateZ(-100px);transform:translateZ(-100px)}}@keyframes zoom-out{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translateZ(-100px);transform:translateZ(-100px)}}@-webkit-keyframes scale-up{0%{opacity:0;-webkit-transform:scale(0);transform:scale(0)}60%{opacity:1;-webkit-transform:scale(1.2);transform:scale(1.2)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes scale-up{0%{opacity:0;-webkit-transform:scale(0);transform:scale(0)}60%{opacity:1;-webkit-transform:scale(1.2);transform:scale(1.2)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes scale-down{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}60%{opacity:0;-webkit-transform:scale(0);transform:scale(0)}}@keyframes scale-down{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}60%{opacity:0;-webkit-transform:scale(0);transform:scale(0)}}@-webkit-keyframes push-in{0%{opacity:0;-webkit-transform:translateX(-100%);transform:translateX(-100%)}60%{opacity:1;-webkit-transform:translateX(10%);transform:translateX(10%)}to{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes push-in{0%{opacity:0;-webkit-transform:translateX(-100%);transform:translateX(-100%)}60%{opacity:1;-webkit-transform:translateX(10%);transform:translateX(10%)}to{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes push-out{0%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}60%{opacity:0;-webkit-transform:translateX(110%);transform:translateX(110%)}to{opacity:0;-webkit-transform:translateX(100%);transform:translateX(100%)}}@keyframes push-out{0%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}60%{opacity:0;-webkit-transform:translateX(110%);transform:translateX(110%)}to{opacity:0;-webkit-transform:translateX(100%);transform:translateX(100%)}}@-webkit-keyframes cd-bounce-even{0%{opacity:0;-webkit-transform:translateX(-100px);transform:translateX(-100px)}60%{opacity:1;-webkit-transform:translateX(10px);transform:translateX(10px)}to{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes cd-bounce-even{0%{opacity:0;-webkit-transform:translateX(-100px);transform:translateX(-100px)}60%{opacity:1;-webkit-transform:translateX(10px);transform:translateX(10px)}to{-webkit-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes cd-bounce-odd{0%{opacity:0;-webkit-transform:translateX(100px);transform:translateX(100px)}60%{opacity:1;-webkit-transform:translateX(-10px);transform:translateX(-10px)}to{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes cd-bounce-odd{0%{opacity:0;-webkit-transform:translateX(100px);transform:translateX(100px)}60%{opacity:1;-webkit-transform:translateX(-10px);transform:translateX(-10px)}to{-webkit-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes pulse{0%{-webkit-box-shadow:0 0 0 0 rgba(0,0,0,.4);box-shadow:0 0 0 0 rgba(0,0,0,.4)}70%{-webkit-box-shadow:0 0 0 10px rgba(0,0,0,0);box-shadow:0 0 0 10px rgba(0,0,0,0)}to{-webkit-box-shadow:0 0 0 0 rgba(0,0,0,0);box-shadow:0 0 0 0 rgba(0,0,0,0)}}@keyframes pulse{0%{-webkit-box-shadow:0 0 0 0 rgba(0,0,0,.4);box-shadow:0 0 0 0 rgba(0,0,0,.4)}70%{-webkit-box-shadow:0 0 0 10px rgba(0,0,0,0);box-shadow:0 0 0 10px rgba(0,0,0,0)}to{-webkit-box-shadow:0 0 0 0 rgba(0,0,0,0);box-shadow:0 0 0 0 rgba(0,0,0,0)}}@-webkit-keyframes batman{0%{-webkit-transform:scale(1) rotate(0);transform:scale(1) rotate(0)}to{opacity:0;-webkit-transform:scale(0) rotate(2turn);transform:scale(0) rotate(2turn)}}@keyframes batman{0%{-webkit-transform:scale(1) rotate(0);transform:scale(1) rotate(0)}to{opacity:0;-webkit-transform:scale(0) rotate(2turn);transform:scale(0) rotate(2turn)}}.rtl .elementor-widget-container .text-left{text-align:right}.rtl .elementor-widget-container .text-right{text-align:left}.rtl .jltma-animated-headline .jltma-words-wrapper{text-align:right}.rtl .jltma-animated-headline .jltma-words-wrapper b{left:inherit;right:0}.rtl .jltma-animated-headline.loading-bar .jltma-words-wrapper:after{left:inherit;right:0}.rtl .style-03 .jltma-call-action-content .jltma-row{border-left:0;border-right:10px solid #4b00e7;padding-left:0;padding-right:1rem}.rtl .style-07 .jltma-call-action-content .jltma-media-left{margin-left:1.875rem;margin-right:0}.rtl .jltma-pricing-tables .jltma-price-table-details ol li svg,.rtl .jltma-pricing-tables .jltma-price-table-details ul li svg{margin-left:8px;margin-right:inherit}.rtl .jltma-pricing-tables.default-table .jltma-price-amount-duration,.rtl .jltma-pricing-tables.table-left-align .jltma-price-amount-duration{padding-left:inherit;padding-right:10px}.rtl .jltma-pricing-tables.default-table .jltma-price-amount-duration:before,.rtl .jltma-pricing-tables.table-left-align .jltma-price-amount-duration:before{left:inherit;right:0}.rtl .jltma-pricing-tables.table-active-zoom .jltma-price-amount-duration:before{display:none}.rtl .jltma-pricing-tables.table-bg-image .jltma-table-inner,.rtl .jltma-pricing-tables.table-bg-pattern .jltma-table-inner{text-align:right}.rtl .jltma-pricing-tables.table-bg-image li:before,.rtl .jltma-pricing-tables.table-bg-pattern li:before{left:inherit;right:0}.rtl .jltma-restrict-content-wrap .form-group .jltma-input-pass,.rtl .jltma-restrict-form #jltma_rc_checkbox input[type=checkbox],.rtl .jltma-restrict-form .form-group .jltma-input-pass{margin-left:10px;margin-right:inherit}.rtl blockquote.jltma-blockquote cite{float:right;padding:0 30px 0 0}.rtl blockquote.jltma-blockquote cite:before{left:inherit;right:0}.rtl .jltma-btn--search-close{left:1.25rem;right:inherit}.rtl .ma-cf form{direction:rtl}.rtl .jltma-ninja-form.ma-cf-2 .nf-form-content [type=button],.rtl .jltma-ninja-form.ma-cf-4 .nf-form-content [type=button],.rtl .ma-cf-2 .wpforms-form .wpforms-submit-container,.rtl .ma-cf-2 input[type=submit],.rtl .ma-cf-2.jltma-caldera-form .caldera-grid [type=button],.rtl .ma-cf-4 .wpforms-form .wpforms-submit-container,.rtl .ma-cf-4 input[type=submit],.rtl .ma-cf-4.jltma-caldera-form .caldera-grid [type=button]{float:left}.rtl .ma-cf.jltma-caldera-form form label span{float:right}.rtl .ma-cf-5 label,.rtl .ma-cf-5.jltma-wpforms .wpforms-form .wpforms-field label,.rtl .ma-cf-6 label,.rtl .ma-cf-6.jltma-wpforms .wpforms-form .wpforms-field label{left:inherit;right:3em}.rtl .jltma-timeline-align--left .jltma-slider__item{text-align:right}.rtl .jltma-timeline-align--left .jltma-slider__item .jltma-timeline-horz-pointer{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.rtl .jltma-timeline-align--right .jltma-slider__item{text-align:left}.rtl .jltma-timeline-align--right .jltma-slider__item .jltma-timeline-horz-pointer{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.rtl .jltma-timeline-align--left .jltma-timeline .jltma-timeline__line{margin-right:20px;right:0}.rtl .jltma-timeline-align--left .jltma-timeline .timeline-item__img{text-align:right}.rtl .jltma-timeline-align--left .jltma-timeline .timeline-item__card__arrow{right:-10px;-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.rtl .jltma-timeline-align--right .jltma-timeline .jltma-timeline__line{left:0;margin-left:20px;right:inherit}.rtl .jltma-timeline-align--right .jltma-timeline .timeline-item__card-wrapper{margin-left:10px;margin-right:0}.rtl .jltma-timeline-align--right .jltma-timeline .timeline-item__img{text-align:left}.rtl .jltma-timeline-align--right .jltma-timeline .timeline-item__card__arrow{left:-10px;right:inherit;-webkit-transform:rotate(-180deg);-ms-transform:rotate(-180deg);transform:rotate(-180deg)}.euaifw_wrapper,.ean_wrapper{color:#000;background-color:rgba(255,255,255,0);font-size:16px;display:inline-block;padding:5px}.ean_text_shop{margin:0 auto}.ean_variation_product{display:inline-block}.ean_woocommerce_number_field{padding:5px;color:#000;background-color:rgba(255,255,255,0)}.b2bking_myaccount_individual_offer_bottom_line_add button.b2bking_myaccount_individual_offer_bottom_line_button,#b2bking_myaccount_conversations_container_top button,button.b2bking_myaccount_start_conversation_button,.b2bking_myaccount_conversation_endpoint_button,button.b2bking_bulkorder_form_container_bottom_add_button,button.b2bking_subaccounts_container_top_button,button.b2bking_subaccounts_new_account_container_content_bottom_button,button.b2bking_subaccounts_edit_account_container_content_bottom_button,button#b2bking_purchase_list_new_button,button.b2bking_purchase_lists_view_list,button#b2bking_reimburse_amount_button,button#b2bking_redeem_amount_button,#b2bking_return_agent{background:#3ab1e4}.b2bking_has_color{background:#3ab1e4!important;background-color:#3ab1e4!important}table.b2bking_tiered_price_table tbody td.b2bking_has_color{background:#3ab1e4!important;background-color:#3ab1e4!important}.b2bking_myaccount_individual_offer_bottom_line_add button:hover.b2bking_myaccount_individual_offer_bottom_line_button,#b2bking_myaccount_conversations_container_top button:hover,button:hover.b2bking_myaccount_start_conversation_button,.b2bking_myaccount_conversation_endpoint_button,button:hover.b2bking_bulkorder_form_container_bottom_add_button,button:hover.b2bking_subaccounts_container_top_button,button:hover.b2bking_subaccounts_new_account_container_content_bottom_button,button:hover.b2bking_subaccounts_edit_account_container_content_bottom_button,button:hover#b2bking_purchase_list_new_button,button:hover.b2bking_purchase_lists_view_list,.b2bking_myaccount_conversation_endpoint_button:hover,button#b2bking_reimburse_amount_button:hover,#b2bking_return_agent:hover{background:#0088c2}table#b2bking_purchase_lists_table thead tr th{background:#353042;color:#fff}.b2bking_purchase_lists_view_list{background:#b1b1b1 !important}#b2bking_purchase_list_new_button{background:#353042 !important}.b2bking_purchase_lists_view_list:hover,#b2bking_purchase_list_new_button:hover{filter:brightness(85%);filter:contrast(135%)}.wpc-orderby-select{width:100%}.wpc-filters-open-button-container{display:none}.wpc-debug-message{padding:16px;font-size:14px;border:1px dashed #ccc;margin-bottom:20px}.wpc-debug-title{visibility:hidden}.wpc-button-inner,.wpc-chip-content{display:flex;align-items:center}.wpc-icon-html-wrapper{position:relative;margin-right:10px;top:2px}.wpc-icon-html-wrapper span{display:block;height:1px;width:18px;border-radius:3px;background:#2c2d33;margin-bottom:4px;position:relative}span.wpc-icon-line-1:after,span.wpc-icon-line-2:after,span.wpc-icon-line-3:after{content:"";display:block;width:3px;height:3px;border:1px solid #2c2d33;background-color:#fff;position:absolute;top:-2px;box-sizing:content-box}span.wpc-icon-line-3:after{border-radius:50%;left:2px}span.wpc-icon-line-1:after{border-radius:50%;left:5px}span.wpc-icon-line-2:after{border-radius:50%;left:12px}body .wpc-filters-open-button-container a.wpc-filters-open-widget,body .wpc-filters-open-button-container a.wpc-open-close-filters-button{display:inline-block;text-align:left;border:1px solid #2c2d33;border-radius:2px;line-height:1.5;padding:7px 12px;background-color:transparent;color:#2c2d33;box-sizing:border-box;text-decoration:none!important;font-weight:400;transition:none;position:relative}@media screen and (max-width:768px){.wpc_show_bottom_widget .wpc-filters-open-button-container,.wpc_show_open_close_button .wpc-filters-open-button-container{display:block}.wpc_show_bottom_widget .wpc-filters-open-button-container{margin-top:1em;margin-bottom:1em}}.e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload),.e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload) *{background-image:none !important}@media screen and (max-height:1024px){.e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload),.e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload) *{background-image:none !important}}@media screen and (max-height:640px){.e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload),.e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload) *{background-image:none !important}}@font-face{font-family:Inter;font-style:normal;font-weight:300 900;font-display:fallback;src:url('https://partner.perfettohome.sk/wp-content/plugins/woocommerce/assets/fonts/Inter-VariableFont_slnt,wght.woff2') format('woff2');font-stretch:normal}@font-face{font-family:Cardo;font-style:normal;font-weight:400;font-display:fallback;src:url('https://partner.perfettohome.sk/wp-content/plugins/woocommerce/assets/fonts/cardo_normal_400.woff2') format('woff2')}.woocommerce-terms-and-conditions-wrapper .woocommerce-form__label-for-checkbox{color:red !important;font-size:1.2em !important;font-weight:700 !important}@keyframes spinner__animation{0%{animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes loading__animation{to{transform:translateX(100%)}}body.wc-block-product-gallery-modal-open,body.wc-modal--open{overflow:hidden}.wc-block-grid__products .wc-block-grid__product-image{display:block;position:relative;text-decoration:none}.wc-block-grid__products .wc-block-grid__product-image a{border:0;box-shadow:none;outline:0;text-decoration:none}.wc-block-grid__products .wc-block-grid__product-image img{height:auto;max-width:100%;width:100%}.wc-block-grid__products .wc-block-grid__product-image img[hidden]{display:none}.wc-block-grid__products .wc-block-grid__product-image img[alt=""]{border:1px solid #f2f2f2}.edit-post-visual-editor .editor-block-list__block .wc-block-grid__product-title,.editor-styles-wrapper .wc-block-grid__product-title,.wc-block-grid__product-title{color:inherit;display:block;font-family:inherit;font-size:inherit;font-weight:700;line-height:1.2;padding:0}.wc-block-grid__product-price{display:block}.wc-block-grid__product-price .wc-block-grid__product-price__regular{margin-right:.5em}.wc-block-grid__product-add-to-cart.wp-block-button{white-space:normal;word-break:break-word}.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link{display:inline-flex;font-size:1em;justify-content:center;margin-left:auto!important;margin-right:auto!important;text-align:center;white-space:normal;word-break:break-word}.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.loading{opacity:.25}.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.added:after{content:"";display:inline-block;font-family:WooCommerce;height:auto;margin-left:.5em;width:auto}.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.loading:after{animation:spin 2s linear infinite;content:"";display:inline-block;font-family:WooCommerce;height:auto;margin-left:.5em;width:auto}.has-5-columns:not(.alignfull) .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after,.has-6-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after,.has-7-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after,.has-8-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after,.has-9-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after{content:"";margin:0}.wc-block-grid__product-rating{display:block}.wc-block-grid__product-rating .star-rating,.wc-block-grid__product-rating .wc-block-grid__product-rating__stars{font-family:WooCommerce;font-size:1em;font-weight:400;height:1.618em;line-height:1.618;margin:0 auto;overflow:hidden;position:relative;text-align:left;width:5.3em}.wc-block-grid__product-rating .star-rating:before,.wc-block-grid__product-rating .wc-block-grid__product-rating__stars:before{content:"SSSSS";left:0;opacity:.5;position:absolute;right:0;top:0;white-space:nowrap}.wc-block-grid__product-rating .star-rating span,.wc-block-grid__product-rating .wc-block-grid__product-rating__stars span{left:0;overflow:hidden;padding-top:1.5em;position:absolute;right:0;top:0}.wc-block-grid__product-rating .star-rating span:before,.wc-block-grid__product-rating .wc-block-grid__product-rating__stars span:before{color:inherit;content:"SSSSS";left:0;position:absolute;right:0;top:0;white-space:nowrap}.wc-block-grid .wc-block-grid__product-onsale,.wc-block-grid__product-image .wc-block-grid__product-onsale{background:#fff;border:1px solid #43454b;border-radius:4px;color:#43454b;display:inline-block;font-size:.875em;font-weight:600;left:auto;padding:.25em .75em;position:absolute;right:4px;text-align:center;text-transform:uppercase;top:4px;width:auto;z-index:9}.wc-block-grid__product .wc-block-grid__product-image,.wc-block-grid__product .wc-block-grid__product-link{display:inline-block;position:relative}.wc-block-grid__product .wc-block-grid__product-image:not(.wc-block-components-product-image),.wc-block-grid__product .wc-block-grid__product-title{margin:0 0 12px}.wc-block-grid__product .wc-block-grid__product-add-to-cart,.wc-block-grid__product .wc-block-grid__product-onsale,.wc-block-grid__product .wc-block-grid__product-price,.wc-block-grid__product .wc-block-grid__product-rating{margin:0 auto 12px}.theme-twentysixteen .wc-block-grid .price ins{color:#77a464}.theme-twentynineteen .wc-block-grid__product{font-size:.88889em}.theme-twentynineteen .wc-block-components-product-sale-badge,.theme-twentynineteen .wc-block-components-product-title,.theme-twentynineteen .wc-block-grid__product-onsale,.theme-twentynineteen .wc-block-grid__product-title{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.theme-twentynineteen .wc-block-grid__product-title:before{display:none}.theme-twentynineteen .wc-block-components-product-sale-badge,.theme-twentynineteen .wc-block-grid__product-onsale{line-height:1}.theme-twentynineteen .editor-styles-wrapper .wp-block-button .wp-block-button__link:not(.has-text-color){color:#fff}.theme-twentytwenty .wc-block-grid__product-link{color:#000}.theme-twentytwenty .wc-block-components-product-title,.theme-twentytwenty .wc-block-grid__product-title{color:#cd2653;font-family:-apple-system,blinkmacsystemfont,Helvetica Neue,helvetica,sans-serif;font-size:1em}.theme-twentytwenty .wp-block-columns .wc-block-components-product-title{margin-top:0}.theme-twentytwenty .wc-block-components-product-price .woocommerce-Price-amount,.theme-twentytwenty .wc-block-components-product-price__value,.theme-twentytwenty .wc-block-grid__product-price .woocommerce-Price-amount,.theme-twentytwenty .wc-block-grid__product-price__value{font-family:-apple-system,blinkmacsystemfont,Helvetica Neue,helvetica,sans-serif;font-size:.9em}.theme-twentytwenty .wc-block-components-product-price del,.theme-twentytwenty .wc-block-grid__product-price del{opacity:.5}.theme-twentytwenty .wc-block-components-product-price ins,.theme-twentytwenty .wc-block-grid__product-price ins{text-decoration:none}.theme-twentytwenty .star-rating,.theme-twentytwenty .wc-block-grid__product-rating{font-size:.7em}.theme-twentytwenty .star-rating .wc-block-components-product-rating__stars,.theme-twentytwenty .star-rating .wc-block-grid__product-rating__stars,.theme-twentytwenty .wc-block-grid__product-rating .wc-block-components-product-rating__stars,.theme-twentytwenty .wc-block-grid__product-rating .wc-block-grid__product-rating__stars{line-height:1}.theme-twentytwenty .wc-block-components-product-button>.wp-block-button__link,.theme-twentytwenty .wc-block-grid__product-add-to-cart>.wp-block-button__link{font-family:-apple-system,blinkmacsystemfont,Helvetica Neue,helvetica,sans-serif}.theme-twentytwenty .wc-block-components-product-sale-badge,.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale{background:#cd2653;color:#fff;font-family:-apple-system,blinkmacsystemfont,Helvetica Neue,helvetica,sans-serif;font-weight:700;letter-spacing:-.02em;line-height:1.2;text-transform:uppercase}.theme-twentytwenty .wc-block-grid__products .wc-block-components-product-sale-badge{position:static}.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-image .wc-block-components-product-sale-badge{position:absolute}.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale:not(.wc-block-components-product-sale-badge){position:absolute;right:4px;top:4px;z-index:1}.theme-twentytwenty .wc-block-active-filters__title,.theme-twentytwenty .wc-block-attribute-filter__title,.theme-twentytwenty .wc-block-price-filter__title,.theme-twentytwenty .wc-block-stock-filter__title{font-size:1em}.theme-twentytwenty .wc-block-active-filters .wc-block-active-filters__clear-all,.theme-twentytwenty .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link{font-size:.75em}@media only screen and (min-width:768px){.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale{font-size:.875em;padding:.5em}}@media only screen and (min-width:1168px){.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale{font-size:.875em;padding:.5em}}.theme-twentytwentytwo .wc-block-grid__product-add-to-cart .added_to_cart{display:block;margin-top:12px}.theme-twentytwentytwo .wc-block-components-product-price ins,.theme-twentytwentytwo .wc-block-grid__product-price ins{text-decoration:none}.screen-reader-text{clip:rect(1px,1px,1px,1px);word-wrap:normal!important;border:0;clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;overflow-wrap:normal!important;padding:0;position:absolute!important;width:1px}.screen-reader-text:focus{clip:auto!important;background-color:#fff;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip-path:none;color:#2b2d2f;display:block;font-size:.875rem;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}.wp-block-group.woocommerce.product .up-sells.upsells.products{max-width:var(--wp--style--global--wide-size)}@keyframes spinner__animation{0%{animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes loading__animation{to{transform:translateX(100%)}}.wc-block-components-notice-banner{align-content:flex-start;align-items:stretch;background-color:#fff;border:1px solid;border-radius:4px;box-sizing:border-box;color:#2f2f2f;display:flex;font-size:.875em;font-weight:400;gap:12px;line-height:1.5;margin:16px 0;padding:16px!important}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content{-ms-grid-row-align:center;align-self:center;flex-basis:100%;padding-right:16px;white-space:normal}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content:last-child{padding-right:0}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-block-components-notice-banner__summary{font-weight:600;margin:0 0 8px}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ol,.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ul{margin:0 0 0 24px;padding:0}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ol li:after,.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ul li:after{clear:both;content:"";display:block}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward{-moz-appearance:none;appearance:none;background:transparent!important;border:0;color:#2f2f2f!important;float:right;margin:0;opacity:.7;padding:0!important;text-decoration-line:underline;text-underline-position:under;transition:all .2s ease-in-out}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward:active,.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward:focus,.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward:hover{opacity:1;text-decoration:none}.wc-block-components-notice-banner>svg{fill:#fff;background-color:#2f2f2f;border-radius:50%;flex-grow:0;flex-shrink:0;height:100%;padding:2px}.wc-block-components-notice-banner>.wc-block-components-button{background:transparent none!important;border:0!important;box-shadow:none!important;color:#2f2f2f!important;flex:0 0 16px;height:16px!important;margin:6px 0 0 auto!important;min-height:auto!important;min-width:0!important;opacity:.6;outline:none!important;padding:0!important;width:16px!important}.wc-block-components-notice-banner>.wc-block-components-button>svg{margin:0!important}.wc-block-components-notice-banner>.wc-block-components-button:active,.wc-block-components-notice-banner>.wc-block-components-button:focus,.wc-block-components-notice-banner>.wc-block-components-button:hover{opacity:1}.wc-block-components-notice-banner>.wc-block-components-button:focus{outline:2px solid currentColor!important;outline-offset:0}.wc-block-components-notice-banner.is-error{background-color:#fff0f0;border-color:#cc1818}.wc-block-components-notice-banner.is-error>svg{background-color:#cc1818;transform:rotate(180deg)}.wc-block-components-notice-banner.is-warning{background-color:#fffbf4;border-color:#f0b849}.wc-block-components-notice-banner.is-warning>svg{background-color:#f0b849;transform:rotate(180deg)}.wc-block-components-notice-banner.is-success{background-color:#f4fff7;border-color:#4ab866}.wc-block-components-notice-banner.is-success>svg{background-color:#4ab866}.wc-block-components-notice-banner.is-info{background-color:#f4f8ff;border-color:#007cba}.wc-block-components-notice-banner.is-info>svg{background-color:#007cba}.woocommerce.wc-block-store-notices.alignwide{max-width:var(--wp--style--global--wide-size)}.wp-block-search__button{margin-left:10px;word-break:normal}.wp-block-search__button.has-icon{line-height:0}.wp-block-search__button svg{height:1.25em;min-height:24px;min-width:24px;width:1.25em;fill:currentColor;vertical-align:text-bottom}:where(.wp-block-search__button){border:1px solid #ccc;padding:6px 10px}.wp-block-search__inside-wrapper{display:flex;flex:auto;flex-wrap:nowrap;max-width:100%}.wp-block-search__label{width:100%}.wp-block-search__input{appearance:none;border:1px solid #949494;flex-grow:1;margin-left:0;margin-right:0;min-width:3rem;padding:8px;text-decoration:unset!important}.wp-block-search.wp-block-search__button-only .wp-block-search__button{flex-shrink:0;margin-left:0;max-width:100%}.wp-block-search.wp-block-search__button-only .wp-block-search__button[aria-expanded=true]{max-width:calc(100% - 100px)}.wp-block-search.wp-block-search__button-only .wp-block-search__inside-wrapper{min-width:0!important;transition-property:width}.wp-block-search.wp-block-search__button-only .wp-block-search__input{flex-basis:100%;transition-duration:.3s}.wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden,.wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden .wp-block-search__inside-wrapper{overflow:hidden}.wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden .wp-block-search__input{border-left-width:0!important;border-right-width:0!important;flex-basis:0;flex-grow:0;margin:0;min-width:0!important;padding-left:0!important;padding-right:0!important;width:0!important}:where(.wp-block-search__input){font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-transform:inherit}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper){border:1px solid #949494;box-sizing:border-box;padding:4px}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input{border:none;border-radius:0;padding:0 4px}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input:focus{outline:none}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) :where(.wp-block-search__button){padding:4px 8px}.wp-block-search.aligncenter .wp-block-search__inside-wrapper{margin:auto}.wp-block[data-align=right] .wp-block-search.wp-block-search__button-only .wp-block-search__inside-wrapper{float:right}.wp-block-group{box-sizing:border-box}:where(.wp-block-group.wp-block-group-is-layout-constrained){position:relative}.wp-block-columns{align-items:normal!important;box-sizing:border-box;display:flex;flex-wrap:wrap!important}@media (min-width:782px){.wp-block-columns{flex-wrap:nowrap!important}}.wp-block-columns.are-vertically-aligned-top{align-items:flex-start}.wp-block-columns.are-vertically-aligned-center{align-items:center}.wp-block-columns.are-vertically-aligned-bottom{align-items:flex-end}@media (max-width:781px){.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column{flex-basis:100%!important}}@media (min-width:782px){.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column{flex-basis:0;flex-grow:1}.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column[style*=flex-basis]{flex-grow:0}}.wp-block-columns.is-not-stacked-on-mobile{flex-wrap:nowrap!important}.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column{flex-basis:0;flex-grow:1}.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column[style*=flex-basis]{flex-grow:0}:where(.wp-block-columns){margin-bottom:1.75em}:where(.wp-block-columns.has-background){padding:1.25em 2.375em}.wp-block-column{flex-grow:1;min-width:0;overflow-wrap:break-word;word-break:break-word}.wp-block-column.is-vertically-aligned-top{align-self:flex-start}.wp-block-column.is-vertically-aligned-center{align-self:center}.wp-block-column.is-vertically-aligned-bottom{align-self:flex-end}.wp-block-column.is-vertically-aligned-stretch{align-self:stretch}.wp-block-column.is-vertically-aligned-bottom,.wp-block-column.is-vertically-aligned-center,.wp-block-column.is-vertically-aligned-top{width:100%}.ps{overflow:hidden !important;overflow-anchor:none;-ms-overflow-style:none;touch-action:auto;-ms-touch-action:auto}.ps__rail-x{display:none;opacity:0;transition:background-color .2s linear,opacity .2s linear;-webkit-transition:background-color .2s linear,opacity .2s linear;height:15px;bottom:0;position:absolute}.ps__rail-y{display:none;opacity:0;transition:background-color .2s linear,opacity .2s linear;-webkit-transition:background-color .2s linear,opacity .2s linear;width:15px;right:0;position:absolute}.ps--active-x>.ps__rail-x,.ps--active-y>.ps__rail-y{display:block;background-color:transparent}.ps:hover>.ps__rail-x,.ps:hover>.ps__rail-y,.ps--focus>.ps__rail-x,.ps--focus>.ps__rail-y,.ps--scrolling-x>.ps__rail-x,.ps--scrolling-y>.ps__rail-y{opacity:.6}.ps .ps__rail-x:hover,.ps .ps__rail-y:hover,.ps .ps__rail-x:focus,.ps .ps__rail-y:focus,.ps .ps__rail-x.ps--clicking,.ps .ps__rail-y.ps--clicking{background-color:#eee;opacity:.9}.ps__thumb-x{background-color:#aaa;border-radius:6px;transition:background-color .2s linear,height .2s ease-in-out;-webkit-transition:background-color .2s linear,height .2s ease-in-out;height:6px;bottom:2px;position:absolute}.ps__thumb-y{background-color:#aaa;border-radius:6px;transition:background-color .2s linear,width .2s ease-in-out;-webkit-transition:background-color .2s linear,width .2s ease-in-out;width:6px;right:2px;position:absolute}.ps__rail-x:hover>.ps__thumb-x,.ps__rail-x:focus>.ps__thumb-x,.ps__rail-x.ps--clicking .ps__thumb-x{background-color:#999;height:11px}.ps__rail-y:hover>.ps__thumb-y,.ps__rail-y:focus>.ps__thumb-y,.ps__rail-y.ps--clicking .ps__thumb-y{background-color:#999;width:11px}@supports (-ms-overflow-style:none){.ps{overflow:auto !important}}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){.ps{overflow:auto !important}}.wp-block-loginout{box-sizing:border-box}h1.has-background,h2.has-background,h3.has-background,h4.has-background,h5.has-background,h6.has-background{padding:1.25em 2.375em}h1.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h1.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h2.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h2.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h3.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h3.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h4.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h4.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h5.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h5.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h6.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h6.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]){rotate:180deg}.wp-block-social-links{background:0 0;box-sizing:border-box;margin-left:0;padding-left:0;padding-right:0;text-indent:0}.wp-block-social-links .wp-social-link a,.wp-block-social-links .wp-social-link a:hover{border-bottom:0;box-shadow:none;text-decoration:none}.wp-block-social-links .wp-social-link svg{height:1em;width:1em}.wp-block-social-links .wp-social-link span:not(.screen-reader-text){font-size:.65em;margin-left:.5em;margin-right:.5em}.wp-block-social-links.has-small-icon-size{font-size:16px}.wp-block-social-links,.wp-block-social-links.has-normal-icon-size{font-size:24px}.wp-block-social-links.has-large-icon-size{font-size:36px}.wp-block-social-links.has-huge-icon-size{font-size:48px}.wp-block-social-links.aligncenter{display:flex;justify-content:center}.wp-block-social-links.alignright{justify-content:flex-end}.wp-block-social-link{border-radius:9999px;display:block;height:auto;transition:transform .1s ease}@media (prefers-reduced-motion:reduce){.wp-block-social-link{transition-delay:0s;transition-duration:0s}}.wp-block-social-link a{align-items:center;display:flex;line-height:0;transition:transform .1s ease}.wp-block-social-link:hover{transform:scale(1.1)}.wp-block-social-links .wp-block-social-link.wp-social-link{display:inline-block;margin:0;padding:0}.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor,.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor svg,.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:active,.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:hover,.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:visited{color:currentColor;fill:currentColor}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link{background-color:#f0f0f0;color:#444}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-amazon{background-color:#f90;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-bandcamp{background-color:#1ea0c3;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-behance{background-color:#0757fe;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-bluesky{background-color:#0a7aff;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-codepen{background-color:#1e1f26;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-deviantart{background-color:#02e49b;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-dribbble{background-color:#e94c89;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-dropbox{background-color:#4280ff;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-etsy{background-color:#f45800;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-facebook{background-color:#0866ff;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-fivehundredpx{background-color:#000;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-flickr{background-color:#0461dd;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-foursquare{background-color:#e65678;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-github{background-color:#24292d;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-goodreads{background-color:#eceadd;color:#382110}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-google{background-color:#ea4434;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-gravatar{background-color:#1d4fc4;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-instagram{background-color:#f00075;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-lastfm{background-color:#e21b24;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-linkedin{background-color:#0d66c2;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-mastodon{background-color:#3288d4;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-medium{background-color:#000;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-meetup{background-color:#f6405f;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-patreon{background-color:#000;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-pinterest{background-color:#e60122;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-pocket{background-color:#ef4155;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-reddit{background-color:#ff4500;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-skype{background-color:#0478d7;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-snapchat{background-color:#fefc00;color:#fff;stroke:#000}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-soundcloud{background-color:#ff5600;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-spotify{background-color:#1bd760;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-telegram{background-color:#2aabee;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-threads{background-color:#000;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-tiktok{background-color:#000;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-tumblr{background-color:#011835;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-twitch{background-color:#6440a4;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-twitter{background-color:#1da1f2;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-vimeo{background-color:#1eb7ea;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-vk{background-color:#4680c2;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-wordpress{background-color:#3499cd;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-whatsapp{background-color:#25d366;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-x{background-color:#000;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-yelp{background-color:#d32422;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-youtube{background-color:red;color:#fff}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link{background:0 0}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link svg{height:1.25em;width:1.25em}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-amazon{color:#f90}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-bandcamp{color:#1ea0c3}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-behance{color:#0757fe}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-bluesky{color:#0a7aff}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-codepen{color:#1e1f26}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-deviantart{color:#02e49b}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-dribbble{color:#e94c89}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-dropbox{color:#4280ff}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-etsy{color:#f45800}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-facebook{color:#0866ff}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-fivehundredpx{color:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-flickr{color:#0461dd}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-foursquare{color:#e65678}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-github{color:#24292d}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-goodreads{color:#382110}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-google{color:#ea4434}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-gravatar{color:#1d4fc4}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-instagram{color:#f00075}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-lastfm{color:#e21b24}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-linkedin{color:#0d66c2}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-mastodon{color:#3288d4}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-medium{color:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-meetup{color:#f6405f}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-patreon{color:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-pinterest{color:#e60122}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-pocket{color:#ef4155}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-reddit{color:#ff4500}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-skype{color:#0478d7}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-snapchat{color:#fff;stroke:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-soundcloud{color:#ff5600}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-spotify{color:#1bd760}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-telegram{color:#2aabee}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-threads{color:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-tiktok{color:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-tumblr{color:#011835}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-twitch{color:#6440a4}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-twitter{color:#1da1f2}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-vimeo{color:#1eb7ea}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-vk{color:#4680c2}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-whatsapp{color:#25d366}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-wordpress{color:#3499cd}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-x{color:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-yelp{color:#d32422}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-youtube{color:red}.wp-block-social-links.is-style-pill-shape .wp-social-link{width:auto}:root :where(.wp-block-social-links .wp-social-link a){padding:.25em}:root :where(.wp-block-social-links.is-style-logos-only .wp-social-link a){padding:0}:root :where(.wp-block-social-links.is-style-pill-shape .wp-social-link a){padding-left:.66667em;padding-right:.66667em}.wp-block-social-links:not(.has-icon-color):not(.has-icon-background-color) .wp-social-link-snapchat .wp-block-social-link-label{color:#000}.is-small-text{font-size:.875em}.is-regular-text{font-size:1em}.is-large-text{font-size:2.25em}.is-larger-text{font-size:3em}.has-drop-cap:not(:focus):first-letter {float:left;font-size:8.4em;font-style:normal;font-weight:100;line-height:.68;margin:.05em .1em 0 0;text-transform:uppercase}body.rtl .has-drop-cap:not(:focus):first-letter {float:none;margin-left:.1em}p.has-drop-cap.has-background{overflow:hidden}:root :where(p.has-background){padding:1.25em 2.375em}:where(p.has-text-color:not(.has-link-color)) a{color:inherit}p.has-text-align-left[style*="writing-mode:vertical-lr"],p.has-text-align-right[style*="writing-mode:vertical-rl"]{rotate:180deg}:root{--wp--preset--aspect-ratio--square:1;--wp--preset--aspect-ratio--4-3:4/3;--wp--preset--aspect-ratio--3-4:3/4;--wp--preset--aspect-ratio--3-2:3/2;--wp--preset--aspect-ratio--2-3:2/3;--wp--preset--aspect-ratio--16-9:16/9;--wp--preset--aspect-ratio--9-16:9/16;--wp--preset--color--black:#000;--wp--preset--color--cyan-bluish-gray:#abb8c3;--wp--preset--color--white:#fff;--wp--preset--color--pale-pink:#f78da7;--wp--preset--color--vivid-red:#cf2e2e;--wp--preset--color--luminous-vivid-orange:#ff6900;--wp--preset--color--luminous-vivid-amber:#fcb900;--wp--preset--color--light-green-cyan:#7bdcb5;--wp--preset--color--vivid-green-cyan:#00d084;--wp--preset--color--pale-cyan-blue:#8ed1fc;--wp--preset--color--vivid-cyan-blue:#0693e3;--wp--preset--color--vivid-purple:#9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple:linear-gradient(135deg,rgba(6,147,227,1) 0%,#9b51e0 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan:linear-gradient(135deg,#7adcb4 0%,#00d082 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange:linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red:linear-gradient(135deg,rgba(255,105,0,1) 0%,#cf2e2e 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray:linear-gradient(135deg,#eee 0%,#a9b8c3 100%);--wp--preset--gradient--cool-to-warm-spectrum:linear-gradient(135deg,#4aeadc 0%,#9778d1 20%,#cf2aba 40%,#ee2c82 60%,#fb6962 80%,#fef84c 100%);--wp--preset--gradient--blush-light-purple:linear-gradient(135deg,#ffceec 0%,#9896f0 100%);--wp--preset--gradient--blush-bordeaux:linear-gradient(135deg,#fecda5 0%,#fe2d2d 50%,#6b003e 100%);--wp--preset--gradient--luminous-dusk:linear-gradient(135deg,#ffcb70 0%,#c751c0 50%,#4158d0 100%);--wp--preset--gradient--pale-ocean:linear-gradient(135deg,#fff5cb 0%,#b6e3d4 50%,#33a7b5 100%);--wp--preset--gradient--electric-grass:linear-gradient(135deg,#caf880 0%,#71ce7e 100%);--wp--preset--gradient--midnight:linear-gradient(135deg,#020381 0%,#2874fc 100%);--wp--preset--font-size--small:13px;--wp--preset--font-size--medium:20px;--wp--preset--font-size--large:36px;--wp--preset--font-size--x-large:42px;--wp--preset--font-family--inter:"Inter",sans-serif;--wp--preset--font-family--cardo:Cardo;--wp--preset--spacing--20:.44rem;--wp--preset--spacing--30:.67rem;--wp--preset--spacing--40:1rem;--wp--preset--spacing--50:1.5rem;--wp--preset--spacing--60:2.25rem;--wp--preset--spacing--70:3.38rem;--wp--preset--spacing--80:5.06rem;--wp--preset--shadow--natural:6px 6px 9px rgba(0,0,0,.2);--wp--preset--shadow--deep:12px 12px 50px rgba(0,0,0,.4);--wp--preset--shadow--sharp:6px 6px 0px rgba(0,0,0,.2);--wp--preset--shadow--outlined:6px 6px 0px -3px rgba(255,255,255,1),6px 6px rgba(0,0,0,1);--wp--preset--shadow--crisp:6px 6px 0px rgba(0,0,0,1)}:where(.is-layout-flex){gap:.5em}:where(.is-layout-grid){gap:.5em}body .is-layout-flex{display:flex}.is-layout-flex{flex-wrap:wrap;align-items:center}.is-layout-flex>:is(*,div){margin:0}body .is-layout-grid{display:grid}.is-layout-grid>:is(*,div){margin:0}:where(.wp-block-columns.is-layout-flex){gap:2em}:where(.wp-block-columns.is-layout-grid){gap:2em}:where(.wp-block-post-template.is-layout-flex){gap:1.25em}:where(.wp-block-post-template.is-layout-grid){gap:1.25em}.has-black-color{color:var(--wp--preset--color--black) !important}.has-cyan-bluish-gray-color{color:var(--wp--preset--color--cyan-bluish-gray) !important}.has-white-color{color:var(--wp--preset--color--white) !important}.has-pale-pink-color{color:var(--wp--preset--color--pale-pink) !important}.has-vivid-red-color{color:var(--wp--preset--color--vivid-red) !important}.has-luminous-vivid-orange-color{color:var(--wp--preset--color--luminous-vivid-orange) !important}.has-luminous-vivid-amber-color{color:var(--wp--preset--color--luminous-vivid-amber) !important}.has-light-green-cyan-color{color:var(--wp--preset--color--light-green-cyan) !important}.has-vivid-green-cyan-color{color:var(--wp--preset--color--vivid-green-cyan) !important}.has-pale-cyan-blue-color{color:var(--wp--preset--color--pale-cyan-blue) !important}.has-vivid-cyan-blue-color{color:var(--wp--preset--color--vivid-cyan-blue) !important}.has-vivid-purple-color{color:var(--wp--preset--color--vivid-purple) !important}.has-black-background-color{background-color:var(--wp--preset--color--black) !important}.has-cyan-bluish-gray-background-color{background-color:var(--wp--preset--color--cyan-bluish-gray) !important}.has-white-background-color{background-color:var(--wp--preset--color--white) !important}.has-pale-pink-background-color{background-color:var(--wp--preset--color--pale-pink) !important}.has-vivid-red-background-color{background-color:var(--wp--preset--color--vivid-red) !important}.has-luminous-vivid-orange-background-color{background-color:var(--wp--preset--color--luminous-vivid-orange) !important}.has-luminous-vivid-amber-background-color{background-color:var(--wp--preset--color--luminous-vivid-amber) !important}.has-light-green-cyan-background-color{background-color:var(--wp--preset--color--light-green-cyan) !important}.has-vivid-green-cyan-background-color{background-color:var(--wp--preset--color--vivid-green-cyan) !important}.has-pale-cyan-blue-background-color{background-color:var(--wp--preset--color--pale-cyan-blue) !important}.has-vivid-cyan-blue-background-color{background-color:var(--wp--preset--color--vivid-cyan-blue) !important}.has-vivid-purple-background-color{background-color:var(--wp--preset--color--vivid-purple) !important}.has-black-border-color{border-color:var(--wp--preset--color--black) !important}.has-cyan-bluish-gray-border-color{border-color:var(--wp--preset--color--cyan-bluish-gray) !important}.has-white-border-color{border-color:var(--wp--preset--color--white) !important}.has-pale-pink-border-color{border-color:var(--wp--preset--color--pale-pink) !important}.has-vivid-red-border-color{border-color:var(--wp--preset--color--vivid-red) !important}.has-luminous-vivid-orange-border-color{border-color:var(--wp--preset--color--luminous-vivid-orange) !important}.has-luminous-vivid-amber-border-color{border-color:var(--wp--preset--color--luminous-vivid-amber) !important}.has-light-green-cyan-border-color{border-color:var(--wp--preset--color--light-green-cyan) !important}.has-vivid-green-cyan-border-color{border-color:var(--wp--preset--color--vivid-green-cyan) !important}.has-pale-cyan-blue-border-color{border-color:var(--wp--preset--color--pale-cyan-blue) !important}.has-vivid-cyan-blue-border-color{border-color:var(--wp--preset--color--vivid-cyan-blue) !important}.has-vivid-purple-border-color{border-color:var(--wp--preset--color--vivid-purple) !important}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background:var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background:var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background:var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background:var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background:var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important}.has-cool-to-warm-spectrum-gradient-background{background:var(--wp--preset--gradient--cool-to-warm-spectrum) !important}.has-blush-light-purple-gradient-background{background:var(--wp--preset--gradient--blush-light-purple) !important}.has-blush-bordeaux-gradient-background{background:var(--wp--preset--gradient--blush-bordeaux) !important}.has-luminous-dusk-gradient-background{background:var(--wp--preset--gradient--luminous-dusk) !important}.has-pale-ocean-gradient-background{background:var(--wp--preset--gradient--pale-ocean) !important}.has-electric-grass-gradient-background{background:var(--wp--preset--gradient--electric-grass) !important}.has-midnight-gradient-background{background:var(--wp--preset--gradient--midnight) !important}.has-small-font-size{font-size:var(--wp--preset--font-size--small) !important}.has-medium-font-size{font-size:var(--wp--preset--font-size--medium) !important}.has-large-font-size{font-size:var(--wp--preset--font-size--large) !important}.has-x-large-font-size{font-size:var(--wp--preset--font-size--x-large) !important}:where(.wp-block-columns.is-layout-flex){gap:2em}:where(.wp-block-columns.is-layout-grid){gap:2em}.wp-container-content-1{grid-column:span 1;grid-row:span 1}@container (max-width:12rem){.wp-container-content-1{grid-column:1/-1}}.wp-container-core-group-is-layout-1{flex-wrap:nowrap}.wp-container-core-columns-is-layout-1{flex-wrap:nowrap}.wp-container-core-group-is-layout-2{flex-direction:column;align-items:stretch}.wp-container-core-group-is-layout-3{flex-wrap:nowrap}.wp-container-core-social-links-is-layout-1{justify-content:center}.woocommerce img.pswp__img,.woocommerce-page img.pswp__img{max-width:none}button.pswp__button{box-shadow:none!important;background-image:url(/wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/default-skin.png)!important}button.pswp__button,button.pswp__button--arrow--left:before,button.pswp__button--arrow--right:before,button.pswp__button:hover{background-color:transparent!important}button.pswp__button--arrow--left,button.pswp__button--arrow--left:hover,button.pswp__button--arrow--right,button.pswp__button--arrow--right:hover{background-image:none!important}button.pswp__button--close:hover{background-position:0 -44px}button.pswp__button--zoom:hover{background-position:-88px 0}
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
.pswp{display:none;position:absolute;width:100%;height:100%;left:0;top:0;overflow:hidden;-ms-touch-action:none;touch-action:none;z-index:1500;-webkit-text-size-adjust:100%;-webkit-backface-visibility:hidden;outline:0}.pswp *{-webkit-box-sizing:border-box;box-sizing:border-box}.pswp img{max-width:none}.admin-bar .pswp{height:calc(100% - 32px);top:32px}@media screen and (max-width:782px){.admin-bar .pswp{height:calc(100% - 46px);top:46px}}.pswp--animate_opacity{opacity:.001;will-change:opacity;-webkit-transition:opacity .333s cubic-bezier(.4,0,.22,1);transition:opacity .333s cubic-bezier(.4,0,.22,1)}.pswp--open{display:block}.pswp--zoom-allowed .pswp__img{cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.pswp--zoomed-in .pswp__img{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.pswp--dragging .pswp__img{cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.pswp__bg{position:absolute;left:0;top:0;width:100%;height:100%;background:#000;opacity:0;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-backface-visibility:hidden;will-change:opacity}.pswp__scroll-wrap{position:absolute;left:0;top:0;width:100%;height:100%;overflow:hidden}.pswp__container,.pswp__zoom-wrap{-ms-touch-action:none;touch-action:none;position:absolute;left:0;right:0;top:0;bottom:0}.pswp__container,.pswp__img{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}.pswp__zoom-wrap{position:absolute;width:100%;-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top;-webkit-transition:-webkit-transform .333s cubic-bezier(.4,0,.22,1);transition:transform .333s cubic-bezier(.4,0,.22,1)}.pswp__bg{will-change:opacity;-webkit-transition:opacity .333s cubic-bezier(.4,0,.22,1);transition:opacity .333s cubic-bezier(.4,0,.22,1)}.pswp--animated-in .pswp__bg,.pswp--animated-in .pswp__zoom-wrap{-webkit-transition:none;transition:none}.pswp__container,.pswp__zoom-wrap{-webkit-backface-visibility:hidden}.pswp__item{position:absolute;left:0;right:0;top:0;bottom:0;overflow:hidden}.pswp__img{position:absolute;width:auto;height:auto;top:0;left:0}.pswp__img--placeholder{-webkit-backface-visibility:hidden}.pswp__img--placeholder--blank{background:#222}.pswp--ie .pswp__img{width:100%!important;height:auto!important;left:0;top:0}.pswp__error-msg{position:absolute;left:0;top:50%;width:100%;text-align:center;font-size:14px;line-height:16px;margin-top:-8px;color:#ccc}.pswp__error-msg a{color:#ccc;text-decoration:underline}/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
.pswp__button{width:44px;height:44px;position:relative;background:0 0;cursor:pointer;overflow:visible;-webkit-appearance:none;display:block;border:0;padding:0;margin:0;float:left;opacity:.75;-webkit-transition:opacity .2s;transition:opacity .2s;-webkit-box-shadow:none;box-shadow:none}.pswp__button:focus,.pswp__button:hover{opacity:1}.pswp__button:active{outline:0;opacity:.9}.pswp__button::-moz-focus-inner{padding:0;border:0}.pswp__ui--over-close .pswp__button--close{opacity:1}.pswp__button,.pswp__button--arrow--left:before,.pswp__button--arrow--right:before{background:url(/wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/default-skin.png) 0 0 no-repeat;background-size:264px 88px;width:44px;height:44px}@media (-webkit-min-device-pixel-ratio:1.1),(-webkit-min-device-pixel-ratio:1.09375),(min-resolution:105dpi),(min-resolution:1.1dppx){.pswp--svg .pswp__button,.pswp--svg .pswp__button--arrow--left:before,.pswp--svg .pswp__button--arrow--right:before{background-image:url(/wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/default-skin.svg)}.pswp--svg .pswp__button--arrow--left,.pswp--svg .pswp__button--arrow--right{background:0 0}}.pswp__button--close{background-position:0 -44px}.pswp__button--share{background-position:-44px -44px}.pswp__button--fs{display:none}.pswp--supports-fs .pswp__button--fs{display:block}.pswp--fs .pswp__button--fs{background-position:-44px 0}.pswp__button--zoom{display:none;background-position:-88px 0}.pswp--zoom-allowed .pswp__button--zoom{display:block}.pswp--zoomed-in .pswp__button--zoom{background-position:-132px 0}.pswp--touch .pswp__button--arrow--left,.pswp--touch .pswp__button--arrow--right{visibility:hidden}.pswp__button--arrow--left,.pswp__button--arrow--right{background:0 0;top:50%;margin-top:-50px;width:70px;height:100px;position:absolute}.pswp__button--arrow--left{left:0}.pswp__button--arrow--right{right:0}.pswp__button--arrow--left:before,.pswp__button--arrow--right:before{content:'';top:35px;background-color:rgba(0,0,0,.3);height:30px;width:32px;position:absolute}.pswp__button--arrow--left:before{left:6px;background-position:-138px -44px}.pswp__button--arrow--right:before{right:6px;background-position:-94px -44px}.pswp__counter,.pswp__share-modal{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.pswp__share-modal{display:block;background:rgba(0,0,0,.5);width:100%;height:100%;top:0;left:0;padding:10px;position:absolute;z-index:1600;opacity:0;-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;-webkit-backface-visibility:hidden;will-change:opacity}.pswp__share-modal--hidden{display:none}.pswp__share-tooltip{z-index:1620;position:absolute;background:#fff;top:56px;border-radius:2px;display:block;width:auto;right:44px;-webkit-box-shadow:0 2px 5px rgba(0,0,0,.25);box-shadow:0 2px 5px rgba(0,0,0,.25);-webkit-transform:translateY(6px);-ms-transform:translateY(6px);transform:translateY(6px);-webkit-transition:-webkit-transform .25s;transition:transform .25s;-webkit-backface-visibility:hidden;will-change:transform}.pswp__share-tooltip a{display:block;padding:8px 12px;color:#000;text-decoration:none;font-size:14px;line-height:18px}.pswp__share-tooltip a:hover{text-decoration:none;color:#000}.pswp__share-tooltip a:first-child{border-radius:2px 2px 0 0}.pswp__share-tooltip a:last-child{border-radius:0 0 2px 2px}.pswp__share-modal--fade-in{opacity:1}.pswp__share-modal--fade-in .pswp__share-tooltip{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.pswp--touch .pswp__share-tooltip a{padding:16px 12px}a.pswp__share--facebook:before{content:'';display:block;width:0;height:0;position:absolute;top:-12px;right:15px;border:6px solid transparent;border-bottom-color:#fff;-webkit-pointer-events:none;-moz-pointer-events:none;pointer-events:none}a.pswp__share--facebook:hover{background:#3e5c9a;color:#fff}a.pswp__share--facebook:hover:before{border-bottom-color:#3e5c9a}a.pswp__share--twitter:hover{background:#55acee;color:#fff}a.pswp__share--pinterest:hover{background:#ccc;color:#ce272d}a.pswp__share--download:hover{background:#ddd}.pswp__counter{position:relative;left:0;top:0;height:44px;font-size:13px;line-height:44px;color:#fff;opacity:.75;padding:0 10px;margin-inline-end:auto}.pswp__caption{position:absolute;left:0;bottom:0;width:100%;min-height:44px}.pswp__caption small{font-size:11px;color:#bbb}.pswp__caption__center{text-align:left;max-width:420px;margin:0 auto;font-size:13px;padding:10px;line-height:20px;color:#ccc}.pswp__caption--empty{display:none}.pswp__caption--fake{visibility:hidden}.pswp__preloader{width:44px;height:44px;position:absolute;top:0;left:50%;margin-left:-22px;opacity:0;-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;will-change:opacity;direction:ltr}.pswp__preloader__icn{width:20px;height:20px;margin:12px}.pswp__preloader--active{opacity:1}.pswp__preloader--active .pswp__preloader__icn{background:url(/wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/preloader.gif) 0 0 no-repeat}.pswp--css_animation .pswp__preloader--active{opacity:1}.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn{-webkit-animation:clockwise .5s linear infinite;animation:clockwise .5s linear infinite}.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut{-webkit-animation:donut-rotate 1s cubic-bezier(.4,0,.22,1) infinite;animation:donut-rotate 1s cubic-bezier(.4,0,.22,1) infinite}.pswp--css_animation .pswp__preloader__icn{background:0 0;opacity:.75;width:14px;height:14px;position:absolute;left:15px;top:15px;margin:0}.pswp--css_animation .pswp__preloader__cut{position:relative;width:7px;height:14px;overflow:hidden}.pswp--css_animation .pswp__preloader__donut{-webkit-box-sizing:border-box;box-sizing:border-box;width:14px;height:14px;border:2px solid #fff;border-radius:50%;border-left-color:transparent;border-bottom-color:transparent;position:absolute;top:0;left:0;background:0 0;margin:0}@media screen and (max-width:1024px){.pswp__preloader{position:relative;left:auto;top:auto;margin:0;float:right}}@-webkit-keyframes clockwise{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes clockwise{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes donut-rotate{0%{-webkit-transform:rotate(0);transform:rotate(0)}50%{-webkit-transform:rotate(-140deg);transform:rotate(-140deg)}100%{-webkit-transform:rotate(0);transform:rotate(0)}}@keyframes donut-rotate{0%{-webkit-transform:rotate(0);transform:rotate(0)}50%{-webkit-transform:rotate(-140deg);transform:rotate(-140deg)}100%{-webkit-transform:rotate(0);transform:rotate(0)}}.pswp__ui{-webkit-font-smoothing:auto;visibility:visible;opacity:1;z-index:1550}.pswp__top-bar{position:absolute;left:0;top:0;height:44px;width:100%;display:flex;justify-content:flex-end}.pswp--has_mouse .pswp__button--arrow--left,.pswp--has_mouse .pswp__button--arrow--right,.pswp__caption,.pswp__top-bar{-webkit-backface-visibility:hidden;will-change:opacity;-webkit-transition:opacity .333s cubic-bezier(.4,0,.22,1);transition:opacity .333s cubic-bezier(.4,0,.22,1)}.pswp--has_mouse .pswp__button--arrow--left,.pswp--has_mouse .pswp__button--arrow--right{visibility:visible}.pswp__caption,.pswp__top-bar{background-color:rgba(0,0,0,.5)}.pswp__ui--fit .pswp__caption,.pswp__ui--fit .pswp__top-bar{background-color:rgba(0,0,0,.3)}.pswp__ui--idle .pswp__top-bar{opacity:0}.pswp__ui--idle .pswp__button--arrow--left,.pswp__ui--idle .pswp__button--arrow--right{opacity:0}.pswp__ui--hidden .pswp__button--arrow--left,.pswp__ui--hidden .pswp__button--arrow--right,.pswp__ui--hidden .pswp__caption,.pswp__ui--hidden .pswp__top-bar{opacity:.001}.pswp__ui--one-slide .pswp__button--arrow--left,.pswp__ui--one-slide .pswp__button--arrow--right,.pswp__ui--one-slide .pswp__counter{display:none}.pswp__element--disabled{display:none!important}.pswp--minimal--dark .pswp__top-bar{background:0 0}.ps{overflow:hidden !important;overflow-anchor:none;-ms-overflow-style:none;touch-action:auto;-ms-touch-action:auto}.ps__rail-x{display:none;opacity:0;transition:background-color .2s linear,opacity .2s linear;-webkit-transition:background-color .2s linear,opacity .2s linear;height:15px;bottom:0;position:absolute}.ps__rail-y{display:none;opacity:0;transition:background-color .2s linear,opacity .2s linear;-webkit-transition:background-color .2s linear,opacity .2s linear;width:15px;right:0;position:absolute}.ps--active-x>.ps__rail-x,.ps--active-y>.ps__rail-y{display:block;background-color:transparent}.ps:hover>.ps__rail-x,.ps:hover>.ps__rail-y,.ps--focus>.ps__rail-x,.ps--focus>.ps__rail-y,.ps--scrolling-x>.ps__rail-x,.ps--scrolling-y>.ps__rail-y{opacity:.6}.ps .ps__rail-x:hover,.ps .ps__rail-y:hover,.ps .ps__rail-x:focus,.ps .ps__rail-y:focus,.ps .ps__rail-x.ps--clicking,.ps .ps__rail-y.ps--clicking{background-color:#eee;opacity:.9}.ps__thumb-x{background-color:#aaa;border-radius:6px;transition:background-color .2s linear,height .2s ease-in-out;-webkit-transition:background-color .2s linear,height .2s ease-in-out;height:6px;bottom:2px;position:absolute}.ps__thumb-y{background-color:#aaa;border-radius:6px;transition:background-color .2s linear,width .2s ease-in-out;-webkit-transition:background-color .2s linear,width .2s ease-in-out;width:6px;right:2px;position:absolute}.ps__rail-x:hover>.ps__thumb-x,.ps__rail-x:focus>.ps__thumb-x,.ps__rail-x.ps--clicking .ps__thumb-x{background-color:#999;height:11px}.ps__rail-y:hover>.ps__thumb-y,.ps__rail-y:focus>.ps__thumb-y,.ps__rail-y.ps--clicking .ps__thumb-y{background-color:#999;width:11px}@supports (-ms-overflow-style:none){.ps{overflow:auto !important}}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){.ps{overflow:auto !important}}