/*!
 * 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}[id^=sb-reviews-container-] .sb-feed-container svg{height:unset;max-width:unset}[id^=sb-reviews-container-] .sb-fs{width:100%;position:relative;float:left;box-sizing:border-box}.sbr-screenreader{text-indent:-9999px!important;display:block!important;width:0!important;height:0!important;line-height:0!important}[id^=sb-reviews-container-] .sb-feed-header::after,[id^=sb-reviews-container-] .sb-post-item::after{display:table;content:"";clear:both}[id^=sb-reviews-container-] .sb-header{height:64px;position:fixed;display:flex;flex-direction:row;justify-content:space-between;align-items:center;background:#fff;z-index:99;padding:0 20px}[id^=sb-reviews-container-] .sb-header-content{width:calc(100% - 160px);display:flex;flex-direction:row;justify-content:space-between;align-items:center;height:52px}[id^=sb-reviews-container-] .sb-customizer-header{position:fixed!important;padding:0 20px}[id^=sb-reviews-container-] .sb-fs{position:relative;float:left;box-sizing:border-box}[id^=sb-reviews-container-] .sb-feed-header-btn svg{width:17px}[id^=sb-reviews-container-] .sb-feed-header-bottom>div{display:inline-block}[id^=sb-reviews-container-] .sb-feed-header[data-align=left] .sb-feed-header-average,[id^=sb-reviews-container-] .sb-feed-header[data-align=right] .sb-feed-header-btn-ctn{float:left}[id^=sb-reviews-container-] .sb-feed-header[data-align=left] .sb-feed-header-btn-ctn,[id^=sb-reviews-container-] .sb-feed-header[data-align=right] .sb-feed-header-average{float:right}[id^=sb-reviews-container-] .sb-feed-header[data-align=center] .sb-feed-header-bottom>div{display:flex;justify-content:center}[id^=sb-reviews-container-] .sb-feed-header-average{display:inline-flex!important;align-items:center}[id^=sb-reviews-container-] .sb-feed-header-rating-icons{margin:0 5px;display:inline-flex;justify-content:center}[id^=sb-reviews-container-] .sb-feed-header-rating-icons svg{margin:0 7px;display:inline-flex;justify-content:center;width:18px;fill:currentColor;margin:0 2px;float:left}[data-layout=carousel] .sb-post-item-wrap,[data-layout=grid] .sb-post-item-wrap,[data-layout=list] .sb-post-item-wrap,[data-layout=masonry] .sb-post-item-wrap{width:100%;position:relative;float:left;box-sizing:border-box}[id^=sb-reviews-container-] .sb-post-item{position:relative}[data-layout=carousel] .sb-feed-posts .Carousel__RailWrapper-sc-hyhecw-1{width:100%}[data-post-style=regular][data-layout=list] .sb-post-item-wrap:last-of-type{border-bottom:0!important}[id^=sb-reviews-container-] .sb-grid-wrapper .sb-feed-posts{display:grid;column-gap:var(--column-gutter)}[id^=sb-reviews-container-] .sb-grid-wrapper[data-grid-columns="1"] .sb-feed-posts{grid-template-columns:1fr}[id^=sb-reviews-container-] .sb-grid-wrapper[data-grid-columns="2"] .sb-feed-posts{grid-template-columns:1fr 1fr}[id^=sb-reviews-container-] .sb-grid-wrapper[data-grid-columns="3"] .sb-feed-posts{grid-template-columns:1fr 1fr 1fr}[id^=sb-reviews-container-] .sb-grid-wrapper[data-grid-columns="4"] .sb-feed-posts{grid-template-columns:1fr 1fr 1fr 1fr}[id^=sb-reviews-container-] .sb-grid-wrapper[data-grid-columns="5"] .sb-feed-posts{grid-template-columns:1fr 1fr 1fr 1fr 1fr}[id^=sb-reviews-container-] .sb-grid-wrapper[data-grid-columns="6"] .sb-feed-posts{grid-template-columns:1fr 1fr 1fr 1fr 1fr 1fr}[id^=sb-reviews-container-] a.sb-feed-header-btn{text-decoration:none}[id^=sb-reviews-container-] .sb-item-provider-icon{position:absolute;width:24px;height:24px;right:10px;top:10px}[id^=sb-reviews-container-] .sb-item-provider-icon svg{width:24px;height:24px;float:left}[id^=sb-reviews-container-] .sb-item-provider-icon img{width:100%}[id^=sb-reviews-container-] .sb-item-author-ctn{display:flex;align-items:flex-start;float:left}[id^=sb-reviews-container-] .sb-item-author-img img{float:left}[id^=sb-reviews-container-] .sb-item-name-date span{display:block;width:100%}[id^=sb-reviews-container-] .sb-item-rating-ctn{display:inline-flex}[id^=sb-reviews-container-] .sb-item-rating{display:flex;align-items:center}[id^=sb-reviews-container-] .sb-item-rating-icon svg{fill:currentColor;margin:0 2px;float:left;width:20px;height:20px}[id^=sb-reviews-container-] .sb-item-rating-icon-dimmed svg{filter:grayscale(1)}[id^=sb-reviews-container-] .sb-feed-item-icon-half{display:inline-block;position:relative}[id^=sb-reviews-container-] .sb-item-rating-icon-halfdimmed{position:absolute;width:50%;overflow:hidden;left:0;top:0}[data-icon-size=small] .sb-item-rating-icon svg{width:16px;height:16px}[data-icon-size=medium] .sb-item-author-img,[data-icon-size=medium] .sb-item-author-img img{width:56px;min-width:56px;height:56px}[id^=sb-reviews-container-] .sb-load-button{height:auto}[id^=sb-reviews-container-] .sb-item-author-ctn,[id^=sb-reviews-container-] .sb-item-author-date-ctn,[id^=sb-reviews-container-] .sb-item-author-img,[id^=sb-reviews-container-] .sb-item-name-date>span,[id^=sb-reviews-container-] .sb-item-rating,[id^=sb-reviews-container-] .sb-item-text{z-index:1}[id^=sb-reviews-container-] .sb-item-author-date-ctn{padding-right:34px}[id^=sb-reviews-container-] .sbr-narrow .sb-item-author-date-ctn{padding-right:21px}[id^=sb-reviews-container-] .sbr-narrow .sb-item-author-img,[id^=sb-reviews-container-] .sbr-narrow .sb-item-author-img img{width:44px;min-width:44px;height:44px}[id^=sb-reviews-container-] .sbr-narrow .sb-item-provider-icon{width:20px;height:20px;right:1px;top:1px}[data-layout=carousel] .owl-nav button{position:absolute;width:30px;height:30px;top:calc(50% - 15px);left:0;display:inline-flex;opacity:.7;border-radius:50%;background:#fff!important;color:#000!important;box-shadow:0 0 5px 0 rgb(0 0 0 / 20%);overflow:hidden;line-height:99999;-webkit-transition:.2s;transition:.2s}[data-layout=carousel] .owl-nav button:before{content:'';position:absolute;width:8px;height:8px;top:10px;left:11px;border-left:2px solid currentColor;border-bottom:2px solid currentColor;-webkit-transform:rotate(45deg);transform:rotate(45deg)}[data-layout=carousel] .owl-nav .owl-next{left:unset;right:0}[data-layout=carousel] .owl-nav .owl-next:before{left:7px;-webkit-transform:rotate(-135deg);transform:rotate(-135deg)}[data-layout=carousel] .owl-nav button:hover{opacity:1}[data-layout=carousel] .owl-dots{position:relative;text-align:center;padding-right:4px}[data-layout=carousel] .owl-dot{width:10px;height:10px;background:#e6e6eb!important;border-radius:50px;margin:0 4px;display:inline-block}[data-layout=carousel] .owl-dot.active{background:#d0d0d8!important}[id^=sb-reviews-container-] .sbr-provider-google .sb-item-author-img,[id^=sb-reviews-container-] .sbr-provider-google img{border-radius:0!important}[id^=sb-reviews-container-] .sb-item-author-img,[id^=sb-reviews-container-] .sb-item-author-img img{width:56px;min-width:56px;height:56px;border-radius:50px}[id^=sb-reviews-container-] .sb-item-author-img{background-size:cover;background-position:center center}[id^=sb-reviews-container-] .sb-feed-posts::after{display:table;content:" ";clear:both}[id^=sb-reviews-container-] .sbr-hidden{visibility:hidden}.sbr-feed-error{border:1px solid #ddd;background:#eee;color:#333;margin:0 auto 10px;padding:10px 15px;font-size:13px;text-align:center;clear:both;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px}.sbr-feed-error p{padding:5px 0!important;margin:0!important;line-height:1.3!important;font-size:13px}.sbr-feed-error p:first-child b{font-size:14px}.sbr-feed-error ol,.sbr-feed-error ul{padding:5px 0 5px 20px!important;margin:0!important}.sbr-feed-error li{padding:1px 0!important;margin:0!important}.sbr-feed-error span{font-size:12px;font-style:italic}[id^=sb-reviews-container-] .sb-num-diff-hide{display:none}[id^=sb-reviews-container-] .sb-load-button-ctn{position:relative}[id^=sb-reviews-container-] .sb-expand{display:inline-block}[id^=sb-reviews-container-] .sb-more{margin-left:6px}[id^=sb-reviews-container-] .sb-media-wrap{width:100%;display:flex;justify-content:flex-start;flex-wrap:wrap;margin-top:15px;gap:8px}[id^=sb-reviews-container-] .sb-single-image,[id^=sb-reviews-container-] .sb-single-image img{height:64px;width:64px;border-radius:5px}[id^=sb-reviews-container-] .sb-single-image{background-position:center center;background-size:cover}[id^=sb-reviews-container-] .sb-single-image img{opacity:0;visibility:hidden}[id^=sb-reviews-container-] .sb-btn{align-items:center;border:0;border-radius:4px;box-shadow:0 2px 5px rgb(60 66 87 / 5%),0 1px 1px rgb(0 0 0 / 5%),inset 0 -1px 1px rgb(0 0 0 / 12%);cursor:pointer;display:flex;font-weight:600;justify-content:center;outline:0;padding:0;position:relative;transition:all .15s ease-in-out;color:#fff}[id^=sb-reviews-container-] .sb-btn[data-icon-position=left]:not([data-onlyicon=false]) .sb-btn-icon{margin-right:7px}[id^=sb-reviews-container-] .sb-feed-header-btn{padding:8px 20px 8px 12px}[id^=sb-reviews-container-] .sb-btn[data-icon-position=left]:not([data-onlyicon=false]){flex-direction:row}.sb-btn[data-boxshadow=false]:active,.sb-btn[data-boxshadow=false]:focus,[id^=sb-reviews-container-] .sb-btn[data-boxshadow=false]{box-shadow:none}[id^=sb-reviews-container-] .sb-btn:active{-webkit-transform:scale(.98);transform:scale(.98)}[id^=sb-reviews-container-] .sb-btn:focus{box-shadow:0 2px 5px rgba(60,66,87,.05),0 1px 1px rgba(0,0,0,.05),inset 0 -1px 1px rgba(0,0,0,.12)}[id^=sb-reviews-container-] .sb-btn[data-full-width=true]{width:100%}[id^=sb-reviews-container-] .sb-load-button{padding:15px 0 15px 0;color:#141b38}[id^=sb-reviews-container-] .sb-feed-header-btn svg{width:17px}.sb-btn svg path,[id^=sb-reviews-container-] .sb-btn svg{fill:currentColor}[id^=sb-reviews-container-] .sb-btn svg{float:left;height:auto}[id^=sb-reviews-container-] .sb-single-image{position:relative}[id^=sb-reviews-container-] .sb-thumbnail-hover{box-sizing:border-box;opacity:0;display:block;position:absolute;top:0;right:0;bottom:0;left:0;z-index:10;color:#fff;background:#333;border-radius:5px;background:rgba(0,0,0,.6);transition:opacity .6s ease-in-out;-moz-transition:opacity .6s ease-in-out;-webkit-transition:opacity .6s ease-in-out}[id^=sb-reviews-container-] .sb-thumbnail-hover:hover{opacity:1;display:block;transition:opacity .2s ease-in-out;-moz-transition:opacity .2s ease-in-out;-webkit-transition:opacity .2s ease-in-out}[id^=sb-reviews-container-] .sbr-loader{width:20px;height:20px;position:relative;top:50%;left:50%;margin:-10px 0 0 -10px;background-color:#000;background-color:rgba(0,0,0,.5);border-radius:100%;-webkit-animation:sbr-sk-scaleout 1s infinite ease-in-out;animation:sbr-sk-scaleout 1s infinite ease-in-out}[id^=sb-reviews-container-] .sb-load-button-ctn .sbr-loader{position:absolute;margin-top:-11px;background-color:#fff;opacity:1}@-webkit-keyframes sbr-sk-scaleout{0%{-webkit-transform:scale(0)}100%{-webkit-transform:scale(1);opacity:0}}@keyframes sbr-sk-scaleout{0%{-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0)}100%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);opacity:0}}.sbr_lightboxOverlay{position:absolute;top:0;left:0;z-index:99999;background-color:#000;opacity:.9;display:none}.sbr_lightbox{position:absolute;left:0;width:100%;z-index:100000;line-height:0;font-weight:400}.sbr_lightbox .sbr_lb-image{display:block;height:auto;max-width:inherit;-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px}.sbr_lightbox a:active,.sbr_lightbox a:focus,.sbr_lightbox a:hover{outline:0}.sbr_lightbox a img{border:none}.sbr_lb-outerContainer{position:relative;background-color:#000;width:250px;height:250px;margin:0 auto 5px auto;-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px}.sbr_lb-outerContainer:after{content:"";display:table;clear:both}.sbr_lb-container{position:relative;padding:4px;top:0;left:0;width:100%;height:100%;bottom:0;right:0;-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px}.sbr_lb-loader{position:absolute;top:43%;left:0;height:25%;width:100%;text-align:center;line-height:0}.sbr_lb-cancel{display:block;width:32px;height:32px;margin:0 auto;background-color:#666;background-color:rgba(255,255,255,.5);border-radius:100%;-webkit-animation:ctf-sk-scaleout 1s infinite ease-in-out;animation:ctf-sk-scaleout 1s infinite ease-in-out}.sbr_lb-nav{top:0;left:0;width:100%;z-index:10}.sbr_lb-container>.nav{left:0}.sbr_lb-nav a{position:absolute;z-index:100;top:0;height:90%;outline:0;background-image:url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==')}.sbr_lb-next,.sbr_lb-prev{height:100%;cursor:pointer;display:block}.sbr_lb-nav a.sbr_lb-prev{width:50px;left:-70px;padding-left:10px;padding-right:10px;float:left;opacity:.5;-webkit-transition:opacity .2s;-moz-transition:opacity .2;-o-transition:opacity .2s;transition:opacity .2s}.sbr_lb-nav a.sbr_lb-prev:hover{opacity:1}.sbr_lb-nav a.sbr_lb-next{width:50px;right:-70px;padding-left:10px;padding-right:10px;float:right;opacity:.5;-webkit-transition:opacity .2s;-moz-transition:opacity .2s;-o-transition:opacity .2s;transition:opacity .2s}.sbr_lb-nav a.sbr_lb-next:hover{opacity:1}.sbr_lb-nav span{display:block;top:55%;position:absolute;left:20px;width:34px;height:45px;margin:-25px 0 0 0;background:url(https://arepo.pt/wp-content/plugins/reviews-feed/assets/css/../images/sprite.png) no-repeat}.sbr_lb-nav a.sbr_lb-prev span{background-position:-53px 0}.sbr_lb-nav a.sbr_lb-next span{left:auto;right:20px;background-position:-18px 0}.sbr_lb-dataContainer{margin:0 auto;padding-top:5px;width:100%;font-family:"Open Sans",Helvetica,Arial,sans-serif;-moz-border-radius-bottomleft:4px;-webkit-border-bottom-left-radius:4px;border-bottom-left-radius:4px;-moz-border-radius-bottomright:4px;-webkit-border-bottom-right-radius:4px;border-bottom-right-radius:4px}.sbr_lb-dataContainer:after{content:"";display:table;clear:both}.sbr_lb-data{padding:0 4px;color:#ccc}.sbr_lb-data .sbr_lb-details{width:85%;float:left;text-align:left;line-height:1.1}.sbr_lb-data .sbr_lb-caption{float:left;font-size:13px;font-weight:400;line-height:1.3;padding-bottom:3px;color:#ccc;word-wrap:break-word;-webkit-hyphens:auto;-moz-hyphens:auto;hyphens:auto}.sbr_lb-data .sbr_lb-caption .ctf-screename-sep,.sbr_lb-data .sbr_lb-caption a{color:#ccc;font-weight:700;text-decoration:none}.sbr_lb-data .sbr_lb-caption a:hover{color:#fff;text-decoration:underline}.sbr_lb-data .sbr_lb-caption .sbr_lightbox_username{float:left;width:100%;color:#ccc;padding-bottom:0;display:block;margin:0 0 5px 0}.sbr_lb-data .sbr_lb-caption .sbr_lightbox_username{color:#ccc}.sbr_lb-data .sbr_lb-caption .sbr_lightbox_username:hover p{color:#fff;text-decoration:underline}.sbr_lightbox .sbr_lightbox_username img{float:left;border:none;width:48px;height:48px;margin-right:10px;background:#666;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px}.sbr_lightbox_username p{float:left;margin:0;padding:0;color:#ccc;line-height:32px;font-weight:700;font-size:13px;text-align:left}.sbr_lb-data .ctf-caption-text{width:100%;margin-left:58px;padding-top:3px}.sbr_lb-data .sbr_lb-caption .ctf-author-screenname,.sbr_lb-data .sbr_lb-caption .ctf-tweet-date{font-weight:400}.sbr_lb-data .sbr_lb-info{width:100%;float:left;clear:both}.sbr_lb-data .sbr_lb-number{display:block;float:left;clear:both;padding:5px 0 15px 0;font-size:12px;color:#999}.sbr_lb-data .sbr_lb-close{display:block;float:right;width:30px;height:30px;background:url(https://arepo.pt/wp-content/plugins/reviews-feed/assets/css/../images/close.png) top right no-repeat;text-align:right;outline:0;opacity:.7;-webkit-transition:opacity .2s;-moz-transition:opacity .2s;-o-transition:opacity .2s;transition:opacity .2s}.sbr_lb-data .sbr_lb-close:hover{cursor:pointer;opacity:1}.sbr_lb-nav{height:auto}.sbr_lb-container{padding:0}.sbr_lb-container iframe{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}#sbr_lightbox .sbr_lightbox_action{float:left;position:relative;padding:0 0 0 10px;margin:5px 0 0 10px;border-left:1px solid #666;font-size:12px}#sbr_lightbox .sbr_lightbox_action a{display:block;float:left;color:#999;text-decoration:none}#sbr_lightbox .sbr_lightbox_action a:focus,#sbr_lightbox .sbr_lightbox_action a:hover{color:#fff}#sbr_lightbox .sbr_lightbox_action .fa,#sbr_lightbox .sbr_lightbox_action svg{margin-right:5px}#sbr_lightbox .sbr_lightbox_action.sbr_youtube .fa{font-size:13px}#sbr_lightbox .sbr_tooltip_social a svg{font-size:19px;padding:3px 4px;margin:auto}#sbr_lightbox .sbr_lightbox_tooltip{display:none;position:absolute;width:100px;bottom:22px;left:0;padding:5px 10px;margin:0;background:rgba(255,255,255,.9);color:#222;font-size:12px;line-height:1.3;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;box-shadow:0 0 10px rgba(0,0,0,.4);-moz-box-shadow:0 0 10px rgba(0,0,0,.4);-webkit-box-shadow:0 0 10px rgba(0,0,0,.4);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}#sbr_lightbox .sbr_lightbox_tooltip .fa-play{position:absolute;font-size:8px;bottom:-6px;left:36px;color:rgba(255,255,255,.9)}#sbr_lightbox .sbr_tooltip_social a .fa{font-size:16px;margin:0;padding:5px}#sbr_lightbox .sbr_tooltip_social a#sbr_facebook_icon .fa,#sbr_lightbox .sbr_tooltip_social a#sbr_pinterest_icon .fa,#sbr_lightbox .sbr_tooltip_social a#sbr_twitter_icon .fa{padding-top:4px;font-size:18px}#sbr_lightbox .sbr_gdpr_notice{z-index:6;display:block;position:absolute;top:50%;left:50%;margin-left:-44px;margin-top:-44px;padding:20px}#sbr_lightbox .sbr_gdpr_notice svg:not(:root).svg-inline--fa{position:relative;display:block!important;height:48px;width:48px;opacity:.8}#sbr_lightbox .sbr_gdpr_notice:hover svg:not(:root).svg-inline--fa{opacity:1}#sbr_lightbox #sbr_mod_box{width:280px;padding:5px 10px 7px 10px}#sbr_lightbox .sbr_tooltip_social{width:172px;padding:5px 5px 4px 5px}#sbr_lightbox .sbr_tooltip_social a{color:#333;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px}#sbr_lightbox .sbr_lightbox_action #sbr_facebook_icon:hover{background:#3b5998}#sbr_lightbox .sbr_lightbox_action #sbr_twitter_icon:hover{background:#00aced}#sbr_lightbox .sbr_lightbox_action #sbr_google_icon:hover{background:#dd4b39}#sbr_lightbox .sbr_lightbox_action #sbr_linkedin_icon:hover{background:#007bb6}#sbr_lightbox .sbr_lightbox_action #sbr_pinterest_icon:hover{background:#cb2027}#sbr_lightbox .sbr_lightbox_action #sbr_email_icon:hover{background:#333}.sbr_lb-dataContainer,.sbr_lb-outerContainer{min-width:450px}@media all and (max-width:450px){.sbr_lb-dataContainer,.sbr_lb-outerContainer{min-width:0}}.sbr_lightbox .sbr_lb-image{display:block;height:auto;max-width:inherit;margin:0 auto;-webkit-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;-o-border-radius:0;border-radius:0}.sb-feed-posts.sbr_carousel{display:none;width:100%;-webkit-tap-highlight-color:transparent;position:relative;z-index:1}.sbr_carousel{direction:ltr}.sb-carousel-wrap .sb-feed-posts,.sbr_carousel .sbr_owl2row-item{display:none}.sbr-owl-stage{position:relative;-ms-touch-action:pan-Y;-moz-backface-visibility:hidden}.sbr-owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.sbr-owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.sbr-owl-item,.sbr-owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.sbr-owl-item{position:relative;min-height:1px;padding:0 5px;padding:0;float:left;-webkit-backface-visibility:hidden;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}.sbr-owl-item img{display:block;width:100%}.sbr-owl-dots.disabled,.sbr-owl-nav.disabled{display:none}.sbr-owl-dot,.sbr-owl-nav .sbr-owl-next,.sbr-owl-nav .sbr-owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.sbr_carousel.sbr-owl-loaded{display:block}.sbr_carousel.sbr-owl-loading{opacity:0;display:block}.sbr_carousel.sbr-owl-hidden{opacity:0}.sbr_carousel.sbr-owl-refresh .sbr-owl-item{visibility:hidden}.sbr_carousel.sbr-owl-drag .sbr-owl-item{padding:0 calc(var(--column-gutter)/ 2);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.sbr_carousel.sbr-owl-grab{cursor:move;cursor:grab}.sbr_carousel.sbr-owl-rtl{direction:rtl}.sbr_carousel.sbr-owl-rtl .sbr-owl-item{float:right}.sbr-owl-height{transition:height .5s ease-in-out}.sbr-owl-nav{margin-top:10px;text-align:center;-webkit-tap-highlight-color:transparent}.sbr-owl-nav{margin-top:0}.sbr-owl-nav .disabled{opacity:.5;cursor:default}.sbr-owl-nav.disabled+.sbr-owl-dots{margin-top:10px}.sbr-owl-dots{text-align:center;-webkit-tap-highlight-color:transparent;padding:5px 0;margin-top:5px}.sbr-owl-dots .sbr-owl-dot{display:inline-block;zoom:1}.sbr-owl-dots .sbr-owl-dot span{display:block;width:12px;height:12px;margin:5px 7px;background:#333;filter:Alpha(Opacity=25);opacity:.25;-webkit-backface-visibility:visible;transition:opacity .1s ease;border-radius:30px}.sbr-owl-dots .sbr-owl-dot.active span,.sbr-owl-dots .sbr-owl-dot:hover span{filter:Alpha(Opacity=100);opacity:1}.sbr-owl-item{display:inline-block;vertical-align:top}.sbr-owl-stage-outer{overflow-x:hidden;overflow-y:hidden}.sbr-owl-item>div{width:100%!important}.sbr-post-links{max-width:100%}.sbr-owl-item{box-sizing:border-box}.sbr-owl-nav>div{position:absolute;top:50%;font-size:14px;display:inline-block;line-height:1;background:rgba(255,255,255,.3);padding:6px 6px 6px 8px;border-radius:50%;margin-top:-15px;color:#000;box-shadow:0 0 5px 0 rgba(0,0,0,.2);-webkit-transition:all .5s;-moz-transition:all .5s;-o-transition:all .5s;transition:all .5s}.sbr_carousel:hover .sbr-owl-nav>div{background:rgba(255,255,255,.5);box-shadow:0 0 5px 0 rgba(0,0,0,.5);-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1)}.sbr_carousel:hover .sbr-owl-nav>div:hover{cursor:pointer;background:#fff}.sbr-owl-nav .sbr-owl-prev{margin-left:7px;padding:6px 8px 6px 6px;left:0}.sbr-owl-nav .sbr-owl-next{margin-right:7px;right:0}.sbr_carousel .sbr-owl-nav svg{height:1.2em;box-sizing:unset;overflow:visible;width:1em;display:inline-block;font-size:inherit;vertical-align:-.125em}[id^=sb-reviews-container-] .sb-cols-2 .sb-post-item-wrap{width:calc(50% - calc((var(--column-gutter) * 1)/ 2))}[id^=sb-reviews-container-] .sb-cols-3 .sb-post-item-wrap{width:calc(33.33% - calc((var(--column-gutter) * 2)/ 3))}[id^=sb-reviews-container-] .sb-cols-4 .sb-post-item-wrap{width:calc(25% - calc((var(--column-gutter) * 3)/ 4))}[id^=sb-reviews-container-] .sb-cols-5 .sb-post-item-wrap{width:calc(20% - calc((var(--column-gutter) * 4)/ 5))}[id^=sb-reviews-container-] .sb-cols-6 .sb-post-item-wrap{width:calc(16.66% - calc((var(--column-gutter) * 5)/ 6))}[id^=sb-reviews-container-] .sb-cols-7 .sb-post-item-wrap{width:calc(14.28% - calc((var(--column-gutter) * 6)/ 7))}[id^=sb-reviews-container-] .sb-cols-8 .sb-post-item-wrap{width:calc(12.5% - calc((var(--column-gutter) * 7)/ 8))}[id^=sb-reviews-container-] .sb-cols-9 .sb-post-item-wrap{width:calc(11.11% - calc((var(--column-gutter) * 8)/ 9))}[id^=sb-reviews-container-] .sb-cols-10 .sb-post-item-wrap{width:calc(10% - calc((var(--column-gutter) * 9)/ 10))}@media all and (max-width:640px){[id^=sb-reviews-container-] .sb-colstablet-1 .sb-post-item-wrap{width:100%}[id^=sb-reviews-container-] .sb-colstablet-2 .sb-post-item-wrap{width:calc(50% - calc((var(--column-gutter) * 1)/ 2))}[id^=sb-reviews-container-] .sb-colstablet-3 .sb-post-item-wrap{width:calc(33.33% - calc((var(--column-gutter) * 2)/ 3))}[id^=sb-reviews-container-] .sb-colstablet-4 .sb-post-item-wrap{width:calc(25% - calc((var(--column-gutter) * 3)/ 4))}[id^=sb-reviews-container-] .sb-colstablet-5 .sb-post-item-wrap{width:calc(20% - calc((var(--column-gutter) * 4)/ 5))}[id^=sb-reviews-container-] .sb-colstablet-6 .sb-post-item-wrap{width:calc(16.66% - calc((var(--column-gutter) * 5)/ 6))}[id^=sb-reviews-container-] .sb-colstablet-7 .sb-post-item-wrap{width:calc(14.28% - calc((var(--column-gutter) * 6)/ 7))}[id^=sb-reviews-container-] .sb-colstablet-8 .sb-post-item-wrap{width:calc(12.5% - calc((var(--column-gutter) * 7)/ 8))}[id^=sb-reviews-container-] .sb-colstablet-9 .sb-post-item-wrap{width:calc(11.11% - calc((var(--column-gutter) * 8)/ 9))}[id^=sb-reviews-container-] .sb-colstablet-10 .sb-post-item-wrap{width:calc(10% - calc((var(--column-gutter) * 9)/ 10))}[id^=sb-reviews-container-] .sb-grid-wrapper[data-grid-tablet-columns="1"] .sb-feed-posts{grid-template-columns:1fr}[id^=sb-reviews-container-] .sb-grid-wrapper[data-grid-tablet-columns="2"] .sb-feed-posts{grid-template-columns:1fr 1fr}[id^=sb-reviews-container-] .sb-grid-wrapper[data-grid-tablet-columns="3"] .sb-feed-posts{grid-template-columns:1fr 1fr 1fr}[id^=sb-reviews-container-] .sb-grid-wrapper[data-grid-tablet-columns="4"] .sb-feed-posts{grid-template-columns:1fr 1fr 1fr 1fr}[id^=sb-reviews-container-] .sb-grid-wrapper[data-grid-tablet-columns="5"] .sb-feed-posts{grid-template-columns:1fr 1fr 1fr 1fr 1fr}[id^=sb-reviews-container-] .sb-grid-wrapper[data-grid-tablet-columns="6"] .sb-feed-posts{grid-template-columns:1fr 1fr 1fr 1fr 1fr 1fr}}@media all and (max-width:480px){[id^=sb-reviews-container-] .sb-colsmobile-1 .sb-post-item-wrap{width:100%}[id^=sb-reviews-container-] .sb-colsmobile-2 .sb-post-item-wrap{width:calc(50% - calc((var(--column-gutter) * 1)/ 2))}[id^=sb-reviews-container-] .sb-colsmobile-3 .sb-post-item-wrap{width:calc(33.33% - calc((var(--column-gutter) * 2)/ 3))}[id^=sb-reviews-container-] .sb-colsmobile-4 .sb-post-item-wrap{width:calc(25% - calc((var(--column-gutter) * 3)/ 4))}[id^=sb-reviews-container-] .sb-colsmobile-5 .sb-post-item-wrap{width:calc(20% - calc((var(--column-gutter) * 4)/ 5))}[id^=sb-reviews-container-] .sb-colsmobile-6 .sb-post-item-wrap{width:calc(16.66% - calc((var(--column-gutter) * 5)/ 6))}[id^=sb-reviews-container-] .sb-colsmobile-7 .sb-post-item-wrap{width:calc(14.28% - calc((var(--column-gutter) * 6)/ 7))}[id^=sb-reviews-container-] .sb-colsmobile-8 .sb-post-item-wrap{width:calc(12.5% - calc((var(--column-gutter) * 7)/ 8))}[id^=sb-reviews-container-] .sb-colsmobile-9 .sb-post-item-wrap{width:calc(11.11% - calc((var(--column-gutter) * 8)/ 9))}[id^=sb-reviews-container-] .sb-colsmobile-10 .sb-post-item-wrap{width:calc(10% - calc((var(--column-gutter) * 9)/ 10))}[id^=sb-reviews-container-] .sb-grid-wrapper[data-grid-mobile-columns="1"] .sb-feed-posts{grid-template-columns:1fr}[id^=sb-reviews-container-] .sb-grid-wrapper[data-grid-mobile-columns="2"] .sb-feed-posts{grid-template-columns:1fr 1fr}[id^=sb-reviews-container-] .sb-grid-wrapper[data-grid-mobile-columns="3"] .sb-feed-posts{grid-template-columns:1fr 1fr 1fr}[id^=sb-reviews-container-] .sb-grid-wrapper[data-grid-mobile-columns="4"] .sb-feed-posts{grid-template-columns:1fr 1fr 1fr 1fr}[id^=sb-reviews-container-] .sb-grid-wrapper[data-grid-mobile-columns="5"] .sb-feed-posts{grid-template-columns:1fr 1fr 1fr 1fr 1fr}[id^=sb-reviews-container-] .sb-grid-wrapper[data-grid-mobile-columns="6"] .sb-feed-posts{grid-template-columns:1fr 1fr 1fr 1fr 1fr 1fr}}[id^=sb-reviews-container-] .sb-item-title{margin-bottom:8px;font-weight:600;font-size:1.05em}[id^=sb-reviews-container-] .sb-item-pros-cons{margin-bottom:12px;font-size:.95em}[id^=sb-reviews-container-] .sb-item-cons,[id^=sb-reviews-container-] .sb-item-pros{margin-bottom:6px;line-height:1.5}[id^=sb-reviews-container-] .sb-pros-label{font-weight:600;color:#28a745;margin-right:4px}[id^=sb-reviews-container-] .sb-cons-label{font-weight:600;color:#dc3545;margin-right:4px}[id^=sb-reviews-container-] .sb-cons-text,[id^=sb-reviews-container-] .sb-pros-text{color:#333}[id^=sb-reviews-container-] .sb-item-reviewer-photos{margin-top:12px;display:flex;flex-wrap:wrap;gap:8px}[id^=sb-reviews-container-] .sb-reviewer-photo-link{display:inline-block;border-radius:4px;overflow:hidden;transition:transform .2s ease;cursor:pointer}[id^=sb-reviews-container-] .sb-reviewer-photo-link:hover{transform:scale(1.05)}[id^=sb-reviews-container-] .sb-reviewer-photo{display:block;width:90px;height:90px;object-fit:cover;border-radius:4px}.sbr-lightbox-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.9);z-index:999999;display:none;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.sbr-lightbox-overlay.sbr-active{display:flex;opacity:1}.sbr-lightbox-content{position:relative;max-width:90%;max-height:90%;display:flex;align-items:center;justify-content:center}.sbr-lightbox-image{max-width:100%;max-height:90vh;object-fit:contain;border-radius:4px}.sbr-lightbox-close{position:absolute;top:20px;right:20px;width:40px;height:40px;background:rgba(255,255,255,.2);border:none;border-radius:50%;cursor:pointer;font-size:24px;color:#fff;display:flex;align-items:center;justify-content:center;transition:background .2s ease;z-index:1000000}.sbr-lightbox-close:hover{background:rgba(255,255,255,.3)}.sbr-lightbox-nav{position:absolute;top:50%;transform:translateY(-50%);width:50px;height:50px;background:rgba(255,255,255,.2);border:none;border-radius:50%;cursor:pointer;font-size:24px;color:#fff;display:none;align-items:center;justify-content:center;transition:background .2s ease}.sbr-lightbox-nav:hover{background:rgba(255,255,255,.3)}.sbr-lightbox-nav.sbr-prev{left:20px}.sbr-lightbox-nav.sbr-next{right:20px}.sbr-lightbox-overlay.sbr-has-multiple .sbr-lightbox-nav{display:flex}.sbr-lightbox-loading{position:absolute;width:40px;height:40px;border:3px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:sbr-spin .8s linear infinite}@keyframes sbr-spin{to{transform:rotate(360deg)}}#sb_instagram{width:100%;margin:0 auto;padding:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}#sb_instagram #sbi_images,#sb_instagram.sbi_fixed_height{-webkit-box-sizing:border-box;-moz-box-sizing:border-box}#sb_instagram:after,.sbi_lb-commentBox:after,.sbi_lb-data:after,.sbi_lb-dataContainer:after,.sbi_lb-outerContainer:after{content:"";display:table;clear:both}#sb_instagram.sbi_fixed_height{overflow:hidden;overflow-y:auto;box-sizing:border-box}#sb_instagram #sbi_images{box-sizing:border-box;display:grid;width:100%;padding:12px 0}#sb_instagram .sbi_header_link{-webkit-box-shadow:none;box-shadow:none}#sb_instagram .sbi_header_link:hover,.sbi_lightbox a img{border:none}#sb_instagram #sbi_images .sbi_item{display:inline-block;width:100%;vertical-align:top;zoom:1;margin:0!important;text-decoration:none;opacity:1;overflow:hidden;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-transition:.5s;-moz-transition:.5s;-o-transition:.5s;transition:.5s}#sb_instagram #sbi_images .sbi_item.sbi_transition{opacity:0}#sb_instagram.sbi_col_1 #sbi_images,#sb_instagram.sbi_col_1.sbi_disable_mobile #sbi_images{grid-template-columns:repeat(1,1fr)}#sb_instagram.sbi_col_2 #sbi_images,#sb_instagram.sbi_col_2.sbi_disable_mobile #sbi_images{grid-template-columns:repeat(2,1fr)}#sb_instagram.sbi_col_3 #sbi_images,#sb_instagram.sbi_col_3.sbi_disable_mobile #sbi_images{grid-template-columns:repeat(3,1fr)}#sb_instagram.sbi_col_4 #sbi_images,#sb_instagram.sbi_col_4.sbi_disable_mobile #sbi_images{grid-template-columns:repeat(4,1fr)}#sb_instagram.sbi_col_5 #sbi_images,#sb_instagram.sbi_col_5.sbi_disable_mobile #sbi_images{grid-template-columns:repeat(5,1fr)}#sb_instagram.sbi_col_6 #sbi_images,#sb_instagram.sbi_col_6.sbi_disable_mobile #sbi_images{grid-template-columns:repeat(6,1fr)}#sb_instagram.sbi_col_7 #sbi_images,#sb_instagram.sbi_col_7.sbi_disable_mobile #sbi_images{grid-template-columns:repeat(7,1fr)}#sb_instagram.sbi_col_8 #sbi_images,#sb_instagram.sbi_col_8.sbi_disable_mobile #sbi_images{grid-template-columns:repeat(8,1fr)}#sb_instagram.sbi_col_9 #sbi_images,#sb_instagram.sbi_col_9.sbi_disable_mobile #sbi_images{grid-template-columns:repeat(9,1fr)}#sb_instagram.sbi_col_10 #sbi_images,#sb_instagram.sbi_col_10.sbi_disable_mobile #sbi_images{grid-template-columns:repeat(10,1fr)}#sb_instagram #sbi_load .sbi_load_btn,#sb_instagram .sbi_photo_wrap{position:relative}#sb_instagram .sbi_photo{display:block;text-decoration:none}#sb_instagram .sbi_photo img{width:100%;height:inherit;object-fit:cover;scale:1;transition:transform .5s ease-in-out;transition:transform .5s ease-in-out,-webkit-transform .5s ease-in-out;vertical-align:middle}#sb_instagram .sbi_no_js img,#sb_instagram br,#sb_instagram p:empty,#sb_instagram.sbi_no_js .sbi_load_btn,#sb_instagram.sbi_no_js .sbi_photo img{display:none}#sb_instagram a,#sb_instagram a:active,#sb_instagram a:focus,#sb_instagram a:hover,.sbi_lightbox a:active,.sbi_lightbox a:focus,.sbi_lightbox a:hover{outline:0}#sb_instagram img{display:block;padding:0!important;margin:0!important;max-width:100%!important;opacity:1!important}#sb_instagram .sbi_link{display:none;position:absolute;bottom:0;right:0;width:100%;padding:10px 0;background:rgba(0,0,0,.5);text-align:center;color:#fff;font-size:12px;line-height:1.1}#sb_instagram .sbi_link a{padding:0 6px;text-decoration:none;color:#fff;font-size:12px;line-height:1.1;display:inline-block;vertical-align:top;zoom:1}#sb_instagram .sbi_link .sbi_lightbox_link{padding-bottom:5px}#sb_instagram .sbi_link a:focus,#sb_instagram .sbi_link a:hover{text-decoration:underline}#sb_instagram .sbi_photo_wrap:focus .sbi_link,#sb_instagram .sbi_photo_wrap:hover .sbi_link{display:block}#sb_instagram svg:not(:root).svg-inline--fa{height:1em;display:inline-block}#sb_instagram .sbi_type_carousel .sbi_playbtn,#sb_instagram .sbi_type_carousel .svg-inline--fa.fa-play,#sb_instagram .sbi_type_video .sbi_playbtn,#sb_instagram .sbi_type_video .svg-inline--fa.fa-play,.sbi_type_carousel .fa-clone{display:block!important;position:absolute;z-index:1;color:rgba(255,255,255,.9);font-style:normal!important;text-shadow:0 0 8px rgba(0,0,0,.8)}#sb_instagram .sbi_type_carousel .sbi_playbtn,#sb_instagram .sbi_type_video .sbi_playbtn{z-index:2;top:50%;left:50%;margin-top:-24px;margin-left:-19px;padding:0;font-size:48px}#sb_instagram .sbi_type_carousel .fa-clone{right:12px;top:12px;font-size:24px;text-shadow:0 0 8px rgba(0,0,0,.3)}#sb_instagram .sbi_type_carousel .svg-inline--fa.fa-play,#sb_instagram .sbi_type_video .svg-inline--fa.fa-play,.sbi_type_carousel svg.fa-clone{-webkit-filter:drop-shadow(0px 0px 2px rgba(0,0,0,.4));filter:drop-shadow(0px 0px 2px rgba(0, 0, 0, .4))}#sb_instagram .sbi_loader{width:20px;height:20px;position:relative;top:50%;left:50%;margin:-10px 0 0 -10px;background-color:rgba(0,0,0,.5);border-radius:100%;-webkit-animation:1s ease-in-out infinite sbi-sk-scaleout;animation:1s ease-in-out infinite sbi-sk-scaleout}#sbi_load p{display:inline;padding:0;margin:0}#sb_instagram #sbi_load .sbi_loader{position:absolute;margin-top:-11px;background-color:#fff;opacity:1}@-webkit-keyframes sbi-sk-scaleout{0%{-webkit-transform:scale(0)}100%{-webkit-transform:scale(1);opacity:0}}@keyframes sbi-sk-scaleout{0%{-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0)}100%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);opacity:0}}#sb_instagram .fa-spin,#sbi_lightbox .fa-spin{-webkit-animation:2s linear infinite fa-spin;animation:2s linear infinite fa-spin}#sb_instagram .fa-pulse,#sbi_lightbox .fa-pulse{-webkit-animation:1s steps(8) infinite fa-spin;animation:1s steps(8) infinite fa-spin}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.sbi-screenreader{text-indent:-9999px!important;display:block!important;width:0!important;height:0!important;line-height:0!important;text-align:left!important;overflow:hidden!important}#sb_instagram .sb_instagram_header,.sb_instagram_header{overflow:hidden;position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:12px 0}#sb_instagram .sb_instagram_header a,.sb_instagram_header a{transition:color .5s;text-decoration:none}.sb_instagram_header.sbi_header_outside{float:none;margin-left:auto!important;margin-right:auto!important;display:flex}.sbi_no_avatar .sbi_header_img{background:#333;color:#fff;width:50px;height:50px;position:relative}.sb_instagram_header .sbi_header_hashtag_icon{opacity:0;position:absolute;width:100%;top:0;bottom:0;left:0;text-align:center;color:#fff;background:rgba(0,0,0,.75)}.sbi_no_avatar .sbi_header_hashtag_icon{display:block;color:#fff;opacity:.9;-webkit-transition:background .6s linear,color .6s linear;-moz-transition:background .6s linear,color .6s linear;-o-transition:background .6s linear,color .6s linear;transition:background .6s linear,color .6s linear}.sbi_no_avatar:hover .sbi_header_hashtag_icon{display:block;opacity:1;-webkit-transition:background .2s linear,color .2s linear;-moz-transition:background .2s linear,color .2s linear;-o-transition:background .2s linear,color .2s linear;transition:background .2s linear,color .2s linear}@media all and (min-width:480px){#sb_instagram .sb_instagram_header.sbi_medium .sbi_header_img,#sb_instagram .sb_instagram_header.sbi_medium .sbi_header_img img,.sb_instagram_header.sbi_medium .sbi_header_img,.sb_instagram_header.sbi_medium .sbi_header_img img{width:80px;height:80px;border-radius:50%}#sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text h3,.sb_instagram_header.sbi_medium .sbi_header_text h3{font-size:20px}#sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio,#sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio_info,.sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio,.sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio_info{font-size:14px}#sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio,#sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio_info,#sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text h3,.sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio,.sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio_info,.sb_instagram_header.sbi_medium .sbi_header_text h3{line-height:1.4}#sb_instagram .sb_instagram_header.sbi_large .sbi_header_img,#sb_instagram .sb_instagram_header.sbi_large .sbi_header_img img,.sb_instagram_header.sbi_large .sbi_header_img,.sb_instagram_header.sbi_large .sbi_header_img img{width:120px;height:120px;border-radius:50%}#sb_instagram .sb_instagram_header.sbi_large .sbi_header_text h3,.sb_instagram_header.sbi_large .sbi_header_text h3{font-size:28px}#sb_instagram .sb_instagram_header.sbi_large .sbi_header_text .sbi_bio,#sb_instagram .sb_instagram_header.sbi_large .sbi_header_text .sbi_bio_info,.sb_instagram_header.sbi_large .sbi_header_text .sbi_bio,.sb_instagram_header.sbi_large .sbi_header_text .sbi_bio_info{font-size:16px}}#sb_instagram .sb_instagram_header .sbi_header_img,.sb_instagram_header .sbi_header_img{position:relative;width:50px;height:50px;overflow:hidden;-moz-border-radius:40px;-webkit-border-radius:40px;border-radius:50%}#sb_instagram .sb_instagram_header .sbi_header_img_hover,.sb_instagram_header .sbi_header_img_hover{opacity:0;position:absolute;width:100%;top:0;bottom:0;left:0;text-align:center;color:#fff;background:rgba(0,0,0,.75);z-index:2;transition:opacity .4s ease-in-out}#sb_instagram .sb_instagram_header .sbi_header_hashtag_icon .sbi_new_logo,#sb_instagram .sb_instagram_header .sbi_header_img_hover .sbi_new_logo,.sb_instagram_header .sbi_header_hashtag_icon .sbi_new_logo,.sb_instagram_header .sbi_header_img_hover .sbi_new_logo{position:absolute;top:50%;left:50%;margin-top:-12px;margin-left:-12px;width:24px;height:24px;font-size:24px}#sb_instagram .sb_instagram_header.sbi_medium .sbi_header_hashtag_icon .sbi_new_logo,.sb_instagram_header.sbi_medium .sbi_header_hashtag_icon .sbi_new_logo{margin-top:-18px;margin-left:-18px;width:36px;height:36px;font-size:36px}#sb_instagram .sb_instagram_header.sbi_large .sbi_header_hashtag_icon .sbi_new_logo,.sb_instagram_header.sbi_large .sbi_header_hashtag_icon .sbi_new_logo{margin-top:-24px;margin-left:-24px;width:48px;height:48px;font-size:48px}#sb_instagram .sb_instagram_header .sbi_header_img_hover i{overflow:hidden}#sb_instagram .sb_instagram_header .sbi_fade_in,.sb_instagram_header .sbi_fade_in{opacity:1;transition:opacity .2s ease-in-out}#sb_instagram .sb_instagram_header a:focus .sbi_header_img_hover,#sb_instagram .sb_instagram_header a:hover .sbi_header_img_hover,#sb_instagram.sbi_no_js #sbi_images .sbi_item.sbi_transition,.sb_instagram_header a:focus .sbi_header_img_hover,.sb_instagram_header a:hover .sbi_header_img_hover,.sbi_lb-nav a.sbi_lb-next:hover,.sbi_lb-nav a.sbi_lb-prev:hover{opacity:1}#sb_instagram .sb_instagram_header .sbi_header_text,.sb_instagram_header .sbi_header_text{display:flex;gap:20px;justify-content:flex-start;align-items:center}#sb_instagram .sb_instagram_header.sbi_large .sbi_feedtheme_header_text,.sb_instagram_header.sbi_large .sbi_feedtheme_header_text{gap:8px}.sb_instagram_header.sbi_medium .sbi_feedtheme_header_text{gap:4px}.sbi_feedtheme_header_text{display:flex;justify-content:flex-start;align-items:flex-start;flex:1;flex-direction:column;gap:4px}#sb_instagram .sb_instagram_header h3,.sb_instagram_header h3{font-size:16px;line-height:1.3;margin:0;padding:0}#sb_instagram .sb_instagram_header p,.sb_instagram_header p{font-size:13px;line-height:1.3;margin:0;padding:0}#sb_instagram .sb_instagram_header .sbi_header_text img.emoji,.sb_instagram_header .sbi_header_text img.emoji{margin-right:3px!important}#sb_instagram .sb_instagram_header .sbi_header_text.sbi_no_bio .sbi_bio_info,.sb_instagram_header .sbi_header_text.sbi_no_bio .sbi_bio_info{clear:both}#sb_instagram #sbi_load{float:left;clear:both;width:100%;text-align:center;opacity:1;transition:.5s ease-in}#sb_instagram #sbi_load .fa-spinner{display:none;position:absolute;top:50%;left:50%;margin:-8px 0 0 -7px;font-size:15px}#sb_instagram #sbi_load .sbi_load_btn,#sb_instagram .sbi_follow_btn a,.et-db #et-boc .et-l .et_pb_module .sbi_follow_btn a{display:inline-block;vertical-align:top;zoom:1;padding:7px 14px;margin:5px auto 0;background:#333;text-decoration:none;line-height:1.5}#sb_instagram .sbi_load_btn .sbi_btn_text,#sb_instagram .sbi_load_btn .sbi_loader{opacity:1;transition:.1s ease-in}#sb_instagram .sbi_hidden{opacity:0!important}#sb_instagram #sbi_load .sbi_load_btn,#sb_instagram .sbi_follow_btn a{border:none;color:#fff;font-size:13px;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;transition:.1s ease-in}.sbi_lb-nav a.sbi_lb-next,.sbi_lb-nav a.sbi_lb-prev{width:50px;padding-left:10px;padding-right:10px;opacity:.5;-webkit-transition:opacity .2s;-moz-transition:opacity .2s;-o-transition:opacity .2s}#sb_instagram .sbi_follow_btn{display:inline-block;vertical-align:top;zoom:1;text-align:center}#sb_instagram .sbi_follow_btn.sbi_top{display:block;margin-bottom:5px}#sb_instagram .sbi_follow_btn a{background:#408bd1;color:#fff}#sb_instagram #sbi_load .sbi_load_btn:focus,#sb_instagram #sbi_load .sbi_load_btn:hover{outline:0;box-shadow:inset 0 0 20px 20px rgba(255,255,255,.25)}#sb_instagram .sbi_follow_btn a:focus,#sb_instagram .sbi_follow_btn a:hover{outline:0;box-shadow:inset 0 0 10px 20px #359dff}#sb_instagram #sbi_load .sbi_load_btn:active,#sb_instagram .sbi_follow_btn a:active{box-shadow:inset 0 0 10px 20px rgba(0,0,0,.3)}#sb_instagram .sbi_follow_btn .fa,#sb_instagram .sbi_follow_btn svg{margin-bottom:-1px;margin-right:7px;font-size:15px}#sb_instagram .sbi_follow_btn svg{vertical-align:-.125em}#sb_instagram #sbi_load .sbi_follow_btn{margin-left:5px}#sb_instagram .sb_instagram_error{width:100%;text-align:center;line-height:1.4}#sbi_mod_error{display:none;border:1px solid #ddd;background:#eee;color:#333;margin:10px 0 0;padding:10px 15px;font-size:13px;text-align:center;clear:both;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px}#sbi_mod_error br{display:initial!important}#sbi_mod_error p{padding:5px 0!important;margin:0!important;line-height:1.3!important}#sbi_mod_error ol,#sbi_mod_error ul{padding:5px 0 5px 20px!important;margin:0!important}#sbi_mod_error li{padding:1px 0!important;margin:0!important}#sbi_mod_error span{font-size:12px}#sb_instagram.sbi_medium .sbi_photo_wrap .svg-inline--fa.fa-play,#sb_instagram.sbi_medium .sbi_playbtn{margin-top:-12px;margin-left:-9px;font-size:23px}#sb_instagram.sbi_medium .sbi_type_carousel .sbi_photo_wrap .fa-clone{right:8px;top:8px;font-size:18px}#sb_instagram.sbi_small .sbi_photo_wrap .svg-inline--fa.fa-play,#sb_instagram.sbi_small .sbi_playbtn{margin-top:-9px;margin-left:-7px;font-size:18px}#sb_instagram.sbi_small .sbi_type_carousel .sbi_photo_wrap .fa-clone{right:5px;top:5px;font-size:12px}@media all and (max-width:640px){#sb_instagram.sbi_col_3 #sbi_images,#sb_instagram.sbi_col_4 #sbi_images,#sb_instagram.sbi_col_5 #sbi_images,#sb_instagram.sbi_col_6 #sbi_images{grid-template-columns:repeat(2,1fr)}#sb_instagram.sbi_col_10 #sbi_images,#sb_instagram.sbi_col_7 #sbi_images,#sb_instagram.sbi_col_8 #sbi_images,#sb_instagram.sbi_col_9 #sbi_images{grid-template-columns:repeat(4,1fr)}#sb_instagram.sbi_width_resp{width:100%!important}}#sb_instagram.sbi_no_js #sbi_images .sbi_item .sbi_photo_wrap{box-sizing:border-box;position:relative;overflow:hidden}#sb_instagram.sbi_no_js #sbi_images .sbi_item .sbi_photo_wrap:before{content:"";display:block;padding-top:100%;z-index:-300}#sb_instagram.sbi_no_js #sbi_images .sbi_item .sbi_photo{position:absolute;top:0;left:0;bottom:0;right:0}#sb_instagram #sbi_images .sbi_js_load_disabled .sbi_imgLiquid_ready.sbi_photo,#sb_instagram #sbi_images .sbi_no_js_customizer .sbi_imgLiquid_ready.sbi_photo{padding-bottom:0!important}#sb_instagram #sbi_mod_error .sb_frontend_btn{display:inline-block;padding:6px 10px;background:rgba(0,0,0,.1);text-decoration:none;border-radius:5px;margin-top:10px;color:#444}#sb_instagram #sbi_mod_error .sb_frontend_btn:hover{background:rgba(0,0,0,.15)}#sb_instagram #sbi_mod_error .sb_frontend_btn .fa{margin-right:2px}#sb_instagram.sbi_palette_dark,#sbi_lightbox.sbi_palette_dark_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer,#sbi_lightbox.sbi_palette_dark_lightbox .sbi_lightbox_tooltip,#sbi_lightbox.sbi_palette_dark_lightbox .sbi_share_close,.sbi_header_outside.sbi_header_palette_dark{background-color:rgba(0,0,0,.85);color:rgba(255,255,255,.75)}#sb_instagram.sbi_palette_dark .sbi_caption,#sb_instagram.sbi_palette_dark .sbi_meta,#sbi_lightbox.sbi_lb-comments-enabled.sbi_palette_dark_lightbox .sbi_lb-commentBox p,#sbi_lightbox.sbi_palette_dark_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer .sbi_lb-details .sbi_lb-caption,#sbi_lightbox.sbi_palette_dark_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer .sbi_lb-number,.sbi_header_palette_dark,.sbi_header_palette_dark .sbi_bio{color:rgba(255,255,255,.75)}#sb_instagram.sbi_palette_dark .sbi_expand a,#sbi_lightbox.sbi_lb-comments-enabled.sbi_palette_dark_lightbox .sbi_lb-commentBox .sbi_lb-commenter,#sbi_lightbox.sbi_palette_dark_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer .sbi_lb-details a,#sbi_lightbox.sbi_palette_dark_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer .sbi_lb-details a p,.sbi_header_palette_dark a{color:#fff}#sb_instagram.sbi_palette_light,#sbi_lightbox.sbi_palette_light_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer,#sbi_lightbox.sbi_palette_light_lightbox .sbi_lightbox_tooltip,#sbi_lightbox.sbi_palette_light_lightbox .sbi_share_close,.sbi_header_outside.sbi_header_palette_light{color:rgba(0,0,0,.85);background-color:rgba(255,255,255,.75)}#sb_instagram.sbi_palette_light .sbi_caption,#sb_instagram.sbi_palette_light .sbi_meta,#sbi_lightbox.sbi_lb-comments-enabled.sbi_palette_light_lightbox .sbi_lb-commentBox p,#sbi_lightbox.sbi_palette_light_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer .sbi_lb-details .sbi_lb-caption,#sbi_lightbox.sbi_palette_light_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer .sbi_lb-number,.sbi_header_palette_light,.sbi_header_palette_light .sbi_bio{color:rgba(0,0,0,.85)}#sb_instagram.sbi_palette_light .sbi_expand a,#sbi_lightbox.sbi_lb-comments-enabled.sbi_palette_light_lightbox .sbi_lb-commentBox .sbi_lb-commenter,#sbi_lightbox.sbi_palette_light_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer .sbi_lb-details a,#sbi_lightbox.sbi_palette_light_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer .sbi_lb-details a p,.sbi_header_palette_light a{color:#000}@media all and (max-width:800px){#sb_instagram.sbi_tab_col_10 #sbi_images{grid-template-columns:repeat(10,1fr)}#sb_instagram.sbi_tab_col_9 #sbi_images{grid-template-columns:repeat(9,1fr)}#sb_instagram.sbi_tab_col_8 #sbi_images{grid-template-columns:repeat(8,1fr)}#sb_instagram.sbi_tab_col_7 #sbi_images{grid-template-columns:repeat(7,1fr)}#sb_instagram.sbi_tab_col_6 #sbi_images{grid-template-columns:repeat(6,1fr)}#sb_instagram.sbi_tab_col_5 #sbi_images{grid-template-columns:repeat(5,1fr)}#sb_instagram.sbi_tab_col_4 #sbi_images{grid-template-columns:repeat(4,1fr)}#sb_instagram.sbi_tab_col_3 #sbi_images{grid-template-columns:repeat(3,1fr)}#sb_instagram.sbi_tab_col_2 #sbi_images{grid-template-columns:repeat(2,1fr)}#sb_instagram.sbi_tab_col_1 #sbi_images{grid-template-columns:1fr}}@media all and (max-width:480px){#sb_instagram.sbi_col_10 #sbi_images,#sb_instagram.sbi_col_10.sbi_mob_col_auto #sbi_images,#sb_instagram.sbi_col_3 #sbi_images,#sb_instagram.sbi_col_3.sbi_mob_col_auto #sbi_images,#sb_instagram.sbi_col_4 #sbi_images,#sb_instagram.sbi_col_4.sbi_mob_col_auto #sbi_images,#sb_instagram.sbi_col_5 #sbi_images,#sb_instagram.sbi_col_5.sbi_mob_col_auto #sbi_images,#sb_instagram.sbi_col_6 #sbi_images,#sb_instagram.sbi_col_6.sbi_mob_col_auto #sbi_images,#sb_instagram.sbi_col_7 #sbi_images,#sb_instagram.sbi_col_7.sbi_mob_col_auto #sbi_images,#sb_instagram.sbi_col_8 #sbi_images,#sb_instagram.sbi_col_8.sbi_mob_col_auto #sbi_images,#sb_instagram.sbi_col_9 #sbi_images,#sb_instagram.sbi_col_9.sbi_mob_col_auto #sbi_images,#sb_instagram.sbi_mob_col_1 #sbi_images{grid-template-columns:1fr}#sb_instagram.sbi_mob_col_2 #sbi_images{grid-template-columns:repeat(2,1fr)}#sb_instagram.sbi_mob_col_3 #sbi_images{grid-template-columns:repeat(3,1fr)}#sb_instagram.sbi_mob_col_4 #sbi_images{grid-template-columns:repeat(4,1fr)}#sb_instagram.sbi_mob_col_5 #sbi_images{grid-template-columns:repeat(5,1fr)}#sb_instagram.sbi_mob_col_6 #sbi_images{grid-template-columns:repeat(6,1fr)}#sb_instagram.sbi_mob_col_7 #sbi_images{grid-template-columns:repeat(7,1fr)}#sb_instagram.sbi_mob_col_8 #sbi_images{grid-template-columns:repeat(8,1fr)}#sb_instagram.sbi_mob_col_9 #sbi_images{grid-template-columns:repeat(9,1fr)}#sb_instagram.sbi_mob_col_10 #sbi_images{grid-template-columns:repeat(10,1fr)}}#sb_instagram #sbi_images .sbi_item.sbi_num_diff_hide{display:none!important}body:after{content:url(https://arepo.pt/wp-content/plugins/instagram-feed/css/../img/sbi-sprite.png);display:none}.sbi_lightboxOverlay{position:absolute;top:0;left:0;z-index:99999;background-color:#000;opacity:.9;display:none}.sbi_lightbox{position:absolute;left:0;width:100%;z-index:100000;text-align:center;line-height:0;font-weight:400}.sbi_lightbox .sbi_lb-image{display:block;height:auto;max-width:inherit;-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px;object-fit:contain}.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-image{-webkit-border-radius:3px 0 0 3px;-moz-border-radius:3px 0 0 3px;-ms-border-radius:3px 0 0 3px;-o-border-radius:3px 0 0 3px;border-radius:3px 0 0 3px}.sbi_lb-outerContainer{position:relative;background-color:#000;width:250px;height:250px;margin:0 auto 5px;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;-o-border-radius:4px;border-radius:4px}.sbi_lb-container-wrapper{height:100%}.sbi_lb-container{position:relative;top:0;left:0;width:100%;height:100%;bottom:0;right:0}.sbi_lb-loader{position:absolute;width:100%;top:50%;left:0;height:20px;margin-top:-10px;text-align:center;line-height:0}.sbi_lb-loader span{display:block;width:14px;height:14px;margin:0 auto;background:url(https://arepo.pt/wp-content/plugins/instagram-feed/css/../img/sbi-sprite.png) no-repeat}.sbi_lb-container>.nav{left:0}.sbi_lb-nav a{position:absolute;z-index:100;top:0;height:90%;outline:0;background-image:url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==')}.sbi_lb-next,.sbi_lb-prev{height:100%;cursor:pointer;display:block}.sbi_lb-nav a.sbi_lb-prev{left:-70px;float:left;transition:opacity .2s}.sbi_lb-nav a.sbi_lb-next{right:-70px;float:right;transition:opacity .2s}.sbi_lb-nav span{display:block;top:55%;position:absolute;left:20px;width:34px;height:45px;margin:-25px 0 0;background:url(https://arepo.pt/wp-content/plugins/instagram-feed/css/../img/sbi-sprite.png) no-repeat}.sbi_lb-nav a.sbi_lb-prev span{background-position:-53px 0}.sbi_lb-nav a.sbi_lb-next span{left:auto;right:20px;background-position:-18px 0}.sbi_lb-dataContainer{margin:0 auto;padding-top:10px;width:100%;font-family:"Open Sans",Helvetica,Arial,sans-serif;-moz-border-radius-bottomleft:4px;-webkit-border-bottom-left-radius:4px;border-bottom-left-radius:4px;-moz-border-radius-bottomright:4px;-webkit-border-bottom-right-radius:4px;border-bottom-right-radius:4px}.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-outerContainer{position:relative;padding-right:300px;background:#fff;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-container-wrapper{position:relative;background:#000}.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-dataContainer{width:300px!important;position:absolute;top:0;right:-300px;height:100%;bottom:0;background:#fff;line-height:1.4;overflow:hidden;overflow-y:auto;text-align:left}.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-commentBox{display:block!important;width:100%;margin-top:20px;padding:4px}#sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-number{padding-bottom:0}#sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-caption{width:100%;max-width:100%;margin-bottom:20px}#sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-caption .sbi_caption_text{display:inline-block;padding-top:10px}.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-comment{display:block!important;width:100%;min-width:100%;float:left;clear:both;font-size:12px;padding:3px 20px 3px 0;margin:0 0 1px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-commenter{font-weight:700;margin-right:5px}.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-commentBox p{text-align:left}.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-dataContainer{box-sizing:border-box;padding:15px 20px}.sbi_lb-data{padding:0 4px;color:#ccc}.sbi_lb-data .sbi_lb-details{width:85%;float:left;text-align:left;line-height:1.1}.sbi_lb-data .sbi_lb-caption{float:left;font-size:13px;font-weight:400;line-height:1.3;padding-bottom:3px;color:#ccc;word-wrap:break-word;word-break:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;-moz-hyphens:auto;hyphens:auto}.sbi_lb-data .sbi_lb-caption a{color:#ccc;font-weight:700;text-decoration:none}.sbi_lb-commenter:hover,.sbi_lb-data .sbi_lb-caption .sbi_lightbox_username:hover p,.sbi_lb-data .sbi_lb-caption a:hover{color:#fff;text-decoration:underline}.sbi_lb-data .sbi_lb-caption .sbi_lightbox_username{float:left;width:100%;color:#ccc;padding-bottom:0;display:block;margin:0 0 5px}#sbi_lightbox.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-number,#sbi_lightbox.sbi_lightbox.sbi_lb-comments-enabled .sbi_lightbox_action a,#sbi_lightbox.sbi_lightbox.sbi_lb-comments-enabled .sbi_lightbox_action a:hover,.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-commenter,.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-commenter:hover,.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-data,.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-data .sbi_lb-caption,.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-data .sbi_lb-caption .sbi_lightbox_username p,.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-data .sbi_lb-caption .sbi_lightbox_username:hover p,.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-data .sbi_lb-caption a,.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-data .sbi_lb-caption a:hover,.sbi_lightbox.sbi_lb-comments-enabled .sbi_lightbox_username{color:#333}.sbi_lightbox .sbi_lightbox_username img{float:left;border:none;width:32px;height:32px;margin-right:10px;background:#666;-moz-border-radius:40px;-webkit-border-radius:40px;border-radius:40px}.sbi_lightbox_username p{float:left;margin:0;padding:0;color:#ccc;line-height:32px;font-weight:700;font-size:13px}.sbi_lb-data .sbi_lb-number{display:block;float:left;clear:both;padding:5px 0 15px;font-size:12px;color:#999}.sbi_lb-data .sbi_lb-close{display:block;float:right;width:30px;height:30px;font-size:18px;color:#aaa;text-align:right;outline:0;opacity:.7;-webkit-transition:opacity .2s;-moz-transition:opacity .2s;-o-transition:opacity .2s;transition:opacity .2s}.sbi_lb-data .sbi_lb-close:hover{cursor:pointer;opacity:1;color:#fff}.sbi_lb-nav{top:0;left:0;width:100%;z-index:10;height:auto}.sbi-feed-block-cta,.sbi-feed-block-cta-img-ctn{width:100%!important;position:relative!important}.sbi_lightbox .sbi_owl-item:nth-child(n+2) .sbi_video{position:relative!important}.sbi_lb-container{padding:0}.sbi-feed-block-cta{border:1px solid #e8e8eb!important;border-radius:2px!important;text-align:center!important}.sbi-feed-block-cta-img-ctn{float:left!important;display:flex!important;justify-content:center!important;align-items:center!important;margin-top:50px!important;margin-bottom:35px!important}.sbi-feed-block-cta-img{width:65px!important;height:65px!important;position:relative!important;border:2px solid #dcdde1!important;border-radius:16px!important;-webkit-transform:rotate(-3deg)!important;transform:rotate(-3deg)!important;display:flex!important;justify-content:center!important;align-items:center!important}.sbi-feed-block-cta-img span svg{float:left!important}.sbi-feed-block-cta-img>*{-webkit-transform:rotate(3deg)!important;transform:rotate(3deg)!important}.sbi-feed-block-cta-logo{position:absolute!important;right:-15px!important;bottom:-19px!important;z-index:1!important}.sbi-feed-block-cta-heading{font-size:19px!important;padding:0!important;margin:0 0 30px!important;display:inline-block!important;width:100%!important;font-weight:700!important;line-height:1.4em!important}.sbi-feed-block-cta-btn{background:#0068a0!important;border-radius:2px!important;padding:8px 20px 8px 38px!important;cursor:pointer!important;color:#fff!important;position:relative!important;margin-bottom:30px!important}.sbi-feed-block-cta-btn:after,.sbi-feed-block-cta-btn:before{content:''!important;position:absolute!important;width:2px!important;height:12px!important;background:#fff!important;left:20px!important;top:14px!important}.sbi-feed-block-cta-btn:after{-webkit-transform:rotate(90deg)!important;transform:rotate(90deg)!important}.sbi-feed-block-cta-desc{display:flex!important;justify-content:center!important;align-items:center!important;padding:20px!important;background:#f9f9fa!important;border-top:1px solid #e8e8eb!important;margin-top:35px!important;flex-direction:column!important}.sbi-feed-block-cta-desc strong{color:#141b38!important;font-size:16px!important;font-weight:600!important;margin-bottom:8px!important}.sbi-feed-block-cta-desc span{color:#434960!important;font-size:14px!important;line-height:1.5em!important;padding:0 20%!important}.sbi-feed-block-cta-desc span a,.sbi-feed-block-cta-selector span a{text-transform:capitalize!important;text-decoration:underline!important;font-weight:600!important}.sbi-feed-block-cta-selector{width:100%!important;padding:0 20%!important;display:flex!important;justify-content:center!important;align-items:center!important;flex-direction:column!important;margin-bottom:45px!important}.sbi-feed-block-cta-feedselector{border:1px solid #d0d1d7!important;padding:8px 16px!important;margin-bottom:15px!important;max-width:100%!important;min-width:400px!important}.sbi-feed-block-cta-selector span{color:#2c324c!important}.sbi-feed-block-cta-selector span a:after{color:#2c324c!important;margin-left:2px!important;font-weight:400!important;text-decoration-color:#fff!important}.sbi-feed-block-cta-selector span a:first-of-type:after{content:','!important}.sbi-feed-block-cta-selector span a:nth-of-type(2):after{content:'or'!important;margin-left:5px!important;margin-right:2px!important}.et-db #et-boc .et-l .et-fb-modules-list ul>li.sb_facebook_feed::before,.et-db #et-boc .et-l .et-fb-modules-list ul>li.sb_instagram_feed::before,.et-db #et-boc .et-l .et-fb-modules-list ul>li.sb_twitter_feed::before,.et-db #et-boc .et-l .et-fb-modules-list ul>li.sb_youtube_feed::before{content:''!important;height:16px!important;font-variant:normal!important;background-position:center center!important;background-repeat:no-repeat!important}.et-db #et-boc .et-l .et-fb-modules-list ul>li.sb_facebook_feed::before{background-image:url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 29 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.9056 18.109H13.4056V17.609H12.9056V18.109ZM9.79722 18.109H9.29722V18.609H9.79722V18.109ZM9.79722 14.5601V14.0601H9.29722V14.5601H9.79722ZM12.9056 14.5601V15.0601H13.4056V14.5601H12.9056ZM20.2604 7.32764H20.7604V6.90407L20.3426 6.83444L20.2604 7.32764ZM20.2604 10.3503V10.8503H20.7604V10.3503H20.2604ZM16.7237 14.5601H16.2237V15.0601H16.7237V14.5601ZM20.1258 14.5601L20.6199 14.6367L20.7094 14.0601H20.1258V14.5601ZM19.5751 18.109V18.609H20.0035L20.0692 18.1857L19.5751 18.109ZM16.7237 18.109V17.609H16.2237V18.109H16.7237ZM27.0523 14.5601H26.5523L26.5523 14.5612L27.0523 14.5601ZM17.0803 26.6136L16.9877 26.1222L17.0803 26.6136ZM12.5489 26.6139L12.6411 26.1225L12.5489 26.6139ZM14.8147 1.79797C7.80749 1.79797 2.07703 7.51685 2.07703 14.5601H3.07703C3.07703 8.06849 8.36042 2.79797 14.8147 2.79797V1.79797ZM2.07703 14.5601C2.07703 20.7981 6.54984 25.9974 12.4567 27.1053L12.6411 26.1225C7.19999 25.1019 3.07703 20.3097 3.07703 14.5601H2.07703ZM13.4056 26.3139V18.109H12.4056V26.3139H13.4056ZM12.9056 17.609H9.79722V18.609H12.9056V17.609ZM10.2972 18.109V14.5601H9.29722V18.109H10.2972ZM9.79722 15.0601H12.9056V14.0601H9.79722V15.0601ZM13.4056 14.5601V11.8556H12.4056V14.5601H13.4056ZM13.4056 11.8556C13.4056 10.4191 13.8299 9.36825 14.5211 8.67703C15.2129 7.98525 16.2305 7.59512 17.5314 7.59512V6.59512C16.0299 6.59512 14.7346 7.04939 13.814 7.96992C12.893 8.891 12.4056 10.2204 12.4056 11.8556H13.4056ZM17.5314 7.59512C18.1724 7.59512 18.8342 7.65119 19.3401 7.70823C19.592 7.73664 19.8029 7.76502 19.9504 7.78622C20.0241 7.79681 20.0818 7.8056 20.1208 7.81167C20.1402 7.81471 20.155 7.81706 20.1647 7.81863C20.1695 7.81941 20.1731 7.82 20.1754 7.82037C20.1765 7.82056 20.1773 7.82069 20.1778 7.82077C20.178 7.82081 20.1782 7.82083 20.1782 7.82084C20.1783 7.82085 20.1783 7.82085 20.1783 7.82085C20.1783 7.82085 20.1783 7.82085 20.1783 7.82085C20.1782 7.82084 20.1782 7.82084 20.2604 7.32764C20.3426 6.83444 20.3426 6.83443 20.3425 6.83443C20.3425 6.83442 20.3424 6.83441 20.3424 6.83441C20.3423 6.83439 20.3422 6.83437 20.342 6.83435C20.3418 6.8343 20.3414 6.83425 20.341 6.83417C20.3401 6.83403 20.3389 6.83383 20.3373 6.83357C20.3342 6.83307 20.3298 6.83234 20.3241 6.83142C20.3127 6.82958 20.2962 6.82695 20.2749 6.82362C20.2323 6.81698 20.1707 6.8076 20.0927 6.7964C19.9369 6.774 19.7157 6.74425 19.4521 6.71453C18.927 6.65532 18.2243 6.59512 17.5314 6.59512V7.59512ZM19.7604 7.32764V10.3503H20.7604V7.32764H19.7604ZM20.2604 9.85033H18.7185V10.8503H20.2604V9.85033ZM18.7185 9.85033C17.851 9.85033 17.1997 10.1241 16.7742 10.6148C16.3604 11.0922 16.2237 11.7025 16.2237 12.2594H17.2237C17.2237 11.8495 17.3257 11.5053 17.5298 11.2699C17.7224 11.0477 18.0684 10.8503 18.7185 10.8503V9.85033ZM16.2237 12.2594V14.5601H17.2237V12.2594H16.2237ZM16.7237 15.0601H20.1258V14.0601H16.7237V15.0601ZM19.6317 14.4834L19.081 18.0323L20.0692 18.1857L20.6199 14.6367L19.6317 14.4834ZM19.5751 17.609H16.7237V18.609H19.5751V17.609ZM16.2237 18.109V26.3135H17.2237V18.109H16.2237ZM17.1728 27.105C20.0281 26.5671 22.618 25.068 24.5079 22.8512L23.7469 22.2025C22.0054 24.2452 19.6188 25.6266 16.9877 26.1222L17.1728 27.105ZM24.5079 22.8512C26.4793 20.5388 27.5591 17.5977 27.5523 14.559L26.5523 14.5612C26.5586 17.3614 25.5636 20.0715 23.7469 22.2025L24.5079 22.8512ZM27.5523 14.5601C27.5523 7.51685 21.8218 1.79797 14.8147 1.79797V2.79797C21.2689 2.79797 26.5523 8.06849 26.5523 14.5601H27.5523ZM16.2237 26.3135C16.2237 26.8064 16.6682 27.2 17.1728 27.105L16.9877 26.1222C17.119 26.0975 17.2237 26.2006 17.2237 26.3135H16.2237ZM12.4567 27.1053C12.9603 27.1998 13.4056 26.8073 13.4056 26.3139H12.4056C12.4056 26.2001 12.5107 26.098 12.6411 26.1225L12.4567 27.1053Z' fill='%232b87da' /%3E%3Cpath d='M12.9056 18.1088H13.4056V17.6088H12.9056V18.1088ZM9.79724 18.1088H9.29724V18.6088H9.79724V18.1088ZM9.79724 14.5599V14.0599H9.29724V14.5599H9.79724ZM12.9056 14.5599V15.0599H13.4056V14.5599H12.9056ZM20.2604 7.32749H20.7604V6.90392L20.3426 6.83429L20.2604 7.32749ZM20.2604 10.3502V10.8502H20.7604V10.3502H20.2604ZM16.7237 14.5599H16.2237V15.0599H16.7237V14.5599ZM20.1258 14.5599L20.6199 14.6366L20.7094 14.0599H20.1258V14.5599ZM19.5751 18.1088V18.6088H20.0035L20.0692 18.1855L19.5751 18.1088ZM16.7237 18.1088V17.6088H16.2237V18.1088H16.7237ZM13.4056 26.366V18.1088H12.4056V26.366H13.4056ZM12.9056 17.6088H9.79724V18.6088H12.9056V17.6088ZM10.2972 18.1088V14.5599H9.29724V18.1088H10.2972ZM9.79724 15.0599H12.9056V14.0599H9.79724V15.0599ZM13.4056 14.5599V11.8554H12.4056V14.5599H13.4056ZM13.4056 11.8554C13.4056 10.4189 13.8299 9.3681 14.5212 8.67688C15.2129 7.9851 16.2305 7.59497 17.5314 7.59497V6.59497C16.0299 6.59497 14.7346 7.04924 13.814 7.96977C12.893 8.89085 12.4056 10.2202 12.4056 11.8554H13.4056ZM17.5314 7.59497C18.1724 7.59497 18.8342 7.65103 19.3401 7.70808C19.592 7.73648 19.803 7.76487 19.9504 7.78607C20.0241 7.79666 20.0819 7.80545 20.1208 7.81152C20.1402 7.81455 20.155 7.81691 20.1647 7.81848C20.1695 7.81926 20.1731 7.81984 20.1754 7.82022C20.1765 7.8204 20.1773 7.82054 20.1778 7.82061C20.178 7.82065 20.1782 7.82068 20.1783 7.82069C20.1783 7.8207 20.1783 7.8207 20.1783 7.8207C20.1783 7.8207 20.1783 7.82069 20.1783 7.82069C20.1782 7.82069 20.1782 7.82068 20.2604 7.32749C20.3426 6.83429 20.3426 6.83428 20.3425 6.83427C20.3425 6.83427 20.3424 6.83426 20.3424 6.83425C20.3423 6.83424 20.3422 6.83422 20.3421 6.8342C20.3418 6.83415 20.3414 6.83409 20.341 6.83402C20.3401 6.83387 20.3389 6.83367 20.3374 6.83342C20.3343 6.83291 20.3298 6.83219 20.3241 6.83127C20.3127 6.82943 20.2962 6.82679 20.2749 6.82347C20.2324 6.81683 20.1707 6.80745 20.0927 6.79624C19.9369 6.77385 19.7158 6.7441 19.4522 6.71438C18.927 6.65516 18.2244 6.59497 17.5314 6.59497V7.59497ZM19.7604 7.32749V10.3502H20.7604V7.32749H19.7604ZM20.2604 9.85018H18.7185V10.8502H20.2604V9.85018ZM18.7185 9.85018C17.8511 9.85018 17.1997 10.1239 16.7743 10.6146C16.3604 11.092 16.2237 11.7024 16.2237 12.2592H17.2237C17.2237 11.8493 17.3257 11.5052 17.5298 11.2697C17.7224 11.0476 18.0684 10.8502 18.7185 10.8502V9.85018ZM16.2237 12.2592V14.5599H17.2237V12.2592H16.2237ZM16.7237 15.0599H20.1258V14.0599H16.7237V15.0599ZM19.6317 14.4833L19.081 18.0322L20.0692 18.1855L20.6199 14.6366L19.6317 14.4833ZM19.5751 17.6088H16.7237V18.6088H19.5751V17.6088ZM16.2237 18.1088V26.366H17.2237V18.1088H16.2237ZM16.4146 26.1752H13.2148V27.1752H16.4146V26.1752ZM16.2237 26.366C16.2237 26.2606 16.3092 26.1752 16.4146 26.1752V27.1752C16.8615 27.1752 17.2237 26.8129 17.2237 26.366H16.2237ZM12.4056 26.366C12.4056 26.8129 12.7679 27.1752 13.2148 27.1752V26.1752C13.3202 26.1752 13.4056 26.2606 13.4056 26.366H12.4056Z' fill='%232b87da'/%3E%3C/svg%3E%0A")}.et-db #et-boc .et-l .et-fb-modules-list ul>li.sb_instagram_feed::before{background-image:url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='1' y='1' width='22' height='22' rx='6' stroke='%232b87da' stroke-width='1.5'/%3E%3Ccircle cx='12' cy='12' r='5' stroke='%232b87da' stroke-width='1.5'/%3E%3Ccircle cx='18.5' cy='5.75' r='1.25' fill='%232b87da'/%3E%3C/svg%3E%0A")}.et-db #et-boc .et-l .et-fb-modules-list ul>li.sb_twitter_feed::before{background-image:url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 29 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M27.8762 6.78846C27.9345 6.7065 27.8465 6.60094 27.7536 6.63936C27.0263 6.93989 26.26 7.15757 25.4698 7.29241C25.3632 7.31061 25.3082 7.16347 25.3956 7.09969C26.2337 6.48801 26.8918 5.63649 27.2636 4.63802C27.2958 4.55162 27.2014 4.47574 27.1212 4.52123C26.1605 5.06618 25.1092 5.45524 24.0054 5.68842C23.971 5.69568 23.9354 5.68407 23.9113 5.65844C22.9264 4.60891 21.5545 4 19.9999 4C17.0624 4 14.6624 6.4 14.6624 9.3625C14.6624 9.74071 14.702 10.109 14.7724 10.4586C14.7855 10.5235 14.7342 10.5842 14.6681 10.5803C10.3227 10.3231 6.45216 8.2421 3.84135 5.09864C3.79681 5.04501 3.71241 5.0515 3.67879 5.11257C3.26061 5.8722 3.02493 6.75115 3.02493 7.675C3.02493 9.41548 3.84362 10.9704 5.13417 11.9317C5.2141 11.9913 5.17327 12.12 5.07385 12.1129C4.32811 12.0597 3.63173 11.835 3.00827 11.5171C2.99303 11.5094 2.97493 11.5204 2.97493 11.5375V11.5375C2.97493 13.9896 4.6205 16.0638 6.86301 16.7007C6.96452 16.7295 6.96588 16.8757 6.86218 16.8953C6.25772 17.0096 5.63724 17.0173 5.0289 16.9176C4.95384 16.9052 4.89095 16.9762 4.91633 17.0479C5.26967 18.0466 5.91213 18.9192 6.7637 19.5537C7.58576 20.1661 8.56481 20.5283 9.58351 20.6001C9.67715 20.6067 9.71634 20.7266 9.64124 20.7829C7.78574 22.1744 5.52424 22.9237 3.19993 22.9125C2.91864 22.9125 2.63736 22.9015 2.35608 22.8796C2.25034 22.8714 2.20189 23.0116 2.29272 23.0664C4.58933 24.4509 7.27959 25.25 10.1499 25.25C19.9999 25.25 25.4124 17.075 25.4124 9.9875C25.4124 9.76833 25.4124 9.5598 25.4026 9.34228C25.4011 9.30815 25.4168 9.27551 25.4445 9.2555C26.3819 8.57814 27.1984 7.74079 27.8762 6.78846Z' stroke='%232b87da' stroke-width='1.25' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.et-db #et-boc .et-l .et-fb-modules-list ul>li.sb_youtube_feed::before{background-image:url("data:image/svg+xml,%3Csvg width='27' height='20' viewBox='0 0 27 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 13.3267C11 13.4037 11.0834 13.4518 11.15 13.4133L17.3377 9.83658C17.4043 9.79808 17.4043 9.70192 17.3377 9.66342L11.15 6.08673C11.0834 6.0482 11 6.0963 11 6.17331V13.3267ZM25.45 3.7125C25.6125 4.3 25.725 5.0875 25.8 6.0875C25.8875 7.0875 25.925 7.95 25.925 8.7L26 9.75C26 12.4875 25.8 14.5 25.45 15.7875C25.1375 16.9125 24.4125 17.6375 23.2875 17.95C22.7 18.1125 21.625 18.225 19.975 18.3C18.35 18.3875 16.8625 18.425 15.4875 18.425L13.5 18.5C8.2625 18.5 5 18.3 3.7125 17.95C2.5875 17.6375 1.8625 16.9125 1.55 15.7875C1.3875 15.2 1.275 14.4125 1.2 13.4125C1.1125 12.4125 1.075 11.55 1.075 10.8L1 9.75C1 7.0125 1.2 5 1.55 3.7125C1.8625 2.5875 2.5875 1.8625 3.7125 1.55C4.3 1.3875 5.375 1.275 7.025 1.2C8.65 1.1125 10.1375 1.075 11.5125 1.075L13.5 1C18.7375 1 22 1.2 23.2875 1.55C24.4125 1.8625 25.1375 2.5875 25.45 3.7125Z' stroke='%232b87da' stroke-width='1.25' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.et-db #et-boc .et-l .et_pb_module .sbi_follow_btn a{border:none;color:#fff;font-size:13px;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.et-db #et-boc .et-l .et_pb_module .sbi-feed-block-cta-btn:after,.et-db #et-boc .et-l .et_pb_module .sbi-feed-block-cta-btn:before{top:10px!important}[class*=" dripicons-"]:before,[class^=dripicons-]:before,[data-icon]:before{font-family:dripicons-v2!important;font-style:normal!important;font-weight:400!important;font-variant:normal!important;text-transform:none!important;speak:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@font-face{font-family:dripicons-v2;src:url(https://arepo.pt/wp-content/plugins/zermatt-core/inc/icons/dripicons/assets/css/..//fonts/dripicons-v2.eot);src:url(https://arepo.pt/wp-content/plugins/zermatt-core/inc/icons/dripicons/assets/css/..//fonts/dripicons-v2.eot#1774930603) format("embedded-opentype"),url(https://arepo.pt/wp-content/plugins/zermatt-core/inc/icons/dripicons/assets/css/..//fonts/dripicons-v2.woff) format("woff"),url(https://arepo.pt/wp-content/plugins/zermatt-core/inc/icons/dripicons/assets/css/..//fonts/dripicons-v2.ttf) format("truetype"),url(https://arepo.pt/wp-content/plugins/zermatt-core/inc/icons/dripicons/assets/css/..//fonts/dripicons-v2.svg#dripicons-v2) format("svg");font-weight:400;font-style:normal}[data-icon]:before{content:attr(data-icon)}.dripicons-alarm:before{content:"\61"}.dripicons-align-center:before{content:"\62"}.dripicons-align-justify:before{content:"\63"}.dripicons-align-left:before{content:"\64"}.dripicons-align-right:before{content:"\65"}.dripicons-anchor:before{content:"\66"}.dripicons-archive:before{content:"\67"}.dripicons-arrow-down:before{content:"\68"}.dripicons-arrow-left:before{content:"\69"}.dripicons-arrow-right:before{content:"\6a"}.dripicons-arrow-thin-down:before{content:"\6b"}.dripicons-arrow-thin-left:before{content:"\6c"}.dripicons-arrow-thin-right:before{content:"\6d"}.dripicons-arrow-thin-up:before{content:"\6e"}.dripicons-arrow-up:before{content:"\6f"}.dripicons-article:before{content:"\70"}.dripicons-backspace:before{content:"\71"}.dripicons-basket:before{content:"\72"}.dripicons-basketball:before{content:"\73"}.dripicons-battery-empty:before{content:"\74"}.dripicons-battery-full:before{content:"\75"}.dripicons-battery-low:before{content:"\76"}.dripicons-battery-medium:before{content:"\77"}.dripicons-bell:before{content:"\78"}.dripicons-blog:before{content:"\79"}.dripicons-bluetooth:before{content:"\7a"}.dripicons-bold:before{content:"\41"}.dripicons-bookmark:before{content:"\42"}.dripicons-bookmarks:before{content:"\43"}.dripicons-box:before{content:"\44"}.dripicons-briefcase:before{content:"\45"}.dripicons-brightness-low:before{content:"\46"}.dripicons-brightness-max:before{content:"\47"}.dripicons-brightness-medium:before{content:"\48"}.dripicons-broadcast:before{content:"\49"}.dripicons-browser:before{content:"\4a"}.dripicons-browser-upload:before{content:"\4b"}.dripicons-brush:before{content:"\4c"}.dripicons-calendar:before{content:"\4d"}.dripicons-camcorder:before{content:"\4e"}.dripicons-camera:before{content:"\4f"}.dripicons-card:before{content:"\50"}.dripicons-cart:before{content:"\51"}.dripicons-checklist:before{content:"\52"}.dripicons-checkmark:before{content:"\53"}.dripicons-chevron-down:before{content:"\54"}.dripicons-chevron-left:before{content:"\55"}.dripicons-chevron-right:before{content:"\56"}.dripicons-chevron-up:before{content:"\57"}.dripicons-clipboard:before{content:"\58"}.dripicons-clock:before{content:"\59"}.dripicons-clockwise:before{content:"\5a"}.dripicons-cloud:before{content:"\30"}.dripicons-cloud-download:before{content:"\31"}.dripicons-cloud-upload:before{content:"\32"}.dripicons-code:before{content:"\33"}.dripicons-contract:before{content:"\34"}.dripicons-contract-2:before{content:"\35"}.dripicons-conversation:before{content:"\36"}.dripicons-copy:before{content:"\37"}.dripicons-crop:before{content:"\38"}.dripicons-cross:before{content:"\39"}.dripicons-crosshair:before{content:"\21"}.dripicons-cutlery:before{content:"\22"}.dripicons-device-desktop:before{content:"\23"}.dripicons-device-mobile:before{content:"\24"}.dripicons-device-tablet:before{content:"\25"}.dripicons-direction:before{content:"\26"}.dripicons-disc:before{content:"\27"}.dripicons-document:before{content:"\28"}.dripicons-document-delete:before{content:"\29"}.dripicons-document-edit:before{content:"\2a"}.dripicons-document-new:before{content:"\2b"}.dripicons-document-remove:before{content:"\2c"}.dripicons-dot:before{content:"\2d"}.dripicons-dots-2:before{content:"\2e"}.dripicons-dots-3:before{content:"\2f"}.dripicons-download:before{content:"\3a"}.dripicons-duplicate:before{content:"\3b"}.dripicons-enter:before{content:"\3c"}.dripicons-exit:before{content:"\3d"}.dripicons-expand:before{content:"\3e"}.dripicons-expand-2:before{content:"\3f"}.dripicons-experiment:before{content:"\40"}.dripicons-export:before{content:"\5b"}.dripicons-feed:before{content:"\5d"}.dripicons-flag:before{content:"\5e"}.dripicons-flashlight:before{content:"\5f"}.dripicons-folder:before{content:"\60"}.dripicons-folder-open:before{content:"\7b"}.dripicons-forward:before{content:"\7c"}.dripicons-gaming:before{content:"\7d"}.dripicons-gear:before{content:"\7e"}.dripicons-graduation:before{content:"\5c"}.dripicons-graph-bar:before{content:"\e000"}.dripicons-graph-line:before{content:"\e001"}.dripicons-graph-pie:before{content:"\e002"}.dripicons-headset:before{content:"\e003"}.dripicons-heart:before{content:"\e004"}.dripicons-help:before{content:"\e005"}.dripicons-home:before{content:"\e006"}.dripicons-hourglass:before{content:"\e007"}.dripicons-inbox:before{content:"\e008"}.dripicons-information:before{content:"\e009"}.dripicons-italic:before{content:"\e00a"}.dripicons-jewel:before{content:"\e00b"}.dripicons-lifting:before{content:"\e00c"}.dripicons-lightbulb:before{content:"\e00d"}.dripicons-link:before{content:"\e00e"}.dripicons-link-broken:before{content:"\e00f"}.dripicons-list:before{content:"\e010"}.dripicons-loading:before{content:"\e011"}.dripicons-location:before{content:"\e012"}.dripicons-lock:before{content:"\e013"}.dripicons-lock-open:before{content:"\e014"}.dripicons-mail:before{content:"\e015"}.dripicons-map:before{content:"\e016"}.dripicons-media-loop:before{content:"\e017"}.dripicons-media-next:before{content:"\e018"}.dripicons-media-pause:before{content:"\e019"}.dripicons-media-play:before{content:"\e01a"}.dripicons-media-previous:before{content:"\e01b"}.dripicons-media-record:before{content:"\e01c"}.dripicons-media-shuffle:before{content:"\e01d"}.dripicons-media-stop:before{content:"\e01e"}.dripicons-medical:before{content:"\e01f"}.dripicons-menu:before{content:"\e020"}.dripicons-message:before{content:"\e021"}.dripicons-meter:before{content:"\e022"}.dripicons-microphone:before{content:"\e023"}.dripicons-minus:before{content:"\e024"}.dripicons-monitor:before{content:"\e025"}.dripicons-move:before{content:"\e026"}.dripicons-music:before{content:"\e027"}.dripicons-network-1:before{content:"\e028"}.dripicons-network-2:before{content:"\e029"}.dripicons-network-3:before{content:"\e02a"}.dripicons-network-4:before{content:"\e02b"}.dripicons-network-5:before{content:"\e02c"}.dripicons-pamphlet:before{content:"\e02d"}.dripicons-paperclip:before{content:"\e02e"}.dripicons-pencil:before{content:"\e02f"}.dripicons-phone:before{content:"\e030"}.dripicons-photo:before{content:"\e031"}.dripicons-photo-group:before{content:"\e032"}.dripicons-pill:before{content:"\e033"}.dripicons-pin:before{content:"\e034"}.dripicons-plus:before{content:"\e035"}.dripicons-power:before{content:"\e036"}.dripicons-preview:before{content:"\e037"}.dripicons-print:before{content:"\e038"}.dripicons-pulse:before{content:"\e039"}.dripicons-question:before{content:"\e03a"}.dripicons-reply:before{content:"\e03b"}.dripicons-reply-all:before{content:"\e03c"}.dripicons-return:before{content:"\e03d"}.dripicons-retweet:before{content:"\e03e"}.dripicons-rocket:before{content:"\e03f"}.dripicons-scale:before{content:"\e040"}.dripicons-search:before{content:"\e041"}.dripicons-shopping-bag:before{content:"\e042"}.dripicons-skip:before{content:"\e043"}.dripicons-stack:before{content:"\e044"}.dripicons-star:before{content:"\e045"}.dripicons-stopwatch:before{content:"\e046"}.dripicons-store:before{content:"\e047"}.dripicons-suitcase:before{content:"\e048"}.dripicons-swap:before{content:"\e049"}.dripicons-tag:before{content:"\e04a"}.dripicons-tag-delete:before{content:"\e04b"}.dripicons-tags:before{content:"\e04c"}.dripicons-thumbs-down:before{content:"\e04d"}.dripicons-thumbs-up:before{content:"\e04e"}.dripicons-ticket:before{content:"\e04f"}.dripicons-time-reverse:before{content:"\e050"}.dripicons-to-do:before{content:"\e051"}.dripicons-toggles:before{content:"\e052"}.dripicons-trash:before{content:"\e053"}.dripicons-trophy:before{content:"\e054"}.dripicons-upload:before{content:"\e055"}.dripicons-user:before{content:"\e056"}.dripicons-user-group:before{content:"\e057"}.dripicons-user-id:before{content:"\e058"}.dripicons-vibrate:before{content:"\e059"}.dripicons-view-apps:before{content:"\e05a"}.dripicons-view-list:before{content:"\e05b"}.dripicons-view-list-large:before{content:"\e05c"}.dripicons-view-thumb:before{content:"\e05d"}.dripicons-volume-full:before{content:"\e05e"}.dripicons-volume-low:before{content:"\e05f"}.dripicons-volume-medium:before{content:"\e060"}.dripicons-volume-off:before{content:"\e061"}.dripicons-wallet:before{content:"\e062"}.dripicons-warning:before{content:"\e063"}.dripicons-web:before{content:"\e064"}.dripicons-weight:before{content:"\e065"}.dripicons-wifi:before{content:"\e066"}.dripicons-wrong:before{content:"\e067"}.dripicons-zoom-in:before{content:"\e068"}.dripicons-zoom-out:before{content:"\e069"}@font-face{font-family:'ElegantIcons';src:url(https://arepo.pt/wp-content/plugins/zermatt-core/inc/icons/elegant-icons/assets/css/../fonts/ElegantIcons.eot);src:url(https://arepo.pt/wp-content/plugins/zermatt-core/inc/icons/elegant-icons/assets/css/../fonts/ElegantIcons.eot#1774930603) format('embedded-opentype'),url(https://arepo.pt/wp-content/plugins/zermatt-core/inc/icons/elegant-icons/assets/css/../fonts/ElegantIcons.woff) format('woff'),url(https://arepo.pt/wp-content/plugins/zermatt-core/inc/icons/elegant-icons/assets/css/../fonts/ElegantIcons.ttf) format('truetype'),url(https://arepo.pt/wp-content/plugins/zermatt-core/inc/icons/elegant-icons/assets/css/../fonts/ElegantIcons.svg#ElegantIcons) format('svg');font-weight:normal;font-style:normal}[data-icon]:before{font-family:'ElegantIcons';content:attr(data-icon);speak:none;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}  .arrow_up,.arrow_down,.arrow_left,.arrow_right,.arrow_left-up,.arrow_right-up,.arrow_right-down,.arrow_left-down,.arrow-up-down,.arrow_up-down_alt,.arrow_left-right_alt,.arrow_left-right,.arrow_expand_alt2,.arrow_expand_alt,.arrow_condense,.arrow_expand,.arrow_move,.arrow_carrot-up,.arrow_carrot-down,.arrow_carrot-left,.arrow_carrot-right,.arrow_carrot-2up,.arrow_carrot-2down,.arrow_carrot-2left,.arrow_carrot-2right,.arrow_carrot-up_alt2,.arrow_carrot-down_alt2,.arrow_carrot-left_alt2,.arrow_carrot-right_alt2,.arrow_carrot-2up_alt2,.arrow_carrot-2down_alt2,.arrow_carrot-2left_alt2,.arrow_carrot-2right_alt2,.arrow_triangle-up,.arrow_triangle-down,.arrow_triangle-left,.arrow_triangle-right,.arrow_triangle-up_alt2,.arrow_triangle-down_alt2,.arrow_triangle-left_alt2,.arrow_triangle-right_alt2,.arrow_back,.icon_minus-06,.icon_plus,.icon_close,.icon_check,.icon_minus_alt2,.icon_plus_alt2,.icon_close_alt2,.icon_check_alt2,.icon_zoom-out_alt,.icon_zoom-in_alt,.icon_search,.icon_box-empty,.icon_box-selected,.icon_minus-box,.icon_plus-box,.icon_box-checked,.icon_circle-empty,.icon_circle-slelected,.icon_stop_alt2,.icon_stop,.icon_pause_alt2,.icon_pause,.icon_menu,.icon_menu-square_alt2,.icon_menu-circle_alt2,.icon_ul,.icon_ol,.icon_adjust-horiz,.icon_adjust-vert,.icon_document_alt,.icon_documents_alt,.icon_pencil,.icon_pencil-edit_alt,.icon_pencil-edit,.icon_folder-alt,.icon_folder-open_alt,.icon_folder-add_alt,.icon_info_alt,.icon_error-oct_alt,.icon_error-circle_alt,.icon_error-triangle_alt,.icon_question_alt2,.icon_question,.icon_comment_alt,.icon_chat_alt,.icon_vol-mute_alt,.icon_volume-low_alt,.icon_volume-high_alt,.icon_quotations,.icon_quotations_alt2,.icon_clock_alt,.icon_lock_alt,.icon_lock-open_alt,.icon_key_alt,.icon_cloud_alt,.icon_cloud-upload_alt,.icon_cloud-download_alt,.icon_image,.icon_images,.icon_lightbulb_alt,.icon_gift_alt,.icon_house_alt,.icon_genius,.icon_mobile,.icon_tablet,.icon_laptop,.icon_desktop,.icon_camera_alt,.icon_mail_alt,.icon_cone_alt,.icon_ribbon_alt,.icon_bag_alt,.icon_creditcard,.icon_cart_alt,.icon_paperclip,.icon_tag_alt,.icon_tags_alt,.icon_trash_alt,.icon_cursor_alt,.icon_mic_alt,.icon_compass_alt,.icon_pin_alt,.icon_pushpin_alt,.icon_map_alt,.icon_drawer_alt,.icon_toolbox_alt,.icon_book_alt,.icon_calendar,.icon_film,.icon_table,.icon_contacts_alt,.icon_headphones,.icon_lifesaver,.icon_piechart,.icon_refresh,.icon_link_alt,.icon_link,.icon_loading,.icon_blocked,.icon_archive_alt,.icon_heart_alt,.icon_star_alt,.icon_star-half_alt,.icon_star,.icon_star-half,.icon_tools,.icon_tool,.icon_cog,.icon_cogs,.arrow_up_alt,.arrow_down_alt,.arrow_left_alt,.arrow_right_alt,.arrow_left-up_alt,.arrow_right-up_alt,.arrow_right-down_alt,.arrow_left-down_alt,.arrow_condense_alt,.arrow_expand_alt3,.arrow_carrot_up_alt,.arrow_carrot-down_alt,.arrow_carrot-left_alt,.arrow_carrot-right_alt,.arrow_carrot-2up_alt,.arrow_carrot-2dwnn_alt,.arrow_carrot-2left_alt,.arrow_carrot-2right_alt,.arrow_triangle-up_alt,.arrow_triangle-down_alt,.arrow_triangle-left_alt,.arrow_triangle-right_alt,.icon_minus_alt,.icon_plus_alt,.icon_close_alt,.icon_check_alt,.icon_zoom-out,.icon_zoom-in,.icon_stop_alt,.icon_menu-square_alt,.icon_menu-circle_alt,.icon_document,.icon_documents,.icon_pencil_alt,.icon_folder,.icon_folder-open,.icon_folder-add,.icon_folder_upload,.icon_folder_download,.icon_info,.icon_error-circle,.icon_error-oct,.icon_error-triangle,.icon_question_alt,.icon_comment,.icon_chat,.icon_vol-mute,.icon_volume-low,.icon_volume-high,.icon_quotations_alt,.icon_clock,.icon_lock,.icon_lock-open,.icon_key,.icon_cloud,.icon_cloud-upload,.icon_cloud-download,.icon_lightbulb,.icon_gift,.icon_house,.icon_camera,.icon_mail,.icon_cone,.icon_ribbon,.icon_bag,.icon_cart,.icon_tag,.icon_tags,.icon_trash,.icon_cursor,.icon_mic,.icon_compass,.icon_pin,.icon_pushpin,.icon_map,.icon_drawer,.icon_toolbox,.icon_book,.icon_contacts,.icon_archive,.icon_heart,.icon_profile,.icon_group,.icon_grid-2x2,.icon_grid-3x3,.icon_music,.icon_pause_alt,.icon_phone,.icon_upload,.icon_download,.social_facebook,.social_twitter,.social_pinterest,.social_googleplus,.social_tumblr,.social_tumbleupon,.social_wordpress,.social_instagram,.social_dribbble,.social_vimeo,.social_linkedin,.social_rss,.social_deviantart,.social_share,.social_myspace,.social_skype,.social_youtube,.social_picassa,.social_googledrive,.social_flickr,.social_blogger,.social_spotify,.social_delicious,.social_facebook_circle,.social_twitter_circle,.social_pinterest_circle,.social_googleplus_circle,.social_tumblr_circle,.social_stumbleupon_circle,.social_wordpress_circle,.social_instagram_circle,.social_dribbble_circle,.social_vimeo_circle,.social_linkedin_circle,.social_rss_circle,.social_deviantart_circle,.social_share_circle,.social_myspace_circle,.social_skype_circle,.social_youtube_circle,.social_picassa_circle,.social_googledrive_alt2,.social_flickr_circle,.social_blogger_circle,.social_spotify_circle,.social_delicious_circle,.social_facebook_square,.social_twitter_square,.social_pinterest_square,.social_googleplus_square,.social_tumblr_square,.social_stumbleupon_square,.social_wordpress_square,.social_instagram_square,.social_dribbble_square,.social_vimeo_square,.social_linkedin_square,.social_rss_square,.social_deviantart_square,.social_share_square,.social_myspace_square,.social_skype_square,.social_youtube_square,.social_picassa_square,.social_googledrive_square,.social_flickr_square,.social_blogger_square,.social_spotify_square,.social_delicious_square,.icon_printer,.icon_calulator,.icon_building,.icon_floppy,.icon_drive,.icon_search-2,.icon_id,.icon_id-2,.icon_puzzle,.icon_like,.icon_dislike,.icon_mug,.icon_currency,.icon_wallet,.icon_pens,.icon_easel,.icon_flowchart,.icon_datareport,.icon_briefcase,.icon_shield,.icon_percent,.icon_globe,.icon_globe-2,.icon_target,.icon_hourglass,.icon_balance,.icon_rook,.icon_printer-alt,.icon_calculator_alt,.icon_building_alt,.icon_floppy_alt,.icon_drive_alt,.icon_search_alt,.icon_id_alt,.icon_id-2_alt,.icon_puzzle_alt,.icon_like_alt,.icon_dislike_alt,.icon_mug_alt,.icon_currency_alt,.icon_wallet_alt,.icon_pens_alt,.icon_easel_alt,.icon_flowchart_alt,.icon_datareport_alt,.icon_briefcase_alt,.icon_shield_alt,.icon_percent_alt,.icon_globe_alt,.icon_clipboard{font-family:'ElegantIcons';speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased}  .arrow_up:before{content:"\21"}  .arrow_down:before{content:"\22"}  .arrow_left:before{content:"\23"}  .arrow_right:before{content:"\24"}  .arrow_left-up:before{content:"\25"}  .arrow_right-up:before{content:"\26"}  .arrow_right-down:before{content:"\27"}  .arrow_left-down:before{content:"\28"}  .arrow-up-down:before{content:"\29"}  .arrow_up-down_alt:before{content:"\2a"}  .arrow_left-right_alt:before{content:"\2b"}  .arrow_left-right:before{content:"\2c"}  .arrow_expand_alt2:before{content:"\2d"}  .arrow_expand_alt:before{content:"\2e"}  .arrow_condense:before{content:"\2f"}  .arrow_expand:before{content:"\30"}  .arrow_move:before{content:"\31"}  .arrow_carrot-up:before{content:"\32"}  .arrow_carrot-down:before{content:"\33"}  .arrow_carrot-left:before{content:"\34"}  .arrow_carrot-right:before{content:"\35"}  .arrow_carrot-2up:before{content:"\36"}  .arrow_carrot-2down:before{content:"\37"}  .arrow_carrot-2left:before{content:"\38"}  .arrow_carrot-2right:before{content:"\39"}  .arrow_carrot-up_alt2:before{content:"\3a"}  .arrow_carrot-down_alt2:before{content:"\3b"}  .arrow_carrot-left_alt2:before{content:"\3c"}  .arrow_carrot-right_alt2:before{content:"\3d"}  .arrow_carrot-2up_alt2:before{content:"\3e"}  .arrow_carrot-2down_alt2:before{content:"\3f"}  .arrow_carrot-2left_alt2:before{content:"\40"}  .arrow_carrot-2right_alt2:before{content:"\41"}  .arrow_triangle-up:before{content:"\42"}  .arrow_triangle-down:before{content:"\43"}  .arrow_triangle-left:before{content:"\44"}  .arrow_triangle-right:before{content:"\45"}  .arrow_triangle-up_alt2:before{content:"\46"}  .arrow_triangle-down_alt2:before{content:"\47"}  .arrow_triangle-left_alt2:before{content:"\48"}  .arrow_triangle-right_alt2:before{content:"\49"}  .arrow_back:before{content:"\4a"}  .icon_minus-06:before{content:"\4b"}  .icon_plus:before{content:"\4c"}  .icon_close:before{content:"\4d"}  .icon_check:before{content:"\4e"}  .icon_minus_alt2:before{content:"\4f"}  .icon_plus_alt2:before{content:"\50"}  .icon_close_alt2:before{content:"\51"}  .icon_check_alt2:before{content:"\52"}  .icon_zoom-out_alt:before{content:"\53"}  .icon_zoom-in_alt:before{content:"\54"}  .icon_search:before{content:"\55"}  .icon_box-empty:before{content:"\56"}  .icon_box-selected:before{content:"\57"}  .icon_minus-box:before{content:"\58"}  .icon_plus-box:before{content:"\59"}  .icon_box-checked:before{content:"\5a"}  .icon_circle-empty:before{content:"\5b"}  .icon_circle-slelected:before{content:"\5c"}  .icon_stop_alt2:before{content:"\5d"}  .icon_stop:before{content:"\5e"}  .icon_pause_alt2:before{content:"\5f"}  .icon_pause:before{content:"\60"}  .icon_menu:before{content:"\61"}  .icon_menu-square_alt2:before{content:"\62"}  .icon_menu-circle_alt2:before{content:"\63"}  .icon_ul:before{content:"\64"}  .icon_ol:before{content:"\65"}  .icon_adjust-horiz:before{content:"\66"}  .icon_adjust-vert:before{content:"\67"}  .icon_document_alt:before{content:"\68"}  .icon_documents_alt:before{content:"\69"}  .icon_pencil:before{content:"\6a"}  .icon_pencil-edit_alt:before{content:"\6b"}  .icon_pencil-edit:before{content:"\6c"}  .icon_folder-alt:before{content:"\6d"}  .icon_folder-open_alt:before{content:"\6e"}  .icon_folder-add_alt:before{content:"\6f"}  .icon_info_alt:before{content:"\70"}  .icon_error-oct_alt:before{content:"\71"}  .icon_error-circle_alt:before{content:"\72"}  .icon_error-triangle_alt:before{content:"\73"}  .icon_question_alt2:before{content:"\74"}  .icon_question:before{content:"\75"}  .icon_comment_alt:before{content:"\76"}  .icon_chat_alt:before{content:"\77"}  .icon_vol-mute_alt:before{content:"\78"}  .icon_volume-low_alt:before{content:"\79"}  .icon_volume-high_alt:before{content:"\7a"}  .icon_quotations:before{content:"\7b"}  .icon_quotations_alt2:before{content:"\7c"}  .icon_clock_alt:before{content:"\7d"}  .icon_lock_alt:before{content:"\7e"}  .icon_lock-open_alt:before{content:"\e000"}  .icon_key_alt:before{content:"\e001"}  .icon_cloud_alt:before{content:"\e002"}  .icon_cloud-upload_alt:before{content:"\e003"}  .icon_cloud-download_alt:before{content:"\e004"}  .icon_image:before{content:"\e005"}  .icon_images:before{content:"\e006"}  .icon_lightbulb_alt:before{content:"\e007"}  .icon_gift_alt:before{content:"\e008"}  .icon_house_alt:before{content:"\e009"}  .icon_genius:before{content:"\e00a"}  .icon_mobile:before{content:"\e00b"}  .icon_tablet:before{content:"\e00c"}  .icon_laptop:before{content:"\e00d"}  .icon_desktop:before{content:"\e00e"}  .icon_camera_alt:before{content:"\e00f"}  .icon_mail_alt:before{content:"\e010"}  .icon_cone_alt:before{content:"\e011"}  .icon_ribbon_alt:before{content:"\e012"}  .icon_bag_alt:before{content:"\e013"}  .icon_creditcard:before{content:"\e014"}  .icon_cart_alt:before{content:"\e015"}  .icon_paperclip:before{content:"\e016"}  .icon_tag_alt:before{content:"\e017"}  .icon_tags_alt:before{content:"\e018"}  .icon_trash_alt:before{content:"\e019"}  .icon_cursor_alt:before{content:"\e01a"}  .icon_mic_alt:before{content:"\e01b"}  .icon_compass_alt:before{content:"\e01c"}  .icon_pin_alt:before{content:"\e01d"}  .icon_pushpin_alt:before{content:"\e01e"}  .icon_map_alt:before{content:"\e01f"}  .icon_drawer_alt:before{content:"\e020"}  .icon_toolbox_alt:before{content:"\e021"}  .icon_book_alt:before{content:"\e022"}  .icon_calendar:before{content:"\e023"}  .icon_film:before{content:"\e024"}  .icon_table:before{content:"\e025"}  .icon_contacts_alt:before{content:"\e026"}  .icon_headphones:before{content:"\e027"}  .icon_lifesaver:before{content:"\e028"}  .icon_piechart:before{content:"\e029"}  .icon_refresh:before{content:"\e02a"}  .icon_link_alt:before{content:"\e02b"}  .icon_link:before{content:"\e02c"}  .icon_loading:before{content:"\e02d"}  .icon_blocked:before{content:"\e02e"}  .icon_archive_alt:before{content:"\e02f"}  .icon_heart_alt:before{content:"\e030"}  .icon_star_alt:before{content:"\e031"}  .icon_star-half_alt:before{content:"\e032"}  .icon_star:before{content:"\e033"}  .icon_star-half:before{content:"\e034"}  .icon_tools:before{content:"\e035"}  .icon_tool:before{content:"\e036"}  .icon_cog:before{content:"\e037"}  .icon_cogs:before{content:"\e038"}  .arrow_up_alt:before{content:"\e039"}  .arrow_down_alt:before{content:"\e03a"}  .arrow_left_alt:before{content:"\e03b"}  .arrow_right_alt:before{content:"\e03c"}  .arrow_left-up_alt:before{content:"\e03d"}  .arrow_right-up_alt:before{content:"\e03e"}  .arrow_right-down_alt:before{content:"\e03f"}  .arrow_left-down_alt:before{content:"\e040"}  .arrow_condense_alt:before{content:"\e041"}  .arrow_expand_alt3:before{content:"\e042"}  .arrow_carrot_up_alt:before{content:"\e043"}  .arrow_carrot-down_alt:before{content:"\e044"}  .arrow_carrot-left_alt:before{content:"\e045"}  .arrow_carrot-right_alt:before{content:"\e046"}  .arrow_carrot-2up_alt:before{content:"\e047"}  .arrow_carrot-2dwnn_alt:before{content:"\e048"}  .arrow_carrot-2left_alt:before{content:"\e049"}  .arrow_carrot-2right_alt:before{content:"\e04a"}  .arrow_triangle-up_alt:before{content:"\e04b"}  .arrow_triangle-down_alt:before{content:"\e04c"}  .arrow_triangle-left_alt:before{content:"\e04d"}  .arrow_triangle-right_alt:before{content:"\e04e"}  .icon_minus_alt:before{content:"\e04f"}  .icon_plus_alt:before{content:"\e050"}  .icon_close_alt:before{content:"\e051"}  .icon_check_alt:before{content:"\e052"}  .icon_zoom-out:before{content:"\e053"}  .icon_zoom-in:before{content:"\e054"}  .icon_stop_alt:before{content:"\e055"}  .icon_menu-square_alt:before{content:"\e056"}  .icon_menu-circle_alt:before{content:"\e057"}  .icon_document:before{content:"\e058"}  .icon_documents:before{content:"\e059"}  .icon_pencil_alt:before{content:"\e05a"}  .icon_folder:before{content:"\e05b"}  .icon_folder-open:before{content:"\e05c"}  .icon_folder-add:before{content:"\e05d"}  .icon_folder_upload:before{content:"\e05e"}  .icon_folder_download:before{content:"\e05f"}  .icon_info:before{content:"\e060"}  .icon_error-circle:before{content:"\e061"}  .icon_error-oct:before{content:"\e062"}  .icon_error-triangle:before{content:"\e063"}  .icon_question_alt:before{content:"\e064"}  .icon_comment:before{content:"\e065"}  .icon_chat:before{content:"\e066"}  .icon_vol-mute:before{content:"\e067"}  .icon_volume-low:before{content:"\e068"}  .icon_volume-high:before{content:"\e069"}  .icon_quotations_alt:before{content:"\e06a"}  .icon_clock:before{content:"\e06b"}  .icon_lock:before{content:"\e06c"}  .icon_lock-open:before{content:"\e06d"}  .icon_key:before{content:"\e06e"}  .icon_cloud:before{content:"\e06f"}  .icon_cloud-upload:before{content:"\e070"}  .icon_cloud-download:before{content:"\e071"}  .icon_lightbulb:before{content:"\e072"}  .icon_gift:before{content:"\e073"}  .icon_house:before{content:"\e074"}  .icon_camera:before{content:"\e075"}  .icon_mail:before{content:"\e076"}  .icon_cone:before{content:"\e077"}  .icon_ribbon:before{content:"\e078"}  .icon_bag:before{content:"\e079"}  .icon_cart:before{content:"\e07a"}  .icon_tag:before{content:"\e07b"}  .icon_tags:before{content:"\e07c"}  .icon_trash:before{content:"\e07d"}  .icon_cursor:before{content:"\e07e"}  .icon_mic:before{content:"\e07f"}  .icon_compass:before{content:"\e080"}  .icon_pin:before{content:"\e081"}  .icon_pushpin:before{content:"\e082"}  .icon_map:before{content:"\e083"}  .icon_drawer:before{content:"\e084"}  .icon_toolbox:before{content:"\e085"}  .icon_book:before{content:"\e086"}  .icon_contacts:before{content:"\e087"}  .icon_archive:before{content:"\e088"}  .icon_heart:before{content:"\e089"}  .icon_profile:before{content:"\e08a"}  .icon_group:before{content:"\e08b"}  .icon_grid-2x2:before{content:"\e08c"}  .icon_grid-3x3:before{content:"\e08d"}  .icon_music:before{content:"\e08e"}  .icon_pause_alt:before{content:"\e08f"}  .icon_phone:before{content:"\e090"}  .icon_upload:before{content:"\e091"}  .icon_download:before{content:"\e092"}  .social_facebook:before{content:"\e093"}  .social_twitter:before{content:"\e094"}  .social_pinterest:before{content:"\e095"}  .social_googleplus:before{content:"\e096"}  .social_tumblr:before{content:"\e097"}  .social_tumbleupon:before{content:"\e098"}  .social_wordpress:before{content:"\e099"}  .social_instagram:before{content:"\e09a"}  .social_dribbble:before{content:"\e09b"}  .social_vimeo:before{content:"\e09c"}  .social_linkedin:before{content:"\e09d"}  .social_rss:before{content:"\e09e"}  .social_deviantart:before{content:"\e09f"}  .social_share:before{content:"\e0a0"}  .social_myspace:before{content:"\e0a1"}  .social_skype:before{content:"\e0a2"}  .social_youtube:before{content:"\e0a3"}  .social_picassa:before{content:"\e0a4"}  .social_googledrive:before{content:"\e0a5"}  .social_flickr:before{content:"\e0a6"}  .social_blogger:before{content:"\e0a7"}  .social_spotify:before{content:"\e0a8"}  .social_delicious:before{content:"\e0a9"}  .social_facebook_circle:before{content:"\e0aa"}  .social_twitter_circle:before{content:"\e0ab"}  .social_pinterest_circle:before{content:"\e0ac"}  .social_googleplus_circle:before{content:"\e0ad"}  .social_tumblr_circle:before{content:"\e0ae"}  .social_stumbleupon_circle:before{content:"\e0af"}  .social_wordpress_circle:before{content:"\e0b0"}  .social_instagram_circle:before{content:"\e0b1"}  .social_dribbble_circle:before{content:"\e0b2"}  .social_vimeo_circle:before{content:"\e0b3"}  .social_linkedin_circle:before{content:"\e0b4"}  .social_rss_circle:before{content:"\e0b5"}  .social_deviantart_circle:before{content:"\e0b6"}  .social_share_circle:before{content:"\e0b7"}  .social_myspace_circle:before{content:"\e0b8"}  .social_skype_circle:before{content:"\e0b9"}  .social_youtube_circle:before{content:"\e0ba"}  .social_picassa_circle:before{content:"\e0bb"}  .social_googledrive_alt2:before{content:"\e0bc"}  .social_flickr_circle:before{content:"\e0bd"}  .social_blogger_circle:before{content:"\e0be"}  .social_spotify_circle:before{content:"\e0bf"}  .social_delicious_circle:before{content:"\e0c0"}  .social_facebook_square:before{content:"\e0c1"}  .social_twitter_square:before{content:"\e0c2"}  .social_pinterest_square:before{content:"\e0c3"}  .social_googleplus_square:before{content:"\e0c4"}  .social_tumblr_square:before{content:"\e0c5"}  .social_stumbleupon_square:before{content:"\e0c6"}  .social_wordpress_square:before{content:"\e0c7"}  .social_instagram_square:before{content:"\e0c8"}  .social_dribbble_square:before{content:"\e0c9"}  .social_vimeo_square:before{content:"\e0ca"}  .social_linkedin_square:before{content:"\e0cb"}  .social_rss_square:before{content:"\e0cc"}  .social_deviantart_square:before{content:"\e0cd"}  .social_share_square:before{content:"\e0ce"}  .social_myspace_square:before{content:"\e0cf"}  .social_skype_square:before{content:"\e0d0"}  .social_youtube_square:before{content:"\e0d1"}  .social_picassa_square:before{content:"\e0d2"}  .social_googledrive_square:before{content:"\e0d3"}  .social_flickr_square:before{content:"\e0d4"}  .social_blogger_square:before{content:"\e0d5"}  .social_spotify_square:before{content:"\e0d6"}  .social_delicious_square:before{content:"\e0d7"}  .icon_printer:before{content:"\e103"}  .icon_calulator:before{content:"\e0ee"}  .icon_building:before{content:"\e0ef"}  .icon_floppy:before{content:"\e0e8"}  .icon_drive:before{content:"\e0ea"}  .icon_search-2:before{content:"\e101"}  .icon_id:before{content:"\e107"}  .icon_id-2:before{content:"\e108"}  .icon_puzzle:before{content:"\e102"}  .icon_like:before{content:"\e106"}  .icon_dislike:before{content:"\e0eb"}  .icon_mug:before{content:"\e105"}  .icon_currency:before{content:"\e0ed"}  .icon_wallet:before{content:"\e100"}  .icon_pens:before{content:"\e104"}  .icon_easel:before{content:"\e0e9"}  .icon_flowchart:before{content:"\e109"}  .icon_datareport:before{content:"\e0ec"}  .icon_briefcase:before{content:"\e0fe"}  .icon_shield:before{content:"\e0f6"}  .icon_percent:before{content:"\e0fb"}  .icon_globe:before{content:"\e0e2"}  .icon_globe-2:before{content:"\e0e3"}  .icon_target:before{content:"\e0f5"}  .icon_hourglass:before{content:"\e0e1"}  .icon_balance:before{content:"\e0ff"}  .icon_rook:before{content:"\e0f8"}  .icon_printer-alt:before{content:"\e0fa"}  .icon_calculator_alt:before{content:"\e0e7"}  .icon_building_alt:before{content:"\e0fd"}  .icon_floppy_alt:before{content:"\e0e4"}  .icon_drive_alt:before{content:"\e0e5"}  .icon_search_alt:before{content:"\e0f7"}  .icon_id_alt:before{content:"\e0e0"}  .icon_id-2_alt:before{content:"\e0fc"}  .icon_puzzle_alt:before{content:"\e0f9"}  .icon_like_alt:before{content:"\e0dd"}  .icon_dislike_alt:before{content:"\e0f1"}  .icon_mug_alt:before{content:"\e0dc"}  .icon_currency_alt:before{content:"\e0f3"}  .icon_wallet_alt:before{content:"\e0d8"}  .icon_pens_alt:before{content:"\e0db"}  .icon_easel_alt:before{content:"\e0f0"}  .icon_flowchart_alt:before{content:"\e0df"}  .icon_datareport_alt:before{content:"\e0f2"}  .icon_briefcase_alt:before{content:"\e0f4"}  .icon_shield_alt:before{content:"\e0d9"}  .icon_percent_alt:before{content:"\e0da"}  .icon_globe_alt:before{content:"\e0de"}  .icon_clipboard:before{content:"\e0e6"}  .glyph{float:left;text-align:center;padding:.75em;margin:.4em 1.5em .75em 0;width:6em;text-shadow:none}  .glyph_big{font-size:128px;color:#59c5dc;float:left;margin-right:20px}  .glyph div{padding-bottom:10px}  .glyph input{font-family:consolas,monospace;font-size:12px;width:100%;text-align:center;border:0;box-shadow:0 0 0 1px #ccc;padding:.2em;-moz-border-radius:5px;-webkit-border-radius:5px}  .centered{margin-left:auto;margin-right:auto}  .glyph .fs1{font-size:2em}/*!
 * Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */
.fa{font-family:var(--fa-style-family,"Font Awesome 6 Free");font-weight:var(--fa-style,900)}.fa,.fa-brands,.fa-classic,.fa-regular,.fa-sharp-solid,.fa-solid,.fab,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:var(--fa-display,inline-block);font-style:normal;font-variant:normal;line-height:1;text-rendering:auto}.fa-classic,.fa-regular,.fa-solid,.far,.fas{font-family:"Font Awesome 6 Free"}.fa-brands,.fab{font-family:"Font Awesome 6 Brands"}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-2xs{font-size:.625em;line-height:.1em;vertical-align:.225em}.fa-xs{font-size:.75em;line-height:.08333em;vertical-align:.125em}.fa-sm{font-size:.875em;line-height:.07143em;vertical-align:.05357em}.fa-lg{font-size:1.25em;line-height:.05em;vertical-align:-.075em}.fa-xl{font-size:1.5em;line-height:.04167em;vertical-align:-.125em}.fa-2xl{font-size:2em;line-height:.03125em;vertical-align:-.1875em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:var(--fa-li-margin,2.5em);padding-left:0}.fa-ul>li{position:relative}.fa-li{left:calc(var(--fa-li-width, 2em)*-1);position:absolute;text-align:center;width:var(--fa-li-width,2em);line-height:inherit}.fa-border{border-radius:var(--fa-border-radius,.1em);border:var(--fa-border-width,.08em) var(--fa-border-style,solid) var(--fa-border-color,#eee);padding:var(--fa-border-padding,.2em .25em .15em)}.fa-pull-left{float:left;margin-right:var(--fa-pull-margin,.3em)}.fa-pull-right{float:right;margin-left:var(--fa-pull-margin,.3em)}.fa-beat{animation-name:fa-beat;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-bounce{animation-name:fa-bounce;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1))}.fa-fade{animation-name:fa-fade;animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-beat-fade,.fa-fade{animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s)}.fa-beat-fade{animation-name:fa-beat-fade;animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-flip{animation-name:fa-flip;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-shake{animation-name:fa-shake;animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,linear)}.fa-shake,.fa-spin{animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal)}.fa-spin{animation-name:fa-spin;animation-duration:var(--fa-animation-duration,2s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,linear)}.fa-spin-reverse{--fa-animation-direction:reverse}.fa-pulse,.fa-spin-pulse{animation-name:fa-spin;animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,steps(8))}@media (prefers-reduced-motion:reduce){.fa-beat,.fa-beat-fade,.fa-bounce,.fa-fade,.fa-flip,.fa-pulse,.fa-shake,.fa-spin,.fa-spin-pulse{animation-delay:-1ms;animation-duration:1ms;animation-iteration-count:1;transition-delay:0s;transition-duration:0s}}@keyframes fa-beat{0%,90%{transform:scale(1)}45%{transform:scale(var(--fa-beat-scale,1.25))}}@keyframes fa-bounce{0%{transform:scale(1) translateY(0)}10%{transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)}30%{transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))}50%{transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)}57%{transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em))}64%{transform:scale(1) translateY(0)}to{transform:scale(1) translateY(0)}}@keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}@keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity,.4);transform:scale(1)}50%{opacity:1;transform:scale(var(--fa-beat-fade-scale,1.125))}}@keyframes fa-flip{50%{transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}@keyframes fa-shake{0%{transform:rotate(-15deg)}4%{transform:rotate(15deg)}8%,24%{transform:rotate(-18deg)}12%,28%{transform:rotate(18deg)}16%{transform:rotate(-22deg)}20%{transform:rotate(22deg)}32%{transform:rotate(-12deg)}36%{transform:rotate(12deg)}40%,to{transform:rotate(0deg)}}@keyframes fa-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.fa-rotate-90{transform:rotate(90deg)}.fa-rotate-180{transform:rotate(180deg)}.fa-rotate-270{transform:rotate(270deg)}.fa-flip-horizontal{transform:scaleX(-1)}.fa-flip-vertical{transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{transform:scale(-1)}.fa-rotate-by{transform:rotate(var(--fa-rotate-angle,0))}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%;z-index:var(--fa-stack-z-index,auto)}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:var(--fa-inverse,#fff)}

.fa-0:before{content:"\30"}.fa-1:before{content:"\31"}.fa-2:before{content:"\32"}.fa-3:before{content:"\33"}.fa-4:before{content:"\34"}.fa-5:before{content:"\35"}.fa-6:before{content:"\36"}.fa-7:before{content:"\37"}.fa-8:before{content:"\38"}.fa-9:before{content:"\39"}.fa-fill-drip:before{content:"\f576"}.fa-arrows-to-circle:before{content:"\e4bd"}.fa-chevron-circle-right:before,.fa-circle-chevron-right:before{content:"\f138"}.fa-at:before{content:"\40"}.fa-trash-alt:before,.fa-trash-can:before{content:"\f2ed"}.fa-text-height:before{content:"\f034"}.fa-user-times:before,.fa-user-xmark:before{content:"\f235"}.fa-stethoscope:before{content:"\f0f1"}.fa-comment-alt:before,.fa-message:before{content:"\f27a"}.fa-info:before{content:"\f129"}.fa-compress-alt:before,.fa-down-left-and-up-right-to-center:before{content:"\f422"}.fa-explosion:before{content:"\e4e9"}.fa-file-alt:before,.fa-file-lines:before,.fa-file-text:before{content:"\f15c"}.fa-wave-square:before{content:"\f83e"}.fa-ring:before{content:"\f70b"}.fa-building-un:before{content:"\e4d9"}.fa-dice-three:before{content:"\f527"}.fa-calendar-alt:before,.fa-calendar-days:before{content:"\f073"}.fa-anchor-circle-check:before{content:"\e4aa"}.fa-building-circle-arrow-right:before{content:"\e4d1"}.fa-volleyball-ball:before,.fa-volleyball:before{content:"\f45f"}.fa-arrows-up-to-line:before{content:"\e4c2"}.fa-sort-desc:before,.fa-sort-down:before{content:"\f0dd"}.fa-circle-minus:before,.fa-minus-circle:before{content:"\f056"}.fa-door-open:before{content:"\f52b"}.fa-right-from-bracket:before,.fa-sign-out-alt:before{content:"\f2f5"}.fa-atom:before{content:"\f5d2"}.fa-soap:before{content:"\e06e"}.fa-heart-music-camera-bolt:before,.fa-icons:before{content:"\f86d"}.fa-microphone-alt-slash:before,.fa-microphone-lines-slash:before{content:"\f539"}.fa-bridge-circle-check:before{content:"\e4c9"}.fa-pump-medical:before{content:"\e06a"}.fa-fingerprint:before{content:"\f577"}.fa-hand-point-right:before{content:"\f0a4"}.fa-magnifying-glass-location:before,.fa-search-location:before{content:"\f689"}.fa-forward-step:before,.fa-step-forward:before{content:"\f051"}.fa-face-smile-beam:before,.fa-smile-beam:before{content:"\f5b8"}.fa-flag-checkered:before{content:"\f11e"}.fa-football-ball:before,.fa-football:before{content:"\f44e"}.fa-school-circle-exclamation:before{content:"\e56c"}.fa-crop:before{content:"\f125"}.fa-angle-double-down:before,.fa-angles-down:before{content:"\f103"}.fa-users-rectangle:before{content:"\e594"}.fa-people-roof:before{content:"\e537"}.fa-people-line:before{content:"\e534"}.fa-beer-mug-empty:before,.fa-beer:before{content:"\f0fc"}.fa-diagram-predecessor:before{content:"\e477"}.fa-arrow-up-long:before,.fa-long-arrow-up:before{content:"\f176"}.fa-burn:before,.fa-fire-flame-simple:before{content:"\f46a"}.fa-male:before,.fa-person:before{content:"\f183"}.fa-laptop:before{content:"\f109"}.fa-file-csv:before{content:"\f6dd"}.fa-menorah:before{content:"\f676"}.fa-truck-plane:before{content:"\e58f"}.fa-record-vinyl:before{content:"\f8d9"}.fa-face-grin-stars:before,.fa-grin-stars:before{content:"\f587"}.fa-bong:before{content:"\f55c"}.fa-pastafarianism:before,.fa-spaghetti-monster-flying:before{content:"\f67b"}.fa-arrow-down-up-across-line:before{content:"\e4af"}.fa-spoon:before,.fa-utensil-spoon:before{content:"\f2e5"}.fa-jar-wheat:before{content:"\e517"}.fa-envelopes-bulk:before,.fa-mail-bulk:before{content:"\f674"}.fa-file-circle-exclamation:before{content:"\e4eb"}.fa-circle-h:before,.fa-hospital-symbol:before{content:"\f47e"}.fa-pager:before{content:"\f815"}.fa-address-book:before,.fa-contact-book:before{content:"\f2b9"}.fa-strikethrough:before{content:"\f0cc"}.fa-k:before{content:"\4b"}.fa-landmark-flag:before{content:"\e51c"}.fa-pencil-alt:before,.fa-pencil:before{content:"\f303"}.fa-backward:before{content:"\f04a"}.fa-caret-right:before{content:"\f0da"}.fa-comments:before{content:"\f086"}.fa-file-clipboard:before,.fa-paste:before{content:"\f0ea"}.fa-code-pull-request:before{content:"\e13c"}.fa-clipboard-list:before{content:"\f46d"}.fa-truck-loading:before,.fa-truck-ramp-box:before{content:"\f4de"}.fa-user-check:before{content:"\f4fc"}.fa-vial-virus:before{content:"\e597"}.fa-sheet-plastic:before{content:"\e571"}.fa-blog:before{content:"\f781"}.fa-user-ninja:before{content:"\f504"}.fa-person-arrow-up-from-line:before{content:"\e539"}.fa-scroll-torah:before,.fa-torah:before{content:"\f6a0"}.fa-broom-ball:before,.fa-quidditch-broom-ball:before,.fa-quidditch:before{content:"\f458"}.fa-toggle-off:before{content:"\f204"}.fa-archive:before,.fa-box-archive:before{content:"\f187"}.fa-person-drowning:before{content:"\e545"}.fa-arrow-down-9-1:before,.fa-sort-numeric-desc:before,.fa-sort-numeric-down-alt:before{content:"\f886"}.fa-face-grin-tongue-squint:before,.fa-grin-tongue-squint:before{content:"\f58a"}.fa-spray-can:before{content:"\f5bd"}.fa-truck-monster:before{content:"\f63b"}.fa-w:before{content:"\57"}.fa-earth-africa:before,.fa-globe-africa:before{content:"\f57c"}.fa-rainbow:before{content:"\f75b"}.fa-circle-notch:before{content:"\f1ce"}.fa-tablet-alt:before,.fa-tablet-screen-button:before{content:"\f3fa"}.fa-paw:before{content:"\f1b0"}.fa-cloud:before{content:"\f0c2"}.fa-trowel-bricks:before{content:"\e58a"}.fa-face-flushed:before,.fa-flushed:before{content:"\f579"}.fa-hospital-user:before{content:"\f80d"}.fa-tent-arrow-left-right:before{content:"\e57f"}.fa-gavel:before,.fa-legal:before{content:"\f0e3"}.fa-binoculars:before{content:"\f1e5"}.fa-microphone-slash:before{content:"\f131"}.fa-box-tissue:before{content:"\e05b"}.fa-motorcycle:before{content:"\f21c"}.fa-bell-concierge:before,.fa-concierge-bell:before{content:"\f562"}.fa-pen-ruler:before,.fa-pencil-ruler:before{content:"\f5ae"}.fa-people-arrows-left-right:before,.fa-people-arrows:before{content:"\e068"}.fa-mars-and-venus-burst:before{content:"\e523"}.fa-caret-square-right:before,.fa-square-caret-right:before{content:"\f152"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-sun-plant-wilt:before{content:"\e57a"}.fa-toilets-portable:before{content:"\e584"}.fa-hockey-puck:before{content:"\f453"}.fa-table:before{content:"\f0ce"}.fa-magnifying-glass-arrow-right:before{content:"\e521"}.fa-digital-tachograph:before,.fa-tachograph-digital:before{content:"\f566"}.fa-users-slash:before{content:"\e073"}.fa-clover:before{content:"\e139"}.fa-mail-reply:before,.fa-reply:before{content:"\f3e5"}.fa-star-and-crescent:before{content:"\f699"}.fa-house-fire:before{content:"\e50c"}.fa-minus-square:before,.fa-square-minus:before{content:"\f146"}.fa-helicopter:before{content:"\f533"}.fa-compass:before{content:"\f14e"}.fa-caret-square-down:before,.fa-square-caret-down:before{content:"\f150"}.fa-file-circle-question:before{content:"\e4ef"}.fa-laptop-code:before{content:"\f5fc"}.fa-swatchbook:before{content:"\f5c3"}.fa-prescription-bottle:before{content:"\f485"}.fa-bars:before,.fa-navicon:before{content:"\f0c9"}.fa-people-group:before{content:"\e533"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-heart-broken:before,.fa-heart-crack:before{content:"\f7a9"}.fa-external-link-square-alt:before,.fa-square-up-right:before{content:"\f360"}.fa-face-kiss-beam:before,.fa-kiss-beam:before{content:"\f597"}.fa-film:before{content:"\f008"}.fa-ruler-horizontal:before{content:"\f547"}.fa-people-robbery:before{content:"\e536"}.fa-lightbulb:before{content:"\f0eb"}.fa-caret-left:before{content:"\f0d9"}.fa-circle-exclamation:before,.fa-exclamation-circle:before{content:"\f06a"}.fa-school-circle-xmark:before{content:"\e56d"}.fa-arrow-right-from-bracket:before,.fa-sign-out:before{content:"\f08b"}.fa-chevron-circle-down:before,.fa-circle-chevron-down:before{content:"\f13a"}.fa-unlock-alt:before,.fa-unlock-keyhole:before{content:"\f13e"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-headphones-alt:before,.fa-headphones-simple:before{content:"\f58f"}.fa-sitemap:before{content:"\f0e8"}.fa-circle-dollar-to-slot:before,.fa-donate:before{content:"\f4b9"}.fa-memory:before{content:"\f538"}.fa-road-spikes:before{content:"\e568"}.fa-fire-burner:before{content:"\e4f1"}.fa-flag:before{content:"\f024"}.fa-hanukiah:before{content:"\f6e6"}.fa-feather:before{content:"\f52d"}.fa-volume-down:before,.fa-volume-low:before{content:"\f027"}.fa-comment-slash:before{content:"\f4b3"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-compress:before{content:"\f066"}.fa-wheat-alt:before,.fa-wheat-awn:before{content:"\e2cd"}.fa-ankh:before{content:"\f644"}.fa-hands-holding-child:before{content:"\e4fa"}.fa-asterisk:before{content:"\2a"}.fa-check-square:before,.fa-square-check:before{content:"\f14a"}.fa-peseta-sign:before{content:"\e221"}.fa-header:before,.fa-heading:before{content:"\f1dc"}.fa-ghost:before{content:"\f6e2"}.fa-list-squares:before,.fa-list:before{content:"\f03a"}.fa-phone-square-alt:before,.fa-square-phone-flip:before{content:"\f87b"}.fa-cart-plus:before{content:"\f217"}.fa-gamepad:before{content:"\f11b"}.fa-circle-dot:before,.fa-dot-circle:before{content:"\f192"}.fa-dizzy:before,.fa-face-dizzy:before{content:"\f567"}.fa-egg:before{content:"\f7fb"}.fa-house-medical-circle-xmark:before{content:"\e513"}.fa-campground:before{content:"\f6bb"}.fa-folder-plus:before{content:"\f65e"}.fa-futbol-ball:before,.fa-futbol:before,.fa-soccer-ball:before{content:"\f1e3"}.fa-paint-brush:before,.fa-paintbrush:before{content:"\f1fc"}.fa-lock:before{content:"\f023"}.fa-gas-pump:before{content:"\f52f"}.fa-hot-tub-person:before,.fa-hot-tub:before{content:"\f593"}.fa-map-location:before,.fa-map-marked:before{content:"\f59f"}.fa-house-flood-water:before{content:"\e50e"}.fa-tree:before{content:"\f1bb"}.fa-bridge-lock:before{content:"\e4cc"}.fa-sack-dollar:before{content:"\f81d"}.fa-edit:before,.fa-pen-to-square:before{content:"\f044"}.fa-car-side:before{content:"\f5e4"}.fa-share-alt:before,.fa-share-nodes:before{content:"\f1e0"}.fa-heart-circle-minus:before{content:"\e4ff"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-microscope:before{content:"\f610"}.fa-sink:before{content:"\e06d"}.fa-bag-shopping:before,.fa-shopping-bag:before{content:"\f290"}.fa-arrow-down-z-a:before,.fa-sort-alpha-desc:before,.fa-sort-alpha-down-alt:before{content:"\f881"}.fa-mitten:before{content:"\f7b5"}.fa-person-rays:before{content:"\e54d"}.fa-users:before{content:"\f0c0"}.fa-eye-slash:before{content:"\f070"}.fa-flask-vial:before{content:"\e4f3"}.fa-hand-paper:before,.fa-hand:before{content:"\f256"}.fa-om:before{content:"\f679"}.fa-worm:before{content:"\e599"}.fa-house-circle-xmark:before{content:"\e50b"}.fa-plug:before{content:"\f1e6"}.fa-chevron-up:before{content:"\f077"}.fa-hand-spock:before{content:"\f259"}.fa-stopwatch:before{content:"\f2f2"}.fa-face-kiss:before,.fa-kiss:before{content:"\f596"}.fa-bridge-circle-xmark:before{content:"\e4cb"}.fa-face-grin-tongue:before,.fa-grin-tongue:before{content:"\f589"}.fa-chess-bishop:before{content:"\f43a"}.fa-face-grin-wink:before,.fa-grin-wink:before{content:"\f58c"}.fa-deaf:before,.fa-deafness:before,.fa-ear-deaf:before,.fa-hard-of-hearing:before{content:"\f2a4"}.fa-road-circle-check:before{content:"\e564"}.fa-dice-five:before{content:"\f523"}.fa-rss-square:before,.fa-square-rss:before{content:"\f143"}.fa-land-mine-on:before{content:"\e51b"}.fa-i-cursor:before{content:"\f246"}.fa-stamp:before{content:"\f5bf"}.fa-stairs:before{content:"\e289"}.fa-i:before{content:"\49"}.fa-hryvnia-sign:before,.fa-hryvnia:before{content:"\f6f2"}.fa-pills:before{content:"\f484"}.fa-face-grin-wide:before,.fa-grin-alt:before{content:"\f581"}.fa-tooth:before{content:"\f5c9"}.fa-v:before{content:"\56"}.fa-bangladeshi-taka-sign:before{content:"\e2e6"}.fa-bicycle:before{content:"\f206"}.fa-rod-asclepius:before,.fa-rod-snake:before,.fa-staff-aesculapius:before,.fa-staff-snake:before{content:"\e579"}.fa-head-side-cough-slash:before{content:"\e062"}.fa-ambulance:before,.fa-truck-medical:before{content:"\f0f9"}.fa-wheat-awn-circle-exclamation:before{content:"\e598"}.fa-snowman:before{content:"\f7d0"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-road-barrier:before{content:"\e562"}.fa-school:before{content:"\f549"}.fa-igloo:before{content:"\f7ae"}.fa-joint:before{content:"\f595"}.fa-angle-right:before{content:"\f105"}.fa-horse:before{content:"\f6f0"}.fa-q:before{content:"\51"}.fa-g:before{content:"\47"}.fa-notes-medical:before{content:"\f481"}.fa-temperature-2:before,.fa-temperature-half:before,.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-dong-sign:before{content:"\e169"}.fa-capsules:before{content:"\f46b"}.fa-poo-bolt:before,.fa-poo-storm:before{content:"\f75a"}.fa-face-frown-open:before,.fa-frown-open:before{content:"\f57a"}.fa-hand-point-up:before{content:"\f0a6"}.fa-money-bill:before{content:"\f0d6"}.fa-bookmark:before{content:"\f02e"}.fa-align-justify:before{content:"\f039"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-helmet-un:before{content:"\e503"}.fa-bullseye:before{content:"\f140"}.fa-bacon:before{content:"\f7e5"}.fa-hand-point-down:before{content:"\f0a7"}.fa-arrow-up-from-bracket:before{content:"\e09a"}.fa-folder-blank:before,.fa-folder:before{content:"\f07b"}.fa-file-medical-alt:before,.fa-file-waveform:before{content:"\f478"}.fa-radiation:before{content:"\f7b9"}.fa-chart-simple:before{content:"\e473"}.fa-mars-stroke:before{content:"\f229"}.fa-vial:before{content:"\f492"}.fa-dashboard:before,.fa-gauge-med:before,.fa-gauge:before,.fa-tachometer-alt-average:before{content:"\f624"}.fa-magic-wand-sparkles:before,.fa-wand-magic-sparkles:before{content:"\e2ca"}.fa-e:before{content:"\45"}.fa-pen-alt:before,.fa-pen-clip:before{content:"\f305"}.fa-bridge-circle-exclamation:before{content:"\e4ca"}.fa-user:before{content:"\f007"}.fa-school-circle-check:before{content:"\e56b"}.fa-dumpster:before{content:"\f793"}.fa-shuttle-van:before,.fa-van-shuttle:before{content:"\f5b6"}.fa-building-user:before{content:"\e4da"}.fa-caret-square-left:before,.fa-square-caret-left:before{content:"\f191"}.fa-highlighter:before{content:"\f591"}.fa-key:before{content:"\f084"}.fa-bullhorn:before{content:"\f0a1"}.fa-globe:before{content:"\f0ac"}.fa-synagogue:before{content:"\f69b"}.fa-person-half-dress:before{content:"\e548"}.fa-road-bridge:before{content:"\e563"}.fa-location-arrow:before{content:"\f124"}.fa-c:before{content:"\43"}.fa-tablet-button:before{content:"\f10a"}.fa-building-lock:before{content:"\e4d6"}.fa-pizza-slice:before{content:"\f818"}.fa-money-bill-wave:before{content:"\f53a"}.fa-area-chart:before,.fa-chart-area:before{content:"\f1fe"}.fa-house-flag:before{content:"\e50d"}.fa-person-circle-minus:before{content:"\e540"}.fa-ban:before,.fa-cancel:before{content:"\f05e"}.fa-camera-rotate:before{content:"\e0d8"}.fa-air-freshener:before,.fa-spray-can-sparkles:before{content:"\f5d0"}.fa-star:before{content:"\f005"}.fa-repeat:before{content:"\f363"}.fa-cross:before{content:"\f654"}.fa-box:before{content:"\f466"}.fa-venus-mars:before{content:"\f228"}.fa-arrow-pointer:before,.fa-mouse-pointer:before{content:"\f245"}.fa-expand-arrows-alt:before,.fa-maximize:before{content:"\f31e"}.fa-charging-station:before{content:"\f5e7"}.fa-shapes:before,.fa-triangle-circle-square:before{content:"\f61f"}.fa-random:before,.fa-shuffle:before{content:"\f074"}.fa-person-running:before,.fa-running:before{content:"\f70c"}.fa-mobile-retro:before{content:"\e527"}.fa-grip-lines-vertical:before{content:"\f7a5"}.fa-spider:before{content:"\f717"}.fa-hands-bound:before{content:"\e4f9"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-plane-circle-exclamation:before{content:"\e556"}.fa-x-ray:before{content:"\f497"}.fa-spell-check:before{content:"\f891"}.fa-slash:before{content:"\f715"}.fa-computer-mouse:before,.fa-mouse:before{content:"\f8cc"}.fa-arrow-right-to-bracket:before,.fa-sign-in:before{content:"\f090"}.fa-shop-slash:before,.fa-store-alt-slash:before{content:"\e070"}.fa-server:before{content:"\f233"}.fa-virus-covid-slash:before{content:"\e4a9"}.fa-shop-lock:before{content:"\e4a5"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-blender-phone:before{content:"\f6b6"}.fa-building-wheat:before{content:"\e4db"}.fa-person-breastfeeding:before{content:"\e53a"}.fa-right-to-bracket:before,.fa-sign-in-alt:before{content:"\f2f6"}.fa-venus:before{content:"\f221"}.fa-passport:before{content:"\f5ab"}.fa-thumb-tack-slash:before,.fa-thumbtack-slash:before{content:"\e68f"}.fa-heart-pulse:before,.fa-heartbeat:before{content:"\f21e"}.fa-people-carry-box:before,.fa-people-carry:before{content:"\f4ce"}.fa-temperature-high:before{content:"\f769"}.fa-microchip:before{content:"\f2db"}.fa-crown:before{content:"\f521"}.fa-weight-hanging:before{content:"\f5cd"}.fa-xmarks-lines:before{content:"\e59a"}.fa-file-prescription:before{content:"\f572"}.fa-weight-scale:before,.fa-weight:before{content:"\f496"}.fa-user-friends:before,.fa-user-group:before{content:"\f500"}.fa-arrow-up-a-z:before,.fa-sort-alpha-up:before{content:"\f15e"}.fa-chess-knight:before{content:"\f441"}.fa-face-laugh-squint:before,.fa-laugh-squint:before{content:"\f59b"}.fa-wheelchair:before{content:"\f193"}.fa-arrow-circle-up:before,.fa-circle-arrow-up:before{content:"\f0aa"}.fa-toggle-on:before{content:"\f205"}.fa-person-walking:before,.fa-walking:before{content:"\f554"}.fa-l:before{content:"\4c"}.fa-fire:before{content:"\f06d"}.fa-bed-pulse:before,.fa-procedures:before{content:"\f487"}.fa-shuttle-space:before,.fa-space-shuttle:before{content:"\f197"}.fa-face-laugh:before,.fa-laugh:before{content:"\f599"}.fa-folder-open:before{content:"\f07c"}.fa-heart-circle-plus:before{content:"\e500"}.fa-code-fork:before{content:"\e13b"}.fa-city:before{content:"\f64f"}.fa-microphone-alt:before,.fa-microphone-lines:before{content:"\f3c9"}.fa-pepper-hot:before{content:"\f816"}.fa-unlock:before{content:"\f09c"}.fa-colon-sign:before{content:"\e140"}.fa-headset:before{content:"\f590"}.fa-store-slash:before{content:"\e071"}.fa-road-circle-xmark:before{content:"\e566"}.fa-user-minus:before{content:"\f503"}.fa-mars-stroke-up:before,.fa-mars-stroke-v:before{content:"\f22a"}.fa-champagne-glasses:before,.fa-glass-cheers:before{content:"\f79f"}.fa-clipboard:before{content:"\f328"}.fa-house-circle-exclamation:before{content:"\e50a"}.fa-file-arrow-up:before,.fa-file-upload:before{content:"\f574"}.fa-wifi-3:before,.fa-wifi-strong:before,.fa-wifi:before{content:"\f1eb"}.fa-bath:before,.fa-bathtub:before{content:"\f2cd"}.fa-underline:before{content:"\f0cd"}.fa-user-edit:before,.fa-user-pen:before{content:"\f4ff"}.fa-signature:before{content:"\f5b7"}.fa-stroopwafel:before{content:"\f551"}.fa-bold:before{content:"\f032"}.fa-anchor-lock:before{content:"\e4ad"}.fa-building-ngo:before{content:"\e4d7"}.fa-manat-sign:before{content:"\e1d5"}.fa-not-equal:before{content:"\f53e"}.fa-border-style:before,.fa-border-top-left:before{content:"\f853"}.fa-map-location-dot:before,.fa-map-marked-alt:before{content:"\f5a0"}.fa-jedi:before{content:"\f669"}.fa-poll:before,.fa-square-poll-vertical:before{content:"\f681"}.fa-mug-hot:before{content:"\f7b6"}.fa-battery-car:before,.fa-car-battery:before{content:"\f5df"}.fa-gift:before{content:"\f06b"}.fa-dice-two:before{content:"\f528"}.fa-chess-queen:before{content:"\f445"}.fa-glasses:before{content:"\f530"}.fa-chess-board:before{content:"\f43c"}.fa-building-circle-check:before{content:"\e4d2"}.fa-person-chalkboard:before{content:"\e53d"}.fa-mars-stroke-h:before,.fa-mars-stroke-right:before{content:"\f22b"}.fa-hand-back-fist:before,.fa-hand-rock:before{content:"\f255"}.fa-caret-square-up:before,.fa-square-caret-up:before{content:"\f151"}.fa-cloud-showers-water:before{content:"\e4e4"}.fa-bar-chart:before,.fa-chart-bar:before{content:"\f080"}.fa-hands-bubbles:before,.fa-hands-wash:before{content:"\e05e"}.fa-less-than-equal:before{content:"\f537"}.fa-train:before{content:"\f238"}.fa-eye-low-vision:before,.fa-low-vision:before{content:"\f2a8"}.fa-crow:before{content:"\f520"}.fa-sailboat:before{content:"\e445"}.fa-window-restore:before{content:"\f2d2"}.fa-plus-square:before,.fa-square-plus:before{content:"\f0fe"}.fa-torii-gate:before{content:"\f6a1"}.fa-frog:before{content:"\f52e"}.fa-bucket:before{content:"\e4cf"}.fa-image:before{content:"\f03e"}.fa-microphone:before{content:"\f130"}.fa-cow:before{content:"\f6c8"}.fa-caret-up:before{content:"\f0d8"}.fa-screwdriver:before{content:"\f54a"}.fa-folder-closed:before{content:"\e185"}.fa-house-tsunami:before{content:"\e515"}.fa-square-nfi:before{content:"\e576"}.fa-arrow-up-from-ground-water:before{content:"\e4b5"}.fa-glass-martini-alt:before,.fa-martini-glass:before{content:"\f57b"}.fa-rotate-back:before,.fa-rotate-backward:before,.fa-rotate-left:before,.fa-undo-alt:before{content:"\f2ea"}.fa-columns:before,.fa-table-columns:before{content:"\f0db"}.fa-lemon:before{content:"\f094"}.fa-head-side-mask:before{content:"\e063"}.fa-handshake:before{content:"\f2b5"}.fa-gem:before{content:"\f3a5"}.fa-dolly-box:before,.fa-dolly:before{content:"\f472"}.fa-smoking:before{content:"\f48d"}.fa-compress-arrows-alt:before,.fa-minimize:before{content:"\f78c"}.fa-monument:before{content:"\f5a6"}.fa-snowplow:before{content:"\f7d2"}.fa-angle-double-right:before,.fa-angles-right:before{content:"\f101"}.fa-cannabis:before{content:"\f55f"}.fa-circle-play:before,.fa-play-circle:before{content:"\f144"}.fa-tablets:before{content:"\f490"}.fa-ethernet:before{content:"\f796"}.fa-eur:before,.fa-euro-sign:before,.fa-euro:before{content:"\f153"}.fa-chair:before{content:"\f6c0"}.fa-check-circle:before,.fa-circle-check:before{content:"\f058"}.fa-circle-stop:before,.fa-stop-circle:before{content:"\f28d"}.fa-compass-drafting:before,.fa-drafting-compass:before{content:"\f568"}.fa-plate-wheat:before{content:"\e55a"}.fa-icicles:before{content:"\f7ad"}.fa-person-shelter:before{content:"\e54f"}.fa-neuter:before{content:"\f22c"}.fa-id-badge:before{content:"\f2c1"}.fa-marker:before{content:"\f5a1"}.fa-face-laugh-beam:before,.fa-laugh-beam:before{content:"\f59a"}.fa-helicopter-symbol:before{content:"\e502"}.fa-universal-access:before{content:"\f29a"}.fa-chevron-circle-up:before,.fa-circle-chevron-up:before{content:"\f139"}.fa-lari-sign:before{content:"\e1c8"}.fa-volcano:before{content:"\f770"}.fa-person-walking-dashed-line-arrow-right:before{content:"\e553"}.fa-gbp:before,.fa-pound-sign:before,.fa-sterling-sign:before{content:"\f154"}.fa-viruses:before{content:"\e076"}.fa-square-person-confined:before{content:"\e577"}.fa-user-tie:before{content:"\f508"}.fa-arrow-down-long:before,.fa-long-arrow-down:before{content:"\f175"}.fa-tent-arrow-down-to-line:before{content:"\e57e"}.fa-certificate:before{content:"\f0a3"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-suitcase:before{content:"\f0f2"}.fa-person-skating:before,.fa-skating:before{content:"\f7c5"}.fa-filter-circle-dollar:before,.fa-funnel-dollar:before{content:"\f662"}.fa-camera-retro:before{content:"\f083"}.fa-arrow-circle-down:before,.fa-circle-arrow-down:before{content:"\f0ab"}.fa-arrow-right-to-file:before,.fa-file-import:before{content:"\f56f"}.fa-external-link-square:before,.fa-square-arrow-up-right:before{content:"\f14c"}.fa-box-open:before{content:"\f49e"}.fa-scroll:before{content:"\f70e"}.fa-spa:before{content:"\f5bb"}.fa-location-pin-lock:before{content:"\e51f"}.fa-pause:before{content:"\f04c"}.fa-hill-avalanche:before{content:"\e507"}.fa-temperature-0:before,.fa-temperature-empty:before,.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-bomb:before{content:"\f1e2"}.fa-registered:before{content:"\f25d"}.fa-address-card:before,.fa-contact-card:before,.fa-vcard:before{content:"\f2bb"}.fa-balance-scale-right:before,.fa-scale-unbalanced-flip:before{content:"\f516"}.fa-subscript:before{content:"\f12c"}.fa-diamond-turn-right:before,.fa-directions:before{content:"\f5eb"}.fa-burst:before{content:"\e4dc"}.fa-house-laptop:before,.fa-laptop-house:before{content:"\e066"}.fa-face-tired:before,.fa-tired:before{content:"\f5c8"}.fa-money-bills:before{content:"\e1f3"}.fa-smog:before{content:"\f75f"}.fa-crutch:before{content:"\f7f7"}.fa-cloud-arrow-up:before,.fa-cloud-upload-alt:before,.fa-cloud-upload:before{content:"\f0ee"}.fa-palette:before{content:"\f53f"}.fa-arrows-turn-right:before{content:"\e4c0"}.fa-vest:before{content:"\e085"}.fa-ferry:before{content:"\e4ea"}.fa-arrows-down-to-people:before{content:"\e4b9"}.fa-seedling:before,.fa-sprout:before{content:"\f4d8"}.fa-arrows-alt-h:before,.fa-left-right:before{content:"\f337"}.fa-boxes-packing:before{content:"\e4c7"}.fa-arrow-circle-left:before,.fa-circle-arrow-left:before{content:"\f0a8"}.fa-group-arrows-rotate:before{content:"\e4f6"}.fa-bowl-food:before{content:"\e4c6"}.fa-candy-cane:before{content:"\f786"}.fa-arrow-down-wide-short:before,.fa-sort-amount-asc:before,.fa-sort-amount-down:before{content:"\f160"}.fa-cloud-bolt:before,.fa-thunderstorm:before{content:"\f76c"}.fa-remove-format:before,.fa-text-slash:before{content:"\f87d"}.fa-face-smile-wink:before,.fa-smile-wink:before{content:"\f4da"}.fa-file-word:before{content:"\f1c2"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-arrows-h:before,.fa-arrows-left-right:before{content:"\f07e"}.fa-house-lock:before{content:"\e510"}.fa-cloud-arrow-down:before,.fa-cloud-download-alt:before,.fa-cloud-download:before{content:"\f0ed"}.fa-children:before{content:"\e4e1"}.fa-blackboard:before,.fa-chalkboard:before{content:"\f51b"}.fa-user-alt-slash:before,.fa-user-large-slash:before{content:"\f4fa"}.fa-envelope-open:before{content:"\f2b6"}.fa-handshake-alt-slash:before,.fa-handshake-simple-slash:before{content:"\e05f"}.fa-mattress-pillow:before{content:"\e525"}.fa-guarani-sign:before{content:"\e19a"}.fa-arrows-rotate:before,.fa-refresh:before,.fa-sync:before{content:"\f021"}.fa-fire-extinguisher:before{content:"\f134"}.fa-cruzeiro-sign:before{content:"\e152"}.fa-greater-than-equal:before{content:"\f532"}.fa-shield-alt:before,.fa-shield-halved:before{content:"\f3ed"}.fa-atlas:before,.fa-book-atlas:before{content:"\f558"}.fa-virus:before{content:"\e074"}.fa-envelope-circle-check:before{content:"\e4e8"}.fa-layer-group:before{content:"\f5fd"}.fa-arrows-to-dot:before{content:"\e4be"}.fa-archway:before{content:"\f557"}.fa-heart-circle-check:before{content:"\e4fd"}.fa-house-chimney-crack:before,.fa-house-damage:before{content:"\f6f1"}.fa-file-archive:before,.fa-file-zipper:before{content:"\f1c6"}.fa-square:before{content:"\f0c8"}.fa-glass-martini:before,.fa-martini-glass-empty:before{content:"\f000"}.fa-couch:before{content:"\f4b8"}.fa-cedi-sign:before{content:"\e0df"}.fa-italic:before{content:"\f033"}.fa-table-cells-column-lock:before{content:"\e678"}.fa-church:before{content:"\f51d"}.fa-comments-dollar:before{content:"\f653"}.fa-democrat:before{content:"\f747"}.fa-z:before{content:"\5a"}.fa-person-skiing:before,.fa-skiing:before{content:"\f7c9"}.fa-road-lock:before{content:"\e567"}.fa-a:before{content:"\41"}.fa-temperature-arrow-down:before,.fa-temperature-down:before{content:"\e03f"}.fa-feather-alt:before,.fa-feather-pointed:before{content:"\f56b"}.fa-p:before{content:"\50"}.fa-snowflake:before{content:"\f2dc"}.fa-newspaper:before{content:"\f1ea"}.fa-ad:before,.fa-rectangle-ad:before{content:"\f641"}.fa-arrow-circle-right:before,.fa-circle-arrow-right:before{content:"\f0a9"}.fa-filter-circle-xmark:before{content:"\e17b"}.fa-locust:before{content:"\e520"}.fa-sort:before,.fa-unsorted:before{content:"\f0dc"}.fa-list-1-2:before,.fa-list-numeric:before,.fa-list-ol:before{content:"\f0cb"}.fa-person-dress-burst:before{content:"\e544"}.fa-money-check-alt:before,.fa-money-check-dollar:before{content:"\f53d"}.fa-vector-square:before{content:"\f5cb"}.fa-bread-slice:before{content:"\f7ec"}.fa-language:before{content:"\f1ab"}.fa-face-kiss-wink-heart:before,.fa-kiss-wink-heart:before{content:"\f598"}.fa-filter:before{content:"\f0b0"}.fa-question:before{content:"\3f"}.fa-file-signature:before{content:"\f573"}.fa-arrows-alt:before,.fa-up-down-left-right:before{content:"\f0b2"}.fa-house-chimney-user:before{content:"\e065"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-puzzle-piece:before{content:"\f12e"}.fa-money-check:before{content:"\f53c"}.fa-star-half-alt:before,.fa-star-half-stroke:before{content:"\f5c0"}.fa-code:before{content:"\f121"}.fa-glass-whiskey:before,.fa-whiskey-glass:before{content:"\f7a0"}.fa-building-circle-exclamation:before{content:"\e4d3"}.fa-magnifying-glass-chart:before{content:"\e522"}.fa-arrow-up-right-from-square:before,.fa-external-link:before{content:"\f08e"}.fa-cubes-stacked:before{content:"\e4e6"}.fa-krw:before,.fa-won-sign:before,.fa-won:before{content:"\f159"}.fa-virus-covid:before{content:"\e4a8"}.fa-austral-sign:before{content:"\e0a9"}.fa-f:before{content:"\46"}.fa-leaf:before{content:"\f06c"}.fa-road:before{content:"\f018"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-person-circle-plus:before{content:"\e541"}.fa-chart-pie:before,.fa-pie-chart:before{content:"\f200"}.fa-bolt-lightning:before{content:"\e0b7"}.fa-sack-xmark:before{content:"\e56a"}.fa-file-excel:before{content:"\f1c3"}.fa-file-contract:before{content:"\f56c"}.fa-fish-fins:before{content:"\e4f2"}.fa-building-flag:before{content:"\e4d5"}.fa-face-grin-beam:before,.fa-grin-beam:before{content:"\f582"}.fa-object-ungroup:before{content:"\f248"}.fa-poop:before{content:"\f619"}.fa-location-pin:before,.fa-map-marker:before{content:"\f041"}.fa-kaaba:before{content:"\f66b"}.fa-toilet-paper:before{content:"\f71e"}.fa-hard-hat:before,.fa-hat-hard:before,.fa-helmet-safety:before{content:"\f807"}.fa-eject:before{content:"\f052"}.fa-arrow-alt-circle-right:before,.fa-circle-right:before{content:"\f35a"}.fa-plane-circle-check:before{content:"\e555"}.fa-face-rolling-eyes:before,.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-object-group:before{content:"\f247"}.fa-chart-line:before,.fa-line-chart:before{content:"\f201"}.fa-mask-ventilator:before{content:"\e524"}.fa-arrow-right:before{content:"\f061"}.fa-map-signs:before,.fa-signs-post:before{content:"\f277"}.fa-cash-register:before{content:"\f788"}.fa-person-circle-question:before{content:"\e542"}.fa-h:before{content:"\48"}.fa-tarp:before{content:"\e57b"}.fa-screwdriver-wrench:before,.fa-tools:before{content:"\f7d9"}.fa-arrows-to-eye:before{content:"\e4bf"}.fa-plug-circle-bolt:before{content:"\e55b"}.fa-heart:before{content:"\f004"}.fa-mars-and-venus:before{content:"\f224"}.fa-home-user:before,.fa-house-user:before{content:"\e1b0"}.fa-dumpster-fire:before{content:"\f794"}.fa-house-crack:before{content:"\e3b1"}.fa-cocktail:before,.fa-martini-glass-citrus:before{content:"\f561"}.fa-face-surprise:before,.fa-surprise:before{content:"\f5c2"}.fa-bottle-water:before{content:"\e4c5"}.fa-circle-pause:before,.fa-pause-circle:before{content:"\f28b"}.fa-toilet-paper-slash:before{content:"\e072"}.fa-apple-alt:before,.fa-apple-whole:before{content:"\f5d1"}.fa-kitchen-set:before{content:"\e51a"}.fa-r:before{content:"\52"}.fa-temperature-1:before,.fa-temperature-quarter:before,.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-cube:before{content:"\f1b2"}.fa-bitcoin-sign:before{content:"\e0b4"}.fa-shield-dog:before{content:"\e573"}.fa-solar-panel:before{content:"\f5ba"}.fa-lock-open:before{content:"\f3c1"}.fa-elevator:before{content:"\e16d"}.fa-money-bill-transfer:before{content:"\e528"}.fa-money-bill-trend-up:before{content:"\e529"}.fa-house-flood-water-circle-arrow-right:before{content:"\e50f"}.fa-poll-h:before,.fa-square-poll-horizontal:before{content:"\f682"}.fa-circle:before{content:"\f111"}.fa-backward-fast:before,.fa-fast-backward:before{content:"\f049"}.fa-recycle:before{content:"\f1b8"}.fa-user-astronaut:before{content:"\f4fb"}.fa-plane-slash:before{content:"\e069"}.fa-trademark:before{content:"\f25c"}.fa-basketball-ball:before,.fa-basketball:before{content:"\f434"}.fa-satellite-dish:before{content:"\f7c0"}.fa-arrow-alt-circle-up:before,.fa-circle-up:before{content:"\f35b"}.fa-mobile-alt:before,.fa-mobile-screen-button:before{content:"\f3cd"}.fa-volume-high:before,.fa-volume-up:before{content:"\f028"}.fa-users-rays:before{content:"\e593"}.fa-wallet:before{content:"\f555"}.fa-clipboard-check:before{content:"\f46c"}.fa-file-audio:before{content:"\f1c7"}.fa-burger:before,.fa-hamburger:before{content:"\f805"}.fa-wrench:before{content:"\f0ad"}.fa-bugs:before{content:"\e4d0"}.fa-rupee-sign:before,.fa-rupee:before{content:"\f156"}.fa-file-image:before{content:"\f1c5"}.fa-circle-question:before,.fa-question-circle:before{content:"\f059"}.fa-plane-departure:before{content:"\f5b0"}.fa-handshake-slash:before{content:"\e060"}.fa-book-bookmark:before{content:"\e0bb"}.fa-code-branch:before{content:"\f126"}.fa-hat-cowboy:before{content:"\f8c0"}.fa-bridge:before{content:"\e4c8"}.fa-phone-alt:before,.fa-phone-flip:before{content:"\f879"}.fa-truck-front:before{content:"\e2b7"}.fa-cat:before{content:"\f6be"}.fa-anchor-circle-exclamation:before{content:"\e4ab"}.fa-truck-field:before{content:"\e58d"}.fa-route:before{content:"\f4d7"}.fa-clipboard-question:before{content:"\e4e3"}.fa-panorama:before{content:"\e209"}.fa-comment-medical:before{content:"\f7f5"}.fa-teeth-open:before{content:"\f62f"}.fa-file-circle-minus:before{content:"\e4ed"}.fa-tags:before{content:"\f02c"}.fa-wine-glass:before{content:"\f4e3"}.fa-fast-forward:before,.fa-forward-fast:before{content:"\f050"}.fa-face-meh-blank:before,.fa-meh-blank:before{content:"\f5a4"}.fa-parking:before,.fa-square-parking:before{content:"\f540"}.fa-house-signal:before{content:"\e012"}.fa-bars-progress:before,.fa-tasks-alt:before{content:"\f828"}.fa-faucet-drip:before{content:"\e006"}.fa-cart-flatbed:before,.fa-dolly-flatbed:before{content:"\f474"}.fa-ban-smoking:before,.fa-smoking-ban:before{content:"\f54d"}.fa-terminal:before{content:"\f120"}.fa-mobile-button:before{content:"\f10b"}.fa-house-medical-flag:before{content:"\e514"}.fa-basket-shopping:before,.fa-shopping-basket:before{content:"\f291"}.fa-tape:before{content:"\f4db"}.fa-bus-alt:before,.fa-bus-simple:before{content:"\f55e"}.fa-eye:before{content:"\f06e"}.fa-face-sad-cry:before,.fa-sad-cry:before{content:"\f5b3"}.fa-audio-description:before{content:"\f29e"}.fa-person-military-to-person:before{content:"\e54c"}.fa-file-shield:before{content:"\e4f0"}.fa-user-slash:before{content:"\f506"}.fa-pen:before{content:"\f304"}.fa-tower-observation:before{content:"\e586"}.fa-file-code:before{content:"\f1c9"}.fa-signal-5:before,.fa-signal-perfect:before,.fa-signal:before{content:"\f012"}.fa-bus:before{content:"\f207"}.fa-heart-circle-xmark:before{content:"\e501"}.fa-home-lg:before,.fa-house-chimney:before{content:"\e3af"}.fa-window-maximize:before{content:"\f2d0"}.fa-face-frown:before,.fa-frown:before{content:"\f119"}.fa-prescription:before{content:"\f5b1"}.fa-shop:before,.fa-store-alt:before{content:"\f54f"}.fa-floppy-disk:before,.fa-save:before{content:"\f0c7"}.fa-vihara:before{content:"\f6a7"}.fa-balance-scale-left:before,.fa-scale-unbalanced:before{content:"\f515"}.fa-sort-asc:before,.fa-sort-up:before{content:"\f0de"}.fa-comment-dots:before,.fa-commenting:before{content:"\f4ad"}.fa-plant-wilt:before{content:"\e5aa"}.fa-diamond:before{content:"\f219"}.fa-face-grin-squint:before,.fa-grin-squint:before{content:"\f585"}.fa-hand-holding-dollar:before,.fa-hand-holding-usd:before{content:"\f4c0"}.fa-bacterium:before{content:"\e05a"}.fa-hand-pointer:before{content:"\f25a"}.fa-drum-steelpan:before{content:"\f56a"}.fa-hand-scissors:before{content:"\f257"}.fa-hands-praying:before,.fa-praying-hands:before{content:"\f684"}.fa-arrow-right-rotate:before,.fa-arrow-rotate-forward:before,.fa-arrow-rotate-right:before,.fa-redo:before{content:"\f01e"}.fa-biohazard:before{content:"\f780"}.fa-location-crosshairs:before,.fa-location:before{content:"\f601"}.fa-mars-double:before{content:"\f227"}.fa-child-dress:before{content:"\e59c"}.fa-users-between-lines:before{content:"\e591"}.fa-lungs-virus:before{content:"\e067"}.fa-face-grin-tears:before,.fa-grin-tears:before{content:"\f588"}.fa-phone:before{content:"\f095"}.fa-calendar-times:before,.fa-calendar-xmark:before{content:"\f273"}.fa-child-reaching:before{content:"\e59d"}.fa-head-side-virus:before{content:"\e064"}.fa-user-cog:before,.fa-user-gear:before{content:"\f4fe"}.fa-arrow-up-1-9:before,.fa-sort-numeric-up:before{content:"\f163"}.fa-door-closed:before{content:"\f52a"}.fa-shield-virus:before{content:"\e06c"}.fa-dice-six:before{content:"\f526"}.fa-mosquito-net:before{content:"\e52c"}.fa-bridge-water:before{content:"\e4ce"}.fa-person-booth:before{content:"\f756"}.fa-text-width:before{content:"\f035"}.fa-hat-wizard:before{content:"\f6e8"}.fa-pen-fancy:before{content:"\f5ac"}.fa-digging:before,.fa-person-digging:before{content:"\f85e"}.fa-trash:before{content:"\f1f8"}.fa-gauge-simple-med:before,.fa-gauge-simple:before,.fa-tachometer-average:before{content:"\f629"}.fa-book-medical:before{content:"\f7e6"}.fa-poo:before{content:"\f2fe"}.fa-quote-right-alt:before,.fa-quote-right:before{content:"\f10e"}.fa-shirt:before,.fa-t-shirt:before,.fa-tshirt:before{content:"\f553"}.fa-cubes:before{content:"\f1b3"}.fa-divide:before{content:"\f529"}.fa-tenge-sign:before,.fa-tenge:before{content:"\f7d7"}.fa-headphones:before{content:"\f025"}.fa-hands-holding:before{content:"\f4c2"}.fa-hands-clapping:before{content:"\e1a8"}.fa-republican:before{content:"\f75e"}.fa-arrow-left:before{content:"\f060"}.fa-person-circle-xmark:before{content:"\e543"}.fa-ruler:before{content:"\f545"}.fa-align-left:before{content:"\f036"}.fa-dice-d6:before{content:"\f6d1"}.fa-restroom:before{content:"\f7bd"}.fa-j:before{content:"\4a"}.fa-users-viewfinder:before{content:"\e595"}.fa-file-video:before{content:"\f1c8"}.fa-external-link-alt:before,.fa-up-right-from-square:before{content:"\f35d"}.fa-table-cells:before,.fa-th:before{content:"\f00a"}.fa-file-pdf:before{content:"\f1c1"}.fa-bible:before,.fa-book-bible:before{content:"\f647"}.fa-o:before{content:"\4f"}.fa-medkit:before,.fa-suitcase-medical:before{content:"\f0fa"}.fa-user-secret:before{content:"\f21b"}.fa-otter:before{content:"\f700"}.fa-female:before,.fa-person-dress:before{content:"\f182"}.fa-comment-dollar:before{content:"\f651"}.fa-briefcase-clock:before,.fa-business-time:before{content:"\f64a"}.fa-table-cells-large:before,.fa-th-large:before{content:"\f009"}.fa-book-tanakh:before,.fa-tanakh:before{content:"\f827"}.fa-phone-volume:before,.fa-volume-control-phone:before{content:"\f2a0"}.fa-hat-cowboy-side:before{content:"\f8c1"}.fa-clipboard-user:before{content:"\f7f3"}.fa-child:before{content:"\f1ae"}.fa-lira-sign:before{content:"\f195"}.fa-satellite:before{content:"\f7bf"}.fa-plane-lock:before{content:"\e558"}.fa-tag:before{content:"\f02b"}.fa-comment:before{content:"\f075"}.fa-birthday-cake:before,.fa-cake-candles:before,.fa-cake:before{content:"\f1fd"}.fa-envelope:before{content:"\f0e0"}.fa-angle-double-up:before,.fa-angles-up:before{content:"\f102"}.fa-paperclip:before{content:"\f0c6"}.fa-arrow-right-to-city:before{content:"\e4b3"}.fa-ribbon:before{content:"\f4d6"}.fa-lungs:before{content:"\f604"}.fa-arrow-up-9-1:before,.fa-sort-numeric-up-alt:before{content:"\f887"}.fa-litecoin-sign:before{content:"\e1d3"}.fa-border-none:before{content:"\f850"}.fa-circle-nodes:before{content:"\e4e2"}.fa-parachute-box:before{content:"\f4cd"}.fa-indent:before{content:"\f03c"}.fa-truck-field-un:before{content:"\e58e"}.fa-hourglass-empty:before,.fa-hourglass:before{content:"\f254"}.fa-mountain:before{content:"\f6fc"}.fa-user-doctor:before,.fa-user-md:before{content:"\f0f0"}.fa-circle-info:before,.fa-info-circle:before{content:"\f05a"}.fa-cloud-meatball:before{content:"\f73b"}.fa-camera-alt:before,.fa-camera:before{content:"\f030"}.fa-square-virus:before{content:"\e578"}.fa-meteor:before{content:"\f753"}.fa-car-on:before{content:"\e4dd"}.fa-sleigh:before{content:"\f7cc"}.fa-arrow-down-1-9:before,.fa-sort-numeric-asc:before,.fa-sort-numeric-down:before{content:"\f162"}.fa-hand-holding-droplet:before,.fa-hand-holding-water:before{content:"\f4c1"}.fa-water:before{content:"\f773"}.fa-calendar-check:before{content:"\f274"}.fa-braille:before{content:"\f2a1"}.fa-prescription-bottle-alt:before,.fa-prescription-bottle-medical:before{content:"\f486"}.fa-landmark:before{content:"\f66f"}.fa-truck:before{content:"\f0d1"}.fa-crosshairs:before{content:"\f05b"}.fa-person-cane:before{content:"\e53c"}.fa-tent:before{content:"\e57d"}.fa-vest-patches:before{content:"\e086"}.fa-check-double:before{content:"\f560"}.fa-arrow-down-a-z:before,.fa-sort-alpha-asc:before,.fa-sort-alpha-down:before{content:"\f15d"}.fa-money-bill-wheat:before{content:"\e52a"}.fa-cookie:before{content:"\f563"}.fa-arrow-left-rotate:before,.fa-arrow-rotate-back:before,.fa-arrow-rotate-backward:before,.fa-arrow-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-hard-drive:before,.fa-hdd:before{content:"\f0a0"}.fa-face-grin-squint-tears:before,.fa-grin-squint-tears:before{content:"\f586"}.fa-dumbbell:before{content:"\f44b"}.fa-list-alt:before,.fa-rectangle-list:before{content:"\f022"}.fa-tarp-droplet:before{content:"\e57c"}.fa-house-medical-circle-check:before{content:"\e511"}.fa-person-skiing-nordic:before,.fa-skiing-nordic:before{content:"\f7ca"}.fa-calendar-plus:before{content:"\f271"}.fa-plane-arrival:before{content:"\f5af"}.fa-arrow-alt-circle-left:before,.fa-circle-left:before{content:"\f359"}.fa-subway:before,.fa-train-subway:before{content:"\f239"}.fa-chart-gantt:before{content:"\e0e4"}.fa-indian-rupee-sign:before,.fa-indian-rupee:before,.fa-inr:before{content:"\e1bc"}.fa-crop-alt:before,.fa-crop-simple:before{content:"\f565"}.fa-money-bill-1:before,.fa-money-bill-alt:before{content:"\f3d1"}.fa-left-long:before,.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-dna:before{content:"\f471"}.fa-virus-slash:before{content:"\e075"}.fa-minus:before,.fa-subtract:before{content:"\f068"}.fa-chess:before{content:"\f439"}.fa-arrow-left-long:before,.fa-long-arrow-left:before{content:"\f177"}.fa-plug-circle-check:before{content:"\e55c"}.fa-street-view:before{content:"\f21d"}.fa-franc-sign:before{content:"\e18f"}.fa-volume-off:before{content:"\f026"}.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before,.fa-hands-american-sign-language-interpreting:before,.fa-hands-asl-interpreting:before{content:"\f2a3"}.fa-cog:before,.fa-gear:before{content:"\f013"}.fa-droplet-slash:before,.fa-tint-slash:before{content:"\f5c7"}.fa-mosque:before{content:"\f678"}.fa-mosquito:before{content:"\e52b"}.fa-star-of-david:before{content:"\f69a"}.fa-person-military-rifle:before{content:"\e54b"}.fa-cart-shopping:before,.fa-shopping-cart:before{content:"\f07a"}.fa-vials:before{content:"\f493"}.fa-plug-circle-plus:before{content:"\e55f"}.fa-place-of-worship:before{content:"\f67f"}.fa-grip-vertical:before{content:"\f58e"}.fa-arrow-turn-up:before,.fa-level-up:before{content:"\f148"}.fa-u:before{content:"\55"}.fa-square-root-alt:before,.fa-square-root-variable:before{content:"\f698"}.fa-clock-four:before,.fa-clock:before{content:"\f017"}.fa-backward-step:before,.fa-step-backward:before{content:"\f048"}.fa-pallet:before{content:"\f482"}.fa-faucet:before{content:"\e005"}.fa-baseball-bat-ball:before{content:"\f432"}.fa-s:before{content:"\53"}.fa-timeline:before{content:"\e29c"}.fa-keyboard:before{content:"\f11c"}.fa-caret-down:before{content:"\f0d7"}.fa-clinic-medical:before,.fa-house-chimney-medical:before{content:"\f7f2"}.fa-temperature-3:before,.fa-temperature-three-quarters:before,.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-mobile-android-alt:before,.fa-mobile-screen:before{content:"\f3cf"}.fa-plane-up:before{content:"\e22d"}.fa-piggy-bank:before{content:"\f4d3"}.fa-battery-3:before,.fa-battery-half:before{content:"\f242"}.fa-mountain-city:before{content:"\e52e"}.fa-coins:before{content:"\f51e"}.fa-khanda:before{content:"\f66d"}.fa-sliders-h:before,.fa-sliders:before{content:"\f1de"}.fa-folder-tree:before{content:"\f802"}.fa-network-wired:before{content:"\f6ff"}.fa-map-pin:before{content:"\f276"}.fa-hamsa:before{content:"\f665"}.fa-cent-sign:before{content:"\e3f5"}.fa-flask:before{content:"\f0c3"}.fa-person-pregnant:before{content:"\e31e"}.fa-wand-sparkles:before{content:"\f72b"}.fa-ellipsis-v:before,.fa-ellipsis-vertical:before{content:"\f142"}.fa-ticket:before{content:"\f145"}.fa-power-off:before{content:"\f011"}.fa-long-arrow-alt-right:before,.fa-right-long:before{content:"\f30b"}.fa-flag-usa:before{content:"\f74d"}.fa-laptop-file:before{content:"\e51d"}.fa-teletype:before,.fa-tty:before{content:"\f1e4"}.fa-diagram-next:before{content:"\e476"}.fa-person-rifle:before{content:"\e54e"}.fa-house-medical-circle-exclamation:before{content:"\e512"}.fa-closed-captioning:before{content:"\f20a"}.fa-hiking:before,.fa-person-hiking:before{content:"\f6ec"}.fa-venus-double:before{content:"\f226"}.fa-images:before{content:"\f302"}.fa-calculator:before{content:"\f1ec"}.fa-people-pulling:before{content:"\e535"}.fa-n:before{content:"\4e"}.fa-cable-car:before,.fa-tram:before{content:"\f7da"}.fa-cloud-rain:before{content:"\f73d"}.fa-building-circle-xmark:before{content:"\e4d4"}.fa-ship:before{content:"\f21a"}.fa-arrows-down-to-line:before{content:"\e4b8"}.fa-download:before{content:"\f019"}.fa-face-grin:before,.fa-grin:before{content:"\f580"}.fa-backspace:before,.fa-delete-left:before{content:"\f55a"}.fa-eye-dropper-empty:before,.fa-eye-dropper:before,.fa-eyedropper:before{content:"\f1fb"}.fa-file-circle-check:before{content:"\e5a0"}.fa-forward:before{content:"\f04e"}.fa-mobile-android:before,.fa-mobile-phone:before,.fa-mobile:before{content:"\f3ce"}.fa-face-meh:before,.fa-meh:before{content:"\f11a"}.fa-align-center:before{content:"\f037"}.fa-book-dead:before,.fa-book-skull:before{content:"\f6b7"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-heart-circle-exclamation:before{content:"\e4fe"}.fa-home-alt:before,.fa-home-lg-alt:before,.fa-home:before,.fa-house:before{content:"\f015"}.fa-calendar-week:before{content:"\f784"}.fa-laptop-medical:before{content:"\f812"}.fa-b:before{content:"\42"}.fa-file-medical:before{content:"\f477"}.fa-dice-one:before{content:"\f525"}.fa-kiwi-bird:before{content:"\f535"}.fa-arrow-right-arrow-left:before,.fa-exchange:before{content:"\f0ec"}.fa-redo-alt:before,.fa-rotate-forward:before,.fa-rotate-right:before{content:"\f2f9"}.fa-cutlery:before,.fa-utensils:before{content:"\f2e7"}.fa-arrow-up-wide-short:before,.fa-sort-amount-up:before{content:"\f161"}.fa-mill-sign:before{content:"\e1ed"}.fa-bowl-rice:before{content:"\e2eb"}.fa-skull:before{content:"\f54c"}.fa-broadcast-tower:before,.fa-tower-broadcast:before{content:"\f519"}.fa-truck-pickup:before{content:"\f63c"}.fa-long-arrow-alt-up:before,.fa-up-long:before{content:"\f30c"}.fa-stop:before{content:"\f04d"}.fa-code-merge:before{content:"\f387"}.fa-upload:before{content:"\f093"}.fa-hurricane:before{content:"\f751"}.fa-mound:before{content:"\e52d"}.fa-toilet-portable:before{content:"\e583"}.fa-compact-disc:before{content:"\f51f"}.fa-file-arrow-down:before,.fa-file-download:before{content:"\f56d"}.fa-caravan:before{content:"\f8ff"}.fa-shield-cat:before{content:"\e572"}.fa-bolt:before,.fa-zap:before{content:"\f0e7"}.fa-glass-water:before{content:"\e4f4"}.fa-oil-well:before{content:"\e532"}.fa-vault:before{content:"\e2c5"}.fa-mars:before{content:"\f222"}.fa-toilet:before{content:"\f7d8"}.fa-plane-circle-xmark:before{content:"\e557"}.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen-sign:before,.fa-yen:before{content:"\f157"}.fa-rouble:before,.fa-rub:before,.fa-ruble-sign:before,.fa-ruble:before{content:"\f158"}.fa-sun:before{content:"\f185"}.fa-guitar:before{content:"\f7a6"}.fa-face-laugh-wink:before,.fa-laugh-wink:before{content:"\f59c"}.fa-horse-head:before{content:"\f7ab"}.fa-bore-hole:before{content:"\e4c3"}.fa-industry:before{content:"\f275"}.fa-arrow-alt-circle-down:before,.fa-circle-down:before{content:"\f358"}.fa-arrows-turn-to-dots:before{content:"\e4c1"}.fa-florin-sign:before{content:"\e184"}.fa-arrow-down-short-wide:before,.fa-sort-amount-desc:before,.fa-sort-amount-down-alt:before{content:"\f884"}.fa-less-than:before{content:"\3c"}.fa-angle-down:before{content:"\f107"}.fa-car-tunnel:before{content:"\e4de"}.fa-head-side-cough:before{content:"\e061"}.fa-grip-lines:before{content:"\f7a4"}.fa-thumbs-down:before{content:"\f165"}.fa-user-lock:before{content:"\f502"}.fa-arrow-right-long:before,.fa-long-arrow-right:before{content:"\f178"}.fa-anchor-circle-xmark:before{content:"\e4ac"}.fa-ellipsis-h:before,.fa-ellipsis:before{content:"\f141"}.fa-chess-pawn:before{content:"\f443"}.fa-first-aid:before,.fa-kit-medical:before{content:"\f479"}.fa-person-through-window:before{content:"\e5a9"}.fa-toolbox:before{content:"\f552"}.fa-hands-holding-circle:before{content:"\e4fb"}.fa-bug:before{content:"\f188"}.fa-credit-card-alt:before,.fa-credit-card:before{content:"\f09d"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-hand-holding-hand:before{content:"\e4f7"}.fa-book-open-reader:before,.fa-book-reader:before{content:"\f5da"}.fa-mountain-sun:before{content:"\e52f"}.fa-arrows-left-right-to-line:before{content:"\e4ba"}.fa-dice-d20:before{content:"\f6cf"}.fa-truck-droplet:before{content:"\e58c"}.fa-file-circle-xmark:before{content:"\e5a1"}.fa-temperature-arrow-up:before,.fa-temperature-up:before{content:"\e040"}.fa-medal:before{content:"\f5a2"}.fa-bed:before{content:"\f236"}.fa-h-square:before,.fa-square-h:before{content:"\f0fd"}.fa-podcast:before{content:"\f2ce"}.fa-temperature-4:before,.fa-temperature-full:before,.fa-thermometer-4:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-bell:before{content:"\f0f3"}.fa-superscript:before{content:"\f12b"}.fa-plug-circle-xmark:before{content:"\e560"}.fa-star-of-life:before{content:"\f621"}.fa-phone-slash:before{content:"\f3dd"}.fa-paint-roller:before{content:"\f5aa"}.fa-hands-helping:before,.fa-handshake-angle:before{content:"\f4c4"}.fa-location-dot:before,.fa-map-marker-alt:before{content:"\f3c5"}.fa-file:before{content:"\f15b"}.fa-greater-than:before{content:"\3e"}.fa-person-swimming:before,.fa-swimmer:before{content:"\f5c4"}.fa-arrow-down:before{content:"\f063"}.fa-droplet:before,.fa-tint:before{content:"\f043"}.fa-eraser:before{content:"\f12d"}.fa-earth-america:before,.fa-earth-americas:before,.fa-earth:before,.fa-globe-americas:before{content:"\f57d"}.fa-person-burst:before{content:"\e53b"}.fa-dove:before{content:"\f4ba"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-socks:before{content:"\f696"}.fa-inbox:before{content:"\f01c"}.fa-section:before{content:"\e447"}.fa-gauge-high:before,.fa-tachometer-alt-fast:before,.fa-tachometer-alt:before{content:"\f625"}.fa-envelope-open-text:before{content:"\f658"}.fa-hospital-alt:before,.fa-hospital-wide:before,.fa-hospital:before{content:"\f0f8"}.fa-wine-bottle:before{content:"\f72f"}.fa-chess-rook:before{content:"\f447"}.fa-bars-staggered:before,.fa-reorder:before,.fa-stream:before{content:"\f550"}.fa-dharmachakra:before{content:"\f655"}.fa-hotdog:before{content:"\f80f"}.fa-blind:before,.fa-person-walking-with-cane:before{content:"\f29d"}.fa-drum:before{content:"\f569"}.fa-ice-cream:before{content:"\f810"}.fa-heart-circle-bolt:before{content:"\e4fc"}.fa-fax:before{content:"\f1ac"}.fa-paragraph:before{content:"\f1dd"}.fa-check-to-slot:before,.fa-vote-yea:before{content:"\f772"}.fa-star-half:before{content:"\f089"}.fa-boxes-alt:before,.fa-boxes-stacked:before,.fa-boxes:before{content:"\f468"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-assistive-listening-systems:before,.fa-ear-listen:before{content:"\f2a2"}.fa-tree-city:before{content:"\e587"}.fa-play:before{content:"\f04b"}.fa-font:before{content:"\f031"}.fa-table-cells-row-lock:before{content:"\e67a"}.fa-rupiah-sign:before{content:"\e23d"}.fa-magnifying-glass:before,.fa-search:before{content:"\f002"}.fa-ping-pong-paddle-ball:before,.fa-table-tennis-paddle-ball:before,.fa-table-tennis:before{content:"\f45d"}.fa-diagnoses:before,.fa-person-dots-from-line:before{content:"\f470"}.fa-trash-can-arrow-up:before,.fa-trash-restore-alt:before{content:"\f82a"}.fa-naira-sign:before{content:"\e1f6"}.fa-cart-arrow-down:before{content:"\f218"}.fa-walkie-talkie:before{content:"\f8ef"}.fa-file-edit:before,.fa-file-pen:before{content:"\f31c"}.fa-receipt:before{content:"\f543"}.fa-pen-square:before,.fa-pencil-square:before,.fa-square-pen:before{content:"\f14b"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-person-circle-exclamation:before{content:"\e53f"}.fa-chevron-down:before{content:"\f078"}.fa-battery-5:before,.fa-battery-full:before,.fa-battery:before{content:"\f240"}.fa-skull-crossbones:before{content:"\f714"}.fa-code-compare:before{content:"\e13a"}.fa-list-dots:before,.fa-list-ul:before{content:"\f0ca"}.fa-school-lock:before{content:"\e56f"}.fa-tower-cell:before{content:"\e585"}.fa-down-long:before,.fa-long-arrow-alt-down:before{content:"\f309"}.fa-ranking-star:before{content:"\e561"}.fa-chess-king:before{content:"\f43f"}.fa-person-harassing:before{content:"\e549"}.fa-brazilian-real-sign:before{content:"\e46c"}.fa-landmark-alt:before,.fa-landmark-dome:before{content:"\f752"}.fa-arrow-up:before{content:"\f062"}.fa-television:before,.fa-tv-alt:before,.fa-tv:before{content:"\f26c"}.fa-shrimp:before{content:"\e448"}.fa-list-check:before,.fa-tasks:before{content:"\f0ae"}.fa-jug-detergent:before{content:"\e519"}.fa-circle-user:before,.fa-user-circle:before{content:"\f2bd"}.fa-user-shield:before{content:"\f505"}.fa-wind:before{content:"\f72e"}.fa-car-burst:before,.fa-car-crash:before{content:"\f5e1"}.fa-y:before{content:"\59"}.fa-person-snowboarding:before,.fa-snowboarding:before{content:"\f7ce"}.fa-shipping-fast:before,.fa-truck-fast:before{content:"\f48b"}.fa-fish:before{content:"\f578"}.fa-user-graduate:before{content:"\f501"}.fa-adjust:before,.fa-circle-half-stroke:before{content:"\f042"}.fa-clapperboard:before{content:"\e131"}.fa-circle-radiation:before,.fa-radiation-alt:before{content:"\f7ba"}.fa-baseball-ball:before,.fa-baseball:before{content:"\f433"}.fa-jet-fighter-up:before{content:"\e518"}.fa-diagram-project:before,.fa-project-diagram:before{content:"\f542"}.fa-copy:before{content:"\f0c5"}.fa-volume-mute:before,.fa-volume-times:before,.fa-volume-xmark:before{content:"\f6a9"}.fa-hand-sparkles:before{content:"\e05d"}.fa-grip-horizontal:before,.fa-grip:before{content:"\f58d"}.fa-share-from-square:before,.fa-share-square:before{content:"\f14d"}.fa-child-combatant:before,.fa-child-rifle:before{content:"\e4e0"}.fa-gun:before{content:"\e19b"}.fa-phone-square:before,.fa-square-phone:before{content:"\f098"}.fa-add:before,.fa-plus:before{content:"\2b"}.fa-expand:before{content:"\f065"}.fa-computer:before{content:"\e4e5"}.fa-close:before,.fa-multiply:before,.fa-remove:before,.fa-times:before,.fa-xmark:before{content:"\f00d"}.fa-arrows-up-down-left-right:before,.fa-arrows:before{content:"\f047"}.fa-chalkboard-teacher:before,.fa-chalkboard-user:before{content:"\f51c"}.fa-peso-sign:before{content:"\e222"}.fa-building-shield:before{content:"\e4d8"}.fa-baby:before{content:"\f77c"}.fa-users-line:before{content:"\e592"}.fa-quote-left-alt:before,.fa-quote-left:before{content:"\f10d"}.fa-tractor:before{content:"\f722"}.fa-trash-arrow-up:before,.fa-trash-restore:before{content:"\f829"}.fa-arrow-down-up-lock:before{content:"\e4b0"}.fa-lines-leaning:before{content:"\e51e"}.fa-ruler-combined:before{content:"\f546"}.fa-copyright:before{content:"\f1f9"}.fa-equals:before{content:"\3d"}.fa-blender:before{content:"\f517"}.fa-teeth:before{content:"\f62e"}.fa-ils:before,.fa-shekel-sign:before,.fa-shekel:before,.fa-sheqel-sign:before,.fa-sheqel:before{content:"\f20b"}.fa-map:before{content:"\f279"}.fa-rocket:before{content:"\f135"}.fa-photo-film:before,.fa-photo-video:before{content:"\f87c"}.fa-folder-minus:before{content:"\f65d"}.fa-store:before{content:"\f54e"}.fa-arrow-trend-up:before{content:"\e098"}.fa-plug-circle-minus:before{content:"\e55e"}.fa-sign-hanging:before,.fa-sign:before{content:"\f4d9"}.fa-bezier-curve:before{content:"\f55b"}.fa-bell-slash:before{content:"\f1f6"}.fa-tablet-android:before,.fa-tablet:before{content:"\f3fb"}.fa-school-flag:before{content:"\e56e"}.fa-fill:before{content:"\f575"}.fa-angle-up:before{content:"\f106"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-holly-berry:before{content:"\f7aa"}.fa-chevron-left:before{content:"\f053"}.fa-bacteria:before{content:"\e059"}.fa-hand-lizard:before{content:"\f258"}.fa-notdef:before{content:"\e1fe"}.fa-disease:before{content:"\f7fa"}.fa-briefcase-medical:before{content:"\f469"}.fa-genderless:before{content:"\f22d"}.fa-chevron-right:before{content:"\f054"}.fa-retweet:before{content:"\f079"}.fa-car-alt:before,.fa-car-rear:before{content:"\f5de"}.fa-pump-soap:before{content:"\e06b"}.fa-video-slash:before{content:"\f4e2"}.fa-battery-2:before,.fa-battery-quarter:before{content:"\f243"}.fa-radio:before{content:"\f8d7"}.fa-baby-carriage:before,.fa-carriage-baby:before{content:"\f77d"}.fa-traffic-light:before{content:"\f637"}.fa-thermometer:before{content:"\f491"}.fa-vr-cardboard:before{content:"\f729"}.fa-hand-middle-finger:before{content:"\f806"}.fa-percent:before,.fa-percentage:before{content:"\25"}.fa-truck-moving:before{content:"\f4df"}.fa-glass-water-droplet:before{content:"\e4f5"}.fa-display:before{content:"\e163"}.fa-face-smile:before,.fa-smile:before{content:"\f118"}.fa-thumb-tack:before,.fa-thumbtack:before{content:"\f08d"}.fa-trophy:before{content:"\f091"}.fa-person-praying:before,.fa-pray:before{content:"\f683"}.fa-hammer:before{content:"\f6e3"}.fa-hand-peace:before{content:"\f25b"}.fa-rotate:before,.fa-sync-alt:before{content:"\f2f1"}.fa-spinner:before{content:"\f110"}.fa-robot:before{content:"\f544"}.fa-peace:before{content:"\f67c"}.fa-cogs:before,.fa-gears:before{content:"\f085"}.fa-warehouse:before{content:"\f494"}.fa-arrow-up-right-dots:before{content:"\e4b7"}.fa-splotch:before{content:"\f5bc"}.fa-face-grin-hearts:before,.fa-grin-hearts:before{content:"\f584"}.fa-dice-four:before{content:"\f524"}.fa-sim-card:before{content:"\f7c4"}.fa-transgender-alt:before,.fa-transgender:before{content:"\f225"}.fa-mercury:before{content:"\f223"}.fa-arrow-turn-down:before,.fa-level-down:before{content:"\f149"}.fa-person-falling-burst:before{content:"\e547"}.fa-award:before{content:"\f559"}.fa-ticket-alt:before,.fa-ticket-simple:before{content:"\f3ff"}.fa-building:before{content:"\f1ad"}.fa-angle-double-left:before,.fa-angles-left:before{content:"\f100"}.fa-qrcode:before{content:"\f029"}.fa-clock-rotate-left:before,.fa-history:before{content:"\f1da"}.fa-face-grin-beam-sweat:before,.fa-grin-beam-sweat:before{content:"\f583"}.fa-arrow-right-from-file:before,.fa-file-export:before{content:"\f56e"}.fa-shield-blank:before,.fa-shield:before{content:"\f132"}.fa-arrow-up-short-wide:before,.fa-sort-amount-up-alt:before{content:"\f885"}.fa-house-medical:before{content:"\e3b2"}.fa-golf-ball-tee:before,.fa-golf-ball:before{content:"\f450"}.fa-chevron-circle-left:before,.fa-circle-chevron-left:before{content:"\f137"}.fa-house-chimney-window:before{content:"\e00d"}.fa-pen-nib:before{content:"\f5ad"}.fa-tent-arrow-turn-left:before{content:"\e580"}.fa-tents:before{content:"\e582"}.fa-magic:before,.fa-wand-magic:before{content:"\f0d0"}.fa-dog:before{content:"\f6d3"}.fa-carrot:before{content:"\f787"}.fa-moon:before{content:"\f186"}.fa-wine-glass-alt:before,.fa-wine-glass-empty:before{content:"\f5ce"}.fa-cheese:before{content:"\f7ef"}.fa-yin-yang:before{content:"\f6ad"}.fa-music:before{content:"\f001"}.fa-code-commit:before{content:"\f386"}.fa-temperature-low:before{content:"\f76b"}.fa-biking:before,.fa-person-biking:before{content:"\f84a"}.fa-broom:before{content:"\f51a"}.fa-shield-heart:before{content:"\e574"}.fa-gopuram:before{content:"\f664"}.fa-earth-oceania:before,.fa-globe-oceania:before{content:"\e47b"}.fa-square-xmark:before,.fa-times-square:before,.fa-xmark-square:before{content:"\f2d3"}.fa-hashtag:before{content:"\23"}.fa-expand-alt:before,.fa-up-right-and-down-left-from-center:before{content:"\f424"}.fa-oil-can:before{content:"\f613"}.fa-t:before{content:"\54"}.fa-hippo:before{content:"\f6ed"}.fa-chart-column:before{content:"\e0e3"}.fa-infinity:before{content:"\f534"}.fa-vial-circle-check:before{content:"\e596"}.fa-person-arrow-down-to-line:before{content:"\e538"}.fa-voicemail:before{content:"\f897"}.fa-fan:before{content:"\f863"}.fa-person-walking-luggage:before{content:"\e554"}.fa-arrows-alt-v:before,.fa-up-down:before{content:"\f338"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-calendar:before{content:"\f133"}.fa-trailer:before{content:"\e041"}.fa-bahai:before,.fa-haykal:before{content:"\f666"}.fa-sd-card:before{content:"\f7c2"}.fa-dragon:before{content:"\f6d5"}.fa-shoe-prints:before{content:"\f54b"}.fa-circle-plus:before,.fa-plus-circle:before{content:"\f055"}.fa-face-grin-tongue-wink:before,.fa-grin-tongue-wink:before{content:"\f58b"}.fa-hand-holding:before{content:"\f4bd"}.fa-plug-circle-exclamation:before{content:"\e55d"}.fa-chain-broken:before,.fa-chain-slash:before,.fa-link-slash:before,.fa-unlink:before{content:"\f127"}.fa-clone:before{content:"\f24d"}.fa-person-walking-arrow-loop-left:before{content:"\e551"}.fa-arrow-up-z-a:before,.fa-sort-alpha-up-alt:before{content:"\f882"}.fa-fire-alt:before,.fa-fire-flame-curved:before{content:"\f7e4"}.fa-tornado:before{content:"\f76f"}.fa-file-circle-plus:before{content:"\e494"}.fa-book-quran:before,.fa-quran:before{content:"\f687"}.fa-anchor:before{content:"\f13d"}.fa-border-all:before{content:"\f84c"}.fa-angry:before,.fa-face-angry:before{content:"\f556"}.fa-cookie-bite:before{content:"\f564"}.fa-arrow-trend-down:before{content:"\e097"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-draw-polygon:before{content:"\f5ee"}.fa-balance-scale:before,.fa-scale-balanced:before{content:"\f24e"}.fa-gauge-simple-high:before,.fa-tachometer-fast:before,.fa-tachometer:before{content:"\f62a"}.fa-shower:before{content:"\f2cc"}.fa-desktop-alt:before,.fa-desktop:before{content:"\f390"}.fa-m:before{content:"\4d"}.fa-table-list:before,.fa-th-list:before{content:"\f00b"}.fa-comment-sms:before,.fa-sms:before{content:"\f7cd"}.fa-book:before{content:"\f02d"}.fa-user-plus:before{content:"\f234"}.fa-check:before{content:"\f00c"}.fa-battery-4:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-house-circle-check:before{content:"\e509"}.fa-angle-left:before{content:"\f104"}.fa-diagram-successor:before{content:"\e47a"}.fa-truck-arrow-right:before{content:"\e58b"}.fa-arrows-split-up-and-left:before{content:"\e4bc"}.fa-fist-raised:before,.fa-hand-fist:before{content:"\f6de"}.fa-cloud-moon:before{content:"\f6c3"}.fa-briefcase:before{content:"\f0b1"}.fa-person-falling:before{content:"\e546"}.fa-image-portrait:before,.fa-portrait:before{content:"\f3e0"}.fa-user-tag:before{content:"\f507"}.fa-rug:before{content:"\e569"}.fa-earth-europe:before,.fa-globe-europe:before{content:"\f7a2"}.fa-cart-flatbed-suitcase:before,.fa-luggage-cart:before{content:"\f59d"}.fa-rectangle-times:before,.fa-rectangle-xmark:before,.fa-times-rectangle:before,.fa-window-close:before{content:"\f410"}.fa-baht-sign:before{content:"\e0ac"}.fa-book-open:before{content:"\f518"}.fa-book-journal-whills:before,.fa-journal-whills:before{content:"\f66a"}.fa-handcuffs:before{content:"\e4f8"}.fa-exclamation-triangle:before,.fa-triangle-exclamation:before,.fa-warning:before{content:"\f071"}.fa-database:before{content:"\f1c0"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-bottle-droplet:before{content:"\e4c4"}.fa-mask-face:before{content:"\e1d7"}.fa-hill-rockslide:before{content:"\e508"}.fa-exchange-alt:before,.fa-right-left:before{content:"\f362"}.fa-paper-plane:before{content:"\f1d8"}.fa-road-circle-exclamation:before{content:"\e565"}.fa-dungeon:before{content:"\f6d9"}.fa-align-right:before{content:"\f038"}.fa-money-bill-1-wave:before,.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-life-ring:before{content:"\f1cd"}.fa-hands:before,.fa-sign-language:before,.fa-signing:before{content:"\f2a7"}.fa-calendar-day:before{content:"\f783"}.fa-ladder-water:before,.fa-swimming-pool:before,.fa-water-ladder:before{content:"\f5c5"}.fa-arrows-up-down:before,.fa-arrows-v:before{content:"\f07d"}.fa-face-grimace:before,.fa-grimace:before{content:"\f57f"}.fa-wheelchair-alt:before,.fa-wheelchair-move:before{content:"\e2ce"}.fa-level-down-alt:before,.fa-turn-down:before{content:"\f3be"}.fa-person-walking-arrow-right:before{content:"\e552"}.fa-envelope-square:before,.fa-square-envelope:before{content:"\f199"}.fa-dice:before{content:"\f522"}.fa-bowling-ball:before{content:"\f436"}.fa-brain:before{content:"\f5dc"}.fa-band-aid:before,.fa-bandage:before{content:"\f462"}.fa-calendar-minus:before{content:"\f272"}.fa-circle-xmark:before,.fa-times-circle:before,.fa-xmark-circle:before{content:"\f057"}.fa-gifts:before{content:"\f79c"}.fa-hotel:before{content:"\f594"}.fa-earth-asia:before,.fa-globe-asia:before{content:"\f57e"}.fa-id-card-alt:before,.fa-id-card-clip:before{content:"\f47f"}.fa-magnifying-glass-plus:before,.fa-search-plus:before{content:"\f00e"}.fa-thumbs-up:before{content:"\f164"}.fa-user-clock:before{content:"\f4fd"}.fa-allergies:before,.fa-hand-dots:before{content:"\f461"}.fa-file-invoice:before{content:"\f570"}.fa-window-minimize:before{content:"\f2d1"}.fa-coffee:before,.fa-mug-saucer:before{content:"\f0f4"}.fa-brush:before{content:"\f55d"}.fa-mask:before{content:"\f6fa"}.fa-magnifying-glass-minus:before,.fa-search-minus:before{content:"\f010"}.fa-ruler-vertical:before{content:"\f548"}.fa-user-alt:before,.fa-user-large:before{content:"\f406"}.fa-train-tram:before{content:"\e5b4"}.fa-user-nurse:before{content:"\f82f"}.fa-syringe:before{content:"\f48e"}.fa-cloud-sun:before{content:"\f6c4"}.fa-stopwatch-20:before{content:"\e06f"}.fa-square-full:before{content:"\f45c"}.fa-magnet:before{content:"\f076"}.fa-jar:before{content:"\e516"}.fa-note-sticky:before,.fa-sticky-note:before{content:"\f249"}.fa-bug-slash:before{content:"\e490"}.fa-arrow-up-from-water-pump:before{content:"\e4b6"}.fa-bone:before{content:"\f5d7"}.fa-table-cells-row-unlock:before{content:"\e691"}.fa-user-injured:before{content:"\f728"}.fa-face-sad-tear:before,.fa-sad-tear:before{content:"\f5b4"}.fa-plane:before{content:"\f072"}.fa-tent-arrows-down:before{content:"\e581"}.fa-exclamation:before{content:"\21"}.fa-arrows-spin:before{content:"\e4bb"}.fa-print:before{content:"\f02f"}.fa-try:before,.fa-turkish-lira-sign:before,.fa-turkish-lira:before{content:"\e2bb"}.fa-dollar-sign:before,.fa-dollar:before,.fa-usd:before{content:"\24"}.fa-x:before{content:"\58"}.fa-magnifying-glass-dollar:before,.fa-search-dollar:before{content:"\f688"}.fa-users-cog:before,.fa-users-gear:before{content:"\f509"}.fa-person-military-pointing:before{content:"\e54a"}.fa-bank:before,.fa-building-columns:before,.fa-institution:before,.fa-museum:before,.fa-university:before{content:"\f19c"}.fa-umbrella:before{content:"\f0e9"}.fa-trowel:before{content:"\e589"}.fa-d:before{content:"\44"}.fa-stapler:before{content:"\e5af"}.fa-masks-theater:before,.fa-theater-masks:before{content:"\f630"}.fa-kip-sign:before{content:"\e1c4"}.fa-hand-point-left:before{content:"\f0a5"}.fa-handshake-alt:before,.fa-handshake-simple:before{content:"\f4c6"}.fa-fighter-jet:before,.fa-jet-fighter:before{content:"\f0fb"}.fa-share-alt-square:before,.fa-square-share-nodes:before{content:"\f1e1"}.fa-barcode:before{content:"\f02a"}.fa-plus-minus:before{content:"\e43c"}.fa-video-camera:before,.fa-video:before{content:"\f03d"}.fa-graduation-cap:before,.fa-mortar-board:before{content:"\f19d"}.fa-hand-holding-medical:before{content:"\e05c"}.fa-person-circle-check:before{content:"\e53e"}.fa-level-up-alt:before,.fa-turn-up:before{content:"\f3bf"}
.fa-sr-only,.fa-sr-only-focusable:not(:focus),.sr-only,.sr-only-focusable:not(:focus){position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}:host,:root{--fa-style-family-brands:"Font Awesome 6 Brands";--fa-font-brands:normal 400 1em/1 "Font Awesome 6 Brands"}@font-face{font-family:"Font Awesome 6 Brands";font-style:normal;font-weight:400;font-display:block;src:url(https://arepo.pt/wp-content/plugins/zermatt-core/inc/icons/font-awesome/assets/css/../webfonts/fa-brands-400.woff2) format("woff2"),url(https://arepo.pt/wp-content/plugins/zermatt-core/inc/icons/font-awesome/assets/css/../webfonts/fa-brands-400.ttf) format("truetype")}.fa-brands,.fab{font-weight:400}.fa-monero:before{content:"\f3d0"}.fa-hooli:before{content:"\f427"}.fa-yelp:before{content:"\f1e9"}.fa-cc-visa:before{content:"\f1f0"}.fa-lastfm:before{content:"\f202"}.fa-shopware:before{content:"\f5b5"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-aws:before{content:"\f375"}.fa-redhat:before{content:"\f7bc"}.fa-yoast:before{content:"\f2b1"}.fa-cloudflare:before{content:"\e07d"}.fa-ups:before{content:"\f7e0"}.fa-pixiv:before{content:"\e640"}.fa-wpexplorer:before{content:"\f2de"}.fa-dyalog:before{content:"\f399"}.fa-bity:before{content:"\f37a"}.fa-stackpath:before{content:"\f842"}.fa-buysellads:before{content:"\f20d"}.fa-first-order:before{content:"\f2b0"}.fa-modx:before{content:"\f285"}.fa-guilded:before{content:"\e07e"}.fa-vnv:before{content:"\f40b"}.fa-js-square:before,.fa-square-js:before{content:"\f3b9"}.fa-microsoft:before{content:"\f3ca"}.fa-qq:before{content:"\f1d6"}.fa-orcid:before{content:"\f8d2"}.fa-java:before{content:"\f4e4"}.fa-invision:before{content:"\f7b0"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-centercode:before{content:"\f380"}.fa-glide-g:before{content:"\f2a6"}.fa-drupal:before{content:"\f1a9"}.fa-jxl:before{content:"\e67b"}.fa-dart-lang:before{content:"\e693"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-unity:before{content:"\e049"}.fa-whmcs:before{content:"\f40d"}.fa-rocketchat:before{content:"\f3e8"}.fa-vk:before{content:"\f189"}.fa-untappd:before{content:"\f405"}.fa-mailchimp:before{content:"\f59e"}.fa-css3-alt:before{content:"\f38b"}.fa-reddit-square:before,.fa-square-reddit:before{content:"\f1a2"}.fa-vimeo-v:before{content:"\f27d"}.fa-contao:before{content:"\f26d"}.fa-square-font-awesome:before{content:"\e5ad"}.fa-deskpro:before{content:"\f38f"}.fa-brave:before{content:"\e63c"}.fa-sistrix:before{content:"\f3ee"}.fa-instagram-square:before,.fa-square-instagram:before{content:"\e055"}.fa-battle-net:before{content:"\f835"}.fa-the-red-yeti:before{content:"\f69d"}.fa-hacker-news-square:before,.fa-square-hacker-news:before{content:"\f3af"}.fa-edge:before{content:"\f282"}.fa-threads:before{content:"\e618"}.fa-napster:before{content:"\f3d2"}.fa-snapchat-square:before,.fa-square-snapchat:before{content:"\f2ad"}.fa-google-plus-g:before{content:"\f0d5"}.fa-artstation:before{content:"\f77a"}.fa-markdown:before{content:"\f60f"}.fa-sourcetree:before{content:"\f7d3"}.fa-google-plus:before{content:"\f2b3"}.fa-diaspora:before{content:"\f791"}.fa-foursquare:before{content:"\f180"}.fa-stack-overflow:before{content:"\f16c"}.fa-github-alt:before{content:"\f113"}.fa-phoenix-squadron:before{content:"\f511"}.fa-pagelines:before{content:"\f18c"}.fa-algolia:before{content:"\f36c"}.fa-red-river:before{content:"\f3e3"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-safari:before{content:"\f267"}.fa-google:before{content:"\f1a0"}.fa-font-awesome-alt:before,.fa-square-font-awesome-stroke:before{content:"\f35c"}.fa-atlassian:before{content:"\f77b"}.fa-linkedin-in:before{content:"\f0e1"}.fa-digital-ocean:before{content:"\f391"}.fa-nimblr:before{content:"\f5a8"}.fa-chromecast:before{content:"\f838"}.fa-evernote:before{content:"\f839"}.fa-hacker-news:before{content:"\f1d4"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-adversal:before{content:"\f36a"}.fa-creative-commons:before{content:"\f25e"}.fa-watchman-monitoring:before{content:"\e087"}.fa-fonticons:before{content:"\f280"}.fa-weixin:before{content:"\f1d7"}.fa-shirtsinbulk:before{content:"\f214"}.fa-codepen:before{content:"\f1cb"}.fa-git-alt:before{content:"\f841"}.fa-lyft:before{content:"\f3c3"}.fa-rev:before{content:"\f5b2"}.fa-windows:before{content:"\f17a"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-square-viadeo:before,.fa-viadeo-square:before{content:"\f2aa"}.fa-meetup:before{content:"\f2e0"}.fa-centos:before{content:"\f789"}.fa-adn:before{content:"\f170"}.fa-cloudsmith:before{content:"\f384"}.fa-opensuse:before{content:"\e62b"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-dribbble-square:before,.fa-square-dribbble:before{content:"\f397"}.fa-codiepie:before{content:"\f284"}.fa-node:before{content:"\f419"}.fa-mix:before{content:"\f3cb"}.fa-steam:before{content:"\f1b6"}.fa-cc-apple-pay:before{content:"\f416"}.fa-scribd:before{content:"\f28a"}.fa-debian:before{content:"\e60b"}.fa-openid:before{content:"\f19b"}.fa-instalod:before{content:"\e081"}.fa-expeditedssl:before{content:"\f23e"}.fa-sellcast:before{content:"\f2da"}.fa-square-twitter:before,.fa-twitter-square:before{content:"\f081"}.fa-r-project:before{content:"\f4f7"}.fa-delicious:before{content:"\f1a5"}.fa-freebsd:before{content:"\f3a4"}.fa-vuejs:before{content:"\f41f"}.fa-accusoft:before{content:"\f369"}.fa-ioxhost:before{content:"\f208"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-app-store:before{content:"\f36f"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-itunes-note:before{content:"\f3b5"}.fa-golang:before{content:"\e40f"}.fa-kickstarter:before,.fa-square-kickstarter:before{content:"\f3bb"}.fa-grav:before{content:"\f2d6"}.fa-weibo:before{content:"\f18a"}.fa-uncharted:before{content:"\e084"}.fa-firstdraft:before{content:"\f3a1"}.fa-square-youtube:before,.fa-youtube-square:before{content:"\f431"}.fa-wikipedia-w:before{content:"\f266"}.fa-rendact:before,.fa-wpressr:before{content:"\f3e4"}.fa-angellist:before{content:"\f209"}.fa-galactic-republic:before{content:"\f50c"}.fa-nfc-directional:before{content:"\e530"}.fa-skype:before{content:"\f17e"}.fa-joget:before{content:"\f3b7"}.fa-fedora:before{content:"\f798"}.fa-stripe-s:before{content:"\f42a"}.fa-meta:before{content:"\e49b"}.fa-laravel:before{content:"\f3bd"}.fa-hotjar:before{content:"\f3b1"}.fa-bluetooth-b:before{content:"\f294"}.fa-square-letterboxd:before{content:"\e62e"}.fa-sticker-mule:before{content:"\f3f7"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-hips:before{content:"\f452"}.fa-behance:before{content:"\f1b4"}.fa-reddit:before{content:"\f1a1"}.fa-discord:before{content:"\f392"}.fa-chrome:before{content:"\f268"}.fa-app-store-ios:before{content:"\f370"}.fa-cc-discover:before{content:"\f1f2"}.fa-wpbeginner:before{content:"\f297"}.fa-confluence:before{content:"\f78d"}.fa-shoelace:before{content:"\e60c"}.fa-mdb:before{content:"\f8ca"}.fa-dochub:before{content:"\f394"}.fa-accessible-icon:before{content:"\f368"}.fa-ebay:before{content:"\f4f4"}.fa-amazon:before{content:"\f270"}.fa-unsplash:before{content:"\e07c"}.fa-yarn:before{content:"\f7e3"}.fa-square-steam:before,.fa-steam-square:before{content:"\f1b7"}.fa-500px:before{content:"\f26e"}.fa-square-vimeo:before,.fa-vimeo-square:before{content:"\f194"}.fa-asymmetrik:before{content:"\f372"}.fa-font-awesome-flag:before,.fa-font-awesome-logo-full:before,.fa-font-awesome:before{content:"\f2b4"}.fa-gratipay:before{content:"\f184"}.fa-apple:before{content:"\f179"}.fa-hive:before{content:"\e07f"}.fa-gitkraken:before{content:"\f3a6"}.fa-keybase:before{content:"\f4f5"}.fa-apple-pay:before{content:"\f415"}.fa-padlet:before{content:"\e4a0"}.fa-amazon-pay:before{content:"\f42c"}.fa-github-square:before,.fa-square-github:before{content:"\f092"}.fa-stumbleupon:before{content:"\f1a4"}.fa-fedex:before{content:"\f797"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-shopify:before{content:"\e057"}.fa-neos:before{content:"\f612"}.fa-square-threads:before{content:"\e619"}.fa-hackerrank:before{content:"\f5f7"}.fa-researchgate:before{content:"\f4f8"}.fa-swift:before{content:"\f8e1"}.fa-angular:before{content:"\f420"}.fa-speakap:before{content:"\f3f3"}.fa-angrycreative:before{content:"\f36e"}.fa-y-combinator:before{content:"\f23b"}.fa-empire:before{content:"\f1d1"}.fa-envira:before{content:"\f299"}.fa-google-scholar:before{content:"\e63b"}.fa-gitlab-square:before,.fa-square-gitlab:before{content:"\e5ae"}.fa-studiovinari:before{content:"\f3f8"}.fa-pied-piper:before{content:"\f2ae"}.fa-wordpress:before{content:"\f19a"}.fa-product-hunt:before{content:"\f288"}.fa-firefox:before{content:"\f269"}.fa-linode:before{content:"\f2b8"}.fa-goodreads:before{content:"\f3a8"}.fa-odnoklassniki-square:before,.fa-square-odnoklassniki:before{content:"\f264"}.fa-jsfiddle:before{content:"\f1cc"}.fa-sith:before{content:"\f512"}.fa-themeisle:before{content:"\f2b2"}.fa-page4:before{content:"\f3d7"}.fa-hashnode:before{content:"\e499"}.fa-react:before{content:"\f41b"}.fa-cc-paypal:before{content:"\f1f4"}.fa-squarespace:before{content:"\f5be"}.fa-cc-stripe:before{content:"\f1f5"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-bitcoin:before{content:"\f379"}.fa-keycdn:before{content:"\f3ba"}.fa-opera:before{content:"\f26a"}.fa-itch-io:before{content:"\f83a"}.fa-umbraco:before{content:"\f8e8"}.fa-galactic-senate:before{content:"\f50d"}.fa-ubuntu:before{content:"\f7df"}.fa-draft2digital:before{content:"\f396"}.fa-stripe:before{content:"\f429"}.fa-houzz:before{content:"\f27c"}.fa-gg:before{content:"\f260"}.fa-dhl:before{content:"\f790"}.fa-pinterest-square:before,.fa-square-pinterest:before{content:"\f0d3"}.fa-xing:before{content:"\f168"}.fa-blackberry:before{content:"\f37b"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-playstation:before{content:"\f3df"}.fa-quinscape:before{content:"\f459"}.fa-less:before{content:"\f41d"}.fa-blogger-b:before{content:"\f37d"}.fa-opencart:before{content:"\f23d"}.fa-vine:before{content:"\f1ca"}.fa-signal-messenger:before{content:"\e663"}.fa-paypal:before{content:"\f1ed"}.fa-gitlab:before{content:"\f296"}.fa-typo3:before{content:"\f42b"}.fa-reddit-alien:before{content:"\f281"}.fa-yahoo:before{content:"\f19e"}.fa-dailymotion:before{content:"\e052"}.fa-affiliatetheme:before{content:"\f36b"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-bootstrap:before{content:"\f836"}.fa-odnoklassniki:before{content:"\f263"}.fa-nfc-symbol:before{content:"\e531"}.fa-mintbit:before{content:"\e62f"}.fa-ethereum:before{content:"\f42e"}.fa-speaker-deck:before{content:"\f83c"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-patreon:before{content:"\f3d9"}.fa-avianex:before{content:"\f374"}.fa-ello:before{content:"\f5f1"}.fa-gofore:before{content:"\f3a7"}.fa-bimobject:before{content:"\f378"}.fa-brave-reverse:before{content:"\e63d"}.fa-facebook-f:before{content:"\f39e"}.fa-google-plus-square:before,.fa-square-google-plus:before{content:"\f0d4"}.fa-web-awesome:before{content:"\e682"}.fa-mandalorian:before{content:"\f50f"}.fa-first-order-alt:before{content:"\f50a"}.fa-osi:before{content:"\f41a"}.fa-google-wallet:before{content:"\f1ee"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-periscope:before{content:"\f3da"}.fa-fulcrum:before{content:"\f50b"}.fa-cloudscale:before{content:"\f383"}.fa-forumbee:before{content:"\f211"}.fa-mizuni:before{content:"\f3cc"}.fa-schlix:before{content:"\f3ea"}.fa-square-xing:before,.fa-xing-square:before{content:"\f169"}.fa-bandcamp:before{content:"\f2d5"}.fa-wpforms:before{content:"\f298"}.fa-cloudversify:before{content:"\f385"}.fa-usps:before{content:"\f7e1"}.fa-megaport:before{content:"\f5a3"}.fa-magento:before{content:"\f3c4"}.fa-spotify:before{content:"\f1bc"}.fa-optin-monster:before{content:"\f23c"}.fa-fly:before{content:"\f417"}.fa-aviato:before{content:"\f421"}.fa-itunes:before{content:"\f3b4"}.fa-cuttlefish:before{content:"\f38c"}.fa-blogger:before{content:"\f37c"}.fa-flickr:before{content:"\f16e"}.fa-viber:before{content:"\f409"}.fa-soundcloud:before{content:"\f1be"}.fa-digg:before{content:"\f1a6"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-letterboxd:before{content:"\e62d"}.fa-symfony:before{content:"\f83d"}.fa-maxcdn:before{content:"\f136"}.fa-etsy:before{content:"\f2d7"}.fa-facebook-messenger:before{content:"\f39f"}.fa-audible:before{content:"\f373"}.fa-think-peaks:before{content:"\f731"}.fa-bilibili:before{content:"\e3d9"}.fa-erlang:before{content:"\f39d"}.fa-x-twitter:before{content:"\e61b"}.fa-cotton-bureau:before{content:"\f89e"}.fa-dashcube:before{content:"\f210"}.fa-42-group:before,.fa-innosoft:before{content:"\e080"}.fa-stack-exchange:before{content:"\f18d"}.fa-elementor:before{content:"\f430"}.fa-pied-piper-square:before,.fa-square-pied-piper:before{content:"\e01e"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-palfed:before{content:"\f3d8"}.fa-superpowers:before{content:"\f2dd"}.fa-resolving:before{content:"\f3e7"}.fa-xbox:before{content:"\f412"}.fa-square-web-awesome-stroke:before{content:"\e684"}.fa-searchengin:before{content:"\f3eb"}.fa-tiktok:before{content:"\e07b"}.fa-facebook-square:before,.fa-square-facebook:before{content:"\f082"}.fa-renren:before{content:"\f18b"}.fa-linux:before{content:"\f17c"}.fa-glide:before{content:"\f2a5"}.fa-linkedin:before{content:"\f08c"}.fa-hubspot:before{content:"\f3b2"}.fa-deploydog:before{content:"\f38e"}.fa-twitch:before{content:"\f1e8"}.fa-flutter:before{content:"\e694"}.fa-ravelry:before{content:"\f2d9"}.fa-mixer:before{content:"\e056"}.fa-lastfm-square:before,.fa-square-lastfm:before{content:"\f203"}.fa-vimeo:before{content:"\f40a"}.fa-mendeley:before{content:"\f7b3"}.fa-uniregistry:before{content:"\f404"}.fa-figma:before{content:"\f799"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-dropbox:before{content:"\f16b"}.fa-instagram:before{content:"\f16d"}.fa-cmplid:before{content:"\e360"}.fa-upwork:before{content:"\e641"}.fa-facebook:before{content:"\f09a"}.fa-gripfire:before{content:"\f3ac"}.fa-jedi-order:before{content:"\f50e"}.fa-uikit:before{content:"\f403"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-phabricator:before{content:"\f3db"}.fa-ussunnah:before{content:"\f407"}.fa-earlybirds:before{content:"\f39a"}.fa-trade-federation:before{content:"\f513"}.fa-autoprefixer:before{content:"\f41c"}.fa-whatsapp:before{content:"\f232"}.fa-square-upwork:before{content:"\e67c"}.fa-slideshare:before{content:"\f1e7"}.fa-google-play:before{content:"\f3ab"}.fa-viadeo:before{content:"\f2a9"}.fa-line:before{content:"\f3c0"}.fa-google-drive:before{content:"\f3aa"}.fa-servicestack:before{content:"\f3ec"}.fa-simplybuilt:before{content:"\f215"}.fa-bitbucket:before{content:"\f171"}.fa-imdb:before{content:"\f2d8"}.fa-deezer:before{content:"\e077"}.fa-raspberry-pi:before{content:"\f7bb"}.fa-jira:before{content:"\f7b1"}.fa-docker:before{content:"\f395"}.fa-screenpal:before{content:"\e570"}.fa-bluetooth:before{content:"\f293"}.fa-gitter:before{content:"\f426"}.fa-d-and-d:before{content:"\f38d"}.fa-microblog:before{content:"\e01a"}.fa-cc-diners-club:before{content:"\f24c"}.fa-gg-circle:before{content:"\f261"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-yandex:before{content:"\f413"}.fa-readme:before{content:"\f4d5"}.fa-html5:before{content:"\f13b"}.fa-sellsy:before{content:"\f213"}.fa-square-web-awesome:before{content:"\e683"}.fa-sass:before{content:"\f41e"}.fa-wirsindhandwerk:before,.fa-wsh:before{content:"\e2d0"}.fa-buromobelexperte:before{content:"\f37f"}.fa-salesforce:before{content:"\f83b"}.fa-octopus-deploy:before{content:"\e082"}.fa-medapps:before{content:"\f3c6"}.fa-ns8:before{content:"\f3d5"}.fa-pinterest-p:before{content:"\f231"}.fa-apper:before{content:"\f371"}.fa-fort-awesome:before{content:"\f286"}.fa-waze:before{content:"\f83f"}.fa-bluesky:before{content:"\e671"}.fa-cc-jcb:before{content:"\f24b"}.fa-snapchat-ghost:before,.fa-snapchat:before{content:"\f2ab"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-rust:before{content:"\e07a"}.fa-wix:before{content:"\f5cf"}.fa-behance-square:before,.fa-square-behance:before{content:"\f1b5"}.fa-supple:before{content:"\f3f9"}.fa-webflow:before{content:"\e65c"}.fa-rebel:before{content:"\f1d0"}.fa-css3:before{content:"\f13c"}.fa-staylinked:before{content:"\f3f5"}.fa-kaggle:before{content:"\f5fa"}.fa-space-awesome:before{content:"\e5ac"}.fa-deviantart:before{content:"\f1bd"}.fa-cpanel:before{content:"\f388"}.fa-goodreads-g:before{content:"\f3a9"}.fa-git-square:before,.fa-square-git:before{content:"\f1d2"}.fa-square-tumblr:before,.fa-tumblr-square:before{content:"\f174"}.fa-trello:before{content:"\f181"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-get-pocket:before{content:"\f265"}.fa-perbyte:before{content:"\e083"}.fa-grunt:before{content:"\f3ad"}.fa-weebly:before{content:"\f5cc"}.fa-connectdevelop:before{content:"\f20e"}.fa-leanpub:before{content:"\f212"}.fa-black-tie:before{content:"\f27e"}.fa-themeco:before{content:"\f5c6"}.fa-python:before{content:"\f3e2"}.fa-android:before{content:"\f17b"}.fa-bots:before{content:"\e340"}.fa-free-code-camp:before{content:"\f2c5"}.fa-hornbill:before{content:"\f592"}.fa-js:before{content:"\f3b8"}.fa-ideal:before{content:"\e013"}.fa-git:before{content:"\f1d3"}.fa-dev:before{content:"\f6cc"}.fa-sketch:before{content:"\f7c6"}.fa-yandex-international:before{content:"\f414"}.fa-cc-amex:before{content:"\f1f3"}.fa-uber:before{content:"\f402"}.fa-github:before{content:"\f09b"}.fa-php:before{content:"\f457"}.fa-alipay:before{content:"\f642"}.fa-youtube:before{content:"\f167"}.fa-skyatlas:before{content:"\f216"}.fa-firefox-browser:before{content:"\e007"}.fa-replyd:before{content:"\f3e6"}.fa-suse:before{content:"\f7d6"}.fa-jenkins:before{content:"\f3b6"}.fa-twitter:before{content:"\f099"}.fa-rockrms:before{content:"\f3e9"}.fa-pinterest:before{content:"\f0d2"}.fa-buffer:before{content:"\f837"}.fa-npm:before{content:"\f3d4"}.fa-yammer:before{content:"\f840"}.fa-btc:before{content:"\f15a"}.fa-dribbble:before{content:"\f17d"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-internet-explorer:before{content:"\f26b"}.fa-stubber:before{content:"\e5c7"}.fa-telegram-plane:before,.fa-telegram:before{content:"\f2c6"}.fa-old-republic:before{content:"\f510"}.fa-odysee:before{content:"\e5c6"}.fa-square-whatsapp:before,.fa-whatsapp-square:before{content:"\f40c"}.fa-node-js:before{content:"\f3d3"}.fa-edge-legacy:before{content:"\e078"}.fa-slack-hash:before,.fa-slack:before{content:"\f198"}.fa-medrt:before{content:"\f3c8"}.fa-usb:before{content:"\f287"}.fa-tumblr:before{content:"\f173"}.fa-vaadin:before{content:"\f408"}.fa-quora:before{content:"\f2c4"}.fa-square-x-twitter:before{content:"\e61a"}.fa-reacteurope:before{content:"\f75d"}.fa-medium-m:before,.fa-medium:before{content:"\f23a"}.fa-amilia:before{content:"\f36d"}.fa-mixcloud:before{content:"\f289"}.fa-flipboard:before{content:"\f44d"}.fa-viacoin:before{content:"\f237"}.fa-critical-role:before{content:"\f6c9"}.fa-sitrox:before{content:"\e44a"}.fa-discourse:before{content:"\f393"}.fa-joomla:before{content:"\f1aa"}.fa-mastodon:before{content:"\f4f6"}.fa-airbnb:before{content:"\f834"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-buy-n-large:before{content:"\f8a6"}.fa-gulp:before{content:"\f3ae"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-strava:before{content:"\f428"}.fa-ember:before{content:"\f423"}.fa-canadian-maple-leaf:before{content:"\f785"}.fa-teamspeak:before{content:"\f4f9"}.fa-pushed:before{content:"\f3e1"}.fa-wordpress-simple:before{content:"\f411"}.fa-nutritionix:before{content:"\f3d6"}.fa-wodu:before{content:"\e088"}.fa-google-pay:before{content:"\e079"}.fa-intercom:before{content:"\f7af"}.fa-zhihu:before{content:"\f63f"}.fa-korvue:before{content:"\f42f"}.fa-pix:before{content:"\e43a"}.fa-steam-symbol:before{content:"\f3f6"}:host,:root{--fa-font-regular:normal 400 1em/1 "Font Awesome 6 Free"}@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:400;font-display:block;src:url(https://arepo.pt/wp-content/plugins/zermatt-core/inc/icons/font-awesome/assets/css/../webfonts/fa-regular-400.woff2) format("woff2"),url(https://arepo.pt/wp-content/plugins/zermatt-core/inc/icons/font-awesome/assets/css/../webfonts/fa-regular-400.ttf) format("truetype")}.fa-regular,.far{font-weight:400}:host,:root{--fa-style-family-classic:"Font Awesome 6 Free";--fa-font-solid:normal 900 1em/1 "Font Awesome 6 Free"}@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:900;font-display:block;src:url(https://arepo.pt/wp-content/plugins/zermatt-core/inc/icons/font-awesome/assets/css/../webfonts/fa-solid-900.woff2) format("woff2"),url(https://arepo.pt/wp-content/plugins/zermatt-core/inc/icons/font-awesome/assets/css/../webfonts/fa-solid-900.ttf) format("truetype")}.fa-solid,.fas{font-weight:900}@font-face{font-family:"Font Awesome 5 Brands";font-display:block;font-weight:400;src:url(https://arepo.pt/wp-content/plugins/zermatt-core/inc/icons/font-awesome/assets/css/../webfonts/fa-brands-400.woff2) format("woff2"),url(https://arepo.pt/wp-content/plugins/zermatt-core/inc/icons/font-awesome/assets/css/../webfonts/fa-brands-400.ttf) format("truetype")}@font-face{font-family:"Font Awesome 5 Free";font-display:block;font-weight:900;src:url(https://arepo.pt/wp-content/plugins/zermatt-core/inc/icons/font-awesome/assets/css/../webfonts/fa-solid-900.woff2) format("woff2"),url(https://arepo.pt/wp-content/plugins/zermatt-core/inc/icons/font-awesome/assets/css/../webfonts/fa-solid-900.ttf) format("truetype")}@font-face{font-family:"Font Awesome 5 Free";font-display:block;font-weight:400;src:url(https://arepo.pt/wp-content/plugins/zermatt-core/inc/icons/font-awesome/assets/css/../webfonts/fa-regular-400.woff2) format("woff2"),url(https://arepo.pt/wp-content/plugins/zermatt-core/inc/icons/font-awesome/assets/css/../webfonts/fa-regular-400.ttf) format("truetype")}@font-face{font-family:"FontAwesome";font-display:block;src:url(https://arepo.pt/wp-content/plugins/zermatt-core/inc/icons/font-awesome/assets/css/../webfonts/fa-solid-900.woff2) format("woff2"),url(https://arepo.pt/wp-content/plugins/zermatt-core/inc/icons/font-awesome/assets/css/../webfonts/fa-solid-900.ttf) format("truetype")}@font-face{font-family:"FontAwesome";font-display:block;src:url(https://arepo.pt/wp-content/plugins/zermatt-core/inc/icons/font-awesome/assets/css/../webfonts/fa-brands-400.woff2) format("woff2"),url(https://arepo.pt/wp-content/plugins/zermatt-core/inc/icons/font-awesome/assets/css/../webfonts/fa-brands-400.ttf) format("truetype")}@font-face{font-family:"FontAwesome";font-display:block;src:url(https://arepo.pt/wp-content/plugins/zermatt-core/inc/icons/font-awesome/assets/css/../webfonts/fa-regular-400.woff2) format("woff2"),url(https://arepo.pt/wp-content/plugins/zermatt-core/inc/icons/font-awesome/assets/css/../webfonts/fa-regular-400.ttf) format("truetype");unicode-range:u+f003,u+f006,u+f014,u+f016-f017,u+f01a-f01b,u+f01d,u+f022,u+f03e,u+f044,u+f046,u+f05c-f05d,u+f06e,u+f070,u+f087-f088,u+f08a,u+f094,u+f096-f097,u+f09d,u+f0a0,u+f0a2,u+f0a4-f0a7,u+f0c5,u+f0c7,u+f0e5-f0e6,u+f0eb,u+f0f6-f0f8,u+f10c,u+f114-f115,u+f118-f11a,u+f11c-f11d,u+f133,u+f147,u+f14e,u+f150-f152,u+f185-f186,u+f18e,u+f190-f192,u+f196,u+f1c1-f1c9,u+f1d9,u+f1db,u+f1e3,u+f1ea,u+f1f7,u+f1f9,u+f20a,u+f247-f248,u+f24a,u+f24d,u+f255-f25b,u+f25d,u+f271-f274,u+f278,u+f27b,u+f28c,u+f28e,u+f29c,u+f2b5,u+f2b7,u+f2ba,u+f2bc,u+f2be,u+f2c0-f2c1,u+f2c3,u+f2d0,u+f2d2,u+f2d4,u+f2dc}@font-face{font-family:"FontAwesome";font-display:block;src:url(https://arepo.pt/wp-content/plugins/zermatt-core/inc/icons/font-awesome/assets/css/../webfonts/fa-v4compatibility.woff2) format("woff2"),url(https://arepo.pt/wp-content/plugins/zermatt-core/inc/icons/font-awesome/assets/css/../webfonts/fa-v4compatibility.ttf) format("truetype");unicode-range:u+f041,u+f047,u+f065-f066,u+f07d-f07e,u+f080,u+f08b,u+f08e,u+f090,u+f09a,u+f0ac,u+f0ae,u+f0b2,u+f0d0,u+f0d6,u+f0e4,u+f0ec,u+f10a-f10b,u+f123,u+f13e,u+f148-f149,u+f14c,u+f156,u+f15e,u+f160-f161,u+f163,u+f175-f178,u+f195,u+f1f8,u+f219,u+f27a}/*!
  Ionicons, v4.5.10-1
  Created by Ben Sperry for the Ionic Framework, http://ionicons.com/
  https://twitter.com/benjsperry  https://twitter.com/ionicframework
  MIT License: https://github.com/driftyco/ionicons

  Android-style icons originally built by Google’s
  Material Design Icons: https://github.com/google/material-design-icons
  used under CC BY http://creativecommons.org/licenses/by/4.0/
  Modified icons to fit ionicon’s grid from original.
*/@font-face{font-family:"Ionicons";src:url(https://arepo.pt/wp-content/plugins/zermatt-core/inc/icons/ionicons/assets/css/../fonts/ionicons.eot#1774930603);src:url(https://arepo.pt/wp-content/plugins/zermatt-core/inc/icons/ionicons/assets/css/../fonts/ionicons.eot#1774930603) format("embedded-opentype"),url(https://arepo.pt/wp-content/plugins/zermatt-core/inc/icons/ionicons/assets/css/../fonts/ionicons.woff2#1774930603) format("woff2"),url(https://arepo.pt/wp-content/plugins/zermatt-core/inc/icons/ionicons/assets/css/../fonts/ionicons.woff#1774930603) format("woff"),url(https://arepo.pt/wp-content/plugins/zermatt-core/inc/icons/ionicons/assets/css/../fonts/ionicons.ttf#1774930603) format("truetype"),url(https://arepo.pt/wp-content/plugins/zermatt-core/inc/icons/ionicons/assets/css/../fonts/ionicons.svg?v=4.5.10-1#Ionicons) format("svg");font-weight:normal;font-style:normal}.ion,.ionicons,.ion-ios-add:before,.ion-ios-add-circle:before,.ion-ios-add-circle-outline:before,.ion-ios-airplane:before,.ion-ios-alarm:before,.ion-ios-albums:before,.ion-ios-alert:before,.ion-ios-american-football:before,.ion-ios-analytics:before,.ion-ios-aperture:before,.ion-ios-apps:before,.ion-ios-appstore:before,.ion-ios-archive:before,.ion-ios-arrow-back:before,.ion-ios-arrow-down:before,.ion-ios-arrow-dropdown:before,.ion-ios-arrow-dropdown-circle:before,.ion-ios-arrow-dropleft:before,.ion-ios-arrow-dropleft-circle:before,.ion-ios-arrow-dropright:before,.ion-ios-arrow-dropright-circle:before,.ion-ios-arrow-dropup:before,.ion-ios-arrow-dropup-circle:before,.ion-ios-arrow-forward:before,.ion-ios-arrow-round-back:before,.ion-ios-arrow-round-down:before,.ion-ios-arrow-round-forward:before,.ion-ios-arrow-round-up:before,.ion-ios-arrow-up:before,.ion-ios-at:before,.ion-ios-attach:before,.ion-ios-backspace:before,.ion-ios-barcode:before,.ion-ios-baseball:before,.ion-ios-basket:before,.ion-ios-basketball:before,.ion-ios-battery-charging:before,.ion-ios-battery-dead:before,.ion-ios-battery-full:before,.ion-ios-beaker:before,.ion-ios-bed:before,.ion-ios-beer:before,.ion-ios-bicycle:before,.ion-ios-bluetooth:before,.ion-ios-boat:before,.ion-ios-body:before,.ion-ios-bonfire:before,.ion-ios-book:before,.ion-ios-bookmark:before,.ion-ios-bookmarks:before,.ion-ios-bowtie:before,.ion-ios-briefcase:before,.ion-ios-browsers:before,.ion-ios-brush:before,.ion-ios-bug:before,.ion-ios-build:before,.ion-ios-bulb:before,.ion-ios-bus:before,.ion-ios-business:before,.ion-ios-cafe:before,.ion-ios-calculator:before,.ion-ios-calendar:before,.ion-ios-call:before,.ion-ios-camera:before,.ion-ios-car:before,.ion-ios-card:before,.ion-ios-cart:before,.ion-ios-cash:before,.ion-ios-cellular:before,.ion-ios-chatboxes:before,.ion-ios-chatbubbles:before,.ion-ios-checkbox:before,.ion-ios-checkbox-outline:before,.ion-ios-checkmark:before,.ion-ios-checkmark-circle:before,.ion-ios-checkmark-circle-outline:before,.ion-ios-clipboard:before,.ion-ios-clock:before,.ion-ios-close:before,.ion-ios-close-circle:before,.ion-ios-close-circle-outline:before,.ion-ios-cloud:before,.ion-ios-cloud-circle:before,.ion-ios-cloud-done:before,.ion-ios-cloud-download:before,.ion-ios-cloud-outline:before,.ion-ios-cloud-upload:before,.ion-ios-cloudy:before,.ion-ios-cloudy-night:before,.ion-ios-code:before,.ion-ios-code-download:before,.ion-ios-code-working:before,.ion-ios-cog:before,.ion-ios-color-fill:before,.ion-ios-color-filter:before,.ion-ios-color-palette:before,.ion-ios-color-wand:before,.ion-ios-compass:before,.ion-ios-construct:before,.ion-ios-contact:before,.ion-ios-contacts:before,.ion-ios-contract:before,.ion-ios-contrast:before,.ion-ios-copy:before,.ion-ios-create:before,.ion-ios-crop:before,.ion-ios-cube:before,.ion-ios-cut:before,.ion-ios-desktop:before,.ion-ios-disc:before,.ion-ios-document:before,.ion-ios-done-all:before,.ion-ios-download:before,.ion-ios-easel:before,.ion-ios-egg:before,.ion-ios-exit:before,.ion-ios-expand:before,.ion-ios-eye:before,.ion-ios-eye-off:before,.ion-ios-fastforward:before,.ion-ios-female:before,.ion-ios-filing:before,.ion-ios-film:before,.ion-ios-finger-print:before,.ion-ios-fitness:before,.ion-ios-flag:before,.ion-ios-flame:before,.ion-ios-flash:before,.ion-ios-flash-off:before,.ion-ios-flashlight:before,.ion-ios-flask:before,.ion-ios-flower:before,.ion-ios-folder:before,.ion-ios-folder-open:before,.ion-ios-football:before,.ion-ios-funnel:before,.ion-ios-gift:before,.ion-ios-git-branch:before,.ion-ios-git-commit:before,.ion-ios-git-compare:before,.ion-ios-git-merge:before,.ion-ios-git-network:before,.ion-ios-git-pull-request:before,.ion-ios-glasses:before,.ion-ios-globe:before,.ion-ios-grid:before,.ion-ios-hammer:before,.ion-ios-hand:before,.ion-ios-happy:before,.ion-ios-headset:before,.ion-ios-heart:before,.ion-ios-heart-dislike:before,.ion-ios-heart-empty:before,.ion-ios-heart-half:before,.ion-ios-help:before,.ion-ios-help-buoy:before,.ion-ios-help-circle:before,.ion-ios-help-circle-outline:before,.ion-ios-home:before,.ion-ios-hourglass:before,.ion-ios-ice-cream:before,.ion-ios-image:before,.ion-ios-images:before,.ion-ios-infinite:before,.ion-ios-information:before,.ion-ios-information-circle:before,.ion-ios-information-circle-outline:before,.ion-ios-jet:before,.ion-ios-journal:before,.ion-ios-key:before,.ion-ios-keypad:before,.ion-ios-laptop:before,.ion-ios-leaf:before,.ion-ios-link:before,.ion-ios-list:before,.ion-ios-list-box:before,.ion-ios-locate:before,.ion-ios-lock:before,.ion-ios-log-in:before,.ion-ios-log-out:before,.ion-ios-magnet:before,.ion-ios-mail:before,.ion-ios-mail-open:before,.ion-ios-mail-unread:before,.ion-ios-male:before,.ion-ios-man:before,.ion-ios-map:before,.ion-ios-medal:before,.ion-ios-medical:before,.ion-ios-medkit:before,.ion-ios-megaphone:before,.ion-ios-menu:before,.ion-ios-mic:before,.ion-ios-mic-off:before,.ion-ios-microphone:before,.ion-ios-moon:before,.ion-ios-more:before,.ion-ios-move:before,.ion-ios-musical-note:before,.ion-ios-musical-notes:before,.ion-ios-navigate:before,.ion-ios-notifications:before,.ion-ios-notifications-off:before,.ion-ios-notifications-outline:before,.ion-ios-nuclear:before,.ion-ios-nutrition:before,.ion-ios-open:before,.ion-ios-options:before,.ion-ios-outlet:before,.ion-ios-paper:before,.ion-ios-paper-plane:before,.ion-ios-partly-sunny:before,.ion-ios-pause:before,.ion-ios-paw:before,.ion-ios-people:before,.ion-ios-person:before,.ion-ios-person-add:before,.ion-ios-phone-landscape:before,.ion-ios-phone-portrait:before,.ion-ios-photos:before,.ion-ios-pie:before,.ion-ios-pin:before,.ion-ios-pint:before,.ion-ios-pizza:before,.ion-ios-planet:before,.ion-ios-play:before,.ion-ios-play-circle:before,.ion-ios-podium:before,.ion-ios-power:before,.ion-ios-pricetag:before,.ion-ios-pricetags:before,.ion-ios-print:before,.ion-ios-pulse:before,.ion-ios-qr-scanner:before,.ion-ios-quote:before,.ion-ios-radio:before,.ion-ios-radio-button-off:before,.ion-ios-radio-button-on:before,.ion-ios-rainy:before,.ion-ios-recording:before,.ion-ios-redo:before,.ion-ios-refresh:before,.ion-ios-refresh-circle:before,.ion-ios-remove:before,.ion-ios-remove-circle:before,.ion-ios-remove-circle-outline:before,.ion-ios-reorder:before,.ion-ios-repeat:before,.ion-ios-resize:before,.ion-ios-restaurant:before,.ion-ios-return-left:before,.ion-ios-return-right:before,.ion-ios-reverse-camera:before,.ion-ios-rewind:before,.ion-ios-ribbon:before,.ion-ios-rocket:before,.ion-ios-rose:before,.ion-ios-sad:before,.ion-ios-save:before,.ion-ios-school:before,.ion-ios-search:before,.ion-ios-send:before,.ion-ios-settings:before,.ion-ios-share:before,.ion-ios-share-alt:before,.ion-ios-shirt:before,.ion-ios-shuffle:before,.ion-ios-skip-backward:before,.ion-ios-skip-forward:before,.ion-ios-snow:before,.ion-ios-speedometer:before,.ion-ios-square:before,.ion-ios-square-outline:before,.ion-ios-star:before,.ion-ios-star-half:before,.ion-ios-star-outline:before,.ion-ios-stats:before,.ion-ios-stopwatch:before,.ion-ios-subway:before,.ion-ios-sunny:before,.ion-ios-swap:before,.ion-ios-switch:before,.ion-ios-sync:before,.ion-ios-tablet-landscape:before,.ion-ios-tablet-portrait:before,.ion-ios-tennisball:before,.ion-ios-text:before,.ion-ios-thermometer:before,.ion-ios-thumbs-down:before,.ion-ios-thumbs-up:before,.ion-ios-thunderstorm:before,.ion-ios-time:before,.ion-ios-timer:before,.ion-ios-today:before,.ion-ios-train:before,.ion-ios-transgender:before,.ion-ios-trash:before,.ion-ios-trending-down:before,.ion-ios-trending-up:before,.ion-ios-trophy:before,.ion-ios-tv:before,.ion-ios-umbrella:before,.ion-ios-undo:before,.ion-ios-unlock:before,.ion-ios-videocam:before,.ion-ios-volume-high:before,.ion-ios-volume-low:before,.ion-ios-volume-mute:before,.ion-ios-volume-off:before,.ion-ios-walk:before,.ion-ios-wallet:before,.ion-ios-warning:before,.ion-ios-watch:before,.ion-ios-water:before,.ion-ios-wifi:before,.ion-ios-wine:before,.ion-ios-woman:before,.ion-logo-android:before,.ion-logo-angular:before,.ion-logo-apple:before,.ion-logo-bitbucket:before,.ion-logo-bitcoin:before,.ion-logo-buffer:before,.ion-logo-chrome:before,.ion-logo-closed-captioning:before,.ion-logo-codepen:before,.ion-logo-css3:before,.ion-logo-designernews:before,.ion-logo-dribbble:before,.ion-logo-dropbox:before,.ion-logo-euro:before,.ion-logo-facebook:before,.ion-logo-flickr:before,.ion-logo-foursquare:before,.ion-logo-freebsd-devil:before,.ion-logo-game-controller-a:before,.ion-logo-game-controller-b:before,.ion-logo-github:before,.ion-logo-google:before,.ion-logo-googleplus:before,.ion-logo-hackernews:before,.ion-logo-html5:before,.ion-logo-instagram:before,.ion-logo-ionic:before,.ion-logo-ionitron:before,.ion-logo-javascript:before,.ion-logo-linkedin:before,.ion-logo-markdown:before,.ion-logo-model-s:before,.ion-logo-no-smoking:before,.ion-logo-nodejs:before,.ion-logo-npm:before,.ion-logo-octocat:before,.ion-logo-pinterest:before,.ion-logo-playstation:before,.ion-logo-polymer:before,.ion-logo-python:before,.ion-logo-reddit:before,.ion-logo-rss:before,.ion-logo-sass:before,.ion-logo-skype:before,.ion-logo-slack:before,.ion-logo-snapchat:before,.ion-logo-steam:before,.ion-logo-tumblr:before,.ion-logo-tux:before,.ion-logo-twitch:before,.ion-logo-twitter:before,.ion-logo-usd:before,.ion-logo-vimeo:before,.ion-logo-vk:before,.ion-logo-whatsapp:before,.ion-logo-windows:before,.ion-logo-wordpress:before,.ion-logo-xbox:before,.ion-logo-xing:before,.ion-logo-yahoo:before,.ion-logo-yen:before,.ion-logo-youtube:before,.ion-md-add:before,.ion-md-add-circle:before,.ion-md-add-circle-outline:before,.ion-md-airplane:before,.ion-md-alarm:before,.ion-md-albums:before,.ion-md-alert:before,.ion-md-american-football:before,.ion-md-analytics:before,.ion-md-aperture:before,.ion-md-apps:before,.ion-md-appstore:before,.ion-md-archive:before,.ion-md-arrow-back:before,.ion-md-arrow-down:before,.ion-md-arrow-dropdown:before,.ion-md-arrow-dropdown-circle:before,.ion-md-arrow-dropleft:before,.ion-md-arrow-dropleft-circle:before,.ion-md-arrow-dropright:before,.ion-md-arrow-dropright-circle:before,.ion-md-arrow-dropup:before,.ion-md-arrow-dropup-circle:before,.ion-md-arrow-forward:before,.ion-md-arrow-round-back:before,.ion-md-arrow-round-down:before,.ion-md-arrow-round-forward:before,.ion-md-arrow-round-up:before,.ion-md-arrow-up:before,.ion-md-at:before,.ion-md-attach:before,.ion-md-backspace:before,.ion-md-barcode:before,.ion-md-baseball:before,.ion-md-basket:before,.ion-md-basketball:before,.ion-md-battery-charging:before,.ion-md-battery-dead:before,.ion-md-battery-full:before,.ion-md-beaker:before,.ion-md-bed:before,.ion-md-beer:before,.ion-md-bicycle:before,.ion-md-bluetooth:before,.ion-md-boat:before,.ion-md-body:before,.ion-md-bonfire:before,.ion-md-book:before,.ion-md-bookmark:before,.ion-md-bookmarks:before,.ion-md-bowtie:before,.ion-md-briefcase:before,.ion-md-browsers:before,.ion-md-brush:before,.ion-md-bug:before,.ion-md-build:before,.ion-md-bulb:before,.ion-md-bus:before,.ion-md-business:before,.ion-md-cafe:before,.ion-md-calculator:before,.ion-md-calendar:before,.ion-md-call:before,.ion-md-camera:before,.ion-md-car:before,.ion-md-card:before,.ion-md-cart:before,.ion-md-cash:before,.ion-md-cellular:before,.ion-md-chatboxes:before,.ion-md-chatbubbles:before,.ion-md-checkbox:before,.ion-md-checkbox-outline:before,.ion-md-checkmark:before,.ion-md-checkmark-circle:before,.ion-md-checkmark-circle-outline:before,.ion-md-clipboard:before,.ion-md-clock:before,.ion-md-close:before,.ion-md-close-circle:before,.ion-md-close-circle-outline:before,.ion-md-cloud:before,.ion-md-cloud-circle:before,.ion-md-cloud-done:before,.ion-md-cloud-download:before,.ion-md-cloud-outline:before,.ion-md-cloud-upload:before,.ion-md-cloudy:before,.ion-md-cloudy-night:before,.ion-md-code:before,.ion-md-code-download:before,.ion-md-code-working:before,.ion-md-cog:before,.ion-md-color-fill:before,.ion-md-color-filter:before,.ion-md-color-palette:before,.ion-md-color-wand:before,.ion-md-compass:before,.ion-md-construct:before,.ion-md-contact:before,.ion-md-contacts:before,.ion-md-contract:before,.ion-md-contrast:before,.ion-md-copy:before,.ion-md-create:before,.ion-md-crop:before,.ion-md-cube:before,.ion-md-cut:before,.ion-md-desktop:before,.ion-md-disc:before,.ion-md-document:before,.ion-md-done-all:before,.ion-md-download:before,.ion-md-easel:before,.ion-md-egg:before,.ion-md-exit:before,.ion-md-expand:before,.ion-md-eye:before,.ion-md-eye-off:before,.ion-md-fastforward:before,.ion-md-female:before,.ion-md-filing:before,.ion-md-film:before,.ion-md-finger-print:before,.ion-md-fitness:before,.ion-md-flag:before,.ion-md-flame:before,.ion-md-flash:before,.ion-md-flash-off:before,.ion-md-flashlight:before,.ion-md-flask:before,.ion-md-flower:before,.ion-md-folder:before,.ion-md-folder-open:before,.ion-md-football:before,.ion-md-funnel:before,.ion-md-gift:before,.ion-md-git-branch:before,.ion-md-git-commit:before,.ion-md-git-compare:before,.ion-md-git-merge:before,.ion-md-git-network:before,.ion-md-git-pull-request:before,.ion-md-glasses:before,.ion-md-globe:before,.ion-md-grid:before,.ion-md-hammer:before,.ion-md-hand:before,.ion-md-happy:before,.ion-md-headset:before,.ion-md-heart:before,.ion-md-heart-dislike:before,.ion-md-heart-empty:before,.ion-md-heart-half:before,.ion-md-help:before,.ion-md-help-buoy:before,.ion-md-help-circle:before,.ion-md-help-circle-outline:before,.ion-md-home:before,.ion-md-hourglass:before,.ion-md-ice-cream:before,.ion-md-image:before,.ion-md-images:before,.ion-md-infinite:before,.ion-md-information:before,.ion-md-information-circle:before,.ion-md-information-circle-outline:before,.ion-md-jet:before,.ion-md-journal:before,.ion-md-key:before,.ion-md-keypad:before,.ion-md-laptop:before,.ion-md-leaf:before,.ion-md-link:before,.ion-md-list:before,.ion-md-list-box:before,.ion-md-locate:before,.ion-md-lock:before,.ion-md-log-in:before,.ion-md-log-out:before,.ion-md-magnet:before,.ion-md-mail:before,.ion-md-mail-open:before,.ion-md-mail-unread:before,.ion-md-male:before,.ion-md-man:before,.ion-md-map:before,.ion-md-medal:before,.ion-md-medical:before,.ion-md-medkit:before,.ion-md-megaphone:before,.ion-md-menu:before,.ion-md-mic:before,.ion-md-mic-off:before,.ion-md-microphone:before,.ion-md-moon:before,.ion-md-more:before,.ion-md-move:before,.ion-md-musical-note:before,.ion-md-musical-notes:before,.ion-md-navigate:before,.ion-md-notifications:before,.ion-md-notifications-off:before,.ion-md-notifications-outline:before,.ion-md-nuclear:before,.ion-md-nutrition:before,.ion-md-open:before,.ion-md-options:before,.ion-md-outlet:before,.ion-md-paper:before,.ion-md-paper-plane:before,.ion-md-partly-sunny:before,.ion-md-pause:before,.ion-md-paw:before,.ion-md-people:before,.ion-md-person:before,.ion-md-person-add:before,.ion-md-phone-landscape:before,.ion-md-phone-portrait:before,.ion-md-photos:before,.ion-md-pie:before,.ion-md-pin:before,.ion-md-pint:before,.ion-md-pizza:before,.ion-md-planet:before,.ion-md-play:before,.ion-md-play-circle:before,.ion-md-podium:before,.ion-md-power:before,.ion-md-pricetag:before,.ion-md-pricetags:before,.ion-md-print:before,.ion-md-pulse:before,.ion-md-qr-scanner:before,.ion-md-quote:before,.ion-md-radio:before,.ion-md-radio-button-off:before,.ion-md-radio-button-on:before,.ion-md-rainy:before,.ion-md-recording:before,.ion-md-redo:before,.ion-md-refresh:before,.ion-md-refresh-circle:before,.ion-md-remove:before,.ion-md-remove-circle:before,.ion-md-remove-circle-outline:before,.ion-md-reorder:before,.ion-md-repeat:before,.ion-md-resize:before,.ion-md-restaurant:before,.ion-md-return-left:before,.ion-md-return-right:before,.ion-md-reverse-camera:before,.ion-md-rewind:before,.ion-md-ribbon:before,.ion-md-rocket:before,.ion-md-rose:before,.ion-md-sad:before,.ion-md-save:before,.ion-md-school:before,.ion-md-search:before,.ion-md-send:before,.ion-md-settings:before,.ion-md-share:before,.ion-md-share-alt:before,.ion-md-shirt:before,.ion-md-shuffle:before,.ion-md-skip-backward:before,.ion-md-skip-forward:before,.ion-md-snow:before,.ion-md-speedometer:before,.ion-md-square:before,.ion-md-square-outline:before,.ion-md-star:before,.ion-md-star-half:before,.ion-md-star-outline:before,.ion-md-stats:before,.ion-md-stopwatch:before,.ion-md-subway:before,.ion-md-sunny:before,.ion-md-swap:before,.ion-md-switch:before,.ion-md-sync:before,.ion-md-tablet-landscape:before,.ion-md-tablet-portrait:before,.ion-md-tennisball:before,.ion-md-text:before,.ion-md-thermometer:before,.ion-md-thumbs-down:before,.ion-md-thumbs-up:before,.ion-md-thunderstorm:before,.ion-md-time:before,.ion-md-timer:before,.ion-md-today:before,.ion-md-train:before,.ion-md-transgender:before,.ion-md-trash:before,.ion-md-trending-down:before,.ion-md-trending-up:before,.ion-md-trophy:before,.ion-md-tv:before,.ion-md-umbrella:before,.ion-md-undo:before,.ion-md-unlock:before,.ion-md-videocam:before,.ion-md-volume-high:before,.ion-md-volume-low:before,.ion-md-volume-mute:before,.ion-md-volume-off:before,.ion-md-walk:before,.ion-md-wallet:before,.ion-md-warning:before,.ion-md-watch:before,.ion-md-water:before,.ion-md-wifi:before,.ion-md-wine:before,.ion-md-woman:before{display:inline-block;font-family:"Ionicons";speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;text-rendering:auto;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ion-ios-add:before{content:""}.ion-ios-add-circle:before{content:""}.ion-ios-add-circle-outline:before{content:""}.ion-ios-airplane:before{content:""}.ion-ios-alarm:before{content:""}.ion-ios-albums:before{content:""}.ion-ios-alert:before{content:""}.ion-ios-american-football:before{content:""}.ion-ios-analytics:before{content:""}.ion-ios-aperture:before{content:""}.ion-ios-apps:before{content:""}.ion-ios-appstore:before{content:""}.ion-ios-archive:before{content:""}.ion-ios-arrow-back:before{content:""}.ion-ios-arrow-down:before{content:""}.ion-ios-arrow-dropdown:before{content:""}.ion-ios-arrow-dropdown-circle:before{content:""}.ion-ios-arrow-dropleft:before{content:""}.ion-ios-arrow-dropleft-circle:before{content:""}.ion-ios-arrow-dropright:before{content:""}.ion-ios-arrow-dropright-circle:before{content:""}.ion-ios-arrow-dropup:before{content:""}.ion-ios-arrow-dropup-circle:before{content:""}.ion-ios-arrow-forward:before{content:""}.ion-ios-arrow-round-back:before{content:""}.ion-ios-arrow-round-down:before{content:""}.ion-ios-arrow-round-forward:before{content:""}.ion-ios-arrow-round-up:before{content:""}.ion-ios-arrow-up:before{content:""}.ion-ios-at:before{content:""}.ion-ios-attach:before{content:""}.ion-ios-backspace:before{content:""}.ion-ios-barcode:before{content:""}.ion-ios-baseball:before{content:""}.ion-ios-basket:before{content:""}.ion-ios-basketball:before{content:""}.ion-ios-battery-charging:before{content:""}.ion-ios-battery-dead:before{content:""}.ion-ios-battery-full:before{content:""}.ion-ios-beaker:before{content:""}.ion-ios-bed:before{content:""}.ion-ios-beer:before{content:""}.ion-ios-bicycle:before{content:""}.ion-ios-bluetooth:before{content:""}.ion-ios-boat:before{content:""}.ion-ios-body:before{content:""}.ion-ios-bonfire:before{content:""}.ion-ios-book:before{content:""}.ion-ios-bookmark:before{content:""}.ion-ios-bookmarks:before{content:""}.ion-ios-bowtie:before{content:""}.ion-ios-briefcase:before{content:""}.ion-ios-browsers:before{content:""}.ion-ios-brush:before{content:""}.ion-ios-bug:before{content:""}.ion-ios-build:before{content:""}.ion-ios-bulb:before{content:""}.ion-ios-bus:before{content:""}.ion-ios-business:before{content:""}.ion-ios-cafe:before{content:""}.ion-ios-calculator:before{content:""}.ion-ios-calendar:before{content:""}.ion-ios-call:before{content:""}.ion-ios-camera:before{content:""}.ion-ios-car:before{content:""}.ion-ios-card:before{content:""}.ion-ios-cart:before{content:""}.ion-ios-cash:before{content:""}.ion-ios-cellular:before{content:""}.ion-ios-chatboxes:before{content:""}.ion-ios-chatbubbles:before{content:""}.ion-ios-checkbox:before{content:""}.ion-ios-checkbox-outline:before{content:""}.ion-ios-checkmark:before{content:""}.ion-ios-checkmark-circle:before{content:""}.ion-ios-checkmark-circle-outline:before{content:""}.ion-ios-clipboard:before{content:""}.ion-ios-clock:before{content:""}.ion-ios-close:before{content:""}.ion-ios-close-circle:before{content:""}.ion-ios-close-circle-outline:before{content:""}.ion-ios-cloud:before{content:""}.ion-ios-cloud-circle:before{content:""}.ion-ios-cloud-done:before{content:""}.ion-ios-cloud-download:before{content:""}.ion-ios-cloud-outline:before{content:""}.ion-ios-cloud-upload:before{content:""}.ion-ios-cloudy:before{content:""}.ion-ios-cloudy-night:before{content:""}.ion-ios-code:before{content:""}.ion-ios-code-download:before{content:""}.ion-ios-code-working:before{content:""}.ion-ios-cog:before{content:""}.ion-ios-color-fill:before{content:""}.ion-ios-color-filter:before{content:""}.ion-ios-color-palette:before{content:""}.ion-ios-color-wand:before{content:""}.ion-ios-compass:before{content:""}.ion-ios-construct:before{content:""}.ion-ios-contact:before{content:""}.ion-ios-contacts:before{content:""}.ion-ios-contract:before{content:""}.ion-ios-contrast:before{content:""}.ion-ios-copy:before{content:""}.ion-ios-create:before{content:""}.ion-ios-crop:before{content:""}.ion-ios-cube:before{content:""}.ion-ios-cut:before{content:""}.ion-ios-desktop:before{content:""}.ion-ios-disc:before{content:""}.ion-ios-document:before{content:""}.ion-ios-done-all:before{content:""}.ion-ios-download:before{content:""}.ion-ios-easel:before{content:""}.ion-ios-egg:before{content:""}.ion-ios-exit:before{content:""}.ion-ios-expand:before{content:""}.ion-ios-eye:before{content:""}.ion-ios-eye-off:before{content:""}.ion-ios-fastforward:before{content:""}.ion-ios-female:before{content:""}.ion-ios-filing:before{content:""}.ion-ios-film:before{content:""}.ion-ios-finger-print:before{content:""}.ion-ios-fitness:before{content:""}.ion-ios-flag:before{content:""}.ion-ios-flame:before{content:""}.ion-ios-flash:before{content:""}.ion-ios-flash-off:before{content:""}.ion-ios-flashlight:before{content:""}.ion-ios-flask:before{content:""}.ion-ios-flower:before{content:""}.ion-ios-folder:before{content:""}.ion-ios-folder-open:before{content:""}.ion-ios-football:before{content:""}.ion-ios-funnel:before{content:""}.ion-ios-gift:before{content:""}.ion-ios-git-branch:before{content:""}.ion-ios-git-commit:before{content:""}.ion-ios-git-compare:before{content:""}.ion-ios-git-merge:before{content:""}.ion-ios-git-network:before{content:""}.ion-ios-git-pull-request:before{content:""}.ion-ios-glasses:before{content:""}.ion-ios-globe:before{content:""}.ion-ios-grid:before{content:""}.ion-ios-hammer:before{content:""}.ion-ios-hand:before{content:""}.ion-ios-happy:before{content:""}.ion-ios-headset:before{content:""}.ion-ios-heart:before{content:""}.ion-ios-heart-dislike:before{content:""}.ion-ios-heart-empty:before{content:""}.ion-ios-heart-half:before{content:""}.ion-ios-help:before{content:""}.ion-ios-help-buoy:before{content:""}.ion-ios-help-circle:before{content:""}.ion-ios-help-circle-outline:before{content:""}.ion-ios-home:before{content:""}.ion-ios-hourglass:before{content:""}.ion-ios-ice-cream:before{content:""}.ion-ios-image:before{content:""}.ion-ios-images:before{content:""}.ion-ios-infinite:before{content:""}.ion-ios-information:before{content:""}.ion-ios-information-circle:before{content:""}.ion-ios-information-circle-outline:before{content:""}.ion-ios-jet:before{content:""}.ion-ios-journal:before{content:""}.ion-ios-key:before{content:""}.ion-ios-keypad:before{content:""}.ion-ios-laptop:before{content:""}.ion-ios-leaf:before{content:""}.ion-ios-link:before{content:""}.ion-ios-list:before{content:""}.ion-ios-list-box:before{content:""}.ion-ios-locate:before{content:""}.ion-ios-lock:before{content:""}.ion-ios-log-in:before{content:""}.ion-ios-log-out:before{content:""}.ion-ios-magnet:before{content:""}.ion-ios-mail:before{content:""}.ion-ios-mail-open:before{content:""}.ion-ios-mail-unread:before{content:""}.ion-ios-male:before{content:""}.ion-ios-man:before{content:""}.ion-ios-map:before{content:""}.ion-ios-medal:before{content:""}.ion-ios-medical:before{content:""}.ion-ios-medkit:before{content:""}.ion-ios-megaphone:before{content:""}.ion-ios-menu:before{content:""}.ion-ios-mic:before{content:""}.ion-ios-mic-off:before{content:""}.ion-ios-microphone:before{content:""}.ion-ios-moon:before{content:""}.ion-ios-more:before{content:""}.ion-ios-move:before{content:""}.ion-ios-musical-note:before{content:""}.ion-ios-musical-notes:before{content:""}.ion-ios-navigate:before{content:""}.ion-ios-notifications:before{content:""}.ion-ios-notifications-off:before{content:""}.ion-ios-notifications-outline:before{content:""}.ion-ios-nuclear:before{content:""}.ion-ios-nutrition:before{content:""}.ion-ios-open:before{content:""}.ion-ios-options:before{content:""}.ion-ios-outlet:before{content:""}.ion-ios-paper:before{content:""}.ion-ios-paper-plane:before{content:""}.ion-ios-partly-sunny:before{content:""}.ion-ios-pause:before{content:""}.ion-ios-paw:before{content:""}.ion-ios-people:before{content:""}.ion-ios-person:before{content:""}.ion-ios-person-add:before{content:""}.ion-ios-phone-landscape:before{content:""}.ion-ios-phone-portrait:before{content:""}.ion-ios-photos:before{content:""}.ion-ios-pie:before{content:""}.ion-ios-pin:before{content:""}.ion-ios-pint:before{content:""}.ion-ios-pizza:before{content:""}.ion-ios-planet:before{content:""}.ion-ios-play:before{content:""}.ion-ios-play-circle:before{content:""}.ion-ios-podium:before{content:""}.ion-ios-power:before{content:""}.ion-ios-pricetag:before{content:""}.ion-ios-pricetags:before{content:""}.ion-ios-print:before{content:""}.ion-ios-pulse:before{content:""}.ion-ios-qr-scanner:before{content:""}.ion-ios-quote:before{content:""}.ion-ios-radio:before{content:""}.ion-ios-radio-button-off:before{content:""}.ion-ios-radio-button-on:before{content:""}.ion-ios-rainy:before{content:""}.ion-ios-recording:before{content:""}.ion-ios-redo:before{content:""}.ion-ios-refresh:before{content:""}.ion-ios-refresh-circle:before{content:""}.ion-ios-remove:before{content:""}.ion-ios-remove-circle:before{content:""}.ion-ios-remove-circle-outline:before{content:""}.ion-ios-reorder:before{content:""}.ion-ios-repeat:before{content:""}.ion-ios-resize:before{content:""}.ion-ios-restaurant:before{content:""}.ion-ios-return-left:before{content:""}.ion-ios-return-right:before{content:""}.ion-ios-reverse-camera:before{content:""}.ion-ios-rewind:before{content:""}.ion-ios-ribbon:before{content:""}.ion-ios-rocket:before{content:""}.ion-ios-rose:before{content:""}.ion-ios-sad:before{content:""}.ion-ios-save:before{content:""}.ion-ios-school:before{content:""}.ion-ios-search:before{content:""}.ion-ios-send:before{content:""}.ion-ios-settings:before{content:""}.ion-ios-share:before{content:""}.ion-ios-share-alt:before{content:""}.ion-ios-shirt:before{content:""}.ion-ios-shuffle:before{content:""}.ion-ios-skip-backward:before{content:""}.ion-ios-skip-forward:before{content:""}.ion-ios-snow:before{content:""}.ion-ios-speedometer:before{content:""}.ion-ios-square:before{content:""}.ion-ios-square-outline:before{content:""}.ion-ios-star:before{content:""}.ion-ios-star-half:before{content:""}.ion-ios-star-outline:before{content:""}.ion-ios-stats:before{content:""}.ion-ios-stopwatch:before{content:""}.ion-ios-subway:before{content:""}.ion-ios-sunny:before{content:""}.ion-ios-swap:before{content:""}.ion-ios-switch:before{content:""}.ion-ios-sync:before{content:""}.ion-ios-tablet-landscape:before{content:""}.ion-ios-tablet-portrait:before{content:""}.ion-ios-tennisball:before{content:""}.ion-ios-text:before{content:""}.ion-ios-thermometer:before{content:""}.ion-ios-thumbs-down:before{content:""}.ion-ios-thumbs-up:before{content:""}.ion-ios-thunderstorm:before{content:""}.ion-ios-time:before{content:""}.ion-ios-timer:before{content:""}.ion-ios-today:before{content:""}.ion-ios-train:before{content:""}.ion-ios-transgender:before{content:""}.ion-ios-trash:before{content:""}.ion-ios-trending-down:before{content:""}.ion-ios-trending-up:before{content:""}.ion-ios-trophy:before{content:""}.ion-ios-tv:before{content:""}.ion-ios-umbrella:before{content:""}.ion-ios-undo:before{content:""}.ion-ios-unlock:before{content:""}.ion-ios-videocam:before{content:""}.ion-ios-volume-high:before{content:""}.ion-ios-volume-low:before{content:""}.ion-ios-volume-mute:before{content:""}.ion-ios-volume-off:before{content:""}.ion-ios-walk:before{content:""}.ion-ios-wallet:before{content:""}.ion-ios-warning:before{content:""}.ion-ios-watch:before{content:""}.ion-ios-water:before{content:""}.ion-ios-wifi:before{content:""}.ion-ios-wine:before{content:""}.ion-ios-woman:before{content:""}.ion-logo-android:before{content:""}.ion-logo-angular:before{content:""}.ion-logo-apple:before{content:""}.ion-logo-bitbucket:before{content:""}.ion-logo-bitcoin:before{content:""}.ion-logo-buffer:before{content:""}.ion-logo-chrome:before{content:""}.ion-logo-closed-captioning:before{content:""}.ion-logo-codepen:before{content:""}.ion-logo-css3:before{content:""}.ion-logo-designernews:before{content:""}.ion-logo-dribbble:before{content:""}.ion-logo-dropbox:before{content:""}.ion-logo-euro:before{content:""}.ion-logo-facebook:before{content:""}.ion-logo-flickr:before{content:""}.ion-logo-foursquare:before{content:""}.ion-logo-freebsd-devil:before{content:""}.ion-logo-game-controller-a:before{content:""}.ion-logo-game-controller-b:before{content:""}.ion-logo-github:before{content:""}.ion-logo-google:before{content:""}.ion-logo-googleplus:before{content:""}.ion-logo-hackernews:before{content:""}.ion-logo-html5:before{content:""}.ion-logo-instagram:before{content:""}.ion-logo-ionic:before{content:""}.ion-logo-ionitron:before{content:""}.ion-logo-javascript:before{content:""}.ion-logo-linkedin:before{content:""}.ion-logo-markdown:before{content:""}.ion-logo-model-s:before{content:""}.ion-logo-no-smoking:before{content:""}.ion-logo-nodejs:before{content:""}.ion-logo-npm:before{content:""}.ion-logo-octocat:before{content:""}.ion-logo-pinterest:before{content:""}.ion-logo-playstation:before{content:""}.ion-logo-polymer:before{content:""}.ion-logo-python:before{content:""}.ion-logo-reddit:before{content:""}.ion-logo-rss:before{content:""}.ion-logo-sass:before{content:""}.ion-logo-skype:before{content:""}.ion-logo-slack:before{content:""}.ion-logo-snapchat:before{content:""}.ion-logo-steam:before{content:""}.ion-logo-tumblr:before{content:""}.ion-logo-tux:before{content:""}.ion-logo-twitch:before{content:""}.ion-logo-twitter:before{content:""}.ion-logo-usd:before{content:""}.ion-logo-vimeo:before{content:""}.ion-logo-vk:before{content:""}.ion-logo-whatsapp:before{content:""}.ion-logo-windows:before{content:""}.ion-logo-wordpress:before{content:""}.ion-logo-xbox:before{content:""}.ion-logo-xing:before{content:""}.ion-logo-yahoo:before{content:""}.ion-logo-yen:before{content:""}.ion-logo-youtube:before{content:""}.ion-md-add:before{content:""}.ion-md-add-circle:before{content:""}.ion-md-add-circle-outline:before{content:""}.ion-md-airplane:before{content:""}.ion-md-alarm:before{content:""}.ion-md-albums:before{content:""}.ion-md-alert:before{content:""}.ion-md-american-football:before{content:""}.ion-md-analytics:before{content:""}.ion-md-aperture:before{content:""}.ion-md-apps:before{content:""}.ion-md-appstore:before{content:""}.ion-md-archive:before{content:""}.ion-md-arrow-back:before{content:""}.ion-md-arrow-down:before{content:""}.ion-md-arrow-dropdown:before{content:""}.ion-md-arrow-dropdown-circle:before{content:""}.ion-md-arrow-dropleft:before{content:""}.ion-md-arrow-dropleft-circle:before{content:""}.ion-md-arrow-dropright:before{content:""}.ion-md-arrow-dropright-circle:before{content:""}.ion-md-arrow-dropup:before{content:""}.ion-md-arrow-dropup-circle:before{content:""}.ion-md-arrow-forward:before{content:""}.ion-md-arrow-round-back:before{content:""}.ion-md-arrow-round-down:before{content:""}.ion-md-arrow-round-forward:before{content:""}.ion-md-arrow-round-up:before{content:""}.ion-md-arrow-up:before{content:""}.ion-md-at:before{content:""}.ion-md-attach:before{content:""}.ion-md-backspace:before{content:""}.ion-md-barcode:before{content:""}.ion-md-baseball:before{content:""}.ion-md-basket:before{content:""}.ion-md-basketball:before{content:""}.ion-md-battery-charging:before{content:""}.ion-md-battery-dead:before{content:""}.ion-md-battery-full:before{content:""}.ion-md-beaker:before{content:""}.ion-md-bed:before{content:""}.ion-md-beer:before{content:""}.ion-md-bicycle:before{content:""}.ion-md-bluetooth:before{content:""}.ion-md-boat:before{content:""}.ion-md-body:before{content:""}.ion-md-bonfire:before{content:""}.ion-md-book:before{content:""}.ion-md-bookmark:before{content:""}.ion-md-bookmarks:before{content:""}.ion-md-bowtie:before{content:""}.ion-md-briefcase:before{content:""}.ion-md-browsers:before{content:""}.ion-md-brush:before{content:""}.ion-md-bug:before{content:""}.ion-md-build:before{content:""}.ion-md-bulb:before{content:""}.ion-md-bus:before{content:""}.ion-md-business:before{content:""}.ion-md-cafe:before{content:""}.ion-md-calculator:before{content:""}.ion-md-calendar:before{content:""}.ion-md-call:before{content:""}.ion-md-camera:before{content:""}.ion-md-car:before{content:""}.ion-md-card:before{content:""}.ion-md-cart:before{content:""}.ion-md-cash:before{content:""}.ion-md-cellular:before{content:""}.ion-md-chatboxes:before{content:""}.ion-md-chatbubbles:before{content:""}.ion-md-checkbox:before{content:""}.ion-md-checkbox-outline:before{content:""}.ion-md-checkmark:before{content:""}.ion-md-checkmark-circle:before{content:""}.ion-md-checkmark-circle-outline:before{content:""}.ion-md-clipboard:before{content:""}.ion-md-clock:before{content:""}.ion-md-close:before{content:""}.ion-md-close-circle:before{content:""}.ion-md-close-circle-outline:before{content:""}.ion-md-cloud:before{content:""}.ion-md-cloud-circle:before{content:""}.ion-md-cloud-done:before{content:""}.ion-md-cloud-download:before{content:""}.ion-md-cloud-outline:before{content:""}.ion-md-cloud-upload:before{content:""}.ion-md-cloudy:before{content:""}.ion-md-cloudy-night:before{content:""}.ion-md-code:before{content:""}.ion-md-code-download:before{content:""}.ion-md-code-working:before{content:""}.ion-md-cog:before{content:""}.ion-md-color-fill:before{content:""}.ion-md-color-filter:before{content:""}.ion-md-color-palette:before{content:""}.ion-md-color-wand:before{content:""}.ion-md-compass:before{content:""}.ion-md-construct:before{content:""}.ion-md-contact:before{content:""}.ion-md-contacts:before{content:""}.ion-md-contract:before{content:""}.ion-md-contrast:before{content:""}.ion-md-copy:before{content:""}.ion-md-create:before{content:""}.ion-md-crop:before{content:""}.ion-md-cube:before{content:""}.ion-md-cut:before{content:""}.ion-md-desktop:before{content:""}.ion-md-disc:before{content:""}.ion-md-document:before{content:""}.ion-md-done-all:before{content:""}.ion-md-download:before{content:""}.ion-md-easel:before{content:""}.ion-md-egg:before{content:""}.ion-md-exit:before{content:""}.ion-md-expand:before{content:""}.ion-md-eye:before{content:""}.ion-md-eye-off:before{content:""}.ion-md-fastforward:before{content:""}.ion-md-female:before{content:""}.ion-md-filing:before{content:""}.ion-md-film:before{content:""}.ion-md-finger-print:before{content:""}.ion-md-fitness:before{content:""}.ion-md-flag:before{content:""}.ion-md-flame:before{content:""}.ion-md-flash:before{content:""}.ion-md-flash-off:before{content:""}.ion-md-flashlight:before{content:""}.ion-md-flask:before{content:""}.ion-md-flower:before{content:""}.ion-md-folder:before{content:""}.ion-md-folder-open:before{content:""}.ion-md-football:before{content:""}.ion-md-funnel:before{content:""}.ion-md-gift:before{content:""}.ion-md-git-branch:before{content:""}.ion-md-git-commit:before{content:""}.ion-md-git-compare:before{content:""}.ion-md-git-merge:before{content:""}.ion-md-git-network:before{content:""}.ion-md-git-pull-request:before{content:""}.ion-md-glasses:before{content:""}.ion-md-globe:before{content:""}.ion-md-grid:before{content:""}.ion-md-hammer:before{content:""}.ion-md-hand:before{content:""}.ion-md-happy:before{content:""}.ion-md-headset:before{content:""}.ion-md-heart:before{content:""}.ion-md-heart-dislike:before{content:""}.ion-md-heart-empty:before{content:""}.ion-md-heart-half:before{content:""}.ion-md-help:before{content:""}.ion-md-help-buoy:before{content:""}.ion-md-help-circle:before{content:""}.ion-md-help-circle-outline:before{content:""}.ion-md-home:before{content:""}.ion-md-hourglass:before{content:""}.ion-md-ice-cream:before{content:""}.ion-md-image:before{content:""}.ion-md-images:before{content:""}.ion-md-infinite:before{content:""}.ion-md-information:before{content:""}.ion-md-information-circle:before{content:""}.ion-md-information-circle-outline:before{content:""}.ion-md-jet:before{content:""}.ion-md-journal:before{content:""}.ion-md-key:before{content:""}.ion-md-keypad:before{content:""}.ion-md-laptop:before{content:""}.ion-md-leaf:before{content:""}.ion-md-link:before{content:""}.ion-md-list:before{content:""}.ion-md-list-box:before{content:""}.ion-md-locate:before{content:""}.ion-md-lock:before{content:""}.ion-md-log-in:before{content:""}.ion-md-log-out:before{content:""}.ion-md-magnet:before{content:""}.ion-md-mail:before{content:""}.ion-md-mail-open:before{content:""}.ion-md-mail-unread:before{content:""}.ion-md-male:before{content:""}.ion-md-man:before{content:""}.ion-md-map:before{content:""}.ion-md-medal:before{content:""}.ion-md-medical:before{content:""}.ion-md-medkit:before{content:""}.ion-md-megaphone:before{content:""}.ion-md-menu:before{content:""}.ion-md-mic:before{content:""}.ion-md-mic-off:before{content:""}.ion-md-microphone:before{content:""}.ion-md-moon:before{content:""}.ion-md-more:before{content:""}.ion-md-move:before{content:""}.ion-md-musical-note:before{content:""}.ion-md-musical-notes:before{content:""}.ion-md-navigate:before{content:""}.ion-md-notifications:before{content:""}.ion-md-notifications-off:before{content:""}.ion-md-notifications-outline:before{content:""}.ion-md-nuclear:before{content:""}.ion-md-nutrition:before{content:""}.ion-md-open:before{content:""}.ion-md-options:before{content:""}.ion-md-outlet:before{content:""}.ion-md-paper:before{content:""}.ion-md-paper-plane:before{content:""}.ion-md-partly-sunny:before{content:""}.ion-md-pause:before{content:""}.ion-md-paw:before{content:""}.ion-md-people:before{content:""}.ion-md-person:before{content:""}.ion-md-person-add:before{content:""}.ion-md-phone-landscape:before{content:""}.ion-md-phone-portrait:before{content:""}.ion-md-photos:before{content:""}.ion-md-pie:before{content:""}.ion-md-pin:before{content:""}.ion-md-pint:before{content:""}.ion-md-pizza:before{content:""}.ion-md-planet:before{content:""}.ion-md-play:before{content:""}.ion-md-play-circle:before{content:""}.ion-md-podium:before{content:""}.ion-md-power:before{content:""}.ion-md-pricetag:before{content:""}.ion-md-pricetags:before{content:""}.ion-md-print:before{content:""}.ion-md-pulse:before{content:""}.ion-md-qr-scanner:before{content:""}.ion-md-quote:before{content:""}.ion-md-radio:before{content:""}.ion-md-radio-button-off:before{content:""}.ion-md-radio-button-on:before{content:""}.ion-md-rainy:before{content:""}.ion-md-recording:before{content:""}.ion-md-redo:before{content:""}.ion-md-refresh:before{content:""}.ion-md-refresh-circle:before{content:""}.ion-md-remove:before{content:""}.ion-md-remove-circle:before{content:""}.ion-md-remove-circle-outline:before{content:""}.ion-md-reorder:before{content:""}.ion-md-repeat:before{content:""}.ion-md-resize:before{content:""}.ion-md-restaurant:before{content:""}.ion-md-return-left:before{content:""}.ion-md-return-right:before{content:""}.ion-md-reverse-camera:before{content:""}.ion-md-rewind:before{content:""}.ion-md-ribbon:before{content:""}.ion-md-rocket:before{content:""}.ion-md-rose:before{content:""}.ion-md-sad:before{content:""}.ion-md-save:before{content:""}.ion-md-school:before{content:""}.ion-md-search:before{content:""}.ion-md-send:before{content:""}.ion-md-settings:before{content:""}.ion-md-share:before{content:""}.ion-md-share-alt:before{content:""}.ion-md-shirt:before{content:""}.ion-md-shuffle:before{content:""}.ion-md-skip-backward:before{content:""}.ion-md-skip-forward:before{content:""}.ion-md-snow:before{content:""}.ion-md-speedometer:before{content:""}.ion-md-square:before{content:""}.ion-md-square-outline:before{content:""}.ion-md-star:before{content:""}.ion-md-star-half:before{content:""}.ion-md-star-outline:before{content:""}.ion-md-stats:before{content:""}.ion-md-stopwatch:before{content:""}.ion-md-subway:before{content:""}.ion-md-sunny:before{content:""}.ion-md-swap:before{content:""}.ion-md-switch:before{content:""}.ion-md-sync:before{content:""}.ion-md-tablet-landscape:before{content:""}.ion-md-tablet-portrait:before{content:""}.ion-md-tennisball:before{content:""}.ion-md-text:before{content:""}.ion-md-thermometer:before{content:""}.ion-md-thumbs-down:before{content:""}.ion-md-thumbs-up:before{content:""}.ion-md-thunderstorm:before{content:""}.ion-md-time:before{content:""}.ion-md-timer:before{content:""}.ion-md-today:before{content:""}.ion-md-train:before{content:""}.ion-md-transgender:before{content:""}.ion-md-trash:before{content:""}.ion-md-trending-down:before{content:""}.ion-md-trending-up:before{content:""}.ion-md-trophy:before{content:""}.ion-md-tv:before{content:""}.ion-md-umbrella:before{content:""}.ion-md-undo:before{content:""}.ion-md-unlock:before{content:""}.ion-md-videocam:before{content:""}.ion-md-volume-high:before{content:""}.ion-md-volume-low:before{content:""}.ion-md-volume-mute:before{content:""}.ion-md-volume-off:before{content:""}.ion-md-walk:before{content:""}.ion-md-wallet:before{content:""}.ion-md-warning:before{content:""}.ion-md-watch:before{content:""}.ion-md-water:before{content:""}.ion-md-wifi:before{content:""}.ion-md-wine:before{content:""}.ion-md-woman:before{content:""}@font-face{font-family:"linea-arrows-10";src:url(https://arepo.pt/wp-content/plugins/zermatt-core/inc/icons/linea-icons/assets/css/../fonts/arrows/fonts/linea-arrows-10.eot);src:url(https://arepo.pt/wp-content/plugins/zermatt-core/inc/icons/linea-icons/assets/css/../fonts/arrows/fonts/linea-arrows-10.eot#1774930603) format("embedded-opentype"),url(https://arepo.pt/wp-content/plugins/zermatt-core/inc/icons/linea-icons/assets/css/../fonts/arrows/fonts/linea-arrows-10.woff) format("woff"),url(https://arepo.pt/wp-content/plugins/zermatt-core/inc/icons/linea-icons/assets/css/../fonts/arrows/fonts/linea-arrows-10.ttf) format("truetype"),url(https://arepo.pt/wp-content/plugins/zermatt-core/inc/icons/linea-icons/assets/css/../fonts/arrows/fonts/linea-arrows-10.svg#linea-arrows-10) format("svg");font-weight:normal;font-style:normal}@font-face{font-family:"linea-basic-10";src:url(https://arepo.pt/wp-content/plugins/zermatt-core/inc/icons/linea-icons/assets/css/../fonts/basic/fonts/linea-basic-10.eot);src:url(https://arepo.pt/wp-content/plugins/zermatt-core/inc/icons/linea-icons/assets/css/../fonts/basic/fonts/linea-basic-10.eot#1774930603) format("embedded-opentype"),url(https://arepo.pt/wp-content/plugins/zermatt-core/inc/icons/linea-icons/assets/css/../fonts/basic/fonts/linea-basic-10.woff) format("woff"),url(https://arepo.pt/wp-content/plugins/zermatt-core/inc/icons/linea-icons/assets/css/../fonts/basic/fonts/linea-basic-10.ttf) format("truetype"),url(https://arepo.pt/wp-content/plugins/zermatt-core/inc/icons/linea-icons/assets/css/../fonts/basic/fonts/linea-basic-10.svg#linea-basic-10) format("svg");font-weight:normal;font-style:normal}@font-face{font-family:"linea-basic-elaboration-10";src:url(https://arepo.pt/wp-content/plugins/zermatt-core/inc/icons/linea-icons/assets/css/../fonts/basic-elaboration/fonts/linea-basic-elaboration-10.eot);src:url(https://arepo.pt/wp-content/plugins/zermatt-core/inc/icons/linea-icons/assets/css/../fonts/basic-elaboration/fonts/linea-basic-elaboration-10.eot#1774930603) format("embedded-opentype"),url(https://arepo.pt/wp-content/plugins/zermatt-core/inc/icons/linea-icons/assets/css/../fonts/basic-elaboration/fonts/linea-basic-elaboration-10.woff) format("woff"),url(https://arepo.pt/wp-content/plugins/zermatt-core/inc/icons/linea-icons/assets/css/../fonts/basic-elaboration/fonts/linea-basic-elaboration-10.ttf) format("truetype"),url(https://arepo.pt/wp-content/plugins/zermatt-core/inc/icons/linea-icons/assets/css/../fonts/basic-elaboration/fonts/linea-basic-elaboration-10.svg#linea-basic-elaboration-10) format("svg");font-weight:normal;font-style:normal}@font-face{font-family:"linea-ecommerce-10";src:url(https://arepo.pt/wp-content/plugins/zermatt-core/inc/icons/linea-icons/assets/css/../fonts/ecommerce/fonts/linea-ecommerce-10.eot);src:url(https://arepo.pt/wp-content/plugins/zermatt-core/inc/icons/linea-icons/assets/css/../fonts/ecommerce/fonts/linea-ecommerce-10.eot#1774930603) format("embedded-opentype"),url(https://arepo.pt/wp-content/plugins/zermatt-core/inc/icons/linea-icons/assets/css/../fonts/ecommerce/fonts/linea-ecommerce-10.woff) format("woff"),url(https://arepo.pt/wp-content/plugins/zermatt-core/inc/icons/linea-icons/assets/css/../fonts/ecommerce/fonts/linea-ecommerce-10.ttf) format("truetype"),url(https://arepo.pt/wp-content/plugins/zermatt-core/inc/icons/linea-icons/assets/css/../fonts/ecommerce/fonts/linea-ecommerce-10.svg#linea-ecommerce-10) format("svg");font-weight:normal;font-style:normal}@font-face{font-family:"linea-music-10";src:url(https://arepo.pt/wp-content/plugins/zermatt-core/inc/icons/linea-icons/assets/css/../fonts/music/fonts/linea-music-10.eot);src:url(https://arepo.pt/wp-content/plugins/zermatt-core/inc/icons/linea-icons/assets/css/../fonts/music/fonts/linea-music-10.eot#1774930603) format("embedded-opentype"),url(https://arepo.pt/wp-content/plugins/zermatt-core/inc/icons/linea-icons/assets/css/../fonts/music/fonts/linea-music-10.woff) format("woff"),url(https://arepo.pt/wp-content/plugins/zermatt-core/inc/icons/linea-icons/assets/css/../fonts/music/fonts/linea-music-10.ttf) format("truetype"),url(https://arepo.pt/wp-content/plugins/zermatt-core/inc/icons/linea-icons/assets/css/../fonts/music/fonts/linea-music-10.svg#linea-music-10) format("svg");font-weight:normal;font-style:normal}@font-face{font-family:"linea-software-10";src:url(https://arepo.pt/wp-content/plugins/zermatt-core/inc/icons/linea-icons/assets/css/../fonts/software/fonts/linea-software-10.eot);src:url(https://arepo.pt/wp-content/plugins/zermatt-core/inc/icons/linea-icons/assets/css/../fonts/software/fonts/linea-software-10.eot#1774930603) format("embedded-opentype"),url(https://arepo.pt/wp-content/plugins/zermatt-core/inc/icons/linea-icons/assets/css/../fonts/software/fonts/linea-software-10.woff) format("woff"),url(https://arepo.pt/wp-content/plugins/zermatt-core/inc/icons/linea-icons/assets/css/../fonts/software/fonts/linea-software-10.ttf) format("truetype"),url(https://arepo.pt/wp-content/plugins/zermatt-core/inc/icons/linea-icons/assets/css/../fonts/software/fonts/linea-software-10.svg#linea-software-10) format("svg");font-weight:normal;font-style:normal}@font-face{font-family:"linea-weather-10";src:url(https://arepo.pt/wp-content/plugins/zermatt-core/inc/icons/linea-icons/assets/css/../fonts/weather/fonts/linea-weather-10.eot);src:url(https://arepo.pt/wp-content/plugins/zermatt-core/inc/icons/linea-icons/assets/css/../fonts/weather/fonts/linea-weather-10.eot#1774930603) format("embedded-opentype"),url(https://arepo.pt/wp-content/plugins/zermatt-core/inc/icons/linea-icons/assets/css/../fonts/weather/fonts/linea-weather-10.woff) format("woff"),url(https://arepo.pt/wp-content/plugins/zermatt-core/inc/icons/linea-icons/assets/css/../fonts/weather/fonts/linea-weather-10.ttf) format("truetype"),url(https://arepo.pt/wp-content/plugins/zermatt-core/inc/icons/linea-icons/assets/css/../fonts/weather/fonts/linea-weather-10.svg#linea-weather-10) format("svg");font-weight:normal;font-style:normal}[class^="icon-arrows"][data-icon]:before{font-family:"linea-arrows-10"!important;content:attr(data-icon);font-style:normal!important;font-weight:normal!important;font-variant:normal!important;text-transform:none!important;speak:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}[class^="icon-arrows-"]:before,[class*=" icon-arrows-"]:before{font-family:"linea-arrows-10"!important;font-style:normal!important;font-weight:normal!important;font-variant:normal!important;text-transform:none!important;speak:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-arrows-anticlockwise:before{content:"\e000"}.icon-arrows-anticlockwise-dashed:before{content:"\e001"}.icon-arrows-button-down:before{content:"\e002"}.icon-arrows-button-off:before{content:"\e003"}.icon-arrows-button-on:before{content:"\e004"}.icon-arrows-button-up:before{content:"\e005"}.icon-arrows-check:before{content:"\e006"}.icon-arrows-circle-check:before{content:"\e007"}.icon-arrows-circle-down:before{content:"\e008"}.icon-arrows-circle-downleft:before{content:"\e009"}.icon-arrows-circle-downright:before{content:"\e00a"}.icon-arrows-circle-left:before{content:"\e00b"}.icon-arrows-circle-minus:before{content:"\e00c"}.icon-arrows-circle-plus:before{content:"\e00d"}.icon-arrows-circle-remove:before{content:"\e00e"}.icon-arrows-circle-right:before{content:"\e00f"}.icon-arrows-circle-up:before{content:"\e010"}.icon-arrows-circle-upleft:before{content:"\e011"}.icon-arrows-circle-upright:before{content:"\e012"}.icon-arrows-clockwise:before{content:"\e013"}.icon-arrows-clockwise-dashed:before{content:"\e014"}.icon-arrows-compress:before{content:"\e015"}.icon-arrows-deny:before{content:"\e016"}.icon-arrows-diagonal:before{content:"\e017"}.icon-arrows-diagonal2:before{content:"\e018"}.icon-arrows-down:before{content:"\e019"}.icon-arrows-down-double:before{content:"\e01a"}.icon-arrows-downleft:before{content:"\e01b"}.icon-arrows-downright:before{content:"\e01c"}.icon-arrows-drag-down:before{content:"\e01d"}.icon-arrows-drag-down-dashed:before{content:"\e01e"}.icon-arrows-drag-horiz:before{content:"\e01f"}.icon-arrows-drag-left:before{content:"\e020"}.icon-arrows-drag-left-dashed:before{content:"\e021"}.icon-arrows-drag-right:before{content:"\e022"}.icon-arrows-drag-right-dashed:before{content:"\e023"}.icon-arrows-drag-up:before{content:"\e024"}.icon-arrows-drag-up-dashed:before{content:"\e025"}.icon-arrows-drag-vert:before{content:"\e026"}.icon-arrows-exclamation:before{content:"\e027"}.icon-arrows-expand:before{content:"\e028"}.icon-arrows-expand-diagonal1:before{content:"\e029"}.icon-arrows-expand-horizontal1:before{content:"\e02a"}.icon-arrows-expand-vertical1:before{content:"\e02b"}.icon-arrows-fit-horizontal:before{content:"\e02c"}.icon-arrows-fit-vertical:before{content:"\e02d"}.icon-arrows-glide:before{content:"\e02e"}.icon-arrows-glide-horizontal:before{content:"\e02f"}.icon-arrows-glide-vertical:before{content:"\e030"}.icon-arrows-hamburger1:before{content:"\e031"}.icon-arrows-hamburger-2:before{content:"\e032"}.icon-arrows-horizontal:before{content:"\e033"}.icon-arrows-info:before{content:"\e034"}.icon-arrows-keyboard-alt:before{content:"\e035"}.icon-arrows-keyboard-cmd:before{content:"\e036"}.icon-arrows-keyboard-delete:before{content:"\e037"}.icon-arrows-keyboard-down:before{content:"\e038"}.icon-arrows-keyboard-left:before{content:"\e039"}.icon-arrows-keyboard-return:before{content:"\e03a"}.icon-arrows-keyboard-right:before{content:"\e03b"}.icon-arrows-keyboard-shift:before{content:"\e03c"}.icon-arrows-keyboard-tab:before{content:"\e03d"}.icon-arrows-keyboard-up:before{content:"\e03e"}.icon-arrows-left:before{content:"\e03f"}.icon-arrows-left-double-32:before{content:"\e040"}.icon-arrows-minus:before{content:"\e041"}.icon-arrows-move:before{content:"\e042"}.icon-arrows-move2:before{content:"\e043"}.icon-arrows-move-bottom:before{content:"\e044"}.icon-arrows-move-left:before{content:"\e045"}.icon-arrows-move-right:before{content:"\e046"}.icon-arrows-move-top:before{content:"\e047"}.icon-arrows-plus:before{content:"\e048"}.icon-arrows-question:before{content:"\e049"}.icon-arrows-remove:before{content:"\e04a"}.icon-arrows-right:before{content:"\e04b"}.icon-arrows-right-double:before{content:"\e04c"}.icon-arrows-rotate:before{content:"\e04d"}.icon-arrows-rotate-anti:before{content:"\e04e"}.icon-arrows-rotate-anti-dashed:before{content:"\e04f"}.icon-arrows-rotate-dashed:before{content:"\e050"}.icon-arrows-shrink:before{content:"\e051"}.icon-arrows-shrink-diagonal1:before{content:"\e052"}.icon-arrows-shrink-diagonal2:before{content:"\e053"}.icon-arrows-shrink-horizonal2:before{content:"\e054"}.icon-arrows-shrink-horizontal1:before{content:"\e055"}.icon-arrows-shrink-vertical1:before{content:"\e056"}.icon-arrows-shrink-vertical2:before{content:"\e057"}.icon-arrows-sign-down:before{content:"\e058"}.icon-arrows-sign-left:before{content:"\e059"}.icon-arrows-sign-right:before{content:"\e05a"}.icon-arrows-sign-up:before{content:"\e05b"}.icon-arrows-slide-down1:before{content:"\e05c"}.icon-arrows-slide-down2:before{content:"\e05d"}.icon-arrows-slide-left1:before{content:"\e05e"}.icon-arrows-slide-left2:before{content:"\e05f"}.icon-arrows-slide-right1:before{content:"\e060"}.icon-arrows-slide-right2:before{content:"\e061"}.icon-arrows-slide-up1:before{content:"\e062"}.icon-arrows-slide-up2:before{content:"\e063"}.icon-arrows-slim-down:before{content:"\e064"}.icon-arrows-slim-down-dashed:before{content:"\e065"}.icon-arrows-slim-left:before{content:"\e066"}.icon-arrows-slim-left-dashed:before{content:"\e067"}.icon-arrows-slim-right:before{content:"\e068"}.icon-arrows-slim-right-dashed:before{content:"\e069"}.icon-arrows-slim-up:before{content:"\e06a"}.icon-arrows-slim-up-dashed:before{content:"\e06b"}.icon-arrows-square-check:before{content:"\e06c"}.icon-arrows-square-down:before{content:"\e06d"}.icon-arrows-square-downleft:before{content:"\e06e"}.icon-arrows-square-downright:before{content:"\e06f"}.icon-arrows-square-left:before{content:"\e070"}.icon-arrows-square-minus:before{content:"\e071"}.icon-arrows-square-plus:before{content:"\e072"}.icon-arrows-square-remove:before{content:"\e073"}.icon-arrows-square-right:before{content:"\e074"}.icon-arrows-square-up:before{content:"\e075"}.icon-arrows-square-upleft:before{content:"\e076"}.icon-arrows-square-upright:before{content:"\e077"}.icon-arrows-squares:before{content:"\e078"}.icon-arrows-stretch-diagonal1:before{content:"\e079"}.icon-arrows-stretch-diagonal2:before{content:"\e07a"}.icon-arrows-stretch-diagonal3:before{content:"\e07b"}.icon-arrows-stretch-diagonal4:before{content:"\e07c"}.icon-arrows-stretch-horizontal1:before{content:"\e07d"}.icon-arrows-stretch-horizontal2:before{content:"\e07e"}.icon-arrows-stretch-vertical1:before{content:"\e07f"}.icon-arrows-stretch-vertical2:before{content:"\e080"}.icon-arrows-switch-horizontal:before{content:"\e081"}.icon-arrows-switch-vertical:before{content:"\e082"}.icon-arrows-up:before{content:"\e083"}.icon-arrows-up-double-33:before{content:"\e084"}.icon-arrows-upleft:before{content:"\e085"}.icon-arrows-upright:before{content:"\e086"}.icon-arrows-vertical:before{content:"\e087"}[class^="icon-basic-"][data-icon]:before{font-family:"linea-basic-10"!important;content:attr(data-icon);font-style:normal!important;font-weight:normal!important;font-variant:normal!important;text-transform:none!important;speak:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}[class^="icon-basic-"]:before,[class*=" icon-basic-"]:before{font-family:"linea-basic-10"!important;font-style:normal!important;font-weight:normal!important;font-variant:normal!important;text-transform:none!important;speak:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-basic-accelerator:before{content:"a"}.icon-basic-alarm:before{content:"b"}.icon-basic-anchor:before{content:"c"}.icon-basic-anticlockwise:before{content:"d"}.icon-basic-archive:before{content:"e"}.icon-basic-archive-full:before{content:"f"}.icon-basic-ban:before{content:"g"}.icon-basic-battery-charge:before{content:"h"}.icon-basic-battery-empty:before{content:"i"}.icon-basic-battery-full:before{content:"j"}.icon-basic-battery-half:before{content:"k"}.icon-basic-bolt:before{content:"l"}.icon-basic-book:before{content:"m"}.icon-basic-book-pen:before{content:"n"}.icon-basic-book-pencil:before{content:"o"}.icon-basic-bookmark:before{content:"p"}.icon-basic-calculator:before{content:"q"}.icon-basic-calendar:before{content:"r"}.icon-basic-cards-diamonds:before{content:"s"}.icon-basic-cards-hearts:before{content:"t"}.icon-basic-case:before{content:"u"}.icon-basic-chronometer:before{content:"v"}.icon-basic-clessidre:before{content:"w"}.icon-basic-clock:before{content:"x"}.icon-basic-clockwise:before{content:"y"}.icon-basic-cloud:before{content:"z"}.icon-basic-clubs:before{content:"A"}.icon-basic-compass:before{content:"B"}.icon-basic-cup:before{content:"C"}.icon-basic-diamonds:before{content:"D"}.icon-basic-display:before{content:"E"}.icon-basic-download:before{content:"F"}.icon-basic-exclamation:before{content:"G"}.icon-basic-eye:before{content:"H"}.icon-basic-eye-closed:before{content:"I"}.icon-basic-female:before{content:"J"}.icon-basic-flag1:before{content:"K"}.icon-basic-flag2:before{content:"L"}.icon-basic-floppydisk:before{content:"M"}.icon-basic-folder:before{content:"N"}.icon-basic-folder-multiple:before{content:"O"}.icon-basic-gear:before{content:"P"}.icon-basic-geolocalize-01:before{content:"Q"}.icon-basic-geolocalize-05:before{content:"R"}.icon-basic-globe:before{content:"S"}.icon-basic-gunsight:before{content:"T"}.icon-basic-hammer:before{content:"U"}.icon-basic-headset:before{content:"V"}.icon-basic-heart:before{content:"W"}.icon-basic-heart-broken:before{content:"X"}.icon-basic-helm:before{content:"Y"}.icon-basic-home:before{content:"Z"}.icon-basic-info:before{content:"0"}.icon-basic-ipod:before{content:"1"}.icon-basic-joypad:before{content:"2"}.icon-basic-key:before{content:"3"}.icon-basic-keyboard:before{content:"4"}.icon-basic-laptop:before{content:"5"}.icon-basic-life-buoy:before{content:"6"}.icon-basic-lightbulb:before{content:"7"}.icon-basic-link:before{content:"8"}.icon-basic-lock:before{content:"9"}.icon-basic-lock-open:before{content:"!"}.icon-basic-magic-mouse:before{content:"\""}.icon-basic-magnifier:before{content:"#"}.icon-basic-magnifier-minus:before{content:"$"}.icon-basic-magnifier-plus:before{content:"%"}.icon-basic-mail:before{content:"&"}.icon-basic-mail-multiple:before{content:"'"}.icon-basic-mail-open:before{content:"("}.icon-basic-mail-open-text:before{content:")"}.icon-basic-male:before{content:"*"}.icon-basic-map:before{content:"+"}.icon-basic-message:before{content:","}.icon-basic-message-multiple:before{content:"-"}.icon-basic-message-txt:before{content:"."}.icon-basic-mixer2:before{content:"/"}.icon-basic-mouse:before{content:":"}.icon-basic-notebook:before{content:";"}.icon-basic-notebook-pen:before{content:"<"}.icon-basic-notebook-pencil:before{content:"="}.icon-basic-paperplane:before{content:">"}.icon-basic-pencil-ruler:before{content:"?"}.icon-basic-pencil-ruler-pen:before{content:"@"}.icon-basic-photo:before{content:"["}.icon-basic-picture:before{content:"]"}.icon-basic-picture-multiple:before{content:"^"}.icon-basic-pin1:before{content:"_"}.icon-basic-pin2:before{content:"`"}.icon-basic-postcard:before{content:"{"}.icon-basic-postcard-multiple:before{content:"|"}.icon-basic-printer:before{content:"}"}.icon-basic-question:before{content:"~"}.icon-basic-rss:before{content:"\\"}.icon-basic-server:before{content:"\e000"}.icon-basic-server2:before{content:"\e001"}.icon-basic-server-cloud:before{content:"\e002"}.icon-basic-server-download:before{content:"\e003"}.icon-basic-server-upload:before{content:"\e004"}.icon-basic-settings:before{content:"\e005"}.icon-basic-share:before{content:"\e006"}.icon-basic-sheet:before{content:"\e007"}.icon-basic-sheet-multiple:before{content:"\e008"}.icon-basic-sheet-pen:before{content:"\e009"}.icon-basic-sheet-pencil:before{content:"\e00a"}.icon-basic-sheet-txt:before{content:"\e00b"}.icon-basic-signs:before{content:"\e00c"}.icon-basic-smartphone:before{content:"\e00d"}.icon-basic-spades:before{content:"\e00e"}.icon-basic-spread:before{content:"\e00f"}.icon-basic-spread-bookmark:before{content:"\e010"}.icon-basic-spread-text:before{content:"\e011"}.icon-basic-spread-text-bookmark:before{content:"\e012"}.icon-basic-star:before{content:"\e013"}.icon-basic-tablet:before{content:"\e014"}.icon-basic-target:before{content:"\e015"}.icon-basic-todo:before{content:"\e016"}.icon-basic-todo-pen:before{content:"\e017"}.icon-basic-todo-pencil:before{content:"\e018"}.icon-basic-todo-txt:before{content:"\e019"}.icon-basic-todolist-pen:before{content:"\e01a"}.icon-basic-todolist-pencil:before{content:"\e01b"}.icon-basic-trashcan:before{content:"\e01c"}.icon-basic-trashcan-full:before{content:"\e01d"}.icon-basic-trashcan-refresh:before{content:"\e01e"}.icon-basic-trashcan-remove:before{content:"\e01f"}.icon-basic-upload:before{content:"\e020"}.icon-basic-usb:before{content:"\e021"}.icon-basic-video:before{content:"\e022"}.icon-basic-watch:before{content:"\e023"}.icon-basic-webpage:before{content:"\e024"}.icon-basic-webpage-img-txt:before{content:"\e025"}.icon-basic-webpage-multiple:before{content:"\e026"}.icon-basic-webpage-txt:before{content:"\e027"}.icon-basic-world:before{content:"\e028"}[class^="icon-basic-elaboration-"][data-icon]:before{font-family:"linea-basic-elaboration-10"!important;content:attr(data-icon);font-style:normal!important;font-weight:normal!important;font-variant:normal!important;text-transform:none!important;speak:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}[class^="icon-basic-elaboration-"]:before,[class*=" icon-basic-elaboration-"]:before{font-family:"linea-basic-elaboration-10"!important;font-style:normal!important;font-weight:normal!important;font-variant:normal!important;text-transform:none!important;speak:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-basic-elaboration-bookmark-checck:before{content:"a"}.icon-basic-elaboration-bookmark-minus:before{content:"b"}.icon-basic-elaboration-bookmark-plus:before{content:"c"}.icon-basic-elaboration-bookmark-remove:before{content:"d"}.icon-basic-elaboration-briefcase-check:before{content:"e"}.icon-basic-elaboration-briefcase-download:before{content:"f"}.icon-basic-elaboration-briefcase-flagged:before{content:"g"}.icon-basic-elaboration-briefcase-minus:before{content:"h"}.icon-basic-elaboration-briefcase-plus:before{content:"i"}.icon-basic-elaboration-briefcase-refresh:before{content:"j"}.icon-basic-elaboration-briefcase-remove:before{content:"k"}.icon-basic-elaboration-briefcase-search:before{content:"l"}.icon-basic-elaboration-briefcase-star:before{content:"m"}.icon-basic-elaboration-briefcase-upload:before{content:"n"}.icon-basic-elaboration-browser-check:before{content:"o"}.icon-basic-elaboration-browser-download:before{content:"p"}.icon-basic-elaboration-browser-minus:before{content:"q"}.icon-basic-elaboration-browser-plus:before{content:"r"}.icon-basic-elaboration-browser-refresh:before{content:"s"}.icon-basic-elaboration-browser-remove:before{content:"t"}.icon-basic-elaboration-browser-search:before{content:"u"}.icon-basic-elaboration-browser-star:before{content:"v"}.icon-basic-elaboration-browser-upload:before{content:"w"}.icon-basic-elaboration-calendar-check:before{content:"x"}.icon-basic-elaboration-calendar-cloud:before{content:"y"}.icon-basic-elaboration-calendar-download:before{content:"z"}.icon-basic-elaboration-calendar-empty:before{content:"A"}.icon-basic-elaboration-calendar-flagged:before{content:"B"}.icon-basic-elaboration-calendar-heart:before{content:"C"}.icon-basic-elaboration-calendar-minus:before{content:"D"}.icon-basic-elaboration-calendar-next:before{content:"E"}.icon-basic-elaboration-calendar-noaccess:before{content:"F"}.icon-basic-elaboration-calendar-pencil:before{content:"G"}.icon-basic-elaboration-calendar-plus:before{content:"H"}.icon-basic-elaboration-calendar-previous:before{content:"I"}.icon-basic-elaboration-calendar-refresh:before{content:"J"}.icon-basic-elaboration-calendar-remove:before{content:"K"}.icon-basic-elaboration-calendar-search:before{content:"L"}.icon-basic-elaboration-calendar-star:before{content:"M"}.icon-basic-elaboration-calendar-upload:before{content:"N"}.icon-basic-elaboration-cloud-check:before{content:"O"}.icon-basic-elaboration-cloud-download:before{content:"P"}.icon-basic-elaboration-cloud-minus:before{content:"Q"}.icon-basic-elaboration-cloud-noaccess:before{content:"R"}.icon-basic-elaboration-cloud-plus:before{content:"S"}.icon-basic-elaboration-cloud-refresh:before{content:"T"}.icon-basic-elaboration-cloud-remove:before{content:"U"}.icon-basic-elaboration-cloud-search:before{content:"V"}.icon-basic-elaboration-cloud-upload:before{content:"W"}.icon-basic-elaboration-document-check:before{content:"X"}.icon-basic-elaboration-document-cloud:before{content:"Y"}.icon-basic-elaboration-document-download:before{content:"Z"}.icon-basic-elaboration-document-flagged:before{content:"0"}.icon-basic-elaboration-document-graph:before{content:"1"}.icon-basic-elaboration-document-heart:before{content:"2"}.icon-basic-elaboration-document-minus:before{content:"3"}.icon-basic-elaboration-document-next:before{content:"4"}.icon-basic-elaboration-document-noaccess:before{content:"5"}.icon-basic-elaboration-document-note:before{content:"6"}.icon-basic-elaboration-document-pencil:before{content:"7"}.icon-basic-elaboration-document-picture:before{content:"8"}.icon-basic-elaboration-document-plus:before{content:"9"}.icon-basic-elaboration-document-previous:before{content:"!"}.icon-basic-elaboration-document-refresh:before{content:"\""}.icon-basic-elaboration-document-remove:before{content:"#"}.icon-basic-elaboration-document-search:before{content:"$"}.icon-basic-elaboration-document-star:before{content:"%"}.icon-basic-elaboration-document-upload:before{content:"&"}.icon-basic-elaboration-folder-check:before{content:"'"}.icon-basic-elaboration-folder-cloud:before{content:"("}.icon-basic-elaboration-folder-document:before{content:")"}.icon-basic-elaboration-folder-download:before{content:"*"}.icon-basic-elaboration-folder-flagged:before{content:"+"}.icon-basic-elaboration-folder-graph:before{content:","}.icon-basic-elaboration-folder-heart:before{content:"-"}.icon-basic-elaboration-folder-minus:before{content:"."}.icon-basic-elaboration-folder-next:before{content:"/"}.icon-basic-elaboration-folder-noaccess:before{content:":"}.icon-basic-elaboration-folder-note:before{content:";"}.icon-basic-elaboration-folder-pencil:before{content:"<"}.icon-basic-elaboration-folder-picture:before{content:"="}.icon-basic-elaboration-folder-plus:before{content:">"}.icon-basic-elaboration-folder-previous:before{content:"?"}.icon-basic-elaboration-folder-refresh:before{content:"@"}.icon-basic-elaboration-folder-remove:before{content:"["}.icon-basic-elaboration-folder-search:before{content:"]"}.icon-basic-elaboration-folder-star:before{content:"^"}.icon-basic-elaboration-folder-upload:before{content:"_"}.icon-basic-elaboration-mail-check:before{content:"`"}.icon-basic-elaboration-mail-cloud:before{content:"{"}.icon-basic-elaboration-mail-document:before{content:"|"}.icon-basic-elaboration-mail-download:before{content:"}"}.icon-basic-elaboration-mail-flagged:before{content:"~"}.icon-basic-elaboration-mail-heart:before{content:"\\"}.icon-basic-elaboration-mail-next:before{content:"\e000"}.icon-basic-elaboration-mail-noaccess:before{content:"\e001"}.icon-basic-elaboration-mail-note:before{content:"\e002"}.icon-basic-elaboration-mail-pencil:before{content:"\e003"}.icon-basic-elaboration-mail-picture:before{content:"\e004"}.icon-basic-elaboration-mail-previous:before{content:"\e005"}.icon-basic-elaboration-mail-refresh:before{content:"\e006"}.icon-basic-elaboration-mail-remove:before{content:"\e007"}.icon-basic-elaboration-mail-search:before{content:"\e008"}.icon-basic-elaboration-mail-star:before{content:"\e009"}.icon-basic-elaboration-mail-upload:before{content:"\e00a"}.icon-basic-elaboration-message-check:before{content:"\e00b"}.icon-basic-elaboration-message-dots:before{content:"\e00c"}.icon-basic-elaboration-message-happy:before{content:"\e00d"}.icon-basic-elaboration-message-heart:before{content:"\e00e"}.icon-basic-elaboration-message-minus:before{content:"\e00f"}.icon-basic-elaboration-message-note:before{content:"\e010"}.icon-basic-elaboration-message-plus:before{content:"\e011"}.icon-basic-elaboration-message-refresh:before{content:"\e012"}.icon-basic-elaboration-message-remove:before{content:"\e013"}.icon-basic-elaboration-message-sad:before{content:"\e014"}.icon-basic-elaboration-smartphone-cloud:before{content:"\e015"}.icon-basic-elaboration-smartphone-heart:before{content:"\e016"}.icon-basic-elaboration-smartphone-noaccess:before{content:"\e017"}.icon-basic-elaboration-smartphone-note:before{content:"\e018"}.icon-basic-elaboration-smartphone-pencil:before{content:"\e019"}.icon-basic-elaboration-smartphone-picture:before{content:"\e01a"}.icon-basic-elaboration-smartphone-refresh:before{content:"\e01b"}.icon-basic-elaboration-smartphone-search:before{content:"\e01c"}.icon-basic-elaboration-tablet-cloud:before{content:"\e01d"}.icon-basic-elaboration-tablet-heart:before{content:"\e01e"}.icon-basic-elaboration-tablet-noaccess:before{content:"\e01f"}.icon-basic-elaboration-tablet-note:before{content:"\e020"}.icon-basic-elaboration-tablet-pencil:before{content:"\e021"}.icon-basic-elaboration-tablet-picture:before{content:"\e022"}.icon-basic-elaboration-tablet-refresh:before{content:"\e023"}.icon-basic-elaboration-tablet-search:before{content:"\e024"}.icon-basic-elaboration-todolist-2:before{content:"\e025"}.icon-basic-elaboration-todolist-check:before{content:"\e026"}.icon-basic-elaboration-todolist-cloud:before{content:"\e027"}.icon-basic-elaboration-todolist-download:before{content:"\e028"}.icon-basic-elaboration-todolist-flagged:before{content:"\e029"}.icon-basic-elaboration-todolist-minus:before{content:"\e02a"}.icon-basic-elaboration-todolist-noaccess:before{content:"\e02b"}.icon-basic-elaboration-todolist-pencil:before{content:"\e02c"}.icon-basic-elaboration-todolist-plus:before{content:"\e02d"}.icon-basic-elaboration-todolist-refresh:before{content:"\e02e"}.icon-basic-elaboration-todolist-remove:before{content:"\e02f"}.icon-basic-elaboration-todolist-search:before{content:"\e030"}.icon-basic-elaboration-todolist-star:before{content:"\e031"}.icon-basic-elaboration-todolist-upload:before{content:"\e032"}[class^="icon-ecommerce-"][data-icon]:before,[class*=" icon-ecommerce-"][data-icon]:before{font-family:"linea-ecommerce-10"!important;content:attr(data-icon);font-style:normal!important;font-weight:normal!important;font-variant:normal!important;text-transform:none!important;speak:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}[class^="icon-ecommerce-"]:before,[class*=" icon-ecommerce-"]:before{font-family:"linea-ecommerce-10"!important;font-style:normal!important;font-weight:normal!important;font-variant:normal!important;text-transform:none!important;speak:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-ecommerce-bag:before{content:"a"}.icon-ecommerce-bag-check:before{content:"b"}.icon-ecommerce-bag-cloud:before{content:"c"}.icon-ecommerce-bag-download:before{content:"d"}.icon-ecommerce-bag-minus:before{content:"e"}.icon-ecommerce-bag-plus:before{content:"f"}.icon-ecommerce-bag-refresh:before{content:"g"}.icon-ecommerce-bag-remove:before{content:"h"}.icon-ecommerce-bag-search:before{content:"i"}.icon-ecommerce-bag-upload:before{content:"j"}.icon-ecommerce-banknote:before{content:"k"}.icon-ecommerce-banknotes:before{content:"l"}.icon-ecommerce-basket:before{content:"m"}.icon-ecommerce-basket-check:before{content:"n"}.icon-ecommerce-basket-cloud:before{content:"o"}.icon-ecommerce-basket-download:before{content:"p"}.icon-ecommerce-basket-minus:before{content:"q"}.icon-ecommerce-basket-plus:before{content:"r"}.icon-ecommerce-basket-refresh:before{content:"s"}.icon-ecommerce-basket-remove:before{content:"t"}.icon-ecommerce-basket-search:before{content:"u"}.icon-ecommerce-basket-upload:before{content:"v"}.icon-ecommerce-bath:before{content:"w"}.icon-ecommerce-cart:before{content:"x"}.icon-ecommerce-cart-check:before{content:"y"}.icon-ecommerce-cart-cloud:before{content:"z"}.icon-ecommerce-cart-content:before{content:"A"}.icon-ecommerce-cart-download:before{content:"B"}.icon-ecommerce-cart-minus:before{content:"C"}.icon-ecommerce-cart-plus:before{content:"D"}.icon-ecommerce-cart-refresh:before{content:"E"}.icon-ecommerce-cart-remove:before{content:"F"}.icon-ecommerce-cart-search:before{content:"G"}.icon-ecommerce-cart-upload:before{content:"H"}.icon-ecommerce-cent:before{content:"I"}.icon-ecommerce-colon:before{content:"J"}.icon-ecommerce-creditcard:before{content:"K"}.icon-ecommerce-diamond:before{content:"L"}.icon-ecommerce-dollar:before{content:"M"}.icon-ecommerce-euro:before{content:"N"}.icon-ecommerce-franc:before{content:"O"}.icon-ecommerce-gift:before{content:"P"}.icon-ecommerce-graph1:before{content:"Q"}.icon-ecommerce-graph2:before{content:"R"}.icon-ecommerce-graph3:before{content:"S"}.icon-ecommerce-graph-decrease:before{content:"T"}.icon-ecommerce-graph-increase:before{content:"U"}.icon-ecommerce-guarani:before{content:"V"}.icon-ecommerce-kips:before{content:"W"}.icon-ecommerce-lira:before{content:"X"}.icon-ecommerce-megaphone:before{content:"Y"}.icon-ecommerce-money:before{content:"Z"}.icon-ecommerce-naira:before{content:"0"}.icon-ecommerce-pesos:before{content:"1"}.icon-ecommerce-pound:before{content:"2"}.icon-ecommerce-receipt:before{content:"3"}.icon-ecommerce-receipt-bath:before{content:"4"}.icon-ecommerce-receipt-cent:before{content:"5"}.icon-ecommerce-receipt-dollar:before{content:"6"}.icon-ecommerce-receipt-euro:before{content:"7"}.icon-ecommerce-receipt-franc:before{content:"8"}.icon-ecommerce-receipt-guarani:before{content:"9"}.icon-ecommerce-receipt-kips:before{content:"!"}.icon-ecommerce-receipt-lira:before{content:"\""}.icon-ecommerce-receipt-naira:before{content:"#"}.icon-ecommerce-receipt-pesos:before{content:"$"}.icon-ecommerce-receipt-pound:before{content:"%"}.icon-ecommerce-receipt-rublo:before{content:"&"}.icon-ecommerce-receipt-rupee:before{content:"'"}.icon-ecommerce-receipt-tugrik:before{content:"("}.icon-ecommerce-receipt-won:before{content:")"}.icon-ecommerce-receipt-yen:before{content:"*"}.icon-ecommerce-receipt-yen2:before{content:"+"}.icon-ecommerce-recept-colon:before{content:","}.icon-ecommerce-rublo:before{content:"-"}.icon-ecommerce-rupee:before{content:"."}.icon-ecommerce-safe:before{content:"/"}.icon-ecommerce-sale:before{content:":"}.icon-ecommerce-sales:before{content:";"}.icon-ecommerce-ticket:before{content:"<"}.icon-ecommerce-tugriks:before{content:"="}.icon-ecommerce-wallet:before{content:">"}.icon-ecommerce-won:before{content:"?"}.icon-ecommerce-yen:before{content:"@"}.icon-ecommerce-yen2:before{content:"["}[class^="icon-music-"][data-icon]:before,[class*=" icon-music-"][data-icon]:before{font-family:"linea-music-10"!important;content:attr(data-icon);font-style:normal!important;font-weight:normal!important;font-variant:normal!important;text-transform:none!important;speak:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}[class^="icon-music-"]:before,[class*=" icon-music-"]:before{font-family:"linea-music-10"!important;font-style:normal!important;font-weight:normal!important;font-variant:normal!important;text-transform:none!important;speak:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-music-beginning-button:before{content:"a"}.icon-music-bell:before{content:"b"}.icon-music-cd:before{content:"c"}.icon-music-diapason:before{content:"d"}.icon-music-eject-button:before{content:"e"}.icon-music-end-button:before{content:"f"}.icon-music-fastforward-button:before{content:"g"}.icon-music-headphones:before{content:"h"}.icon-music-ipod:before{content:"i"}.icon-music-loudspeaker:before{content:"j"}.icon-music-microphone:before{content:"k"}.icon-music-microphone-old:before{content:"l"}.icon-music-mixer:before{content:"m"}.icon-music-mute:before{content:"n"}.icon-music-note-multiple:before{content:"o"}.icon-music-note-single:before{content:"p"}.icon-music-pause-button:before{content:"q"}.icon-music-play-button:before{content:"r"}.icon-music-playlist:before{content:"s"}.icon-music-radio-ghettoblaster:before{content:"t"}.icon-music-radio-portable:before{content:"u"}.icon-music-record:before{content:"v"}.icon-music-recordplayer:before{content:"w"}.icon-music-repeat-button:before{content:"x"}.icon-music-rewind-button:before{content:"y"}.icon-music-shuffle-button:before{content:"z"}.icon-music-stop-button:before{content:"A"}.icon-music-tape:before{content:"B"}.icon-music-volume-down:before{content:"C"}.icon-music-volume-up:before{content:"D"}[class^="icon-software-"][data-icon]:before,[class*=" icon-software-"][data-icon]:before{font-family:"linea-software-10"!important;content:attr(data-icon);font-style:normal!important;font-weight:normal!important;font-variant:normal!important;text-transform:none!important;speak:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}[class^="icon-software-"]:before,[class*=" icon-software-"]:before{font-family:"linea-software-10"!important;font-style:normal!important;font-weight:normal!important;font-variant:normal!important;text-transform:none!important;speak:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-software-add-vectorpoint:before{content:"a"}.icon-software-box-oval:before{content:"b"}.icon-software-box-polygon:before{content:"c"}.icon-software-box-rectangle:before{content:"d"}.icon-software-box-roundedrectangle:before{content:"e"}.icon-software-character:before{content:"f"}.icon-software-crop:before{content:"g"}.icon-software-eyedropper:before{content:"h"}.icon-software-font-allcaps:before{content:"i"}.icon-software-font-baseline-shift:before{content:"j"}.icon-software-font-horizontal-scale:before{content:"k"}.icon-software-font-kerning:before{content:"l"}.icon-software-font-leading:before{content:"m"}.icon-software-font-size:before{content:"n"}.icon-software-font-smallcapital:before{content:"o"}.icon-software-font-smallcaps:before{content:"p"}.icon-software-font-strikethrough:before{content:"q"}.icon-software-font-tracking:before{content:"r"}.icon-software-font-underline:before{content:"s"}.icon-software-font-vertical-scale:before{content:"t"}.icon-software-horizontal-align-center:before{content:"u"}.icon-software-horizontal-align-left:before{content:"v"}.icon-software-horizontal-align-right:before{content:"w"}.icon-software-horizontal-distribute-center:before{content:"x"}.icon-software-horizontal-distribute-left:before{content:"y"}.icon-software-horizontal-distribute-right:before{content:"z"}.icon-software-indent-firstline:before{content:"A"}.icon-software-indent-left:before{content:"B"}.icon-software-indent-right:before{content:"C"}.icon-software-lasso:before{content:"D"}.icon-software-layers1:before{content:"E"}.icon-software-layers2:before{content:"F"}.icon-software-layout:before{content:"G"}.icon-software-layout-2columns:before{content:"H"}.icon-software-layout-3columns:before{content:"I"}.icon-software-layout-4boxes:before{content:"J"}.icon-software-layout-4columns:before{content:"K"}.icon-software-layout-4lines:before{content:"L"}.icon-software-layout-8boxes:before{content:"M"}.icon-software-layout-header:before{content:"N"}.icon-software-layout-header-2columns:before{content:"O"}.icon-software-layout-header-3columns:before{content:"P"}.icon-software-layout-header-4boxes:before{content:"Q"}.icon-software-layout-header-4columns:before{content:"R"}.icon-software-layout-header-complex:before{content:"S"}.icon-software-layout-header-complex2:before{content:"T"}.icon-software-layout-header-complex3:before{content:"U"}.icon-software-layout-header-complex4:before{content:"V"}.icon-software-layout-header-sideleft:before{content:"W"}.icon-software-layout-header-sideright:before{content:"X"}.icon-software-layout-sidebar-left:before{content:"Y"}.icon-software-layout-sidebar-right:before{content:"Z"}.icon-software-magnete:before{content:"0"}.icon-software-pages:before{content:"1"}.icon-software-paintbrush:before{content:"2"}.icon-software-paintbucket:before{content:"3"}.icon-software-paintroller:before{content:"4"}.icon-software-paragraph:before{content:"5"}.icon-software-paragraph-align-left:before{content:"6"}.icon-software-paragraph-align-right:before{content:"7"}.icon-software-paragraph-center:before{content:"8"}.icon-software-paragraph-justify-all:before{content:"9"}.icon-software-paragraph-justify-center:before{content:"!"}.icon-software-paragraph-justify-left:before{content:"\""}.icon-software-paragraph-justify-right:before{content:"#"}.icon-software-paragraph-space-after:before{content:"$"}.icon-software-paragraph-space-before:before{content:"%"}.icon-software-pathfinder-exclude:before{content:"&"}.icon-software-pathfinder-intersect:before{content:"'"}.icon-software-pathfinder-subtract:before{content:"("}.icon-software-pathfinder-unite:before{content:")"}.icon-software-pen:before{content:"*"}.icon-software-pen-add:before{content:"+"}.icon-software-pen-remove:before{content:","}.icon-software-pencil:before{content:"-"}.icon-software-polygonallasso:before{content:"."}.icon-software-reflect-horizontal:before{content:"/"}.icon-software-reflect-vertical:before{content:":"}.icon-software-remove-vectorpoint:before{content:";"}.icon-software-scale-expand:before{content:"<"}.icon-software-scale-reduce:before{content:"="}.icon-software-selection-oval:before{content:">"}.icon-software-selection-polygon:before{content:"?"}.icon-software-selection-rectangle:before{content:"@"}.icon-software-selection-roundedrectangle:before{content:"["}.icon-software-shape-oval:before{content:"]"}.icon-software-shape-polygon:before{content:"^"}.icon-software-shape-rectangle:before{content:"_"}.icon-software-shape-roundedrectangle:before{content:"`"}.icon-software-slice:before{content:"{"}.icon-software-transform-bezier:before{content:"|"}.icon-software-vector-box:before{content:"}"}.icon-software-vector-composite:before{content:"~"}.icon-software-vector-line:before{content:"\\"}.icon-software-vertical-align-bottom:before{content:"\e000"}.icon-software-vertical-align-center:before{content:"\e001"}.icon-software-vertical-align-top:before{content:"\e002"}.icon-software-vertical-distribute-bottom:before{content:"\e003"}.icon-software-vertical-distribute-center:before{content:"\e004"}.icon-software-vertical-distribute-top:before{content:"\e005"}[class^="icon-weather-"][data-icon]:before,[class*=" icon-weather-"][data-icon]:before{font-family:"linea-weather-10"!important;content:attr(data-icon);font-style:normal!important;font-weight:normal!important;font-variant:normal!important;text-transform:none!important;speak:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}[class^="icon-weather-"]:before,[class*=" icon-weather-"]:before{font-family:"linea-weather-10"!important;font-style:normal!important;font-weight:normal!important;font-variant:normal!important;text-transform:none!important;speak:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-weather-aquarius:before{content:"\e000"}.icon-weather-aries:before{content:"\e001"}.icon-weather-cancer:before{content:"\e002"}.icon-weather-capricorn:before{content:"\e003"}.icon-weather-cloud:before{content:"\e004"}.icon-weather-cloud-drop:before{content:"\e005"}.icon-weather-cloud-lightning:before{content:"\e006"}.icon-weather-cloud-snowflake:before{content:"\e007"}.icon-weather-downpour-fullmoon:before{content:"\e008"}.icon-weather-downpour-halfmoon:before{content:"\e009"}.icon-weather-downpour-sun:before{content:"\e00a"}.icon-weather-drop:before{content:"\e00b"}.icon-weather-first-quarter:before{content:"\e00c"}.icon-weather-fog:before{content:"\e00d"}.icon-weather-fog-fullmoon:before{content:"\e00e"}.icon-weather-fog-halfmoon:before{content:"\e00f"}.icon-weather-fog-sun:before{content:"\e010"}.icon-weather-fullmoon:before{content:"\e011"}.icon-weather-gemini:before{content:"\e012"}.icon-weather-hail:before{content:"\e013"}.icon-weather-hail-fullmoon:before{content:"\e014"}.icon-weather-hail-halfmoon:before{content:"\e015"}.icon-weather-hail-sun:before{content:"\e016"}.icon-weather-last-quarter:before{content:"\e017"}.icon-weather-leo:before{content:"\e018"}.icon-weather-libra:before{content:"\e019"}.icon-weather-lightning:before{content:"\e01a"}.icon-weather-mistyrain:before{content:"\e01b"}.icon-weather-mistyrain-fullmoon:before{content:"\e01c"}.icon-weather-mistyrain-halfmoon:before{content:"\e01d"}.icon-weather-mistyrain-sun:before{content:"\e01e"}.icon-weather-moon:before{content:"\e01f"}.icon-weather-moondown-full:before{content:"\e020"}.icon-weather-moondown-half:before{content:"\e021"}.icon-weather-moonset-full:before{content:"\e022"}.icon-weather-moonset-half:before{content:"\e023"}.icon-weather-move2:before{content:"\e024"}.icon-weather-newmoon:before{content:"\e025"}.icon-weather-pisces:before{content:"\e026"}.icon-weather-rain:before{content:"\e027"}.icon-weather-rain-fullmoon:before{content:"\e028"}.icon-weather-rain-halfmoon:before{content:"\e029"}.icon-weather-rain-sun:before{content:"\e02a"}.icon-weather-sagittarius:before{content:"\e02b"}.icon-weather-scorpio:before{content:"\e02c"}.icon-weather-snow:before{content:"\e02d"}.icon-weather-snow-fullmoon:before{content:"\e02e"}.icon-weather-snow-halfmoon:before{content:"\e02f"}.icon-weather-snow-sun:before{content:"\e030"}.icon-weather-snowflake:before{content:"\e031"}.icon-weather-star:before{content:"\e032"}.icon-weather-storm-11:before{content:"\e033"}.icon-weather-storm-32:before{content:"\e034"}.icon-weather-storm-fullmoon:before{content:"\e035"}.icon-weather-storm-halfmoon:before{content:"\e036"}.icon-weather-storm-sun:before{content:"\e037"}.icon-weather-sun:before{content:"\e038"}.icon-weather-sundown:before{content:"\e039"}.icon-weather-sunset:before{content:"\e03a"}.icon-weather-taurus:before{content:"\e03b"}.icon-weather-tempest:before{content:"\e03c"}.icon-weather-tempest-fullmoon:before{content:"\e03d"}.icon-weather-tempest-halfmoon:before{content:"\e03e"}.icon-weather-tempest-sun:before{content:"\e03f"}.icon-weather-variable-fullmoon:before{content:"\e040"}.icon-weather-variable-halfmoon:before{content:"\e041"}.icon-weather-variable-sun:before{content:"\e042"}.icon-weather-virgo:before{content:"\e043"}.icon-weather-waning-cresent:before{content:"\e044"}.icon-weather-waning-gibbous:before{content:"\e045"}.icon-weather-waxing-cresent:before{content:"\e046"}.icon-weather-waxing-gibbous:before{content:"\e047"}.icon-weather-wind:before{content:"\e048"}.icon-weather-wind-e:before{content:"\e049"}.icon-weather-wind-fullmoon:before{content:"\e04a"}.icon-weather-wind-halfmoon:before{content:"\e04b"}.icon-weather-wind-n:before{content:"\e04c"}.icon-weather-wind-ne:before{content:"\e04d"}.icon-weather-wind-nw:before{content:"\e04e"}.icon-weather-wind-s:before{content:"\e04f"}.icon-weather-wind-se:before{content:"\e050"}.icon-weather-wind-sun:before{content:"\e051"}.icon-weather-wind-sw:before{content:"\e052"}.icon-weather-wind-w:before{content:"\e053"}.icon-weather-windgust:before{content:"\e054"}/*
Linearicons Free v1.0.0 - https://linearicons.com/free
By Perxis - https://perxis.com
(c) 2014-2015 Perxis.com
License: https://linearicons.com/free/license
*/
@font-face {font-family: 'Linearicons-Free';src:url(https://arepo.pt/wp-content/plugins/zermatt-core/inc/icons/linear-icons/assets/css/../fonts/Linearicons-Free.eot#1774930603);src:url(https://arepo.pt/wp-content/plugins/zermatt-core/inc/icons/linear-icons/assets/css/../fonts/Linearicons-Free.eot#1774930603) format('embedded-opentype'),url(https://arepo.pt/wp-content/plugins/zermatt-core/inc/icons/linear-icons/assets/css/../fonts/Linearicons-Free.woff2#1774930603) format('woff2'),url(https://arepo.pt/wp-content/plugins/zermatt-core/inc/icons/linear-icons/assets/css/../fonts/Linearicons-Free.woff#1774930603) format('woff'),url(https://arepo.pt/wp-content/plugins/zermatt-core/inc/icons/linear-icons/assets/css/../fonts/Linearicons-Free.ttf#1774930603) format('truetype'),url(https://arepo.pt/wp-content/plugins/zermatt-core/inc/icons/linear-icons/assets/css/../fonts/Linearicons-Free.svg?w118d#Linearicons-Free) format('svg');font-weight: normal;font-style: normal;}.lnr{font-family:Linearicons-Free;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.lnr-home:before{content:"\e800"}.lnr-apartment:before{content:"\e801"}.lnr-pencil:before{content:"\e802"}.lnr-magic-wand:before{content:"\e803"}.lnr-drop:before{content:"\e804"}.lnr-lighter:before{content:"\e805"}.lnr-poop:before{content:"\e806"}.lnr-sun:before{content:"\e807"}.lnr-moon:before{content:"\e808"}.lnr-cloud:before{content:"\e809"}.lnr-cloud-upload:before{content:"\e80a"}.lnr-cloud-download:before{content:"\e80b"}.lnr-cloud-sync:before{content:"\e80c"}.lnr-cloud-check:before{content:"\e80d"}.lnr-database:before{content:"\e80e"}.lnr-lock:before{content:"\e80f"}.lnr-cog:before{content:"\e810"}.lnr-trash:before{content:"\e811"}.lnr-dice:before{content:"\e812"}.lnr-heart:before{content:"\e813"}.lnr-star:before{content:"\e814"}.lnr-star-half:before{content:"\e815"}.lnr-star-empty:before{content:"\e816"}.lnr-flag:before{content:"\e817"}.lnr-envelope:before{content:"\e818"}.lnr-paperclip:before{content:"\e819"}.lnr-inbox:before{content:"\e81a"}.lnr-eye:before{content:"\e81b"}.lnr-printer:before{content:"\e81c"}.lnr-file-empty:before{content:"\e81d"}.lnr-file-add:before{content:"\e81e"}.lnr-enter:before{content:"\e81f"}.lnr-exit:before{content:"\e820"}.lnr-graduation-hat:before{content:"\e821"}.lnr-license:before{content:"\e822"}.lnr-music-note:before{content:"\e823"}.lnr-film-play:before{content:"\e824"}.lnr-camera-video:before{content:"\e825"}.lnr-camera:before{content:"\e826"}.lnr-picture:before{content:"\e827"}.lnr-book:before{content:"\e828"}.lnr-bookmark:before{content:"\e829"}.lnr-user:before{content:"\e82a"}.lnr-users:before{content:"\e82b"}.lnr-shirt:before{content:"\e82c"}.lnr-store:before{content:"\e82d"}.lnr-cart:before{content:"\e82e"}.lnr-tag:before{content:"\e82f"}.lnr-phone-handset:before{content:"\e830"}.lnr-phone:before{content:"\e831"}.lnr-pushpin:before{content:"\e832"}.lnr-map-marker:before{content:"\e833"}.lnr-map:before{content:"\e834"}.lnr-location:before{content:"\e835"}.lnr-calendar-full:before{content:"\e836"}.lnr-keyboard:before{content:"\e837"}.lnr-spell-check:before{content:"\e838"}.lnr-screen:before{content:"\e839"}.lnr-smartphone:before{content:"\e83a"}.lnr-tablet:before{content:"\e83b"}.lnr-laptop:before{content:"\e83c"}.lnr-laptop-phone:before{content:"\e83d"}.lnr-power-switch:before{content:"\e83e"}.lnr-bubble:before{content:"\e83f"}.lnr-heart-pulse:before{content:"\e840"}.lnr-construction:before{content:"\e841"}.lnr-pie-chart:before{content:"\e842"}.lnr-chart-bars:before{content:"\e843"}.lnr-gift:before{content:"\e844"}.lnr-diamond:before{content:"\e845"}.lnr-linearicons:before{content:"\e846"}.lnr-dinner:before{content:"\e847"}.lnr-coffee-cup:before{content:"\e848"}.lnr-leaf:before{content:"\e849"}.lnr-paw:before{content:"\e84a"}.lnr-rocket:before{content:"\e84b"}.lnr-briefcase:before{content:"\e84c"}.lnr-bus:before{content:"\e84d"}.lnr-car:before{content:"\e84e"}.lnr-train:before{content:"\e84f"}.lnr-bicycle:before{content:"\e850"}.lnr-wheelchair:before{content:"\e851"}.lnr-select:before{content:"\e852"}.lnr-earth:before{content:"\e853"}.lnr-smile:before{content:"\e854"}.lnr-sad:before{content:"\e855"}.lnr-neutral:before{content:"\e856"}.lnr-mustache:before{content:"\e857"}.lnr-alarm:before{content:"\e858"}.lnr-bullhorn:before{content:"\e859"}.lnr-volume-high:before{content:"\e85a"}.lnr-volume-medium:before{content:"\e85b"}.lnr-volume-low:before{content:"\e85c"}.lnr-volume:before{content:"\e85d"}.lnr-mic:before{content:"\e85e"}.lnr-hourglass:before{content:"\e85f"}.lnr-undo:before{content:"\e860"}.lnr-redo:before{content:"\e861"}.lnr-sync:before{content:"\e862"}.lnr-history:before{content:"\e863"}.lnr-clock:before{content:"\e864"}.lnr-download:before{content:"\e865"}.lnr-upload:before{content:"\e866"}.lnr-enter-down:before{content:"\e867"}.lnr-exit-up:before{content:"\e868"}.lnr-bug:before{content:"\e869"}.lnr-code:before{content:"\e86a"}.lnr-link:before{content:"\e86b"}.lnr-unlink:before{content:"\e86c"}.lnr-thumbs-up:before{content:"\e86d"}.lnr-thumbs-down:before{content:"\e86e"}.lnr-magnifier:before{content:"\e86f"}.lnr-cross:before{content:"\e870"}.lnr-menu:before{content:"\e871"}.lnr-list:before{content:"\e872"}.lnr-chevron-up:before{content:"\e873"}.lnr-chevron-down:before{content:"\e874"}.lnr-chevron-left:before{content:"\e875"}.lnr-chevron-right:before{content:"\e876"}.lnr-arrow-up:before{content:"\e877"}.lnr-arrow-down:before{content:"\e878"}.lnr-arrow-left:before{content:"\e879"}.lnr-arrow-right:before{content:"\e87a"}.lnr-move:before{content:"\e87b"}.lnr-warning:before{content:"\e87c"}.lnr-question-circle:before{content:"\e87d"}.lnr-menu-circle:before{content:"\e87e"}.lnr-checkmark-circle:before{content:"\e87f"}.lnr-cross-circle:before{content:"\e880"}.lnr-plus-circle:before{content:"\e881"}.lnr-circle-minus:before{content:"\e882"}.lnr-arrow-up-circle:before{content:"\e883"}.lnr-arrow-down-circle:before{content:"\e884"}.lnr-arrow-left-circle:before{content:"\e885"}.lnr-arrow-right-circle:before{content:"\e886"}.lnr-chevron-up-circle:before{content:"\e887"}.lnr-chevron-down-circle:before{content:"\e888"}.lnr-chevron-left-circle:before{content:"\e889"}.lnr-chevron-right-circle:before{content:"\e88a"}.lnr-crop:before{content:"\e88b"}.lnr-frame-expand:before{content:"\e88c"}.lnr-frame-contract:before{content:"\e88d"}.lnr-layers:before{content:"\e88e"}.lnr-funnel:before{content:"\e88f"}.lnr-text-format:before{content:"\e890"}.lnr-text-format-remove:before{content:"\e891"}.lnr-text-size:before{content:"\e892"}.lnr-bold:before{content:"\e893"}.lnr-italic:before{content:"\e894"}.lnr-underline:before{content:"\e895"}.lnr-strikethrough:before{content:"\e896"}.lnr-highlight:before{content:"\e897"}.lnr-text-align-left:before{content:"\e898"}.lnr-text-align-center:before{content:"\e899"}.lnr-text-align-right:before{content:"\e89a"}.lnr-text-align-justify:before{content:"\e89b"}.lnr-line-spacing:before{content:"\e89c"}.lnr-indent-increase:before{content:"\e89d"}.lnr-indent-decrease:before{content:"\e89e"}.lnr-pilcrow:before{content:"\e89f"}.lnr-direction-ltr:before{content:"\e8a0"}.lnr-direction-rtl:before{content:"\e8a1"}.lnr-page-break:before{content:"\e8a2"}.lnr-sort-alpha-asc:before{content:"\e8a3"}.lnr-sort-amount-asc:before{content:"\e8a4"}.lnr-hand:before{content:"\e8a5"}.lnr-pointer-up:before{content:"\e8a6"}.lnr-pointer-right:before{content:"\e8a7"}.lnr-pointer-down:before{content:"\e8a8"}.lnr-pointer-left:before{content:"\e8a9"}@font-face{font-family:'Material Icons';font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/materialicons/v145/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.woff2) format('woff2')}.material-icons{font-family:'Material Icons';font-weight:400;font-style:normal;font-size:24px;line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;word-wrap:normal;direction:ltr;-webkit-font-feature-settings:'liga';-webkit-font-smoothing:antialiased}@font-face{font-family:simple-line-icons;src:url(https://arepo.pt/wp-content/plugins/zermatt-core/inc/icons/simple-line-icons/assets/css/../fonts/Simple-Line-Icons.eot#1774930603);src:url(https://arepo.pt/wp-content/plugins/zermatt-core/inc/icons/simple-line-icons/assets/css/../fonts/Simple-Line-Icons.eot#1774930603) format('embedded-opentype'),url(https://arepo.pt/wp-content/plugins/zermatt-core/inc/icons/simple-line-icons/assets/css/../fonts/Simple-Line-Icons.woff2#1774930603) format('woff2'),url(https://arepo.pt/wp-content/plugins/zermatt-core/inc/icons/simple-line-icons/assets/css/../fonts/Simple-Line-Icons.ttf#1774930603) format('truetype'),url(https://arepo.pt/wp-content/plugins/zermatt-core/inc/icons/simple-line-icons/assets/css/../fonts/Simple-Line-Icons.woff#1774930603) format('woff'),url(https://arepo.pt/wp-content/plugins/zermatt-core/inc/icons/simple-line-icons/assets/css/../fonts/Simple-Line-Icons.svg?v=2.4.0#simple-line-icons) format('svg');font-weight:400;font-style:normal}.icon-action-redo,.icon-action-undo,.icon-anchor,.icon-arrow-down,.icon-arrow-down-circle,.icon-arrow-left,.icon-arrow-left-circle,.icon-arrow-right,.icon-arrow-right-circle,.icon-arrow-up,.icon-arrow-up-circle,.icon-badge,.icon-bag,.icon-ban,.icon-basket,.icon-basket-loaded,.icon-bell,.icon-book-open,.icon-briefcase,.icon-bubble,.icon-bubbles,.icon-bulb,.icon-calculator,.icon-calendar,.icon-call-end,.icon-call-in,.icon-call-out,.icon-camera,.icon-camrecorder,.icon-chart,.icon-check,.icon-chemistry,.icon-clock,.icon-close,.icon-cloud-download,.icon-cloud-upload,.icon-compass,.icon-control-end,.icon-control-forward,.icon-control-pause,.icon-control-play,.icon-control-rewind,.icon-control-start,.icon-credit-card,.icon-crop,.icon-cup,.icon-cursor,.icon-cursor-move,.icon-diamond,.icon-direction,.icon-directions,.icon-disc,.icon-dislike,.icon-doc,.icon-docs,.icon-drawer,.icon-drop,.icon-earphones,.icon-earphones-alt,.icon-emotsmile,.icon-energy,.icon-envelope,.icon-envelope-letter,.icon-envelope-open,.icon-equalizer,.icon-event,.icon-exclamation,.icon-eye,.icon-eyeglass,.icon-feed,.icon-film,.icon-fire,.icon-flag,.icon-folder,.icon-folder-alt,.icon-frame,.icon-game-controller,.icon-ghost,.icon-globe,.icon-globe-alt,.icon-graduation,.icon-graph,.icon-grid,.icon-handbag,.icon-heart,.icon-home,.icon-hourglass,.icon-info,.icon-key,.icon-layers,.icon-like,.icon-link,.icon-list,.icon-location-pin,.icon-lock,.icon-lock-open,.icon-login,.icon-logout,.icon-loop,.icon-magic-wand,.icon-magnet,.icon-magnifier,.icon-magnifier-add,.icon-magnifier-remove,.icon-map,.icon-menu,.icon-microphone,.icon-minus,.icon-mouse,.icon-music-tone,.icon-music-tone-alt,.icon-mustache,.icon-note,.icon-notebook,.icon-options,.icon-options-vertical,.icon-organization,.icon-paper-clip,.icon-paper-plane,.icon-paypal,.icon-pencil,.icon-people,.icon-phone,.icon-picture,.icon-pie-chart,.icon-pin,.icon-plane,.icon-playlist,.icon-plus,.icon-power,.icon-present,.icon-printer,.icon-puzzle,.icon-question,.icon-refresh,.icon-reload,.icon-rocket,.icon-screen-desktop,.icon-screen-smartphone,.icon-screen-tablet,.icon-settings,.icon-share,.icon-share-alt,.icon-shield,.icon-shuffle,.icon-size-actual,.icon-size-fullscreen,.icon-social-behance,.icon-social-dribbble,.icon-social-dropbox,.icon-social-facebook,.icon-social-foursqare,.icon-social-github,.icon-social-google,.icon-social-instagram,.icon-social-linkedin,.icon-social-pinterest,.icon-social-reddit,.icon-social-skype,.icon-social-soundcloud,.icon-social-spotify,.icon-social-steam,.icon-social-stumbleupon,.icon-social-tumblr,.icon-social-twitter,.icon-social-vkontakte,.icon-social-youtube,.icon-speech,.icon-speedometer,.icon-star,.icon-support,.icon-symbol-female,.icon-symbol-male,.icon-tag,.icon-target,.icon-trash,.icon-trophy,.icon-umbrella,.icon-user,.icon-user-female,.icon-user-follow,.icon-user-following,.icon-user-unfollow,.icon-vector,.icon-volume-1,.icon-volume-2,.icon-volume-off,.icon-wallet,.icon-wrench{font-family:simple-line-icons;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-user:before{content:"\e005"}.icon-people:before{content:"\e001"}.icon-user-female:before{content:"\e000"}.icon-user-follow:before{content:"\e002"}.icon-user-following:before{content:"\e003"}.icon-user-unfollow:before{content:"\e004"}.icon-login:before{content:"\e066"}.icon-logout:before{content:"\e065"}.icon-emotsmile:before{content:"\e021"}.icon-phone:before{content:"\e600"}.icon-call-end:before{content:"\e048"}.icon-call-in:before{content:"\e047"}.icon-call-out:before{content:"\e046"}.icon-map:before{content:"\e033"}.icon-location-pin:before{content:"\e096"}.icon-direction:before{content:"\e042"}.icon-directions:before{content:"\e041"}.icon-compass:before{content:"\e045"}.icon-layers:before{content:"\e034"}.icon-menu:before{content:"\e601"}.icon-list:before{content:"\e067"}.icon-options-vertical:before{content:"\e602"}.icon-options:before{content:"\e603"}.icon-arrow-down:before{content:"\e604"}.icon-arrow-left:before{content:"\e605"}.icon-arrow-right:before{content:"\e606"}.icon-arrow-up:before{content:"\e607"}.icon-arrow-up-circle:before{content:"\e078"}.icon-arrow-left-circle:before{content:"\e07a"}.icon-arrow-right-circle:before{content:"\e079"}.icon-arrow-down-circle:before{content:"\e07b"}.icon-check:before{content:"\e080"}.icon-clock:before{content:"\e081"}.icon-plus:before{content:"\e095"}.icon-minus:before{content:"\e615"}.icon-close:before{content:"\e082"}.icon-event:before{content:"\e619"}.icon-exclamation:before{content:"\e617"}.icon-organization:before{content:"\e616"}.icon-trophy:before{content:"\e006"}.icon-screen-smartphone:before{content:"\e010"}.icon-screen-desktop:before{content:"\e011"}.icon-plane:before{content:"\e012"}.icon-notebook:before{content:"\e013"}.icon-mustache:before{content:"\e014"}.icon-mouse:before{content:"\e015"}.icon-magnet:before{content:"\e016"}.icon-energy:before{content:"\e020"}.icon-disc:before{content:"\e022"}.icon-cursor:before{content:"\e06e"}.icon-cursor-move:before{content:"\e023"}.icon-crop:before{content:"\e024"}.icon-chemistry:before{content:"\e026"}.icon-speedometer:before{content:"\e007"}.icon-shield:before{content:"\e00e"}.icon-screen-tablet:before{content:"\e00f"}.icon-magic-wand:before{content:"\e017"}.icon-hourglass:before{content:"\e018"}.icon-graduation:before{content:"\e019"}.icon-ghost:before{content:"\e01a"}.icon-game-controller:before{content:"\e01b"}.icon-fire:before{content:"\e01c"}.icon-eyeglass:before{content:"\e01d"}.icon-envelope-open:before{content:"\e01e"}.icon-envelope-letter:before{content:"\e01f"}.icon-bell:before{content:"\e027"}.icon-badge:before{content:"\e028"}.icon-anchor:before{content:"\e029"}.icon-wallet:before{content:"\e02a"}.icon-vector:before{content:"\e02b"}.icon-speech:before{content:"\e02c"}.icon-puzzle:before{content:"\e02d"}.icon-printer:before{content:"\e02e"}.icon-present:before{content:"\e02f"}.icon-playlist:before{content:"\e030"}.icon-pin:before{content:"\e031"}.icon-picture:before{content:"\e032"}.icon-handbag:before{content:"\e035"}.icon-globe-alt:before{content:"\e036"}.icon-globe:before{content:"\e037"}.icon-folder-alt:before{content:"\e039"}.icon-folder:before{content:"\e089"}.icon-film:before{content:"\e03a"}.icon-feed:before{content:"\e03b"}.icon-drop:before{content:"\e03e"}.icon-drawer:before{content:"\e03f"}.icon-docs:before{content:"\e040"}.icon-doc:before{content:"\e085"}.icon-diamond:before{content:"\e043"}.icon-cup:before{content:"\e044"}.icon-calculator:before{content:"\e049"}.icon-bubbles:before{content:"\e04a"}.icon-briefcase:before{content:"\e04b"}.icon-book-open:before{content:"\e04c"}.icon-basket-loaded:before{content:"\e04d"}.icon-basket:before{content:"\e04e"}.icon-bag:before{content:"\e04f"}.icon-action-undo:before{content:"\e050"}.icon-action-redo:before{content:"\e051"}.icon-wrench:before{content:"\e052"}.icon-umbrella:before{content:"\e053"}.icon-trash:before{content:"\e054"}.icon-tag:before{content:"\e055"}.icon-support:before{content:"\e056"}.icon-frame:before{content:"\e038"}.icon-size-fullscreen:before{content:"\e057"}.icon-size-actual:before{content:"\e058"}.icon-shuffle:before{content:"\e059"}.icon-share-alt:before{content:"\e05a"}.icon-share:before{content:"\e05b"}.icon-rocket:before{content:"\e05c"}.icon-question:before{content:"\e05d"}.icon-pie-chart:before{content:"\e05e"}.icon-pencil:before{content:"\e05f"}.icon-note:before{content:"\e060"}.icon-loop:before{content:"\e064"}.icon-home:before{content:"\e069"}.icon-grid:before{content:"\e06a"}.icon-graph:before{content:"\e06b"}.icon-microphone:before{content:"\e063"}.icon-music-tone-alt:before{content:"\e061"}.icon-music-tone:before{content:"\e062"}.icon-earphones-alt:before{content:"\e03c"}.icon-earphones:before{content:"\e03d"}.icon-equalizer:before{content:"\e06c"}.icon-like:before{content:"\e068"}.icon-dislike:before{content:"\e06d"}.icon-control-start:before{content:"\e06f"}.icon-control-rewind:before{content:"\e070"}.icon-control-play:before{content:"\e071"}.icon-control-pause:before{content:"\e072"}.icon-control-forward:before{content:"\e073"}.icon-control-end:before{content:"\e074"}.icon-volume-1:before{content:"\e09f"}.icon-volume-2:before{content:"\e0a0"}.icon-volume-off:before{content:"\e0a1"}.icon-calendar:before{content:"\e075"}.icon-bulb:before{content:"\e076"}.icon-chart:before{content:"\e077"}.icon-ban:before{content:"\e07c"}.icon-bubble:before{content:"\e07d"}.icon-camrecorder:before{content:"\e07e"}.icon-camera:before{content:"\e07f"}.icon-cloud-download:before{content:"\e083"}.icon-cloud-upload:before{content:"\e084"}.icon-envelope:before{content:"\e086"}.icon-eye:before{content:"\e087"}.icon-flag:before{content:"\e088"}.icon-heart:before{content:"\e08a"}.icon-info:before{content:"\e08b"}.icon-key:before{content:"\e08c"}.icon-link:before{content:"\e08d"}.icon-lock:before{content:"\e08e"}.icon-lock-open:before{content:"\e08f"}.icon-magnifier:before{content:"\e090"}.icon-magnifier-add:before{content:"\e091"}.icon-magnifier-remove:before{content:"\e092"}.icon-paper-clip:before{content:"\e093"}.icon-paper-plane:before{content:"\e094"}.icon-power:before{content:"\e097"}.icon-refresh:before{content:"\e098"}.icon-reload:before{content:"\e099"}.icon-settings:before{content:"\e09a"}.icon-star:before{content:"\e09b"}.icon-symbol-female:before{content:"\e09c"}.icon-symbol-male:before{content:"\e09d"}.icon-target:before{content:"\e09e"}.icon-credit-card:before{content:"\e025"}.icon-paypal:before{content:"\e608"}.icon-social-tumblr:before{content:"\e00a"}.icon-social-twitter:before{content:"\e009"}.icon-social-facebook:before{content:"\e00b"}.icon-social-instagram:before{content:"\e609"}.icon-social-linkedin:before{content:"\e60a"}.icon-social-pinterest:before{content:"\e60b"}.icon-social-github:before{content:"\e60c"}.icon-social-google:before{content:"\e60d"}.icon-social-reddit:before{content:"\e60e"}.icon-social-skype:before{content:"\e60f"}.icon-social-dribbble:before{content:"\e00d"}.icon-social-behance:before{content:"\e610"}.icon-social-foursqare:before{content:"\e611"}.icon-social-soundcloud:before{content:"\e612"}.icon-social-spotify:before{content:"\e613"}.icon-social-stumbleupon:before{content:"\e614"}.icon-social-youtube:before{content:"\e008"}.icon-social-dropbox:before{content:"\e00c"}.icon-social-vkontakte:before{content:"\e618"}.icon-social-steam:before{content:"\e620"}.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 .hidden-fields-container{display:none}.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:1000ms;animation-timing-function:linear;animation-iteration-count:infinite}@media (prefers-reduced-motion:reduce){.wpcf7-spinner::before{animation-name:blink;animation-duration:2000ms}}@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{fill:currentColor;height:auto;max-height:100%;stroke:currentColor;width:1em}.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{fill:currentColor;flex-shrink:0;height:auto;margin-left:10px;transform:translateX(0);transition:transform .3s cubic-bezier(0,.53,.18,.98);width:7px}#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;fill:currentColor;height:auto;width:100%}#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{fill:currentColor;flex-shrink:0;height:auto;width:19px}#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;fill:currentColor;height:auto;stroke:currentColor;transition:background-color .2s ease-out,color .2s ease-out;width:1em}.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:none}.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;stroke:none;width:17px}.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:none;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-9d7c1cfe .qi-block-advanced-text p{font-family:'Lato'}body .qodef-widget-block-5328ac03 .qi-block-advanced-text p{font-family:'Lato'}body .qodef-widget-block-08f91479 .qi-block-advanced-text p{font-size:14px}body .qodef-widget-block-bdbbb3f9 .qi-block-tag-cloud .qodef-e-item{text-decoration:underline;font-size:26px}body .qodef-widget-block-6a19cd29 .qi-block-tag-cloud .qodef-e-item{text-decoration:underline;font-size:26px}body .qodef-widget-block-da801ab9 .qodef-gutenberg-section{--qi-blocks-columns-gap:30px}body .qodef-widget-block-23e0ac87 .qodef-gutenberg-section{--qi-blocks-columns-gap:30px}body .qodef-widget-block-24c1f6a7 .qodef-gutenberg-section{--qi-blocks-columns-gap:30px}body .qodef-widget-block-9c47a376 .qodef-gutenberg-section{--qi-blocks-columns-gap:30px}body .qodef-widget-block-b07ae02f .qi-block-pricing-table .qodef-separator--border-image .qodef-m-line{background-image:url();background-size:auto;background-position:left;background-repeat:round}body .qodef-widget-block-b07ae02f .qi-block-pricing-table .qi-block-divider:not(.qodef-separator--border-image) .qodef-m-line{border-style:solid}body .qodef-widget-block-59a0f870 .qodef-gutenberg-section{--qi-blocks-columns-gap:30px}body .qodef-widget-block-afb8c6d4 .qodef-gutenberg-section{--qi-blocks-columns-gap:30px}body .qodef-widget-block-47d4f375 .qi-block-pricing-table .qodef-separator--border-image .qodef-m-line{background-image:url();background-size:auto;background-position:left;background-repeat:round}body .qodef-widget-block-47d4f375 .qi-block-pricing-table .qi-block-divider:not(.qodef-separator--border-image) .qodef-m-line{border-style:solid}body .qodef-widget-block-a8fdf086 .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-a8fdf086 .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-a8fdf086 .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-a8fdf086 .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-a8fdf086 .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-a8fdf086 .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-a8fdf086 .qi-block-timeline .qodef-e-line,.qodef-widget-block-a8fdf086 .qi-block-timeline.qodef-point--diamond .qodef-e-point-holder:before,.qodef-widget-block-a8fdf086 .qi-block-timeline.qodef-point--diamond .qodef-e-point-holder:after{background-color:#ebebeb}body .qodef-widget-block-a8fdf086 .qi-block-timeline .qodef-e-point{background-color:#111}body .qodef-widget-block-d093361f .qi-block-pricing-table .qodef-separator--border-image .qodef-m-line{background-image:url();background-size:auto;background-position:left;background-repeat:round}body .qodef-widget-block-d093361f .qi-block-pricing-table .qi-block-divider:not(.qodef-separator--border-image) .qodef-m-line{border-style:solid}body .qodef-widget-block-d6332531 .qi-block-pricing-table .qodef-separator--border-image .qodef-m-line{background-image:url();background-size:auto;background-position:left;background-repeat:round}body .qodef-widget-block-d6332531 .qi-block-pricing-table .qi-block-divider:not(.qodef-separator--border-image) .qodef-m-line{border-style:solid}body .qodef-widget-block-4dd07f98 .qodef-gutenberg-section{--qi-blocks-columns-gap:30px}body .qodef-widget-block-43cdf72f .qodef-gutenberg-section{--qi-blocks-columns-gap:30px}body .qodef-widget-block-6b801b54 .qodef-gutenberg-section{--qi-blocks-columns-gap:30px}body .qodef-widget-block-ffbe6490 .qodef-gutenberg-section{--qi-blocks-columns-gap:30px}body .qodef-widget-block-5a843e1a .qodef-gutenberg-section{--qi-blocks-columns-gap:30px}.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 #fff0 #fff0 #fff0;border-style:solid;border-width:5px 4px 0 4px;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:#fff0 #fff0 #888 #fff0;border-width:0 4px 5px 4px}.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 #fff0 #fff0 #fff0;border-style:solid;border-width:5px 4px 0 4px;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:#fff0 #fff0 #888 #fff0;border-width:0 4px 5px 4px}.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 #fff0}.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}.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--wordfence-2fa a:before{background-color:currentColor;mask-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+Cjxzdmcgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDMyIDMyIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zOnNlcmlmPSJodHRwOi8vd3d3LnNlcmlmLmNvbS8iIHN0eWxlPSJmaWxsLXJ1bGU6ZXZlbm9kZDtjbGlwLXJ1bGU6ZXZlbm9kZDtzdHJva2UtbGluZWpvaW46cm91bmQ7c3Ryb2tlLW1pdGVybGltaXQ6MS40MTQyMTsiPgogICAgPGc+CiAgICAgICAgPHBhdGggZD0iTTE2LDguNTlMMTcuNTksMTIuMDhMMTcuNiwxMi4xMUwxNy4wNiwxMi4xMUwxNy4wNiwxMi4xMkMxNy4wNywxMi4xNyAxNy4wOCwxMi4yMiAxNy4wOCwxMi4yOEMxNy4wOCwxMi40NSAxNy4wNCwxMi42MSAxNi45NiwxMi43NUMxNi45MywxMi44MiAxNi44OCwxMi44OCAxNi44NCwxMi45M0MxNi44NCwxMi45MyAxNi43NywxMy42OSAxNi43OCwxNS4xMUMxNi43OCwxNS45NiAxNi44MywxNy4yMSAxNi45MywxOC41OEMxOC41OSwxOC42NyAyMC4xMywxOC44NiAyMS41NSwxOS4xMUwyMS41NSwxMy4xOUwyMS4xNCwxMy4xOUwyMi4yLDEwLjg3TDIzLjIyLDEzLjJMMjIuODEsMTMuMkwyMi44MSwxOS4zNUMyNC4zMiwxOS42NiAyNS42NiwyMC4wNCAyNi44MiwyMC40MkwyNi44MiwxNS4yN0wyNi40MSwxNS4yN0wyNy40NywxMi45NUwyOC40OSwxNS4yOEwyOC4wOCwxNS4yOEwyOC4wOCwyMC44NkMyOS40NSwyMS4zNyAzMC40OCwyMS44NSAzMS4xMSwyMi4xN0MzMS45LDE0LjcyIDMwLjI4LDguMjYgMzAuMjgsOC4yNkMyMi43MSw4LjAxIDE2LDQgMTYsNEwxNiw4LjU5WiIgc3R5bGU9ImZpbGw6cmdiKDMzLDE0MSwxOTMpO2ZpbGwtcnVsZTpub256ZXJvOyIvPgogICAgICAgIDxwYXRoIGQ9Ik0yOC4wNCwyMi4xOEwyOC4wNCwyOEwyOS44MSwyOEMzMC4wNiwyNy4xOSAzMC4yNywyNi4zNiAzMC40NSwyNS41NUMzMC42OCwyNC43NCAzMC44MSwyNC4wNyAzMC45LDIzLjU5QzMwLjksMjMuNTkgMzAuOSwyMy41NyAzMC45LDIzLjU2QzMwLjkxLDIzLjUzIDMwLjkxLDIzLjUgMzAuOTEsMjMuNDdDMzAuNDcsMjMuMjMgMjkuNDksMjIuNzMgMjguMDQsMjIuMThaIiBzdHlsZT0iZmlsbDpyZ2IoMzMsMTQxLDE5Myk7ZmlsbC1ydWxlOm5vbnplcm87Ii8+CiAgICAgICAgPHBhdGggZD0iTTIyLjc5LDIwLjYxTDIyLjc5LDI4TDI2LjgsMjhMMjYuOCwyMS43MkMyNS42NiwyMS4zMyAyNC4zMSwyMC45NCAyMi43OSwyMC42MVoiIHN0eWxlPSJmaWxsOnJnYigzMywxNDEsMTkzKTtmaWxsLXJ1bGU6bm9uemVybzsiLz4KICAgICAgICA8cGF0aCBkPSJNMjEuNTQsMjhMMjEuNTQsMjAuMzZDMjAuMTYsMjAuMTEgMTguNjQsMTkuOTEgMTcuMDIsMTkuODFDMTcuMDIsMTkuODIgMTcuMDIsMTkuODIgMTcuMDIsMTkuODNDMTcuMDIsMTkuODYgMTcuMTMsMjAuNjggMTcuMTQsMjAuODFDMTcuMzksMjIuNyAxNy45LDI1LjY3IDE4LjQzLDI3Ljk5TDE4LjQsMjcuOTlMMjEuNTQsMjcuOTlMMjEuNTQsMjhaIiBzdHlsZT0iZmlsbDpyZ2IoMzMsMTQxLDE5Myk7ZmlsbC1ydWxlOm5vbnplcm87Ii8+CiAgICAgICAgPHBhdGggZD0iTTEzLjU3LDI4QzE0LjA5LDI1LjY4IDE0LjYsMjIuNzEgMTQuODYsMjAuODJMMTQuODUsMjAuODJMMTQuODYsMjAuODJDMTQuODgsMjAuNjggMTQuOTgsMTkuODcgMTQuOTgsMTkuODRDMTQuOTgsMTkuODMgMTQuOTgsMTkuODMgMTQuOTgsMTkuODJDMTMuMzUsMTkuOTIgMTEuODMsMjAuMTIgMTAuNDYsMjAuMzdMMTAuNDYsMjhMMTMuNTksMjhMMTMuNTcsMjhaIiBzdHlsZT0iZmlsbDpyZ2IoMzMsMTQxLDE5Myk7ZmlsbC1ydWxlOm5vbnplcm87Ii8+CiAgICAgICAgPHBhdGggZD0iTTMuOTYsMjAuODZMMy45NiwxNS4yOEwzLjU1LDE1LjI4TDQuNTcsMTIuOTVMNS42MywxNS4yN0w1LjIyLDE1LjI3TDUuMjIsMjAuNDJDNi4zOCwyMC4wNCA3LjcyLDE5LjY3IDkuMjMsMTkuMzVMOS4yMywxMy4yTDguODIsMTMuMkw5Ljg0LDEwLjg3TDEwLjksMTMuMTlMMTAuNDksMTMuMTlMMTAuNDksMTkuMTFDMTEuOTEsMTguODYgMTMuNDUsMTguNjcgMTUuMTEsMTguNThDMTUuMjEsMTcuMjEgMTUuMjYsMTUuOTYgMTUuMjYsMTUuMTFDMTUuMjcsMTMuNyAxNS4yLDEyLjkzIDE1LjIsMTIuOTNDMTUuMTUsMTIuODcgMTUuMTEsMTIuODEgMTUuMDgsMTIuNzVDMTUsMTIuNjEgMTQuOTYsMTIuNDUgMTQuOTYsMTIuMjhDMTQuOTYsMTIuMjMgMTQuOTcsMTIuMTcgMTQuOTgsMTIuMTJMMTQuOTgsMTIuMTFMMTQuNDQsMTIuMTFMMTQuNDUsMTIuMDhMMTYsOC41OUwxNiw0QzE2LDQgOS4yOSw4LjAxIDEuNzUsOC4yNkMxLjc1LDguMjYgMC4xMywxNC43MiAwLjkyLDIyLjE3QzEuNTYsMjEuODUgMi41OCwyMS4zNiAzLjk2LDIwLjg2WiIgc3R5bGU9ImZpbGw6cmdiKDMzLDE0MSwxOTMpO2ZpbGwtcnVsZTpub256ZXJvOyIvPgogICAgICAgIDxwYXRoIGQ9Ik01LjIsMjEuNzJMNS4yLDI4TDkuMjEsMjhMOS4yMSwyMC42MUM3LjY0LDIwLjk1IDYuMjgsMjEuMzUgNS4yLDIxLjcyWiIgc3R5bGU9ImZpbGw6cmdiKDMzLDE0MSwxOTMpO2ZpbGwtcnVsZTpub256ZXJvOyIvPgogICAgICAgIDxwYXRoIGQ9Ik0xLjA5LDIzLjQ3QzEuMDgsMjMuNDcgMS4wOCwyMy40NyAxLjA5LDIzLjQ3QzEuMDksMjMuNSAxLjEsMjMuNTMgMS4xLDIzLjU2QzEuMSwyMy41NyAxLjEsMjMuNTggMS4xLDIzLjU5QzEuMTgsMjQuMDcgMS4zMiwyNC43NCAxLjU1LDI1LjU1QzEuNzMsMjYuMzYgMS45NSwyNy4xOSAyLjE5LDI4TDMuOTUsMjhMMy45NSwyMi4xN0MyLjUxLDIyLjczIDEuNTMsMjMuMjMgMS4wOSwyMy40N1oiIHN0eWxlPSJmaWxsOnJnYigzMywxNDEsMTkzKTtmaWxsLXJ1bGU6bm9uemVybzsiLz4KICAgIDwvZz4KPC9zdmc+Cg==);-webkit-mask-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+Cjxzdmcgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDMyIDMyIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zOnNlcmlmPSJodHRwOi8vd3d3LnNlcmlmLmNvbS8iIHN0eWxlPSJmaWxsLXJ1bGU6ZXZlbm9kZDtjbGlwLXJ1bGU6ZXZlbm9kZDtzdHJva2UtbGluZWpvaW46cm91bmQ7c3Ryb2tlLW1pdGVybGltaXQ6MS40MTQyMTsiPgogICAgPGc+CiAgICAgICAgPHBhdGggZD0iTTE2LDguNTlMMTcuNTksMTIuMDhMMTcuNiwxMi4xMUwxNy4wNiwxMi4xMUwxNy4wNiwxMi4xMkMxNy4wNywxMi4xNyAxNy4wOCwxMi4yMiAxNy4wOCwxMi4yOEMxNy4wOCwxMi40NSAxNy4wNCwxMi42MSAxNi45NiwxMi43NUMxNi45MywxMi44MiAxNi44OCwxMi44OCAxNi44NCwxMi45M0MxNi44NCwxMi45MyAxNi43NywxMy42OSAxNi43OCwxNS4xMUMxNi43OCwxNS45NiAxNi44MywxNy4yMSAxNi45MywxOC41OEMxOC41OSwxOC42NyAyMC4xMywxOC44NiAyMS41NSwxOS4xMUwyMS41NSwxMy4xOUwyMS4xNCwxMy4xOUwyMi4yLDEwLjg3TDIzLjIyLDEzLjJMMjIuODEsMTMuMkwyMi44MSwxOS4zNUMyNC4zMiwxOS42NiAyNS42NiwyMC4wNCAyNi44MiwyMC40MkwyNi44MiwxNS4yN0wyNi40MSwxNS4yN0wyNy40NywxMi45NUwyOC40OSwxNS4yOEwyOC4wOCwxNS4yOEwyOC4wOCwyMC44NkMyOS40NSwyMS4zNyAzMC40OCwyMS44NSAzMS4xMSwyMi4xN0MzMS45LDE0LjcyIDMwLjI4LDguMjYgMzAuMjgsOC4yNkMyMi43MSw4LjAxIDE2LDQgMTYsNEwxNiw4LjU5WiIgc3R5bGU9ImZpbGw6cmdiKDMzLDE0MSwxOTMpO2ZpbGwtcnVsZTpub256ZXJvOyIvPgogICAgICAgIDxwYXRoIGQ9Ik0yOC4wNCwyMi4xOEwyOC4wNCwyOEwyOS44MSwyOEMzMC4wNiwyNy4xOSAzMC4yNywyNi4zNiAzMC40NSwyNS41NUMzMC42OCwyNC43NCAzMC44MSwyNC4wNyAzMC45LDIzLjU5QzMwLjksMjMuNTkgMzAuOSwyMy41NyAzMC45LDIzLjU2QzMwLjkxLDIzLjUzIDMwLjkxLDIzLjUgMzAuOTEsMjMuNDdDMzAuNDcsMjMuMjMgMjkuNDksMjIuNzMgMjguMDQsMjIuMThaIiBzdHlsZT0iZmlsbDpyZ2IoMzMsMTQxLDE5Myk7ZmlsbC1ydWxlOm5vbnplcm87Ii8+CiAgICAgICAgPHBhdGggZD0iTTIyLjc5LDIwLjYxTDIyLjc5LDI4TDI2LjgsMjhMMjYuOCwyMS43MkMyNS42NiwyMS4zMyAyNC4zMSwyMC45NCAyMi43OSwyMC42MVoiIHN0eWxlPSJmaWxsOnJnYigzMywxNDEsMTkzKTtmaWxsLXJ1bGU6bm9uemVybzsiLz4KICAgICAgICA8cGF0aCBkPSJNMjEuNTQsMjhMMjEuNTQsMjAuMzZDMjAuMTYsMjAuMTEgMTguNjQsMTkuOTEgMTcuMDIsMTkuODFDMTcuMDIsMTkuODIgMTcuMDIsMTkuODIgMTcuMDIsMTkuODNDMTcuMDIsMTkuODYgMTcuMTMsMjAuNjggMTcuMTQsMjAuODFDMTcuMzksMjIuNyAxNy45LDI1LjY3IDE4LjQzLDI3Ljk5TDE4LjQsMjcuOTlMMjEuNTQsMjcuOTlMMjEuNTQsMjhaIiBzdHlsZT0iZmlsbDpyZ2IoMzMsMTQxLDE5Myk7ZmlsbC1ydWxlOm5vbnplcm87Ii8+CiAgICAgICAgPHBhdGggZD0iTTEzLjU3LDI4QzE0LjA5LDI1LjY4IDE0LjYsMjIuNzEgMTQuODYsMjAuODJMMTQuODUsMjAuODJMMTQuODYsMjAuODJDMTQuODgsMjAuNjggMTQuOTgsMTkuODcgMTQuOTgsMTkuODRDMTQuOTgsMTkuODMgMTQuOTgsMTkuODMgMTQuOTgsMTkuODJDMTMuMzUsMTkuOTIgMTEuODMsMjAuMTIgMTAuNDYsMjAuMzdMMTAuNDYsMjhMMTMuNTksMjhMMTMuNTcsMjhaIiBzdHlsZT0iZmlsbDpyZ2IoMzMsMTQxLDE5Myk7ZmlsbC1ydWxlOm5vbnplcm87Ii8+CiAgICAgICAgPHBhdGggZD0iTTMuOTYsMjAuODZMMy45NiwxNS4yOEwzLjU1LDE1LjI4TDQuNTcsMTIuOTVMNS42MywxNS4yN0w1LjIyLDE1LjI3TDUuMjIsMjAuNDJDNi4zOCwyMC4wNCA3LjcyLDE5LjY3IDkuMjMsMTkuMzVMOS4yMywxMy4yTDguODIsMTMuMkw5Ljg0LDEwLjg3TDEwLjksMTMuMTlMMTAuNDksMTMuMTlMMTAuNDksMTkuMTFDMTEuOTEsMTguODYgMTMuNDUsMTguNjcgMTUuMTEsMTguNThDMTUuMjEsMTcuMjEgMTUuMjYsMTUuOTYgMTUuMjYsMTUuMTFDMTUuMjcsMTMuNyAxNS4yLDEyLjkzIDE1LjIsMTIuOTNDMTUuMTUsMTIuODcgMTUuMTEsMTIuODEgMTUuMDgsMTIuNzVDMTUsMTIuNjEgMTQuOTYsMTIuNDUgMTQuOTYsMTIuMjhDMTQuOTYsMTIuMjMgMTQuOTcsMTIuMTcgMTQuOTgsMTIuMTJMMTQuOTgsMTIuMTFMMTQuNDQsMTIuMTFMMTQuNDUsMTIuMDhMMTYsOC41OUwxNiw0QzE2LDQgOS4yOSw4LjAxIDEuNzUsOC4yNkMxLjc1LDguMjYgMC4xMywxNC43MiAwLjkyLDIyLjE3QzEuNTYsMjEuODUgMi41OCwyMS4zNiAzLjk2LDIwLjg2WiIgc3R5bGU9ImZpbGw6cmdiKDMzLDE0MSwxOTMpO2ZpbGwtcnVsZTpub256ZXJvOyIvPgogICAgICAgIDxwYXRoIGQ9Ik01LjIsMjEuNzJMNS4yLDI4TDkuMjEsMjhMOS4yMSwyMC42MUM3LjY0LDIwLjk1IDYuMjgsMjEuMzUgNS4yLDIxLjcyWiIgc3R5bGU9ImZpbGw6cmdiKDMzLDE0MSwxOTMpO2ZpbGwtcnVsZTpub256ZXJvOyIvPgogICAgICAgIDxwYXRoIGQ9Ik0xLjA5LDIzLjQ3QzEuMDgsMjMuNDcgMS4wOCwyMy40NyAxLjA5LDIzLjQ3QzEuMDksMjMuNSAxLjEsMjMuNTMgMS4xLDIzLjU2QzEuMSwyMy41NyAxLjEsMjMuNTggMS4xLDIzLjU5QzEuMTgsMjQuMDcgMS4zMiwyNC43NCAxLjU1LDI1LjU1QzEuNzMsMjYuMzYgMS45NSwyNy4xOSAyLjE5LDI4TDMuOTUsMjhMMy45NSwyMi4xN0MyLjUxLDIyLjczIDEuNTMsMjMuMjMgMS4wOSwyMy40N1oiIHN0eWxlPSJmaWxsOnJnYigzMywxNDEsMTkzKTtmaWxsLXJ1bGU6bm9uemVybzsiLz4KICAgIDwvZz4KPC9zdmc+Cg==);mask-position:center;-webkit-mask-position:center;mask-repeat:no-repeat;-webkit-mask-repeat:no-repeat}/*! This file is auto-generated */
@font-face{font-family:dashicons;src:url(https://arepo.pt/wp-includes/css/../fonts/dashicons.eot#1774930603);src:url(https://arepo.pt/wp-includes/css/../fonts/dashicons.eot#1774930603) format("embedded-opentype"),url("data:application/x-font-woff;charset=utf-8;base64,d09GRgABAAAAAHvwAAsAAAAA3EgAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADMAAABCsP6z7U9TLzIAAAE8AAAAQAAAAFZAuk8lY21hcAAAAXwAAAk/AAAU9l+BPsxnbHlmAAAKvAAAYwIAAKlAcWTMRWhlYWQAAG3AAAAALwAAADYXkmaRaGhlYQAAbfAAAAAfAAAAJAQ3A0hobXR4AABuEAAAACUAAAVQpgT/9mxvY2EAAG44AAACqgAAAqps5EEYbWF4cAAAcOQAAAAfAAAAIAJvAKBuYW1lAABxBAAAATAAAAIiwytf8nBvc3QAAHI0AAAJvAAAEhojMlz2eJxjYGRgYOBikGPQYWB0cfMJYeBgYGGAAJAMY05meiJQDMoDyrGAaQ4gZoOIAgCKIwNPAHicY2Bk/Mc4gYGVgYOBhzGNgYHBHUp/ZZBkaGFgYGJgZWbACgLSXFMYHD4yfHVnAnH1mBgZGIE0CDMAAI/zCGl4nN3Y93/eVRnG8c/9JE2bstLdQIF0N8x0t8w0pSMt0BZKS5ml7F32lrL3hlKmCxEQtzjAhQMRRcEJijhQQWV4vgNBGV4nl3+B/mbTd8+reeVJvuc859znvgL0A5pkO2nW3xcJ8qee02ej7/NNDOz7fHPTw/r/LnTo60ale4ooWov2orOYXXQXPWVr2V52lrPL3qq3WlmtqlZXx1bnVFdVd9TNdWvdXnfWk+tZ9dx6wfvvQ6KgaCraio6iq+/VUbaVHWVX2V0trJb2vXpNtbZaV91YU7fUbXVH3VVPrbvrefnV//WfYJc4M86OS2N9PBCP9n08FS/E6w0agxtDG2P6ProaPY3ljaMaJzVOb1ze2NC4s3Ff46G+VzfRQn8GsBEbM4RN2YQtGMVlMY2v8COGai0Hxm6MjEWxOBZGb+zJArbidjajjUGxJHbgUzwYG/EJPsNDfJLFsYzpXM6Pmcd8Ps1BvB8LGEE7W7KSzdmGA9ifgzmau7ibcUxkB7bnHhZxb+xDgw/yYb7GU/yQp2NgDI9xMZ61sWVsFZtHkxb5+ZgQE2NSdMYmDOM5HmZrfs6H+Cbf4bt8m28xhb2YyjQWciDHxk7RGg2W8DFWxbyYE20cx/GcwImcxKmxWYyIGXr3l7MPp/MAn+PzfIFH+Co/4296Q2v+wdvRHP1iQIyKMTE2ZsZesW8QSzmHi7mFK7iWsziTs7mIG/gAl3Irl3Az13A117GeC7iSdVzIjdzGMXycP/ITfskv+B5PRk/MjT1iCPuyLAbF4Jgds2Jj7uOj7MmX+DI78hfejBa6+Kxmekp0s5TBXM/kiNg29uaNmM5p0c6fmMmMGMbLMZS/8w2+zh78lPFMYFvt9Ul0Moax/IA/s5P2+hy6mcXO7EoPu7F7bM1feSR25wzuZAN3xBasiJGxDSfH9pzLeVzF7NgxtmM0+/FK7MLrvBNTeZSXYlP+wO/5J//SV/2O3/Iiv+EFfs2veDf68xHOj53p5Yt8n72ZG6MZzhoO5wgO4VCO5CgOY3VM4S1epYxdYzKP8QSPx3xu4v7o4Fmdydbo4j1eo+IZbdaW/+Gc/L/82Tj/0zbS/4kVue5YrmzpP3L1Sw3T+SY1mU46qdl05kn9TKef1GL5J6T+popAGmCqDaRWU5UgDTTVC9JGpspB2ti4TOMmpmpC2tRUV0ibmSoMqc1Ua0iDLFfwNNhypU5DTJWINNTQGqRhFos0DrdYrHGExUKNIy16Nbabqhhpc1M9I21hqmykUaYaR9rSyM+7lZGfd2sjP2+HxRKNo01VkTTGVB9JY40HNY6zyGs23lQ9SRNMdZQ00VRRSZNMtZXUaeQ5bmOqt6RtTZWXtJ2pBpO2N1Vj0g6mukza0VShSV2mWk2abKrapClGvtumWuS1mmbkNZ5u5HWdYeQ1m2mq+KRZRl7v2UZ+9p1M9wFpZ9PNQNrFdEeQdjXdFqTdTPcGaXfTDULqNvK6zjHy+vUYed5zjbwee5juHNI8I++f+ca9GheYbiTSQiOfp17TLUVaZLqvSItNNxdpT9MdRtrLdJuR9jae1rjEIu/tpRZ5/y6zyHPZxyLvkX2NtRqXW+R13s8i780VFnmdV1rkc7+/5SKRVhnPazzAIu+7Ay3yuh1kkffdwRZ53x1ikc/0oUY+f6tNNxTpMNOtTFpj5LNyuOmmJh1hurNJR5pub9JRpnucdLTpRicdY7rbSceabnnScUbep8cbeb1PMPKePdHIe/YkI7+fJxt53muN/L1Psch781SLXPNOs8h74HQjv4dnmLoL0plGXuOzLPL+Otsi781zLHINOdfI8zjPyPM438jzuMDI8/iAkedxoZGfcZ1FrlEXWeSzebFFPpeXGLlWXWrkfXSZkffa5Uae3xWmjoh0pak3Il1l6pJIV5v6JdI1ps6JdK2phyJdZ+qmSNeb+irSDaYOi3Sjqdci3WTqukg3G29rvMUi3123WuQ74jaLfEett8j1+3aLXIM3WOQafIdFrk93WuQ9c5dFPmd3W75G0z2mbi8/ah/1fRRh6gDV85t6QYpmU1dI0c/UH1K0mDpFiv6mnpFigKl7pGg19ZEUbaaOkmKQqbekGGzqMimGmPpNiqGmzpNimKkHpRhu6kYpRpj6UoqRpg6Vot3Uq1J0mLpWitGm/pVijKmTpRhr6mkpxpm6W4rxpj6XYoKp46WYaOp9KSaZumCKTlM/TNFl6owpJpt6ZIoppm6ZYqrxpMZpFqrvxXQL1fdihoXqezHTIq/TLFOnTTHbUJ0tui3yGvdYaH3LsNDXlQ0Lvb5sMnXplM2mfp2yn6lzp2wx9fCU/U3dPOUAU19P2Wrq8CnbTL0+5SDjTY2DLXe95RBTEqAcasoElMMs195yuKH6VY4wJQbKkabsQNlu5O/dYcoTlKMNrXs5xiKvwVgL9RblOFPuoBxvvKFxgimLUE40VCvLSRb5Z3aakgpllymzUE429J6VUyzynKYaL2ucZpHnPd2UcihnmPIO5UxT8qGcZcpAlLNNaYiy28jPPsfIz95j5DnOtfybg3IPI89jnpHnMd/I67TAyOu00JSzKHtNiYtqoSl7UfWaUhjVUlMeo1pmSmZU+5gyGtW+prRGtdyU26j2MyU4qhWmLEe10lBvVK0y5Tuq1aakR7XGcq2uDrfIX3+EKQdSHWlKhFRHmbIh1dGGamh1jCkvUh1r5GdZa6E9V51iSpNUpxq6d6vTTAmT6nRT1qQ6w5Qnqc405U+qswy9l9XZFjo71TmmdEq1zpRTqS4y8jpdbLyi8RKLvP6XmvIs1WXGOxovN2VcqitMaZfqSuMljVeZEjDVjaYsTHWTKRVT3WzKx1S3mJIy1a3WN8fbTOmZar0pR1PdbkrUVBtM2ZrqDlPKztdlH+Vt6jAlb+qG8a7GJlMap2425XLqFkN9Rt3flNWpB5hSO3WrKb9Tt5mSPPUgU6anHmzozNRDTDmfeqgp8VMPM2V/6uGG9lw9wtCeq0ca6i/rdkP9Zd1haC/Wow3txXqMoV6zHmtof9fjLFRH6vHGWxonGK9qnGiUGidZ6EzVnRaqR3WX8ZjGycYTGqcaj2ucZqFaUE839N7XM4z7Nc60yPOYZTyrsdvybyfrOUZe7x6L/PPnGu9pnGe8pnG+UWlcYDzzb8iLsxoAeJysvQmcJMdZJ5qRlZmR91F5VWXdZ/bd0511zEzP9PSMPKOrS5JHEpJGI0uyRbUk27KMMMuitVU25lgW+cAyuGt3f17A2Muaw6bHwMIzC5g15jFlMNcaA7vAmp41ZtnfW1h48PbVvC8is46eGZnj97qrIiMjj7i/+H9HfMWwDPyh/wddZTRmnWEaYbfj+cl/F4dYcErIc7BgIAHDv9ftdDtnEASbkL7ZRS98qimf8DXL84pOsbr/qTWMc6Io59OWVFC0WiVfkDTFUbEr5kQX/8mnmgpniLqtmTzGQ7gb0rGH4Q5NKuTLdU0pSJZZUDHOY0yKFpfvV9CvMCpjQGyziBwdVddQaxvZbYyY7uVO5/Jzlzvdy898EP0KjXYuv/mxzvi3Pvt68ih9fohGTJph7GjTKyBHWEa4Xas2T6NWZ3DoFYteNIjcYhGNiu4VtzgY0MMk7y+iX2fKTASxTrsTNsMmruIN2hg4aZJtRFql20GdbvLv+cW4vdBvI4RYLKqYU+or9XVPVZRUyg/8SMnUcjl//ICnYlHgJT29YkoCVvOrC+iHUqwoSIKEkODnc7WMlgm8IMOynpI51lipj39AdxQ/LemylrKkak3J8VxS1hHUM2SOQT/WBOzjUMBurd0McdhthrV21OmGXb/TbUeu53d97PkR3uy0mlXB8dDoONYXOgte0At8OOq42xWMhU7o5XuBB0ddOP6l8urqzurqKOeH8Q30CT/YTZ44flzQQ5LwArltZ5UUKUXL9Qvo5xmJ0UkfICgWlMdvR9h3K22/XXPRMMx99KO5X+i3hsPx1VEfNZPzaGF/f/+lwWD6nq+i/8x4TJU5DnFoYQPpCAYs1MBATRiW28hLkVMyWh2vg7sevWWNpdd8GMzeJvqsaxhu6J7IP2uW18xnsU5OTvz2PxctX/xO0fTVZ0VI8o6fWIb7FtzjhWetyir693AP3KjjZ821svlsnpwYxvhL/1z0TYRpGNFUT9eXZ7dWSLE5WvZr6BpjM3lmielA/7RbzWUU1nCtKsCI9KLKZifc9Byh2mx1/MiKI9EmNA+G7pqcop6hLFf71WXZMGTEKMYw12i0m83RgISBgHv9KI4dXpGNKDJkOBifbLbJXeH4L+nd7LvelXuExqBYUjzJ0G8yPKPADHOZHIz2BrPIQPch2lMGCtswWqCjfHJeilMbPgwtGpArFdKNb37zm+3BINj7+n5/t4XpyX+n4XjQv4r6/auDFmq10H1PPGE///zWQw/bly61lpf3Hn88/fzzaRpGj1y69Ah8dyL4S8b076P/RtuN9jiGDjfYGoznDkw7bzZ8fyJrWdnCPfVjvWYv+6tprZA5dy7UHSfvOOjnsufOZgua+aD4ePQfG68twK3fQi7knckcJ/QhRdqia1UsPnIrVjREzPhwdJ2JBqg3Pggi1EvG4GfRLzMYWqkGcWiITpHF0Dow14GqkG46g9qtbscnFwyE7rv/2P1CxuF+079W0kqFzFNlpewpZSx9FpJtHt+P3gd3YN7xW4VrriaJZcWDW96QLVQvQbKdEe5PaNgfoD9mYDghyKxJhzWZSJTINGOiHHY9Os6Rsv6D6+6G5Vi8trZ9B3ayaU/W5LSB79hedzbSdppHB2s/sK5xEN1wyS1GWtYkP51x8e3bSfp0zo3QFRgXy8ztMGqtVrNWqQquFY/YRkSG7DKi4/M0qpFBugXV72x6rj9/VkDzd7bRyFDGB3QM9xTjOpNVDEPJirI4jQwCcjXACg5IEon0UYukja9C+F2GazQFDFWHyMsk8shNKZN5N2IRrB0R8wBzGVaAqo6cItrcRq015OsIr6Gw021WsQALXgER6t6EZux2Qph7ReRvdrpeClK7HZg/zRDuhgMl8ckS6cGITAG9F3Cne7j97Pb2s28nwTt535RWSrwh2YLEsaInNyqcqAeSXpDa60GR5QwO/x92iuU5JImKUMAqdLaPc4WgYpXltMln3DvfbZQk00McyyRvheCjVh6XI81SBFGxJA1xWgbZnosUxcgG9omKKWrjrzielrUlQ8EplktxUr6TFnguldILS0iqr4Tn0JsESTM4RWFg1s/aaAFWjlPMG29oJRtinS40BtS0RhpICGmjkVUvJO2jo2YXmsrzyaXmOnLXYCKQxvPIdCUDFK7FLUf+BZc0IcS2WeiAuTZTeUlkeV3lUq7Ga6JTNNQ0JxliKFsPWTlWQk7uQmpTcQRsBxBWNZ9nWVZjOY7n0rwoaBiX/BrmIDGFrbKSYhGbUrx7X3/M9eebcPxLWEKiyIoFQ0urCPE4lTJVhDmfFwsZS87ZXAlaS4BLLMe77xQMSYYsDF7UeFbiBMnzcx5b9FRXF6DAdU8xpAa09tqWZTptaE5rrk3TTIYpAK1YYNZgDJ5gdpjzzC5zkXmYeYx5A/PMDW3NR55fa3bbMLIAXvm1dujWyFgjIYZvJPiRW2v6pAlDWELJ9D+N4ABXyHUYpPCGELoJQpKSglO4kzyJ55p6/Ndnkdg1vti0RV6V2Mdqtwui3XyMlZpnOaMrBo9dlB4l1565wEP6ZQTpKfO4yCLpuJFqrqn+sfL/8tXVcnlV9TdKf+lrq+Vj8038f9eqlR+7z2hoeq1aO/8N9xla4w3na9Xz9Ur1wvnqbffqDc249x5I1b8hSa7Wq9VKfa9e8JbPFurL4/9aK3or54q1JW9Kh2h7nmTuuGl84s5kbIUwKEndaSQeeHS0wsgssnS+kqGKJ3fPtUjwNGAuXUqrvMilMvbpNdYo2Xb/LCBRjktrupgXZFHXontdG/NVuRMoJtAkTeXE1JGx9fndlapnq1jGHAFfkrxoq2pu+96Uk81nChYrcDbisF7K6apsqvfV1pqXli1d0hVBlmd49zfQFxgHxg1DAE6yqjRhvmAfIA3vJase+nj2Qvm77E7T/pimbZ4t3XXHXbI+/jD2DMMDBJTV9Y/Zzbb9L8rnN3XlrjvvKu18GhsE/Uzz+RlY9xxY6xlUJQ2yDjO5s+l7CdjHXUDbBTqDq+RiGzB3hBjH0CSBSwmW07MtPgUTQjWcC4VOOVerHrv/WLWaK7ZLyNYVW7e0Zr5czjc1S7cV/dx6tZPfwRIviryEdwrtygSffwHquwXHJmE0CKILm8YU2QHJIFgWlxCBr9toHU0uzI4Avj+j+2njkW2T41Kav6Zxosw5mllWXjl5SbtvLS3sfFAVRN5NYSWluT6HZdYIntR5AX1GEwT99QHQwxQGTKqlZIFzBcxrr2wL6bX7tEsnX1GrmuZwsshpGz45GKcfUhyfFF2gnYbRb1F0WwT0vcXcyzDtShv4AjZcY3G74ls1i9cJAWwDCoXx522jNehZD+gfjM5tBHO9SwhqkRDOW6QhZvtU67zjpHffsHmdObyKHta6gSqaq25g38/JmIUVBF30o4zAszLPLVRsJSVLbErncmdLgsBKAt9ZDdI0zY6w6dkPvKm1cVtGw8F4iPq/EdiaID1hibLW5VNIkgUkKk8akoBkmUdQXM3iWUHm/K6t80iCvJBQtHI8yytceYoTrgBOSAEygkXFrrQrqF1xMRx7qA95RACkaGQAseGwH83G+uQ5QBcVyydPHoyHMMyuMwckgFv5G95vAB6kediAOhsRBPDlJ3kdHqJsD/7G1+Yy3IuG0X70NcpaQNOyQqZHizp5Zjh5pgsd2k3yPdwfAZOyD+hkfPUK5DKXx/T+Btwfwt0ufNHBfmv6wLWoFTGvXj9aL8imFlGIHZevB+HhoNdLyrgfDYd/R91c0qoDWq8oadoj/RDjpF9DP8eYwFvdxzwKJRZqMOXJKh7BEg/TrNuMuX/AcQnPGwJMAoq6eQYR8ttuwVivEaLhRICaYKDDNexWAQH4ruN1XU9nARG2W+jDd97/lsspjl16+vjqgw0eL6dDI4VYw0hjWQC8YhhfcRd0Q4ZJVeU4nWP5XC3dyJR4vAJPuYEmppaW/Ry7cInlJEvWjG8tdRCXaoRBFgkpX+RUJMC6X5M5xGqNFrLSrsyyJU7Scj3ADRmF1dM1zPOsZrCaZfKmGGaUbO2fyWo2rVjmMsOIU16atKMJPFEWaHEFuCI6RslIwW6U8GptwLpd4K3dyZe0+WjcR3vjq6h1rUdY4ZNucbhH/0hahIZwuRf0epSfjqKimw32WnvBXjDpw2uzsYMIk1yxKg3CYR2OW1n6dDBEw1arB3MkCBIaegXKKxIZhwUcAhDKw1Y/OjiI+lCYUT84OAj6zFQecgXtkVFnEylAOBgM4EbUHwyyBwezewaoRWYo8DhosNdH0f7+7BrhCURaNpoVnuWBgiTb6b17cC9P3kNuTXJBcZ7Te3pQHpZKn1APhvPe1x/Np9uuhLRSEYribCaVO5oH4YF8PKRZJDlMrtP3A8CGyYr60/cnbdaoWbQa4bT004xuarMG5X6TCgxvarMeyecM8g/2+gfD4Q3pCEco2BtBHae079MwroDTtr2YlfO9WIBEVgmSoBOWhEJt36OAu0kQ9e9hFokqm0qrvl4IZN8vFng+W1jffMtl11akU43mDm4sSorI1xcUBf1ECnNKWjYV0ZSCjKDywtnOyehksZRqbyxF6/c73idMFKQ9RxcKlj2hR59Evw6UKAPlC2kJfbIA+6SJ12FMYJ+MfsLUhZMItJ/fjRp+F4e1b9D1Vmlrq9TS9ai8tVV+dOnUqQdObS3HEqRzlfbZ+s74z8qdnfoO+mfxfeT+cgT3/+KpB7fg5mwsRMqfUL/3xHee0D54ImmzX4dylZglIg9gdZagO8p9bLNrrE4Hmb/N4ma7u0EkFd0memzzJI4uv3mjvqktSQvFxgMXQn717gcu2Mdekteyl9+8LaJstvcC4tBPwtkbTuIgfbKeK22aNr0Nbm5m7v1gZvOk8EdY4V988WIHsTOaPQLqKQIuNQFHQf/CZOVxFEbJl5AKBOtYfzzid8SI38HwFccjSrtHe9ksjCHyd53IF2MsgT6PPg84YoFpM+cASbyRoKIEruKQoB0ikY3FskB6IblBZbFwreUTmEi6gkoHZidCtZtgSALunG6z1gFcAo8ChiQUXgBSHTkEVaInK2mP01Sd812loe1oWtrQ9ee0hvIRT+fG/zMSTE67y+QcQXiO1yX+OUFbmkQ5/RMQkYXnBD3FvVkWRbG44KQkvZ7VBEtkFcWtB/UsSnNekE2pluundX0HOADHAG7gLZr2MU7XT7R4XrvPFPQXBI17q6Bq3HMCWhLIgcYvvJVX9NRbgHgbb5btpbyIFUkLmpqAjaLipoNcY4Yr/jX0jUAkJg1YjmqwBLVblC1YQ1XBdQBmFaCVSIetIcS4xX7xxaUqAt4x7Zt8dZnNuyjyC0Cb3eJvbNW6MiuximXBlBK7jeN+KO/siM052jAkXB8iazX5EqFeBfKroUGvD6uOjvq6gvot+NOV0UjRp/Laa/Ac4Pxuxa3A6mi1OhHQeiLR6loE4xNJy2aHiqBg6pTJUTGMbWA94NOLVkuoVVodDwHVP4ICgqvHhzwVnKPp+2FCo8hK3r6FrBp5e1RBwyh+5+EhkbCgAGDX3tz7pu1I3nECxiJjAxyB8rnwOSr3EWoTAVByrIaThDYVAfkTMd0oWi/6+cAtFt0A8tA0CKJJJFgtR0PZIBwKOjyIiuue1ysuFUmSfJyjwp9WHHLHyWEvW149OKAMjZHMHbJmS4zP1OnseRuUmXR1t9PuNP1OE2oOk8GLNrudIxxkqhpLdoC9idUL3dm923AVGKFOd9PBG0QgC8QYLpK51N10McFDRC5C2CcBw6vpC18omTkO4ccE3TVyHBYs3TO01e7j3e7jz5Ggu3B7lrO4Uuvhpx9utR5eFXTHDDiZswyn+GjzfMbyMR8UzaKt8Szp6nwG81kvqBRE4XgtYxpcfmV1c/2e9fV70JNL3Ubt7Z4gCx/JlV1rJe2kTbSc5APB+IVCjnf5Ns0IgrfTu2yPrSOpnGM5JH9T2t/2bKyzqRTiX0wvV8sriqyXuML6Pa+7Z500a6KIgeGgAhJqAq06xewyj9+gjfHnmxQfvYKLMFbwNnCQTUzGARkPRP9A5RxRi1A3gw3pCghgdcLOI+bC286ff9t3k+DCuefPnn3+3SQ4t/XU1tZT30SCZ1y7FOpBZeVyaWVle2XlHs0xVMyzbNk1sqrU6XQaviXyLMpxItZVU9FYJnkhBFryQgiyyQshWFHxRjnwhIVcaSUgL91eGRiCqaU1Q+3kHXiZ224j18w5vl0PfJrfhHZfgbki0hm9GNNuuxVCq0B9u5MIbpOpUIgT5+I+UKcbphE8MFHFbVJYsA3tOtE2uXHznkZTdd1hVjZNx9gL6BzaiydGcuhvLPhlL/DK/sKG7S6JtqfaVaJFEpcWDkxHXZIqtmYcu/j6i8d0wy5Ljqc66CCTkwuuacjJ8b2PKIYpHw3M/Lp+xvR9c3eXhGf09eOer6WwxAkCJ+GUtvoWIWWxAD78Xn49l1vP93zFklhRSgkz3oOsoz5TY9aJlHkiR25S4gHw2sGU3vAVEtYqFHbPxxNqBDdCSHiMLn0DunTF9DxzkfXMwPTYRTgZ/+85IXKdKFAM5ToJtymVySe35uEE9aCxME8qxWPSdnFD9uLDruEZk4sQnfAMA6iHDr2/ypxmzjLnmTuZHh0DzXUK59xkJMyfpqgmKB4FUFs6JubPw66LzyDXQPER/6Eqaqqii6q/6g1VUVdUTVS9Vf8VQ45IdSLZGNKQnh9GwBomH/QmM5t2LctNZ82sbWePnI3/dkQeGZFXTGMfCSL6DzglaMF3uq78FNRznWpkiEIG10IhFov7BE/4AvbbaywlpmSF7dJlF2gw+u6qFBiR95rcbV7HCKSaZbP8Yg4bUbCqOCvbq7a8FrRNKb/IszZ6In1XzQvYwSCV82p3WxIyjcoZ05OffJ+49ZqtWg0C8QOvF7PmTsUwETO3Xo0YjeqLAOz4wK/FiNoOuyGGDyBXDGwPYo7dv1Qe991cUC81R48/rpwU/lCNxMcfln/gY2i0Uy6PD1HgZJy86Yy/4+7b5cpz2jdmxNvvVJ5+dkoT0RfRLzH3MA8xTzDPMS8y38F8ANAGUeKtI4d0sJEIvdsT+NUlgxNaCNqDDtFooh1JjvFAjm8g497zw8nS2Z3QTaLFJAMDhhGMEz8eLXESzJPO5Nyfi6Nf8FbP+KIqpSVbIpyApIr+mVXPdNI1lq8EelPiyJoMa00LviTKSaEWVDm2mguuSSYZ9A/FS/N5HtYm+Ka4gHuNxO3CJBd2BfzILtG5kKBEcQgJ/sbfWfW1Zt41RYUXVNF0cw3NX93xZU1eP6nq1ZMuLDuwxGvkWS0O4ZQ1BPdkVVdPrpvWU/F8i+LDBzgVgA+f2hGwCAhzCyuiqOAohkMJLTlEf0TXKTIHATtTxEygMqxDs5NOi5g1kI6aImPPwfz81IQGRYpSVt5PFHLvV9BptaS+T/VJ3HwjSXvjGlHlvZ8E4y8roqpIiiA5hlhFv6Mo71dLPrl2WonvgOD736iUfRWeou/wS+p70jnbteyMHeh+fiq/eRl9gXHpCsKQqUREr2GXcDmeTway3zQQgTCwWgKxCCn2wB7KfmN6uflAczn9gn6ieSbKamo6WN/4pgyAtoWglmnuOIG90/R8M0QXf6Pu2bZX/0Imh+6ub7iKId6lvmOFy6653x14q17AF1zgZyhdZpk5mZTP5IDzqgE/uAyzP2K6zBZzhmEIYvVr7Wjyxf+AOJGYUElWP4r2WsB8R6NXj/SJwAr+WKZHDtGA4OnWII7T8HCfxOZli7/KNJg1qm+Pp2IN+y4O292wGuumCBtAFk8CCrsA9SiAaaIDzcooQdpeNIMgveza2YyMJZF385X1zQvbJfOgHqqNVkMN790pe0Vd5FIrlV4+36uspDhDlUwtY+1g4BV0jNGLJ+85duy+4zP53K8yAZUUE9kKnqAeKMMWonpcWlLCS4fT4lw8HgTH12F9S/mF4nJYDJeLBT8lOO47F+FvUhbE9Or1nuo7DX+bZI7gK2z7DccX0ouL/+ekGNNyjKActzN3Q+uQpqkRAUsVC3F7dD1SlHYLmKcuEUEkIIOQNShTZ9KcIVGdxv8wZXwoNBqaWb2EspcvZ08WskG5ura4uFYtB+O/MhqczYsqLyqGnQHWTeMaJUfLcBxiBfNZU2ARx2U0Z29ra+tQF1KpzusuHw+8E3eIooAR9JUo3tE5rwoZK6jwgoB5nLJM1RRULKT0QFP8ghmGZsFXtEBPCXgleOWV6Ti4hgYwgksQq8zsLU4jAKExiCCWQJDkuUT2TMgf6kPI6+p4qOq6ivqqjgZFl16C4IAkDhRdVxiqtKH2A7GsZImi4/PMa5lLzOvi/CbacuC/mqmbpCYz8cnXuBTjQapXnyZ2iWxhcJ2hBSThoWbZvp3Wjhx6WhoIDJxNDukgnX7O9h04rUCib1vZ67Cqo9F8ZcffBhfgcxluBJj7UHw4uCExk7Gz/vdoaUe5RILjSfpDpEm0ZC3+EtCN0hF6cRsdc/cy98d8qXV0DXRrFBWRvqkK/lzcJis5kIstRMThkYtviE8oC3Dc437PL/l9+B7GK8NBfKBkBpjwPSApyWFICQsajgdokCVwLkvDHbKE7ZD1aBobfwuRm1+jJCdLiU1Aw2iCBW6u6z+sfu2K241VCvQb1wMwaB/A5y3qMWwNSbn30d7fUe5XDg+zV+gfMzcfRolNDWBnGJ90EsTygW6UmhrVDO5WDVMZP6uYhnp3rx9RId4pmOHq+DeUdFpBa6oZjQ9OPXgKPvP2IsSWhtjbkXpYNVxzuxPbpmEPDa5Fg2ul1dUzq6sIyDaMvqB1OEpMxhKbDfRtgKhX6FxiGk6i8OzW1lhCtWsTdEwbNIrDuB0rVMHmT5lMtAMtCA14eRGv7VTD4zhtFx1NbGzWL9Y3G6LmFMb/QzpXcyv4E9B+Jd//KHAJ8MRT1cgTcadZtCu6k200suTr6EW3VKvLQtknAww+Ezz8x+h/EK1fN5HeAl1M7EO2UaxXpclNCgmbVIabcHaYGlRgYi9IFYRHokKUvufC3T1b05S8bsmOKWmeKuCMVlJ9N49QvaaJMse5Ws4GUq+noctLxYqb9pfrHOIlrr6SNhdKHMvLXDFsWOkFs1qK2mWvUijIImfpHAZ4Y2IuhQQ97aTLnKcVlBNphfV0gDKqKRlmRpJUtbyaSUkim8qs5ooLHitjlnXDO7bOMsxMXzECxFWFsc90owln1rYSRo6M/gqu4ckYiKaD4XDCgFF+pacYaLd/qMVd8Fcm6TiPCngUxNBDdLDnQdrkMyfnGhLrLbtC5psPE4hIzPoHrSsB6sH46rUOZ7wmKWuBacIsPU70OVQoUaWrF4YjDjuzczQpKD81zZtE0EglUNXUntXKgdBJERSr7qJ9hYLk8X9SiA7e+P4YM0doS8joZPEwssIPy2k9lCRidqr5+DvRIIa2B0f4y+lcGs3rEOk/mVOjvagf7cWKpGB8OBrN8T5lZgNijoCtCmE3OpSB9qnoipySo1tEKQt7iZghJLo+jEaaMn7Hm3hoVtSAZRVfNjwT0IuibTwoQEcsKjD0LqKPKg43/sSPSjIhNxxvquxH1LTpp1Ip3h7/S1T4PrgCTDebxuy75nEY0c9QCSkwhW7oRlPhEGI2Lh4bXdm4+OT9x47dj5iDYxc3hleOkZMnL27EfDXLoDFgz1Wmw5xktplzzAXmLoKOPaoogVkkEDRPBN3rKBFzA49HzeLaa6gGM6wm+EnHbRoIkBU++kUbNaOUV50sQimOrWP8VdEVfxnjP8Oup7/DAGjCskjVJE9Vc/eLtIt+KP2D6V+efn/A/lz6B230V3WWwJmMq+bKel104QX4l+FVXxXP6S8Zdk5VPUnTUIpNWSLtZwueege84aW571zfEz6mfoOczY4lbLG0DZgC7APLsoEdxBx/Xbf7uudJcHzpwtLShQdIkEml0Au9LNRslFyEYLyfXIXgO1MIdS6++CKvzPPQQ8CGZYbYPLeILBSTgErN3RjMAB8adgkf/SJ/aqmwoRpK0EzVVtp1BFh7/Zcu1teerKPAkJdOl7N8Iyezwma13ulcaH3gtfW119fn5m3lVXLZQu1al8xlSsdvzOZS74UXdh+BrG7OBK70IKN52pCDY+vVq4Lenjq1VNzQZW2uEqsoSFn80mngZ2flvz2a0pFfR78FfXMnc5H5ZrLSUeUCwWik3JR+ABV0CblI6lJt8gQwd6iomTAePiH1XWroFQe+12k3G1N8Rwu8jNzYaN2jGgtPoAnkCpEeVJv/SpRVCTCwkTZYRVUV1kjDoiAi2VnLK36KXauH95cKWSwWyk+t5DVdFRSFNWXTcPzU+K+XycJ9SknBQ1gWJUmRiLxZSxsp8i6k5SWJZWWlgHlN0bEti4Yo29iQDf4Zt1jAjeWF16TTWi57d2OhWDf8vJk2RU1CuiCzrO8ET8bI4EXexrqi8bgAr+NkKS/y8Ir4dbM1hPQTBh4TRl03AcyNmA2HlZ2qRKKQtK4LLdkvekRnMx4V3QM4/H7YbofLGVtR7MyAkNknHRKOogc2Lzu5x4LpuP499HuA0pcSucBUnRZLBKhdEZ/YLPqxgeMZFKLPOW17HeYrdjEeiI6YFkVjzR5/ryMJMi9aaddVV1Tbeddl9DnbXktjnIZ7B6KYxq5ordvta44NN7hu2hJ5WZDgxjm6OIhtX7qRVbPh29sn5iSxrQbDHFnfBBhlDbdrAfFEzHAI38ceG1997LEb7kF8G1t+G42uT25CLbiJTeSTwyQ/K7JIfkQ91aOmKOQ7zY/cR/TlGoqLMiSq7CltuEJl3Izt4nal7eO23+66FTfsuoMIZff2gmh8bW8P9XrNj0a93WiYHGfl3Kd2DaQmoVuzIrdLjAuAyx+h05fHo8uXX3wRRS++OF8vYnNDauW3ocxtPBoOye2foVV78cXxVXL35P4gtgWwI8igFu0NBlAUgpjn8SkP6//5yT0NOvWcmIslmpxONyIrB2FxiRiTMr01eiWWvU8vRERwQHM4L+sZ03XNjC6zKSnFcjyyrbKlOarKcXII8A1WEJIuiaqoKBBIHCfxyNLzcel+l5PTQe11tSAtcwDmZFZK1zohAAaJk2XuPQs5XUQSL6UEUbWWLFUUUpLMs6KeY+b3FxApzXGCme3KBNcLFNcjAEaNVoxOyXaCmOndjBUwcTI98XHFrRxHL2tOWh0/r9g2+nZiEQUcuqSnc7pK2M20qSmiwPNQFNWsmyoU5o/pCDq0lfHvahabVtGiYo9HZOjsyTKVoV4h3PKeqXmmY8LH00wRK6L024SeitN+0RgPOChih0w0jncTvSjBZ3S1A1pgT9DXzVASd+NNEtNNFJXplZiZ2ew8gXbcDF3+Mp+K4dmjMTz7TzFoe+nrAMTtxXG0HV96m0GNKfu5czW6uh6vnUPZOK0VI7X48563EdnAcnc+rRe/ipnTTYqMA/U7BjzwvWRVn4h2gYUltmEA7dq41enW4tr6sN633VildpqqJWEMzieRIRmtEXNBmob6MTm3KFvaymcCQFYPXYaA6nWOXfTXgslJZUW+HDhZ7uyjxy4iJibTsQgtCoptR89oduFPdV/vaRkdTnoQfZOgZ/QenEBSFATaos8WbXJhrn4yrLRrgNFuI/jM/sdXJZo2jU+b5fDvXZnvi9tgiUgIUf8fWpW4IQ56u7ukSvP1Kty6XjdXA99Y1VvXi3Q5Dif1+sjRysxquXFDvaBve7uzer3jSEX6R2s5uLFeQOppxebHoworLtmRdPv8eHSPjsOv3Vc39e1kHP6T/datqzep08asnnNjMLh15eZ6aXC0nrfspzv//+mnkFrI/YO7yVy+K3359D+2n966Ak9vz+tGVVqvM6SP5sD/TS0f/p0JlNuaFPrviqK+nsmRYkJweLTM/Vl94KDvkavwTQ5zmG5ELSfrsxVpAmgr7QQq0/WJJ9KvCPdQn0gEBhHZFQTs/gDO0MPjq8HhIdkzdJ2RgezKQUAPRH177cqVYX+ebyFtlbmRYwrn9X4zLumne71o8jnCHR3OXWDm94hhRidWjxE1zfXJDI7aaC8aX23t9waDHuCk0WjY2h8O52wlfx19nuzIRMTGhAzGyVZaujuhGAvbO/EOrm0YeGRnG6zFnSb6abVQvuvsome7fNrAAPEVwRZ5XledQOSB3xZct1sweMPJp5csQUYve7aTquzUC13XJdt9eDlnqzrPi46gmIIi6K7g2h5b2jElKTOzF/499AcUE9qw2vrddRb7tu8JBkv3sX6k8smqUflk/csPKEj+fz9Z/3NTrXxf5ROQ9ok6Wn5AKcrj+if/pyKlZjj+t9FvA75KA11h7JpVadfIrDIQAL12t9M00Bnk9wHBjtBTFTEjQc/uYXa44791EQ3GBxG6rSKyOBiPhn0p8z3+zlsXJ+/9CXQA8zvZQ0oKCJjdI8w80eqip85LCI/eWxzh3On35t+z9978e9EPn5ey4ucL7/m8iO57X/59PwVp0zk1s7WmVltk/PHJEfWvoiygnmx8AJJElFM0ZL7W8/7k+egwsUPv3/T4qz3vJ/mTIzo4PCRm+TS84fGkLd4JmNiAFi5BG1sxO0j2FhAGF7djARyONqk9xPAb26eDohds3Vaq5YNMEC4eD/KQDG29WmlilgsLK4vvvssK08eXfG8OcxP73ijG9RExFjscDK6h4bXeXr/HzMsJeGppTq17bbJBAx/2+9nhsEdD1O+TXb3XGXqY42euUJ4c4He35nb9ShcazweEj6M2DiuY8DgfOHmy3C8/Me4/AYc4joYQR/c/MYbjXvnECQieQP1JfGqL99FYZkLkXgImwnSK5qlQD2YbEa/HWnmAxcxGlNaX9l/XsOwHP/CAbTYe23dVU7Qi9E3d9kYtl4P1qBquv+be+25bDytwpiuGWdlod0lW/LQuRN4d750FnsKtQaZhF/OkLn7Kx1C5CqlleDAcDvZKx59Ezl7pyeOl6taTpfEIolvE2rhfevLE7f3SiSfR7ZXHT5T6EH183qZfjTWZM/IPND0kBnbAqBLBBg4JGoY+BwbWxYkQoYoOEmIOwfcvqJahGJpXMCuNUsNwdbGJ9ayuZ+eXBUXRXeD2bdmo2MWs5RuKIt0rBCqQ+ilWv5aMXzIbParNrBIZCLByRBsTEaaw1iDR5Bslx95h0O9H8LnOHB7AMA/6ox4Z4kE224suPULgZ6/V2o0ich7N2viGvREomW0TXUk8a8jWiMM+0G6YNjD69qiqprXfn7Ph/hcxL4lgduBaN+rCF31L546O8aMmDWHSRdFhazpPR/Pz1AbWaP4/Fr/Ofw8I7qYqoUR/fm0qv/0a+nNi4U/XP3d+G0H89V/lGtF4VZI42RUAte/3okE0aME36s8njAbZEcpCFAHbPOj3e63p3+DatdHBwX6U/O3GqXM6Irpyo1o83rYQVVeR5Zou5TROkZIPLHzv58vtYrFd1kzbjD+BZJrmAI1K7TPt0r5smjKKSDge0XgPbtm72mdmtnNXoG3uZy4zTzBPMU8TqSCwpDCHHYOsuLVuwpOvI+KBoSoQDwcdv0kn9wakwwwgUu4OoXs4hhk+NTskeLUauqS4rdRml7wL+3w0Gz9okDJYIcUv3rFSYgWWZ/mUgkUeiYhs+dwQZRXWUlW3dZno1JEp8KoIHDyHeJlXeMzLoRdxnJOuyOO/uEb/UImFl/Apll9Mp4speI6XOY4kpFhR5j8mcgKv6ByWDZ7VeJ5Np1iOg7U9xad53VRQTby3n9XCYAj/8+0j0l26K8xF5uuodg37Z4iBFSE5wDtSC8GYPGB/mxJAWCbjy5RC+ARguBMMBotEtQntMls/yObSIVRDFdGdh4flFc1ICRw2LFnFqqCoQiplZGFZqtimo8tY5g1Fw1hXFQXrWEs7nqbJWgXWvV4/0CQsn4+CD6WRCvVUDRWzgqDzgiBAPY3A2AzuVjXF4FOqKFiCiVOcLViGrCHE6lYwoTNXbk1nanStxDAN/HbUoAQg/taS40EfZnJACA2aIzTDbJbqbG9FaGZ+Qip/nxGPBv+h3C6V2mUFWHzTIQZSAYxqMth32qUPUYvqiNhIjqlFHSJqnSlNGQFV02FmrRAkAxO8O7WP7t6kjiUG6sTBAqGh6PRt15nXnIplF98XkhePhyQMddRqXd1toVEvCHqJCimAq6NJQaxTp34Q5vvgpjJs3FQG2yJSZ5pWmxkvECM/+ER+Fz5HCvJFkv/4qk7LQ/A7NGgQtDeAqLeywZEijUdxWU6bSdm+eGUwgA+UK6Y5vwj02SaWMd3YCAawMNGDJtvQbpH2F6bipA1htVbbqi2K/Gajsvz5I0nCRrO8/GN5R4fpV7qQ3sy3tm5b74aVm1LmcP5PMQ6lez6RuydapdMo1isR/yLraCY4Rs/lTfPfGavGCcMgh3d9RBS72MM/hHFXdNF35Q0fUOq/M83jptfx4RZj/NUfwi7cgz8ieriLGeYfTm9LqP2Po7ejPpHxTuwVfo0iyHVYh04z54m0jQoEu82YZwZWpK3Htrg4CmHFhPXSfRWsSYhzaeLjgerUQvS9kiTIkrNateoVPy06kp/Jfil3Incyp291ukHBsDSjUHY8y9DN51Z0PiU+lbUsy8gBzgxGffTv2RTnynY901zEXorLHy9++3C4/Jah75oWh9i05tg7y7KnBAuWEtTVjPbBwSgY9qaY4RfQPcxZ5nbmXqCWl+gukK5LhbhhLbYUBsRZIx5YyO49GNWAUagI1IUujwgl3fTxGtQfMCSQRbjQwNE6EqANKN7CG7Uo1sW00AdlS0n7lbSRyvCFbLeeyRknjVwmU83k/LXVtCJhA7MVVpDKa46EbcnVJPbuu1lJHf8FnxMF7vmirJvWG1euoI3AND/LpVzsWAVRdTI7O8vLO8HOzk4KnnbgMVNN27KbEgzFChzZeFB3PNNcQqIvv2ZZzc5kO1eO4I7ZvsUb7O9mOxXjmRh/kn2wxDqmNYzxTDxG3011NDK8L0rVUtBqYa2L7j/2TKt/LP9G5WJzQLTRvfDtszVrSNcsl1oHNMnO/Yl2iyxKr3rycqz7P3Z4uHOLGDXNhngU7N8UmckC9tCArhpMbE8fxob11JS+7RIlej+qd9JOlCn+01LmEA2+pxHabu0D37taDsPS6k9CreM16Kvoq0wGkFsRZmebOQ6YbZtJvA8JOCSKI6AGbBi7H+J9IJEh9qncKPE85MdGp10+hPEGc8NPXBApVmc5JD6InNOWqBInRON3jYatfjQcjT5t2rXEBVH9lBValVUT8ZOL8DzxMKSK1lJIvBHZZ7qmQtwRnYWLo71+9H7rVB1Ol08c92q2uWCuViw3uUSqZE3Xuq+FS2M7LdJ6sKpaBMFHKEGdeA6B3ur4atfQsAcYfdi7zgSICbLDLDlcnQY3JaBREIwH2SzqZ8nfYBCQv2gaBJBCLkQ0IAlTe5QW1VHBcLATtb/XmNgE1SaRQXGpCB9EfH9B7HPxgSgWybEYX40/UxpN+O7V2H9Tbc6WMCSepoghQpVujiTD7QyRe3Q7RL2CDj1zvE/sItCe6VWEFPf0U5hPSannO93nUxLLC089zbGACP/Nv9FfPiSWFST4G0HhnngaCyn28Y2Nx9mUgJ9+glMEWX3nO9Up//1nUJ4i0foR7TAAiAZVQhPvCWTbaIklXpIcYE6uUqvGFoTC8ONEc8Rx3/+ulKygL78orvn/xXPFbyFH3737z19QMM8idPLjHIul2Xy6RnmnLJXkQVZQe8iIbIci0h1i0+T5bwBacGz8o8e+9CM8p1ji+78Hp+UUj4ZrX1yDzx+8hzMNln/DG3jWMDlmprcibUp8pBCL5xvsM3HNnbnCinzsu8R1WDds+0csNT9HNooVXV3t95vN3d2g2QS0V/SuEiMbCHp7RDlTFJ97GQAEDEDC/vfm91onvPuNuUOX3jq/198ql4/Nv1yYe7cNrVaClX31VvU7WquwDaOnOzXAO1LHg4Np5a6tFVumQsSt+nwJRvsvzJUhu9N01rZjqeyRtl6lnmhuUdupT6nmvD+pkHqcetW2/zNZTAluvoJNB+sKruRd2RexxApuz1X8b71VSw1EMSO5haqgati2hGreEVhJlDKKc5fLp47Nt+N8uX06Sm5uw5Aywt1XHx3RAHjiW3ZZfWOwVt07Miom+CHWp2aYPPWGdpPvq6ltWIUg9PkTdGjI4z71bjWUjfEg0Sg+NL7WmkUjRHcc0fvQd8XweH9/NInM2U0RDwRE5mwBE2ABKxAbLSFA2f3+Z56rf/zj9efQQexfY9R6rv4jP1J/jpm3uxJjz4cuGVrdmk109Ras/+7hKHpv/V8+HUXja6NWHx2MgnvfW/9X15ledICy0Wxv/ltgnXCJhQKgpBpxbbaF2k1qggkF+t27t+U7BMltZspL0Zkz0c/euZYW5bOpaLVz51TWNzoq/4/fc+Q1bqIGuAu9SQYm8um2eFpLl61iY7nd/iUJBvlIk8evyNqHt0PDOM4uh6vbH9ZkcjMzlR9cozbYs9VsTgcevxxROQpdyNp8cjzaDeNhtheMxlchoC7KhhOWZrx/7doIWEVgbAOqEpjKGr9EfXW0EwV6CbnYBbK/jtq9bKWy9sBapZId2F7FVNHLEcY8/URXDlK8qesvMUd9oLiJZ5H2xLmYK8Q29oOol615axvBci1YzrY3/GaEBuPBcCQiRGzjpZHKIowRO6Fpv0/bnOiZAXGRJk42GtamGw4npsfxcuFDF8T8RVXwYYwLc9fDVvOAF7NYga+KfUPP6IaPVwOgKuXVK7kG6zgQdRzURC9L3M6OgCfhA1aWpabyB2zWeoCTtOE+NTAfrODNmr+gf5ycfVxf8Gubc3Nusp+e+kCxcMUmIrCEC/a7tQBd3R+PdmOTleFwNBigw/FoHwE22AOIEAT9wax/rqFDsjrajQ4dCZOFBLsJY0NOWp0DRBRKd7XbDds+5KNqo9Vq2I6OPhmxpjL+xUa7fVdL+v7oT8orcJP0W3TQsdPy2gTXIjqSp15FY5vXqbdRN0zSUeC6tR7BG+6+V9wnR+haIEaoX7fXe72iS82X+nD0iru7RW9A/JDO2iZLLVepZcS85TZ1vRdvHid7GMh+nInRg9+ZGH3U2nPmHhEdrFYtFgah4SYVJnxKMWkE3a2YY6AC42sDArnLfgToQ1Q0M30trco8x6KUIGt2ThfZg6yp/AkamuRheHLTJA+Td30eZRPE/obEBGQ0VGVL1VXNkLWspsH7/0Qxs8yN9it5gq9vmrvAv9jTOk0MWax5Q5aNJJHET6Lv1tNpffyNEKLvGA8PYhTXS+xYYpvjcqAJsRFLuhyoGB0mD+jk4fEe5YFI3ywXi29U1UKmamfoXlHlIAqyUA9LVgNtNhYIP019aR2VU2DhFsKLJPH3bC3j2EJ7cWm51ky72tZyuPl/pbWMm8btxcWVatN2tJOQ9jOVjMnzfOOie9KpNlc333R2Nbw5aUoHr1GOq0g9wZ6IuXqHQlLil3KCLaKbIvgm6xrEvP3EsWMn/pYEcmyV/a0mtb3+1rhrfyVOPD3ZtX9scbh4jAZX5+2048/LyViKzWemcghSXonRAK3HfnbKk96HFbfjE7EDkT0kX7oLBBLpytoy3toKoh7wAoP4m+2Nh4P9/XgBRmhfNqgnKOIM6pDu3tijugB9ui6lKDerQ97OdN1oQh+ukN2tRJND1gu+WwPs6TZCtwuMHZSBOGMCxMHDlIJruBuWUNtAUXRwcO1g/PPN3mgA4SAMd0Kylg6Je48BAmwRhOGl5g4gkBHx+bHTHAwGcEsvbGrhdQZSgMEJw72wCbfuNBlmTlYnQPs4VLtE9EhUywYMZjuFY4UZ0ZeF3YPB2vnwjs+t3RGeX3shPL88WPub82uDtTvQaEDT4CokXmdCmkqun791HvFbqRTHjXiaU60SZ/xQ/Q54+PAOchh/jh5QH95Wh1zopTpNe4WGNH1ajy8AhiO7Y1p0X+YaIltTqf/kif57M1n1yJ4JHFtD0UXan3Bw3UkEfZ+y4A/9BSVv6IJjFKywqGfyvl5sWkXTEXTjMMgG8PkuzdHgs6Hbmmbr6AXbcezl4+2HdMWUSxnJMKRMSbIU/aH28TVyf9CUyY36kkwe02bryK9Su3rCC0fUPRu1BNz0u2sTWR1x/NAOm+gzP/88PruweZ5FpRPVldpWcEez+7rjx1/XPXlpg2VRc3dhg0XnN6tbdVQ8HuSpi4bo0ZO6fSPunOCYmyihn3jbnXjdnUcwPzdE/f2IBEcx6FXicIy6KUtoxK+gnwZezqO+h7aoTRPphk3Cy1UpcUqi/iya6naASpQQ2f0XwhG6Yh016XaCTY+wDtUw3vjyeU5R9WqgiIVq4bmU5BU8GWcL2T/kZIhKOFPIpsv6xrObRpkvheUP5ay8Vs1xOXVpVZY/v7qkQryqF6x8ipPRe6wl3Swu1TKZRb2ezdYLjmNMIuOrz60fP77+nJZOf6HZeVLU1ccW1hFaX3hM1cUnuk2OQ9P++1P0acK5Evam2wwnGwW6jWSfTgmh/1h/pO7p2W/6DuyKJYBS2a2ve+ZMLjACAb2u/lDdrQQ//M0Yl7CHxw1UzihZo4pn42OQ6BVnohIL7Qx24IOG3/7t44Nv+zbUm9z7m+iniFSqETt0IO7EBRxvUiDGIIg5vbESZHmvcTK7Ydsb2ZMNj49WNu4Klhc31h/Mr7GuabrsWv7rHl9cno6ZrwB+JLLcJnOK2WFi6+ZmTUcYcJxHBFFF1EWdFo+hwl0dxTYmJaBJmJiVLyPcKRHXA9Q7jgEx9LOiL28vLd35YpU3iivLIrIyEjovjr9S3Siu35nl3iyzsKrLP+hlsmWv8swpJ1A948xb65zGcdo39JdOoR/BeNtAd52RHbRQWBYzFpLQHVLmv1Tya+cyubuPSzkZ462ymc2UoxMBi9BWJDg8l5b6p2bt+jGYd4T3qlHLeWgwuljVKvGGd0IuCAlJPNpQvczLGmvYx9Yck9WIxen4kIRH01AAYb9TDguFsNKO+eOjZ3M8xRXoV5vKJtaZNvFEVqPMZsw9UP0rifsRkVq2a7hG3PzRG1LUIiKm1f2IiKei+uOVKKilmkHA5s08e3U3G/2vrS3zkUfWaNine5kHgGL3Bg89NLhvZ+e+QR85J7dKlx55Zetk6ZFLTOKvO1m74vWK9PhrmDuYXWgnQH54G51JdShhYl0yX1Ob3UQrhsNqst2ZjLRN4PFZYltb86catEpswEKEwsPrPE5xKUBMlibqIo8QD7yGrH4BVq2HambOEARRti090DXNteH8Cl1nqR050KT3pDAvi5LiG4KsYl6y4Iy7LYA1OrvumTm9TFwtAZCEA8eX9ZyVy2ZbQbBLQ2amoxgm9Tye1JPWkZ+rI3ZcH+rI/z3rF9dtfI0XWS7FskJaEzWoHM8Cw6IibvBdNSOvAypU0lA1Q42rdo2oqMbDPmp9IytysiTCYCfV4mSoFlSu3/d8K9DLQOFT8FIWsTypk9mmcsoomPn1A6iYBpyTgXokBr/JIgejBLgE14/a6LDfG/X7vYNe0OvvEcVln353s70DGBxTO/b/hr4wkXGiCTLmyUwn9NqfuBhFfbJl84FT4//e8JZfe5e3dPHXGq9d9u66uOShZ5eoseJ97sW73KWLd3qfdV2SfufFGSaH8hIZMSkzQ9iFCX1LAZ8KIxwwETq82rp6taUFO/0+YvqxGQbqUysMgqC1S/B3JX4fC2+E9+nJ+1y6grWJNV0jCv2KW8E1n2V68RvGf3Hl0gF5ySNXLqGA5HH1atT/KOTDTMpHfRIpVL5WINgI8G3UBva15jegrGTrrU81pyG8+mAzbYenzq/dhj4MXXk4gjwGdOPzoGY7ndtPPPRpwI6IOYyg3Ye3fD8MpG4NqI8LQKVRARIPhbdJa7SJkhZ9aPPibasXtkLbGr8L3gNvi3q7WZLBQw+duL3j2LcdEhwYXWd6B4dztlCERy1TlF4ku/aoUr4bIwoyeKvE+W3b3wZOf6e9eeLEZnvn1NPlc97ZxuLtS0u3LzbOumv7xypvQIfl4jMvPVMsd9fDQm3p9tfevlQtNltXFpeJK/fpfCIyf6IVyUOei8TrHBAHq0IaCapjQ9tFrSaBFt2IjCkSa0z4A79dpdCn5hL3iK1oPAImda/4K9lRH3irQTARnN+xVHV2nMryoIeYXg+qi6gXNeDUe3DDjw0GWcJSLRf7kQrQVR0cobVE4lakPgcJ919z426MqA3MdDt8mwCfLl+JI4BAI+LXNEK98egwLgM/Pgx61Ifs+BrxbHatFaEgGl27thdzgsPg6uHh/iA7OpzDXfP6EIZwGpXEFw/5lQMojEX3mcM3QFfHwAn/E806JH4ziRM/9OPjd6M9V01bX0e3NDPEX0WrNcfbphLvWUSSVpt6cwmPOiKj9qqx7ephq0VMChzTlM88e/r0s+8gwZmZndZg2I/1vv3kGgTjvZm117wNbqyBu8Ff14RoUGXYnFnsxWR/w7xJbLIt4vfpuJ3ZJSvQW1Q6SqSDber6DvD6vI2yPZ9lqtKuHLaojVQwZ3Fc26pWty6Q4H2EZIyoMdLw2MU3kKsQoFZ16/aT1erJ27eq40E0zf/aLH9Ec3ZpKV69SVNkngZfqwC/g/ooujH/8dVZ/sRajWSfmvYr6dUGxF8917myIeaWfem3dnfhgw5v3ZUoS662ZjxCbLtvUf8dj8/R/+5NrFJYrVVrsEoKxLGHAyslcTOyOfmdmtOIuO2lflH82GqKTHEiqSJiXmo/hc4vnFyAT/30w6fhk48R0rfxSsOu5l2OaIpYyc3X7EaxYdf0nJqk6HrNafyHSrXzb6OGkU4bS2s0gpgCedtCYYW87fQ5GFe+bm6wqqfpVbtRpm+VyCt4NWfU7Dp5K+SDWfTDD0SNSiW9mv232dU0jczJjq7QmevNpAczjokH6h/GprkxTOwRFxeJuwv0CIEsPeKRs2Wq6BXVRAe6MvGqoejR6KB/kCW/SzHf9vN+munOPbdGdvCliB6bWAYOBsPBYH9vbx8iRCUOqOMQBYAhYIkcZPeYmdyX+KWlnmuJ/qJHXENf37t6de/rmek974cxVmY249nr0p9ioro+6uuMCG/XETVmhelFfylmOblEZJGICc+FmgxcsmQofcWQgDeW9PBccygqWFcjVcOKiA6b50K35GUcMafEv8Ch5EQn45VcuHP8rOdppqppqjkb95+lbaASayxS7yk18yk8aAEj4cceL+gPPuz0ek07lwuD4IO7u5axZJg9362UTkUo/45cMwefH14ef/l7CmkTmVbpe35soxAIQmaCdY/qYTaZDtVNM93Eo8pEJ2O/qj7m1U/meefTt1TT3DoaxGx1/CTaT1xURf1JZO+mlCkt/gVKi4Gvb3TnPA9M3WP4XUCxuN0FjrRXNOxmu5E2i7GQ7dQDb//Xg8FzK5/4kFhMB81mkC6Kr4sla99SvdZqRYetxs/M7VUgFhdMvHFusr948ttdbeqhcSrkW7qw5JgFPg8sLa4aeb5gOpBUb7XuaMEiQKLVYpbznZVsdsXxuWyxWofEc9Gdrdads30EQ+rDr0G1nFN9w43aTuAvE5cEAqZaICKvHgQAUANqpMRA+HxLkTW/6CtqnQALFOwunzq1vGvKB+QWCK6c4GzZ8H1DTade3CWqvKP7P25c6Y7smD+yTX5G+I/s/zhIEiEgr535+OGovFCj2gmP0n1ikU2czPlRiKkKMpwL8WZn4lDMm3YxivbGV0e9Xn+ttLbWmwahlWFZJRIExGZMIpRWFDTaGwMHtNfTokALslor0LKBFmUh7GctqZzPFVUjd1qxFPgc6QdSznBWMpsaa0FXJP7gNgnl77rEHwmV/06KFAjcmyVeTOmOUxLNnmoLsmsZzrQc4799Nyc4rPIQ6xQcrOsPmlspXpALjnskb5lqLEnedOcNMMdk8w3NBFZPokXr9bIA1+LXjg+jVra3u9vLEl/47JE6TGswKeG0KDf2i3iTLUvyLNmoQ/oGDu1KgY3oL46F8SnlCumrgyEU62DYv870gXL3h0Qem+RFbNN7wMP1qIQQeNxsNjtlUxPsOilveqJ7nLU8LP0YuLtoHU0NnBIUOalTdBVeF5BsYgrzTb3ecNbk1/b3iVH2bgLKWq0ezdg8UvfY/3SGovo6tRA+xrQSnjkpS8IDT8ye8T8gTgt6hVjutIbQd7cKp+XtxYY5weRADXeyyaFFTXQSu6pb9dut+izZm3PLzor3ydOd7jd1VkRzh0+CESZ9RNH9pH9u9L5JdIOTfsmaco+6pZHN3WiuQ3bJEkkCYxDbm8Vj/0voT6Hl6a9/IM8lkAuo3zLy49W4G1InmWvUp8A2S382rDbdZY4SQXgsjqT7VgSq+YVFAn1BRGbJ4QSW437sBBZ6AkZBCUmu5Boidr6S4kTRWWmWTiJD9bBWMSpGSVMLpXIFi5Ysp0RdMLHBC5hV0dPFUn6zIrDoZXiIexkhUbJP5DPSd7MpjhX0WvRTnB60/FxUNlROWlp4rlD8NJvCtptRZAfuwHrG9SWNme1Lmf0mBvm9CvhaEMT2g/R72LrSQkyrNWunQeLzIHmmTdS709+nSL4D4vRv2Jo8wzIzPzhobkSwzJiZfNGAWJb19nu9adlumc9c2QiLPslnQncIT0E8m8576XXILqLYtjX5TbPpKkY3FRCNRBTzlXt3diMiY6ToIOrcBVMW1jbyczzBfqL1LbknHpTbMTBoyw+eIHeSBU425n1uD+O9hnZEERWgS7qnpj/dX4j6rcmuw6ntOrV+I7tUYocOwbT96Lp4grlAfa6R4daKf2SAuAQC6A/zihhUT2BCvGOCyoY9wrbEG4zCr8GqIsNSeJ7jMId5T/dFQ7WKjmmnTCWPNVUUZcOVVTFQjGw671mSIknp5pw37GOvPXbstU+QAAWcwkqSxPIoxaZLoizW65zlO4Gh6CleFDOqLEtq3lCMapiy5HyQwemfnXN2/a7kPRBMeCUYO4Q3aMLMJL5aGJj3tZkfGFzp6ogKSbdTAI1ifY5PpYaJNDHWeJxh6fJNnUOF2wgnu6uaLGNvVLMLiizbBWH8v38HGBcO8RiqiPkUYWJMDav4eSOjlyt6RlczYtEtitbXFxYXTzgStE3tm4NGAB90MB5VN3Ie51pfxqpgpiSR5wVJ4kSZ/MzY9xe0rEH8S2iFlIBSKcSxiycXbcPSA2z7j6RzuUa8Hk1kSteI1S+iFJxsUq3RbXyJQx0iYuzv0k9yRMzcCTlO5UUx9o5R9x3MffHMOOKfeIJr7NhbzYQvmf9hS/ITJlMWdRLBAEMAoTVRZMixW3fZiJItBUW3l02/Jp3tTawWg/FwP3F6Hx8+1HxHkzt5z0mY9onrMOPhZJPBwQiaOJ3NpqGtIVr88eEwwe5yfHAdxyatha5fT2jLg8SieWKtMTHhIG3390qbbGSeWX5Mtti4aEQZKrqrORjM4tlBMIsX3SNX3OJBvL6QIIpeJe4V58+KM19oL6GXKJ3E8Q+tEh0EeunRR+uPXmo8+mjj0qPoUXICMXKePPN+9H76zOwRH3Ue7V56tPMo/SDmUvfR5KQ7R6M4uks0rMH9qYqNtOhj6dCJUC8C8vSXP59NnNjE938efYZ6xmTs2Mx+YqvRrBIv+kVWmFjbC24tNvAgW5boXeQH3cjJnNDq91XRV2Tdz3sFP68s7VUMO7+ZZg0j1a6kzSXPGZTy6yvrGf/ia/RaaSGzoivloFbIWLvvi80Q0Gc4uRDU7bSbzmxkPC5dWm7Ki2fl7IWdS7ed7iw2TG6znc+kjdA2pEztKzETlrTXf0Z/NLMC1xFg/DUU/8YsoZ9Ev0jdkNFfJ9OpR0JiSknEfcLcD0iiK+RHS69kzuxkORJ7h3XM00TPe4cIK/s7sO7hd5DfRLI075h1xV8pplKSIAJUkDhhA/1s9ty5zKcyluFxmXPnsi9ZoiKI/hn/JWy4+CX6hvQxT00Lsmh9yttZQYjYinnEGT7LTuTB8Z52smO+CphxkzkJa2XicYvs3bYwHcg1ss3D9WPbPfpzR4m7kgiWVeLHInnkFQdWSjwYod4fO6YTrJnOM3mnXrcLj0fArvbGh1f671UURTeGARBFFBHndZ8x3GzfMdN2oZ93fEDB/eCwf9DSfWNeB6TQX8Ob+FaF9bwzdQrTnZDiKU2mJk8b9Ffrmq1pavemyBNoZ5Xyewcxth7Eh2/U72k2GqFurpbfnphjxheGiVuX43fEKv07/igmJ4uEaOn6rrbgWLv3aGZ5NRunKEcOE/nRj9P1qAR88gnqxW4zBoFk6BNOvTZ/LhRRl6ZT/8Tk1xNasfcywrV1af0hsglnpD3Qhm/qkpL2TaB096UV2TD9tCKxWvbXMpaZNn0I/rzqmemaZ1oXsyeaTbMVbBrLzRNoMZ8NPNMuZHKuadummw/yacu1wiDIZ/J2LpfN2fn7cu28HbRzmdWz+YrjVPJnV2e6qK8CN7ZKf5c5bMZChhLC5PfBsDBxtEx6hPiy9r1EDNHthHzYjB0flBBqCxKSexoPy9/eWz3V1mEJ9PDJJ+RA1OzierH0fEkgysazpiYI4vjTvMKyWk9RZR71BVmT79EQq/IvvbVYXCs5mhjI5x4RfQANSlp137oIC7LmnU1rqiF8mVdEXu3JrMTP6ZmJVQpxCk3kMV7shjkhUXQPqQDknSxe1NOxD3BJ2IjlKVNVDeI7C82wkBFSKS7lS8VK1C1kvUzN8K1UpqyoYglLiCtqLMZSOR1uV5fvRCPPOb9QaJssp6T5VP6+fLFSXFkuVVnHlI9V7TTWraxjvhhusmilLgYZzVi6cP9tzdk+n2sJxiW/17wxQ8eEV2pQ59aT7Q7dNjD8SZzKYhKGEIDHgBiTjkbou4e8IJpuobCQZweKnCkUlgrSXw/39sjG5thBd1RAgvC2VGGxkEm/lH+Eh0jB/QQW9ycOCvAN5crRPZvNoyXr3rCGElOjG4qztxc7ByXBww8+COdzpWjNfqPgSivqTX0rXP9bsqij65AzkX516CrY7ayxbeJklRrgEacblPoSQweINRtUMo5jt/BklhGXb5fvXbtX4GxX+aenT2Zydo4XO7nC+XvWz36b7Av02vhXVQmXFL+olp7M5opa8b+it5MLvs29DT9xbFM3RJUXtkvwVHThqzIn3Lt+kfNrWjmfeT0846slLGrOl5O18XfR7yZ+S4pIZ9fYbdZLzRQqLnplMZ9/7Zve9FoaXtjb24XWeGVhkgDh+CdJ2u7MB8KVxB5lakYV/+5gC7iCfRKZYcVYj3PDvQPqzqRHQvrz60k5D9BvQo9ukV9Bi61nyc+UEY0zZZfohshOy16DOnhxnCyMUJnkPuIDF118RobZyeoax4qOya2dW/OfwWmzVn3k4ddkMlUSF5/JWNaxc2czJZwVBMMRKsqHn5EDJ5XK6LLJif9fZVce3MZ13vft9fbGsVgssABxElyKBEGRi0MSKZKSTOowoYOU4viWFQW04qN2bcty3ThIrXQSJemRNrXJmcTNjNI2mTRNQ9e5HWfGaTIxWTfH1E3SNskfISepp+00bqedNlDf9xYAQcpuEhDcA8Du2337ju/4fb8vFMyMlg6Rw/QI4rK2feiWm7MXpGCIHHfwwO5QKJa5rYAjmiCV3w6X7ev/LVInJrn6GkVF5wHLRBE4E4gmUhCxnfedHpyYJ0IrGaHIx76wCzZ3PyFQgYahT1DAaWNBUtFg3BFZQ74cEQKnJZV9uIElXMPKU1oE/YFisMNIwQsKvoto22z4QVFhizza/wBPtHG8T8M8i5qacu38haQiTYZknNd1vfVtU1X+XlYKvIJ5vh+LX7R/KEoC0JxvPYcl8sx8zz/opmAuGOvopLjDlowaw1lH17PDRAFtm6hRI1+TPhw0ZfxNqZYnSmfIl7d79M5NonWCN8sPD3cxEOpOoTZqlA58oCn6/SSKfiM3NpaT5URr4zWulItls7uz4oIcMAVWilt4UUMbu2fH2ETrZ6hZcN+XG83liA60KNsJHoUMaVHs9Uv740UnCo0pgCeR/AOgpkbDxzo6Bxju/TGMy9NO4kcyes2ms7JSr9dpMAT4bzxE1zevkVfZcTbidaceX1taMtSmZjSblMK9tbnaqC/He3yaOvUiwUzWZgH2XMgf5ULxHqllF1t+go4K3qYFQMC97Qv9jGYoopTFAVaXjegsGw6usudOnDjH1g11BcwDEjtYHWQl1UAK2VFZ0HJV4/6Q7rp66Ey9fvpKOn3ldH2dkuaphgvmftdQmS285ia1NfYD43KHZRyC+4EBIUVqCFJ11cZyogCW3zEy2Lr06sto1Wk1nNxEPhGLJfITuda652RGEDOScepOmYhkmyjukc8VhfzG84byI4teZiQ/5N1r5zwv18uhCFbeuK9jYhpBWxE8oj/kBfIBmeSJlrm+1GjWyWNprdf7kgkPrSw1+/qcBmrMe+tgeNlT8p6dh6W3dV/PUZbfObCiFWiyKKKm1+xu4B45f87COUxT10W9LrXVFBK64p/o5lw/jzHwcUd9wnwiqaP1hCmFxMnJyCEzEY4YcoA/LLLOwao+4OiSQD2tmtFaD8fDZjy0OlgYyvM8i1E6m0sJAU0PR2Jh1vx5xGGJHHNXUA+RsyhSWLjfNRIFQ9Jy4CLOaWI0Arz6kfDhBG/zEstaPG8JUtGMmWY83KujQ+5lsPCAZcdHtFl536yy3lxebg7t3z/UbFImX6LlLjXqk2cmvV2HFw/vYnb6n/v+P/8zGLvfwO/81NobuZzXy+UeW0KFPA1S+fmyWxvvAMZhMBjIV3q8WFY7brxa8yi8nfQatBJ3pXu1v+KDXKJQqAyIz1p5O1k8UEzadnJyqK+kXZIGY+kSO7KatOPWF7iBSqGQUAKfC98rufFMsZghx18yRp3hyaRtpUYyqeJWG/wa6asxmuHPTyFGkTlE4vTAfGMRlRJ3A+meOLGndtvZX7ulfmNx5L0njr79qDtb63tPNJMZyWS8++64rVKrF4tH528+8vjherI6W0gXM5liuvusPoEe83OYUrLod3/ySP+930KXyOqebzLXj2FbGBLgiWmz4gCEXKDpYdvoQWCMoTTe15jGNWZpjYzpS8sNSHBCptzmChG7INLodfiizB0I4I1l1CBTOqB+nS2gb3dM/wJ6kWJ9aLYm38QHiTMByQOeY2qUJlM0blfVOKrllYQsa6GgpIdVFIo7CU1WHVEcvDWbMM3qkaOyUzlWLh9DH+x/yy4JS5om6URNCLKqqcmBgiRYejZx9EjVNJ93biyXb+yx/W6ir9I4yAWwkUNu0xJHZDKDx5ZIx5ApDhi9uS5lJx6APMIAWqhN8bVKlQaKGxzpfyUOPSOLTloWiZ6i2rZqhUMa6a4Xb+AUJ5MLu244l3HODJQHyPsHnV+aejSmm+Gg3v1l1nRdM5tx0L1GOiwaOKzJrCCw5PbDCpKUeTHgWAFOkriA5TzuwMkGFjq/lDhB4CQtGJE7vzTArG5YTi9XrkKxbrgCSFWYNbisH4JH7pj08339uwvCrYubyPFazX+fGz6OvMY80sPF2ePC8damt+v3kKO5nXb4FdLGcsBlQEc6MsS7PszDbjO9g4kSR4HuHT1EU61yD9gHR0YOxB7gIL/CAftBjnswSnMtZGR5wiEbzoQs05+SjTD5aJtcCFwo7exynk+Q20n70k5sBUgSxGAciiT7+vOlbNWJSIoSMIimaYQ0Q5RmZjImWud5BcwTT9x2aDgq84KkaEEzGk9lC7tKXrwnhsYvc88vUyqRCqgKWaGfUYIGCuT+RRfT5AXyx+fdvkG1KUdDTjgS/IUXuC6Sx2wn85Ks6Opqvr8vGQnrPXMhpihBpkblkZBne2be9tN9h1bK5aWlZPWO6gLZWFkrt9YgnL28Vka0X3T0uKXtfA01wETCyEHGCpgW3LZ61ERMa9UjR5NRYoW81tbiK/S11Cay6fhY1tt4GDK/dOIufTSMSXOX45U10K5g8fyK02jsCHek1L0bzW6//TZ6nNosimC9A32Y2ifG/HwC2/c5PytVbsDFKbRqpbAWDMZNnPoLsqkHgk4Y99UOP2LnzHOXzpk5+xH0OMRtc6yg0QQJ3c3WRxZvUPfMze1Rb1hktuLt6j5eBmVtL+si5xrTnEdME9UhC/MWD6hG7t0hsuQQ1Yl7GdMKNmlNRFrAFGTZJZ0AUwUuIdut1mxjO1X+qwNx9awxhtSzanwgPfaUDzD8vL/3T+0ve0AF/+h/c9L/Ztn3C0X8vWn/O6Y37kZjksxuyK+6bQY3aZwJzrngqoGomFzeDz2hjkH4KIV8hbaEqDGRqliI2XKrDLIav+uOosYLwvjSqBhFiOV1sfS2iqCznL7vsbLAs7uPHPIkncfSxNHFKlE3VHLnW96U73I8a6u6IsgooDnqqMjxCS3IYsGQw4E0r1eSokB2gwYXEsUsFxSDvXGRMmVqI0o2rtmQMzqNIHqq5pLxor58oW9lpe/Ccn3y0VPRS5eipx5FG8vmox+bn//Yo+bZS4FbL09OXr41sM2fIZP1652j50hme/mB68u/ruzryu2WuYQ2YPyDgGmfW8Emcw8djsA5RpPb+sGzzY1YOh27CZHZABuYTAlvJvvo6gF0UHDjenxAOHhQTqSseNxKJeSDB4UB8qHbnZ8pxjgDyHaTUpO0GUq2rfYjN0vUPNuPOvDHwAimnWzHBnYCpYCzY1FvER2n2WjqWoDHmO8bTfWsEjpiVNXMZMydS8h/nvnvZnOVlRVRDhCVxrK6a8Uga5PtznPALAXcqFkM+b/JI5qGCof8VPX19Y8Ui1L/mG2P9RNBdn39PGxJwyUp2+ufBD4q0GhrgocLOD8NilbErnkBMhdMsW7FRcm/bG14q8h55tjMC+dXB35wZOq5wfHKYhEJiFknL6f0/mK9fvzAxdJv9wfM+tLeOuePCazexrF3cQaFHuuKANw4vkmb/kP8LLr7jjuKd97ZepHVWk8/SV/oSOu7yP3M7aXbyfu30EutCvr4uSz5Q3e3nn6jcswt6GeFI+Vw5NxmT1lXaTF/y2ovwsmvXqYv9IxfSOuP/FJaT6O7aUlMx6epd/Py5WmkYq3i2jXLBVBDIV+hhAi4za1vV/wF1/XsYPtqNns1k3nx56+hVy+LzpMJ8cknw4EnY9LlPzx52l08OXhywV04iVAGZ7OZuey/wFUcdHCiVEpgB909GQ5MTMSk4dbayUV38ZR7cmFw4WR3Lnuduu5UNOC423Vda/8DjyI6d6z/GHm3PuxX9lXyvnyZ3PhL/3PsWO7YsavtuoZXevONyzE7FU1Kg7ouANEfYG5BCidlfdwv5uOklM/RUuh5XyL1fSstp/VZeqOkFCRups91sAedcvJg9doiEoY7cfOu75vP+rYKTARy9NcnT5HacxdOu6dPts6yWkbLjpQyRqvyTObLz2c/hF76PlTvqQH4waknoMir8GzbD3grN19n/n69SGgPN3oS2aL+awyR/HdSFvgggGYvNo6HvGzIs5DbRfUjZ/Uas4rm/UBntA57DR+gD4cp7fH0Web1eCwpd+UWw0+W4pp6GX86fJUwU6O11eYyIOfja2hto0FEmaVVb7WBVsHj3IToIZrdse60Xz0cnB32P1obvuW4G2sP8F4/dsTyGpThxnKaQP6BRgF061B87+YmWqW5QppNuvIcL16OM1v8optML6YXemqe8lRQ+1LFz1JJlHJvjb4o5eZa69m4nx+XeUPeLdQmL+itE6DWo2FINLPG0vIKWllvEJHLN29Tsl/for2lQ1Dew1rOHSsh6kZspzkeo7ZICwL9DES6mfd5Dqsyx9m2VlcNjxcl/NOqdFzkDaRC3kw+oipzVtBQg1dlLG9ID6uSsrzRLueb6G8oVzdEooylECWtAm92hPJVg+uPaC9EciKPE831lhN3egpq/QcA+7olWW863VvSFiZjkwmSeyozpyh+HVcofxAu1KJTRCusQQZ2opzSFOxpSHdadW24JAOBQdknyjajnp2tULtQxcO2P0f72WLsqECd8nYbjcAyTmQgELac1hOO6RrhiIO4vKBpX9FiQp5Xta+IghL69AsS5vJcAL8giWyeVURuVQ+hFhDIWAl8VNFNfV03LaG1oeHoN1RpHWvo9qMIEwUSH3nPESk86OKjrR+fJeecI+c+q8f4OVZdn+MMfBfGHFlLZwXc+rpSnycC4fFIgguqDd009REpFGlI6pExSVUZzccksAy1rk0SufAYqaMLzGPMO5h3Me+HDMOICNrbasuuQqhXClXdqJ0nX9ljUbBY1+xodZQdENMsBnbHUVJrmIi3JXB7TIP67Vo2iDKAcNlWlX5iajKliBGPTOJubXwggPJVXIaDa9TBDZioaSC8qgG1/vX1+5+Bwol6H/n3ckEkqkTU5Fk9wiocy8WiPMdLyKU7feHSWayjsPZgVRM4PlQYQsGArpypCImtur8vMXlm8k8LLKcYkZzKIz4mChGpGEveU+REpRS3kryOLib6AgENXTyCw4MD+OiVw7CWjv5wsJ7sP0n+P6KlWVEPBlUcSl7gkISwjESWHxq/wGEkG3g6bDRN7+whIyDbpczxBVbkpZvNkDV/IxkJj1tunwsgrRkdiWhw8jw5Hkn7zPAldWQ6KAUi2T3OkHZKE/jbT53osdP7/D1EDiUaf0XEFbGQtYjqWq2R0eSOM7ehQGsF8u989p7n7Oqx6k+ei9fqnsUI0AbomGuTUW+IuZHaS3zrJ6aRpltYEwvna/ZOd1pHtEkh0i3y5CkRnYw844FpEBRJLybKj0caCHJcLYrto/uHzSOUd2Q1mnqo7Dy0SrfJ4uWFvlMZLqQH8xKRsYKjlrU7RDbkfEgPsdMRsYpNhOqKNLvqNfwjrMaN4+0tGGyTtVoylA9gmY/JIU0LKXHSrwL9wbFwOh1GW3YhP38qxcWjnuwAYFLHHo1Jz3L+/bnIq2tGazWg1PlCqXCuztux6D3IsYPKZ+UAi1YMzXHUAFyAahhvbv1cNnSlq289T8qR20wTjIlDEHjp1SqkdQN/Lp1CwN8wG14olW78/fzM0p4TqDTT37/U34/WD7W+tWvXu1793oTnvXbo/PnzbT3hQ+ScSZBycvtRO+d2Bzxo0yzclRJC569IH7CyWesD2ZFUKrXvSjTDZp9R6umRdNVOp+1/rmaybNay0+1z/hh9nuYMaDt3wBMDCIASaq/2k+5fQjSVeFsHt6s1EVfRj81kOrNvZuH4QV054KV2y7Kk6dmhSNS09fxb93E1N9KvZxJqKoF+py+izUzOFIaG0CDqTyJOLOeQivRd49FimVUVtxY0cDAX5np4nCLQDinrrg+HtDqub+8XGax77dUWZCjazmO+lawHxqZ2PqYA3aCggTEfPADADtB+0MbUhScuTNHFhs9IslxMjxeL4+liysr1KZqAsVIwg+FIwMJKSFZTOSuFmOn2MVMX/tcnjHwMCzQImRcCMsZCbcrdw/E35PL9g/E8x7+tUibn6eHA+xh6npEoPvRXvWDml7/KL/0ql7aFl++jviDfGJ9vp5z1x4VuhmPb7c12STGrHoRedLJwBtQVRdHIdWqKghwaWUFDLwLqKuW9UQPP1gRTBSJD1RRqW/UCY1WIcm7BzBztEGPgPPBTe5RsCcxB0Fpq3gekqcFkKThszw0W58dx5eZbXrhlQpnc9hlyBrxY1EumB+eGl5a8JXc8Fh3ry5C9bpmvoj/3ywQ3hw0oRz9altyjmSM9BbCOPvUOWHSEkflxsXrLLZPy1GBid3A4PtdXrO/4BH1i8PBwo+GOx63xvkzrz3r3tu51hXKlGDRyFuCUHTP8OjjLl8uoXF4BgG4ZoLq9MWMgEQL7yYHrueRciGmnkm1HNezh++jYwl3KZk7NvtXadlnfoWjmryFN0kBw1qTWa5Kmfd/PJrMUMcJkCgsb7eQqncPimpSZL89nwH4PR6742X0fTYnxIAyfwbjIbOnnKzTGIANZddpBJBQuXwu5eAcglFxZE1STphpYXlqKb0E1UNP3Nj8C7g4PMqWqyzSurjdHt+lza/aesGaHoK12ZxWi6qx2MnGnzjyEmIe2tUOIVr+uhgsVG22krBY9B6pbqdYmZNmDvWuwHF3rxtX/hFwHsCdVGGCpoeZnPzcjRQvUgIii3fntHJBSiF0nZHnABToN9J1d75w9vG84JwR3zUxd2bcrwuu8JP2dnDDNhIknLmRHj8ad0b27+wL60dHsBaTv24vxULaqRvb1JbTBTEqwBFWbkU044At7xw/GUm5yLOmM9nFmvxE7OL53e2xv8PrY3lo+jboOnR7j5Bl5Xt4jh/tNM99r5Py3j370TXI6HE6He2UXwIWADuOLE6EsUYRq21AiXn0DxR0H8mHHEcRdtJqbNC+208MZDOcJv4HuZvco1O3H4dEo8X+dAdZj/43WKY4XNDey+l7n4/jMDNMbH4D99olcM2+6BaFL9wqmXeo6pvBScFd8WfM0MiKD/uW3SPV3k6KujJ2KxU6NKbqYRMx8axP1B5aWHKxKkopX9g6U2N2uu5stDfTmhghQK/Pw6/TocWgJVNraomKjzj/gXO7tu+vDJzKZE2+CxR2+rdgDAoS1FcRAv6GX+Mpgf2FwsNA/OE95TFOfcRzQXfV2m+/lPfRjf/Yy+8k4c4w5/jq8lURV7rAgUibEzkwGiiTIlu62D3b+ghILNenFN4HcEtVbq04dkBWt74oYaqvYaCw3my90d1Z7v2mgOh2DVsFsMbVU92Otm34tO06zLikSeTvA0y8B0Fvq+tL+Af2EtHXIIUw1EIuMmbXqOK65RJD9VL8k3U8eWagkWVeu9F8Jox/1Y0u6/79QsyT96D2FK9Wtdv0yepm0xxnauylOiegwIFURVYrmeWx7mSjR5XgUlKMIpgRHbXoqGAVonAT6ZOqu++4c51JCZF4qVybHR8e4xWCc19Rw3/SQxUckrAtExTBY4O7lOTYQicdkng3zAr8LeHHvJwfsu+u+UVyPCMk0OdkH4xxiOTU1FXfTFiY6dpYXWSwqLOaJKqsIWAjziLUENgA6wrVrRE9EpE4OMHVmkbl5h0wluHBLeSI8uv6kPOADTMm1+4ghdxwUaaLagXg5NiBGvTS7uwKoTJo4AgGgqJam37LM7MUrF2dnH3nvxdnW125KibwoWnEjkH7rRPFkOqAbAi8LRliWj8tYEHlBjMYC0QFR4EU7+3Vwkyb2l1/ZN2d+52Aunybda5ac6+J7HyGLG37KIkNHLBrdk0myimapmhTEMdeuJexXWJZog0QE4lAwyN6kISuUdscnpt+WkpIPHBofeueqJm/ZHeHxAhaiztzE3M68ZUdt7EwINl6FqhlGb1w1/i9yo2QmgpqhiFWX9ISCCRXTrZdH3kduAxbXeqRL7XhCILVgRnWj75aKeyShq7rIyZwWlKRZDD4CnnzpRE2R54Ro3wOHeIE0klit9am7vOmXJ1IZJ4GYufaJZx9BxS1xt/XMt1hdQ2hoPBlHsmIqmhTgonlrLBZ5gWUNA0RGsjz+pU/roXA8Xrz/zp+2fuacnyyd+GNV6vSBT1P8WIGMyRTeFvEA0AqT7TRbpWg4sPnYkIIA7AZf4owJ0n53zXCcwO1ThZlvcBwrwsYBdJqV+QkB8wvoQUUSZu/nRUF5YIXDnPLrD/ErAmkMT22LzTV3IlXyfrRBzxx1JLeYO3g5t80J98WHM1NPx5iOb+bD6Ema69bGcDj6zdwH4Rj0ZOyVhzP7u+X9CUWfQsQTOMpyFIIcafficT+djEDkgq9KyUpipP/USS1CpunOTlKSrjHvQpeSkgBJW/iItv/i/vaOlNw7PfFuyDXwfwVB8YUAAHicY2BkYGAA4lWM4ubx/DZfGbiZGEDgtpnQKRj9/9f//0y8TCCVHAxgaQAQawqVAHicY2BkYGBiAAI9Job/v/5/ZuJlYGRAAYwhAF9SBIQAeJxjYGBgYBrFo3gUD0H8/z8Zen4NvLtpHR7khAt1wh4A/0IMmAAAAAAAAAAAUABwAI4A5AEwAVQBsgIAAk4CgAKWAtIDDgNuBAAEqgVSBcgF/AZABqAHIgc+B1IHeAeSB6oHwgfmCAIIigjICOII+AkKCRgJLglACUwJYAlwCXwJkgmkCbAJvAoKClYKnArGC2oLoAu8C+wMDgxkDRINpA5ADqQPGA9mD5wQZhDGEQwRbBG2EfoScBKgEywTohP4FCYUSBSgFSAVYBV2FcwV5BYwFlAWyhcIFzwXbheaGEIYdBi8GNAY4hj0GQgZFhk2GU4ZZhl2GeIaQhqyGyIbjhv6HGIczh0sHWQdkh2uHf4eJh5SHngemB64HtgfCB8cHzgfZh+eH9AgGCBQIHQgjCCsIQohQiHSIkwihCK2IvgjRCOGI8Ij+iRqJOglFCUsJWoljiX6JmgmlCbcJxInPid+J6wn9ChQKIoozCjsKQ4pLiliKZwpwCnoKkQqbCqcKtIrQiuiK+YsPix6LM4tAC0yLZAtxi34LnAuoC62LuAvTC+ML9gwTDC0MNoxDDE0MVwxjDG+MfQyQjKCMrAy7jMaM1oznDPYNGA0ljS8NM41GDVONbQ16DYiNmQ2kjbmNyQ3SDdeN6A33Dg6OHI4ojkcOTY5UDlqOYQ5yDniOfA6bjroOww7fjvmPAA8GjwyPJg8/D1OPbY+ID6APtw/KD9mP8A/6D/+QBRAckDYQQRBQEGEQdhCGEJEQrpC3EMOQ1pDkEOiQ9BD7kQ0RKxE1EUKRURFnkXARehGEEZURmZGvEcoR1BHaEeKR75IIEhASHBIpEjYSSZJWkmOSchJ8koQSk5KgEqkSs5LAks4S8hMrEzKTUBNdE2eTchOEk40TpRO4E8gT1pPlk+wUBBQQlBkUIZQ3FEKUS5RYFGaUd5SUlJ2UtxTYlP4VDJUWFRqVKAAAHicY2BkYGAMYZjCIMgAAkxAzAWEDAz/wXwGACE9AhEAeJxtkE1OwzAQhV/6h2glVIGExM5iwQaR/iy66AHafRfZp6nTpEriyHEr9QKcgDNwBk7AkjNwFF7CKAuoR7K/efPGIxvAGJ/wUC8P181erw6umP1ylzQW7pEfhPsY4VF4QP1FeIhnLIRHuEPIG7xefdstnHAHN3gV7lJ/E+6R34X7uMeH8ID6l/AQAb6FR3jyFruwStLIFNVG749ZaNu8hUDbKjWFmvnTVlvrQtvQ6Z3anlV12s+di1VsTa5WpnA6y4wqrTnoyPmJc+VyMolF9yOTY8d3VUiQIoJBQd5AY48jMlbshfp/JWCH5Zk2ucIMPqYXfGv6isYb8gc1HQpbnLlXOHHmnKpDzDymxyAnrZre2p0xDJWyqR2oRNR9Tqi7SiwxYcR//H4zPf8B3ldh6nicbVcFdOO4Fu1Vw1Camd2dZeYsdJaZmeEzKbaSaCtbXktum/3MzMzMzMzMzMzMzP9JtpN0zu85je99kp+fpEeaY3P5X3Xu//7hJjDMo4IqaqijgSZaaKODLhawiCUsYwXbsB07sAf2xF7Yib2xD/bFftgfB+BAHISDcQgOxWE4HEfgSByFo3EMjkUPx+F4nIATsYpdOAkn4xScitNwOs7AmTgLZ+McnIvzcD4uwIW4CBfjElyKy3A5rsCVuApX4xpci+twPW7AjWTlzbgdbo874I64E+6Mu+CuuBvujnuAo48AIQQGGGIEiVuwBoUIMTQS3IoUBhYZ1rGBTYxxG+6Je+HeuA/ui/vh/ngAHogH4cF4CB6Kh+HheAQeiUfh0XgMHovH4fF4Ap6IJ+HJeAqeiqfh6XgGnoln4dl4Dp6L5+H5eAFeiBfhxXgJXoqX4eV4BV6JV+HVeA1ei9fh9XgD3og34c14C96Kt+HteAfeiXfh3XgP3ov34f34AD6ID+HD+Ag+io/h4/gEPolP4dP4DD6Lz+Hz+AK+iC/hy/gKvoqv4ev4Br6Jb+Hb+A6+i+/h+/gBfogf4cf4CX6Kn+Hn+AV+iV/h1/gNfovf4ff4A/6IP+HP+Av+ir/h7/gH/ol/4d/4D/7L5hgYY/OswqqsxuqswZqsxdqsw7psgS2yJbbMVtg2tp3tYHuwPdlebCfbm+3D9mX7sf3ZAexAdhA7mB3CDmWHscPZEexIdhQ7mh3DjmU9dhw7np3ATmSrbBc7iZ3MTmGnstPY6ewMdiY7i53NzmHnsvPY+ewCdiG7iF3MLmGXssvY5ewKdiW7il3NrmHXsuvY9ewGdiO7id08t8TDSMY9niSCpzwOxEIuCLRSPDFTGkUitqaYHmTG6kjeJtJuLhiKWKQyaOVspCPRzqGS8ZopcCRCyRcLnCkrjbSiUBALu6HTtUJBwoflQKKyoYxNOaCNLUwywloZD01JSVePK7u4la7uxne1prwwy2qtShMzI1LT4DJNFI9Flat+FnW4kkNaM61fpEs5GWRK9TZkaEetXKDEwBYw1rFYzGHiprmhpRmeyuHItnOBx8V7pE7UeMRv03GTx1yNrQxMnafBSK7TOaSp3uiFeiPOV7mFrramvJjpvjozs6TlTMeLIW+DG1vaja+2ZwSdHGeJG+nOktWVCQuzRMmAW9EoRfM8tTW+wdPQ1Po8WMuSSp/Ha5W+ECn9KNXtKx2s9UIx4OQSjb7Wa05pxYGVfhaGMtCx6fHAynVpx3tMRf1+kgpjekoP9c4ZMaHxdGTbdMQ5cRaTkqWpbKDTLDLLM4JUijg0M1OGqc4S05kKkmhmfipoyWJ2vtUJHdyM7TalhZOrNvqZVCGBdj8zMiYLIx4vlDghz9Nxt6QbmgZr/cxaHbcCroJMcavTDkGyj6dukxoloQmRSLmT1XI4H/CUIJ2CrdDDTbViqNNxKxgR7fFU8GYO++59jyhYRSFMJCElk76mo6sG7oza9JuFPcPXRdjJMR235n44CxcCHYqesdwZRKcd6MFAiA4lEp2SumBNpHUiWRSbLm2LTSnqes4lliaMDsN5ysJEkHAKyOlsCsrx4oTRzgtulyfcrJG5pG/7Fkmhc2UiXHc2CDJueXdR3A70ukh7MqL00wy5GfnVd0JueZ8byh9huDghYjPRqZ1yGW3lqYhIW3fC16XYaJSsHgqzRo5SD6WJpDENF7luL5uh80eK/LUWZUs6Ep6SLR66pFhxaMX9aOcBlDaKtDQrcrG9PCvIM04h6WsVdkpMXrC2oyD+/CYRvDiRxs5/Jwrz1O+cpFtIaCPozEv1I6GSckTGIVm3PGGUXG2kUzEZt2ResFCwW0izHIzL1a1JG4xETNGQbwWJlJ18VFMetao5YaUSnVn3zXI/Eipqw5Qno+WJwFAhsGLTbpVQ8Znsyq2ZtmLPguTHSF4UcV9vSlvo66UGCl2lyFZyvVJiU7km7Igyx3BUqqWTV6I0zFngQ6NcQqbKoYx2LXWh2J0IXBUt1axTmdAN+qJMjDRNEXGpXOC3Jmi16mFbRH0R9ngWSt3NcVGmi5FkpK1uFZgKayH2H+iIzUCkifVuWxGb0jbIYpFSXeoMeCDKPN0oSYOCPXThVxtIRRMrA8WHlYHWYSffvB43pHhCnFXtgpA32YUCD7lSIh2X83wslsQfTLcglGlsZsohb3TVEbPgirMJUiF8bdw2Q906nKw6pCRpakOth0o0h6kM/TpreaqvjTh1O2l9JLjL1lV6UhEbyZA8qznSWTpU3JjKyEaqRm+SPibDlre0F6Q66eQw34cdBaHjor4olVTdyeu3zUgp5VC8c7WcyyhjU/j5Ar2yRZKX4VlR/k3jLGhP4WrLxd1mL3C5S8YD7YLC+VPFkU4ehj0+IOO6Bek7Bxe1nDXpYV3URDVqASlJ0WNMKprOJG9EU7nffqb6DeeZ5JgxiUzuLB2qFdxK7Te/UZKFvMqX2aUW8ZQKQte3hL2ix2kXzLlGK8cuJxWTig5hoWA6yFxHupxT6ZKg7xFEITHUAvDQjISwhS4XcsUnvLc0IzGkzEDdWoM0Zc7cZglWJ2hXxaFWJN3Jusn1SNLeWFGlfjEzzYhEY+9THlVctqjH5F60ha2iqyUnqsXaO0qs2zohTxxQFhZpI+EqsuSazYRT/XcFdz4JB23C3q8pu1cSYU3Vf7mZ+GUKaoFdJfQ77jdrSv3CFoueuedzkggbxL1nNEuwWnGommh6uenKFplD4eiSQBFXTd9B2ZE09ST1n3XPdR6MG0mqwyywpkn3hdDfAmqpoF7HVuiha3nCbDgz6Voh51Njqr5naBiyJ8yU6ObRqBPnGKZmhDv/pqGS4lv01gStVj0kgRTKB1othzSZjHbOUTOKlmxa1Eql1u9SjQqqooMwNGPeaFM3iXZ1pUULo2IVJXbc9pDiUwlS5fCIq0HNl91xleoblSiT0SGMROqPrTlhiz6Lu+tRHkFLU54H0YwgFEpQIc0Frh2efcPxLW/4/t2/UfMCO08e1KB/3121Le2nJBeTXDWdJ+ftgPdpO8qivvHNf7PAWdJ2iyHXcebXC1yxtFdtKuexUT4qq4TNqGY3XK1tuwcZmL+R4woVI72dmmZKUobTmoPANdbusrC7sEZlimK8lSUhz+9atRzWii5x3YVv03uoP+YJWp3CXQSN7EtFXXqd+raYQmdpQyhq3X375Vc9EZS30pVSoMiV6G5Jm7pcilxK8re9HaWE7llDtzEurqevbqTuhkiXkWFjg8qRoRtx1zUF+U3C+cCEVTbJqvo4z7bz9Ky79Jj1xdzc/wARDj0u") format("woff"),url(https://arepo.pt/wp-includes/css/../fonts/dashicons.ttf#1774930603) format("truetype");font-weight:400;font-style:normal}.dashicons,.dashicons-before:before{font-family:dashicons;display:inline-block;line-height:1;font-weight:400;font-style:normal;text-decoration:inherit;text-transform:none;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:20px;height:20px;font-size:20px;vertical-align:top;text-align:center;transition:color .1s ease-in}.dashicons-admin-appearance:before{content:"\f100"}.dashicons-admin-collapse:before{content:"\f148"}.dashicons-admin-comments:before{content:"\f101"}.dashicons-admin-customizer:before{content:"\f540"}.dashicons-admin-generic:before{content:"\f111"}.dashicons-admin-home:before{content:"\f102"}.dashicons-admin-links:before{content:"\f103"}.dashicons-admin-media:before{content:"\f104"}.dashicons-admin-multisite:before{content:"\f541"}.dashicons-admin-network:before{content:"\f112"}.dashicons-admin-page:before{content:"\f105"}.dashicons-admin-plugins:before{content:"\f106"}.dashicons-admin-post:before{content:"\f109"}.dashicons-admin-settings:before{content:"\f108"}.dashicons-admin-site-alt:before{content:"\f11d"}.dashicons-admin-site-alt2:before{content:"\f11e"}.dashicons-admin-site-alt3:before{content:"\f11f"}.dashicons-admin-site:before{content:"\f319"}.dashicons-admin-tools:before{content:"\f107"}.dashicons-admin-users:before{content:"\f110"}.dashicons-airplane:before{content:"\f15f"}.dashicons-album:before{content:"\f514"}.dashicons-align-center:before{content:"\f134"}.dashicons-align-full-width:before{content:"\f114"}.dashicons-align-left:before{content:"\f135"}.dashicons-align-none:before{content:"\f138"}.dashicons-align-pull-left:before{content:"\f10a"}.dashicons-align-pull-right:before{content:"\f10b"}.dashicons-align-right:before{content:"\f136"}.dashicons-align-wide:before{content:"\f11b"}.dashicons-amazon:before{content:"\f162"}.dashicons-analytics:before{content:"\f183"}.dashicons-archive:before{content:"\f480"}.dashicons-arrow-down-alt:before{content:"\f346"}.dashicons-arrow-down-alt2:before{content:"\f347"}.dashicons-arrow-down:before{content:"\f140"}.dashicons-arrow-left-alt:before{content:"\f340"}.dashicons-arrow-left-alt2:before{content:"\f341"}.dashicons-arrow-left:before{content:"\f141"}.dashicons-arrow-right-alt:before{content:"\f344"}.dashicons-arrow-right-alt2:before{content:"\f345"}.dashicons-arrow-right:before{content:"\f139"}.dashicons-arrow-up-alt:before{content:"\f342"}.dashicons-arrow-up-alt2:before{content:"\f343"}.dashicons-arrow-up-duplicate:before{content:"\f143"}.dashicons-arrow-up:before{content:"\f142"}.dashicons-art:before{content:"\f309"}.dashicons-awards:before{content:"\f313"}.dashicons-backup:before{content:"\f321"}.dashicons-bank:before{content:"\f16a"}.dashicons-beer:before{content:"\f16c"}.dashicons-bell:before{content:"\f16d"}.dashicons-block-default:before{content:"\f12b"}.dashicons-book-alt:before{content:"\f331"}.dashicons-book:before{content:"\f330"}.dashicons-buddicons-activity:before{content:"\f452"}.dashicons-buddicons-bbpress-logo:before{content:"\f477"}.dashicons-buddicons-buddypress-logo:before{content:"\f448"}.dashicons-buddicons-community:before{content:"\f453"}.dashicons-buddicons-forums:before{content:"\f449"}.dashicons-buddicons-friends:before{content:"\f454"}.dashicons-buddicons-groups:before{content:"\f456"}.dashicons-buddicons-pm:before{content:"\f457"}.dashicons-buddicons-replies:before{content:"\f451"}.dashicons-buddicons-topics:before{content:"\f450"}.dashicons-buddicons-tracking:before{content:"\f455"}.dashicons-building:before{content:"\f512"}.dashicons-businessman:before{content:"\f338"}.dashicons-businessperson:before{content:"\f12e"}.dashicons-businesswoman:before{content:"\f12f"}.dashicons-button:before{content:"\f11a"}.dashicons-calculator:before{content:"\f16e"}.dashicons-calendar-alt:before{content:"\f508"}.dashicons-calendar:before{content:"\f145"}.dashicons-camera-alt:before{content:"\f129"}.dashicons-camera:before{content:"\f306"}.dashicons-car:before{content:"\f16b"}.dashicons-carrot:before{content:"\f511"}.dashicons-cart:before{content:"\f174"}.dashicons-category:before{content:"\f318"}.dashicons-chart-area:before{content:"\f239"}.dashicons-chart-bar:before{content:"\f185"}.dashicons-chart-line:before{content:"\f238"}.dashicons-chart-pie:before{content:"\f184"}.dashicons-clipboard:before{content:"\f481"}.dashicons-clock:before{content:"\f469"}.dashicons-cloud-saved:before{content:"\f137"}.dashicons-cloud-upload:before{content:"\f13b"}.dashicons-cloud:before{content:"\f176"}.dashicons-code-standards:before{content:"\f13a"}.dashicons-coffee:before{content:"\f16f"}.dashicons-color-picker:before{content:"\f131"}.dashicons-columns:before{content:"\f13c"}.dashicons-controls-back:before{content:"\f518"}.dashicons-controls-forward:before{content:"\f519"}.dashicons-controls-pause:before{content:"\f523"}.dashicons-controls-play:before{content:"\f522"}.dashicons-controls-repeat:before{content:"\f515"}.dashicons-controls-skipback:before{content:"\f516"}.dashicons-controls-skipforward:before{content:"\f517"}.dashicons-controls-volumeoff:before{content:"\f520"}.dashicons-controls-volumeon:before{content:"\f521"}.dashicons-cover-image:before{content:"\f13d"}.dashicons-dashboard:before{content:"\f226"}.dashicons-database-add:before{content:"\f170"}.dashicons-database-export:before{content:"\f17a"}.dashicons-database-import:before{content:"\f17b"}.dashicons-database-remove:before{content:"\f17c"}.dashicons-database-view:before{content:"\f17d"}.dashicons-database:before{content:"\f17e"}.dashicons-desktop:before{content:"\f472"}.dashicons-dismiss:before{content:"\f153"}.dashicons-download:before{content:"\f316"}.dashicons-drumstick:before{content:"\f17f"}.dashicons-edit-large:before{content:"\f327"}.dashicons-edit-page:before{content:"\f186"}.dashicons-edit:before{content:"\f464"}.dashicons-editor-aligncenter:before{content:"\f207"}.dashicons-editor-alignleft:before{content:"\f206"}.dashicons-editor-alignright:before{content:"\f208"}.dashicons-editor-bold:before{content:"\f200"}.dashicons-editor-break:before{content:"\f474"}.dashicons-editor-code-duplicate:before{content:"\f494"}.dashicons-editor-code:before{content:"\f475"}.dashicons-editor-contract:before{content:"\f506"}.dashicons-editor-customchar:before{content:"\f220"}.dashicons-editor-expand:before{content:"\f211"}.dashicons-editor-help:before{content:"\f223"}.dashicons-editor-indent:before{content:"\f222"}.dashicons-editor-insertmore:before{content:"\f209"}.dashicons-editor-italic:before{content:"\f201"}.dashicons-editor-justify:before{content:"\f214"}.dashicons-editor-kitchensink:before{content:"\f212"}.dashicons-editor-ltr:before{content:"\f10c"}.dashicons-editor-ol-rtl:before{content:"\f12c"}.dashicons-editor-ol:before{content:"\f204"}.dashicons-editor-outdent:before{content:"\f221"}.dashicons-editor-paragraph:before{content:"\f476"}.dashicons-editor-paste-text:before{content:"\f217"}.dashicons-editor-paste-word:before{content:"\f216"}.dashicons-editor-quote:before{content:"\f205"}.dashicons-editor-removeformatting:before{content:"\f218"}.dashicons-editor-rtl:before{content:"\f320"}.dashicons-editor-spellcheck:before{content:"\f210"}.dashicons-editor-strikethrough:before{content:"\f224"}.dashicons-editor-table:before{content:"\f535"}.dashicons-editor-textcolor:before{content:"\f215"}.dashicons-editor-ul:before{content:"\f203"}.dashicons-editor-underline:before{content:"\f213"}.dashicons-editor-unlink:before{content:"\f225"}.dashicons-editor-video:before{content:"\f219"}.dashicons-ellipsis:before{content:"\f11c"}.dashicons-email-alt:before{content:"\f466"}.dashicons-email-alt2:before{content:"\f467"}.dashicons-email:before{content:"\f465"}.dashicons-embed-audio:before{content:"\f13e"}.dashicons-embed-generic:before{content:"\f13f"}.dashicons-embed-photo:before{content:"\f144"}.dashicons-embed-post:before{content:"\f146"}.dashicons-embed-video:before{content:"\f149"}.dashicons-excerpt-view:before{content:"\f164"}.dashicons-exit:before{content:"\f14a"}.dashicons-external:before{content:"\f504"}.dashicons-facebook-alt:before{content:"\f305"}.dashicons-facebook:before{content:"\f304"}.dashicons-feedback:before{content:"\f175"}.dashicons-filter:before{content:"\f536"}.dashicons-flag:before{content:"\f227"}.dashicons-food:before{content:"\f187"}.dashicons-format-aside:before{content:"\f123"}.dashicons-format-audio:before{content:"\f127"}.dashicons-format-chat:before{content:"\f125"}.dashicons-format-gallery:before{content:"\f161"}.dashicons-format-image:before{content:"\f128"}.dashicons-format-quote:before{content:"\f122"}.dashicons-format-status:before{content:"\f130"}.dashicons-format-video:before{content:"\f126"}.dashicons-forms:before{content:"\f314"}.dashicons-fullscreen-alt:before{content:"\f188"}.dashicons-fullscreen-exit-alt:before{content:"\f189"}.dashicons-games:before{content:"\f18a"}.dashicons-google:before{content:"\f18b"}.dashicons-googleplus:before{content:"\f462"}.dashicons-grid-view:before{content:"\f509"}.dashicons-groups:before{content:"\f307"}.dashicons-hammer:before{content:"\f308"}.dashicons-heading:before{content:"\f10e"}.dashicons-heart:before{content:"\f487"}.dashicons-hidden:before{content:"\f530"}.dashicons-hourglass:before{content:"\f18c"}.dashicons-html:before{content:"\f14b"}.dashicons-id-alt:before{content:"\f337"}.dashicons-id:before{content:"\f336"}.dashicons-image-crop:before{content:"\f165"}.dashicons-image-filter:before{content:"\f533"}.dashicons-image-flip-horizontal:before{content:"\f169"}.dashicons-image-flip-vertical:before{content:"\f168"}.dashicons-image-rotate-left:before{content:"\f166"}.dashicons-image-rotate-right:before{content:"\f167"}.dashicons-image-rotate:before{content:"\f531"}.dashicons-images-alt:before{content:"\f232"}.dashicons-images-alt2:before{content:"\f233"}.dashicons-index-card:before{content:"\f510"}.dashicons-info-outline:before{content:"\f14c"}.dashicons-info:before{content:"\f348"}.dashicons-insert-after:before{content:"\f14d"}.dashicons-insert-before:before{content:"\f14e"}.dashicons-insert:before{content:"\f10f"}.dashicons-instagram:before{content:"\f12d"}.dashicons-laptop:before{content:"\f547"}.dashicons-layout:before{content:"\f538"}.dashicons-leftright:before{content:"\f229"}.dashicons-lightbulb:before{content:"\f339"}.dashicons-linkedin:before{content:"\f18d"}.dashicons-list-view:before{content:"\f163"}.dashicons-location-alt:before{content:"\f231"}.dashicons-location:before{content:"\f230"}.dashicons-lock-duplicate:before{content:"\f315"}.dashicons-lock:before{content:"\f160"}.dashicons-marker:before{content:"\f159"}.dashicons-media-archive:before{content:"\f501"}.dashicons-media-audio:before{content:"\f500"}.dashicons-media-code:before{content:"\f499"}.dashicons-media-default:before{content:"\f498"}.dashicons-media-document:before{content:"\f497"}.dashicons-media-interactive:before{content:"\f496"}.dashicons-media-spreadsheet:before{content:"\f495"}.dashicons-media-text:before{content:"\f491"}.dashicons-media-video:before{content:"\f490"}.dashicons-megaphone:before{content:"\f488"}.dashicons-menu-alt:before{content:"\f228"}.dashicons-menu-alt2:before{content:"\f329"}.dashicons-menu-alt3:before{content:"\f349"}.dashicons-menu:before{content:"\f333"}.dashicons-microphone:before{content:"\f482"}.dashicons-migrate:before{content:"\f310"}.dashicons-minus:before{content:"\f460"}.dashicons-money-alt:before{content:"\f18e"}.dashicons-money:before{content:"\f526"}.dashicons-move:before{content:"\f545"}.dashicons-nametag:before{content:"\f484"}.dashicons-networking:before{content:"\f325"}.dashicons-no-alt:before{content:"\f335"}.dashicons-no:before{content:"\f158"}.dashicons-open-folder:before{content:"\f18f"}.dashicons-palmtree:before{content:"\f527"}.dashicons-paperclip:before{content:"\f546"}.dashicons-pdf:before{content:"\f190"}.dashicons-performance:before{content:"\f311"}.dashicons-pets:before{content:"\f191"}.dashicons-phone:before{content:"\f525"}.dashicons-pinterest:before{content:"\f192"}.dashicons-playlist-audio:before{content:"\f492"}.dashicons-playlist-video:before{content:"\f493"}.dashicons-plugins-checked:before{content:"\f485"}.dashicons-plus-alt:before{content:"\f502"}.dashicons-plus-alt2:before{content:"\f543"}.dashicons-plus:before{content:"\f132"}.dashicons-podio:before{content:"\f19c"}.dashicons-portfolio:before{content:"\f322"}.dashicons-post-status:before{content:"\f173"}.dashicons-pressthis:before{content:"\f157"}.dashicons-printer:before{content:"\f193"}.dashicons-privacy:before{content:"\f194"}.dashicons-products:before{content:"\f312"}.dashicons-randomize:before{content:"\f503"}.dashicons-reddit:before{content:"\f195"}.dashicons-redo:before{content:"\f172"}.dashicons-remove:before{content:"\f14f"}.dashicons-rest-api:before{content:"\f124"}.dashicons-rss:before{content:"\f303"}.dashicons-saved:before{content:"\f15e"}.dashicons-schedule:before{content:"\f489"}.dashicons-screenoptions:before{content:"\f180"}.dashicons-search:before{content:"\f179"}.dashicons-share-alt:before{content:"\f240"}.dashicons-share-alt2:before{content:"\f242"}.dashicons-share:before{content:"\f237"}.dashicons-shield-alt:before{content:"\f334"}.dashicons-shield:before{content:"\f332"}.dashicons-shortcode:before{content:"\f150"}.dashicons-slides:before{content:"\f181"}.dashicons-smartphone:before{content:"\f470"}.dashicons-smiley:before{content:"\f328"}.dashicons-sort:before{content:"\f156"}.dashicons-sos:before{content:"\f468"}.dashicons-spotify:before{content:"\f196"}.dashicons-star-empty:before{content:"\f154"}.dashicons-star-filled:before{content:"\f155"}.dashicons-star-half:before{content:"\f459"}.dashicons-sticky:before{content:"\f537"}.dashicons-store:before{content:"\f513"}.dashicons-superhero-alt:before{content:"\f197"}.dashicons-superhero:before{content:"\f198"}.dashicons-table-col-after:before{content:"\f151"}.dashicons-table-col-before:before{content:"\f152"}.dashicons-table-col-delete:before{content:"\f15a"}.dashicons-table-row-after:before{content:"\f15b"}.dashicons-table-row-before:before{content:"\f15c"}.dashicons-table-row-delete:before{content:"\f15d"}.dashicons-tablet:before{content:"\f471"}.dashicons-tag:before{content:"\f323"}.dashicons-tagcloud:before{content:"\f479"}.dashicons-testimonial:before{content:"\f473"}.dashicons-text-page:before{content:"\f121"}.dashicons-text:before{content:"\f478"}.dashicons-thumbs-down:before{content:"\f542"}.dashicons-thumbs-up:before{content:"\f529"}.dashicons-tickets-alt:before{content:"\f524"}.dashicons-tickets:before{content:"\f486"}.dashicons-tide:before{content:"\f10d"}.dashicons-translation:before{content:"\f326"}.dashicons-trash:before{content:"\f182"}.dashicons-twitch:before{content:"\f199"}.dashicons-twitter-alt:before{content:"\f302"}.dashicons-twitter:before{content:"\f301"}.dashicons-undo:before{content:"\f171"}.dashicons-universal-access-alt:before{content:"\f507"}.dashicons-universal-access:before{content:"\f483"}.dashicons-unlock:before{content:"\f528"}.dashicons-update-alt:before{content:"\f113"}.dashicons-update:before{content:"\f463"}.dashicons-upload:before{content:"\f317"}.dashicons-vault:before{content:"\f178"}.dashicons-video-alt:before{content:"\f234"}.dashicons-video-alt2:before{content:"\f235"}.dashicons-video-alt3:before{content:"\f236"}.dashicons-visibility:before{content:"\f177"}.dashicons-warning:before{content:"\f534"}.dashicons-welcome-add-page:before{content:"\f133"}.dashicons-welcome-comments:before{content:"\f117"}.dashicons-welcome-learn-more:before{content:"\f118"}.dashicons-welcome-view-site:before{content:"\f115"}.dashicons-welcome-widgets-menus:before{content:"\f116"}.dashicons-welcome-write-blog:before{content:"\f119"}.dashicons-whatsapp:before{content:"\f19a"}.dashicons-wordpress-alt:before{content:"\f324"}.dashicons-wordpress:before{content:"\f120"}.dashicons-xing:before{content:"\f19d"}.dashicons-yes-alt:before{content:"\f12a"}.dashicons-yes:before{content:"\f147"}.dashicons-youtube:before{content:"\f19b"}.dashicons-editor-distractionfree:before{content:"\f211"}.dashicons-exerpt-view:before{content:"\f164"}.dashicons-format-links:before{content:"\f103"}.dashicons-format-standard:before{content:"\f109"}.dashicons-post-trash:before{content:"\f182"}.dashicons-share1:before{content:"\f237"}.dashicons-welcome-edit-page:before{content:"\f119"}/*! This file is auto-generated */
/*!
 * jQuery UI CSS Framework 1.11.4
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:after,.ui-helper-clearfix:before{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-clearfix{min-height:0}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important}.ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}/*!
 * jQuery UI Resizable 1.11.4
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:.1px;display:block;touch-action:none}.ui-resizable-autohide .ui-resizable-handle,.ui-resizable-disabled .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;left:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;left:0}.ui-resizable-e{cursor:e-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-se{cursor:se-resize;width:12px;height:12px;right:1px;bottom:1px}.ui-resizable-sw{cursor:sw-resize;width:9px;height:9px;left:-5px;bottom:-5px}.ui-resizable-nw{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-resizable-ne{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}.ui-button{display:inline-block;text-decoration:none;font-size:13px;line-height:2;height:28px;margin:0;padding:0 10px 1px;cursor:pointer;border-width:1px;border-style:solid;-webkit-appearance:none;border-radius:3px;white-space:nowrap;box-sizing:border-box;color:#50575e;border-color:#c3c4c7;background:#f6f7f7;box-shadow:0 1px 0 #c3c4c7;vertical-align:top}.ui-button:active,.ui-button:focus{outline:0}.ui-button::-moz-focus-inner{border-width:0;border-style:none;padding:0}.ui-button:focus,.ui-button:hover{background:#f6f7f7;border-color:#8c8f94;color:#1d2327}.ui-button:focus{border-color:#4f94d4;box-shadow:0 0 3px rgba(34,113,177,.8)}.ui-button:active{background:#f0f0f1;border-color:#8c8f94;box-shadow:inset 0 2px 5px -3px rgba(0,0,0,.5)}.ui-button:disabled,.ui-button[disabled]{color:#a7aaad!important;border-color:#dcdcde!important;background:#f6f7f7!important;box-shadow:none!important;text-shadow:0 1px 0 #fff!important;cursor:default;transform:none!important}@media screen and (max-width:782px){.ui-button{padding:6px 14px;line-height:normal;font-size:14px;vertical-align:middle;height:auto;margin-bottom:4px}}.ui-dialog{position:absolute;top:0;left:0;z-index:100102;background-color:#fff;box-shadow:0 3px 6px rgba(0,0,0,.3);overflow:hidden}.ui-dialog-titlebar{background:#fff;border-bottom:1px solid #dcdcde;height:36px;font-size:18px;font-weight:600;line-height:2;padding:0 36px 0 16px}.ui-button.ui-dialog-titlebar-close{background:0 0;border:none;box-shadow:none;color:#646970;cursor:pointer;display:block;padding:0;position:absolute;top:0;right:0;width:36px;height:36px;text-align:center;border-radius:0;overflow:hidden}.ui-dialog-titlebar-close:before{font:normal 20px/1 dashicons;vertical-align:top;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.8;width:36px;height:36px;content:"\f158";content:"\f158"/''}.ui-button.ui-dialog-titlebar-close:focus,.ui-button.ui-dialog-titlebar-close:hover{color:#135e96}.ui-button.ui-dialog-titlebar-close:focus{box-shadow:0 0 0 2px #2271b1;outline:2px solid transparent;outline-offset:-2px}.ui-dialog-content{padding:16px;overflow:auto}.ui-dialog-buttonpane{background:#fff;border-top:1px solid #dcdcde;padding:16px}.ui-dialog-buttonpane .ui-button{margin-left:16px}.ui-dialog-buttonpane .ui-dialog-buttonset{float:right}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-widget-overlay{position:fixed;top:0;left:0;right:0;bottom:0;min-height:360px;background:#000;opacity:.7;z-index:100101}.wfls-clearfix:before,.wfls-clearfix:after{content:" ";display:table}.wfls-clearfix:after{clear:both}.wfls-btn{display:inline-block;margin-bottom:0;font-weight:400;text-align:center;vertical-align:middle;touch-action:manipulation;cursor:pointer;background-image:none;border:1px solid #fff0;white-space:nowrap;text-transform:uppercase;padding:.4rem 1rem;font-size:.875rem;line-height:1.3125rem;border-radius:4px;-webkit-user-select:none;user-select:none}@media(min-width:768px){.wfls-btn{padding:.5rem 1.25rem;font-size:.875rem;line-height:1.3125rem;border-radius:4px}}.wfls-btn:focus,.wfls-btn.wfls-focus,.wfls-btn:active:focus,.wfls-btn:active.wfls-focus,.wfls-btn.wfls-active:focus,.wfls-btn.wfls-active.wfls-focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.wfls-btn:hover,.wfls-btn:focus,.wfls-btn.wfls-focus{color:#00709e;text-decoration:none!important}.wfls-btn:active,.wfls-btn.wfls-active{outline:0;background-image:none;box-shadow:inset 0 3px 5px #00000020}.wfls-btn.wfls-disabled,.wfls-btn[disabled],.wfls-btn[readonly],fieldset[disabled] .wfls-btn{cursor:not-allowed;box-shadow:none}a.wfls-btn{text-decoration:none}a.wfls-btn.wfls-disabled,fieldset[disabled] a.wfls-btn{cursor:not-allowed;pointer-events:none}.wfls-btn-default{color:#00709e;background-color:#fff;border-color:#00709e}.wfls-btn-default:focus,.wfls-btn-default.focus{color:#00709e;background-color:#e6e6e6;border-color:#005477}.wfls-btn-default:hover{color:#00709e;background-color:#e6e6e6;border-color:#00638b}.wfls-btn-default:active,.wfls-btn-default.active,.wfls-open>.wfls-btn-default.wfls-dropdown-toggle{color:#00709e;background-color:#e6e6e6;border-color:#00638b}.wfls-btn-default:active:hover,.wfls-btn-default:active:focus,.wfls-btn-default:active.focus,.wfls-btn-default.active:hover,.wfls-btn-default.active:focus,.wfls-btn-default.active.focus,.wfls-open>.wfls-btn-default.wfls-dropdown-toggle:hover,.wfls-open>.wfls-btn-default.wfls-dropdown-toggle:focus,.wfls-open>.wfls-btn-default.wfls-dropdown-toggle.focus{color:#00709e;background-color:#d4d4d4;border-color:#005477}.wfls-btn-default:active,.wfls-btn-default.wfls-active,.wfls-open>.wfls-btn-default.wfls-dropdown-toggle{background-image:none}.wfls-btn-default.wfls-disabled,.wfls-btn-default[disabled],.wfls-btn-default[readonly],fieldset[disabled] .wfls-btn-default{color:#777;background-color:#fff;border-color:#e2e2e2;cursor:not-allowed;opacity:.75}.wfls-btn-default.wfls-disabled:hover,.wfls-btn-default.wfls-disabled:focus,.wfls-btn-default.wfls-disabled.wfls-focus,.wfls-btn-default[disabled]:hover,.wfls-btn-default[disabled]:focus,.wfls-btn-default[disabled].wfls-focus,.wfls-btn-default[readonly]:hover,.wfls-btn-default[readonly]:focus,.wfls-btn-default[readonly].wfls-focus,fieldset[disabled] .wfls-btn-default:hover,fieldset[disabled] .wfls-btn-default:focus,fieldset[disabled] .wfls-btn-default.wfls-focus{background-color:#fff;border-color:#00709e}.wfls-btn-default .wfls-badge{color:#fff;background-color:#00709e}.wfls-btn-primary{color:#fff;background-color:#00709e;border-color:#006a96}.wfls-btn-primary:focus,.wfls-btn-primary.focus{color:#fff;background-color:#00658e;border-color:#005071}.wfls-btn-primary:hover{color:#fff;background-color:#00658e;border-color:#005e84}.wfls-btn-primary:active,.wfls-btn-primary.active,.wfls-open>.wfls-btn-primary.wfls-dropdown-toggle{color:#fff;background-color:#00658e;border-color:#005e84}.wfls-btn-primary:active:hover,.wfls-btn-primary:active:focus,.wfls-btn-primary:active.focus,.wfls-btn-primary.active:hover,.wfls-btn-primary.active:focus,.wfls-btn-primary.active.focus,.wfls-open>.wfls-btn-primary.wfls-dropdown-toggle:hover,.wfls-open>.wfls-btn-primary.wfls-dropdown-toggle:focus,.wfls-open>.wfls-btn-primary.wfls-dropdown-toggle.focus{color:#fff;background-color:#005d83;border-color:#005071}.wfls-btn-primary:active,.wfls-btn-primary.wfls-active,.wfls-open>.wfls-btn-primary.wfls-dropdown-toggle{background-image:none}.wfls-btn-primary.wfls-disabled,.wfls-btn-primary[disabled],.wfls-btn-primary[readonly],fieldset[disabled] .wfls-btn-primary{color:#fff;background-color:#59a2c0;border-color:#599ebb;cursor:not-allowed;opacity:.75}.wfls-btn-primary.wfls-disabled:hover,.wfls-btn-primary.wfls-disabled:focus,.wfls-btn-primary.wfls-disabled.wfls-focus,.wfls-btn-primary[disabled]:hover,.wfls-btn-primary[disabled]:focus,.wfls-btn-primary[disabled].wfls-focus,.wfls-btn-primary[readonly]:hover,.wfls-btn-primary[readonly]:focus,.wfls-btn-primary[readonly].wfls-focus,fieldset[disabled] .wfls-btn-primary:hover,fieldset[disabled] .wfls-btn-primary:focus,fieldset[disabled] .wfls-btn-primary.wfls-focus{background-color:#00709e;border-color:#006a96}.wfls-btn-primary .wfls-badge{color:#00709e;background-color:#fff}.wfls-btn-success{color:#fff;background-color:#5cb85c;border-color:#52b452}.wfls-btn-success:focus,.wfls-btn-success.focus{color:#fff;background-color:#4bad4b;border-color:#3c893c}.wfls-btn-success:hover{color:#fff;background-color:#4bad4b;border-color:#46a146}.wfls-btn-success:active,.wfls-btn-success.active,.wfls-open>.wfls-btn-success.wfls-dropdown-toggle{color:#fff;background-color:#4bad4b;border-color:#46a146}.wfls-btn-success:active:hover,.wfls-btn-success:active:focus,.wfls-btn-success:active.focus,.wfls-btn-success.active:hover,.wfls-btn-success.active:focus,.wfls-btn-success.active.focus,.wfls-open>.wfls-btn-success.wfls-dropdown-toggle:hover,.wfls-open>.wfls-btn-success.wfls-dropdown-toggle:focus,.wfls-open>.wfls-btn-success.wfls-dropdown-toggle.focus{color:#fff;background-color:#46a046;border-color:#3c893c}.wfls-btn-success:active,.wfls-btn-success.wfls-active,.wfls-open>.wfls-btn-success.wfls-dropdown-toggle{background-image:none}.wfls-btn-success.wfls-disabled,.wfls-btn-success[disabled],.wfls-btn-success[readonly],fieldset[disabled] .wfls-btn-success{color:#fff;background-color:#95d195;border-color:#8fce8f;cursor:not-allowed;opacity:.75}.wfls-btn-success.wfls-disabled:hover,.wfls-btn-success.wfls-disabled:focus,.wfls-btn-success.wfls-disabled.wfls-focus,.wfls-btn-success[disabled]:hover,.wfls-btn-success[disabled]:focus,.wfls-btn-success[disabled].wfls-focus,.wfls-btn-success[readonly]:hover,.wfls-btn-success[readonly]:focus,.wfls-btn-success[readonly].wfls-focus,fieldset[disabled] .wfls-btn-success:hover,fieldset[disabled] .wfls-btn-success:focus,fieldset[disabled] .wfls-btn-success.wfls-focus{background-color:#5cb85c;border-color:#52b452}.wfls-btn-success .wfls-badge{color:#5cb85c;background-color:#fff}.wfls-btn-info{color:#fff;background-color:#5bc0de;border-color:#4ebbdb}.wfls-btn-info:focus,.wfls-btn-info.focus{color:#fff;background-color:#41b6d9;border-color:#2598ba}.wfls-btn-info:hover{color:#fff;background-color:#41b6d9;border-color:#30b0d5}.wfls-btn-info:active,.wfls-btn-info.active,.wfls-open>.wfls-btn-info.wfls-dropdown-toggle{color:#fff;background-color:#41b6d9;border-color:#30b0d5}.wfls-btn-info:active:hover,.wfls-btn-info:active:focus,.wfls-btn-info:active.focus,.wfls-btn-info.active:hover,.wfls-btn-info.active:focus,.wfls-btn-info.active.focus,.wfls-open>.wfls-btn-info.wfls-dropdown-toggle:hover,.wfls-open>.wfls-btn-info.wfls-dropdown-toggle:focus,.wfls-open>.wfls-btn-info.wfls-dropdown-toggle.focus{color:#fff;background-color:#2fafd5;border-color:#2598ba}.wfls-btn-info:active,.wfls-btn-info.wfls-active,.wfls-open>.wfls-btn-info.wfls-dropdown-toggle{background-image:none}.wfls-btn-info.wfls-disabled,.wfls-btn-info[disabled],.wfls-btn-info[readonly],fieldset[disabled] .wfls-btn-info{color:#fff;background-color:#94d6ea;border-color:#8cd3e8;cursor:not-allowed;opacity:.75}.wfls-btn-info.wfls-disabled:hover,.wfls-btn-info.wfls-disabled:focus,.wfls-btn-info.wfls-disabled.wfls-focus,.wfls-btn-info[disabled]:hover,.wfls-btn-info[disabled]:focus,.wfls-btn-info[disabled].wfls-focus,.wfls-btn-info[readonly]:hover,.wfls-btn-info[readonly]:focus,.wfls-btn-info[readonly].wfls-focus,fieldset[disabled] .wfls-btn-info:hover,fieldset[disabled] .wfls-btn-info:focus,fieldset[disabled] .wfls-btn-info.wfls-focus{background-color:#5bc0de;border-color:#4ebbdb}.wfls-btn-info .wfls-badge{color:#5bc0de;background-color:#fff}.wfls-btn-warning{color:#fff;background-color:#f0ad4e;border-color:#efa63f}.wfls-btn-warning:focus,.wfls-btn-warning.focus{color:#fff;background-color:#ee9f31;border-color:#d18212}.wfls-btn-warning:hover{color:#fff;background-color:#ee9f31;border-color:#ec971e}.wfls-btn-warning:active,.wfls-btn-warning.active,.wfls-open>.wfls-btn-warning.wfls-dropdown-toggle{color:#fff;background-color:#ee9f31;border-color:#ec971e}.wfls-btn-warning:active:hover,.wfls-btn-warning:active:focus,.wfls-btn-warning:active.focus,.wfls-btn-warning.active:hover,.wfls-btn-warning.active:focus,.wfls-btn-warning.active.focus,.wfls-open>.wfls-btn-warning.wfls-dropdown-toggle:hover,.wfls-open>.wfls-btn-warning.wfls-dropdown-toggle:focus,.wfls-open>.wfls-btn-warning.wfls-dropdown-toggle.focus{color:#fff;background-color:#ec961c;border-color:#d18212}.wfls-btn-warning:active,.wfls-btn-warning.wfls-active,.wfls-open>.wfls-btn-warning.wfls-dropdown-toggle{background-image:none}.wfls-btn-warning.wfls-disabled,.wfls-btn-warning[disabled],.wfls-btn-warning[readonly],fieldset[disabled] .wfls-btn-warning{color:#fff;background-color:#f5ca8c;border-color:#f4c582;cursor:not-allowed;opacity:.75}.wfls-btn-warning.wfls-disabled:hover,.wfls-btn-warning.wfls-disabled:focus,.wfls-btn-warning.wfls-disabled.wfls-focus,.wfls-btn-warning[disabled]:hover,.wfls-btn-warning[disabled]:focus,.wfls-btn-warning[disabled].wfls-focus,.wfls-btn-warning[readonly]:hover,.wfls-btn-warning[readonly]:focus,.wfls-btn-warning[readonly].wfls-focus,fieldset[disabled] .wfls-btn-warning:hover,fieldset[disabled] .wfls-btn-warning:focus,fieldset[disabled] .wfls-btn-warning.wfls-focus{background-color:#f0ad4e;border-color:#efa63f}.wfls-btn-warning .wfls-badge{color:#f0ad4e;background-color:#fff}.wfls-btn-danger{color:#fff;background-color:#930000;border-color:#8c0000}.wfls-btn-danger:focus,.wfls-btn-danger.focus{color:#fff;background-color:#840000;border-color:#690000}.wfls-btn-danger:hover{color:#fff;background-color:#840000;border-color:#7b0000}.wfls-btn-danger:active,.wfls-btn-danger.active,.wfls-open>.wfls-btn-danger.wfls-dropdown-toggle{color:#fff;background-color:#840000;border-color:#7b0000}.wfls-btn-danger:active:hover,.wfls-btn-danger:active:focus,.wfls-btn-danger:active.focus,.wfls-btn-danger.active:hover,.wfls-btn-danger.active:focus,.wfls-btn-danger.active.focus,.wfls-open>.wfls-btn-danger.wfls-dropdown-toggle:hover,.wfls-open>.wfls-btn-danger.wfls-dropdown-toggle:focus,.wfls-open>.wfls-btn-danger.wfls-dropdown-toggle.focus{color:#fff;background-color:#7a0000;border-color:#690000}.wfls-btn-danger:active,.wfls-btn-danger.wfls-active,.wfls-open>.wfls-btn-danger.wfls-dropdown-toggle{background-image:none}.wfls-btn-danger.wfls-disabled,.wfls-btn-danger[disabled],.wfls-btn-danger[readonly],fieldset[disabled] .wfls-btn-danger{color:#fff;background-color:#b95959;border-color:#b45959;cursor:not-allowed;opacity:.75}.wfls-btn-danger.wfls-disabled:hover,.wfls-btn-danger.wfls-disabled:focus,.wfls-btn-danger.wfls-disabled.wfls-focus,.wfls-btn-danger[disabled]:hover,.wfls-btn-danger[disabled]:focus,.wfls-btn-danger[disabled].wfls-focus,.wfls-btn-danger[readonly]:hover,.wfls-btn-danger[readonly]:focus,.wfls-btn-danger[readonly].wfls-focus,fieldset[disabled] .wfls-btn-danger:hover,fieldset[disabled] .wfls-btn-danger:focus,fieldset[disabled] .wfls-btn-danger.wfls-focus{background-color:#930000;border-color:#8c0000}.wfls-btn-danger .wfls-badge{color:#930000;background-color:#fff}.wfls-btn-callout{font-weight:600;text-transform:uppercase}.wfls-btn-callout-subtle{font-weight:400;text-transform:uppercase}.wfls-btn-link{color:#00709e;font-weight:400;border-radius:0}.wfls-btn-link,.wfls-btn-link:active,.wfls-btn-link.wfls-active,.wfls-btn-link[disabled],fieldset[disabled] .wfls-btn-link{background-color:#fff0;box-shadow:none}.wfls-btn-link,.wfls-btn-link:hover,.wfls-btn-link:focus,.wfls-btn-link:active{border-color:#fff0}.wfls-btn-link:hover,.wfls-btn-link:focus{color:#005f86;text-decoration:underline;background-color:#fff0}.wfls-btn-link[disabled]:hover,.wfls-btn-link[disabled]:focus,fieldset[disabled] .wfls-btn-link:hover,fieldset[disabled] .wfls-btn-link:focus{color:#777;text-decoration:none}.wfls-btn-lg,.wfls-btn-group-lg>.wfls-btn{padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.wfls-btn-sm,.wfls-btn-group-sm>.wfls-btn{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.wfls-btn-xs,.wfls-btn-group-xs>.wfls-btn{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.wfls-btn-block{display:block;width:100%}.wfls-btn-block+.wfls-btn-block{margin-top:5px}input[type=submit].wfls-btn-block,input[type=reset].wfls-btn-block,input[type=button].wfls-btn-block{width:100%}.wfls-btn-group,.wfls-btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.wfls-btn-group>.wfls-btn,.wfls-btn-group-vertical>.wfls-btn{position:relative;float:left}.wfls-btn-group>.wfls-btn:hover,.wfls-btn-group>.wfls-btn:focus,.wfls-btn-group>.wfls-btn:active,.wfls-btn-group>.wfls-btn.wfls-active,.wfls-btn-group-vertical>.wfls-btn:hover,.wfls-btn-group-vertical>.wfls-btn:focus,.wfls-btn-group-vertical>.wfls-btn:active,.wfls-btn-group-vertical>.wfls-btn.wfls-active{z-index:2}.wfls-btn-group .wfls-btn+.wfls-btn,.wfls-btn-group .wfls-btn+.wfls-btn-group,.wfls-btn-group .wfls-btn-group+.wfls-btn,.wfls-btn-group .wfls-btn-group+.wfls-btn-group{margin-left:-1px}.wfls-btn-toolbar{margin-left:-5px}.wfls-btn-toolbar:before,.wfls-btn-toolbar:after{content:" ";display:table}.wfls-btn-toolbar:after{clear:both}.wfls-btn-toolbar .wfls-btn,.wfls-btn-toolbar .wfls-btn-group,.wfls-btn-toolbar .wfls-input-group{float:left}.wfls-btn-toolbar>.wfls-btn,.wfls-btn-toolbar>.wfls-btn-group,.wfls-btn-toolbar>.wfls-input-group{margin-left:5px}.wfls-btn-group>.wfls-btn:not(:first-child):not(:last-child):not(.wfls-dropdown-toggle){border-radius:0}.wfls-btn-group>.wfls-btn:first-child{margin-left:0}.wfls-btn-group>.wfls-btn:first-child:not(:last-child):not(.wfls-dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.wfls-btn-group>.wfls-btn:last-child:not(:first-child),.wfls-btn-group>.wfls-dropdown-toggle:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.wfls-btn-group>.wfls-btn-group{float:left}.wfls-btn-group>.wfls-btn-group:not(:first-child):not(:last-child)>.wfls-btn{border-radius:0}.wfls-btn-group>.wfls-btn-group:first-child:not(:last-child)>.wfls-btn:last-child,.wfls-btn-group>.wfls-btn-group:first-child:not(:last-child)>.wfls-dropdown-toggle{border-top-right-radius:0;border-bottom-right-radius:0}.wfls-btn-group>.wfls-btn-group:last-child:not(:first-child)>.wfls-btn:first-child{border-top-left-radius:0;border-bottom-left-radius:0}.wfls-btn-group .wfls-dropdown-toggle:active,.wfls-btn-group.wfls-open .wfls-dropdown-toggle{outline:0}.wfls-btn-group>.wfls-btn+.wfls-dropdown-toggle{padding-left:8px;padding-right:8px}.wfls-btn-group>.wfls-btn-lg+.wfls-dropdown-toggle,.wfls-btn-group.wfls-btn-group-lg>.wfls-btn+.wfls-dropdown-toggle{padding-left:12px;padding-right:12px}.wfls-btn-group.open .wfls-dropdown-toggle{box-shadow:inset 0 3px 5px #00000020}.wfls-btn-group.open .wfls-dropdown-toggle.wfls-btn-link{box-shadow:none}.wfls-btn .wfls-caret{margin-left:0}.wfls-btn-lg .wfls-caret,.wfls-btn-group-lg>.wfls-btn .wfls-caret{border-width:5px 5px 0;border-bottom-width:0}.wfls-dropup .wfls-btn-lg .wfls-caret,.wfls-dropup .wfls-btn-group-lg>.wfls-btn .wfls-caret{border-width:0 5px 5px}.wfls-btn-group-vertical>.wfls-btn,.wfls-btn-group-vertical>.wfls-btn-group,.wfls-btn-group-vertical>.wfls-btn-group>.wfls-btn{display:block;float:none;width:100%;max-width:100%}.wfls-btn-group-vertical>.wfls-btn-group:before,.wfls-btn-group-vertical>.wfls-btn-group:after{content:" ";display:table}.wfls-btn-group-vertical>.wfls-btn-group:after{clear:both}.wfls-btn-group-vertical>.wfls-btn-group>.wfls-btn{float:none}.wfls-btn-group-vertical>.wfls-btn+.wfls-btn,.wfls-btn-group-vertical>.wfls-btn+.wfls-btn-group,.wfls-btn-group-vertical>.wfls-btn-group+.wfls-btn,.wfls-btn-group-vertical>.wfls-btn-group+.wfls-btn-group{margin-top:-1px;margin-left:0}.wfls-btn-group-vertical>.wfls-btn:not(:first-child):not(:last-child){border-radius:0}.wfls-btn-group-vertical>.wfls-btn:first-child:not(:last-child){border-radius:4px 4px 0 0}.wfls-btn-group-vertical>.wfls-btn:last-child:not(:first-child){border-radius:0 0 4px 4px}.wfls-btn-group-vertical>.wfls-btn-group:not(:first-child):not(:last-child)>.wfls-btn{border-radius:0}.wfls-btn-group-vertical>.wfls-btn-group:first-child:not(:last-child)>.wfls-btn:last-child,.wfls-btn-group-vertical>.wfls-btn-group:first-child:not(:last-child)>.wfls-dropdown-toggle{border-bottom-left-radius:0;border-bottom-right-radius:0}.wfls-btn-group-vertical>.wfls-btn-group:last-child:not(:first-child)>.wfls-btn:first-child{border-top-left-radius:0;border-top-right-radius:0}.wfls-btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}.wfls-btn-group-justified>.wfls-btn,.wfls-btn-group-justified>.wfls-btn-group{float:none;display:table-cell;width:1%}.wfls-btn-group-justified>.wfls-btn-group .wfls-btn{width:100%}.wfls-btn-group-justified>.wfls-btn-group .wfls-dropdown-menu{left:auto}[data-toggle=buttons]>.wfls-btn input[type=radio],[data-toggle=buttons]>.wfls-btn input[type=checkbox],[data-toggle=buttons]>.wfls-btn-group>.wfls-btn input[type=radio],[data-toggle=buttons]>.wfls-btn-group>.wfls-btn input[type=checkbox]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.wfls-pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}.wfls-pagination>li{display:inline}.wfls-pagination>li>a,.wfls-pagination>li>span{position:relative;float:left;padding:.5rem 1.25rem;line-height:1.428571429;text-decoration:none;color:#00709e;background-color:#fff;border:1px solid #ddd;margin-left:-1px}.wfls-pagination>li:first-child>a,.wfls-pagination>li:first-child>span{margin-left:0;border-top-left-radius:4px;border-bottom-left-radius:4px}.wfls-pagination>li:last-child>a,.wfls-pagination>li:last-child>span{border-top-right-radius:4px;border-bottom-right-radius:4px}.wfls-pagination>li>a:hover,.wfls-pagination>li>a:focus,.wfls-pagination>li>span:hover,.wfls-pagination>li>span:focus{z-index:2;color:#005f86;background-color:#e2e2e2;border-color:#ddd}.wfls-pagination>.wfls-active>a,.wfls-pagination>.wfls-active>a:hover,.wfls-pagination>.wfls-active>a:focus,.wfls-pagination>.wfls-active>span,.wfls-pagination>.wfls-active>span:hover,.wfls-pagination>.wfls-active>span:focus{z-index:3;color:#fff;background-color:#00709e;border-color:#00709e;cursor:default}.wfls-pagination>.wfls-disabled>span,.wfls-pagination>.wfls-disabled>span:hover,.wfls-pagination>.wfls-disabled>span:focus,.wfls-pagination>.wfls-disabled>a,.wfls-pagination>.wfls-disabled>a:hover,.wfls-pagination>.wfls-disabled>a:focus{color:#777;background-color:#fff;border-color:#ddd;cursor:not-allowed}.wfls-pagination-lg>li>a,.wfls-pagination-lg>li>span{padding:10px 16px;font-size:18px;line-height:1.3333333}.wfls-pagination-lg>li:first-child>a,.wfls-pagination-lg>li:first-child>span{border-top-left-radius:6px;border-bottom-left-radius:6px}.wfls-pagination-lg>li:last-child>a,.wfls-pagination-lg>li:last-child>span{border-top-right-radius:6px;border-bottom-right-radius:6px}.wfls-pagination-sm>li>a,.wfls-pagination-sm>li>span{padding:5px 10px;font-size:12px;line-height:1.5}.wfls-pagination-sm>li:first-child>a,.wfls-pagination-sm>li:first-child>span{border-top-left-radius:3px;border-bottom-left-radius:3px}.wfls-pagination-sm>li:last-child>a,.wfls-pagination-sm>li:last-child>span{border-top-right-radius:3px;border-bottom-right-radius:3px}@-ms-viewport{width:device-width}.wfls-visible-xs,.wfls-visible-sm,.wfls-visible-md,.wfls-visible-lg,.wfls-visible-xs-block,.wfls-visible-xs-inline,.wfls-visible-xs-inline-block,.wfls-visible-sm-block,.wfls-visible-sm-inline,.wfls-visible-sm-inline-block,.wfls-visible-md-block,.wfls-visible-md-inline,.wfls-visible-md-inline-block,.wfls-visible-lg-block,.wfls-visible-lg-inline,.wfls-visible-lg-inline-block{display:none!important}@media(max-width:767px){.wfls-visible-xs{display:block!important}table.wfls-visible-xs{display:table!important}tr.wfls-visible-xs{display:table-row!important}th.wfls-visible-xs,td.wfls-visible-xs{display:table-cell!important}}@media(max-width:767px){.wfls-visible-xs-block{display:block!important}}@media(max-width:767px){.wfls-visible-xs-inline{display:inline!important}}@media(max-width:767px){.wfls-visible-xs-inline-block{display:inline-block!important}}@media(min-width:768px)and (max-width:991px){.wfls-visible-sm{display:block!important}table.wfls-visible-sm{display:table!important}tr.wfls-visible-sm{display:table-row!important}th.wfls-visible-sm,td.wfls-visible-sm{display:table-cell!important}}@media(min-width:768px)and (max-width:991px){.wfls-visible-sm-block{display:block!important}}@media(min-width:768px)and (max-width:991px){.wfls-visible-sm-inline{display:inline!important}}@media(min-width:768px)and (max-width:991px){.wfls-visible-sm-inline-block{display:inline-block!important}}@media(min-width:992px)and (max-width:1199px){.wfls-visible-md{display:block!important}table.wfls-visible-md{display:table!important}tr.wfls-visible-md{display:table-row!important}th.wfls-visible-md,td.wfls-visible-md{display:table-cell!important}}@media(min-width:992px)and (max-width:1199px){.wfls-visible-md-block{display:block!important}}@media(min-width:992px)and (max-width:1199px){.wfls-visible-md-inline{display:inline!important}}@media(min-width:992px)and (max-width:1199px){.wfls-visible-md-inline-block{display:inline-block!important}}@media(min-width:1200px){.wfls-visible-lg{display:block!important}table.wfls-visible-lg{display:table!important}tr.wfls-visible-lg{display:table-row!important}th.wfls-visible-lg,td.wfls-visible-lg{display:table-cell!important}}@media(min-width:1200px){.wfls-visible-lg-block{display:block!important}}@media(min-width:1200px){.wfls-visible-lg-inline{display:inline!important}}@media(min-width:1200px){.wfls-visible-lg-inline-block{display:inline-block!important}}@media(max-width:767px){.wfls-hidden-xs{display:none!important}}@media(min-width:768px)and (max-width:991px){.wfls-hidden-sm{display:none!important}}@media(min-width:992px)and (max-width:1199px){.wfls-hidden-md{display:none!important}}@media(min-width:1200px){.wfls-hidden-lg{display:none!important}}.wfls-visible-print{display:none!important}@media print{.wfls-visible-print{display:block!important}table.wfls-visible-print{display:table!important}tr.wfls-visible-print{display:table-row!important}th.wfls-visible-print,td.wfls-visible-print{display:table-cell!important}}.wfls-visible-print-block{display:none!important}@media print{.wfls-visible-print-block{display:block!important}}.wfls-visible-print-inline{display:none!important}@media print{.wfls-visible-print-inline{display:inline!important}}.wfls-visible-print-inline-block{display:none!important}@media print{.wfls-visible-print-inline-block{display:inline-block!important}}@media print{.wfls-hidden-print{display:none!important}}.wfls-container{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}.wfls-container:before,.wfls-container:after{content:" ";display:table}.wfls-container:after{clear:both}@media(min-width:768px){.wfls-container{width:750px}}@media(min-width:992px){.wfls-container{width:970px}}@media(min-width:1200px){.wfls-container{width:1170px}}.wfls-container-fluid{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}.wfls-container-fluid:before,.wfls-container-fluid:after{content:" ";display:table}.wfls-container-fluid:after{clear:both}.wfls-row{margin-left:-15px;margin-right:-15px}.wfls-row:before,.wfls-row:after{content:" ";display:table}.wfls-row:after{clear:both}.wfls-col-xs-1,.wfls-col-sm-1,.wfls-col-md-1,.wfls-col-lg-1,.wfls-col-xs-2,.wfls-col-sm-2,.wfls-col-md-2,.wfls-col-lg-2,.wfls-col-xs-3,.wfls-col-sm-3,.wfls-col-md-3,.wfls-col-lg-3,.wfls-col-xs-4,.wfls-col-sm-4,.wfls-col-md-4,.wfls-col-lg-4,.wfls-col-xs-5,.wfls-col-sm-5,.wfls-col-md-5,.wfls-col-lg-5,.wfls-col-xs-6,.wfls-col-sm-6,.wfls-col-md-6,.wfls-col-lg-6,.wfls-col-xs-7,.wfls-col-sm-7,.wfls-col-md-7,.wfls-col-lg-7,.wfls-col-xs-8,.wfls-col-sm-8,.wfls-col-md-8,.wfls-col-lg-8,.wfls-col-xs-9,.wfls-col-sm-9,.wfls-col-md-9,.wfls-col-lg-9,.wfls-col-xs-10,.wfls-col-sm-10,.wfls-col-md-10,.wfls-col-lg-10,.wfls-col-xs-11,.wfls-col-sm-11,.wfls-col-md-11,.wfls-col-lg-11,.wfls-col-xs-12,.wfls-col-sm-12,.wfls-col-md-12,.wfls-col-lg-12{position:relative;min-height:1px;padding-left:15px;padding-right:15px;box-sizing:border-box}.wfls-col-xs-1,.wfls-col-xs-2,.wfls-col-xs-3,.wfls-col-xs-4,.wfls-col-xs-5,.wfls-col-xs-6,.wfls-col-xs-7,.wfls-col-xs-8,.wfls-col-xs-9,.wfls-col-xs-10,.wfls-col-xs-11,.wfls-col-xs-12{float:left}.wfls-col-xs-1{width:8.3333333333%}.wfls-col-xs-2{width:16.6666666667%}.wfls-col-xs-3{width:25%}.wfls-col-xs-4{width:33.3333333333%}.wfls-col-xs-5{width:41.6666666667%}.wfls-col-xs-6{width:50%}.wfls-col-xs-7{width:58.3333333333%}.wfls-col-xs-8{width:66.6666666667%}.wfls-col-xs-9{width:75%}.wfls-col-xs-10{width:83.3333333333%}.wfls-col-xs-11{width:91.6666666667%}.wfls-col-xs-12{width:100%}.wfls-col-xs-pull-0{right:auto}.wfls-col-xs-pull-1{right:8.3333333333%}.wfls-col-xs-pull-2{right:16.6666666667%}.wfls-col-xs-pull-3{right:25%}.wfls-col-xs-pull-4{right:33.3333333333%}.wfls-col-xs-pull-5{right:41.6666666667%}.wfls-col-xs-pull-6{right:50%}.wfls-col-xs-pull-7{right:58.3333333333%}.wfls-col-xs-pull-8{right:66.6666666667%}.wfls-col-xs-pull-9{right:75%}.wfls-col-xs-pull-10{right:83.3333333333%}.wfls-col-xs-pull-11{right:91.6666666667%}.wfls-col-xs-pull-12{right:100%}.wfls-col-xs-push-0{left:auto}.wfls-col-xs-push-1{left:8.3333333333%}.wfls-col-xs-push-2{left:16.6666666667%}.wfls-col-xs-push-3{left:25%}.wfls-col-xs-push-4{left:33.3333333333%}.wfls-col-xs-push-5{left:41.6666666667%}.wfls-col-xs-push-6{left:50%}.wfls-col-xs-push-7{left:58.3333333333%}.wfls-col-xs-push-8{left:66.6666666667%}.wfls-col-xs-push-9{left:75%}.wfls-col-xs-push-10{left:83.3333333333%}.wfls-col-xs-push-11{left:91.6666666667%}.wfls-col-xs-push-12{left:100%}.wfls-col-xs-offset-0{margin-left:0%}.wfls-col-xs-offset-1{margin-left:8.3333333333%}.wfls-col-xs-offset-2{margin-left:16.6666666667%}.wfls-col-xs-offset-3{margin-left:25%}.wfls-col-xs-offset-4{margin-left:33.3333333333%}.wfls-col-xs-offset-5{margin-left:41.6666666667%}.wfls-col-xs-offset-6{margin-left:50%}.wfls-col-xs-offset-7{margin-left:58.3333333333%}.wfls-col-xs-offset-8{margin-left:66.6666666667%}.wfls-col-xs-offset-9{margin-left:75%}.wfls-col-xs-offset-10{margin-left:83.3333333333%}.wfls-col-xs-offset-11{margin-left:91.6666666667%}.wfls-col-xs-offset-12{margin-left:100%}.wfls-col-xs-half-padding-left{padding-left:8px}.wfls-col-xs-half-padding-right{padding-right:7px}@media(min-width:768px){.wfls-col-sm-1,.wfls-col-sm-2,.wfls-col-sm-3,.wfls-col-sm-4,.wfls-col-sm-5,.wfls-col-sm-6,.wfls-col-sm-7,.wfls-col-sm-8,.wfls-col-sm-9,.wfls-col-sm-10,.wfls-col-sm-11,.wfls-col-sm-12{float:left}.wfls-col-sm-1{width:8.3333333333%}.wfls-col-sm-2{width:16.6666666667%}.wfls-col-sm-3{width:25%}.wfls-col-sm-4{width:33.3333333333%}.wfls-col-sm-5{width:41.6666666667%}.wfls-col-sm-6{width:50%}.wfls-col-sm-7{width:58.3333333333%}.wfls-col-sm-8{width:66.6666666667%}.wfls-col-sm-9{width:75%}.wfls-col-sm-10{width:83.3333333333%}.wfls-col-sm-11{width:91.6666666667%}.wfls-col-sm-12{width:100%}.wfls-col-sm-pull-0{right:auto}.wfls-col-sm-pull-1{right:8.3333333333%}.wfls-col-sm-pull-2{right:16.6666666667%}.wfls-col-sm-pull-3{right:25%}.wfls-col-sm-pull-4{right:33.3333333333%}.wfls-col-sm-pull-5{right:41.6666666667%}.wfls-col-sm-pull-6{right:50%}.wfls-col-sm-pull-7{right:58.3333333333%}.wfls-col-sm-pull-8{right:66.6666666667%}.wfls-col-sm-pull-9{right:75%}.wfls-col-sm-pull-10{right:83.3333333333%}.wfls-col-sm-pull-11{right:91.6666666667%}.wfls-col-sm-pull-12{right:100%}.wfls-col-sm-push-0{left:auto}.wfls-col-sm-push-1{left:8.3333333333%}.wfls-col-sm-push-2{left:16.6666666667%}.wfls-col-sm-push-3{left:25%}.wfls-col-sm-push-4{left:33.3333333333%}.wfls-col-sm-push-5{left:41.6666666667%}.wfls-col-sm-push-6{left:50%}.wfls-col-sm-push-7{left:58.3333333333%}.wfls-col-sm-push-8{left:66.6666666667%}.wfls-col-sm-push-9{left:75%}.wfls-col-sm-push-10{left:83.3333333333%}.wfls-col-sm-push-11{left:91.6666666667%}.wfls-col-sm-push-12{left:100%}.wfls-col-sm-offset-0{margin-left:0%}.wfls-col-sm-offset-1{margin-left:8.3333333333%}.wfls-col-sm-offset-2{margin-left:16.6666666667%}.wfls-col-sm-offset-3{margin-left:25%}.wfls-col-sm-offset-4{margin-left:33.3333333333%}.wfls-col-sm-offset-5{margin-left:41.6666666667%}.wfls-col-sm-offset-6{margin-left:50%}.wfls-col-sm-offset-7{margin-left:58.3333333333%}.wfls-col-sm-offset-8{margin-left:66.6666666667%}.wfls-col-sm-offset-9{margin-left:75%}.wfls-col-sm-offset-10{margin-left:83.3333333333%}.wfls-col-sm-offset-11{margin-left:91.6666666667%}.wfls-col-sm-offset-12{margin-left:100%}.wfls-col-sm-half-padding-left{padding-left:8px}.wfls-col-sm-half-padding-right{padding-right:7px}}@media(min-width:992px){.wfls-col-md-1,.wfls-col-md-2,.wfls-col-md-3,.wfls-col-md-4,.wfls-col-md-5,.wfls-col-md-6,.wfls-col-md-7,.wfls-col-md-8,.wfls-col-md-9,.wfls-col-md-10,.wfls-col-md-11,.wfls-col-md-12{float:left}.wfls-col-md-1{width:8.3333333333%}.wfls-col-md-2{width:16.6666666667%}.wfls-col-md-3{width:25%}.wfls-col-md-4{width:33.3333333333%}.wfls-col-md-5{width:41.6666666667%}.wfls-col-md-6{width:50%}.wfls-col-md-7{width:58.3333333333%}.wfls-col-md-8{width:66.6666666667%}.wfls-col-md-9{width:75%}.wfls-col-md-10{width:83.3333333333%}.wfls-col-md-11{width:91.6666666667%}.wfls-col-md-12{width:100%}.wfls-col-md-pull-0{right:auto}.wfls-col-md-pull-1{right:8.3333333333%}.wfls-col-md-pull-2{right:16.6666666667%}.wfls-col-md-pull-3{right:25%}.wfls-col-md-pull-4{right:33.3333333333%}.wfls-col-md-pull-5{right:41.6666666667%}.wfls-col-md-pull-6{right:50%}.wfls-col-md-pull-7{right:58.3333333333%}.wfls-col-md-pull-8{right:66.6666666667%}.wfls-col-md-pull-9{right:75%}.wfls-col-md-pull-10{right:83.3333333333%}.wfls-col-md-pull-11{right:91.6666666667%}.wfls-col-md-pull-12{right:100%}.wfls-col-md-push-0{left:auto}.wfls-col-md-push-1{left:8.3333333333%}.wfls-col-md-push-2{left:16.6666666667%}.wfls-col-md-push-3{left:25%}.wfls-col-md-push-4{left:33.3333333333%}.wfls-col-md-push-5{left:41.6666666667%}.wfls-col-md-push-6{left:50%}.wfls-col-md-push-7{left:58.3333333333%}.wfls-col-md-push-8{left:66.6666666667%}.wfls-col-md-push-9{left:75%}.wfls-col-md-push-10{left:83.3333333333%}.wfls-col-md-push-11{left:91.6666666667%}.wfls-col-md-push-12{left:100%}.wfls-col-md-offset-0{margin-left:0%}.wfls-col-md-offset-1{margin-left:8.3333333333%}.wfls-col-md-offset-2{margin-left:16.6666666667%}.wfls-col-md-offset-3{margin-left:25%}.wfls-col-md-offset-4{margin-left:33.3333333333%}.wfls-col-md-offset-5{margin-left:41.6666666667%}.wfls-col-md-offset-6{margin-left:50%}.wfls-col-md-offset-7{margin-left:58.3333333333%}.wfls-col-md-offset-8{margin-left:66.6666666667%}.wfls-col-md-offset-9{margin-left:75%}.wfls-col-md-offset-10{margin-left:83.3333333333%}.wfls-col-md-offset-11{margin-left:91.6666666667%}.wfls-col-md-offset-12{margin-left:100%}.wfls-col-md-half-padding-left{padding-left:8px}.wfls-col-md-half-padding-right{padding-right:7px}}@media(min-width:1200px){.wfls-col-lg-1,.wfls-col-lg-2,.wfls-col-lg-3,.wfls-col-lg-4,.wfls-col-lg-5,.wfls-col-lg-6,.wfls-col-lg-7,.wfls-col-lg-8,.wfls-col-lg-9,.wfls-col-lg-10,.wfls-col-lg-11,.wfls-col-lg-12{float:left}.wfls-col-lg-1{width:8.3333333333%}.wfls-col-lg-2{width:16.6666666667%}.wfls-col-lg-3{width:25%}.wfls-col-lg-4{width:33.3333333333%}.wfls-col-lg-5{width:41.6666666667%}.wfls-col-lg-6{width:50%}.wfls-col-lg-7{width:58.3333333333%}.wfls-col-lg-8{width:66.6666666667%}.wfls-col-lg-9{width:75%}.wfls-col-lg-10{width:83.3333333333%}.wfls-col-lg-11{width:91.6666666667%}.wfls-col-lg-12{width:100%}.wfls-col-lg-pull-0{right:auto}.wfls-col-lg-pull-1{right:8.3333333333%}.wfls-col-lg-pull-2{right:16.6666666667%}.wfls-col-lg-pull-3{right:25%}.wfls-col-lg-pull-4{right:33.3333333333%}.wfls-col-lg-pull-5{right:41.6666666667%}.wfls-col-lg-pull-6{right:50%}.wfls-col-lg-pull-7{right:58.3333333333%}.wfls-col-lg-pull-8{right:66.6666666667%}.wfls-col-lg-pull-9{right:75%}.wfls-col-lg-pull-10{right:83.3333333333%}.wfls-col-lg-pull-11{right:91.6666666667%}.wfls-col-lg-pull-12{right:100%}.wfls-col-lg-push-0{left:auto}.wfls-col-lg-push-1{left:8.3333333333%}.wfls-col-lg-push-2{left:16.6666666667%}.wfls-col-lg-push-3{left:25%}.wfls-col-lg-push-4{left:33.3333333333%}.wfls-col-lg-push-5{left:41.6666666667%}.wfls-col-lg-push-6{left:50%}.wfls-col-lg-push-7{left:58.3333333333%}.wfls-col-lg-push-8{left:66.6666666667%}.wfls-col-lg-push-9{left:75%}.wfls-col-lg-push-10{left:83.3333333333%}.wfls-col-lg-push-11{left:91.6666666667%}.wfls-col-lg-push-12{left:100%}.wfls-col-lg-offset-0{margin-left:0%}.wfls-col-lg-offset-1{margin-left:8.3333333333%}.wfls-col-lg-offset-2{margin-left:16.6666666667%}.wfls-col-lg-offset-3{margin-left:25%}.wfls-col-lg-offset-4{margin-left:33.3333333333%}.wfls-col-lg-offset-5{margin-left:41.6666666667%}.wfls-col-lg-offset-6{margin-left:50%}.wfls-col-lg-offset-7{margin-left:58.3333333333%}.wfls-col-lg-offset-8{margin-left:66.6666666667%}.wfls-col-lg-offset-9{margin-left:75%}.wfls-col-lg-offset-10{margin-left:83.3333333333%}.wfls-col-lg-offset-11{margin-left:91.6666666667%}.wfls-col-lg-offset-12{margin-left:100%}.wfls-col-lg-half-padding-left{padding-left:8px}.wfls-col-lg-half-padding-right{padding-right:7px}}fieldset{padding:0;margin:0;border:0;min-width:0}legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:inherit;color:#333;border:0;border-bottom:1px solid #e5e5e5}label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:700}label.wfls-plain{font-weight:400}label.wfls-control-label.wfls-disabled{pointer-events:none}input[type=search]{box-sizing:border-box}input[type=radio],input[type=checkbox]{margin-top:1px \;line-height:normal}input[type=file]{display:block}input[type=range]{display:block;width:100%}select[multiple],select[size]{height:auto}input[type=file]:focus,input[type=radio]:focus,input[type=checkbox]:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}output{display:block;padding-top:1.5rem;font-size:14px;line-height:1.428571429;color:#555}.wfls-form-control{display:block;width:100%;height:38px;padding:.5rem 1.25rem;font-size:14px;line-height:1.428571429;color:#555;background-color:#fff;background-image:none;border:1px solid #ddd;border-radius:4px;box-shadow:inset 0 1px 1px #00000013;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}.wfls-form-control:focus{border-color:#66afe9;outline:0;box-shadow:inset 0 1px 1px #00000013,0 0 8px #66afe999}.wfls-form-control::-moz-placeholder{color:#bfbfbf;opacity:1}.wfls-form-control:-ms-input-placeholder{color:#bfbfbf}.wfls-form-control::-webkit-input-placeholder{color:#bfbfbf}.wfls-form-control::-ms-expand{border:0;background-color:#fff0}.wfls-form-control[disabled],.wfls-form-control[readonly],fieldset[disabled] .wfls-form-control{background-color:#e2e2e2;opacity:1}.wfls-form-control[disabled],.wfls-form-control[readonly],fieldset[disabled] .wfls-form-control{cursor:not-allowed;pointer-events:none}textarea.wfls-form-control{height:auto}input[type=search]{-webkit-appearance:none}@media screen and (-webkit-min-device-pixel-ratio:0){input[type=date].wfls-form-control,input[type=time].wfls-form-control,input[type=datetime-local].wfls-form-control,input[type=month].wfls-form-control{line-height:38px}input[type=date].wfls-input-sm,.wfls-input-group-sm input[type=date],input[type=time].wfls-input-sm,.wfls-input-group-sm input[type=time],input[type=datetime-local].wfls-input-sm,.wfls-input-group-sm input[type=datetime-local],input[type=month].wfls-input-sm,.wfls-input-group-sm input[type=month]{line-height:30px}input[type=date].wfls-input-lg,.wfls-input-group-lg input[type=date],input[type=time].wfls-input-lg,.wfls-input-group-lg input[type=time],input[type=datetime-local].wfls-input-lg,.wfls-input-group-lg input[type=datetime-local],input[type=month].wfls-input-lg,.wfls-input-group-lg input[type=month]{line-height:46px}}.wfls-form-group{margin-bottom:8px}.wfls-form-group.wfls-sub-group label{color:#666;font-weight:400;padding-left:20px}.wfls-form-group.wfls-focus{border-left:4px solid #11967a;padding-bottom:8px;background-color:#e5e5e5}.wfls-form-group.wfls-focus label{margin-left:-4px}.wfls-radio,.wfls-checkbox{position:relative;display:block;margin-top:10px;margin-bottom:10px}.wfls-radio label,.wfls-checkbox label{min-height:20px;padding-left:20px;margin-bottom:0;font-weight:400;cursor:pointer}.wfls-radio input[type=radio],.wfls-radio-inline input[type=radio],.wfls-checkbox input[type=checkbox],.wfls-checkbox-inline input[type=checkbox]{margin-top:4px \}.wfls-radio-offset{padding-left:29px}@media(min-width:768px){.wfls-radio-offset{padding-left:20px}}.wfls-radio+.wfls-radio,.wfls-checkbox+.wfls-checkbox{margin-top:-5px}.wfls-radio-inline,.wfls-checkbox-inline{position:relative;display:inline-block;padding-left:20px;margin-bottom:0;vertical-align:middle;font-weight:400;cursor:pointer}.wfls-radio-inline+.wfls-radio-inline,.wfls-checkbox-inline+.wfls-checkbox-inline{margin-top:0;margin-left:10px}input[type=radio][disabled],input[type=radio][readonly],input[type=radio].wfls-disabled,fieldset[disabled] input[type=radio],input[type=checkbox][disabled],input[type=checkbox][readonly],input[type=checkbox].wfls-disabled,fieldset[disabled] input[type=checkbox]{cursor:not-allowed;pointer-events:none}.wfls-radio-inline.wfls-disabled,fieldset[disabled] .wfls-radio-inline,.wfls-checkbox-inline.wfls-disabled,fieldset[disabled] .wfls-checkbox-inline{cursor:not-allowed}.wfls-radio.wfls-disabled label,fieldset[disabled] .wfls-radio label,.wfls-checkbox.wfls-disabled label,fieldset[disabled] .wfls-checkbox label{cursor:not-allowed;pointer-events:none}.wfls-form-control-static{padding-top:1.5rem;padding-bottom:1.5rem;margin:0;line-height:1}.wfls-form-control-static.wfls-input-lg,.wfls-form-control-static.wfls-input-sm{padding-left:0;padding-right:0}.wfls-input-sm{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.wfls-input-sm{height:30px;line-height:30px}textarea.wfls-input-sm,select[multiple].wfls-input-sm{height:auto}.wfls-form-group-sm .wfls-form-control{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.wfls-form-group-sm select.wfls-form-control{height:30px;line-height:30px}.wfls-form-group-sm textarea.wfls-form-control,.wfls-form-group-sm select[multiple].wfls-form-control{height:auto}.wfls-form-group-sm .wfls-form-control-static{height:30px;min-height:32px;padding:6px 10px;font-size:12px;line-height:1.5}.wfls-input-lg{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.wfls-input-lg{height:46px;line-height:46px}textarea.wfls-input-lg,select[multiple].wfls-input-lg{height:auto}.wfls-form-group-lg .wfls-form-control{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.wfls-form-group-lg select.wfls-form-control{height:46px;line-height:46px}.wfls-form-group-lg textarea.wfls-form-control,.wfls-form-group-lg select[multiple].wfls-form-control{height:auto}.wfls-form-group-lg .wfls-form-control-static{height:46px;min-height:38px;padding:11px 16px;font-size:18px;line-height:1.3333333}.wfls-has-feedback{position:relative}.wfls-has-feedback .wfls-form-control{padding-right:47.5px}.wfls-form-control-feedback{position:absolute;top:0;right:0;z-index:2;display:block;width:38px;height:38px;line-height:38px;text-align:center;pointer-events:none}.wfls-input-lg+.wfls-form-control-feedback,.wfls-input-group-lg+.wfls-form-control-feedback,.wfls-form-group-lg .wfls-form-control+.wfls-form-control-feedback{width:46px;height:46px;line-height:46px}.wfls-input-sm+.wfls-form-control-feedback,.wfls-input-group-sm+.wfls-form-control-feedback,.wfls-form-group-sm .wfls-form-control+.wfls-form-control-feedback{width:30px;height:30px;line-height:30px}.wfls-has-success .wfls-help-block,.wfls-has-success .wfls-control-label,.wfls-has-success .wfls-radio,.wfls-has-success .wfls-checkbox,.wfls-has-success .wfls-radio-inline,.wfls-has-success .wfls-checkbox-inline,.wfls-has-success.wfls-radio label,.wfls-has-success.wfls-checkbox label,.wfls-has-success.wfls-radio-inline label,.wfls-has-success.wfls-checkbox-inline label{color:#3c763d}.wfls-has-success .wfls-form-control{border-color:#3c763d;box-shadow:inset 0 1px 1px #00000013}.wfls-has-success .wfls-form-control:focus{border-color:#366a37;box-shadow:inset 0 1px 1px #00000013,0 0 6px #52a254}.wfls-has-success .wfls-input-group-addon{color:#3c763d;border-color:#3c763d;background-color:#dff0d8}.wfls-has-success .wfls-form-control-feedback{color:#3c763d}.wfls-has-warning .wfls-help-block,.wfls-has-warning .wfls-control-label,.wfls-has-warning .wfls-radio,.wfls-has-warning .wfls-checkbox,.wfls-has-warning .wfls-radio-inline,.wfls-has-warning .wfls-checkbox-inline,.wfls-has-warning.wfls-radio label,.wfls-has-warning.wfls-checkbox label,.wfls-has-warning.wfls-radio-inline label,.wfls-has-warning.wfls-checkbox-inline label{color:#8a6d3b}.wfls-has-warning .wfls-form-control{border-color:#8a6d3b;box-shadow:inset 0 1px 1px #00000013}.wfls-has-warning .wfls-form-control:focus{border-color:#7c6235;box-shadow:inset 0 1px 1px #00000013,0 0 6px #b48f50}.wfls-has-warning .wfls-input-group-addon{color:#8a6d3b;border-color:#8a6d3b;background-color:#fcf8e3}.wfls-has-warning .wfls-form-control-feedback{color:#8a6d3b}.wfls-has-error .wfls-help-block,.wfls-has-error .wfls-control-label,.wfls-has-error .wfls-radio,.wfls-has-error .wfls-checkbox,.wfls-has-error .wfls-radio-inline,.wfls-has-error .wfls-checkbox-inline,.wfls-has-error.wfls-radio label,.wfls-has-error.wfls-checkbox label,.wfls-has-error.wfls-radio-inline label,.wfls-has-error.wfls-checkbox-inline label{color:#a94442}.wfls-has-error .wfls-form-control{border-color:#a94442;box-shadow:inset 0 1px 1px #00000013}.wfls-has-error .wfls-form-control:focus{border-color:#983d3b;box-shadow:inset 0 1px 1px #00000013,0 0 6px #c16361}.wfls-has-error .wfls-input-group-addon{color:#a94442;border-color:#a94442;background-color:#f2dede}.wfls-has-error .wfls-form-control-feedback{color:#a94442}.wfls-has-feedback label~.wfls-form-control-feedback{top:25px}.wfls-has-feedback label.wfls-sr-only~.wfls-form-control-feedback{top:0}.wfls-help-block{display:block;margin-top:5px;color:#666}@media(min-width:768px){.wfls-form-inline .wfls-form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.wfls-form-inline .wfls-form-control{display:inline-block;width:auto;vertical-align:middle}.wfls-form-inline .wfls-form-control-static{display:inline-block}.wfls-form-inline .wfls-input-group{display:inline-table;vertical-align:middle}.wfls-form-inline .wfls-input-group .wfls-input-group-addon,.wfls-form-inline .wfls-input-group .wfls-input-group-btn,.wfls-form-inline .wfls-input-group .wfls-form-control{width:auto}.wfls-form-inline .wfls-input-group>.wfls-form-control{width:100%}.wfls-form-inline .wfls-control-label{margin-bottom:0;vertical-align:middle}.wfls-form-inline .wfls-radio,.wfls-form-inline .wfls-checkbox{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.wfls-form-inline .wfls-radio label,.wfls-form-inline .wfls-checkbox label{padding-left:0}.wfls-form-inline .wfls-radio input[type=radio],.wfls-form-inline .wfls-checkbox input[type=checkbox]{position:relative;margin-left:0}.wfls-form-inline .wfls-has-feedback .wfls-form-control-feedback{top:0}}.wfls-form-horizontal .wfls-radio,.wfls-form-horizontal .wfls-checkbox,.wfls-form-horizontal .wfls-radio-inline,.wfls-form-horizontal .wfls-checkbox-inline{margin-top:0;margin-bottom:0;padding-top:1.5rem}.wfls-form-horizontal .wfls-radio,.wfls-form-horizontal .wfls-checkbox{min-height:29px}.wfls-form-horizontal .wfls-form-group{margin-left:-15px;margin-right:-15px}.wfls-form-horizontal .wfls-form-group:before,.wfls-form-horizontal .wfls-form-group:after{content:" ";display:table}.wfls-form-horizontal .wfls-form-group:after{clear:both}@media(min-width:768px){.wfls-form-horizontal .wfls-control-label{text-align:right;margin-bottom:0;padding-top:1.5rem}}.wfls-form-horizontal .wfls-has-feedback .wfls-form-control-feedback{right:15px}@media(min-width:768px){.wfls-form-horizontal .wfls-form-group-lg .wfls-control-label{padding-top:11px;font-size:18px}}@media(min-width:768px){.wfls-form-horizontal .wfls-form-group-sm .wfls-control-label{padding-top:6px;font-size:12px}}@media(min-width:768px){#input-recaptchaSiteKey,#input-recaptchaSecret{min-width:400px}}hr.wfls-half{border:0!important;border-bottom:1px solid rgb(228.95,228.95,228.95)!important;width:50%;margin:1.25rem auto}.wrap.wordfence-ls{direction:ltr}@media(min-width:768px){.wrap.wordfence-ls{max-width:750px}}@media(min-width:992px){.wrap.wordfence-ls{max-width:970px}}@media(min-width:1200px){.wrap.wordfence-ls{max-width:1170px}}.wrap.wordfence-ls>.wfls-container-fluid{padding-left:0;padding-right:0}.wrap.wordfence-ls .button-primary{text-align:center;text-transform:uppercase;font-weight:700;background-color:#00709e}.wrap.wordfence-ls a{text-decoration:none}.wrap.wordfence-ls a:hover{text-decoration:underline}.wrap.wordfence-ls a.wfls-btn:hover{text-decoration:none}.wrap.wordfence-ls p,.wrap.wordfence-ls td,.wrap.wordfence-ls li{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:.875rem;color:#2d2d2d;line-height:1.3125;font-weight:400}.wrap.wordfence-ls p strong,.wrap.wordfence-ls td strong,.wrap.wordfence-ls li strong{font-weight:600}.wrap.wordfence-ls p em,.wrap.wordfence-ls td em,.wrap.wordfence-ls li em{font-weight:400}.wrap.wordfence-ls h1,.wrap.wordfence-ls h2,.wrap.wordfence-ls h3,.wrap.wordfence-ls h4,.wrap.wordfence-ls h5,.wrap.wordfence-ls h6{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;color:#2d2d2d;font-weight:700}.wrap.wordfence-ls h2{font-size:1.3125rem;line-height:1.5}.wrap.wordfence-ls h3{font-size:1.125rem}.wrap.wordfence-ls h4{font-size:1rem}a{color:#00709e}.wfls-inline-help{color:#9f9fa0}.wfls-inline-help:hover{color:#00709e}.wordfenceWrap{margin:20px 0 0 20px}#wfHeading:after{content:".";visibility:hidden;display:block;clear:both;height:0}.wfls-header-icon{background-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'%20standalone='no'?%3e%3c!DOCTYPE%20svg%20PUBLIC%20'-//W3C//DTD%20SVG%201.1//EN'%20'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e%3csvg%20width='100%25'%20height='100%25'%20viewBox='0%200%2032%2032'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20xml:space='preserve'%20xmlns:serif='http://www.serif.com/'%20style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41421;'%3e%3cg%3e%3cpath%20d='M16,8.59L17.59,12.08L17.6,12.11L17.06,12.11L17.06,12.12C17.07,12.17%2017.08,12.22%2017.08,12.28C17.08,12.45%2017.04,12.61%2016.96,12.75C16.93,12.82%2016.88,12.88%2016.84,12.93C16.84,12.93%2016.77,13.69%2016.78,15.11C16.78,15.96%2016.83,17.21%2016.93,18.58C18.59,18.67%2020.13,18.86%2021.55,19.11L21.55,13.19L21.14,13.19L22.2,10.87L23.22,13.2L22.81,13.2L22.81,19.35C24.32,19.66%2025.66,20.04%2026.82,20.42L26.82,15.27L26.41,15.27L27.47,12.95L28.49,15.28L28.08,15.28L28.08,20.86C29.45,21.37%2030.48,21.85%2031.11,22.17C31.9,14.72%2030.28,8.26%2030.28,8.26C22.71,8.01%2016,4%2016,4L16,8.59Z'%20style='fill:rgb(33,141,193);fill-rule:nonzero;'/%3e%3cpath%20d='M28.04,22.18L28.04,28L29.81,28C30.06,27.19%2030.27,26.36%2030.45,25.55C30.68,24.74%2030.81,24.07%2030.9,23.59C30.9,23.59%2030.9,23.57%2030.9,23.56C30.91,23.53%2030.91,23.5%2030.91,23.47C30.47,23.23%2029.49,22.73%2028.04,22.18Z'%20style='fill:rgb(33,141,193);fill-rule:nonzero;'/%3e%3cpath%20d='M22.79,20.61L22.79,28L26.8,28L26.8,21.72C25.66,21.33%2024.31,20.94%2022.79,20.61Z'%20style='fill:rgb(33,141,193);fill-rule:nonzero;'/%3e%3cpath%20d='M21.54,28L21.54,20.36C20.16,20.11%2018.64,19.91%2017.02,19.81C17.02,19.82%2017.02,19.82%2017.02,19.83C17.02,19.86%2017.13,20.68%2017.14,20.81C17.39,22.7%2017.9,25.67%2018.43,27.99L18.4,27.99L21.54,27.99L21.54,28Z'%20style='fill:rgb(33,141,193);fill-rule:nonzero;'/%3e%3cpath%20d='M13.57,28C14.09,25.68%2014.6,22.71%2014.86,20.82L14.85,20.82L14.86,20.82C14.88,20.68%2014.98,19.87%2014.98,19.84C14.98,19.83%2014.98,19.83%2014.98,19.82C13.35,19.92%2011.83,20.12%2010.46,20.37L10.46,28L13.59,28L13.57,28Z'%20style='fill:rgb(33,141,193);fill-rule:nonzero;'/%3e%3cpath%20d='M3.96,20.86L3.96,15.28L3.55,15.28L4.57,12.95L5.63,15.27L5.22,15.27L5.22,20.42C6.38,20.04%207.72,19.67%209.23,19.35L9.23,13.2L8.82,13.2L9.84,10.87L10.9,13.19L10.49,13.19L10.49,19.11C11.91,18.86%2013.45,18.67%2015.11,18.58C15.21,17.21%2015.26,15.96%2015.26,15.11C15.27,13.7%2015.2,12.93%2015.2,12.93C15.15,12.87%2015.11,12.81%2015.08,12.75C15,12.61%2014.96,12.45%2014.96,12.28C14.96,12.23%2014.97,12.17%2014.98,12.12L14.98,12.11L14.44,12.11L14.45,12.08L16,8.59L16,4C16,4%209.29,8.01%201.75,8.26C1.75,8.26%200.13,14.72%200.92,22.17C1.56,21.85%202.58,21.36%203.96,20.86Z'%20style='fill:rgb(33,141,193);fill-rule:nonzero;'/%3e%3cpath%20d='M5.2,21.72L5.2,28L9.21,28L9.21,20.61C7.64,20.95%206.28,21.35%205.2,21.72Z'%20style='fill:rgb(33,141,193);fill-rule:nonzero;'/%3e%3cpath%20d='M1.09,23.47C1.08,23.47%201.08,23.47%201.09,23.47C1.09,23.5%201.1,23.53%201.1,23.56C1.1,23.57%201.1,23.58%201.1,23.59C1.18,24.07%201.32,24.74%201.55,25.55C1.73,26.36%201.95,27.19%202.19,28L3.95,28L3.95,22.17C2.51,22.73%201.53,23.23%201.09,23.47Z'%20style='fill:rgb(33,141,193);fill-rule:nonzero;'/%3e%3c/g%3e%3c/svg%3e");width:32px;height:32px;background-position:0 0;background-repeat:no-repeat;padding:0;margin:0 5px 0 0;float:left}a.wfhelp{margin:0 3px;text-decoration:none;display:inline-block;vertical-align:middle;font:14px/1 FontAwesome;text-rendering:auto;-webkit-font-smoothing:antialiased}a.wfhelp:before{content:""}.wfTabsContainer{background-color:#fff;overflow:hidden;border:1px solid #CCC;padding:15px;min-height:200px;-webkit-font-smoothing:antialiased}#wfTabs:after{content:".";display:block;height:0;width:0;line-height:0;clear:both;visibility:hidden}#wfTabs a{float:left;z-index:10;height:18px;margin:0 5px -1px 0;padding:5px 8px;border:1px solid #CCC;text-decoration:none;background-color:#efefef;color:#21759b;border-top-left-radius:3px;border-top-right-radius:3px}#wfTabs a.selected{border-bottom:1px solid #FFF;background-color:#fff;color:#777}.wordfenceTopTab{display:none;margin-top:15px}.wordfenceTopTab.active{display:block}.wordfenceHelpLink{margin-top:15px}.wfStrong{font-weight:700}.wordfenceModeElem{width:1px;height:1px;opacity:0}.wfWarn{color:red}img.wfFlag{vertical-align:middle;margin:-3px 4px 0 0}.wfHitTime{font-style:italic}.wfAvatar img{vertical-align:middle;margin-right:.5rem}.wfls-hex-sequence{color:#587ecb}.wfLoadMoreButton.disabled,.wfLoadMoreButton[disabled]{pointer-events:none;opacity:.65}table.wfConfigForm th{font-weight:400;text-align:left;padding:2px 3px 1px 0;vertical-align:middle}table.wfConfigForm td{vertical-align:middle}table.wfConfigForm td.align-top{vertical-align:top}table th.wfConfigEnable{font-weight:700;min-width:25%}.wfSavedMsg{display:none;color:#a00}table th.wfSubheading{font-weight:700;padding-top:10px}h3.wfConfigHeading{font-size:22px;color:#777;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-style:italic;font-weight:400}.wfTipText{color:#777;font-family:Georgia,Times New Roman,Times,serif;font-style:italic}.wfBlackCursor{color:#fff}.wfls-spinner{display:inline-block;width:4px}.wferror{color:red}#paidWrap{position:relative}.paidInnerMsg{width:500px;margin:150px auto 0;color:#000;font-size:18px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;line-height:1.8em;text-align:center;-webkit-font-smoothing:antialiased}.wfMarker{height:1px;width:1px}.wfPaidOnlyNotice{width:500px;background-color:#ffffe0;border:1px solid #000;padding:10px;margin:20px}.wfOnOffSwitch{display:inline-block;position:relative!important;width:69px!important;-webkit-user-select:none!important;user-select:none!important}.wfOnOffSwitch-checkbox{display:none!important}.wfOnOffSwitch-label{display:block!important;overflow:hidden!important;cursor:pointer!important;border:2px solid #999999!important;border-radius:19px!important;margin:0}.wfOnOffSwitch-inner{width:200%!important;margin-left:-100%!important;transition:margin .3s ease-in!important;transition-delay:0s!important}.wfOnOffSwitch-inner:before,.wfOnOffSwitch-inner:after{float:left!important;width:50%!important;height:19px!important;padding:0!important;line-height:19px!important;font-size:14px!important;color:#fff!important;font-family:Helvetica Neue,Helvetica,Arial,sans-serif!important;font-weight:700!important;box-sizing:border-box!important;border-radius:19px!important;box-shadow:0 9.5px #00000014 inset!important}.wfOnOffSwitch-inner:before{content:"ON"!important;padding-left:10px!important;background-color:#30d965!important;color:#fff!important;border-radius:19px 0 0 19px!important}.wfOnOffSwitch-inner:after{content:"OFF"!important;padding-right:10px!important;background-color:#eee!important;color:#999!important;text-align:right!important;border-radius:0 19px 19px 0!important}.wfOnOffSwitch-switch{width:19px!important;margin:0!important;background:#fff!important;border:2px solid #999999!important;border-radius:19px!important;position:absolute!important;top:0!important;bottom:0!important;right:46px!important;transition:all .3s ease-in!important;transition-delay:0s!important;background-image:linear-gradient(to top,#0000001a,#0000 80%)!important;box-shadow:0 1px 1px #fff inset!important}.wfOnOffSwitch-checkbox:checked+.wfOnOffSwitch-label .wfOnOffSwitch-inner{margin-left:0!important}.wfOnOffSwitch-checkbox:checked+.wfOnOffSwitch-label .wfOnOffSwitch-switch{right:0!important}#wordfenceConfigWarning,#wordfenceAdminEmailWarning{clear:left;margin-top:5px}.wfls-striped-table{width:100%;max-width:100%;border-collapse:collapse}.wfls-striped-table th{border-left:1px solid rgb(188.7,188.7,188.7)}.wfls-striped-table th:first-of-type{border-left:0}.wfls-striped-table th,.wfls-striped-table td{padding:1rem}.wfls-striped-table thead th,.wfls-striped-table thead td,.wfls-striped-table tfoot th,.wfls-striped-table tfoot td,.wfls-striped-table tbody.thead th,.wfls-striped-table tbody.thead td{background-color:#ebebeb;color:#777;font-weight:700;text-align:left}.wfls-striped-table tbody tr.even td,.wfls-striped-table tbody tr:nth-child(2n) td{background-color:#fff}.wfls-striped-table tbody tr td,.wfls-striped-table tbody tr.odd td{background-color:#fafafa}.wfls-striped-table tbody tr:hover>td{background-color:#fffbd8}.wfls-striped-table tbody.empty-row tr td{border-width:0;padding:8px 0;background-color:#fff0}.wfls-striped-table .wfls-result-error,.wfls-block-list .wfls-result-error{color:#d0514c!important;font-weight:700}.wfls-striped-table .wfls-result-error:before,.wfls-block-list .wfls-result-error:before{content:"✘"}.wfls-striped-table .wfls-result-success{max-width:20%}.wfls-striped-table .wfls-result-success,.wfls-block-list .wfls-result-success{color:#008c10!important;font-weight:700}.wfls-striped-table .wfls-result-success:before,.wfls-block-list .wfls-result-success:before{content:"✓"}.wfls-striped-table .wfls-result-success:before,.wfls-block-list .wfls-result-success:before,.wfls-striped-table .wfls-result-error:before,.wfls-block-list .wfls-result-error:before{font-size:16px;display:inline-block;margin:0 8px 0 0}.wfls-striped-table .wfls-result-inactive,.wfls-block-list .wfls-result-inactive{font-weight:700;color:#666!important}.wfls-fixed-table{table-layout:fixed}pre.wfls-pre{margin:8px 0 20px;padding:12px;background:#fff;border:1px solid #999;overflow:auto}.wfls-center{text-align:center}#wfConfigForm,.wfls-diagnostics-wrapper{max-width:1035px}.wfls-hidden{display:none!important}.wfls-card{position:relative;margin:0 auto .625rem;padding:1rem;box-sizing:border-box;background:#fff;box-shadow:0 0 0 1px #c8d7e180,0 1px 2px #e9eff3}.wfls-card .wfls-card-inner{min-height:76px;width:100%;padding:8px;box-sizing:border-box;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;position:relative}.wfls-card .wfls-card-inner .wfls-card-content{max-width:75%}.wfls-card .wfls-card-inner .wfls-card-content .wfls-card-title{font-size:1.125rem;width:100%}.wfls-card .wfls-card-inner .wfls-card-content .wfls-card-subtitle{margin-top:.125rem;margin-bottom:.125rem;font-size:.875rem;color:#4f748e}.wfls-card .wfls-card-inner .wfls-card-action{position:absolute;top:0;right:0;height:100%;background:none;border:0;outline:0;width:48px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;vertical-align:middle;transition:transform .15s cubic-bezier(.175,.885,.32,1.275),color .2s ease-in}.wfls-card .wfls-card-inner .wfls-card-action .wfls-card-action-chevron{background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJjaGV2cm9uLW9iamVjdCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiCgkgd2lkdGg9IjI0cHgiIGhlaWdodD0iMjRweCIgdmlld0JveD0iMCAwIDI0IDI0IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAyNCAyNCIKCSB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHBhdGggaWQ9ImNoZXZyb24iIGQ9Ik0yMCA5bC04IDgtOC04IDEuNDE0LTEuNDE0TDEyIDE0LjE3Mmw2LjU4Ni02LjU4NiIvPgo8L3N2Zz4K);background-repeat:no-repeat;background-position:center center;width:24px;height:24px;fill:#87a6bc}.wfls-card .wfls-card-inner .wfls-card-action .wfls-card-action-checkbox{background-image:url(data:image/png;base64,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);background-repeat:no-repeat;background-position:left center;width:29px;height:29px}.wfls-card .wfls-card-inner .wfls-card-action .wfls-card-action-checkbox.checked{background-position:right center}.wfls-card .wfls-card-extra{display:none;padding:.5rem;margin-top:1rem;border-top:1px solid #f3f6f8}@media(min-width:768px){.wfls-card .wfls-card-extra{padding:1rem}}.wfls-card.active .wfls-card-extra{display:block}.wfls-card.wfls-card-left .wfls-card-content{margin-left:48px}.wfls-card.wfls-card-left .wfls-card-action{right:auto;left:0}.wfls-card.disabled .wfls-card-content .wfls-card-title{color:#aaa}.wfls-card.disabled .wfls-card-content .wfls-card-subtitle{color:#8ea6be}.wfls-inline-block{display:inline-block}@media(max-width:767px){.wfls-inline-block-xs{display:inline-block}}.wfls-full-width{width:100%;max-width:100%}.wfls-no-top{margin-top:0!important}.wfls-add-top{margin-top:1rem!important}.wfls-add-top-large{margin-top:1.5rem!important}.wfls-add-top-medium{margin-top:.75rem!important}.wfls-add-top-small{margin-top:.5rem!important}.wfls-add-top-smaller{margin-top:.25rem!important}.wfls-no-bottom{margin-bottom:0!important}.wfls-add-bottom{margin-bottom:1rem!important}.wfls-add-bottom-large{margin-bottom:1.5rem!important}.wfls-add-bottom-medium{margin-bottom:.75rem!important}.wfls-add-bottom-small{margin-bottom:.5rem!important}.wfls-add-bottom-smaller{margin-bottom:.25rem!important}.wfls-padding-no-top{padding-top:0!important}.wfls-no-right{margin-right:0!important}.wfls-padding-no-left{padding-left:0!important}.wfls-padding-no-right{padding-right:0!important}.wfls-padding-add-top{padding-top:1rem!important}.wfls-padding-add-top-small{padding-top:.5rem!important}.wfls-padding-add-top-medium{padding-top:.75rem!important}.wfls-padding-add-top-large{padding-top:1.5rem!important}.wfls-padding-add-top-responsive{padding-top:1rem!important}@media(min-width:768px){.wfls-padding-add-top-responsive{padding-top:1.5rem!important}}.wfls-padding-add-bottom{padding-bottom:1rem!important}.wfls-padding-add-bottom-small{padding-bottom:.5rem!important}.wfls-padding-add-bottom-medium{padding-bottom:.75rem!important}.wfls-padding-add-bottom-large{padding-bottom:1.5rem!important}.wfls-padding-add-bottom-responsive{padding-bottom:1rem!important}@media(min-width:768px){.wfls-padding-add-bottom-responsive{padding-bottom:1.5rem!important}}.wfls-padding-no-bottom{padding-bottom:0!important}.wfls-padding-add-left{padding-left:1rem!important}.wfls-padding-add-left-small{padding-left:.5rem!important}.wfls-padding-add-left-medium{padding-left:.75rem!important}.wfls-padding-add-left-large{padding-left:1.5rem!important}.wfls-padding-add-left-responsive{padding-left:1rem!important}@media(min-width:768px){.wfls-padding-add-left-responsive{padding-left:1.5rem!important}}.wfls-padding-add-right{padding-right:1rem!important}.wfls-padding-add-right-small{padding-right:.5rem!important}.wfls-padding-add-right-medium{padding-right:.75rem!important}.wfls-padding-add-right-large{padding-right:1.5rem!important}.wfls-padding-add-right-responsive{padding-right:1rem!important}@media(min-width:768px){.wfls-padding-add-right-responsive{padding-right:1.5rem!important}}.wfls-left{text-align:left!important}.wfls-center{text-align:center!important}.wfls-block-center{margin:0 auto}.wfls-right{text-align:right!important}.wfls-block-right{margin:0 0 0 auto}@media(max-width:767px){.wfls-left-xs{text-align:left!important}.wfls-center-xs{text-align:center!important}.wfls-padding-add-top-xs{padding-top:1rem!important}.wfls-padding-add-top-xs-small{padding-top:.5rem!important}.wfls-padding-add-top-xs-large{padding-top:1.5rem!important}.wfls-padding-add-bottom-xs{padding-bottom:1rem!important}.wfls-padding-add-bottom-xs-small{padding-bottom:.5rem!important}.wfls-padding-add-bottom-xs-large{padding-bottom:1.5rem!important}}@media(min-width:768px)and (max-width:991px){.wfls-left-sm{text-align:left!important}.wfls-center-sm{text-align:center!important}}@media(min-width:992px)and (max-width:1199px){.wfls-left-md{text-align:left!important}.wfls-center-md{text-align:center!important}}@media(min-width:1200px){.wfls-left-lg{text-align:left!important}.wfls-center-lg{text-align:center!important}}.wfls-border-no-top{border-top:none!important}.wfls-border-no-right{border-right:none!important}.wfls-border-no-bottom{border-bottom:none!important}.wfls-border-no-left{border-left:none!important}.wfls-overflow-x-auto{overflow-x:auto}.wfls-overflow-y-auto{overflow-y:auto}@media(max-width:767px){.wfls-overflow-x-auto-xs{overflow-x:auto}.wfls-overflow-y-auto-xs{overflow-y:auto}}.wfls-blue{color:#00709e!important}.wfls-blue-light{color:#008cc1!important}.wfls-gray-dark{color:#2d2d2d!important}.wfls-gray-blue{color:#3f596b!important}.wfls-green-dark{color:#11967a!important}.wfls-green-light{color:#16bc9b!important}.wfls-red-dark{color:#930000!important}.wfls-red-light{color:#c10000!important}.wfls-yellow-dark{color:#fcb214!important}.wfls-yellow-light{color:#ffd10a!important}.wfls-gray{color:#525355!important}.wfls-gray-light{color:#9f9fa0!important}.wfls-nowrap{white-space:nowrap}.wfls-tip{color:#fcb214;font-size:1.1rem;margin-right:.25rem}.wfls-text-small{font-size:85%!important}.wfls-text-plain{font-weight:400!important}.wfls-scroll-x::-webkit-scrollbar,.wfls-scroll-y::-webkit-scrollbar{-webkit-appearance:none;width:7px;height:7px}.wfls-scroll-x::-webkit-scrollbar-thumb,.wfls-scroll-y::-webkit-scrollbar-thumb{border-radius:4px;background-color:#00000031;-webkit-box-shadow:0 0 1px rgb(255 255 255 / .5)}.wfls-split-word{word-wrap:break-word;word-break:break-all}@media(max-width:767px){.wfls-split-word-xs{word-wrap:break-word;word-break:break-all;white-space:normal!important}}.wfls-page-title{display:flex;align-items:center;justify-content:flex-start;margin-top:.5rem}.wfls-page-title>*{flex-grow:0;min-width:0}.wfls-page-title>*:first-child{flex-grow:0;min-width:32px;flex-basis:32px;padding-right:.25rem}.wfls-page-title .wordfence-icon32{margin:0;margin-right:.5rem}.wfls-page-title h2{padding:0!important}.wfls-page-title .wfOnOffSwitch{flex-basis:69px;flex-shrink:0;margin-left:.5rem}.wfls-tab-container{background-color:#fff}@media(min-width:768px){.wfls-tab-container{background-color:unset}}.wfls-page-tabs,.wfls-page-fixed-tabs{display:flex;align-items:center;justify-content:flex-start;border-bottom:1px solid #d0d0d0;margin:0;margin-top:.5rem;margin-left:-10px;margin-right:-10px}@media(min-width:768px){.wfls-page-tabs,.wfls-page-fixed-tabs{margin-left:0;margin-right:0}}.wfls-page-tabs>*,.wfls-page-fixed-tabs>*{flex-grow:0;min-width:0}.wfls-page-tabs>*:first-child,.wfls-page-fixed-tabs>*:first-child{flex-grow:0;min-width:32px;flex-basis:32px}.wfls-page-tabs .wordfence-icon32,.wfls-page-fixed-tabs .wordfence-icon32{margin:0;margin-right:.5rem;margin-left:.5rem}@media(min-width:768px){.wfls-page-tabs .wordfence-icon32,.wfls-page-fixed-tabs .wordfence-icon32{margin-left:0}}.wfls-page-tabs .wfls-text-tab,.wfls-page-fixed-tabs .wfls-text-tab{margin:0;margin-left:.5rem;color:#333}.wfls-page-tabs .wfls-tab,.wfls-page-fixed-tabs .wfls-tab{border:1px solid #fff;border-top-right-radius:.5rem;border-top-left-radius:.5rem;border-bottom:none;margin-bottom:-1px;margin-right:.5rem;color:#333}@media(min-width:768px){.wfls-page-tabs .wfls-tab,.wfls-page-fixed-tabs .wfls-tab{border:1px solid #d0d0d0;background:#e6e6e6}}.wfls-page-tabs .wfls-tab a,.wfls-page-fixed-tabs .wfls-tab a{display:block;padding:.5rem 1rem;font-size:14px;line-height:24px;text-decoration:none;font-weight:700;color:#333}.wfls-page-tabs .wfls-tab.wfls-active,.wfls-page-tabs .wfls-tab:hover,.wfls-page-fixed-tabs .wfls-tab.wfls-active,.wfls-page-fixed-tabs .wfls-tab:hover{border-bottom:1px solid #f1f1f1;background:#f1f1f1;color:#00709e;box-shadow:none}.wfls-page-tabs .wfls-tab.wfls-active a,.wfls-page-tabs .wfls-tab:hover a,.wfls-page-fixed-tabs .wfls-tab.wfls-active a,.wfls-page-fixed-tabs .wfls-tab:hover a{color:#00709e}.wfls-tab-content{display:none;margin-top:15px}.wfls-tab-content.wfls-active{display:block}.wfls-fixed-tab-content{margin-top:15px}.wfls-section-title{display:flex;align-items:center;justify-content:flex-start}.wfls-section-title>*{flex-grow:0;min-width:0}.wfls-section-title>h1,.wfls-section-title>h2,.wfls-section-title>h3,.wfls-section-title>h4,.wfls-section-title>h5,.wfls-section-title>h6{flex-grow:1;color:#2d2d2d!important;font-family:Helvetica Neue,Helvetica,Arial,sans-serif!important;line-height:1.5rem!important;font-weight:700!important;padding:0!important;margin:0!important}@media(min-width:768px){.wfls-section-title>h1,.wfls-section-title>h2,.wfls-section-title>h3,.wfls-section-title>h4,.wfls-section-title>h5,.wfls-section-title>h6{padding-right:.25rem!important}}.wfls-section-title h2{font-size:1.3125rem;line-height:1.5}.wfls-section-title h3{font-size:1.125rem}.wfls-section-title h4{font-size:1rem}.wfls-section-title .wordfence-icon32{margin:0;margin-right:.5rem}.wfls-status-circular{position:relative}.wfls-status-circular-text{position:absolute;left:50%;top:50%;padding:0;margin:0;transform:translate(-50%,-50%);color:#aaa;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:1.3125rem;font-weight:300;line-height:1.5}.wfls-status-circular .wfls-status-overlay-text{position:absolute;left:50%;top:50%;padding:0;margin:0;width:200%;text-align:center;transform:translate(-50%,-50%);font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:.875rem;font-weight:400;line-height:1.3125;opacity:0;color:#777}.wfls-status-warning,.wfls-status-critical,.wfls-status-payment-expiring,.wfls-status-renewing{width:100px;height:100px;margin-bottom:1rem}.wfls-status-warning svg path{fill:#fcb214}.wfls-status-critical svg path{fill:#930000}.wfls-status-payment-expiring svg rect,.wfls-status-payment-expiring svg path{fill:#930000}.wfls-status-renewing svg rect,.wfls-status-renewing svg path{fill:#11967a}#howGetIPs-preview{color:#7a7a7a}#howGetIPs-preview strong{color:#5c5c5c}.wfls-scrollTop{background:#424242;bottom:30px;right:15px;position:fixed;z-index:999;display:none}.wfls-scrollTop a{background:#959595;display:block;padding:4px 5px;line-height:32px;width:32px;color:#fff;text-align:center}.wfls-back-icon{color:#00709e;margin-right:.75rem;font-size:1.5rem!important}.wfls-back-link-chevron{margin-left:1rem}.wfls-back-link-chevron:first-of-type{margin-left:0}.wfls-back-link{font-weight:700;text-decoration:none}.wfls-premium-link{font-weight:700}.wfls-boolean-switch{border:1px solid rgb(170.085,170.085,170.085);display:block;cursor:pointer;width:54px;height:30px;min-width:54px;min-height:30px;border-radius:15px;line-height:30px!important;background-color:#fff;position:relative;box-sizing:border-box;transition:background-color .2s ease-in-out,border-color .2s ease-in-out}@media(min-width:768px){.wfls-boolean-switch{width:34px;height:20px;min-width:34px;min-height:20px;border-radius:10px;line-height:20px!important}}.wfls-boolean-switch .wfls-boolean-switch-handle{position:relative;display:block;border:1px solid rgb(170.085,170.085,170.085);background-color:#fff;width:30px;height:30px;min-width:30px;min-height:30px;border-radius:15px;margin-top:-1px;box-sizing:border-box;left:-1px;transition:border-color .2s ease-in-out,left .2s ease-in-out}@media(min-width:768px){.wfls-boolean-switch .wfls-boolean-switch-handle{width:20px;height:20px;min-width:20px;min-height:20px;border-radius:10px}}.wfls-boolean-switch.wfls-active{border:1px solid #00709e;background-color:#00709e}.wfls-boolean-switch.wfls-active .wfls-boolean-switch-handle{border:1px solid #00709e;left:25px}@media(min-width:768px){.wfls-boolean-switch.wfls-active .wfls-boolean-switch-handle{left:15px}}.wfls-boolean-switch.wfls-disabled{pointer-events:none;border-color:#e2e2e2}.wfls-boolean-switch.wfls-disabled .wfls-boolean-switch-handle{border-color:#e2e2e2}.wfls-boolean-switch.wfls-disabled.wfls-active{border-color:#e2e2e2;background-color:#e2e2e2}.wfls-boolean-switch.wfls-disabled.wfls-active .wfls-boolean-switch-handle{border-color:#e2e2e2}.wfls-option-checkbox,[type=checkbox].wfls-option-checkbox+label:before{content:"";font-family:Ionicons!important;display:block;cursor:pointer;width:30px;height:30px;min-width:30px;min-height:30px;border-radius:4px;line-height:30px!important;text-align:center!important;background-color:#fff!important;box-shadow:0 0 0 1px #aaa;color:#fff!important;font-size:30px!important;font-weight:400!important}@media(min-width:768px){.wfls-option-checkbox,[type=checkbox].wfls-option-checkbox+label:before{width:20px;height:20px;min-width:20px;min-height:20px;border-radius:3px;line-height:21px!important;font-size:25px!important}}@media(min-width:768px){.wfls-option-checkbox{position:relative}.wfls-option-checkbox>*{position:absolute;top:9px;left:50%;transform:translate(-50%) translateY(-50%)}}.wfls-option-radio,[type=radio].wfls-option-radio+label:before{content:"";font-family:Ionicons!important;display:block;cursor:pointer;width:30px;height:30px;min-width:30px;min-height:30px;line-height:30px!important;text-align:center!important;color:#ccc!important;font-size:30px!important;font-weight:400!important}@media(min-width:768px){.wfls-option-radio,[type=radio].wfls-option-radio+label:before{width:20px;height:20px;min-width:20px;min-height:20px;border-radius:10px;line-height:20px!important}}[type=checkbox].wfls-option-checkbox.wfls-small+label:before{width:20px;height:20px;min-width:20px;min-height:20px;border-radius:3px;line-height:21px!important;font-size:20px!important}[type=radio].wfls-option-radio.wfls-small+label:before{width:20px;height:20px;min-width:20px;min-height:20px;line-height:21px!important;font-size:20px!important}[type=checkbox].wfls-option-checkbox+label:before,[type=radio].wfls-option-radio+label:before{text-align:center!important;text-indent:0;display:inline-block;vertical-align:-6px;margin:0 5px 0 0;font-weight:400;font-style:normal}[type=checkbox].wfls-option-checkbox.wfls-small+label:before,[type=radio].wfls-option-radio.wfls-small+label:before{text-indent:0;vertical-align:-3px}.wfls-option-checkbox.wfls-checked,[type=checkbox].wfls-option-checkbox:checked+label:before{color:#fff!important;box-shadow:0 0 0 1px #00709e!important;background-color:#00709e!important}.wfls-option-checkbox.wfls-disabled,[type=checkbox].wfls-option-checkbox:disabled+label:before{color:#f1f1f1!important;box-shadow:0 0 0 1px #e2e2e2!important;background-color:#f1f1f1!important}.wfls-option-checkbox.wfls-checked.wfls-disabled,[type=checkbox].wfls-option-checkbox:disabled:checked+label:before{color:#777!important;box-shadow:0 0 0 1px #e2e2e2!important;background-color:#f1f1f1!important}.wfls-option-radio.wfls-checked,[type=radio].wfls-option-radio:checked+label:before{content:"";color:#00709e!important}.wfls-option-checkbox[type=checkbox],.wfls-option-checkbox[type=radio],.wfls-option-radio[type=checkbox],.wfls-option-radio[type=radio]{position:absolute;left:-9999px}.wfls-option-text input[type=text],input.wfls-input-text{text-align:left;width:100%;height:40px;border-radius:0;border:0;background-color:#fff;box-shadow:1px 1px 1px 2px #d7d7d7a6}.wfls-option-text input[type=text]:placeholder-shown,input.wfls-input-text:placeholder-shown{font-style:italic;color:#bfbfbf}::-webkit-input-placeholder{color:#bfbfbf}:-moz-placeholder{color:#bfbfbf;opacity:1}::-moz-placeholder{color:#bfbfbf;opacity:1}:-ms-input-placeholder{color:#bfbfbf}::-ms-input-placeholder{color:#bfbfbf}::placeholder{color:#bfbfbf}.wfls-option-premium .wfls-option-title,.wfls-option-premium .wfls-option-title>ul>li,.wfls-option.wfls-disabled .wfls-option-title,.wfls-option.wfls-disabled .wfls-option-title>ul>li{color:#aaa!important}.wfls-option-premium .wfls-option-checkbox,.wfls-option-premium .wfls-option-radio,.wfls-option.wfls-disabled .wfls-option-checkbox,.wfls-option.wfls-disabled .wfls-option-radio{opacity:.5}.wfls-block .wfls-block-content .wfls-block-labeled-value.wfls-protection-status .wfls-block-labeled-value-value{padding-top:0}.wfls-block .wfls-block-content .wfls-block-labeled-value.wfls-protection-status .wfls-block-labeled-value-value .wfls-fa{font-size:8rem}.wfls-block .wfls-block-content .wfls-block-labeled-value.wfls-protection-status .wfls-block-labeled-value-value svg{width:160px}.wfls-block .wfls-block-content .wfls-block-labeled-value.wfls-protection-status .wfls-block-labeled-value-label{font-size:1.35rem;font-weight:300;padding-bottom:0}.wfls-block .wfls-block-content .wfls-block-labeled-value.wfls-protection-status-premium .wfls-block-labeled-value-value{color:#9f9fa0}.wfls-block .wfls-block-content .wfls-block-labeled-value.wfls-protection-status-premium .wfls-block-labeled-value-value svg{fill:#9f9fa0}.wfls-block .wfls-block-content .wfls-block-labeled-value.wfls-protection-status-premium .wfls-block-labeled-value-label{color:#9f9fa0}.wfls-indeterminate-progress{animation:wfls-indeterminate-progress-keyframes 1s steps(8,end) infinite}.wfls-indeterminate-progress path{fill:#00709e}@keyframes wfls-indeterminate-progress-keyframes{to{transform:rotate(360deg)}}.wfls-flex-row{display:flex;align-items:center;justify-content:flex-start;flex-direction:row;flex-wrap:nowrap}.wfls-flex-row .wfls-flex-row-1{flex-grow:1}.wfls-flex-row .wfls-flex-row-0{flex-grow:0}.wfls-flex-row.wfls-flex-row-wrappable,.wfls-flex-row.wfls-flex-row-xs-wrappable{flex-wrap:wrap}.wfls-flex-row.wfls-flex-row-equal-heights{align-items:stretch}.wfls-flex-row .wfls-flex-item-full-width{width:100%}.wfls-flex-row .wfls-flex-item-xs-100{flex-basis:100%;max-width:100%}@media(min-width:768px){.wfls-flex-row.wfls-flex-row-xs-wrappable{flex-wrap:nowrap}.wfls-flex-row .wfls-flex-item-sm-50{flex-basis:50%}}.wfls-switch{display:flex!important;align-items:stretch!important;justify-content:flex-start!important;flex-direction:row!important;margin:0;padding:0}.wfls-switch>li{margin:0!important;padding:.5rem .7rem!important;text-transform:uppercase;cursor:pointer;color:#aaa;font-weight:400;border-top:1px solid rgb(191.25,191.25,191.25);border-bottom:1px solid rgb(191.25,191.25,191.25);border-right:1px solid rgb(191.25,191.25,191.25)}.wfls-switch>li:first-of-type{border-left:1px solid rgb(191.25,191.25,191.25);border-top-left-radius:6px;border-bottom-left-radius:6px}.wfls-switch>li:last-of-type{border-top-right-radius:6px;border-bottom-right-radius:6px}.wfls-switch>li.wfls-active{color:#fff;background-color:#00709e}.wfls-tooltip,.ui-widget.wfls-tooltip{max-width:600px;font-size:.75rem;overflow-wrap:break-word}.wfls-widget-learning-mode{border-top:1px solid #eee;margin:0 -1rem;padding:1rem;display:flex;align-items:center;justify-content:center;flex-direction:row}@media(min-width:768px){.wfls-widget-learning-mode{padding:1.5rem}}.wfls-widget-learning-mode svg{width:18px}.wfls-widget-learning-mode svg path{fill:#aaa}.wfls-widget-learning-mode span{padding-left:.5rem;font-size:.875rem;line-height:1.3125;font-weight:600}.wfls-drawer-overlay{position:fixed;inset:0 0 0 160px;background-color:#00000080;z-index:9980;padding:5rem 0}.folded .wfls-drawer-overlay{left:36px}@media only screen and (max-width:960px){.auto-fold .wfls-drawer-overlay{left:36px}}.rtl .wfls-drawer-overlay{right:160px;left:0}.rtl .folded .wfls-drawer-overlay{right:36px}@media only screen and (max-width:960px){.rtl .auto-fold .wfls-drawer-overlay{right:36px}}@media screen and (max-width:782px){.wfls-drawer-overlay,.folded .wfls-drawer-overlay,.auto-fold .wfls-drawer-overlay,.rtl .wfls-drawer-overlay,.rtl .folded .wfls-drawer-overlay,.rtl .auto-fold .wfls-drawer-overlay{left:0;right:0}}.wfls-drawer{background-color:#fff;position:fixed;top:32px;bottom:0;right:0;z-index:9981}.wfls-drawer .wfls-modal{display:flex;align-items:stretch;justify-content:flex-start;flex-direction:column;height:100%}.wfls-drawer .wfls-modal ul,.wfls-drawer .wfls-modal li{padding:0;margin:0}.wfls-drawer .wfls-modal .wfls-modal-header{flex-shrink:0;min-height:44px;padding:1rem;width:100%;box-sizing:border-box;display:flex;align-items:center;justify-content:space-between;position:relative;background-color:#00709e;color:#fff}.wfls-drawer .wfls-modal .wfls-modal-header .wfls-modal-header-content{max-width:75%}.wfls-drawer .wfls-modal .wfls-modal-header .wfls-modal-header-content .wfls-modal-title{font-size:1.3125rem;line-height:1.5;font-weight:300;width:100%;transition:color .2s ease-in}.wfls-drawer .wfls-modal .wfls-modal-header .wfls-modal-header-content .wfls-modal-subtitle{margin-top:.125rem;margin-bottom:.125rem;font-size:.575rem;color:#4f748e}.wfls-drawer .wfls-modal .wfls-modal-content{flex-grow:1;display:flex;align-items:stretch;justify-content:flex-start;flex-direction:column;padding:1rem}.wfls-drawer .wfls-modal .wfls-modal-content>*:first-child{margin-top:0}.wfls-drawer .wfls-modal .wfls-modal-content select,.wfls-drawer .wfls-modal .wfls-modal-content select option{font-size:.7rem;font-weight:700}@media(min-width:768px){.wfls-drawer .wfls-modal .wfls-modal-content select,.wfls-drawer .wfls-modal .wfls-modal-content select option{font-size:.8rem}}@media(min-width:992px){.wfls-drawer .wfls-modal .wfls-modal-content select,.wfls-drawer .wfls-modal .wfls-modal-content select option{font-size:.9rem}}.wfls-drawer .wfls-modal .wfls-modal-content .wfls-option-select-option{text-align:left;height:40px;border-radius:0;border:0;background-color:#fff;box-shadow:1px 1px 1px 2px #d7d7d759}.wfls-drawer .wfls-modal .wfls-modal-footer{flex-shrink:0;min-height:44px;padding:1rem;width:100%;box-sizing:border-box;display:flex;align-items:center;justify-content:space-between;position:relative;background-color:#f1f1f1;border-top:1px solid rgb(216.75,216.75,216.75)}.wfls-mobile-menu-overlay{position:fixed;inset:0;background-color:#00000080;z-index:100000}.wfls-mobile-menu-overlay>.wfls-mobile-menu-tap-hint{position:absolute;top:25%;left:50%;transform:translate(-50%);color:#fff;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:1.3125rem;font-weight:300;line-height:1.5}.wfls-mobile-menu{position:fixed;left:50%;transform:translate(-50%);z-index:100001}.wfls-mobile-menu>.wfls-mobile-menu-items{margin:0;padding:0 0 .25rem;list-style:none}.wfls-mobile-menu>.wfls-mobile-menu-items>li{margin:0;padding:.25rem 0}.wfls-mobile-menu>.wfls-mobile-menu-items>li>a{box-sizing:border-box}.wfls-callout-warning{background-color:#feecc4;padding:.8rem 1.25rem}.wfls-tip-light-bulb{color:#fcb214;font-size:1.5rem;font-weight:700}.wfls-tip-info-message{padding-left:.5rem!important;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:.875rem;color:#2d2d2d;line-height:1.3125;font-weight:400}#wfls-qr-code{width:175px;height:175px;margin:0 auto}@media(min-width:500px){#wfls-qr-code{width:256px;height:256px}}#wfls-qr-code-text{max-width:100%}#wfls-activate-field{margin:0 auto;font-size:1.5rem;display:block;text-align:center}.wfls-recovery-codes{list-style-type:none}.wfls-recovery-codes li{font-family:monospace!important;text-align:center}#wfls-recovery-download .dashicons,#wfls-recovery-new-download .dashicons{line-height:26px}ul.wfls-option.wfls-option-howgetips .wfls-option-ip-source-details{display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:.8rem;margin-top:.5rem}#wfls-ip-source-preview{color:#7a7a7a}#wfls-ip-source-preview strong{color:#5c5c5c}.wfls-inline-notice{background:#fff;border:1px solid #ccd0d4;border-left-color:#ffb900;border-left-width:4px;box-shadow:0 1px 1px #0000000a;padding:4px 12px;display:flex;justify-content:flex-start;align-items:center}.wfls-inline-notice>*{flex-grow:1}.wfls-inline-notice:first-child{flex-grow:0;flex-shrink:0}.wfls-inline-notice span{padding-left:.5rem}.wfls-page-indicator{vertical-align:bottom}#wfls-customer-2fa-required-warning{margin-top:0}#wfls-activation-help-link-container{margin-right:.5rem}.wfls-block{display:flex;align-items:stretch;justify-content:flex-start;flex-direction:column;position:relative;margin:0 auto .5rem;box-sizing:border-box;background-color:#fff;box-shadow:0 0 0 1px #c8d7e140,0 1px 2px #e9eff3}.wfls-block.wfls-block-transparent{background-color:#fff0;box-shadow:none}.wfls-block .wfls-block-banner{min-height:44px;margin:0 -1rem;padding:0;box-sizing:border-box;position:relative;background-color:#fcb214;display:flex;align-items:center;justify-content:space-between;flex-direction:row}.wfls-block .wfls-block-banner>li{margin:0;padding:.75rem 1rem}@media(min-width:768px){.wfls-block .wfls-block-banner{margin:0 -1.5rem}.wfls-block .wfls-block-banner>li{padding:.75rem 1.5rem}}.wfls-block .wfls-block-header{flex-shrink:0;flex-grow:0;padding:1rem 0 .5rem;width:100%;box-sizing:border-box;display:flex;align-items:center;justify-content:space-between;position:relative}.wfls-block .wfls-block-header.wfls-block-header-border-bottom{border-bottom:1px solid rgb(225.675,225.675,225.675);padding-left:1rem;padding-right:1rem}@media(min-width:768px){.wfls-block .wfls-block-header.wfls-block-header-border-bottom{padding-right:1.5rem;padding-left:1.5rem}}.wfls-block .wfls-block-header .wfls-block-header-content{max-width:75%}.wfls-block .wfls-block-header .wfls-block-header-content .wfls-block-title{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:.9rem;width:100%;transition:color .2s ease-in}.wfls-block .wfls-block-header .wfls-block-header-content .wfls-block-subtitle{margin-top:.125rem;margin-bottom:.125rem;font-size:.775rem}.wfls-block .wfls-block-header .wfls-block-header-action{position:absolute;top:0;right:0;height:100%;background:none;border:0;outline:0;width:48px;display:flex;align-items:center;justify-content:flex-end;vertical-align:middle;transition:transform .15s cubic-bezier(.175,.885,.32,1.275),color .2s ease-in}.wfls-block .wfls-block-header .wfls-block-header-action.wfls-block-header-action-text{width:auto}.wfls-block .wfls-block-header .wfls-block-header-action.wfls-block-header-action-text.wfls-block-header-action-text-success{color:#11967a}.wfls-block .wfls-block-header .wfls-block-header-action.wfls-block-header-action-text.wfls-block-header-action-text-warning,.wfls-block .wfls-block-header .wfls-block-header-action.wfls-block-header-action-text.wfls-block-header-action-text-warning a{color:#930000}.wfls-block .wfls-block-header .wfls-block-header-action .wfls-block-header-action-chevron{background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJjaGV2cm9uLW9iamVjdCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiCgkgd2lkdGg9IjI0cHgiIGhlaWdodD0iMjRweCIgdmlld0JveD0iMCAwIDI0IDI0IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAyNCAyNCIKCSB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHBhdGggaWQ9ImNoZXZyb24iIGQ9Ik0yMCA5bC04IDgtOC04IDEuNDE0LTEuNDE0TDEyIDE0LjE3Mmw2LjU4Ni02LjU4NiIvPgo8L3N2Zz4K);background-repeat:no-repeat;background-position:center center;width:24px;height:24px}.wfls-block .wfls-block-header .wfls-block-header-action .wfls-block-header-action-disclosure{background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJkaXNjbG9zdXJlLWNsb3NlZC1vYmplY3QiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHdpZHRoPSIxMnB4IiBoZWlnaHQ9IjEycHgiIHZpZXdCb3g9IjAgMCAxMiAxMiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTIgMTIiCgkgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxwYXRoIGlkPSJkaXNjbG9zdXJlLWNsb3NlZCIgZD0iTSA2IDAgbCA2IDYgLTYgNiAwIC0xMiIgZmlsbD0iIzc3NyIvPgo8L3N2Zz4=);background-repeat:no-repeat;background-position:center center;width:12px;height:12px;transition:transform .15s cubic-bezier(.175,.885,.32,1.275),background .2s ease-in}.wfls-block .wfls-block-header .wfls-block-header-action .wfls-block-header-action-checkbox{background-image:url(data:image/png;base64,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);background-repeat:no-repeat;background-position:left center;width:29px;height:29px}.wfls-block .wfls-block-header .wfls-block-header-action .wfls-block-header-action-checkbox.wfls-checked{background-position:right center}.wfls-block .wfls-block-content{flex-grow:1;display:none;padding:0 1rem}@media(min-width:768px){.wfls-block .wfls-block-content{padding:0 1.5rem}}.wfls-block .wfls-block-content .wfls-block-list{margin:0 -1rem;padding:0;list-style:none}@media(min-width:768px){.wfls-block .wfls-block-content .wfls-block-list{margin:0 -1.5rem}}.wfls-block .wfls-block-content .wfls-block-list.wfls-block-list-striped>li:nth-of-type(odd){background-color:#f9f9f9}.wfls-block .wfls-block-content .wfls-block-list.wfls-block-list-striped>li:nth-of-type(2n){background-color:#fff}.wfls-block .wfls-block-content .wfls-block-list>li{display:block;min-height:44px;padding:0 1rem;margin:0;border-top:1px solid rgb(225.675,225.675,225.675);box-sizing:border-box;display:flex;align-items:center;justify-content:space-between}@media(min-width:768px){.wfls-block .wfls-block-content .wfls-block-list>li{padding:0 1.5rem}}.wfls-block .wfls-block-content .wfls-block-list>li>*:first-child{flex-grow:1;min-width:0}.wfls-block .wfls-block-content .wfls-block-list.wfls-block-list-horizontal{box-sizing:border-box;margin-top:-1px;display:flex;align-items:stretch;align-content:flex-start;justify-content:space-between;flex-wrap:wrap}.wfls-block .wfls-block-content .wfls-block-list.wfls-block-list-horizontal>li{flex-grow:1;flex-basis:100%;border-left:1px solid rgb(225.675,225.675,225.675)}@media(min-width:768px){.wfls-block .wfls-block-content .wfls-block-list.wfls-block-list-horizontal>li{flex-basis:50%}}@media(min-width:992px){.wfls-block .wfls-block-content .wfls-block-list.wfls-block-list-horizontal>li{flex-basis:25%}}.wfls-block .wfls-block-content .wfls-block-list.wfls-block-list-horizontal.wfls-block-list-nowrap{overflow-y:auto;flex-wrap:nowrap}.wfls-block .wfls-block-content .wfls-block-list.wfls-block-list-horizontal.wfls-block-list-nowrap>li{flex-shrink:0}.wfls-block .wfls-block-content .wfls-block-list.wfls-block-list-horizontal.wfls-block-list-horizontal-5>li{flex-grow:1;flex-basis:20%}.wfls-block .wfls-block-content .wfls-block-list.wfls-block-list-horizontal>*:first-child{border-left:0}@media(min-width:768px){.wfls-block .wfls-block-content .wfls-block-list.wfls-block-list-horizontal.wfls-block-list-equal>li{max-width:50%}}@media(min-width:992px){.wfls-block .wfls-block-content .wfls-block-list.wfls-block-list-horizontal.wfls-block-list-equal>li{max-width:25%}}.wfls-block .wfls-block-content .wfls-block-list.wfls-block-list-horizontal.wfls-block-list-horizontal-5.wfls-block-list-equal>li{max-width:20%}.wfls-block .wfls-block-content .wfls-block-list .wfls-block-list-state{text-align:center}@media(min-width:1200px){.wfls-block .wfls-block-content .wfls-block-list .wfls-block-list-state{text-align:left}}.wfls-block .wfls-block-content .wfls-block-list .wfls-block-list-state-enabled .wfls-fa{color:#11967a}.wfls-block .wfls-block-content .wfls-block-list .wfls-block-list-state-disabled .wfls-fa{color:#525355}.wfls-block .wfls-block-content .wfls-block-list .wfls-block-list-state-premium{color:#9f9fa0}.wfls-block .wfls-block-content .wfls-block-list .wfls-block-list-dismiss{padding-left:2rem;font-size:1.25rem}.wfls-block .wfls-block-content .wfls-block-list .wfls-block-list-dismiss a{color:#525355}.wfls-block .wfls-block-content:first-child>.wfls-block-list>li:first-child{border-top:none}.wfls-block .wfls-block-content .wfls-block-left-right{margin:0 -1rem;padding:0;list-style:none;display:flex;align-items:stretch;align-content:flex-start;justify-content:space-between;flex-wrap:wrap}@media(min-width:768px){.wfls-block .wfls-block-content .wfls-block-left-right{margin:0 -1.5rem}}.wfls-block .wfls-block-content .wfls-block-left-right.wfls-block-left-right-nowrap{flex-wrap:nowrap}.wfls-block .wfls-block-content .wfls-block-left-right>li{display:block;min-height:44px;padding:0;margin:0;box-sizing:border-box;display:flex;align-items:center;justify-content:space-between}.wfls-block .wfls-block-content .wfls-block-left-right>li>*:first-child{flex-grow:1;min-width:0}.wfls-block .wfls-block-content .wfls-block-left-right>li.wfls-left{text-align:left}.wfls-block .wfls-block-content .wfls-block-left-right>li.wfls-right{text-align:right}.wfls-block .wfls-block-content .wfls-block-left-center-right{margin:0 -1rem;padding:0;list-style:none;display:flex;align-items:stretch;align-content:center;justify-content:space-between;flex-direction:row;flex-wrap:nowrap}.wfls-block .wfls-block-content .wfls-block-left-center-right>li{display:block;min-height:44px;padding:0;margin:0;box-sizing:border-box;display:flex;align-items:center;justify-content:flex-start;flex-grow:1;flex-basis:33.3333%;max-width:33.3333%}.wfls-block .wfls-block-content .wfls-block-left-center-right>li a{text-decoration:none;font-size:.875rem}.wfls-block .wfls-block-content .wfls-block-left-center-right>li.wfls-left{text-align:left}.wfls-block .wfls-block-content .wfls-block-left-center-right>li.wfls-center{text-align:center;justify-content:center}.wfls-block .wfls-block-content .wfls-block-left-center-right>li.wfls-center .wordfence-icon32{margin:0}.wfls-block .wfls-block-content .wfls-block-left-center-right>li.wfls-right{text-align:right;justify-content:flex-end}.wfls-block .wfls-block-content .wfls-block-labeled-value{box-sizing:border-box;display:flex;align-items:center;justify-content:space-between;flex-direction:column;margin:0 -1rem;padding:1rem}@media(min-width:768px){.wfls-block .wfls-block-content .wfls-block-labeled-value{margin:0 -1.5rem;padding:1.5rem}}.wfls-block .wfls-block-content .wfls-block-labeled-value-value{font-size:3rem;line-height:3rem;color:#9f9fa0;padding:1rem}.wfls-block .wfls-block-content .wfls-block-labeled-value-label{font-size:.75rem;color:#9f9fa0;padding:0 1rem 1rem}.wfls-block .wfls-block-footer{flex-shrink:0;flex-grow:0;min-height:44px;padding:1rem;width:100%;box-sizing:border-box;display:flex;align-items:center;justify-content:space-between;position:relative;background-color:#e5e5e5}.wfls-block .wfls-block-footer .wfls-block-footer-content{display:flex;align-items:center;justify-content:space-between;width:100%}.wfls-block .wfls-block-footer .wfls-block-footer-content>*{flex-grow:1}.wfls-block .wfls-block-footer .wfls-block-footer-content .wfls-block-title{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:.9rem;width:100%;transition:color .2s ease-in}.wfls-block .wfls-block-footer .wfls-block-footer-content .wfls-block-subtitle{margin-top:.125rem;margin-bottom:.125rem;font-size:.775rem}.wfls-block .wfls-block-footer .wfls-block-footer-action{flex-grow:0;background:none;border:0;outline:0;display:flex;align-items:center;justify-content:flex-end;vertical-align:middle}.wfls-block.wfls-block-no-header .wfls-block-content .wfls-block-list>li{border-top:none}.wfls-block.wfls-active .wfls-block-content,.wfls-block.wfls-always-active .wfls-block-content{display:block}.wfls-block.wfls-active>.wfls-block-header>.wfls-block-header-content>.wfls-block-title{color:#00709e}.wfls-block.wfls-active>.wfls-block-header>.wfls-block-header-content>.wfls-block-header-action>.wfls-block-header-action-disclosure{background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJkaXNjbG9zdXJlLWNsb3NlZC1vYmplY3QiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHdpZHRoPSIxMnB4IiBoZWlnaHQ9IjEycHgiIHZpZXdCb3g9IjAgMCAxMiAxMiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTIgMTIiCgkgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxwYXRoIGlkPSJkaXNjbG9zdXJlLWNsb3NlZCIgZD0iTSA2IDAgbCA2IDYgLTYgNiAwIC0xMiIgZmlsbD0iIzAwNzA5ZSIvPgo8L3N2Zz4=)!important;transform:rotate(90deg)}.wfls-block.wfls-disabled>.wfls-block-header>.wfls-block-header-content>.wfls-block-title,.wfls-block.wfls-disabled>.wfls-block-header>.wfls-block-header-content>.wfls-block-subtitle{color:#bfbfbf!important}.wfls-block.wfls-disabled>.wfls-block-header>.wfls-block-header-content>.wfls-block-header-action>.wfls-block-header-action-disclosure{background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJkaXNjbG9zdXJlLWNsb3NlZC1vYmplY3QiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHdpZHRoPSIxMnB4IiBoZWlnaHQ9IjEycHgiIHZpZXdCb3g9IjAgMCAxMiAxMiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTIgMTIiCgkgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxwYXRoIGlkPSJkaXNjbG9zdXJlLWNsb3NlZCIgZD0iTSA2IDAgbCA2IDYgLTYgNiAwIC0xMiIgZmlsbD0iI2JkYmRiZCIvPgo8L3N2Zz4=)!important;transform:rotate(0)}.wfls-block.wfls-disabled>.wfls-block-content{display:none!important}.wfls-block.wfls-block-header-left .wfls-block-header-content{margin-left:48px}.wfls-block.wfls-block-header-left .wfls-block-header-action{right:auto;left:0}.wfls-block.wfls-disabled .wfls-dashboard-item-content .wfls-block-title{color:#aaa}.wfls-block.wfls-disabled .wfls-dashboard-item-content .wfls-block-subtitle{color:#8ea6be}.wfls-section-title{margin-bottom:1rem}.wfls-status-detail{box-sizing:border-box;display:flex;align-items:center;justify-content:space-between;flex-direction:column;margin:0 -1rem;padding:1rem}.wfls-status-detail p{margin:0 0 .45rem}.wfls-status-detail .wfls-status-circular{margin-bottom:1rem}.wfls-status-detail .wfls-status-detail-title{font-weight:700!important;font-size:1rem!important;line-height:1.3125!important}.wfls-status-detail .wfls-status-detail-subtitle{font-size:.875rem!important;line-height:1.3125!important;font-weight:400!important;text-align:center}.wfls-status-detail .wfls-status-detail-link>a{font-weight:600!important;font-size:.85rem!important}.wfls-block-navigation-option{display:flex;align-items:center;align-content:flex-start;justify-content:flex-start;flex-wrap:nowrap}.wfls-block-navigation-option svg.wfls-block-navigation-option-icon{width:50px;min-width:50px;fill:#9f9fa0}.wfls-block-navigation-option:hover{cursor:pointer}.wfls-block-navigation-option:hover a{text-decoration:underline}.wfls-block-navigation-option:hover svg.wfls-block-navigation-option-icon{fill:#00709e}.wfls-select-group{display:flex!important;align-items:center!important;justify-content:flex-start!important;flex-direction:row!important;flex-grow:0!important}.wfls-select-group .wfls-form-control{display:inline-block;width:auto;border-top-left-radius:0;border-bottom-left-radius:0;margin-left:0}.wfls-flex-horizontal{display:flex!important;align-items:center!important;justify-content:flex-start!important;flex-direction:row!important}.wfls-flex-horizontal>*:first-child{flex-grow:0!important}.wfls-flex-horizontal.wfls-flex-align-left{align-items:flex-start!important}.wfls-flex-horizontal.wfls-flex-align-right{justify-content:flex-end!important}.wfls-flex-horizontal.wfls-flex-full-width{width:100%}.wfls-flex-horizontal.wfls-flex-full-width>*:last-child{flex-grow:1!important}.wfls-flex-horizontal.wfls-flex-full-width.wfls-flex-grow-first>*:first-child{flex-grow:1!important}.wfls-flex-horizontal.wfls-flex-full-width.wfls-flex-grow-first>*:last-child{flex-grow:0!important}.wfls-flex-horizontal.wfls-flex-full-width.wfls-flex-grow-all>*:first-child,.wfls-flex-horizontal.wfls-flex-full-width.wfls-flex-grow-all>*{flex-grow:1!important}.wfls-flex-horizontal>li{padding:0;margin:0}.wfls-flex-vertical{display:flex!important;align-items:center!important;justify-content:flex-start!important;flex-direction:column!important}.wfls-flex-vertical>*:first-child{flex-grow:0!important}.wfls-flex-vertical.wfls-flex-align-left{align-items:flex-start!important}.wfls-flex-vertical.wfls-flex-align-right{align-items:flex-end!important}.wfls-flex-vertical.wfls-flex-full-width{align-items:stretch!important}@media(max-width:767px){.wfls-flex-vertical.wfls-flex-align-left-xs{align-items:flex-start!important}}@media(min-width:768px)and (max-width:991px){.wfls-flex-vertical.wfls-flex-align-left-sm{align-items:flex-start!important}}@media(min-width:992px)and (max-width:1199px){.wfls-flex-vertical.wfls-flex-align-left-md{align-items:flex-start!important}}@media(min-width:1200px){.wfls-flex-vertical.wfls-flex-align-left-lg{align-items:flex-start!important}}.wfls-flex-vertical>li{padding:0;margin:0}@media(max-width:767px){.wfls-flex-vertical-xs{display:flex!important;align-items:center!important;justify-content:flex-start!important;flex-direction:column!important}.wfls-flex-vertical-xs>*:first-child{flex-grow:0!important}.wfls-flex-vertical-xs.wfls-flex-align-left{align-items:flex-start!important}.wfls-flex-vertical-xs.wfls-flex-align-right{align-items:flex-end!important}.wfls-flex-vertical-xs.wfls-flex-full-width{align-items:stretch!important}}ul.wfls-option,.wfls-form-field{display:flex;align-items:center;justify-content:flex-start;flex-direction:row;flex-wrap:nowrap;padding:1rem 0;position:relative}ul.wfls-option li,.wfls-form-field li{margin:0;padding:0}ul.wfls-option.wfls-option-no-spacing,.wfls-form-field.wfls-option-no-spacing{padding:0;margin:0}ul.wfls-option.wfls-option-toggled>*:last-child,ul.wfls-option.wfls-option-toggled-boolean-switch>*:last-child,ul.wfls-option.wfls-option-toggled-select>*:last-child,ul.wfls-option.wfls-option-select>*:last-child,ul.wfls-option.wfls-option-text>*:last-child,ul.wfls-option.wfls-option-textarea>*:last-child,ul.wfls-option.wfls-option-switch>*:last-child,ul.wfls-option.wfls-option-footer>*:last-child,.wfls-form-field.wfls-option-toggled>*:last-child,.wfls-form-field.wfls-option-toggled-boolean-switch>*:last-child,.wfls-form-field.wfls-option-toggled-select>*:last-child,.wfls-form-field.wfls-option-select>*:last-child,.wfls-form-field.wfls-option-text>*:last-child,.wfls-form-field.wfls-option-textarea>*:last-child,.wfls-form-field.wfls-option-switch>*:last-child,.wfls-form-field.wfls-option-footer>*:last-child{margin-right:1rem}@media(max-width:768px){ul.wfls-option.wfls-option-footer,.wfls-form-field.wfls-option-footer{flex-direction:column}}ul.wfls-option .wfls-option-extended-toggle,.wfls-form-field .wfls-option-extended-toggle{cursor:pointer}ul.wfls-option>.wfls-option-content,.wfls-form-field>.wfls-option-content{flex-grow:1}ul.wfls-option>.wfls-option-content>ul,.wfls-form-field>.wfls-option-content>ul{display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column;flex-wrap:nowrap;width:100%}ul.wfls-option>.wfls-option-content>ul>*:first-child,.wfls-form-field>.wfls-option-content>ul>*:first-child{flex-grow:1}@media(min-width:768px){ul.wfls-option>.wfls-option-content>ul,.wfls-form-field>.wfls-option-content>ul{flex-direction:row;align-items:center}}ul.wfls-option.wfls-option-toggled-segmented *,.wfls-form-field.wfls-option-toggled-segmented *{flex-grow:0}ul.wfls-option.wfls-option-toggled-segmented *:first-child,.wfls-form-field.wfls-option-toggled-segmented *:first-child{flex-grow:1}ul.wfls-option.wfls-option-toggled-segmented>*:last-child,.wfls-form-field.wfls-option-toggled-segmented>*:last-child{margin-left:1rem}ul.wfls-option.wfls-option-toggled-segmented .wfls-option-title,.wfls-form-field.wfls-option-toggled-segmented .wfls-option-title{font-size:.8rem}ul.wfls-option.wfls-option-toggled-segmented .wfls-option-segments,.wfls-form-field.wfls-option-toggled-segmented .wfls-option-segments{display:flex;align-items:center;justify-content:flex-start;align-content:stretch;flex-wrap:nowrap}ul.wfls-option.wfls-option-toggled-segmented .wfls-option-segments label,.wfls-form-field.wfls-option-toggled-segmented .wfls-option-segments label{flex-grow:1;flex-basis:50%;display:block;margin-bottom:0;font-weight:400;text-align:center;vertical-align:middle;touch-action:manipulation;cursor:pointer;background-image:none;border:1px solid #fff0;white-space:nowrap;text-transform:uppercase;padding:.5rem 1.25rem;font-size:14px;line-height:1.428571429;border-radius:4px;-webkit-user-select:none;user-select:none;color:#00709e;background-color:#fff;border-color:#00709e}ul.wfls-option.wfls-option-toggled-segmented .wfls-option-segments label:focus,ul.wfls-option.wfls-option-toggled-segmented .wfls-option-segments label.focus,.wfls-form-field.wfls-option-toggled-segmented .wfls-option-segments label:focus,.wfls-form-field.wfls-option-toggled-segmented .wfls-option-segments label.focus{color:#00709e;background-color:#e6e6e6;border-color:#005477}ul.wfls-option.wfls-option-toggled-segmented .wfls-option-segments label:hover,.wfls-form-field.wfls-option-toggled-segmented .wfls-option-segments label:hover{color:#00709e;background-color:#e6e6e6;border-color:#00638b}ul.wfls-option.wfls-option-toggled-segmented .wfls-option-segments label:active,ul.wfls-option.wfls-option-toggled-segmented .wfls-option-segments label.active,.wfls-open>ul.wfls-option.wfls-option-toggled-segmented .wfls-option-segments label.wfls-dropdown-toggle,.wfls-form-field.wfls-option-toggled-segmented .wfls-option-segments label:active,.wfls-form-field.wfls-option-toggled-segmented .wfls-option-segments label.active,.wfls-open>.wfls-form-field.wfls-option-toggled-segmented .wfls-option-segments label.wfls-dropdown-toggle{color:#00709e;background-color:#e6e6e6;border-color:#00638b}ul.wfls-option.wfls-option-toggled-segmented .wfls-option-segments label:active:hover,ul.wfls-option.wfls-option-toggled-segmented .wfls-option-segments label:active:focus,ul.wfls-option.wfls-option-toggled-segmented .wfls-option-segments label:active.focus,ul.wfls-option.wfls-option-toggled-segmented .wfls-option-segments label.active:hover,ul.wfls-option.wfls-option-toggled-segmented .wfls-option-segments label.active:focus,ul.wfls-option.wfls-option-toggled-segmented .wfls-option-segments label.active.focus,.wfls-open>ul.wfls-option.wfls-option-toggled-segmented .wfls-option-segments label.wfls-dropdown-toggle:hover,.wfls-open>ul.wfls-option.wfls-option-toggled-segmented .wfls-option-segments label.wfls-dropdown-toggle:focus,.wfls-open>ul.wfls-option.wfls-option-toggled-segmented .wfls-option-segments label.wfls-dropdown-toggle.focus,.wfls-form-field.wfls-option-toggled-segmented .wfls-option-segments label:active:hover,.wfls-form-field.wfls-option-toggled-segmented .wfls-option-segments label:active:focus,.wfls-form-field.wfls-option-toggled-segmented .wfls-option-segments label:active.focus,.wfls-form-field.wfls-option-toggled-segmented .wfls-option-segments label.active:hover,.wfls-form-field.wfls-option-toggled-segmented .wfls-option-segments label.active:focus,.wfls-form-field.wfls-option-toggled-segmented .wfls-option-segments label.active.focus,.wfls-open>.wfls-form-field.wfls-option-toggled-segmented .wfls-option-segments label.wfls-dropdown-toggle:hover,.wfls-open>.wfls-form-field.wfls-option-toggled-segmented .wfls-option-segments label.wfls-dropdown-toggle:focus,.wfls-open>.wfls-form-field.wfls-option-toggled-segmented .wfls-option-segments label.wfls-dropdown-toggle.focus{color:#00709e;background-color:#d4d4d4;border-color:#005477}ul.wfls-option.wfls-option-toggled-segmented .wfls-option-segments label:active,ul.wfls-option.wfls-option-toggled-segmented .wfls-option-segments label.wfls-active,.wfls-open>ul.wfls-option.wfls-option-toggled-segmented .wfls-option-segments label.wfls-dropdown-toggle,.wfls-form-field.wfls-option-toggled-segmented .wfls-option-segments label:active,.wfls-form-field.wfls-option-toggled-segmented .wfls-option-segments label.wfls-active,.wfls-open>.wfls-form-field.wfls-option-toggled-segmented .wfls-option-segments label.wfls-dropdown-toggle{background-image:none}ul.wfls-option.wfls-option-toggled-segmented .wfls-option-segments label.wfls-disabled,ul.wfls-option.wfls-option-toggled-segmented .wfls-option-segments label[disabled],ul.wfls-option.wfls-option-toggled-segmented .wfls-option-segments label[readonly],fieldset[disabled] ul.wfls-option.wfls-option-toggled-segmented .wfls-option-segments label,.wfls-form-field.wfls-option-toggled-segmented .wfls-option-segments label.wfls-disabled,.wfls-form-field.wfls-option-toggled-segmented .wfls-option-segments label[disabled],.wfls-form-field.wfls-option-toggled-segmented .wfls-option-segments label[readonly],fieldset[disabled] .wfls-form-field.wfls-option-toggled-segmented .wfls-option-segments label{color:#777;background-color:#fff;border-color:#e2e2e2;cursor:not-allowed;opacity:.75}ul.wfls-option.wfls-option-toggled-segmented .wfls-option-segments label.wfls-disabled:hover,ul.wfls-option.wfls-option-toggled-segmented .wfls-option-segments label.wfls-disabled:focus,ul.wfls-option.wfls-option-toggled-segmented .wfls-option-segments label.wfls-disabled.wfls-focus,ul.wfls-option.wfls-option-toggled-segmented .wfls-option-segments label[disabled]:hover,ul.wfls-option.wfls-option-toggled-segmented .wfls-option-segments label[disabled]:focus,ul.wfls-option.wfls-option-toggled-segmented .wfls-option-segments label[disabled].wfls-focus,ul.wfls-option.wfls-option-toggled-segmented .wfls-option-segments label[readonly]:hover,ul.wfls-option.wfls-option-toggled-segmented .wfls-option-segments label[readonly]:focus,ul.wfls-option.wfls-option-toggled-segmented .wfls-option-segments label[readonly].wfls-focus,fieldset[disabled] ul.wfls-option.wfls-option-toggled-segmented .wfls-option-segments label:hover,fieldset[disabled] ul.wfls-option.wfls-option-toggled-segmented .wfls-option-segments label:focus,fieldset[disabled] ul.wfls-option.wfls-option-toggled-segmented .wfls-option-segments label.wfls-focus,.wfls-form-field.wfls-option-toggled-segmented .wfls-option-segments label.wfls-disabled:hover,.wfls-form-field.wfls-option-toggled-segmented .wfls-option-segments label.wfls-disabled:focus,.wfls-form-field.wfls-option-toggled-segmented .wfls-option-segments label.wfls-disabled.wfls-focus,.wfls-form-field.wfls-option-toggled-segmented .wfls-option-segments label[disabled]:hover,.wfls-form-field.wfls-option-toggled-segmented .wfls-option-segments label[disabled]:focus,.wfls-form-field.wfls-option-toggled-segmented .wfls-option-segments label[disabled].wfls-focus,.wfls-form-field.wfls-option-toggled-segmented .wfls-option-segments label[readonly]:hover,.wfls-form-field.wfls-option-toggled-segmented .wfls-option-segments label[readonly]:focus,.wfls-form-field.wfls-option-toggled-segmented .wfls-option-segments label[readonly].wfls-focus,fieldset[disabled] .wfls-form-field.wfls-option-toggled-segmented .wfls-option-segments label:hover,fieldset[disabled] .wfls-form-field.wfls-option-toggled-segmented .wfls-option-segments label:focus,fieldset[disabled] .wfls-form-field.wfls-option-toggled-segmented .wfls-option-segments label.wfls-focus{background-color:#fff;border-color:#00709e}ul.wfls-option.wfls-option-toggled-segmented .wfls-option-segments label .wfls-badge,.wfls-form-field.wfls-option-toggled-segmented .wfls-option-segments label .wfls-badge{color:#fff;background-color:#00709e}ul.wfls-option.wfls-option-toggled-segmented .wfls-option-segments label,.wfls-form-field.wfls-option-toggled-segmented .wfls-option-segments label{border-radius:0}ul.wfls-option.wfls-option-toggled-segmented .wfls-option-segments label.wfls-segment-first,.wfls-form-field.wfls-option-toggled-segmented .wfls-option-segments label.wfls-segment-first{border-radius:4px 0 0 4px}ul.wfls-option.wfls-option-toggled-segmented .wfls-option-segments label.wfls-segment-last,.wfls-form-field.wfls-option-toggled-segmented .wfls-option-segments label.wfls-segment-last{border-radius:0 4px 4px 0}ul.wfls-option.wfls-option-toggled-segmented .wfls-option-segments [type=radio],.wfls-form-field.wfls-option-toggled-segmented .wfls-option-segments [type=radio]{position:absolute;left:-9999px}ul.wfls-option.wfls-option-toggled-segmented .wfls-option-segments [type=radio]:checked+label,.wfls-form-field.wfls-option-toggled-segmented .wfls-option-segments [type=radio]:checked+label{color:#fff;background-color:#00709e;border-color:#006a96}ul.wfls-option.wfls-option-toggled-segmented .wfls-option-segments [type=radio]:checked+label:focus,ul.wfls-option.wfls-option-toggled-segmented .wfls-option-segments [type=radio]:checked+label.focus,.wfls-form-field.wfls-option-toggled-segmented .wfls-option-segments [type=radio]:checked+label:focus,.wfls-form-field.wfls-option-toggled-segmented .wfls-option-segments [type=radio]:checked+label.focus{color:#fff;background-color:#00658e;border-color:#005071}ul.wfls-option.wfls-option-toggled-segmented .wfls-option-segments [type=radio]:checked+label:hover,.wfls-form-field.wfls-option-toggled-segmented .wfls-option-segments [type=radio]:checked+label:hover{color:#fff;background-color:#00658e;border-color:#005e84}ul.wfls-option.wfls-option-toggled-segmented .wfls-option-segments [type=radio]:checked+label:active,ul.wfls-option.wfls-option-toggled-segmented .wfls-option-segments [type=radio]:checked+label.active,.wfls-open>ul.wfls-option.wfls-option-toggled-segmented .wfls-option-segments [type=radio]:checked+label.wfls-dropdown-toggle,.wfls-form-field.wfls-option-toggled-segmented .wfls-option-segments [type=radio]:checked+label:active,.wfls-form-field.wfls-option-toggled-segmented .wfls-option-segments [type=radio]:checked+label.active,.wfls-open>.wfls-form-field.wfls-option-toggled-segmented .wfls-option-segments [type=radio]:checked+label.wfls-dropdown-toggle{color:#fff;background-color:#00658e;border-color:#005e84}ul.wfls-option.wfls-option-toggled-segmented .wfls-option-segments [type=radio]:checked+label:active:hover,ul.wfls-option.wfls-option-toggled-segmented .wfls-option-segments [type=radio]:checked+label:active:focus,ul.wfls-option.wfls-option-toggled-segmented .wfls-option-segments [type=radio]:checked+label:active.focus,ul.wfls-option.wfls-option-toggled-segmented .wfls-option-segments [type=radio]:checked+label.active:hover,ul.wfls-option.wfls-option-toggled-segmented .wfls-option-segments [type=radio]:checked+label.active:focus,ul.wfls-option.wfls-option-toggled-segmented .wfls-option-segments [type=radio]:checked+label.active.focus,.wfls-open>ul.wfls-option.wfls-option-toggled-segmented .wfls-option-segments [type=radio]:checked+label.wfls-dropdown-toggle:hover,.wfls-open>ul.wfls-option.wfls-option-toggled-segmented .wfls-option-segments [type=radio]:checked+label.wfls-dropdown-toggle:focus,.wfls-open>ul.wfls-option.wfls-option-toggled-segmented .wfls-option-segments [type=radio]:checked+label.wfls-dropdown-toggle.focus,.wfls-form-field.wfls-option-toggled-segmented .wfls-option-segments [type=radio]:checked+label:active:hover,.wfls-form-field.wfls-option-toggled-segmented .wfls-option-segments [type=radio]:checked+label:active:focus,.wfls-form-field.wfls-option-toggled-segmented .wfls-option-segments [type=radio]:checked+label:active.focus,.wfls-form-field.wfls-option-toggled-segmented .wfls-option-segments [type=radio]:checked+label.active:hover,.wfls-form-field.wfls-option-toggled-segmented .wfls-option-segments [type=radio]:checked+label.active:focus,.wfls-form-field.wfls-option-toggled-segmented .wfls-option-segments [type=radio]:checked+label.active.focus,.wfls-open>.wfls-form-field.wfls-option-toggled-segmented .wfls-option-segments [type=radio]:checked+label.wfls-dropdown-toggle:hover,.wfls-open>.wfls-form-field.wfls-option-toggled-segmented .wfls-option-segments [type=radio]:checked+label.wfls-dropdown-toggle:focus,.wfls-open>.wfls-form-field.wfls-option-toggled-segmented .wfls-option-segments [type=radio]:checked+label.wfls-dropdown-toggle.focus{color:#fff;background-color:#005d83;border-color:#005071}ul.wfls-option.wfls-option-toggled-segmented .wfls-option-segments [type=radio]:checked+label:active,ul.wfls-option.wfls-option-toggled-segmented .wfls-option-segments [type=radio]:checked+label.wfls-active,.wfls-open>ul.wfls-option.wfls-option-toggled-segmented .wfls-option-segments [type=radio]:checked+label.wfls-dropdown-toggle,.wfls-form-field.wfls-option-toggled-segmented .wfls-option-segments [type=radio]:checked+label:active,.wfls-form-field.wfls-option-toggled-segmented .wfls-option-segments [type=radio]:checked+label.wfls-active,.wfls-open>.wfls-form-field.wfls-option-toggled-segmented .wfls-option-segments [type=radio]:checked+label.wfls-dropdown-toggle{background-image:none}ul.wfls-option.wfls-option-toggled-segmented .wfls-option-segments [type=radio]:checked+label.wfls-disabled,ul.wfls-option.wfls-option-toggled-segmented .wfls-option-segments [type=radio]:checked+label[disabled],ul.wfls-option.wfls-option-toggled-segmented .wfls-option-segments [type=radio]:checked+label[readonly],fieldset[disabled] ul.wfls-option.wfls-option-toggled-segmented .wfls-option-segments [type=radio]:checked+label,.wfls-form-field.wfls-option-toggled-segmented .wfls-option-segments [type=radio]:checked+label.wfls-disabled,.wfls-form-field.wfls-option-toggled-segmented .wfls-option-segments [type=radio]:checked+label[disabled],.wfls-form-field.wfls-option-toggled-segmented .wfls-option-segments [type=radio]:checked+label[readonly],fieldset[disabled] .wfls-form-field.wfls-option-toggled-segmented .wfls-option-segments [type=radio]:checked+label{color:#fff;background-color:#59a2c0;border-color:#599ebb;cursor:not-allowed;opacity:.75}ul.wfls-option.wfls-option-toggled-segmented .wfls-option-segments [type=radio]:checked+label.wfls-disabled:hover,ul.wfls-option.wfls-option-toggled-segmented .wfls-option-segments [type=radio]:checked+label.wfls-disabled:focus,ul.wfls-option.wfls-option-toggled-segmented .wfls-option-segments [type=radio]:checked+label.wfls-disabled.wfls-focus,ul.wfls-option.wfls-option-toggled-segmented .wfls-option-segments [type=radio]:checked+label[disabled]:hover,ul.wfls-option.wfls-option-toggled-segmented .wfls-option-segments [type=radio]:checked+label[disabled]:focus,ul.wfls-option.wfls-option-toggled-segmented .wfls-option-segments [type=radio]:checked+label[disabled].wfls-focus,ul.wfls-option.wfls-option-toggled-segmented .wfls-option-segments [type=radio]:checked+label[readonly]:hover,ul.wfls-option.wfls-option-toggled-segmented .wfls-option-segments [type=radio]:checked+label[readonly]:focus,ul.wfls-option.wfls-option-toggled-segmented .wfls-option-segments [type=radio]:checked+label[readonly].wfls-focus,fieldset[disabled] ul.wfls-option.wfls-option-toggled-segmented .wfls-option-segments [type=radio]:checked+label:hover,fieldset[disabled] ul.wfls-option.wfls-option-toggled-segmented .wfls-option-segments [type=radio]:checked+label:focus,fieldset[disabled] ul.wfls-option.wfls-option-toggled-segmented .wfls-option-segments [type=radio]:checked+label.wfls-focus,.wfls-form-field.wfls-option-toggled-segmented .wfls-option-segments [type=radio]:checked+label.wfls-disabled:hover,.wfls-form-field.wfls-option-toggled-segmented .wfls-option-segments [type=radio]:checked+label.wfls-disabled:focus,.wfls-form-field.wfls-option-toggled-segmented .wfls-option-segments [type=radio]:checked+label.wfls-disabled.wfls-focus,.wfls-form-field.wfls-option-toggled-segmented .wfls-option-segments [type=radio]:checked+label[disabled]:hover,.wfls-form-field.wfls-option-toggled-segmented .wfls-option-segments [type=radio]:checked+label[disabled]:focus,.wfls-form-field.wfls-option-toggled-segmented .wfls-option-segments [type=radio]:checked+label[disabled].wfls-focus,.wfls-form-field.wfls-option-toggled-segmented .wfls-option-segments [type=radio]:checked+label[readonly]:hover,.wfls-form-field.wfls-option-toggled-segmented .wfls-option-segments [type=radio]:checked+label[readonly]:focus,.wfls-form-field.wfls-option-toggled-segmented .wfls-option-segments [type=radio]:checked+label[readonly].wfls-focus,fieldset[disabled] .wfls-form-field.wfls-option-toggled-segmented .wfls-option-segments [type=radio]:checked+label:hover,fieldset[disabled] .wfls-form-field.wfls-option-toggled-segmented .wfls-option-segments [type=radio]:checked+label:focus,fieldset[disabled] .wfls-form-field.wfls-option-toggled-segmented .wfls-option-segments [type=radio]:checked+label.wfls-focus{background-color:#00709e;border-color:#006a96}ul.wfls-option.wfls-option-toggled-segmented .wfls-option-segments [type=radio]:checked+label .wfls-badge,.wfls-form-field.wfls-option-toggled-segmented .wfls-option-segments [type=radio]:checked+label .wfls-badge{color:#00709e;background-color:#fff}ul.wfls-option.wfls-option-toggled-segmented .wfls-option-segments [type=radio]:disabled+label,.wfls-form-field.wfls-option-toggled-segmented .wfls-option-segments [type=radio]:disabled+label{cursor:not-allowed;opacity:.65}ul.wfls-option.wfls-option-toggled-multiple,ul.wfls-option.wfls-option-2fa-roles,.wfls-form-field.wfls-option-toggled-multiple,.wfls-form-field.wfls-option-2fa-roles{flex-direction:column;align-items:flex-start}ul.wfls-option.wfls-option-toggled-multiple>.wfls-option-title,ul.wfls-option.wfls-option-2fa-roles>.wfls-option-title,.wfls-form-field.wfls-option-toggled-multiple>.wfls-option-title,.wfls-form-field.wfls-option-2fa-roles>.wfls-option-title{font-weight:600}ul.wfls-option.wfls-option-2fa-roles .wfls-option-content ul,.wfls-form-field.wfls-option-2fa-roles .wfls-option-content ul{flex-wrap:wrap}ul.wfls-option.wfls-option-2fa-roles .wfls-option-content ul li,.wfls-form-field.wfls-option-2fa-roles .wfls-option-content ul li{flex-grow:0;display:inline;margin:0 .75rem .75rem 0}ul.wfls-option.wfls-option-2fa-roles .wfls-option-content ul li label,.wfls-form-field.wfls-option-2fa-roles .wfls-option-content ul li label{display:block;font-weight:700}ul.wfls-option.wfls-option-2fa-roles .wfls-option-content ul li select,.wfls-form-field.wfls-option-2fa-roles .wfls-option-content ul li select{display:block}ul.wfls-option.wfls-option-2fa-roles .wfls-2fa-grace-period-container label,ul.wfls-option.wfls-option-2fa-roles .wfls-2fa-grace-period-container input,.wfls-form-field.wfls-option-2fa-roles .wfls-2fa-grace-period-container label,.wfls-form-field.wfls-option-2fa-roles .wfls-2fa-grace-period-container input{vertical-align:middle}ul.wfls-option.wfls-option-2fa-roles .wfls-2fa-grace-period-container label,.wfls-form-field.wfls-option-2fa-roles .wfls-2fa-grace-period-container label{margin-bottom:0}ul.wfls-option.wfls-option-2fa-roles .wfls-2fa-grace-period-container .wfls-primary-label,.wfls-form-field.wfls-option-2fa-roles .wfls-2fa-grace-period-container .wfls-primary-label{display:block;margin-bottom:.25rem}ul.wfls-option.wfls-option-2fa-roles .wfls-2fa-grace-period-container #wfls-grace-period-zero-warning,.wfls-form-field.wfls-option-2fa-roles .wfls-2fa-grace-period-container #wfls-grace-period-zero-warning,ul.wfls-option.wfls-option-2fa-roles .wfls-2fa-notification-action,.wfls-form-field.wfls-option-2fa-roles .wfls-2fa-notification-action{margin-top:.5rem}ul.wfls-option.wfls-option-2fa-roles .wfls-2fa-notification-action div,.wfls-form-field.wfls-option-2fa-roles .wfls-2fa-notification-action div{display:inline-block}ul.wfls-option.wfls-option-2fa-roles .wfls-2fa-notification-action label,.wfls-form-field.wfls-option-2fa-roles .wfls-2fa-notification-action label{display:block}ul.wfls-option.wfls-option-2fa-roles .wfls-2fa-notification-action h4,.wfls-form-field.wfls-option-2fa-roles .wfls-2fa-notification-action h4{margin:0}ul.wfls-option.wfls-option-2fa-roles .wfls-2fa-notification-action p,.wfls-form-field.wfls-option-2fa-roles .wfls-2fa-notification-action p{margin-top:.5rem}ul.wfls-option.wfls-option-2fa-roles .wfls-2fa-notification-action p small,.wfls-form-field.wfls-option-2fa-roles .wfls-2fa-notification-action p small{display:inline}ul.wfls-option.wfls-option-2fa-roles small,.wfls-form-field.wfls-option-2fa-roles small{margin-top:.5rem;display:block}ul.wfls-option>.wfls-option-spacer,.wfls-form-field>.wfls-option-spacer{flex-grow:0;flex-shrink:0;margin:0 1rem 0 0;width:30px;height:30px}@media(min-width:768px){ul.wfls-option>.wfls-option-spacer,.wfls-form-field>.wfls-option-spacer{width:20px;height:20px}}ul.wfls-option>.wfls-option-premium-lock,.wfls-form-field>.wfls-option-premium-lock{flex-grow:0;flex-shrink:0;background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KPHN2ZyB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzMHB4IiB2aWV3Qm94PSIwIDAgMjQgMzAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KCTxwYXRoIGQ9Ik0yMy45NDksMTQuMjMzYy0wLjM3OSwtMC4zOSAtMC45MDQsLTAuNjA2IC0xLjQ0OCwtMC41OTVsLTAuNjgzLDBsMCwtNC4wOTJjMC4wMzIsLTIuNTM1IC0wLjk4NiwtNC45NzMgLTIuODEyLC02LjczMWMtMS43NTksLTEuODI4IC00LjE5OCwtMi44NDcgLTYuNzM0LC0yLjgxNWMtMi41MzYsLTAuMDMyIC00Ljk3NiwwLjk4NyAtNi43MzQsMi44MTVjLTEuODI2LDEuNzU4IC0yLjg0NCw0LjE5NiAtMi44MTIsNi43MzFsMCw0LjA4OWwtMC42OCwwYy0wLjU0NCwtMC4wMTEgLTEuMDY5LDAuMjA1IC0xLjQ0OCwwLjU5NWMtMC4zOTUsMC4zODIgLTAuNjEyLDAuOTEyIC0wLjU5OCwxLjQ2MWwwLDEyLjI2NmMtMC4wMTEsMC41NDQgMC4yMDQsMS4wNjkgMC41OTUsMS40NDhjMC4zNzksMC4zOTEgMC45MDQsMC42MDYgMS40NDgsMC41OTVsMjAuNDU4LDBjMC4wMDMsMCAwLjAwNiwwIDAuMDEsMGMxLjExNywwIDIuMDM2LC0wLjkxOSAyLjAzNiwtMi4wMzdjMCwtMC4wMDMgMCwtMC4wMDYgMCwtMC4wMDlsMCwtMTIuMjYzYzAuMDExLC0wLjU0NCAtMC4yMDYsLTEuMDY5IC0wLjU5OCwtMS40NDhsMCwtMC4wMVptLTYuMjExLC0wLjU5NWwtMTAuOTE5LDBsMCwtNC4wOTJjLTAuMDIyLC0xLjQ1MSAwLjU1NywtMi44NDggMS41OTksLTMuODU4YzEuMDA5LC0xLjA0MiAyLjQwNywtMS42MjEgMy44NTcsLTEuNTk4YzEuNDUxLC0wLjAyMyAyLjg0OCwwLjU1NiAzLjg1OCwxLjU5OGMxLjA0MiwxLjAwOSAxLjYyMSwyLjQwNyAxLjU5OCwzLjg1OGwwLjAwNyw0LjA5MloiIGZpbGw9IiNkMWQxZDEiLz4KPC9zdmc+);background-repeat:no-repeat;background-position:center center;background-size:contain;margin:0 1rem 0 0;width:30px;height:30px}@media(min-width:768px){ul.wfls-option>.wfls-option-premium-lock,.wfls-form-field>.wfls-option-premium-lock{margin:0 2rem 0 1rem;width:20px;height:20px}}ul.wfls-option>.wfls-option-checkbox,.wfls-form-field>.wfls-option-checkbox{flex-grow:0;flex-shrink:0;margin:0 1rem 0 0}ul.wfls-option>.wfls-boolean-switch,.wfls-form-field>.wfls-boolean-switch{flex-grow:0;flex-shrink:0;margin:0 1rem 0 0}@media(min-width:768px){ul.wfls-option>.wfls-boolean-switch,.wfls-form-field>.wfls-boolean-switch{margin:0 1rem}}ul.wfls-option.wfls-option-no-spacing>.wfls-boolean-switch,.wfls-form-field.wfls-option-no-spacing>.wfls-boolean-switch{margin:0}ul.wfls-option>.wfls-option-radio-container,.wfls-form-field>.wfls-option-radio-container{flex-grow:0;flex-shrink:0;margin:0 1rem 0 0}@media(min-width:768px){ul.wfls-option>.wfls-option-radio-container,.wfls-form-field>.wfls-option-radio-container{margin:0 2rem 0 1rem}}ul.wfls-option>.wfls-option-radio-container [type=radio].wfls-option-radio+label:before,.wfls-form-field>.wfls-option-radio-container [type=radio].wfls-option-radio+label:before{margin:0}ul.wfls-option>li>.wfls-option-title,ul.wfls-option>.wfls-option-title,ul.wfls-option>.wfls-option-content>ul>.wfls-option-title,.wfls-form-field>li>.wfls-option-title,.wfls-form-field>.wfls-option-title,.wfls-form-field>.wfls-option-content>ul>.wfls-option-title{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:.9rem;color:#2b2b2b;padding-right:.5rem}ul.wfls-option>li>.wfls-option-title.wfls-option-title-top,ul.wfls-option>.wfls-option-title.wfls-option-title-top,ul.wfls-option>.wfls-option-content>ul>.wfls-option-title.wfls-option-title-top,.wfls-form-field>li>.wfls-option-title.wfls-option-title-top,.wfls-form-field>.wfls-option-title.wfls-option-title-top,.wfls-form-field>.wfls-option-content>ul>.wfls-option-title.wfls-option-title-top{align-self:flex-start}ul.wfls-option>li>.wfls-option-title.wfls-option-title-bottom,ul.wfls-option>.wfls-option-title.wfls-option-title-bottom,ul.wfls-option>.wfls-option-content>ul>.wfls-option-title.wfls-option-title-bottom,.wfls-form-field>li>.wfls-option-title.wfls-option-title-bottom,.wfls-form-field>.wfls-option-title.wfls-option-title-bottom,.wfls-form-field>.wfls-option-content>ul>.wfls-option-title.wfls-option-title-bottom{align-self:flex-end}ul.wfls-option .wfls-option-subtitle,.wfls-form-field .wfls-option-subtitle{padding-top:.25rem;font-size:.75rem}ul.wfls-option .wfls-flex-vertical .wfls-option-title,.wfls-form-field .wfls-flex-vertical .wfls-option-title{padding-bottom:.75rem}ul.wfls-option.wfls-flex-vertical>.wfls-option-subtitle,.wfls-form-field.wfls-flex-vertical>.wfls-option-subtitle{padding-top:.25rem!important;font-size:.75rem!important}ul.wfls-option .wfls-option-checkboxes,ul.wfls-option .wfls-option-checkboxes>ul,.wfls-form-field .wfls-option-checkboxes,.wfls-form-field .wfls-option-checkboxes>ul{display:flex;align-items:center;justify-content:flex-start;flex-direction:row;flex-wrap:nowrap}ul.wfls-option .wfls-option-checkboxes.wfls-option-checkboxes-wrap,ul.wfls-option .wfls-option-checkboxes>ul.wfls-option-checkboxes-wrap,.wfls-form-field .wfls-option-checkboxes.wfls-option-checkboxes-wrap,.wfls-form-field .wfls-option-checkboxes>ul.wfls-option-checkboxes-wrap{flex-wrap:wrap}ul.wfls-option .wfls-option-checkboxes,.wfls-form-field .wfls-option-checkboxes{margin-top:.5rem}ul.wfls-option .wfls-option-checkboxes>ul,.wfls-form-field .wfls-option-checkboxes>ul{margin-top:.5rem;margin-right:1rem}@media(min-width:768px){ul.wfls-option .wfls-option-checkboxes>ul,.wfls-form-field .wfls-option-checkboxes>ul{margin-right:1.5rem}}ul.wfls-option .wfls-option-checkboxes>ul:last-of-type,.wfls-form-field .wfls-option-checkboxes>ul:last-of-type{margin-right:0}ul.wfls-option .wfls-option-checkboxes>ul>.wfls-option-checkbox,.wfls-form-field .wfls-option-checkboxes>ul>.wfls-option-checkbox{margin:0 1rem 0 0}ul.wfls-option li.wfls-option-text,ul.wfls-option li.wfls-option-textarea,ul.wfls-option td.wfls-option-text,.wfls-form-field li.wfls-option-text,.wfls-form-field li.wfls-option-textarea,.wfls-form-field td.wfls-option-text{padding-top:.5rem}@media(min-width:768px){ul.wfls-option li.wfls-option-text,ul.wfls-option li.wfls-option-textarea,ul.wfls-option td.wfls-option-text,.wfls-form-field li.wfls-option-text,.wfls-form-field li.wfls-option-textarea,.wfls-form-field td.wfls-option-text{flex-grow:1;text-align:right;padding-left:1rem;padding-top:0}}ul.wfls-option li.wfls-option-text>input[type=text],.wfls-form-field li.wfls-option-text>input[type=text]{max-width:240px}@media(min-width:768px){ul.wfls-option li.wfls-option-text>input[type=text],.wfls-form-field li.wfls-option-text>input[type=text]{max-width:280px}}@media(min-width:992px){ul.wfls-option li.wfls-option-text>input[type=text],.wfls-form-field li.wfls-option-text>input[type=text]{max-width:340px}}ul.wfls-option li.wfls-option-text.wfls-option-full-width>input[type=text],.wfls-form-field li.wfls-option-text.wfls-option-full-width>input[type=text]{max-width:100%;width:100%}ul.wfls-option li.wfls-option-textarea,.wfls-form-field li.wfls-option-textarea{min-width:150px;max-width:240px}@media(min-width:768px){ul.wfls-option li.wfls-option-textarea,.wfls-form-field li.wfls-option-textarea{min-width:200px;max-width:400px}}@media(min-width:992px){ul.wfls-option li.wfls-option-textarea,.wfls-form-field li.wfls-option-textarea{min-width:250px;max-width:500px}}ul.wfls-option li.wfls-option-textarea>textarea,.wfls-form-field li.wfls-option-textarea>textarea{width:100%;height:80px;min-width:150px;max-width:240px}@media(min-width:768px){ul.wfls-option li.wfls-option-textarea>textarea,.wfls-form-field li.wfls-option-textarea>textarea{min-width:200px;max-width:280px}}@media(min-width:992px){ul.wfls-option li.wfls-option-textarea>textarea,.wfls-form-field li.wfls-option-textarea>textarea{min-width:250px;max-width:340px}}ul.wfls-option li.wfls-option-textarea>.wfls-flex-vertical>li>textarea,.wfls-form-field li.wfls-option-textarea>.wfls-flex-vertical>li>textarea{width:100%;height:80px;box-sizing:border-box}ul.wfls-option li.wfls-option-textarea>.wfls-flex-vertical>li.wfls-option-subtitle,.wfls-form-field li.wfls-option-textarea>.wfls-flex-vertical>li.wfls-option-subtitle{width:100%;text-align:left}ul.wfls-option li.wfls-option-switch,.wfls-form-field li.wfls-option-switch{flex-grow:1}ul.wfls-option li.wfls-option-switch.wfls-right .wfls-switch,.wfls-form-field li.wfls-option-switch.wfls-right .wfls-switch{justify-content:flex-end!important}ul.wfls-option li.wfls-option-select,.wfls-form-field li.wfls-option-select{flex-grow:1;text-align:right}ul.wfls-option li.wfls-option-select select,ul.wfls-option li.wfls-option-select select option,.wfls-form-field li.wfls-option-select select,.wfls-form-field li.wfls-option-select select option{font-size:.7rem;font-weight:700}@media(min-width:768px){ul.wfls-option li.wfls-option-select select,ul.wfls-option li.wfls-option-select select option,.wfls-form-field li.wfls-option-select select,.wfls-form-field li.wfls-option-select select option{font-size:.8rem}}@media(min-width:992px){ul.wfls-option li.wfls-option-select select,ul.wfls-option li.wfls-option-select select option,.wfls-form-field li.wfls-option-select select,.wfls-form-field li.wfls-option-select select option{font-size:.9rem}}ul.wfls-option li.wfls-option-select .wfls-option-select-option,.wfls-form-field li.wfls-option-select .wfls-option-select-option{text-align:left;height:40px;border-radius:0;border:0;background-color:#fff;box-shadow:1px 1px 1px 2px #d7d7d759}ul.wfls-option.wfls-option-token select,.wfls-form-field.wfls-option-token select{width:240px}@media(min-width:768px){ul.wfls-option.wfls-option-token select,.wfls-form-field.wfls-option-token select{width:280px}}@media(min-width:992px){ul.wfls-option.wfls-option-token select,.wfls-form-field.wfls-option-token select{width:320px}}ul.wfls-option.wfls-child-option,.wfls-form-field.wfls-child-option{margin-left:calc(1rem + 20px)}ul.wfls-option .wfls-woocommerce-customer-integration-message,.wfls-form-field .wfls-woocommerce-customer-integration-message{margin-top:0;margin-bottom:.5rem}ul.wfls-option .wfls-woocommerce-customer-integration-message small,.wfls-form-field .wfls-woocommerce-customer-integration-message small{margin-top:0}#wfls-option-require-2fa{margin-top:1rem}#wfls-option-require-2fa>li>ul{margin-left:1rem}@media(min-width:768px){#wfls-option-require-2fa>li>ul{margin-left:1.5rem}}#wfls-option-require-2fa>li>ul:first-of-type{margin-left:0}#wfls-option-require-2fa>li>ul>.wfls-option-checkbox{margin:0 1rem 0 0}.wfls-option-sub{padding-left:2rem!important;margin-left:30px!important}.wfls-options-controls{direction:ltr;background:#fff;border-bottom:1px solid rgb(225.675,225.675,225.675);position:absolute;left:160px;right:0;top:46px;z-index:900;padding-left:15px;padding-right:15px}@media(min-width:616px){.wfls-options-controls{position:fixed}}.wfls-options-controls .wfls-block{margin:0}@media(min-width:782px){.wfls-options-controls .wfls-block{margin:.5rem 0}}.wfls-options-controls,.sticky-menu .wfls-options-controls{top:32px}.folded .wfls-options-controls{left:36px}@media only screen and (max-width:960px){.auto-fold .wfls-options-controls{left:36px}}.rtl .wfls-options-controls{right:160px;left:0}.rtl .folded .wfls-options-controls{right:36px}@media only screen and (max-width:960px){.rtl .auto-fold .wfls-options-controls{right:36px}}@media screen and (max-width:782px){.wfls-options-controls,.folded .wfls-options-controls,.auto-fold .wfls-options-controls,.rtl .wfls-options-controls,.rtl .folded .wfls-options-controls,.rtl .auto-fold .wfls-options-controls{left:-10px;right:0}}.wfls-options-controls-spacer{height:45px}@media(min-width:782px){.wfls-options-controls-spacer{height:75px}}.wfls-options-controls-spacer,.sticky-menu .wfls-options-controls-spacer{top:61px}.wfls-block-title h3{margin:0;font-size:1.25rem}.wfls-save-banner{position:sticky;z-index:9979;top:32px;padding:.5rem 1.5rem .5rem 0;background-color:#fff;margin-bottom:.5rem;text-align:right}#wfls-notices{margin-top:15px}#wfls-notices .wfls-admin-notice{margin-left:0;margin-right:0}.wfls-success-text,.wfls-notice-text{display:inline-block;vertical-align:middle;line-height:1.3;font-size:16px;font-weight:700;font-style:italic}.wfls-notice{margin:12px 0;padding:8px;background-color:#ffffe0;border:1px solid #ffd975;border-width:1px 1px 1px 10px}.wfls-notice-text{color:#6d798c}.wfls-success{margin:12px 0;padding:8px;background-color:#fff;border:1px solid #16bc9b;border-width:1px 1px 1px 10px}.wfls-success-text{color:#11967a}.wfls-premium-callout{border:1px solid #dfdfdf;background-color:#fff;padding:16px;margin:20px 0 0;text-align:center}.wfls-premium-callout ul{margin:8px 0;padding:0 0 0 15px}.wfls-premium-callout ul li{list-style-type:disc;margin:0;padding:0}.wfls-premium-callout .center{text-align:center;margin:0}.wfls-premium-callout .button-primary{text-align:center;text-transform:uppercase;font-weight:700;background-color:#00709e}table.wfls-table{background-color:#fff0;border-collapse:collapse;border-spacing:0}table.wfls-table td,table.wfls-table th{padding:0}.wfls-table caption{padding-top:8px;padding-bottom:8px;color:#777;text-align:left}.wfls-table th{text-align:left}.wfls-table{width:100%;max-width:100%;margin-bottom:20px}.wfls-table>thead>tr>th,.wfls-table>thead>tr>td,.wfls-table>tbody>tr>th,.wfls-table>tbody>tr>td,.wfls-table>tfoot>tr>th,.wfls-table>tfoot>tr>td{padding:8px;line-height:1.428571429;vertical-align:top;border-top:1px solid #ddd}.wfls-table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.wfls-table>caption+thead>tr:first-child>th,.wfls-table>caption+thead>tr:first-child>td,.wfls-table>colgroup+thead>tr:first-child>th,.wfls-table>colgroup+thead>tr:first-child>td,.wfls-table>thead:first-child>tr:first-child>th,.wfls-table>thead:first-child>tr:first-child>td{border-top:0}.wfls-table>tbody+tbody{border-top:2px solid #ddd}.wfls-table .wfls-table{background-color:#fff}.wfls-table-header-separators>thead>tr>th{border-left:2px solid #ddd}.wfls-table-header-separators>thead>tr>th:first-child{border-left:0}.wfls-table-condensed>thead>tr>th,.wfls-table-condensed>thead>tr>td,.wfls-table-condensed>tbody>tr>th,.wfls-table-condensed>tbody>tr>td,.wfls-table-condensed>tfoot>tr>th,.wfls-table-condensed>tfoot>tr>td{padding:5px}.wfls-table-expanded>thead>tr>th,.wfls-table-expanded>thead>tr>td,.wfls-table-expanded>tbody>tr>th,.wfls-table-expanded>tbody>tr>td,.wfls-table-expanded>tfoot>tr>th,.wfls-table-expanded>tfoot>tr>td{padding:.5rem 1rem}@media(min-width:768px){.wfls-table-expanded>thead>tr>th,.wfls-table-expanded>thead>tr>td,.wfls-table-expanded>tbody>tr>th,.wfls-table-expanded>tbody>tr>td,.wfls-table-expanded>tfoot>tr>th,.wfls-table-expanded>tfoot>tr>td{padding:1rem 1.5rem}}.wfls-table-bordered{border:1px solid #ddd}.wfls-table-bordered>thead>tr>th,.wfls-table-bordered>thead>tr>td,.wfls-table-bordered>tbody>tr>th,.wfls-table-bordered>tbody>tr>td,.wfls-table-bordered>tfoot>tr>th,.wfls-table-bordered>tfoot>tr>td{border:1px solid #ddd}.wfls-table-bordered>thead>tr>th,.wfls-table-bordered>thead>tr>td{border-bottom-width:2px}.wfls-table-striped>tbody>tr:nth-of-type(odd){background-color:#f9f9f9}.wfls-table-hover>tbody>tr:hover{background-color:#f5f5f5}table.wfls-table col[class*=col-]{position:static;float:none;display:table-column}table.wfls-table td[class*=col-],table.wfls-table th[class*=col-]{position:static;float:none;display:table-cell}.wfls-table>thead>tr>td.active,.wfls-table>thead>tr>th.active,.wfls-table>thead>tr.active>td,.wfls-table>thead>tr.active>th,.wfls-table>tbody>tr>td.active,.wfls-table>tbody>tr>th.active,.wfls-table>tbody>tr.active>td,.wfls-table>tbody>tr.active>th,.wfls-table>tfoot>tr>td.active,.wfls-table>tfoot>tr>th.active,.wfls-table>tfoot>tr.active>td,.wfls-table>tfoot>tr.active>th{background-color:#f5f5f5}.wfls-table-hover>tbody>tr>td.active:hover,.wfls-table-hover>tbody>tr>th.active:hover,.wfls-table-hover>tbody>tr.active:hover>td,.wfls-table-hover>tbody>tr:hover>.active,.wfls-table-hover>tbody>tr.active:hover>th{background-color:#e9e9e9}.wfls-table>thead>tr>td.success,.wfls-table>thead>tr>th.success,.wfls-table>thead>tr.success>td,.wfls-table>thead>tr.success>th,.wfls-table>tbody>tr>td.success,.wfls-table>tbody>tr>th.success,.wfls-table>tbody>tr.success>td,.wfls-table>tbody>tr.success>th,.wfls-table>tfoot>tr>td.success,.wfls-table>tfoot>tr>th.success,.wfls-table>tfoot>tr.success>td,.wfls-table>tfoot>tr.success>th{background-color:#dff0d8}.wfls-table-hover>tbody>tr>td.success:hover,.wfls-table-hover>tbody>tr>th.success:hover,.wfls-table-hover>tbody>tr.success:hover>td,.wfls-table-hover>tbody>tr:hover>.success,.wfls-table-hover>tbody>tr.success:hover>th{background-color:#d1eac8}.wfls-table>thead>tr>td.info,.wfls-table>thead>tr>th.info,.wfls-table>thead>tr.info>td,.wfls-table>thead>tr.info>th,.wfls-table>tbody>tr>td.info,.wfls-table>tbody>tr>th.info,.wfls-table>tbody>tr.info>td,.wfls-table>tbody>tr.info>th,.wfls-table>tfoot>tr>td.info,.wfls-table>tfoot>tr>th.info,.wfls-table>tfoot>tr.info>td,.wfls-table>tfoot>tr.info>th{background-color:#d9edf7}.wfls-table-hover>tbody>tr>td.info:hover,.wfls-table-hover>tbody>tr>th.info:hover,.wfls-table-hover>tbody>tr.info:hover>td,.wfls-table-hover>tbody>tr:hover>.info,.wfls-table-hover>tbody>tr.info:hover>th{background-color:#c6e4f3}.wfls-table>thead>tr>td.warning,.wfls-table>thead>tr>th.warning,.wfls-table>thead>tr.warning>td,.wfls-table>thead>tr.warning>th,.wfls-table>tbody>tr>td.warning,.wfls-table>tbody>tr>th.warning,.wfls-table>tbody>tr.warning>td,.wfls-table>tbody>tr.warning>th,.wfls-table>tfoot>tr>td.warning,.wfls-table>tfoot>tr>th.warning,.wfls-table>tfoot>tr.warning>td,.wfls-table>tfoot>tr.warning>th{background-color:#fcf8e3}.wfls-table-hover>tbody>tr>td.warning:hover,.wfls-table-hover>tbody>tr>th.warning:hover,.wfls-table-hover>tbody>tr.warning:hover>td,.wfls-table-hover>tbody>tr:hover>.warning,.wfls-table-hover>tbody>tr.warning:hover>th{background-color:#faf3cd}.wfls-table>thead>tr>td.danger,.wfls-table>thead>tr>th.danger,.wfls-table>thead>tr.danger>td,.wfls-table>thead>tr.danger>th,.wfls-table>tbody>tr>td.danger,.wfls-table>tbody>tr>th.danger,.wfls-table>tbody>tr.danger>td,.wfls-table>tbody>tr.danger>th,.wfls-table>tfoot>tr>td.danger,.wfls-table>tfoot>tr>th.danger,.wfls-table>tfoot>tr.danger>td,.wfls-table>tfoot>tr.danger>th{background-color:#f2dede}.wfls-table-hover>tbody>tr>td.danger:hover,.wfls-table-hover>tbody>tr>th.danger:hover,.wfls-table-hover>tbody>tr.danger:hover>td,.wfls-table-hover>tbody>tr:hover>.danger,.wfls-table-hover>tbody>tr.danger:hover>th{background-color:#ebcdcd}.wfls-table-responsive{overflow-x:auto;min-height:.01%}@media screen and (max-width:767px){.wfls-table-responsive{width:100%;margin-bottom:15px;overflow-y:hidden;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd}.wfls-table-responsive>.wfls-table{margin-bottom:0}.wfls-table-responsive>.wfls-table>thead>tr>th,.wfls-table-responsive>.wfls-table>thead>tr>td,.wfls-table-responsive>.wfls-table>tbody>tr>th,.wfls-table-responsive>.wfls-table>tbody>tr>td,.wfls-table-responsive>.wfls-table>tfoot>tr>th,.wfls-table-responsive>.wfls-table>tfoot>tr>td{white-space:nowrap}.wfls-table-responsive>.wfls-table-bordered{border:0}.wfls-table-responsive>.wfls-table-bordered>thead>tr>th:first-child,.wfls-table-responsive>.wfls-table-bordered>thead>tr>td:first-child,.wfls-table-responsive>.wfls-table-bordered>tbody>tr>th:first-child,.wfls-table-responsive>.wfls-table-bordered>tbody>tr>td:first-child,.wfls-table-responsive>.wfls-table-bordered>tfoot>tr>th:first-child,.wfls-table-responsive>.wfls-table-bordered>tfoot>tr>td:first-child{border-left:0}.wfls-table-responsive>.wfls-table-bordered>thead>tr>th:last-child,.wfls-table-responsive>.wfls-table-bordered>thead>tr>td:last-child,.wfls-table-responsive>.wfls-table-bordered>tbody>tr>th:last-child,.wfls-table-responsive>.wfls-table-bordered>tbody>tr>td:last-child,.wfls-table-responsive>.wfls-table-bordered>tfoot>tr>th:last-child,.wfls-table-responsive>.wfls-table-bordered>tfoot>tr>td:last-child{border-right:0}.wfls-table-responsive>.wfls-table-bordered>tbody>tr:last-child>th,.wfls-table-responsive>.wfls-table-bordered>tbody>tr:last-child>td,.wfls-table-responsive>.wfls-table-bordered>tfoot>tr:last-child>th,.wfls-table-responsive>.wfls-table-bordered>tfoot>tr:last-child>td{border-bottom:0}}.wfls-sortable{position:relative;padding-right:2rem!important}.wfls-sortable .wfls-sorted-ascending,.wfls-sortable .wfls-sorted-descending{display:none;position:absolute;right:1rem;top:50%;transform:translateY(-50%)}.wfls-sortable.wfls-unsorted:hover .wfls-sorted-ascending{display:block}.wfls-sortable.wfls-unsorted,.wfls-sortable.wfls-sorted-ascending,.wfls-sortable.wfls-sorted-descending{cursor:pointer}.wfls-sortable.wfls-unsorted:hover,.wfls-sortable.wfls-sorted-ascending:hover,.wfls-sortable.wfls-sorted-descending:hover,.wfls-sortable.wfls-sorted-ascending,.wfls-sortable.wfls-sorted-descending{background-color:#e0e0e0}.wfls-sortable.wfls-sorted-ascending .wfls-sorted-ascending,.wfls-sortable.wfls-sorted-descending .wfls-sorted-descending{display:block}.wfls-nav{margin-bottom:0;padding-left:0;list-style:none}.wfls-nav:before,.wfls-nav:after{content:" ";display:table}.wfls-nav:after{clear:both}.wfls-nav>li{position:relative;display:block}.wfls-nav>li>a{position:relative;display:block;padding:8px 12px}.wfls-nav>li>a:hover,.wfls-nav>li>a:focus{text-decoration:none;background-color:#e2e2e2}.wfls-nav>li.wfls-disabled>a{color:#777}.wfls-nav>li.wfls-disabled>a:hover,.wfls-nav>li.wfls-disabled>a:focus{color:#777;text-decoration:none;background-color:#fff0;cursor:not-allowed}.wfls-nav .wfls-open>a,.wfls-nav .wfls-open>a:hover,.wfls-nav .wfls-open>a:focus{background-color:#e2e2e2;border-color:#00709e}.wfls-nav>li>a>img{max-width:none}.wfls-nav-tabs{border-bottom:1px solid #d0d0d0}.wfls-nav-tabs>li{float:left;margin-bottom:-1px}.wfls-nav-tabs>li>a{margin-right:2px;line-height:1.428571429;border:1px solid #fff0;border-radius:4px 4px 0 0}.wfls-nav-tabs>li>a:hover{border-color:rgb(225.675,225.675,225.675) rgb(225.675,225.675,225.675) #d0d0d0}.wfls-nav-tabs>li.wfls-active>a,.wfls-nav-tabs>li.wfls-active>a:hover,.wfls-nav-tabs>li.wfls-active>a:focus{color:#555;background-color:#fff;border:1px solid #ddd;border-bottom-color:#fff0;cursor:default}.wfls-nav-pills>li{float:left}.wfls-nav-pills>li>a{border-radius:4px;text-decoration:none;position:relative;display:block;padding:8px 12px}.wfls-nav-pills>li>a:hover,.wfls-nav-pills>li>a:focus{text-decoration:none!important;background-color:#e2e2e2}.wfls-nav-pills>li+li{margin-left:2px}.wfls-nav-pills>li.wfls-active>a,.wfls-nav-pills>li.wfls-active>a:hover,.wfls-nav-pills>li.wfls-active>a:focus{color:#fff;background-color:#00709e}.wfls-nav-pills.wfls-nav-pills-bordered>li>a{border:1px solid rgb(225.675,225.675,225.675)}.wfls-nav-pills.wfls-nav-pills-connected>li>a{border-radius:0;border-right-width:0}.wfls-nav-pills.wfls-nav-pills-connected>li+li{margin-left:0}.wfls-nav-pills.wfls-nav-pills-connected>li.active+li>a{border-left-width:0}.wfls-nav-pills.wfls-nav-pills-connected>li:first-of-type>a{border-radius:4px 0 0 4px}.wfls-nav-pills.wfls-nav-pills-connected>li:last-of-type>a{border-radius:0 4px 4px 0;border-right-width:1px}.wfls-nav-stacked>li{float:none}.wfls-nav-stacked>li+li{margin-top:2px;margin-left:0}.wfls-nav-justified,.wfls-nav-tabs.wfls-nav-justified{width:100%}.wfls-nav-justified>li,.wfls-nav-tabs.wfls-nav-justified>li{float:none}.wfls-nav-justified>li>a,.wfls-nav-tabs.wfls-nav-justified>li>a{text-align:center;margin-bottom:5px}.wfls-nav-justified>.wfls-dropdown .wfls-dropdown-menu{top:auto;left:auto}@media(min-width:768px){.wfls-nav-justified>li,.wfls-nav-tabs.wfls-nav-justified>li{display:table-cell;width:1%}.wfls-nav-justified>li>a,.wfls-nav-tabs.wfls-nav-justified>li>a{margin-bottom:0}}.wfls-nav-tabs-justified,.wfls-nav-tabs.wfls-nav-justified{border-bottom:0}.wfls-nav-tabs-justified>li>a,.wfls-nav-tabs.wfls-nav-justified>li>a{margin-right:0;border-radius:4px}.wfls-nav-tabs-justified>.wfls-active>a,.wfls-nav-tabs.wfls-nav-justified>.wfls-active>a,.wfls-nav-tabs-justified>.wfls-active>a:hover,.wfls-nav-tabs-justified>.wfls-active>a:focus{border:1px solid #ddd}@media(min-width:768px){.wfls-nav-tabs-justified>li>a,.wfls-nav-tabs.wfls-nav-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.wfls-nav-tabs-justified>.wfls-active>a,.wfls-nav-tabs.wfls-nav-justified>.wfls-active>a,.wfls-nav-tabs-justified>.wfls-active>a:hover,.wfls-nav-tabs-justified>.wfls-active>a:focus{border-bottom-color:#fff}}.wfls-tab-content>.wfls-tab-pane{display:none}.wfls-tab-content>.wfls-active{display:block}.wfls-nav-tabs .wfls-dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.wfls-navbar-brand{float:left;padding:12px 8px;font-size:18px;line-height:20px;margin:10px 0 0}.wfls-navbar-brand:hover,.wfls-navbar-brand:focus{text-decoration:none}.wfls-navbar-brand>img{display:block}@media(min-width:768px){.navbar>.container .wfls-navbar-brand,.navbar>.container-fluid .wfls-navbar-brand{margin-left:-8px}}.wfls-caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px dashed;border-top:4px solid \;border-right:4px solid #fff0;border-left:4px solid #fff0}.wfls-dropup,.wfls-dropdown{position:relative}.wfls-dropdown-toggle:focus{outline:0}.wfls-dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;list-style:none;font-size:14px;text-align:left;background-color:#fff;border:1px solid #ccc;border:1px solid rgb(0 0 0 / .15);border-radius:4px;box-shadow:0 6px 12px #0000002d;background-clip:padding-box}.wfls-dropdown-menu .wfls-divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.wfls-dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:400;line-height:1.428571429;color:#333;text-decoration:none;white-space:nowrap}.wfls-dropdown-menu>li>a:hover,.wfls-dropdown-menu>li>a:focus{text-decoration:none;color:#303030;background-color:#f5f5f5}.wfls-dropdown-menu>.wfls-active>a,.wfls-dropdown-menu>.wfls-active>a:hover,.wfls-dropdown-menu>.wfls-active>a:focus{color:#fff;text-decoration:none;outline:0;background-color:#00709e}.wfls-dropdown-menu>.wfls-disabled>a,.wfls-dropdown-menu>.wfls-disabled>a:hover,.wfls-dropdown-menu>.wfls-disabled>a:focus{color:#777}.wfls-dropdown-menu>.wfls-disabled>a:hover,.wfls-dropdown-menu>.wfls-disabled>a:focus{text-decoration:none;background-color:#fff0;background-image:none;cursor:not-allowed}.wfls-open>.wfls-dropdown-menu{display:block}.wfls-open>a{outline:0}.wfls-dropdown-menu-right{left:auto;right:0}.wfls-dropdown-menu-left{left:0;right:auto}.wfls-dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.428571429;color:#777;white-space:nowrap}.wfls-dropdown-backdrop{position:fixed;inset:0;z-index:990}.wfls-pull-right>.wfls-dropdown-menu{right:0;left:auto}.wfls-dropup .wfls-caret,.wfls-navbar-fixed-bottom .wfls-dropdown .wfls-caret{border-top:0;border-bottom:4px dashed;border-bottom:4px solid \;content:""}.wfls-dropup .wfls-dropdown-menu,.wfls-navbar-fixed-bottom .wfls-dropdown .wfls-dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}@media(min-width:768px){.wfls-navbar-right .wfls-dropdown-menu{right:0;left:auto}.wfls-navbar-right .wfls-dropdown-menu-left{left:0;right:auto}}.wfls-mobile-dropdown{border:1px solid #ccc;padding:5px 10px;font-size:14px;line-height:24px;margin:10px 10px 0 0;background:#f1f1f1;color:#000;font-weight:600;text-decoration:none}.wfls-alert{padding:15px;margin-bottom:20px;border:1px solid #fff0;border-radius:4px}.wfls-alert h4{margin-top:0;color:inherit}.wfls-alert .wfls-alert-link{font-weight:700}.wfls-alert>p,.wfls-alert>ul{margin-bottom:0}.wfls-alert>p+p{margin-top:5px}.wfls-alert-dismissable,.wfls-alert-dismissible{padding-right:35px}.wfls-alert-dismissable .close,.wfls-alert-dismissible .close{position:relative;top:-2px;right:-21px;color:inherit}.wfls-alert-success{background-color:#dff0d8;border-color:#d7eac8;color:#3c763d}.wfls-alert-success hr{border-top-color:#cce4b8}.wfls-alert-success .alert-link{color:#c1dea8}.wfls-alert-info{background-color:#d9edf7;border-color:#bee9f1;color:#31708f}.wfls-alert-info hr{border-top-color:#ace3ee}.wfls-alert-info .alert-link{color:#9bddea}.wfls-alert-warning{background-color:#fcf8e3;border-color:#faebcd;color:#8a6d3b}.wfls-alert-warning hr{border-top-color:#f7e3b9}.wfls-alert-warning .alert-link{color:#f5dba4}.wfls-alert-danger{background-color:#f2dede;border-color:#ebcdd2;color:#a94442}.wfls-alert-danger hr{border-top-color:#e5bec4}.wfls-alert-danger .alert-link{color:#dfaeb6}#wfls-onboarding-standalone-modal{margin-bottom:1rem}#wfls-onboarding-standalone-modal #wfls-onboarding-standalone-modal-header{display:flex;align-items:center;justify-content:flex-start;flex-direction:row;background-color:#00709e;color:#fff;padding:1rem 2rem}#wfls-onboarding-standalone-modal #wfls-onboarding-standalone-modal-header #wfls-onboarding-standalone-modal-dismiss{font-size:1.35rem;color:#fff;text-decoration:none}#wfls-onboarding-standalone-modal #wfls-onboarding-standalone-modal-header #wfls-onboarding-standalone-modal-dismiss:hover{color:#f1f1f1}#wfls-onboarding-standalone-modal #wfls-onboarding-standalone-modal-header>*:last-child{flex-grow:1;text-align:right}#wfls-onboarding-standalone-modal #wfls-onboarding-standalone-modal-content{background-color:#fff;padding:1rem 2rem}#wfls-onboarding-standalone-modal #wfls-onboarding-standalone-modal-content>p{margin-bottom:0}#wfls-onboarding-standalone-modal #wfls-onboarding-standalone-modal-content>p:first-child{margin-top:0}#wfls-onboarding-standalone-modal #wfls-onboarding-standalone-modal-footer{background-color:#525355;color:#fff;padding:.5rem 2rem}#wfls-onboarding-standalone-modal #wfls-onboarding-standalone-modal-footer>ul{display:flex;align-items:center;justify-content:flex-end;flex-direction:row;margin:0;padding:0}#wfls-onboarding-standalone-modal #wfls-onboarding-standalone-modal-footer>ul>li{margin:0;padding:0 0 0 1rem}.wfls-grace-period-container{display:flex;align-items:center;justify-content:left;margin-bottom:1rem;margin-top:1rem}.wfls-grace-period-container .wfls-grace-period-input-container{margin-right:1.5rem;text-align:center}.wfls-grace-period-container .wfls-grace-period-input-container label{display:block;font-weight:700}.wfls-grace-period-container .wfls-grace-period-input-container input{width:3em;text-align:center}#wfls-reset-grace-period-failed{text-align:center}.wfls-recaptcha-score-history .wfls-recaptcha-chart-container{position:relative;display:inline-block;width:350px;max-width:100%}@media screen and (max-width:480px){.wfls-recaptcha-score-history .wfls-recaptcha-chart-container{width:70vw}}.wfls-fade-enter-active,.wfls-fade-leave-active{transition:opacity .5s ease}.wfls-fade-enter-from,.wfls-fade-leave-to{opacity:0}.wfls-slide-up-enter-active,.wfls-slide-up-leave-active{transition:all .2s ease;max-height:99999px}.wfls-slide-up-enter-from,.wfls-slide-up-leave-to{opacity:0;transform:translateY(-40px);max-height:0}.wfls-drawer-enter-active,.wfls-drawer-leave-active{transition:all .2s ease}.wfls-drawer-enter-from,.wfls-drawer-leave-to{transform:translate(800px)}.wfls-drawer-overlay-enter-active,.wfls-drawer-overlay-leave-active{transition:all .2s ease;opacity:1}.wfls-drawer-overlay-enter-from,.wfls-drawer-overlay-leave-to{opacity:0}#wfls-cboxOverlay,#wfls-cboxWrapper{position:absolute;top:0;left:0;z-index:9999;overflow:hidden}#wfls-cboxOverlay{position:fixed;width:100%;height:100%;background:#777;background:-webkit-radial-gradient(rgb(120 120 120 / .8),rgb(100 100 100 / .8) 50%,#464646);background:-moz-radial-gradient(rgb(120 120 120 / .6),rgb(100 100 100 / .8) 20%,#464646)}#wfls-cboxContent{position:relative;background:#fff;overflow:hidden;padding:0 0 8px;margin:20px;-webkit-border-radius:3px 3px 2px 2px;-moz-border-radius:3px 3px 2px 2px;border-radius:3px 3px 2px 2px;-webkit-box-shadow:0 2px 4px rgb(0 0 0 / .4);-moz-box-shadow:0 2px 4px rgb(0 0 0 / .4);box-shadow:0 2px 4px #0006;-webkit-background-clip:padding-box}#wfls-cboxLoadedContent{overflow:auto;margin:10px 20px 28px;font-family:Arial;color:#333;-webkit-border-radius:2px 2px 0 0;-moz-border-radius:2px 2px 0 0;border-radius:2px 2px 0 0}#wfls-colorbox{position:fixed;top:0;left:0;width:100%;height:100%;z-index:9999;overflow:hidden}#wfls-colorbox.wfls-modal ul,#wfls-colorbox.wfls-modal li{padding:0;margin:0}@media(min-width:768px){#wfls-colorbox.wfls-modal.wfls-modal-md #wfls-cboxWrapper{--wf-modal-width:500px !important}}@media(min-width:992px){#wfls-colorbox.wfls-modal.wfls-modal-md #wfls-cboxWrapper{--wf-modal-width:700px !important}}#wfls-colorbox.wfls-modal #wfls-cboxWrapper{--wf-modal-width:300px;--wf-modal-margin:1.75rem;max-width:var(--wf-modal-width);min-height:calc(100% - var(--wf-modal-margin) * 2);position:relative;width:auto;margin:var(--wf-modal-margin) auto;display:flex;align-items:center}@media(min-width:768px){#wfls-colorbox.wfls-modal #wfls-cboxWrapper{--wf-modal-width:400px}}#wfls-colorbox.wfls-modal #wfls-cboxWrapper #wfls-cboxContent{padding:0;flex-grow:1}#wfls-colorbox.wfls-modal #wfls-cboxWrapper #wfls-cboxContent #wfls-cboxLoadedContent{margin:0}#wfls-colorbox.wfls-modal .wfls-modal-success{overflow:auto;background-color:#00709e}#wfls-colorbox.wfls-modal .wfls-modal-success .wfls-model-success-wrapper{margin:.25rem;background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA5MS42NSA3MC43OSI+PHBhdGggZD0iTTkwLjA4LDguNzMsODIuOTEsMS41N2E1LjE5LDUuMTksMCwwLDAtNy40MywwTDMzLjMxLDQzLjc0LDE2LjE2LDI2LjU5YTUuMiw1LjIsMCwwLDAtNy40MywwTDEuNTcsMzMuNzdhNS4xOSw1LjE5LDAsMCwwLDAsNy40M2wyOCwyOGE1LjIsNS4yLDAsMCwwLDcuNDMsMEw5MC4wOCwxNi4xN2E1LjE5LDUuMTksMCwwLDAsMC03LjQzWm0wLDAiIGZpbGw9IiMwMDdjYWMiLz48L3N2Zz4=);background-position:top center;background-repeat:no-repeat}#wfls-colorbox.wfls-modal .wfls-modal-header{min-height:44px;padding:1rem;width:100%;box-sizing:border-box;display:flex;align-items:center;justify-content:space-between;position:relative;border-bottom:1px solid rgb(216.75,216.75,216.75)}#wfls-colorbox.wfls-modal .wfls-modal-header .wfls-modal-header-content{max-width:75%}#wfls-colorbox.wfls-modal .wfls-modal-header .wfls-modal-header-content .wfls-modal-title{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:.95rem;width:100%;transition:color .2s ease-in}#wfls-colorbox.wfls-modal .wfls-modal-header .wfls-modal-header-content .wfls-modal-subtitle{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;margin-top:.125rem;margin-bottom:.125rem;font-size:.575rem;color:#4f748e}#wfls-colorbox.wfls-modal .wfls-modal-header .wfls-modal-header-action{display:flex;align-items:center;justify-content:flex-end}#wfls-colorbox.wfls-modal .wfls-modal-header .wfls-modal-header-action .wfls-modal-header-action-close a{color:#525355}#wfls-colorbox.wfls-modal .wfls-modal-success .wfls-modal-header{border-bottom:0}#wfls-colorbox.wfls-modal .wfls-modal-success .wfls-modal-header .wfls-modal-header-content{max-width:100%;width:100%;padding-top:1rem}#wfls-colorbox.wfls-modal .wfls-modal-success .wfls-modal-header .wfls-modal-header-content .wfls-modal-title{font-size:1.3125rem;font-weight:300;line-height:1.5;text-align:center;color:#fff}#wfls-colorbox.wfls-modal .wfls-modal-content{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;padding:1rem}#wfls-colorbox.wfls-modal .wfls-modal-content>*:first-child{margin-top:0}#wfls-colorbox.wfls-modal .wfls-modal-content select,#wfls-colorbox.wfls-modal .wfls-modal-content select option{font-size:.7rem;font-weight:700}@media(min-width:768px){#wfls-colorbox.wfls-modal .wfls-modal-content select,#wfls-colorbox.wfls-modal .wfls-modal-content select option{font-size:.8rem}}@media(min-width:992px){#wfls-colorbox.wfls-modal .wfls-modal-content select,#wfls-colorbox.wfls-modal .wfls-modal-content select option{font-size:.9rem}}#wfls-colorbox.wfls-modal .wfls-modal-content .wfls-option-select-option{text-align:left;height:40px;border-radius:0;border:0;background-color:#fff;box-shadow:1px 1px 1px 2px #d7d7d759}#wfls-colorbox.wfls-modal .wfls-modal-success .wfls-modal-content{text-align:center;color:#fff;padding:0 1.5rem 2rem}#wfls-colorbox.wfls-modal .wfls-modal-success .wfls-modal-content a{text-decoration:underline;color:#fff}#wfls-colorbox.wfls-modal .wfls-modal-footer{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;min-height:44px;padding:1rem;width:100%;box-sizing:border-box;display:flex;align-items:center;justify-content:space-between;position:relative;background-color:#f1f1f1;border-top:1px solid rgb(216.75,216.75,216.75)}#wfls-colorbox.wfls-modal .wfls-modal-footer .wfls-modal-accessory{flex-grow:1!important}#wfls-colorbox.wfls-modal .wfls-modal-footer .wfls-modal-accessory label{font-weight:400}#wfls-colorbox.wfls-modal .wfls-modal-success .wfls-modal-footer{background-color:#ccc;border-top:1px solid rgb(191.25,191.25,191.25)}#wfls-colorbox,#wfls-colorbox:before,#wfls-colorbox:after{box-sizing:content-box}#wfls-colorbox h1,#wfls-colorbox h2,#wfls-colorbox h3,#wfls-colorbox h4,#wfls-colorbox h5,#wfls-colorbox h6{display:block;font-weight:600}#wfls-colorbox h1{font-size:2em;margin:.67em 0}#wfls-colorbox h2,#wfls-colorbox h3{font-size:1.3em;margin:1em 0}#wfls-colorbox h1,#wfls-colorbox h2,#wfls-colorbox h3{color:#23282d}#wfls-colorbox p{font-size:13px;line-height:1.5;margin:1em 0}.wfls-modal-enter-active,.wfls-modal-leave-active{transition:all .25s ease}.wfls-modal-enter-from,.wfls-modal-leave-to{opacity:0;transform:scale(.75)}#wfls-standalone-modal-overlay{background:#7779!important;background:-webkit-radial-gradient(rgb(120 120 120 / .8),rgb(100 100 100 / .8) 50%,#464646)!important;background:-moz-radial-gradient(rgb(120 120 120 / .6),rgb(100 100 100 / .8) 20%,#464646)!important;opacity:1!important;z-index:9998!important}#wfls-standalone-modal{padding:0;z-index:9999!important}#wfls-standalone-modal .ui-dialog-titlebar{display:none}#wfls-standalone-modal .ui-dialog-content{padding:0}#wfls-standalone-modal .wfls-btn-default{color:#00709e;background-color:#fff;border-color:#00709e}#wfls-standalone-modal .wfls-btn-default:focus,#wfls-standalone-modal .wfls-btn-default.focus{color:#00709e;background-color:#e6e6e6;border-color:#005477}#wfls-standalone-modal .wfls-btn-default:hover{color:#00709e;background-color:#e6e6e6;border-color:#00638b}#wfls-standalone-modal .wfls-btn-default:active,#wfls-standalone-modal .wfls-btn-default.active,.wfls-open>#wfls-standalone-modal .wfls-btn-default.wfls-dropdown-toggle{color:#00709e;background-color:#e6e6e6;border-color:#00638b}#wfls-standalone-modal .wfls-btn-default:active:hover,#wfls-standalone-modal .wfls-btn-default:active:focus,#wfls-standalone-modal .wfls-btn-default:active.focus,#wfls-standalone-modal .wfls-btn-default.active:hover,#wfls-standalone-modal .wfls-btn-default.active:focus,#wfls-standalone-modal .wfls-btn-default.active.focus,.wfls-open>#wfls-standalone-modal .wfls-btn-default.wfls-dropdown-toggle:hover,.wfls-open>#wfls-standalone-modal .wfls-btn-default.wfls-dropdown-toggle:focus,.wfls-open>#wfls-standalone-modal .wfls-btn-default.wfls-dropdown-toggle.focus{color:#00709e;background-color:#d4d4d4;border-color:#005477}#wfls-standalone-modal .wfls-btn-default:active,#wfls-standalone-modal .wfls-btn-default.wfls-active,.wfls-open>#wfls-standalone-modal .wfls-btn-default.wfls-dropdown-toggle{background-image:none}#wfls-standalone-modal .wfls-btn-default.wfls-disabled,#wfls-standalone-modal .wfls-btn-default[disabled],#wfls-standalone-modal .wfls-btn-default[readonly],fieldset[disabled] #wfls-standalone-modal .wfls-btn-default{color:#777;background-color:#fff;border-color:#e2e2e2;cursor:not-allowed;opacity:.75}#wfls-standalone-modal .wfls-btn-default.wfls-disabled:hover,#wfls-standalone-modal .wfls-btn-default.wfls-disabled:focus,#wfls-standalone-modal .wfls-btn-default.wfls-disabled.wfls-focus,#wfls-standalone-modal .wfls-btn-default[disabled]:hover,#wfls-standalone-modal .wfls-btn-default[disabled]:focus,#wfls-standalone-modal .wfls-btn-default[disabled].wfls-focus,#wfls-standalone-modal .wfls-btn-default[readonly]:hover,#wfls-standalone-modal .wfls-btn-default[readonly]:focus,#wfls-standalone-modal .wfls-btn-default[readonly].wfls-focus,fieldset[disabled] #wfls-standalone-modal .wfls-btn-default:hover,fieldset[disabled] #wfls-standalone-modal .wfls-btn-default:focus,fieldset[disabled] #wfls-standalone-modal .wfls-btn-default.wfls-focus{background-color:#fff;border-color:#00709e}#wfls-standalone-modal .wfls-btn-default .wfls-badge{color:#fff;background-color:#00709e}#wfls-standalone-modal .wfls-btn-primary{color:#fff;background-color:#00709e;border-color:#006a96}#wfls-standalone-modal .wfls-btn-primary:focus,#wfls-standalone-modal .wfls-btn-primary.focus{color:#fff;background-color:#00658e;border-color:#005071}#wfls-standalone-modal .wfls-btn-primary:hover{color:#fff;background-color:#00658e;border-color:#005e84}#wfls-standalone-modal .wfls-btn-primary:active,#wfls-standalone-modal .wfls-btn-primary.active,.wfls-open>#wfls-standalone-modal .wfls-btn-primary.wfls-dropdown-toggle{color:#fff;background-color:#00658e;border-color:#005e84}#wfls-standalone-modal .wfls-btn-primary:active:hover,#wfls-standalone-modal .wfls-btn-primary:active:focus,#wfls-standalone-modal .wfls-btn-primary:active.focus,#wfls-standalone-modal .wfls-btn-primary.active:hover,#wfls-standalone-modal .wfls-btn-primary.active:focus,#wfls-standalone-modal .wfls-btn-primary.active.focus,.wfls-open>#wfls-standalone-modal .wfls-btn-primary.wfls-dropdown-toggle:hover,.wfls-open>#wfls-standalone-modal .wfls-btn-primary.wfls-dropdown-toggle:focus,.wfls-open>#wfls-standalone-modal .wfls-btn-primary.wfls-dropdown-toggle.focus{color:#fff;background-color:#005d83;border-color:#005071}#wfls-standalone-modal .wfls-btn-primary:active,#wfls-standalone-modal .wfls-btn-primary.wfls-active,.wfls-open>#wfls-standalone-modal .wfls-btn-primary.wfls-dropdown-toggle{background-image:none}#wfls-standalone-modal .wfls-btn-primary.wfls-disabled,#wfls-standalone-modal .wfls-btn-primary[disabled],#wfls-standalone-modal .wfls-btn-primary[readonly],fieldset[disabled] #wfls-standalone-modal .wfls-btn-primary{color:#fff;background-color:#59a2c0;border-color:#599ebb;cursor:not-allowed;opacity:.75}#wfls-standalone-modal .wfls-btn-primary.wfls-disabled:hover,#wfls-standalone-modal .wfls-btn-primary.wfls-disabled:focus,#wfls-standalone-modal .wfls-btn-primary.wfls-disabled.wfls-focus,#wfls-standalone-modal .wfls-btn-primary[disabled]:hover,#wfls-standalone-modal .wfls-btn-primary[disabled]:focus,#wfls-standalone-modal .wfls-btn-primary[disabled].wfls-focus,#wfls-standalone-modal .wfls-btn-primary[readonly]:hover,#wfls-standalone-modal .wfls-btn-primary[readonly]:focus,#wfls-standalone-modal .wfls-btn-primary[readonly].wfls-focus,fieldset[disabled] #wfls-standalone-modal .wfls-btn-primary:hover,fieldset[disabled] #wfls-standalone-modal .wfls-btn-primary:focus,fieldset[disabled] #wfls-standalone-modal .wfls-btn-primary.wfls-focus{background-color:#00709e;border-color:#006a96}#wfls-standalone-modal .wfls-btn-primary .wfls-badge{color:#00709e;background-color:#fff}#wfls-standalone-modal .wfls-btn-success{color:#fff;background-color:#5cb85c;border-color:#52b452}#wfls-standalone-modal .wfls-btn-success:focus,#wfls-standalone-modal .wfls-btn-success.focus{color:#fff;background-color:#4bad4b;border-color:#3c893c}#wfls-standalone-modal .wfls-btn-success:hover{color:#fff;background-color:#4bad4b;border-color:#46a146}#wfls-standalone-modal .wfls-btn-success:active,#wfls-standalone-modal .wfls-btn-success.active,.wfls-open>#wfls-standalone-modal .wfls-btn-success.wfls-dropdown-toggle{color:#fff;background-color:#4bad4b;border-color:#46a146}#wfls-standalone-modal .wfls-btn-success:active:hover,#wfls-standalone-modal .wfls-btn-success:active:focus,#wfls-standalone-modal .wfls-btn-success:active.focus,#wfls-standalone-modal .wfls-btn-success.active:hover,#wfls-standalone-modal .wfls-btn-success.active:focus,#wfls-standalone-modal .wfls-btn-success.active.focus,.wfls-open>#wfls-standalone-modal .wfls-btn-success.wfls-dropdown-toggle:hover,.wfls-open>#wfls-standalone-modal .wfls-btn-success.wfls-dropdown-toggle:focus,.wfls-open>#wfls-standalone-modal .wfls-btn-success.wfls-dropdown-toggle.focus{color:#fff;background-color:#46a046;border-color:#3c893c}#wfls-standalone-modal .wfls-btn-success:active,#wfls-standalone-modal .wfls-btn-success.wfls-active,.wfls-open>#wfls-standalone-modal .wfls-btn-success.wfls-dropdown-toggle{background-image:none}#wfls-standalone-modal .wfls-btn-success.wfls-disabled,#wfls-standalone-modal .wfls-btn-success[disabled],#wfls-standalone-modal .wfls-btn-success[readonly],fieldset[disabled] #wfls-standalone-modal .wfls-btn-success{color:#fff;background-color:#95d195;border-color:#8fce8f;cursor:not-allowed;opacity:.75}#wfls-standalone-modal .wfls-btn-success.wfls-disabled:hover,#wfls-standalone-modal .wfls-btn-success.wfls-disabled:focus,#wfls-standalone-modal .wfls-btn-success.wfls-disabled.wfls-focus,#wfls-standalone-modal .wfls-btn-success[disabled]:hover,#wfls-standalone-modal .wfls-btn-success[disabled]:focus,#wfls-standalone-modal .wfls-btn-success[disabled].wfls-focus,#wfls-standalone-modal .wfls-btn-success[readonly]:hover,#wfls-standalone-modal .wfls-btn-success[readonly]:focus,#wfls-standalone-modal .wfls-btn-success[readonly].wfls-focus,fieldset[disabled] #wfls-standalone-modal .wfls-btn-success:hover,fieldset[disabled] #wfls-standalone-modal .wfls-btn-success:focus,fieldset[disabled] #wfls-standalone-modal .wfls-btn-success.wfls-focus{background-color:#5cb85c;border-color:#52b452}#wfls-standalone-modal .wfls-btn-success .wfls-badge{color:#5cb85c;background-color:#fff}#wfls-standalone-modal .wfls-btn-info{color:#fff;background-color:#5bc0de;border-color:#4ebbdb}#wfls-standalone-modal .wfls-btn-info:focus,#wfls-standalone-modal .wfls-btn-info.focus{color:#fff;background-color:#41b6d9;border-color:#2598ba}#wfls-standalone-modal .wfls-btn-info:hover{color:#fff;background-color:#41b6d9;border-color:#30b0d5}#wfls-standalone-modal .wfls-btn-info:active,#wfls-standalone-modal .wfls-btn-info.active,.wfls-open>#wfls-standalone-modal .wfls-btn-info.wfls-dropdown-toggle{color:#fff;background-color:#41b6d9;border-color:#30b0d5}#wfls-standalone-modal .wfls-btn-info:active:hover,#wfls-standalone-modal .wfls-btn-info:active:focus,#wfls-standalone-modal .wfls-btn-info:active.focus,#wfls-standalone-modal .wfls-btn-info.active:hover,#wfls-standalone-modal .wfls-btn-info.active:focus,#wfls-standalone-modal .wfls-btn-info.active.focus,.wfls-open>#wfls-standalone-modal .wfls-btn-info.wfls-dropdown-toggle:hover,.wfls-open>#wfls-standalone-modal .wfls-btn-info.wfls-dropdown-toggle:focus,.wfls-open>#wfls-standalone-modal .wfls-btn-info.wfls-dropdown-toggle.focus{color:#fff;background-color:#2fafd5;border-color:#2598ba}#wfls-standalone-modal .wfls-btn-info:active,#wfls-standalone-modal .wfls-btn-info.wfls-active,.wfls-open>#wfls-standalone-modal .wfls-btn-info.wfls-dropdown-toggle{background-image:none}#wfls-standalone-modal .wfls-btn-info.wfls-disabled,#wfls-standalone-modal .wfls-btn-info[disabled],#wfls-standalone-modal .wfls-btn-info[readonly],fieldset[disabled] #wfls-standalone-modal .wfls-btn-info{color:#fff;background-color:#94d6ea;border-color:#8cd3e8;cursor:not-allowed;opacity:.75}#wfls-standalone-modal .wfls-btn-info.wfls-disabled:hover,#wfls-standalone-modal .wfls-btn-info.wfls-disabled:focus,#wfls-standalone-modal .wfls-btn-info.wfls-disabled.wfls-focus,#wfls-standalone-modal .wfls-btn-info[disabled]:hover,#wfls-standalone-modal .wfls-btn-info[disabled]:focus,#wfls-standalone-modal .wfls-btn-info[disabled].wfls-focus,#wfls-standalone-modal .wfls-btn-info[readonly]:hover,#wfls-standalone-modal .wfls-btn-info[readonly]:focus,#wfls-standalone-modal .wfls-btn-info[readonly].wfls-focus,fieldset[disabled] #wfls-standalone-modal .wfls-btn-info:hover,fieldset[disabled] #wfls-standalone-modal .wfls-btn-info:focus,fieldset[disabled] #wfls-standalone-modal .wfls-btn-info.wfls-focus{background-color:#5bc0de;border-color:#4ebbdb}#wfls-standalone-modal .wfls-btn-info .wfls-badge{color:#5bc0de;background-color:#fff}#wfls-standalone-modal .wfls-btn-warning{color:#fff;background-color:#f0ad4e;border-color:#efa63f}#wfls-standalone-modal .wfls-btn-warning:focus,#wfls-standalone-modal .wfls-btn-warning.focus{color:#fff;background-color:#ee9f31;border-color:#d18212}#wfls-standalone-modal .wfls-btn-warning:hover{color:#fff;background-color:#ee9f31;border-color:#ec971e}#wfls-standalone-modal .wfls-btn-warning:active,#wfls-standalone-modal .wfls-btn-warning.active,.wfls-open>#wfls-standalone-modal .wfls-btn-warning.wfls-dropdown-toggle{color:#fff;background-color:#ee9f31;border-color:#ec971e}#wfls-standalone-modal .wfls-btn-warning:active:hover,#wfls-standalone-modal .wfls-btn-warning:active:focus,#wfls-standalone-modal .wfls-btn-warning:active.focus,#wfls-standalone-modal .wfls-btn-warning.active:hover,#wfls-standalone-modal .wfls-btn-warning.active:focus,#wfls-standalone-modal .wfls-btn-warning.active.focus,.wfls-open>#wfls-standalone-modal .wfls-btn-warning.wfls-dropdown-toggle:hover,.wfls-open>#wfls-standalone-modal .wfls-btn-warning.wfls-dropdown-toggle:focus,.wfls-open>#wfls-standalone-modal .wfls-btn-warning.wfls-dropdown-toggle.focus{color:#fff;background-color:#ec961c;border-color:#d18212}#wfls-standalone-modal .wfls-btn-warning:active,#wfls-standalone-modal .wfls-btn-warning.wfls-active,.wfls-open>#wfls-standalone-modal .wfls-btn-warning.wfls-dropdown-toggle{background-image:none}#wfls-standalone-modal .wfls-btn-warning.wfls-disabled,#wfls-standalone-modal .wfls-btn-warning[disabled],#wfls-standalone-modal .wfls-btn-warning[readonly],fieldset[disabled] #wfls-standalone-modal .wfls-btn-warning{color:#fff;background-color:#f5ca8c;border-color:#f4c582;cursor:not-allowed;opacity:.75}#wfls-standalone-modal .wfls-btn-warning.wfls-disabled:hover,#wfls-standalone-modal .wfls-btn-warning.wfls-disabled:focus,#wfls-standalone-modal .wfls-btn-warning.wfls-disabled.wfls-focus,#wfls-standalone-modal .wfls-btn-warning[disabled]:hover,#wfls-standalone-modal .wfls-btn-warning[disabled]:focus,#wfls-standalone-modal .wfls-btn-warning[disabled].wfls-focus,#wfls-standalone-modal .wfls-btn-warning[readonly]:hover,#wfls-standalone-modal .wfls-btn-warning[readonly]:focus,#wfls-standalone-modal .wfls-btn-warning[readonly].wfls-focus,fieldset[disabled] #wfls-standalone-modal .wfls-btn-warning:hover,fieldset[disabled] #wfls-standalone-modal .wfls-btn-warning:focus,fieldset[disabled] #wfls-standalone-modal .wfls-btn-warning.wfls-focus{background-color:#f0ad4e;border-color:#efa63f}#wfls-standalone-modal .wfls-btn-warning .wfls-badge{color:#f0ad4e;background-color:#fff}#wfls-standalone-modal .wfls-btn-danger{color:#fff;background-color:#930000;border-color:#8c0000}#wfls-standalone-modal .wfls-btn-danger:focus,#wfls-standalone-modal .wfls-btn-danger.focus{color:#fff;background-color:#840000;border-color:#690000}#wfls-standalone-modal .wfls-btn-danger:hover{color:#fff;background-color:#840000;border-color:#7b0000}#wfls-standalone-modal .wfls-btn-danger:active,#wfls-standalone-modal .wfls-btn-danger.active,.wfls-open>#wfls-standalone-modal .wfls-btn-danger.wfls-dropdown-toggle{color:#fff;background-color:#840000;border-color:#7b0000}#wfls-standalone-modal .wfls-btn-danger:active:hover,#wfls-standalone-modal .wfls-btn-danger:active:focus,#wfls-standalone-modal .wfls-btn-danger:active.focus,#wfls-standalone-modal .wfls-btn-danger.active:hover,#wfls-standalone-modal .wfls-btn-danger.active:focus,#wfls-standalone-modal .wfls-btn-danger.active.focus,.wfls-open>#wfls-standalone-modal .wfls-btn-danger.wfls-dropdown-toggle:hover,.wfls-open>#wfls-standalone-modal .wfls-btn-danger.wfls-dropdown-toggle:focus,.wfls-open>#wfls-standalone-modal .wfls-btn-danger.wfls-dropdown-toggle.focus{color:#fff;background-color:#7a0000;border-color:#690000}#wfls-standalone-modal .wfls-btn-danger:active,#wfls-standalone-modal .wfls-btn-danger.wfls-active,.wfls-open>#wfls-standalone-modal .wfls-btn-danger.wfls-dropdown-toggle{background-image:none}#wfls-standalone-modal .wfls-btn-danger.wfls-disabled,#wfls-standalone-modal .wfls-btn-danger[disabled],#wfls-standalone-modal .wfls-btn-danger[readonly],fieldset[disabled] #wfls-standalone-modal .wfls-btn-danger{color:#fff;background-color:#b95959;border-color:#b45959;cursor:not-allowed;opacity:.75}#wfls-standalone-modal .wfls-btn-danger.wfls-disabled:hover,#wfls-standalone-modal .wfls-btn-danger.wfls-disabled:focus,#wfls-standalone-modal .wfls-btn-danger.wfls-disabled.wfls-focus,#wfls-standalone-modal .wfls-btn-danger[disabled]:hover,#wfls-standalone-modal .wfls-btn-danger[disabled]:focus,#wfls-standalone-modal .wfls-btn-danger[disabled].wfls-focus,#wfls-standalone-modal .wfls-btn-danger[readonly]:hover,#wfls-standalone-modal .wfls-btn-danger[readonly]:focus,#wfls-standalone-modal .wfls-btn-danger[readonly].wfls-focus,fieldset[disabled] #wfls-standalone-modal .wfls-btn-danger:hover,fieldset[disabled] #wfls-standalone-modal .wfls-btn-danger:focus,fieldset[disabled] #wfls-standalone-modal .wfls-btn-danger.wfls-focus{background-color:#930000;border-color:#8c0000}#wfls-standalone-modal .wfls-btn-danger .wfls-badge{color:#930000;background-color:#fff}#wfls-standalone-modal .wfls-modal ul,#wfls-standalone-modal .wfls-modal li{padding:0;margin:0}#wfls-standalone-modal .wfls-modal .wfls-modal-success{overflow:auto;background-color:#00709e}#wfls-standalone-modal .wfls-modal .wfls-modal-success .wfls-model-success-wrapper{margin:.25rem;background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA5MS42NSA3MC43OSI+PHBhdGggZD0iTTkwLjA4LDguNzMsODIuOTEsMS41N2E1LjE5LDUuMTksMCwwLDAtNy40MywwTDMzLjMxLDQzLjc0LDE2LjE2LDI2LjU5YTUuMiw1LjIsMCwwLDAtNy40MywwTDEuNTcsMzMuNzdhNS4xOSw1LjE5LDAsMCwwLDAsNy40M2wyOCwyOGE1LjIsNS4yLDAsMCwwLDcuNDMsMEw5MC4wOCwxNi4xN2E1LjE5LDUuMTksMCwwLDAsMC03LjQzWm0wLDAiIGZpbGw9IiMwMDdjYWMiLz48L3N2Zz4=);background-position:top center;background-repeat:no-repeat}#wfls-standalone-modal .wfls-modal .wfls-modal-header{min-height:44px;padding:1rem;width:100%;box-sizing:border-box;display:flex;align-items:center;justify-content:space-between;position:relative;border-bottom:1px solid rgb(216.75,216.75,216.75)}#wfls-standalone-modal .wfls-modal .wfls-modal-header .wfls-modal-header-content{max-width:75%}#wfls-standalone-modal .wfls-modal .wfls-modal-header .wfls-modal-header-content .wfls-modal-title{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:.95rem;width:100%;transition:color .2s ease-in}#wfls-standalone-modal .wfls-modal .wfls-modal-header .wfls-modal-header-content .wfls-modal-subtitle{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;margin-top:.125rem;margin-bottom:.125rem;font-size:.575rem;color:#4f748e}#wfls-standalone-modal .wfls-modal .wfls-modal-header .wfls-modal-header-action{display:flex;align-items:center;justify-content:flex-end}#wfls-standalone-modal .wfls-modal .wfls-modal-header .wfls-modal-header-action .wfls-modal-header-action-close a{color:#525355}#wfls-standalone-modal .wfls-modal .wfls-modal-success .wfls-modal-header{border-bottom:0}#wfls-standalone-modal .wfls-modal .wfls-modal-success .wfls-modal-header .wfls-modal-header-content{max-width:100%;width:100%;padding-top:1rem}#wfls-standalone-modal .wfls-modal .wfls-modal-success .wfls-modal-header .wfls-modal-header-content .wfls-modal-title{font-size:1.3125rem;font-weight:300;line-height:1.5;text-align:center;color:#fff}#wfls-standalone-modal .wfls-modal .wfls-modal-content{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;padding:1rem}#wfls-standalone-modal .wfls-modal .wfls-modal-content>*:first-child{margin-top:0}#wfls-standalone-modal .wfls-modal .wfls-modal-content select,#wfls-standalone-modal .wfls-modal .wfls-modal-content select option{font-size:.7rem;font-weight:700}@media(min-width:768px){#wfls-standalone-modal .wfls-modal .wfls-modal-content select,#wfls-standalone-modal .wfls-modal .wfls-modal-content select option{font-size:.8rem}}@media(min-width:992px){#wfls-standalone-modal .wfls-modal .wfls-modal-content select,#wfls-standalone-modal .wfls-modal .wfls-modal-content select option{font-size:.9rem}}#wfls-standalone-modal .wfls-modal .wfls-modal-content .wfls-option-select-option{text-align:left;height:40px;border-radius:0;border:0;background-color:#fff;box-shadow:1px 1px 1px 2px #d7d7d759}#wfls-standalone-modal .wfls-modal .wfls-modal-success .wfls-modal-content{text-align:center;color:#fff;padding:0 1.5rem 2rem}#wfls-standalone-modal .wfls-modal .wfls-modal-success .wfls-modal-content a{text-decoration:underline;color:#fff}#wfls-standalone-modal .wfls-modal .wfls-modal-footer{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;min-height:44px;padding:1rem;width:100%;box-sizing:border-box;display:flex;align-items:center;justify-content:space-between;position:relative;background-color:#f1f1f1;border-top:1px solid rgb(216.75,216.75,216.75)}#wfls-standalone-modal .wfls-modal .wfls-modal-footer .wfls-modal-accessory{flex-grow:1!important}#wfls-standalone-modal .wfls-modal .wfls-modal-footer .wfls-modal-accessory label{font-weight:400}#wfls-standalone-modal .wfls-modal .wfls-modal-success .wfls-modal-footer{background-color:#ccc;border-top:1px solid rgb(191.25,191.25,191.25)}#wfls-standalone-modal,#wfls-standalone-modal:before,#wfls-standalone-modal:after{box-sizing:content-box}#wfls-standalone-modal h1,#wfls-standalone-modal h2,#wfls-standalone-modal h3,#wfls-standalone-modal h4,#wfls-standalone-modal h5,#wfls-standalone-modal h6{display:block;font-weight:600}#wfls-standalone-modal h1{font-size:2em;margin:.67em 0}#wfls-standalone-modal h2,#wfls-standalone-modal h3{font-size:1.3em;margin:1em 0}#wfls-standalone-modal h1,#wfls-standalone-modal h2,#wfls-standalone-modal h3{color:#23282d}#wfls-standalone-modal p{font-size:13px;line-height:1.5;margin:1em 0}#toplevel_page_WFLS .wp-menu-image img{max-width:16px;max-height:16px}@font-face{font-family:Ionicons;src:url(data:font/woff;base64,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u8LuSsJP+OywsMPCDgs7LOywsMPCDgs7LIIv+OyysMvCLgu7LOyyCL7gC77gV+FX4VfhV+FX4VfhV+FX4VfhV+FX4VfhV+FX4VfhV+HX4Nfg1+DX4Nfg1+DX4Nfg1+DX4Nfg1+DX4Nfg1+DX4Nfh1+HX4dfh1+HX4dfh1+HX4dfh1+HX4dfh1+E3eU+T9zR5T5P3NHlPk/c0eU+T9zTHvIfv0eR7tPgeLb5Hi+/R4nu0+B4t+C34Lfgt+C34Lfgt+C34Lfgt+C34bfht+G34bfht+G34bfht+G34bfht+G04bTgdOB04HTgdOB04HTgd3t/hvR3e2+XzXT7f5fNdPt/lc11+ry6f7/L9e/wePT7X43M9/l6Pf7ce/259/n6fv9fn9+vz79CH14fXH/O5f3mJ/xP/J55PPJ94PvF64u/E34m/E38n/k78nfg78Xfi78Tfib8TbyXeSryVeCvxVuKtxFuJtxJvJd5KvJV4K/FW4q3EW4m3Em8l3kq8lXgr8VbircRbibcSbyXeSryVeCvxVuKtxFuJtxJvJd5KvJV4K/FW4q3EW4m3Em8l3kq8lXgr8VbircRbibcSbyXeSryVeCvxVuKtxFuJtxJvJd5KvJV4K/FW4q3EW1mHX4ffgN+A34DfgN+A34DfgN+A34DfgN+A34DfgN+A34DfgN+E34TfhN+E34SPbxPfJr5NfJv4NvFt4tvEt4lvE98mvk18m/g28W3i28S3iW8T3ya+TXyb+DbxbeLbxLeJbxPfJr5NfJv4NvFt4tvEt4lvE98mvk18m/g28W224bfht+Hj4cTDiYcTDyceTjyceDjxcHbg4+PswMfLiZezA78DvwO/A78DvwsfjyceTzyeeDy78Lvw8Xri9cTr2YXfhd+Fj++zC78LH/9nD34PPj1IepA9+D34Pfg9+PQie/DpRtKN7MHvwe/BpyfZh9+H34dPZ5LOJJ1JOpN0JrlbkrsluVuS/uSY/nC3JHeLuFvE3SLuFnG3iLtFdEt0S9wt4m4Rd4vomeiZ6Jm4W8TdIvom7hZxt4i7RXRPdE90T3RPdE90T3RPdE90T3RPdE/cLeJuEXeLuFvE3SLuFnG3iLtF3C3ibhF3i7hbxN0i7hZxt4i7Rdwt4m4Rd4u4W8TdIu4WcbeIu0XcLeJuEXeLuFvE3SLuFnG3iLtF3C2i/6L/ov+i/6L/ov+i/6L/ov+i/6L/ov+i/6L/ov+i/6L/ov+i/6L/ov+i/6L/ov+i/6L/ov+i/6L/ov+i/6L/ov+i/6L/ov+i/6L/ov+i/6L/ov+i/6L/ov+i/6L/ov+i/6L/ov+i/6L/ov+i/6L/ov+i/6L/ov+i/6L/ov+i/6L/ov+i/6L/ov+i/6L/ov+i/6L/ov+i/6L/ov+i/6L/ov+i/6L/ov+i/6L/ov+i/6L/ov+i/6L/ov+i/6L/ov+i/6L/ov+i/6L/ov+i/6L/ov+i/6L/ov+i/6L/ov+i/6L/ov+i/6L/ov+i/6L/ov+i/6L/ov+i/6L/ov+i/6L/ov+i/6L/ov+i/6L/ov+i/6L/ov+i/6L/ov+i/6L/ov+i/6L/ov+i/6L/ov+i/6L/ov+i/6L/ov+i/6L/ov+i/6L/ov+i/6L/ov+i/6L/ov+i/6L/ov+i/6L/ov+i/6L/ov+i/6L/ov+i/6L/ov+i/+rX/wHuf9d/AAAAAAAB//8AAnjaY2BgYGQAgjO2i86D6AvLjCdB6SkAS/0G9AA=) format("woff");font-weight:400;font-style:normal}.wf-ion,.wf-ionicons,.wfls-ion-alert:before,.wfls-ion-alert-circled:before,.wfls-ion-android-add:before,.wfls-ion-android-add-circle:before,.wfls-ion-android-alarm-clock:before,.wfls-ion-android-alert:before,.wfls-ion-android-apps:before,.wfls-ion-android-archive:before,.wfls-ion-android-arrow-back:before,.wfls-ion-android-arrow-down:before,.wfls-ion-android-arrow-dropdown:before,.wfls-ion-android-arrow-dropdown-circle:before,.wfls-ion-android-arrow-dropleft:before,.wfls-ion-android-arrow-dropleft-circle:before,.wfls-ion-android-arrow-dropright:before,.wfls-ion-android-arrow-dropright-circle:before,.wfls-ion-android-arrow-dropup:before,.wfls-ion-android-arrow-dropup-circle:before,.wfls-ion-android-arrow-forward:before,.wfls-ion-android-arrow-up:before,.wfls-ion-android-attach:before,.wfls-ion-android-bar:before,.wfls-ion-android-bicycle:before,.wfls-ion-android-boat:before,.wfls-ion-android-bookmark:before,.wfls-ion-android-bulb:before,.wfls-ion-android-bus:before,.wfls-ion-android-calendar:before,.wfls-ion-android-call:before,.wfls-ion-android-camera:before,.wfls-ion-android-cancel:before,.wfls-ion-android-car:before,.wfls-ion-android-cart:before,.wfls-ion-android-chat:before,.wfls-ion-android-checkbox:before,.wfls-ion-android-checkbox-blank:before,.wfls-ion-android-checkbox-outline:before,.wfls-ion-android-checkbox-outline-blank:before,.wfls-ion-android-checkmark-circle:before,.wfls-ion-android-clipboard:before,.wfls-ion-android-close:before,.wfls-ion-android-cloud:before,.wfls-ion-android-cloud-circle:before,.wfls-ion-android-cloud-done:before,.wfls-ion-android-cloud-outline:before,.wfls-ion-android-color-palette:before,.wfls-ion-android-compass:before,.wfls-ion-android-contact:before,.wfls-ion-android-contacts:before,.wfls-ion-android-contract:before,.wfls-ion-android-create:before,.wfls-ion-android-delete:before,.wfls-ion-android-desktop:before,.wfls-ion-android-document:before,.wfls-ion-android-done:before,.wfls-ion-android-done-all:before,.wfls-ion-android-download:before,.wfls-ion-android-drafts:before,.wfls-ion-android-exit:before,.wfls-ion-android-expand:before,.wfls-ion-android-favorite:before,.wfls-ion-android-favorite-outline:before,.wfls-ion-android-film:before,.wfls-ion-android-folder:before,.wfls-ion-android-folder-open:before,.wfls-ion-android-funnel:before,.wfls-ion-android-globe:before,.wfls-ion-android-hand:before,.wfls-ion-android-hangout:before,.wfls-ion-android-happy:before,.wfls-ion-android-home:before,.wfls-ion-android-image:before,.wfls-ion-android-laptop:before,.wfls-ion-android-list:before,.wfls-ion-android-locate:before,.wfls-ion-android-lock:before,.wfls-ion-android-mail:before,.wfls-ion-android-map:before,.wfls-ion-android-menu:before,.wfls-ion-android-microphone:before,.wfls-ion-android-microphone-off:before,.wfls-ion-android-more-horizontal:before,.wfls-ion-android-more-vertical:before,.wfls-ion-android-navigate:before,.wfls-ion-android-notifications:before,.wfls-ion-android-notifications-none:before,.wfls-ion-android-notifications-off:before,.wfls-ion-android-open:before,.wfls-ion-android-options:before,.wfls-ion-android-people:before,.wfls-ion-android-person:before,.wfls-ion-android-person-add:before,.wfls-ion-android-phone-landscape:before,.wfls-ion-android-phone-portrait:before,.wfls-ion-android-pin:before,.wfls-ion-android-plane:before,.wfls-ion-android-playstore:before,.wfls-ion-android-print:before,.wfls-ion-android-radio-button-off:before,.wfls-ion-android-radio-button-on:before,.wfls-ion-android-refresh:before,.wfls-ion-android-remove:before,.wfls-ion-android-remove-circle:before,.wfls-ion-android-restaurant:before,.wfls-ion-android-sad:before,.wfls-ion-android-search:before,.wfls-ion-android-send:before,.wfls-ion-android-settings:before,.wfls-ion-android-share:before,.wfls-ion-android-share-alt:before,.wfls-ion-android-star:before,.wfls-ion-android-star-half:before,.wfls-ion-android-star-outline:before,.wfls-ion-android-stopwatch:before,.wfls-ion-android-subway:before,.wfls-ion-android-sunny:before,.wfls-ion-android-sync:before,.wfls-ion-android-textsms:before,.wfls-ion-android-time:before,.wfls-ion-android-train:before,.wfls-ion-android-unlock:before,.wfls-ion-android-upload:before,.wfls-ion-android-volume-down:before,.wfls-ion-android-volume-mute:before,.wfls-ion-android-volume-off:before,.wfls-ion-android-volume-up:before,.wfls-ion-android-walk:before,.wfls-ion-android-warning:before,.wfls-ion-android-watch:before,.wfls-ion-android-wifi:before,.wfls-ion-aperture:before,.wfls-ion-archive:before,.wfls-ion-arrow-down-a:before,.wfls-ion-arrow-down-b:before,.wfls-ion-arrow-down-c:before,.wfls-ion-arrow-expand:before,.wfls-ion-arrow-graph-down-left:before,.wfls-ion-arrow-graph-down-right:before,.wfls-ion-arrow-graph-up-left:before,.wfls-ion-arrow-graph-up-right:before,.wfls-ion-arrow-left-a:before,.wfls-ion-arrow-left-b:before,.wfls-ion-arrow-left-c:before,.wfls-ion-arrow-move:before,.wfls-ion-arrow-resize:before,.wfls-ion-arrow-return-left:before,.wfls-ion-arrow-return-right:before,.wfls-ion-arrow-right-a:before,.wfls-ion-arrow-right-b:before,.wfls-ion-arrow-right-c:before,.wfls-ion-arrow-shrink:before,.wfls-ion-arrow-swap:before,.wfls-ion-arrow-up-a:before,.wfls-ion-arrow-up-b:before,.wfls-ion-arrow-up-c:before,.wfls-ion-asterisk:before,.wfls-ion-at:before,.wfls-ion-backspace:before,.wfls-ion-backspace-outline:before,.wfls-ion-bag:before,.wfls-ion-battery-charging:before,.wfls-ion-battery-empty:before,.wfls-ion-battery-full:before,.wfls-ion-battery-half:before,.wfls-ion-battery-low:before,.wfls-ion-beaker:before,.wfls-ion-beer:before,.wfls-ion-bluetooth:before,.wfls-ion-bonfire:before,.wfls-ion-bookmark:before,.wfls-ion-bowtie:before,.wfls-ion-briefcase:before,.wfls-ion-bug:before,.wfls-ion-calculator:before,.wfls-ion-calendar:before,.wfls-ion-camera:before,.wfls-ion-card:before,.wfls-ion-cash:before,.wfls-ion-chatbox:before,.wfls-ion-chatbox-working:before,.wfls-ion-chatboxes:before,.wfls-ion-chatbubble:before,.wfls-ion-chatbubble-working:before,.wfls-ion-chatbubbles:before,.wfls-ion-checkmark:before,.wfls-ion-checkmark-circled:before,.wfls-ion-checkmark-round:before,.wfls-ion-chevron-down:before,.wfls-ion-chevron-left:before,.wfls-ion-chevron-right:before,.wfls-ion-chevron-up:before,.wfls-ion-clipboard:before,.wfls-ion-clock:before,.wfls-ion-close:before,.wfls-ion-close-circled:before,.wfls-ion-close-round:before,.wfls-ion-closed-captioning:before,.wfls-ion-cloud:before,.wfls-ion-code:before,.wfls-ion-code-download:before,.wfls-ion-code-working:before,.wfls-ion-coffee:before,.wfls-ion-compass:before,.wfls-ion-compose:before,.wfls-ion-connection-bars:before,.wfls-ion-contrast:before,.wfls-ion-crop:before,.wfls-ion-cube:before,.wfls-ion-disc:before,.wfls-ion-document:before,.wfls-ion-document-text:before,.wfls-ion-drag:before,.wfls-ion-earth:before,.wfls-ion-easel:before,.wfls-ion-edit:before,.wfls-ion-egg:before,.wfls-ion-eject:before,.wfls-ion-email:before,.wfls-ion-email-unread:before,.wfls-ion-erlenmeyer-flask:before,.wfls-ion-erlenmeyer-flask-bubbles:before,.wfls-ion-eye:before,.wfls-ion-eye-disabled:before,.wfls-ion-female:before,.wfls-ion-filing:before,.wfls-ion-film-marker:before,.wfls-ion-fireball:before,.wfls-ion-flag:before,.wfls-ion-flame:before,.wfls-ion-flash:before,.wfls-ion-flash-off:before,.wfls-ion-folder:before,.wfls-ion-fork:before,.wfls-ion-fork-repo:before,.wfls-ion-forward:before,.wfls-ion-funnel:before,.wfls-ion-gear-a:before,.wfls-ion-gear-b:before,.wfls-ion-grid:before,.wfls-ion-hammer:before,.wfls-ion-happy:before,.wfls-ion-happy-outline:before,.wfls-ion-headphone:before,.wfls-ion-heart:before,.wfls-ion-heart-broken:before,.wfls-ion-help:before,.wfls-ion-help-buoy:before,.wfls-ion-help-circled:before,.wfls-ion-home:before,.wfls-ion-icecream:before,.wfls-ion-image:before,.wfls-ion-images:before,.wfls-ion-information:before,.wfls-ion-information-circled:before,.wfls-ion-ionic:before,.wfls-ion-ios-alarm:before,.wfls-ion-ios-alarm-outline:before,.wfls-ion-ios-albums:before,.wfls-ion-ios-albums-outline:before,.wfls-ion-ios-americanfootball:before,.wfls-ion-ios-americanfootball-outline:before,.wfls-ion-ios-analytics:before,.wfls-ion-ios-analytics-outline:before,.wfls-ion-ios-arrow-back:before,.wfls-ion-ios-arrow-down:before,.wfls-ion-ios-arrow-forward:before,.wfls-ion-ios-arrow-left:before,.wfls-ion-ios-arrow-right:before,.wfls-ion-ios-arrow-thin-down:before,.wfls-ion-ios-arrow-thin-left:before,.wfls-ion-ios-arrow-thin-right:before,.wfls-ion-ios-arrow-thin-up:before,.wfls-ion-ios-arrow-up:before,.wfls-ion-ios-at:before,.wfls-ion-ios-at-outline:before,.wfls-ion-ios-barcode:before,.wfls-ion-ios-barcode-outline:before,.wfls-ion-ios-baseball:before,.wfls-ion-ios-baseball-outline:before,.wfls-ion-ios-basketball:before,.wfls-ion-ios-basketball-outline:before,.wfls-ion-ios-bell:before,.wfls-ion-ios-bell-outline:before,.wfls-ion-ios-body:before,.wfls-ion-ios-body-outline:before,.wfls-ion-ios-bolt:before,.wfls-ion-ios-bolt-outline:before,.wfls-ion-ios-book:before,.wfls-ion-ios-book-outline:before,.wfls-ion-ios-bookmarks:before,.wfls-ion-ios-bookmarks-outline:before,.wfls-ion-ios-box:before,.wfls-ion-ios-box-outline:before,.wfls-ion-ios-briefcase:before,.wfls-ion-ios-briefcase-outline:before,.wfls-ion-ios-browsers:before,.wfls-ion-ios-browsers-outline:before,.wfls-ion-ios-calculator:before,.wfls-ion-ios-calculator-outline:before,.wfls-ion-ios-calendar:before,.wfls-ion-ios-calendar-outline:before,.wfls-ion-ios-camera:before,.wfls-ion-ios-camera-outline:before,.wfls-ion-ios-cart:before,.wfls-ion-ios-cart-outline:before,.wfls-ion-ios-chatboxes:before,.wfls-ion-ios-chatboxes-outline:before,.wfls-ion-ios-chatbubble:before,.wfls-ion-ios-chatbubble-outline:before,.wfls-ion-ios-checkmark:before,.wfls-ion-ios-checkmark-empty:before,.wfls-ion-ios-checkmark-outline:before,.wfls-ion-ios-circle-filled:before,.wfls-ion-ios-circle-outline:before,.wfls-ion-ios-clock:before,.wfls-ion-ios-clock-outline:before,.wfls-ion-ios-close:before,.wfls-ion-ios-close-empty:before,.wfls-ion-ios-close-outline:before,.wfls-ion-ios-cloud:before,.wfls-ion-ios-cloud-download:before,.wfls-ion-ios-cloud-download-outline:before,.wfls-ion-ios-cloud-outline:before,.wfls-ion-ios-cloud-upload:before,.wfls-ion-ios-cloud-upload-outline:before,.wfls-ion-ios-cloudy:before,.wfls-ion-ios-cloudy-night:before,.wfls-ion-ios-cloudy-night-outline:before,.wfls-ion-ios-cloudy-outline:before,.wfls-ion-ios-cog:before,.wfls-ion-ios-cog-outline:before,.wfls-ion-ios-color-filter:before,.wfls-ion-ios-color-filter-outline:before,.wfls-ion-ios-color-wand:before,.wfls-ion-ios-color-wand-outline:before,.wfls-ion-ios-compose:before,.wfls-ion-ios-compose-outline:before,.wfls-ion-ios-contact:before,.wfls-ion-ios-contact-outline:before,.wfls-ion-ios-copy:before,.wfls-ion-ios-copy-outline:before,.wfls-ion-ios-crop:before,.wfls-ion-ios-crop-strong:before,.wfls-ion-ios-download:before,.wfls-ion-ios-download-outline:before,.wfls-ion-ios-drag:before,.wfls-ion-ios-email:before,.wfls-ion-ios-email-outline:before,.wfls-ion-ios-eye:before,.wfls-ion-ios-eye-outline:before,.wfls-ion-ios-fastforward:before,.wfls-ion-ios-fastforward-outline:before,.wfls-ion-ios-filing:before,.wfls-ion-ios-filing-outline:before,.wfls-ion-ios-film:before,.wfls-ion-ios-film-outline:before,.wfls-ion-ios-flag:before,.wfls-ion-ios-flag-outline:before,.wfls-ion-ios-flame:before,.wfls-ion-ios-flame-outline:before,.wfls-ion-ios-flask:before,.wfls-ion-ios-flask-outline:before,.wfls-ion-ios-flower:before,.wfls-ion-ios-flower-outline:before,.wfls-ion-ios-folder:before,.wfls-ion-ios-folder-outline:before,.wfls-ion-ios-football:before,.wfls-ion-ios-football-outline:before,.wfls-ion-ios-game-controller-a:before,.wfls-ion-ios-game-controller-a-outline:before,.wfls-ion-ios-game-controller-b:before,.wfls-ion-ios-game-controller-b-outline:before,.wfls-ion-ios-gear:before,.wfls-ion-ios-gear-outline:before,.wfls-ion-ios-glasses:before,.wfls-ion-ios-glasses-outline:before,.wfls-ion-ios-grid-view:before,.wfls-ion-ios-grid-view-outline:before,.wfls-ion-ios-heart:before,.wfls-ion-ios-heart-outline:before,.wfls-ion-ios-help:before,.wfls-ion-ios-help-empty:before,.wfls-ion-ios-help-outline:before,.wfls-ion-ios-home:before,.wfls-ion-ios-home-outline:before,.wfls-ion-ios-infinite:before,.wfls-ion-ios-infinite-outline:before,.wfls-ion-ios-information:before,.wfls-ion-ios-information-empty:before,.wfls-ion-ios-information-outline:before,.wfls-ion-ios-ionic-outline:before,.wfls-ion-ios-keypad:before,.wfls-ion-ios-keypad-outline:before,.wfls-ion-ios-lightbulb:before,.wfls-ion-ios-lightbulb-outline:before,.wfls-ion-ios-list:before,.wfls-ion-ios-list-outline:before,.wfls-ion-ios-location:before,.wfls-ion-ios-location-outline:before,.wfls-ion-ios-locked:before,.wfls-ion-ios-locked-outline:before,.wfls-ion-ios-loop:before,.wfls-ion-ios-loop-strong:before,.wfls-ion-ios-medical:before,.wfls-ion-ios-medical-outline:before,.wfls-ion-ios-medkit:before,.wfls-ion-ios-medkit-outline:before,.wfls-ion-ios-mic:before,.wfls-ion-ios-mic-off:before,.wfls-ion-ios-mic-outline:before,.wfls-ion-ios-minus:before,.wfls-ion-ios-minus-empty:before,.wfls-ion-ios-minus-outline:before,.wfls-ion-ios-monitor:before,.wfls-ion-ios-monitor-outline:before,.wfls-ion-ios-moon:before,.wfls-ion-ios-moon-outline:before,.wfls-ion-ios-more:before,.wfls-ion-ios-more-outline:before,.wfls-ion-ios-musical-note:before,.wfls-ion-ios-musical-notes:before,.wfls-ion-ios-navigate:before,.wfls-ion-ios-navigate-outline:before,.wfls-ion-ios-nutrition:before,.wfls-ion-ios-nutrition-outline:before,.wfls-ion-ios-paper:before,.wfls-ion-ios-paper-outline:before,.wfls-ion-ios-paperplane:before,.wfls-ion-ios-paperplane-outline:before,.wfls-ion-ios-partlysunny:before,.wfls-ion-ios-partlysunny-outline:before,.wfls-ion-ios-pause:before,.wfls-ion-ios-pause-outline:before,.wfls-ion-ios-paw:before,.wfls-ion-ios-paw-outline:before,.wfls-ion-ios-people:before,.wfls-ion-ios-people-outline:before,.wfls-ion-ios-person:before,.wfls-ion-ios-person-outline:before,.wfls-ion-ios-personadd:before,.wfls-ion-ios-personadd-outline:before,.wfls-ion-ios-photos:before,.wfls-ion-ios-photos-outline:before,.wfls-ion-ios-pie:before,.wfls-ion-ios-pie-outline:before,.wfls-ion-ios-pint:before,.wfls-ion-ios-pint-outline:before,.wfls-ion-ios-play:before,.wfls-ion-ios-play-outline:before,.wfls-ion-ios-plus:before,.wfls-ion-ios-plus-empty:before,.wfls-ion-ios-plus-outline:before,.wfls-ion-ios-pricetag:before,.wfls-ion-ios-pricetag-outline:before,.wfls-ion-ios-pricetags:before,.wfls-ion-ios-pricetags-outline:before,.wfls-ion-ios-printer:before,.wfls-ion-ios-printer-outline:before,.wfls-ion-ios-pulse:before,.wfls-ion-ios-pulse-strong:before,.wfls-ion-ios-rainy:before,.wfls-ion-ios-rainy-outline:before,.wfls-ion-ios-recording:before,.wfls-ion-ios-recording-outline:before,.wfls-ion-ios-redo:before,.wfls-ion-ios-redo-outline:before,.wfls-ion-ios-refresh:before,.wfls-ion-ios-refresh-empty:before,.wfls-ion-ios-refresh-outline:before,.wfls-ion-ios-reload:before,.wfls-ion-ios-reverse-camera:before,.wfls-ion-ios-reverse-camera-outline:before,.wfls-ion-ios-rewind:before,.wfls-ion-ios-rewind-outline:before,.wfls-ion-ios-rose:before,.wfls-ion-ios-rose-outline:before,.wfls-ion-ios-search:before,.wfls-ion-ios-search-strong:before,.wfls-ion-ios-settings:before,.wfls-ion-ios-settings-strong:before,.wfls-ion-ios-shuffle:before,.wfls-ion-ios-shuffle-strong:before,.wfls-ion-ios-skipbackward:before,.wfls-ion-ios-skipbackward-outline:before,.wfls-ion-ios-skipforward:before,.wfls-ion-ios-skipforward-outline:before,.wfls-ion-ios-snowy:before,.wfls-ion-ios-speedometer:before,.wfls-ion-ios-speedometer-outline:before,.wfls-ion-ios-star:before,.wfls-ion-ios-star-half:before,.wfls-ion-ios-star-outline:before,.wfls-ion-ios-stopwatch:before,.wfls-ion-ios-stopwatch-outline:before,.wfls-ion-ios-sunny:before,.wfls-ion-ios-sunny-outline:before,.wfls-ion-ios-telephone:before,.wfls-ion-ios-telephone-outline:before,.wfls-ion-ios-tennisball:before,.wfls-ion-ios-tennisball-outline:before,.wfls-ion-ios-thunderstorm:before,.wfls-ion-ios-thunderstorm-outline:before,.wfls-ion-ios-time:before,.wfls-ion-ios-time-outline:before,.wfls-ion-ios-timer:before,.wfls-ion-ios-timer-outline:before,.wfls-ion-ios-toggle:before,.wfls-ion-ios-toggle-outline:before,.wfls-ion-ios-trash:before,.wfls-ion-ios-trash-outline:before,.wfls-ion-ios-undo:before,.wfls-ion-ios-undo-outline:before,.wfls-ion-ios-unlocked:before,.wfls-ion-ios-unlocked-outline:before,.wfls-ion-ios-upload:before,.wfls-ion-ios-upload-outline:before,.wfls-ion-ios-videocam:before,.wfls-ion-ios-videocam-outline:before,.wfls-ion-ios-volume-high:before,.wfls-ion-ios-volume-low:before,.wfls-ion-ios-wineglass:before,.wfls-ion-ios-wineglass-outline:before,.wfls-ion-ios-world:before,.wfls-ion-ios-world-outline:before,.wfls-ion-ipad:before,.wfls-ion-iphone:before,.wfls-ion-ipod:before,.wfls-ion-jet:before,.wfls-ion-key:before,.wfls-ion-knife:before,.wfls-ion-laptop:before,.wfls-ion-leaf:before,.wfls-ion-levels:before,.wfls-ion-lightbulb:before,.wfls-ion-link:before,.wfls-ion-load-a:before,.wfls-ion-load-b:before,.wfls-ion-load-c:before,.wfls-ion-load-d:before,.wfls-ion-location:before,.wfls-ion-lock-combination:before,.wfls-ion-locked:before,.wfls-ion-log-in:before,.wfls-ion-log-out:before,.wfls-ion-loop:before,.wfls-ion-magnet:before,.wfls-ion-male:before,.wfls-ion-man:before,.wfls-ion-map:before,.wfls-ion-medkit:before,.wfls-ion-merge:before,.wfls-ion-mic-a:before,.wfls-ion-mic-b:before,.wfls-ion-mic-c:before,.wfls-ion-minus:before,.wfls-ion-minus-circled:before,.wfls-ion-minus-round:before,.wfls-ion-model-s:before,.wfls-ion-monitor:before,.wfls-ion-more:before,.wfls-ion-mouse:before,.wfls-ion-music-note:before,.wfls-ion-navicon:before,.wfls-ion-navicon-round:before,.wfls-ion-navigate:before,.wfls-ion-network:before,.wfls-ion-no-smoking:before,.wfls-ion-nuclear:before,.wfls-ion-outlet:before,.wfls-ion-paintbrush:before,.wfls-ion-paintbucket:before,.wfls-ion-paper-airplane:before,.wfls-ion-paperclip:before,.wfls-ion-pause:before,.wfls-ion-person:before,.wfls-ion-person-add:before,.wfls-ion-person-stalker:before,.wfls-ion-pie-graph:before,.wfls-ion-pin:before,.wfls-ion-pinpoint:before,.wfls-ion-pizza:before,.wfls-ion-plane:before,.wfls-ion-planet:before,.wfls-ion-play:before,.wfls-ion-playstation:before,.wfls-ion-plus:before,.wfls-ion-plus-circled:before,.wfls-ion-plus-round:before,.wfls-ion-podium:before,.wfls-ion-pound:before,.wfls-ion-power:before,.wfls-ion-pricetag:before,.wfls-ion-pricetags:before,.wfls-ion-printer:before,.wfls-ion-pull-request:before,.wfls-ion-qr-scanner:before,.wfls-ion-quote:before,.wfls-ion-radio-waves:before,.wfls-ion-record:before,.wfls-ion-refresh:before,.wfls-ion-reply:before,.wfls-ion-reply-all:before,.wfls-ion-ribbon-a:before,.wfls-ion-ribbon-b:before,.wfls-ion-sad:before,.wfls-ion-sad-outline:before,.wfls-ion-scissors:before,.wfls-ion-search:before,.wfls-ion-settings:before,.wfls-ion-share:before,.wfls-ion-shuffle:before,.wfls-ion-skip-backward:before,.wfls-ion-skip-forward:before,.wfls-ion-social-android:before,.wfls-ion-social-android-outline:before,.wfls-ion-social-angular:before,.wfls-ion-social-angular-outline:before,.wfls-ion-social-apple:before,.wfls-ion-social-apple-outline:before,.wfls-ion-social-bitcoin:before,.wfls-ion-social-bitcoin-outline:before,.wfls-ion-social-buffer:before,.wfls-ion-social-buffer-outline:before,.wfls-ion-social-chrome:before,.wfls-ion-social-chrome-outline:before,.wfls-ion-social-codepen:before,.wfls-ion-social-codepen-outline:before,.wfls-ion-social-css3:before,.wfls-ion-social-css3-outline:before,.wfls-ion-social-designernews:before,.wfls-ion-social-designernews-outline:before,.wfls-ion-social-dribbble:before,.wfls-ion-social-dribbble-outline:before,.wfls-ion-social-dropbox:before,.wfls-ion-social-dropbox-outline:before,.wfls-ion-social-euro:before,.wfls-ion-social-euro-outline:before,.wfls-ion-social-facebook:before,.wfls-ion-social-facebook-outline:before,.wfls-ion-social-foursquare:before,.wfls-ion-social-foursquare-outline:before,.wfls-ion-social-freebsd-devil:before,.wfls-ion-social-github:before,.wfls-ion-social-github-outline:before,.wfls-ion-social-google:before,.wfls-ion-social-google-outline:before,.wfls-ion-social-googleplus:before,.wfls-ion-social-googleplus-outline:before,.wfls-ion-social-hackernews:before,.wfls-ion-social-hackernews-outline:before,.wfls-ion-social-html5:before,.wfls-ion-social-html5-outline:before,.wfls-ion-social-instagram:before,.wfls-ion-social-instagram-outline:before,.wfls-ion-social-javascript:before,.wfls-ion-social-javascript-outline:before,.wfls-ion-social-linkedin:before,.wfls-ion-social-linkedin-outline:before,.wfls-ion-social-markdown:before,.wfls-ion-social-nodejs:before,.wfls-ion-social-octocat:before,.wfls-ion-social-pinterest:before,.wfls-ion-social-pinterest-outline:before,.wfls-ion-social-python:before,.wfls-ion-social-reddit:before,.wfls-ion-social-reddit-outline:before,.wfls-ion-social-rss:before,.wfls-ion-social-rss-outline:before,.wfls-ion-social-sass:before,.wfls-ion-social-skype:before,.wfls-ion-social-skype-outline:before,.wfls-ion-social-snapchat:before,.wfls-ion-social-snapchat-outline:before,.wfls-ion-social-tumblr:before,.wfls-ion-social-tumblr-outline:before,.wfls-ion-social-tux:before,.wfls-ion-social-twitch:before,.wfls-ion-social-twitch-outline:before,.wfls-ion-social-twitter:before,.wfls-ion-social-twitter-outline:before,.wfls-ion-social-usd:before,.wfls-ion-social-usd-outline:before,.wfls-ion-social-vimeo:before,.wfls-ion-social-vimeo-outline:before,.wfls-ion-social-whatsapp:before,.wfls-ion-social-whatsapp-outline:before,.wfls-ion-social-windows:before,.wfls-ion-social-windows-outline:before,.wfls-ion-social-wordpress:before,.wfls-ion-social-wordpress-outline:before,.wfls-ion-social-yahoo:before,.wfls-ion-social-yahoo-outline:before,.wfls-ion-social-yen:before,.wfls-ion-social-yen-outline:before,.wfls-ion-social-youtube:before,.wfls-ion-social-youtube-outline:before,.wfls-ion-soup-can:before,.wfls-ion-soup-can-outline:before,.wfls-ion-speakerphone:before,.wfls-ion-speedometer:before,.wfls-ion-spoon:before,.wfls-ion-star:before,.wfls-ion-stats-bars:before,.wfls-ion-steam:before,.wfls-ion-stop:before,.wfls-ion-thermometer:before,.wfls-ion-thumbsdown:before,.wfls-ion-thumbsup:before,.wfls-ion-toggle:before,.wfls-ion-toggle-filled:before,.wfls-ion-transgender:before,.wfls-ion-trash-a:before,.wfls-ion-trash-b:before,.wfls-ion-trophy:before,.wfls-ion-tshirt:before,.wfls-ion-tshirt-outline:before,.wfls-ion-umbrella:before,.wfls-ion-university:before,.wfls-ion-unlocked:before,.wfls-ion-upload:before,.wfls-ion-usb:before,.wfls-ion-videocamera:before,.wfls-ion-volume-high:before,.wfls-ion-volume-low:before,.wfls-ion-volume-medium:before,.wfls-ion-volume-mute:before,.wfls-ion-wand:before,.wfls-ion-waterdrop:before,.wfls-ion-wifi:before,.wfls-ion-wineglass:before,.wfls-ion-woman:before,.wfls-ion-wrench:before,.wfls-ion-xbox:before{display:inline-block;font-family:Ionicons!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;text-rendering:auto;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.wfls-ion-alert:before{content:""}.wfls-ion-alert-circled:before{content:""}.wfls-ion-android-add:before{content:""}.wfls-ion-android-add-circle:before{content:""}.wfls-ion-android-alarm-clock:before{content:""}.wfls-ion-android-alert:before{content:""}.wfls-ion-android-apps:before{content:""}.wfls-ion-android-archive:before{content:""}.wfls-ion-android-arrow-back:before{content:""}.wfls-ion-android-arrow-down:before{content:""}.wfls-ion-android-arrow-dropdown:before{content:""}.wfls-ion-android-arrow-dropdown-circle:before{content:""}.wfls-ion-android-arrow-dropleft:before{content:""}.wfls-ion-android-arrow-dropleft-circle:before{content:""}.wfls-ion-android-arrow-dropright:before{content:""}.wfls-ion-android-arrow-dropright-circle:before{content:""}.wfls-ion-android-arrow-dropup:before{content:""}.wfls-ion-android-arrow-dropup-circle:before{content:""}.wfls-ion-android-arrow-forward:before{content:""}.wfls-ion-android-arrow-up:before{content:""}.wfls-ion-android-attach:before{content:""}.wfls-ion-android-bar:before{content:""}.wfls-ion-android-bicycle:before{content:""}.wfls-ion-android-boat:before{content:""}.wfls-ion-android-bookmark:before{content:""}.wfls-ion-android-bulb:before{content:""}.wfls-ion-android-bus:before{content:""}.wfls-ion-android-calendar:before{content:""}.wfls-ion-android-call:before{content:""}.wfls-ion-android-camera:before{content:""}.wfls-ion-android-cancel:before{content:""}.wfls-ion-android-car:before{content:""}.wfls-ion-android-cart:before{content:""}.wfls-ion-android-chat:before{content:""}.wfls-ion-android-checkbox:before{content:""}.wfls-ion-android-checkbox-blank:before{content:""}.wfls-ion-android-checkbox-outline:before{content:""}.wfls-ion-android-checkbox-outline-blank:before{content:""}.wfls-ion-android-checkmark-circle:before{content:""}.wfls-ion-android-clipboard:before{content:""}.wfls-ion-android-close:before{content:""}.wfls-ion-android-cloud:before{content:""}.wfls-ion-android-cloud-circle:before{content:""}.wfls-ion-android-cloud-done:before{content:""}.wfls-ion-android-cloud-outline:before{content:""}.wfls-ion-android-color-palette:before{content:""}.wfls-ion-android-compass:before{content:""}.wfls-ion-android-contact:before{content:""}.wfls-ion-android-contacts:before{content:""}.wfls-ion-android-contract:before{content:""}.wfls-ion-android-create:before{content:""}.wfls-ion-android-delete:before{content:""}.wfls-ion-android-desktop:before{content:""}.wfls-ion-android-document:before{content:""}.wfls-ion-android-done:before{content:""}.wfls-ion-android-done-all:before{content:""}.wfls-ion-android-download:before{content:""}.wfls-ion-android-drafts:before{content:""}.wfls-ion-android-exit:before{content:""}.wfls-ion-android-expand:before{content:""}.wfls-ion-android-favorite:before{content:""}.wfls-ion-android-favorite-outline:before{content:""}.wfls-ion-android-film:before{content:""}.wfls-ion-android-folder:before{content:""}.wfls-ion-android-folder-open:before{content:""}.wfls-ion-android-funnel:before{content:""}.wfls-ion-android-globe:before{content:""}.wfls-ion-android-hand:before{content:""}.wfls-ion-android-hangout:before{content:""}.wfls-ion-android-happy:before{content:""}.wfls-ion-android-home:before{content:""}.wfls-ion-android-image:before{content:""}.wfls-ion-android-laptop:before{content:""}.wfls-ion-android-list:before{content:""}.wfls-ion-android-locate:before{content:""}.wfls-ion-android-lock:before{content:""}.wfls-ion-android-mail:before{content:""}.wfls-ion-android-map:before{content:""}.wfls-ion-android-menu:before{content:""}.wfls-ion-android-microphone:before{content:""}.wfls-ion-android-microphone-off:before{content:""}.wfls-ion-android-more-horizontal:before{content:""}.wfls-ion-android-more-vertical:before{content:""}.wfls-ion-android-navigate:before{content:""}.wfls-ion-android-notifications:before{content:""}.wfls-ion-android-notifications-none:before{content:""}.wfls-ion-android-notifications-off:before{content:""}.wfls-ion-android-open:before{content:""}.wfls-ion-android-options:before{content:""}.wfls-ion-android-people:before{content:""}.wfls-ion-android-person:before{content:""}.wfls-ion-android-person-add:before{content:""}.wfls-ion-android-phone-landscape:before{content:""}.wfls-ion-android-phone-portrait:before{content:""}.wfls-ion-android-pin:before{content:""}.wfls-ion-android-plane:before{content:""}.wfls-ion-android-playstore:before{content:""}.wfls-ion-android-print:before{content:""}.wfls-ion-android-radio-button-off:before{content:""}.wfls-ion-android-radio-button-on:before{content:""}.wfls-ion-android-refresh:before{content:""}.wfls-ion-android-remove:before{content:""}.wfls-ion-android-remove-circle:before{content:""}.wfls-ion-android-restaurant:before{content:""}.wfls-ion-android-sad:before{content:""}.wfls-ion-android-search:before{content:""}.wfls-ion-android-send:before{content:""}.wfls-ion-android-settings:before{content:""}.wfls-ion-android-share:before{content:""}.wfls-ion-android-share-alt:before{content:""}.wfls-ion-android-star:before{content:""}.wfls-ion-android-star-half:before{content:""}.wfls-ion-android-star-outline:before{content:""}.wfls-ion-android-stopwatch:before{content:""}.wfls-ion-android-subway:before{content:""}.wfls-ion-android-sunny:before{content:""}.wfls-ion-android-sync:before{content:""}.wfls-ion-android-textsms:before{content:""}.wfls-ion-android-time:before{content:""}.wfls-ion-android-train:before{content:""}.wfls-ion-android-unlock:before{content:""}.wfls-ion-android-upload:before{content:""}.wfls-ion-android-volume-down:before{content:""}.wfls-ion-android-volume-mute:before{content:""}.wfls-ion-android-volume-off:before{content:""}.wfls-ion-android-volume-up:before{content:""}.wfls-ion-android-walk:before{content:""}.wfls-ion-android-warning:before{content:""}.wfls-ion-android-watch:before{content:""}.wfls-ion-android-wifi:before{content:""}.wfls-ion-aperture:before{content:""}.wfls-ion-archive:before{content:""}.wfls-ion-arrow-down-a:before{content:""}.wfls-ion-arrow-down-b:before{content:""}.wfls-ion-arrow-down-c:before{content:""}.wfls-ion-arrow-expand:before{content:""}.wfls-ion-arrow-graph-down-left:before{content:""}.wfls-ion-arrow-graph-down-right:before{content:""}.wfls-ion-arrow-graph-up-left:before{content:""}.wfls-ion-arrow-graph-up-right:before{content:""}.wfls-ion-arrow-left-a:before{content:""}.wfls-ion-arrow-left-b:before{content:""}.wfls-ion-arrow-left-c:before{content:""}.wfls-ion-arrow-move:before{content:""}.wfls-ion-arrow-resize:before{content:""}.wfls-ion-arrow-return-left:before{content:""}.wfls-ion-arrow-return-right:before{content:""}.wfls-ion-arrow-right-a:before{content:""}.wfls-ion-arrow-right-b:before{content:""}.wfls-ion-arrow-right-c:before{content:""}.wfls-ion-arrow-shrink:before{content:""}.wfls-ion-arrow-swap:before{content:""}.wfls-ion-arrow-up-a:before{content:""}.wfls-ion-arrow-up-b:before{content:""}.wfls-ion-arrow-up-c:before{content:""}.wfls-ion-asterisk:before{content:""}.wfls-ion-at:before{content:""}.wfls-ion-backspace:before{content:""}.wfls-ion-backspace-outline:before{content:""}.wfls-ion-bag:before{content:""}.wfls-ion-battery-charging:before{content:""}.wfls-ion-battery-empty:before{content:""}.wfls-ion-battery-full:before{content:""}.wfls-ion-battery-half:before{content:""}.wfls-ion-battery-low:before{content:""}.wfls-ion-beaker:before{content:""}.wfls-ion-beer:before{content:""}.wfls-ion-bluetooth:before{content:""}.wfls-ion-bonfire:before{content:""}.wfls-ion-bookmark:before{content:""}.wfls-ion-bowtie:before{content:""}.wfls-ion-briefcase:before{content:""}.wfls-ion-bug:before{content:""}.wfls-ion-calculator:before{content:""}.wfls-ion-calendar:before{content:""}.wfls-ion-camera:before{content:""}.wfls-ion-card:before{content:""}.wfls-ion-cash:before{content:""}.wfls-ion-chatbox:before{content:""}.wfls-ion-chatbox-working:before{content:""}.wfls-ion-chatboxes:before{content:""}.wfls-ion-chatbubble:before{content:""}.wfls-ion-chatbubble-working:before{content:""}.wfls-ion-chatbubbles:before{content:""}.wfls-ion-checkmark:before{content:""}.wfls-ion-checkmark-circled:before{content:""}.wfls-ion-checkmark-round:before{content:""}.wfls-ion-chevron-down:before{content:""}.wfls-ion-chevron-left:before{content:""}.wfls-ion-chevron-right:before{content:""}.wfls-ion-chevron-up:before{content:""}.wfls-ion-clipboard:before{content:""}.wfls-ion-clock:before{content:""}.wfls-ion-close:before{content:""}.wfls-ion-close-circled:before{content:""}.wfls-ion-close-round:before{content:""}.wfls-ion-closed-captioning:before{content:""}.wfls-ion-cloud:before{content:""}.wfls-ion-code:before{content:""}.wfls-ion-code-download:before{content:""}.wfls-ion-code-working:before{content:""}.wfls-ion-coffee:before{content:""}.wfls-ion-compass:before{content:""}.wfls-ion-compose:before{content:""}.wfls-ion-connection-bars:before{content:""}.wfls-ion-contrast:before{content:""}.wfls-ion-crop:before{content:""}.wfls-ion-cube:before{content:""}.wfls-ion-disc:before{content:""}.wfls-ion-document:before{content:""}.wfls-ion-document-text:before{content:""}.wfls-ion-drag:before{content:""}.wfls-ion-earth:before{content:""}.wfls-ion-easel:before{content:""}.wfls-ion-edit:before{content:""}.wfls-ion-egg:before{content:""}.wfls-ion-eject:before{content:""}.wfls-ion-email:before{content:""}.wfls-ion-email-unread:before{content:""}.wfls-ion-erlenmeyer-flask:before{content:""}.wfls-ion-erlenmeyer-flask-bubbles:before{content:""}.wfls-ion-eye:before{content:""}.wfls-ion-eye-disabled:before{content:""}.wfls-ion-female:before{content:""}.wfls-ion-filing:before{content:""}.wfls-ion-film-marker:before{content:""}.wfls-ion-fireball:before{content:""}.wfls-ion-flag:before{content:""}.wfls-ion-flame:before{content:""}.wfls-ion-flash:before{content:""}.wfls-ion-flash-off:before{content:""}.wfls-ion-folder:before{content:""}.wfls-ion-fork:before{content:""}.wfls-ion-fork-repo:before{content:""}.wfls-ion-forward:before{content:""}.wfls-ion-funnel:before{content:""}.wfls-ion-gear-a:before{content:""}.wfls-ion-gear-b:before{content:""}.wfls-ion-grid:before{content:""}.wfls-ion-hammer:before{content:""}.wfls-ion-happy:before{content:""}.wfls-ion-happy-outline:before{content:""}.wfls-ion-headphone:before{content:""}.wfls-ion-heart:before{content:""}.wfls-ion-heart-broken:before{content:""}.wfls-ion-help:before{content:""}.wfls-ion-help-buoy:before{content:""}.wfls-ion-help-circled:before{content:""}.wfls-ion-home:before{content:""}.wfls-ion-icecream:before{content:""}.wfls-ion-image:before{content:""}.wfls-ion-images:before{content:""}.wfls-ion-information:before{content:""}.wfls-ion-information-circled:before{content:""}.wfls-ion-ionic:before{content:""}.wfls-ion-ios-alarm:before{content:""}.wfls-ion-ios-alarm-outline:before{content:""}.wfls-ion-ios-albums:before{content:""}.wfls-ion-ios-albums-outline:before{content:""}.wfls-ion-ios-americanfootball:before{content:""}.wfls-ion-ios-americanfootball-outline:before{content:""}.wfls-ion-ios-analytics:before{content:""}.wfls-ion-ios-analytics-outline:before{content:""}.wfls-ion-ios-arrow-back:before{content:""}.wfls-ion-ios-arrow-down:before{content:""}.wfls-ion-ios-arrow-forward:before{content:""}.wfls-ion-ios-arrow-left:before{content:""}.wfls-ion-ios-arrow-right:before{content:""}.wfls-ion-ios-arrow-thin-down:before{content:""}.wfls-ion-ios-arrow-thin-left:before{content:""}.wfls-ion-ios-arrow-thin-right:before{content:""}.wfls-ion-ios-arrow-thin-up:before{content:""}.wfls-ion-ios-arrow-up:before{content:""}.wfls-ion-ios-at:before{content:""}.wfls-ion-ios-at-outline:before{content:""}.wfls-ion-ios-barcode:before{content:""}.wfls-ion-ios-barcode-outline:before{content:""}.wfls-ion-ios-baseball:before{content:""}.wfls-ion-ios-baseball-outline:before{content:""}.wfls-ion-ios-basketball:before{content:""}.wfls-ion-ios-basketball-outline:before{content:""}.wfls-ion-ios-bell:before{content:""}.wfls-ion-ios-bell-outline:before{content:""}.wfls-ion-ios-body:before{content:""}.wfls-ion-ios-body-outline:before{content:""}.wfls-ion-ios-bolt:before{content:""}.wfls-ion-ios-bolt-outline:before{content:""}.wfls-ion-ios-book:before{content:""}.wfls-ion-ios-book-outline:before{content:""}.wfls-ion-ios-bookmarks:before{content:""}.wfls-ion-ios-bookmarks-outline:before{content:""}.wfls-ion-ios-box:before{content:""}.wfls-ion-ios-box-outline:before{content:""}.wfls-ion-ios-briefcase:before{content:""}.wfls-ion-ios-briefcase-outline:before{content:""}.wfls-ion-ios-browsers:before{content:""}.wfls-ion-ios-browsers-outline:before{content:""}.wfls-ion-ios-calculator:before{content:""}.wfls-ion-ios-calculator-outline:before{content:""}.wfls-ion-ios-calendar:before{content:""}.wfls-ion-ios-calendar-outline:before{content:""}.wfls-ion-ios-camera:before{content:""}.wfls-ion-ios-camera-outline:before{content:""}.wfls-ion-ios-cart:before{content:""}.wfls-ion-ios-cart-outline:before{content:""}.wfls-ion-ios-chatboxes:before{content:""}.wfls-ion-ios-chatboxes-outline:before{content:""}.wfls-ion-ios-chatbubble:before{content:""}.wfls-ion-ios-chatbubble-outline:before{content:""}.wfls-ion-ios-checkmark:before{content:""}.wfls-ion-ios-checkmark-empty:before{content:""}.wfls-ion-ios-checkmark-outline:before{content:""}.wfls-ion-ios-circle-filled:before{content:""}.wfls-ion-ios-circle-outline:before{content:""}.wfls-ion-ios-clock:before{content:""}.wfls-ion-ios-clock-outline:before{content:""}.wfls-ion-ios-close:before{content:""}.wfls-ion-ios-close-empty:before{content:""}.wfls-ion-ios-close-outline:before{content:""}.wfls-ion-ios-cloud:before{content:""}.wfls-ion-ios-cloud-download:before{content:""}.wfls-ion-ios-cloud-download-outline:before{content:""}.wfls-ion-ios-cloud-outline:before{content:""}.wfls-ion-ios-cloud-upload:before{content:""}.wfls-ion-ios-cloud-upload-outline:before{content:""}.wfls-ion-ios-cloudy:before{content:""}.wfls-ion-ios-cloudy-night:before{content:""}.wfls-ion-ios-cloudy-night-outline:before{content:""}.wfls-ion-ios-cloudy-outline:before{content:""}.wfls-ion-ios-cog:before{content:""}.wfls-ion-ios-cog-outline:before{content:""}.wfls-ion-ios-color-filter:before{content:""}.wfls-ion-ios-color-filter-outline:before{content:""}.wfls-ion-ios-color-wand:before{content:""}.wfls-ion-ios-color-wand-outline:before{content:""}.wfls-ion-ios-compose:before{content:""}.wfls-ion-ios-compose-outline:before{content:""}.wfls-ion-ios-contact:before{content:""}.wfls-ion-ios-contact-outline:before{content:""}.wfls-ion-ios-copy:before{content:""}.wfls-ion-ios-copy-outline:before{content:""}.wfls-ion-ios-crop:before{content:""}.wfls-ion-ios-crop-strong:before{content:""}.wfls-ion-ios-download:before{content:""}.wfls-ion-ios-download-outline:before{content:""}.wfls-ion-ios-drag:before{content:""}.wfls-ion-ios-email:before{content:""}.wfls-ion-ios-email-outline:before{content:""}.wfls-ion-ios-eye:before{content:""}.wfls-ion-ios-eye-outline:before{content:""}.wfls-ion-ios-fastforward:before{content:""}.wfls-ion-ios-fastforward-outline:before{content:""}.wfls-ion-ios-filing:before{content:""}.wfls-ion-ios-filing-outline:before{content:""}.wfls-ion-ios-film:before{content:""}.wfls-ion-ios-film-outline:before{content:""}.wfls-ion-ios-flag:before{content:""}.wfls-ion-ios-flag-outline:before{content:""}.wfls-ion-ios-flame:before{content:""}.wfls-ion-ios-flame-outline:before{content:""}.wfls-ion-ios-flask:before{content:""}.wfls-ion-ios-flask-outline:before{content:""}.wfls-ion-ios-flower:before{content:""}.wfls-ion-ios-flower-outline:before{content:""}.wfls-ion-ios-folder:before{content:""}.wfls-ion-ios-folder-outline:before{content:""}.wfls-ion-ios-football:before{content:""}.wfls-ion-ios-football-outline:before{content:""}.wfls-ion-ios-game-controller-a:before{content:""}.wfls-ion-ios-game-controller-a-outline:before{content:""}.wfls-ion-ios-game-controller-b:before{content:""}.wfls-ion-ios-game-controller-b-outline:before{content:""}.wfls-ion-ios-gear:before{content:""}.wfls-ion-ios-gear-outline:before{content:""}.wfls-ion-ios-glasses:before{content:""}.wfls-ion-ios-glasses-outline:before{content:""}.wfls-ion-ios-grid-view:before{content:""}.wfls-ion-ios-grid-view-outline:before{content:""}.wfls-ion-ios-heart:before{content:""}.wfls-ion-ios-heart-outline:before{content:""}.wfls-ion-ios-help:before{content:""}.wfls-ion-ios-help-empty:before{content:""}.wfls-ion-ios-help-outline:before{content:""}.wfls-ion-ios-home:before{content:""}.wfls-ion-ios-home-outline:before{content:""}.wfls-ion-ios-infinite:before{content:""}.wfls-ion-ios-infinite-outline:before{content:""}.wfls-ion-ios-information:before{content:""}.wfls-ion-ios-information-empty:before{content:""}.wfls-ion-ios-information-outline:before{content:""}.wfls-ion-ios-ionic-outline:before{content:""}.wfls-ion-ios-keypad:before{content:""}.wfls-ion-ios-keypad-outline:before{content:""}.wfls-ion-ios-lightbulb:before{content:""}.wfls-ion-ios-lightbulb-outline:before{content:""}.wfls-ion-ios-list:before{content:""}.wfls-ion-ios-list-outline:before{content:""}.wfls-ion-ios-location:before{content:""}.wfls-ion-ios-location-outline:before{content:""}.wfls-ion-ios-locked:before{content:""}.wfls-ion-ios-locked-outline:before{content:""}.wfls-ion-ios-loop:before{content:""}.wfls-ion-ios-loop-strong:before{content:""}.wfls-ion-ios-medical:before{content:""}.wfls-ion-ios-medical-outline:before{content:""}.wfls-ion-ios-medkit:before{content:""}.wfls-ion-ios-medkit-outline:before{content:""}.wfls-ion-ios-mic:before{content:""}.wfls-ion-ios-mic-off:before{content:""}.wfls-ion-ios-mic-outline:before{content:""}.wfls-ion-ios-minus:before{content:""}.wfls-ion-ios-minus-empty:before{content:""}.wfls-ion-ios-minus-outline:before{content:""}.wfls-ion-ios-monitor:before{content:""}.wfls-ion-ios-monitor-outline:before{content:""}.wfls-ion-ios-moon:before{content:""}.wfls-ion-ios-moon-outline:before{content:""}.wfls-ion-ios-more:before{content:""}.wfls-ion-ios-more-outline:before{content:""}.wfls-ion-ios-musical-note:before{content:""}.wfls-ion-ios-musical-notes:before{content:""}.wfls-ion-ios-navigate:before{content:""}.wfls-ion-ios-navigate-outline:before{content:""}.wfls-ion-ios-nutrition:before{content:""}.wfls-ion-ios-nutrition-outline:before{content:""}.wfls-ion-ios-paper:before{content:""}.wfls-ion-ios-paper-outline:before{content:""}.wfls-ion-ios-paperplane:before{content:""}.wfls-ion-ios-paperplane-outline:before{content:""}.wfls-ion-ios-partlysunny:before{content:""}.wfls-ion-ios-partlysunny-outline:before{content:""}.wfls-ion-ios-pause:before{content:""}.wfls-ion-ios-pause-outline:before{content:""}.wfls-ion-ios-paw:before{content:""}.wfls-ion-ios-paw-outline:before{content:""}.wfls-ion-ios-people:before{content:""}.wfls-ion-ios-people-outline:before{content:""}.wfls-ion-ios-person:before{content:""}.wfls-ion-ios-person-outline:before{content:""}.wfls-ion-ios-personadd:before{content:""}.wfls-ion-ios-personadd-outline:before{content:""}.wfls-ion-ios-photos:before{content:""}.wfls-ion-ios-photos-outline:before{content:""}.wfls-ion-ios-pie:before{content:""}.wfls-ion-ios-pie-outline:before{content:""}.wfls-ion-ios-pint:before{content:""}.wfls-ion-ios-pint-outline:before{content:""}.wfls-ion-ios-play:before{content:""}.wfls-ion-ios-play-outline:before{content:""}.wfls-ion-ios-plus:before{content:""}.wfls-ion-ios-plus-empty:before{content:""}.wfls-ion-ios-plus-outline:before{content:""}.wfls-ion-ios-pricetag:before{content:""}.wfls-ion-ios-pricetag-outline:before{content:""}.wfls-ion-ios-pricetags:before{content:""}.wfls-ion-ios-pricetags-outline:before{content:""}.wfls-ion-ios-printer:before{content:""}.wfls-ion-ios-printer-outline:before{content:""}.wfls-ion-ios-pulse:before{content:""}.wfls-ion-ios-pulse-strong:before{content:""}.wfls-ion-ios-rainy:before{content:""}.wfls-ion-ios-rainy-outline:before{content:""}.wfls-ion-ios-recording:before{content:""}.wfls-ion-ios-recording-outline:before{content:""}.wfls-ion-ios-redo:before{content:""}.wfls-ion-ios-redo-outline:before{content:""}.wfls-ion-ios-refresh:before{content:""}.wfls-ion-ios-refresh-empty:before{content:""}.wfls-ion-ios-refresh-outline:before{content:""}.wfls-ion-ios-reload:before{content:""}.wfls-ion-ios-reverse-camera:before{content:""}.wfls-ion-ios-reverse-camera-outline:before{content:""}.wfls-ion-ios-rewind:before{content:""}.wfls-ion-ios-rewind-outline:before{content:""}.wfls-ion-ios-rose:before{content:""}.wfls-ion-ios-rose-outline:before{content:""}.wfls-ion-ios-search:before{content:""}.wfls-ion-ios-search-strong:before{content:""}.wfls-ion-ios-settings:before{content:""}.wfls-ion-ios-settings-strong:before{content:""}.wfls-ion-ios-shuffle:before{content:""}.wfls-ion-ios-shuffle-strong:before{content:""}.wfls-ion-ios-skipbackward:before{content:""}.wfls-ion-ios-skipbackward-outline:before{content:""}.wfls-ion-ios-skipforward:before{content:""}.wfls-ion-ios-skipforward-outline:before{content:""}.wfls-ion-ios-snowy:before{content:""}.wfls-ion-ios-speedometer:before{content:""}.wfls-ion-ios-speedometer-outline:before{content:""}.wfls-ion-ios-star:before{content:""}.wfls-ion-ios-star-half:before{content:""}.wfls-ion-ios-star-outline:before{content:""}.wfls-ion-ios-stopwatch:before{content:""}.wfls-ion-ios-stopwatch-outline:before{content:""}.wfls-ion-ios-sunny:before{content:""}.wfls-ion-ios-sunny-outline:before{content:""}.wfls-ion-ios-telephone:before{content:""}.wfls-ion-ios-telephone-outline:before{content:""}.wfls-ion-ios-tennisball:before{content:""}.wfls-ion-ios-tennisball-outline:before{content:""}.wfls-ion-ios-thunderstorm:before{content:""}.wfls-ion-ios-thunderstorm-outline:before{content:""}.wfls-ion-ios-time:before{content:""}.wfls-ion-ios-time-outline:before{content:""}.wfls-ion-ios-timer:before{content:""}.wfls-ion-ios-timer-outline:before{content:""}.wfls-ion-ios-toggle:before{content:""}.wfls-ion-ios-toggle-outline:before{content:""}.wfls-ion-ios-trash:before{content:""}.wfls-ion-ios-trash-outline:before{content:""}.wfls-ion-ios-undo:before{content:""}.wfls-ion-ios-undo-outline:before{content:""}.wfls-ion-ios-unlocked:before{content:""}.wfls-ion-ios-unlocked-outline:before{content:""}.wfls-ion-ios-upload:before{content:""}.wfls-ion-ios-upload-outline:before{content:""}.wfls-ion-ios-videocam:before{content:""}.wfls-ion-ios-videocam-outline:before{content:""}.wfls-ion-ios-volume-high:before{content:""}.wfls-ion-ios-volume-low:before{content:""}.wfls-ion-ios-wineglass:before{content:""}.wfls-ion-ios-wineglass-outline:before{content:""}.wfls-ion-ios-world:before{content:""}.wfls-ion-ios-world-outline:before{content:""}.wfls-ion-ipad:before{content:""}.wfls-ion-iphone:before{content:""}.wfls-ion-ipod:before{content:""}.wfls-ion-jet:before{content:""}.wfls-ion-key:before{content:""}.wfls-ion-knife:before{content:""}.wfls-ion-laptop:before{content:""}.wfls-ion-leaf:before{content:""}.wfls-ion-levels:before{content:""}.wfls-ion-lightbulb:before{content:""}.wfls-ion-link:before{content:""}.wfls-ion-load-a:before{content:""}.wfls-ion-load-b:before{content:""}.wfls-ion-load-c:before{content:""}.wfls-ion-load-d:before{content:""}.wfls-ion-location:before{content:""}.wfls-ion-lock-combination:before{content:""}.wfls-ion-locked:before{content:""}.wfls-ion-log-in:before{content:""}.wfls-ion-log-out:before{content:""}.wfls-ion-loop:before{content:""}.wfls-ion-magnet:before{content:""}.wfls-ion-male:before{content:""}.wfls-ion-man:before{content:""}.wfls-ion-map:before{content:""}.wfls-ion-medkit:before{content:""}.wfls-ion-merge:before{content:""}.wfls-ion-mic-a:before{content:""}.wfls-ion-mic-b:before{content:""}.wfls-ion-mic-c:before{content:""}.wfls-ion-minus:before{content:""}.wfls-ion-minus-circled:before{content:""}.wfls-ion-minus-round:before{content:""}.wfls-ion-model-s:before{content:""}.wfls-ion-monitor:before{content:""}.wfls-ion-more:before{content:""}.wfls-ion-mouse:before{content:""}.wfls-ion-music-note:before{content:""}.wfls-ion-navicon:before{content:""}.wfls-ion-navicon-round:before{content:""}.wfls-ion-navigate:before{content:""}.wfls-ion-network:before{content:""}.wfls-ion-no-smoking:before{content:""}.wfls-ion-nuclear:before{content:""}.wfls-ion-outlet:before{content:""}.wfls-ion-paintbrush:before{content:""}.wfls-ion-paintbucket:before{content:""}.wfls-ion-paper-airplane:before{content:""}.wfls-ion-paperclip:before{content:""}.wfls-ion-pause:before{content:""}.wfls-ion-person:before{content:""}.wfls-ion-person-add:before{content:""}.wfls-ion-person-stalker:before{content:""}.wfls-ion-pie-graph:before{content:""}.wfls-ion-pin:before{content:""}.wfls-ion-pinpoint:before{content:""}.wfls-ion-pizza:before{content:""}.wfls-ion-plane:before{content:""}.wfls-ion-planet:before{content:""}.wfls-ion-play:before{content:""}.wfls-ion-playstation:before{content:""}.wfls-ion-plus:before{content:""}.wfls-ion-plus-circled:before{content:""}.wfls-ion-plus-round:before{content:""}.wfls-ion-podium:before{content:""}.wfls-ion-pound:before{content:""}.wfls-ion-power:before{content:""}.wfls-ion-pricetag:before{content:""}.wfls-ion-pricetags:before{content:""}.wfls-ion-printer:before{content:""}.wfls-ion-pull-request:before{content:""}.wfls-ion-qr-scanner:before{content:""}.wfls-ion-quote:before{content:""}.wfls-ion-radio-waves:before{content:""}.wfls-ion-record:before{content:""}.wfls-ion-refresh:before{content:""}.wfls-ion-reply:before{content:""}.wfls-ion-reply-all:before{content:""}.wfls-ion-ribbon-a:before{content:""}.wfls-ion-ribbon-b:before{content:""}.wfls-ion-sad:before{content:""}.wfls-ion-sad-outline:before{content:""}.wfls-ion-scissors:before{content:""}.wfls-ion-search:before{content:""}.wfls-ion-settings:before{content:""}.wfls-ion-share:before{content:""}.wfls-ion-shuffle:before{content:""}.wfls-ion-skip-backward:before{content:""}.wfls-ion-skip-forward:before{content:""}.wfls-ion-social-android:before{content:""}.wfls-ion-social-android-outline:before{content:""}.wfls-ion-social-angular:before{content:""}.wfls-ion-social-angular-outline:before{content:""}.wfls-ion-social-apple:before{content:""}.wfls-ion-social-apple-outline:before{content:""}.wfls-ion-social-bitcoin:before{content:""}.wfls-ion-social-bitcoin-outline:before{content:""}.wfls-ion-social-buffer:before{content:""}.wfls-ion-social-buffer-outline:before{content:""}.wfls-ion-social-chrome:before{content:""}.wfls-ion-social-chrome-outline:before{content:""}.wfls-ion-social-codepen:before{content:""}.wfls-ion-social-codepen-outline:before{content:""}.wfls-ion-social-css3:before{content:""}.wfls-ion-social-css3-outline:before{content:""}.wfls-ion-social-designernews:before{content:""}.wfls-ion-social-designernews-outline:before{content:""}.wfls-ion-social-dribbble:before{content:""}.wfls-ion-social-dribbble-outline:before{content:""}.wfls-ion-social-dropbox:before{content:""}.wfls-ion-social-dropbox-outline:before{content:""}.wfls-ion-social-euro:before{content:""}.wfls-ion-social-euro-outline:before{content:""}.wfls-ion-social-facebook:before{content:""}.wfls-ion-social-facebook-outline:before{content:""}.wfls-ion-social-foursquare:before{content:""}.wfls-ion-social-foursquare-outline:before{content:""}.wfls-ion-social-freebsd-devil:before{content:""}.wfls-ion-social-github:before{content:""}.wfls-ion-social-github-outline:before{content:""}.wfls-ion-social-google:before{content:""}.wfls-ion-social-google-outline:before{content:""}.wfls-ion-social-googleplus:before{content:""}.wfls-ion-social-googleplus-outline:before{content:""}.wfls-ion-social-hackernews:before{content:""}.wfls-ion-social-hackernews-outline:before{content:""}.wfls-ion-social-html5:before{content:""}.wfls-ion-social-html5-outline:before{content:""}.wfls-ion-social-instagram:before{content:""}.wfls-ion-social-instagram-outline:before{content:""}.wfls-ion-social-javascript:before{content:""}.wfls-ion-social-javascript-outline:before{content:""}.wfls-ion-social-linkedin:before{content:""}.wfls-ion-social-linkedin-outline:before{content:""}.wfls-ion-social-markdown:before{content:""}.wfls-ion-social-nodejs:before{content:""}.wfls-ion-social-octocat:before{content:""}.wfls-ion-social-pinterest:before{content:""}.wfls-ion-social-pinterest-outline:before{content:""}.wfls-ion-social-python:before{content:""}.wfls-ion-social-reddit:before{content:""}.wfls-ion-social-reddit-outline:before{content:""}.wfls-ion-social-rss:before{content:""}.wfls-ion-social-rss-outline:before{content:""}.wfls-ion-social-sass:before{content:""}.wfls-ion-social-skype:before{content:""}.wfls-ion-social-skype-outline:before{content:""}.wfls-ion-social-snapchat:before{content:""}.wfls-ion-social-snapchat-outline:before{content:""}.wfls-ion-social-tumblr:before{content:""}.wfls-ion-social-tumblr-outline:before{content:""}.wfls-ion-social-tux:before{content:""}.wfls-ion-social-twitch:before{content:""}.wfls-ion-social-twitch-outline:before{content:""}.wfls-ion-social-twitter:before{content:""}.wfls-ion-social-twitter-outline:before{content:""}.wfls-ion-social-usd:before{content:""}.wfls-ion-social-usd-outline:before{content:""}.wfls-ion-social-vimeo:before{content:""}.wfls-ion-social-vimeo-outline:before{content:""}.wfls-ion-social-whatsapp:before{content:""}.wfls-ion-social-whatsapp-outline:before{content:""}.wfls-ion-social-windows:before{content:""}.wfls-ion-social-windows-outline:before{content:""}.wfls-ion-social-wordpress:before{content:""}.wfls-ion-social-wordpress-outline:before{content:""}.wfls-ion-social-yahoo:before{content:""}.wfls-ion-social-yahoo-outline:before{content:""}.wfls-ion-social-yen:before{content:""}.wfls-ion-social-yen-outline:before{content:""}.wfls-ion-social-youtube:before{content:""}.wfls-ion-social-youtube-outline:before{content:""}.wfls-ion-soup-can:before{content:""}.wfls-ion-soup-can-outline:before{content:""}.wfls-ion-speakerphone:before{content:""}.wfls-ion-speedometer:before{content:""}.wfls-ion-spoon:before{content:""}.wfls-ion-star:before{content:""}.wfls-ion-stats-bars:before{content:""}.wfls-ion-steam:before{content:""}.wfls-ion-stop:before{content:""}.wfls-ion-thermometer:before{content:""}.wfls-ion-thumbsdown:before{content:""}.wfls-ion-thumbsup:before{content:""}.wfls-ion-toggle:before{content:""}.wfls-ion-toggle-filled:before{content:""}.wfls-ion-transgender:before{content:""}.wfls-ion-trash-a:before{content:""}.wfls-ion-trash-b:before{content:""}.wfls-ion-trophy:before{content:""}.wfls-ion-tshirt:before{content:""}.wfls-ion-tshirt-outline:before{content:""}.wfls-ion-umbrella:before{content:""}.wfls-ion-university:before{content:""}.wfls-ion-unlocked:before{content:""}.wfls-ion-upload:before{content:""}.wfls-ion-usb:before{content:""}.wfls-ion-videocamera:before{content:""}.wfls-ion-volume-high:before{content:""}.wfls-ion-volume-low:before{content:""}.wfls-ion-volume-medium:before{content:""}.wfls-ion-volume-mute:before{content:""}.wfls-ion-wand:before{content:""}.wfls-ion-waterdrop:before{content:""}.wfls-ion-wifi:before{content:""}.wfls-ion-wineglass:before{content:""}.wfls-ion-woman:before{content:""}.wfls-ion-wrench:before{content:""}.wfls-ion-xbox:before{content:""}.wfls-clearfix:before,.wfls-clearfix:after{content:" ";display:table}.wfls-clearfix:after{clear:both}#wfls-standalone-modal-overlay{background:#7779!important;background:-webkit-radial-gradient(rgb(120 120 120 / .8),rgb(100 100 100 / .8) 50%,#464646)!important;background:-moz-radial-gradient(rgb(120 120 120 / .6),rgb(100 100 100 / .8) 20%,#464646)!important;opacity:1!important;z-index:9998!important}#wfls-standalone-modal{padding:0;z-index:9999!important}#wfls-standalone-modal .ui-dialog-titlebar{display:none}#wfls-standalone-modal .ui-dialog-content{padding:0}#wfls-standalone-modal .wfls-btn-default{color:#00709e;background-color:#fff;border-color:#00709e}#wfls-standalone-modal .wfls-btn-default:focus,#wfls-standalone-modal .wfls-btn-default.focus{color:#00709e;background-color:#e6e6e6;border-color:#005477}#wfls-standalone-modal .wfls-btn-default:hover{color:#00709e;background-color:#e6e6e6;border-color:#00638b}#wfls-standalone-modal .wfls-btn-default:active,#wfls-standalone-modal .wfls-btn-default.active,.wfls-open>#wfls-standalone-modal .wfls-btn-default.wfls-dropdown-toggle{color:#00709e;background-color:#e6e6e6;border-color:#00638b}#wfls-standalone-modal .wfls-btn-default:active:hover,#wfls-standalone-modal .wfls-btn-default:active:focus,#wfls-standalone-modal .wfls-btn-default:active.focus,#wfls-standalone-modal .wfls-btn-default.active:hover,#wfls-standalone-modal .wfls-btn-default.active:focus,#wfls-standalone-modal .wfls-btn-default.active.focus,.wfls-open>#wfls-standalone-modal .wfls-btn-default.wfls-dropdown-toggle:hover,.wfls-open>#wfls-standalone-modal .wfls-btn-default.wfls-dropdown-toggle:focus,.wfls-open>#wfls-standalone-modal .wfls-btn-default.wfls-dropdown-toggle.focus{color:#00709e;background-color:#d4d4d4;border-color:#005477}#wfls-standalone-modal .wfls-btn-default:active,#wfls-standalone-modal .wfls-btn-default.wfls-active,.wfls-open>#wfls-standalone-modal .wfls-btn-default.wfls-dropdown-toggle{background-image:none}#wfls-standalone-modal .wfls-btn-default.wfls-disabled,#wfls-standalone-modal .wfls-btn-default[disabled],#wfls-standalone-modal .wfls-btn-default[readonly],fieldset[disabled] #wfls-standalone-modal .wfls-btn-default{color:#777;background-color:#fff;border-color:#e2e2e2;cursor:not-allowed;opacity:.75}#wfls-standalone-modal .wfls-btn-default.wfls-disabled:hover,#wfls-standalone-modal .wfls-btn-default.wfls-disabled:focus,#wfls-standalone-modal .wfls-btn-default.wfls-disabled.wfls-focus,#wfls-standalone-modal .wfls-btn-default[disabled]:hover,#wfls-standalone-modal .wfls-btn-default[disabled]:focus,#wfls-standalone-modal .wfls-btn-default[disabled].wfls-focus,#wfls-standalone-modal .wfls-btn-default[readonly]:hover,#wfls-standalone-modal .wfls-btn-default[readonly]:focus,#wfls-standalone-modal .wfls-btn-default[readonly].wfls-focus,fieldset[disabled] #wfls-standalone-modal .wfls-btn-default:hover,fieldset[disabled] #wfls-standalone-modal .wfls-btn-default:focus,fieldset[disabled] #wfls-standalone-modal .wfls-btn-default.wfls-focus{background-color:#fff;border-color:#00709e}#wfls-standalone-modal .wfls-btn-default .wfls-badge{color:#fff;background-color:#00709e}#wfls-standalone-modal .wfls-btn-primary{color:#fff;background-color:#00709e;border-color:#006a96}#wfls-standalone-modal .wfls-btn-primary:focus,#wfls-standalone-modal .wfls-btn-primary.focus{color:#fff;background-color:#00658e;border-color:#005071}#wfls-standalone-modal .wfls-btn-primary:hover{color:#fff;background-color:#00658e;border-color:#005e84}#wfls-standalone-modal .wfls-btn-primary:active,#wfls-standalone-modal .wfls-btn-primary.active,.wfls-open>#wfls-standalone-modal .wfls-btn-primary.wfls-dropdown-toggle{color:#fff;background-color:#00658e;border-color:#005e84}#wfls-standalone-modal .wfls-btn-primary:active:hover,#wfls-standalone-modal .wfls-btn-primary:active:focus,#wfls-standalone-modal .wfls-btn-primary:active.focus,#wfls-standalone-modal .wfls-btn-primary.active:hover,#wfls-standalone-modal .wfls-btn-primary.active:focus,#wfls-standalone-modal .wfls-btn-primary.active.focus,.wfls-open>#wfls-standalone-modal .wfls-btn-primary.wfls-dropdown-toggle:hover,.wfls-open>#wfls-standalone-modal .wfls-btn-primary.wfls-dropdown-toggle:focus,.wfls-open>#wfls-standalone-modal .wfls-btn-primary.wfls-dropdown-toggle.focus{color:#fff;background-color:#005d83;border-color:#005071}#wfls-standalone-modal .wfls-btn-primary:active,#wfls-standalone-modal .wfls-btn-primary.wfls-active,.wfls-open>#wfls-standalone-modal .wfls-btn-primary.wfls-dropdown-toggle{background-image:none}#wfls-standalone-modal .wfls-btn-primary.wfls-disabled,#wfls-standalone-modal .wfls-btn-primary[disabled],#wfls-standalone-modal .wfls-btn-primary[readonly],fieldset[disabled] #wfls-standalone-modal .wfls-btn-primary{color:#fff;background-color:#59a2c0;border-color:#599ebb;cursor:not-allowed;opacity:.75}#wfls-standalone-modal .wfls-btn-primary.wfls-disabled:hover,#wfls-standalone-modal .wfls-btn-primary.wfls-disabled:focus,#wfls-standalone-modal .wfls-btn-primary.wfls-disabled.wfls-focus,#wfls-standalone-modal .wfls-btn-primary[disabled]:hover,#wfls-standalone-modal .wfls-btn-primary[disabled]:focus,#wfls-standalone-modal .wfls-btn-primary[disabled].wfls-focus,#wfls-standalone-modal .wfls-btn-primary[readonly]:hover,#wfls-standalone-modal .wfls-btn-primary[readonly]:focus,#wfls-standalone-modal .wfls-btn-primary[readonly].wfls-focus,fieldset[disabled] #wfls-standalone-modal .wfls-btn-primary:hover,fieldset[disabled] #wfls-standalone-modal .wfls-btn-primary:focus,fieldset[disabled] #wfls-standalone-modal .wfls-btn-primary.wfls-focus{background-color:#00709e;border-color:#006a96}#wfls-standalone-modal .wfls-btn-primary .wfls-badge{color:#00709e;background-color:#fff}#wfls-standalone-modal .wfls-btn-success{color:#fff;background-color:#5cb85c;border-color:#52b452}#wfls-standalone-modal .wfls-btn-success:focus,#wfls-standalone-modal .wfls-btn-success.focus{color:#fff;background-color:#4bad4b;border-color:#3c893c}#wfls-standalone-modal .wfls-btn-success:hover{color:#fff;background-color:#4bad4b;border-color:#46a146}#wfls-standalone-modal .wfls-btn-success:active,#wfls-standalone-modal .wfls-btn-success.active,.wfls-open>#wfls-standalone-modal .wfls-btn-success.wfls-dropdown-toggle{color:#fff;background-color:#4bad4b;border-color:#46a146}#wfls-standalone-modal .wfls-btn-success:active:hover,#wfls-standalone-modal .wfls-btn-success:active:focus,#wfls-standalone-modal .wfls-btn-success:active.focus,#wfls-standalone-modal .wfls-btn-success.active:hover,#wfls-standalone-modal .wfls-btn-success.active:focus,#wfls-standalone-modal .wfls-btn-success.active.focus,.wfls-open>#wfls-standalone-modal .wfls-btn-success.wfls-dropdown-toggle:hover,.wfls-open>#wfls-standalone-modal .wfls-btn-success.wfls-dropdown-toggle:focus,.wfls-open>#wfls-standalone-modal .wfls-btn-success.wfls-dropdown-toggle.focus{color:#fff;background-color:#46a046;border-color:#3c893c}#wfls-standalone-modal .wfls-btn-success:active,#wfls-standalone-modal .wfls-btn-success.wfls-active,.wfls-open>#wfls-standalone-modal .wfls-btn-success.wfls-dropdown-toggle{background-image:none}#wfls-standalone-modal .wfls-btn-success.wfls-disabled,#wfls-standalone-modal .wfls-btn-success[disabled],#wfls-standalone-modal .wfls-btn-success[readonly],fieldset[disabled] #wfls-standalone-modal .wfls-btn-success{color:#fff;background-color:#95d195;border-color:#8fce8f;cursor:not-allowed;opacity:.75}#wfls-standalone-modal .wfls-btn-success.wfls-disabled:hover,#wfls-standalone-modal .wfls-btn-success.wfls-disabled:focus,#wfls-standalone-modal .wfls-btn-success.wfls-disabled.wfls-focus,#wfls-standalone-modal .wfls-btn-success[disabled]:hover,#wfls-standalone-modal .wfls-btn-success[disabled]:focus,#wfls-standalone-modal .wfls-btn-success[disabled].wfls-focus,#wfls-standalone-modal .wfls-btn-success[readonly]:hover,#wfls-standalone-modal .wfls-btn-success[readonly]:focus,#wfls-standalone-modal .wfls-btn-success[readonly].wfls-focus,fieldset[disabled] #wfls-standalone-modal .wfls-btn-success:hover,fieldset[disabled] #wfls-standalone-modal .wfls-btn-success:focus,fieldset[disabled] #wfls-standalone-modal .wfls-btn-success.wfls-focus{background-color:#5cb85c;border-color:#52b452}#wfls-standalone-modal .wfls-btn-success .wfls-badge{color:#5cb85c;background-color:#fff}#wfls-standalone-modal .wfls-btn-info{color:#fff;background-color:#5bc0de;border-color:#4ebbdb}#wfls-standalone-modal .wfls-btn-info:focus,#wfls-standalone-modal .wfls-btn-info.focus{color:#fff;background-color:#41b6d9;border-color:#2598ba}#wfls-standalone-modal .wfls-btn-info:hover{color:#fff;background-color:#41b6d9;border-color:#30b0d5}#wfls-standalone-modal .wfls-btn-info:active,#wfls-standalone-modal .wfls-btn-info.active,.wfls-open>#wfls-standalone-modal .wfls-btn-info.wfls-dropdown-toggle{color:#fff;background-color:#41b6d9;border-color:#30b0d5}#wfls-standalone-modal .wfls-btn-info:active:hover,#wfls-standalone-modal .wfls-btn-info:active:focus,#wfls-standalone-modal .wfls-btn-info:active.focus,#wfls-standalone-modal .wfls-btn-info.active:hover,#wfls-standalone-modal .wfls-btn-info.active:focus,#wfls-standalone-modal .wfls-btn-info.active.focus,.wfls-open>#wfls-standalone-modal .wfls-btn-info.wfls-dropdown-toggle:hover,.wfls-open>#wfls-standalone-modal .wfls-btn-info.wfls-dropdown-toggle:focus,.wfls-open>#wfls-standalone-modal .wfls-btn-info.wfls-dropdown-toggle.focus{color:#fff;background-color:#2fafd5;border-color:#2598ba}#wfls-standalone-modal .wfls-btn-info:active,#wfls-standalone-modal .wfls-btn-info.wfls-active,.wfls-open>#wfls-standalone-modal .wfls-btn-info.wfls-dropdown-toggle{background-image:none}#wfls-standalone-modal .wfls-btn-info.wfls-disabled,#wfls-standalone-modal .wfls-btn-info[disabled],#wfls-standalone-modal .wfls-btn-info[readonly],fieldset[disabled] #wfls-standalone-modal .wfls-btn-info{color:#fff;background-color:#94d6ea;border-color:#8cd3e8;cursor:not-allowed;opacity:.75}#wfls-standalone-modal .wfls-btn-info.wfls-disabled:hover,#wfls-standalone-modal .wfls-btn-info.wfls-disabled:focus,#wfls-standalone-modal .wfls-btn-info.wfls-disabled.wfls-focus,#wfls-standalone-modal .wfls-btn-info[disabled]:hover,#wfls-standalone-modal .wfls-btn-info[disabled]:focus,#wfls-standalone-modal .wfls-btn-info[disabled].wfls-focus,#wfls-standalone-modal .wfls-btn-info[readonly]:hover,#wfls-standalone-modal .wfls-btn-info[readonly]:focus,#wfls-standalone-modal .wfls-btn-info[readonly].wfls-focus,fieldset[disabled] #wfls-standalone-modal .wfls-btn-info:hover,fieldset[disabled] #wfls-standalone-modal .wfls-btn-info:focus,fieldset[disabled] #wfls-standalone-modal .wfls-btn-info.wfls-focus{background-color:#5bc0de;border-color:#4ebbdb}#wfls-standalone-modal .wfls-btn-info .wfls-badge{color:#5bc0de;background-color:#fff}#wfls-standalone-modal .wfls-btn-warning{color:#fff;background-color:#f0ad4e;border-color:#efa63f}#wfls-standalone-modal .wfls-btn-warning:focus,#wfls-standalone-modal .wfls-btn-warning.focus{color:#fff;background-color:#ee9f31;border-color:#d18212}#wfls-standalone-modal .wfls-btn-warning:hover{color:#fff;background-color:#ee9f31;border-color:#ec971e}#wfls-standalone-modal .wfls-btn-warning:active,#wfls-standalone-modal .wfls-btn-warning.active,.wfls-open>#wfls-standalone-modal .wfls-btn-warning.wfls-dropdown-toggle{color:#fff;background-color:#ee9f31;border-color:#ec971e}#wfls-standalone-modal .wfls-btn-warning:active:hover,#wfls-standalone-modal .wfls-btn-warning:active:focus,#wfls-standalone-modal .wfls-btn-warning:active.focus,#wfls-standalone-modal .wfls-btn-warning.active:hover,#wfls-standalone-modal .wfls-btn-warning.active:focus,#wfls-standalone-modal .wfls-btn-warning.active.focus,.wfls-open>#wfls-standalone-modal .wfls-btn-warning.wfls-dropdown-toggle:hover,.wfls-open>#wfls-standalone-modal .wfls-btn-warning.wfls-dropdown-toggle:focus,.wfls-open>#wfls-standalone-modal .wfls-btn-warning.wfls-dropdown-toggle.focus{color:#fff;background-color:#ec961c;border-color:#d18212}#wfls-standalone-modal .wfls-btn-warning:active,#wfls-standalone-modal .wfls-btn-warning.wfls-active,.wfls-open>#wfls-standalone-modal .wfls-btn-warning.wfls-dropdown-toggle{background-image:none}#wfls-standalone-modal .wfls-btn-warning.wfls-disabled,#wfls-standalone-modal .wfls-btn-warning[disabled],#wfls-standalone-modal .wfls-btn-warning[readonly],fieldset[disabled] #wfls-standalone-modal .wfls-btn-warning{color:#fff;background-color:#f5ca8c;border-color:#f4c582;cursor:not-allowed;opacity:.75}#wfls-standalone-modal .wfls-btn-warning.wfls-disabled:hover,#wfls-standalone-modal .wfls-btn-warning.wfls-disabled:focus,#wfls-standalone-modal .wfls-btn-warning.wfls-disabled.wfls-focus,#wfls-standalone-modal .wfls-btn-warning[disabled]:hover,#wfls-standalone-modal .wfls-btn-warning[disabled]:focus,#wfls-standalone-modal .wfls-btn-warning[disabled].wfls-focus,#wfls-standalone-modal .wfls-btn-warning[readonly]:hover,#wfls-standalone-modal .wfls-btn-warning[readonly]:focus,#wfls-standalone-modal .wfls-btn-warning[readonly].wfls-focus,fieldset[disabled] #wfls-standalone-modal .wfls-btn-warning:hover,fieldset[disabled] #wfls-standalone-modal .wfls-btn-warning:focus,fieldset[disabled] #wfls-standalone-modal .wfls-btn-warning.wfls-focus{background-color:#f0ad4e;border-color:#efa63f}#wfls-standalone-modal .wfls-btn-warning .wfls-badge{color:#f0ad4e;background-color:#fff}#wfls-standalone-modal .wfls-btn-danger{color:#fff;background-color:#930000;border-color:#8c0000}#wfls-standalone-modal .wfls-btn-danger:focus,#wfls-standalone-modal .wfls-btn-danger.focus{color:#fff;background-color:#840000;border-color:#690000}#wfls-standalone-modal .wfls-btn-danger:hover{color:#fff;background-color:#840000;border-color:#7b0000}#wfls-standalone-modal .wfls-btn-danger:active,#wfls-standalone-modal .wfls-btn-danger.active,.wfls-open>#wfls-standalone-modal .wfls-btn-danger.wfls-dropdown-toggle{color:#fff;background-color:#840000;border-color:#7b0000}#wfls-standalone-modal .wfls-btn-danger:active:hover,#wfls-standalone-modal .wfls-btn-danger:active:focus,#wfls-standalone-modal .wfls-btn-danger:active.focus,#wfls-standalone-modal .wfls-btn-danger.active:hover,#wfls-standalone-modal .wfls-btn-danger.active:focus,#wfls-standalone-modal .wfls-btn-danger.active.focus,.wfls-open>#wfls-standalone-modal .wfls-btn-danger.wfls-dropdown-toggle:hover,.wfls-open>#wfls-standalone-modal .wfls-btn-danger.wfls-dropdown-toggle:focus,.wfls-open>#wfls-standalone-modal .wfls-btn-danger.wfls-dropdown-toggle.focus{color:#fff;background-color:#7a0000;border-color:#690000}#wfls-standalone-modal .wfls-btn-danger:active,#wfls-standalone-modal .wfls-btn-danger.wfls-active,.wfls-open>#wfls-standalone-modal .wfls-btn-danger.wfls-dropdown-toggle{background-image:none}#wfls-standalone-modal .wfls-btn-danger.wfls-disabled,#wfls-standalone-modal .wfls-btn-danger[disabled],#wfls-standalone-modal .wfls-btn-danger[readonly],fieldset[disabled] #wfls-standalone-modal .wfls-btn-danger{color:#fff;background-color:#b95959;border-color:#b45959;cursor:not-allowed;opacity:.75}#wfls-standalone-modal .wfls-btn-danger.wfls-disabled:hover,#wfls-standalone-modal .wfls-btn-danger.wfls-disabled:focus,#wfls-standalone-modal .wfls-btn-danger.wfls-disabled.wfls-focus,#wfls-standalone-modal .wfls-btn-danger[disabled]:hover,#wfls-standalone-modal .wfls-btn-danger[disabled]:focus,#wfls-standalone-modal .wfls-btn-danger[disabled].wfls-focus,#wfls-standalone-modal .wfls-btn-danger[readonly]:hover,#wfls-standalone-modal .wfls-btn-danger[readonly]:focus,#wfls-standalone-modal .wfls-btn-danger[readonly].wfls-focus,fieldset[disabled] #wfls-standalone-modal .wfls-btn-danger:hover,fieldset[disabled] #wfls-standalone-modal .wfls-btn-danger:focus,fieldset[disabled] #wfls-standalone-modal .wfls-btn-danger.wfls-focus{background-color:#930000;border-color:#8c0000}#wfls-standalone-modal .wfls-btn-danger .wfls-badge{color:#930000;background-color:#fff}#wfls-standalone-modal .wfls-modal ul,#wfls-standalone-modal .wfls-modal li{padding:0;margin:0}#wfls-standalone-modal .wfls-modal .wfls-modal-success{overflow:auto;background-color:#00709e}#wfls-standalone-modal .wfls-modal .wfls-modal-success .wfls-model-success-wrapper{margin:.25rem;background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA5MS42NSA3MC43OSI+PHBhdGggZD0iTTkwLjA4LDguNzMsODIuOTEsMS41N2E1LjE5LDUuMTksMCwwLDAtNy40MywwTDMzLjMxLDQzLjc0LDE2LjE2LDI2LjU5YTUuMiw1LjIsMCwwLDAtNy40MywwTDEuNTcsMzMuNzdhNS4xOSw1LjE5LDAsMCwwLDAsNy40M2wyOCwyOGE1LjIsNS4yLDAsMCwwLDcuNDMsMEw5MC4wOCwxNi4xN2E1LjE5LDUuMTksMCwwLDAsMC03LjQzWm0wLDAiIGZpbGw9IiMwMDdjYWMiLz48L3N2Zz4=);background-position:top center;background-repeat:no-repeat}#wfls-standalone-modal .wfls-modal .wfls-modal-header{min-height:44px;padding:1rem;width:100%;box-sizing:border-box;display:flex;align-items:center;justify-content:space-between;position:relative;border-bottom:1px solid rgb(216.75,216.75,216.75)}#wfls-standalone-modal .wfls-modal .wfls-modal-header .wfls-modal-header-content{max-width:75%}#wfls-standalone-modal .wfls-modal .wfls-modal-header .wfls-modal-header-content .wfls-modal-title{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:.95rem;width:100%;transition:color .2s ease-in}#wfls-standalone-modal .wfls-modal .wfls-modal-header .wfls-modal-header-content .wfls-modal-subtitle{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;margin-top:.125rem;margin-bottom:.125rem;font-size:.575rem;color:#4f748e}#wfls-standalone-modal .wfls-modal .wfls-modal-header .wfls-modal-header-action{display:flex;align-items:center;justify-content:flex-end}#wfls-standalone-modal .wfls-modal .wfls-modal-header .wfls-modal-header-action .wfls-modal-header-action-close a{color:#525355}#wfls-standalone-modal .wfls-modal .wfls-modal-success .wfls-modal-header{border-bottom:0}#wfls-standalone-modal .wfls-modal .wfls-modal-success .wfls-modal-header .wfls-modal-header-content{max-width:100%;width:100%;padding-top:1rem}#wfls-standalone-modal .wfls-modal .wfls-modal-success .wfls-modal-header .wfls-modal-header-content .wfls-modal-title{font-size:1.3125rem;font-weight:300;line-height:1.5;text-align:center;color:#fff}#wfls-standalone-modal .wfls-modal .wfls-modal-content{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;padding:1rem}#wfls-standalone-modal .wfls-modal .wfls-modal-content>*:first-child{margin-top:0}#wfls-standalone-modal .wfls-modal .wfls-modal-content select,#wfls-standalone-modal .wfls-modal .wfls-modal-content select option{font-size:.7rem;font-weight:700}@media(min-width:768px){#wfls-standalone-modal .wfls-modal .wfls-modal-content select,#wfls-standalone-modal .wfls-modal .wfls-modal-content select option{font-size:.8rem}}@media(min-width:992px){#wfls-standalone-modal .wfls-modal .wfls-modal-content select,#wfls-standalone-modal .wfls-modal .wfls-modal-content select option{font-size:.9rem}}#wfls-standalone-modal .wfls-modal .wfls-modal-content .wfls-option-select-option{text-align:left;height:40px;border-radius:0;border:0;background-color:#fff;box-shadow:1px 1px 1px 2px #d7d7d759}#wfls-standalone-modal .wfls-modal .wfls-modal-success .wfls-modal-content{text-align:center;color:#fff;padding:0 1.5rem 2rem}#wfls-standalone-modal .wfls-modal .wfls-modal-success .wfls-modal-content a{text-decoration:underline;color:#fff}#wfls-standalone-modal .wfls-modal .wfls-modal-footer{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;min-height:44px;padding:1rem;width:100%;box-sizing:border-box;display:flex;align-items:center;justify-content:space-between;position:relative;background-color:#f1f1f1;border-top:1px solid rgb(216.75,216.75,216.75)}#wfls-standalone-modal .wfls-modal .wfls-modal-footer .wfls-modal-accessory{flex-grow:1!important}#wfls-standalone-modal .wfls-modal .wfls-modal-footer .wfls-modal-accessory label{font-weight:400}#wfls-standalone-modal .wfls-modal .wfls-modal-success .wfls-modal-footer{background-color:#ccc;border-top:1px solid rgb(191.25,191.25,191.25)}#wfls-standalone-modal,#wfls-standalone-modal:before,#wfls-standalone-modal:after{box-sizing:content-box}#wfls-standalone-modal h1,#wfls-standalone-modal h2,#wfls-standalone-modal h3,#wfls-standalone-modal h4,#wfls-standalone-modal h5,#wfls-standalone-modal h6{display:block;font-weight:600}#wfls-standalone-modal h1{font-size:2em;margin:.67em 0}#wfls-standalone-modal h2,#wfls-standalone-modal h3{font-size:1.3em;margin:1em 0}#wfls-standalone-modal h1,#wfls-standalone-modal h2,#wfls-standalone-modal h3{color:#23282d}#wfls-standalone-modal p{font-size:13px;line-height:1.5;margin:1em 0}#wfls-management-embedded .wfls-flex-row-wrapped{flex-wrap:wrap;-webkit-flex-wrap:wrap}#wfls-management-embedded ul.wfls-recovery-codes{margin-left:0;padding-left:0}#wfls-management-embedded .wfls-btn{text-decoration:none}#wfls-management-embedded #wfls-qr-code-text{margin-top:.5rem}#wfls-management-embedded>div>div:not(:last-child){margin-bottom:.75rem}#wfls-management-embedded>div.wfls-no-bottom-column-margin>div:not(:last-child){margin-bottom:0}#wfls-management-embedded input[type=text]{width:auto}.wfls-modal-footer ul{list-style-type:none}@font-face{font-family:FontAwesome;src:url(data:font/woff;base64,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) format("woff");font-weight:400;font-style:normal}.wfls-fa{display:inline-block;font:14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.wfls-fa-lg{font-size:1.3333333333em;line-height:.75em;vertical-align:-15%}.wfls-fa-2x{font-size:2em}.wfls-fa-3x{font-size:3em}.wfls-fa-4x{font-size:4em}.wfls-fa-5x{font-size:5em}.wfls-fa-fw{width:1.2857142857em;text-align:center}.wfls-fa-ul{padding-left:0;margin-left:2.1428571429em;list-style-type:none}.wfls-fa-ul>li{position:relative}.wfls-fa-li{position:absolute;left:-2.1428571429em;width:2.1428571429em;top:.1428571429em;text-align:center}.wfls-fa-li.wfls-fa-lg{left:-1.8571428571em}.wfls-fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.wfls-fa-pull-left{float:left}.wfls-fa-pull-right{float:right}.wfls-fa.wfls-fa-pull-left{margin-right:.3em}.wfls-fa.wfls-fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.wfls-fa.pull-left{margin-right:.3em}.wfls-fa.pull-right{margin-left:.3em}.wfls-fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.wfls-fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.wfls-fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.wfls-fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.wfls-fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.wfls-fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1,1);-ms-transform:scale(-1,1);transform:scaleX(-1)}.wfls-fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1,-1);-ms-transform:scale(1,-1);transform:scaleY(-1)}:root .wfls-fa-rotate-90,:root .wfls-fa-rotate-180,:root .wfls-fa-rotate-270,:root .wfls-fa-flip-horizontal,:root .wfls-fa-flip-vertical{filter:none}.wfls-fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.wfls-fa-stack-1x,.wfls-fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.wfls-fa-stack-1x{line-height:inherit}.wfls-fa-stack-2x{font-size:2em}.wfls-fa-inverse{color:#fff}.wfls-fa-glass:before{content:""}.wfls-fa-music:before{content:""}.wfls-fa-search:before{content:""}.wfls-fa-envelope-o:before{content:""}.wfls-fa-heart:before{content:""}.wfls-fa-star:before{content:""}.wfls-fa-star-o:before{content:""}.wfls-fa-user:before{content:""}.wfls-fa-film:before{content:""}.wfls-fa-th-large:before{content:""}.wfls-fa-th:before{content:""}.wfls-fa-th-list:before{content:""}.wfls-fa-check:before{content:""}.wfls-fa-remove:before,.wfls-fa-close:before,.wfls-fa-times:before{content:""}.wfls-fa-search-plus:before{content:""}.wfls-fa-search-minus:before{content:""}.wfls-fa-power-off:before{content:""}.wfls-fa-signal:before{content:""}.wfls-fa-gear:before,.wfls-fa-cog:before{content:""}.wfls-fa-trash-o:before{content:""}.wfls-fa-home:before{content:""}.wfls-fa-file-o:before{content:""}.wfls-fa-clock-o:before{content:""}.wfls-fa-road:before{content:""}.wfls-fa-download:before{content:""}.wfls-fa-arrow-circle-o-down:before{content:""}.wfls-fa-arrow-circle-o-up:before{content:""}.wfls-fa-inbox:before{content:""}.wfls-fa-play-circle-o:before{content:""}.wfls-fa-rotate-right:before,.wfls-fa-repeat:before{content:""}.wfls-fa-refresh:before{content:""}.wfls-fa-list-alt:before{content:""}.wfls-fa-lock:before{content:""}.wfls-fa-flag:before{content:""}.wfls-fa-headphones:before{content:""}.wfls-fa-volume-off:before{content:""}.wfls-fa-volume-down:before{content:""}.wfls-fa-volume-up:before{content:""}.wfls-fa-qrcode:before{content:""}.wfls-fa-barcode:before{content:""}.wfls-fa-tag:before{content:""}.wfls-fa-tags:before{content:""}.wfls-fa-book:before{content:""}.wfls-fa-bookmark:before{content:""}.wfls-fa-print:before{content:""}.wfls-fa-camera:before{content:""}.wfls-fa-font:before{content:""}.wfls-fa-bold:before{content:""}.wfls-fa-italic:before{content:""}.wfls-fa-text-height:before{content:""}.wfls-fa-text-width:before{content:""}.wfls-fa-align-left:before{content:""}.wfls-fa-align-center:before{content:""}.wfls-fa-align-right:before{content:""}.wfls-fa-align-justify:before{content:""}.wfls-fa-list:before{content:""}.wfls-fa-dedent:before,.wfls-fa-outdent:before{content:""}.wfls-fa-indent:before{content:""}.wfls-fa-video-camera:before{content:""}.wfls-fa-photo:before,.wfls-fa-image:before,.wfls-fa-picture-o:before{content:""}.wfls-fa-pencil:before{content:""}.wfls-fa-map-marker:before{content:""}.wfls-fa-adjust:before{content:""}.wfls-fa-tint:before{content:""}.wfls-fa-edit:before,.wfls-fa-pencil-square-o:before{content:""}.wfls-fa-share-square-o:before{content:""}.wfls-fa-check-square-o:before{content:""}.wfls-fa-arrows:before{content:""}.wfls-fa-step-backward:before{content:""}.wfls-fa-fast-backward:before{content:""}.wfls-fa-backward:before{content:""}.wfls-fa-play:before{content:""}.wfls-fa-pause:before{content:""}.wfls-fa-stop:before{content:""}.wfls-fa-forward:before{content:""}.wfls-fa-fast-forward:before{content:""}.wfls-fa-step-forward:before{content:""}.wfls-fa-eject:before{content:""}.wfls-fa-chevron-left:before{content:""}.wfls-fa-chevron-right:before{content:""}.wfls-fa-plus-circle:before{content:""}.wfls-fa-minus-circle:before{content:""}.wfls-fa-times-circle:before{content:""}.wfls-fa-check-circle:before{content:""}.wfls-fa-question-circle:before{content:""}.wfls-fa-info-circle:before{content:""}.wfls-fa-crosshairs:before{content:""}.wfls-fa-times-circle-o:before{content:""}.wfls-fa-check-circle-o:before{content:""}.wfls-fa-ban:before{content:""}.wfls-fa-arrow-left:before{content:""}.wfls-fa-arrow-right:before{content:""}.wfls-fa-arrow-up:before{content:""}.wfls-fa-arrow-down:before{content:""}.wfls-fa-mail-forward:before,.wfls-fa-share:before{content:""}.wfls-fa-expand:before{content:""}.wfls-fa-compress:before{content:""}.wfls-fa-plus:before{content:""}.wfls-fa-minus:before{content:""}.wfls-fa-asterisk:before{content:""}.wfls-fa-exclamation-circle:before{content:""}.wfls-fa-gift:before{content:""}.wfls-fa-leaf:before{content:""}.wfls-fa-fire:before{content:""}.wfls-fa-eye:before{content:""}.wfls-fa-eye-slash:before{content:""}.wfls-fa-warning:before,.wfls-fa-exclamation-triangle:before{content:""}.wfls-fa-plane:before{content:""}.wfls-fa-calendar:before{content:""}.wfls-fa-random:before{content:""}.wfls-fa-comment:before{content:""}.wfls-fa-magnet:before{content:""}.wfls-fa-chevron-up:before{content:""}.wfls-fa-chevron-down:before{content:""}.wfls-fa-retweet:before{content:""}.wfls-fa-shopping-cart:before{content:""}.wfls-fa-folder:before{content:""}.wfls-fa-folder-open:before{content:""}.wfls-fa-arrows-v:before{content:""}.wfls-fa-arrows-h:before{content:""}.wfls-fa-bar-chart-o:before,.wfls-fa-bar-chart:before{content:""}.wfls-fa-twitter-square:before{content:""}.wfls-fa-facebook-square:before{content:""}.wfls-fa-camera-retro:before{content:""}.wfls-fa-key:before{content:""}.wfls-fa-gears:before,.wfls-fa-cogs:before{content:""}.wfls-fa-comments:before{content:""}.wfls-fa-thumbs-o-up:before{content:""}.wfls-fa-thumbs-o-down:before{content:""}.wfls-fa-star-half:before{content:""}.wfls-fa-heart-o:before{content:""}.wfls-fa-sign-out:before{content:""}.wfls-fa-linkedin-square:before{content:""}.wfls-fa-thumb-tack:before{content:""}.wfls-fa-external-link:before{content:""}.wfls-fa-sign-in:before{content:""}.wfls-fa-trophy:before{content:""}.wfls-fa-github-square:before{content:""}.wfls-fa-upload:before{content:""}.wfls-fa-lemon-o:before{content:""}.wfls-fa-phone:before{content:""}.wfls-fa-square-o:before{content:""}.wfls-fa-bookmark-o:before{content:""}.wfls-fa-phone-square:before{content:""}.wfls-fa-twitter:before{content:""}.wfls-fa-facebook-f:before,.wfls-fa-facebook:before{content:""}.wfls-fa-github:before{content:""}.wfls-fa-unlock:before{content:""}.wfls-fa-credit-card:before{content:""}.wfls-fa-feed:before,.wfls-fa-rss:before{content:""}.wfls-fa-hdd-o:before{content:""}.wfls-fa-bullhorn:before{content:""}.wfls-fa-bell:before{content:""}.wfls-fa-certificate:before{content:""}.wfls-fa-hand-o-right:before{content:""}.wfls-fa-hand-o-left:before{content:""}.wfls-fa-hand-o-up:before{content:""}.wfls-fa-hand-o-down:before{content:""}.wfls-fa-arrow-circle-left:before{content:""}.wfls-fa-arrow-circle-right:before{content:""}.wfls-fa-arrow-circle-up:before{content:""}.wfls-fa-arrow-circle-down:before{content:""}.wfls-fa-globe:before{content:""}.wfls-fa-wrench:before{content:""}.wfls-fa-tasks:before{content:""}.wfls-fa-filter:before{content:""}.wfls-fa-briefcase:before{content:""}.wfls-fa-arrows-alt:before{content:""}.wfls-fa-group:before,.wfls-fa-users:before{content:""}.wfls-fa-chain:before,.wfls-fa-link:before{content:""}.wfls-fa-cloud:before{content:""}.wfls-fa-flask:before{content:""}.wfls-fa-cut:before,.wfls-fa-scissors:before{content:""}.wfls-fa-copy:before,.wfls-fa-files-o:before{content:""}.wfls-fa-paperclip:before{content:""}.wfls-fa-save:before,.wfls-fa-floppy-o:before{content:""}.wfls-fa-square:before{content:""}.wfls-fa-navicon:before,.wfls-fa-reorder:before,.wfls-fa-bars:before{content:""}.wfls-fa-list-ul:before{content:""}.wfls-fa-list-ol:before{content:""}.wfls-fa-strikethrough:before{content:""}.wfls-fa-underline:before{content:""}.wfls-fa-table:before{content:""}.wfls-fa-magic:before{content:""}.wfls-fa-truck:before{content:""}.wfls-fa-pinterest:before{content:""}.wfls-fa-pinterest-square:before{content:""}.wfls-fa-google-plus-square:before{content:""}.wfls-fa-google-plus:before{content:""}.wfls-fa-money:before{content:""}.wfls-fa-caret-down:before{content:""}.wfls-fa-caret-up:before{content:""}.wfls-fa-caret-left:before{content:""}.wfls-fa-caret-right:before{content:""}.wfls-fa-columns:before{content:""}.wfls-fa-unsorted:before,.wfls-fa-sort:before{content:""}.wfls-fa-sort-down:before,.wfls-fa-sort-desc:before{content:""}.wfls-fa-sort-up:before,.wfls-fa-sort-asc:before{content:""}.wfls-fa-envelope:before{content:""}.wfls-fa-linkedin:before{content:""}.wfls-fa-rotate-left:before,.wfls-fa-undo:before{content:""}.wfls-fa-legal:before,.wfls-fa-gavel:before{content:""}.wfls-fa-dashboard:before,.wfls-fa-tachometer:before{content:""}.wfls-fa-comment-o:before{content:""}.wfls-fa-comments-o:before{content:""}.wfls-fa-flash:before,.wfls-fa-bolt:before{content:""}.wfls-fa-sitemap:before{content:""}.wfls-fa-umbrella:before{content:""}.wfls-fa-paste:before,.wfls-fa-clipboard:before{content:""}.wfls-fa-lightbulb-o:before{content:""}.wfls-fa-exchange:before{content:""}.wfls-fa-cloud-download:before{content:""}.wfls-fa-cloud-upload:before{content:""}.wfls-fa-user-md:before{content:""}.wfls-fa-stethoscope:before{content:""}.wfls-fa-suitcase:before{content:""}.wfls-fa-bell-o:before{content:""}.wfls-fa-coffee:before{content:""}.wfls-fa-cutlery:before{content:""}.wfls-fa-file-text-o:before{content:""}.wfls-fa-building-o:before{content:""}.wfls-fa-hospital-o:before{content:""}.wfls-fa-ambulance:before{content:""}.wfls-fa-medkit:before{content:""}.wfls-fa-fighter-jet:before{content:""}.wfls-fa-beer:before{content:""}.wfls-fa-h-square:before{content:""}.wfls-fa-plus-square:before{content:""}.wfls-fa-angle-double-left:before{content:""}.wfls-fa-angle-double-right:before{content:""}.wfls-fa-angle-double-up:before{content:""}.wfls-fa-angle-double-down:before{content:""}.wfls-fa-angle-left:before{content:""}.wfls-fa-angle-right:before{content:""}.wfls-fa-angle-up:before{content:""}.wfls-fa-angle-down:before{content:""}.wfls-fa-desktop:before{content:""}.wfls-fa-laptop:before{content:""}.wfls-fa-tablet:before{content:""}.wfls-fa-mobile-phone:before,.wfls-fa-mobile:before{content:""}.wfls-fa-circle-o:before{content:""}.wfls-fa-quote-left:before{content:""}.wfls-fa-quote-right:before{content:""}.wfls-fa-spinner:before{content:""}.wfls-fa-circle:before{content:""}.wfls-fa-mail-reply:before,.wfls-fa-reply:before{content:""}.wfls-fa-github-alt:before{content:""}.wfls-fa-folder-o:before{content:""}.wfls-fa-folder-open-o:before{content:""}.wfls-fa-smile-o:before{content:""}.wfls-fa-frown-o:before{content:""}.wfls-fa-meh-o:before{content:""}.wfls-fa-gamepad:before{content:""}.wfls-fa-keyboard-o:before{content:""}.wfls-fa-flag-o:before{content:""}.wfls-fa-flag-checkered:before{content:""}.wfls-fa-terminal:before{content:""}.wfls-fa-code:before{content:""}.wfls-fa-mail-reply-all:before,.wfls-fa-reply-all:before{content:""}.wfls-fa-star-half-empty:before,.wfls-fa-star-half-full:before,.wfls-fa-star-half-o:before{content:""}.wfls-fa-location-arrow:before{content:""}.wfls-fa-crop:before{content:""}.wfls-fa-code-fork:before{content:""}.wfls-fa-unlink:before,.wfls-fa-chain-broken:before{content:""}.wfls-fa-question:before{content:""}.wfls-fa-info:before{content:""}.wfls-fa-exclamation:before{content:""}.wfls-fa-superscript:before{content:""}.wfls-fa-subscript:before{content:""}.wfls-fa-eraser:before{content:""}.wfls-fa-puzzle-piece:before{content:""}.wfls-fa-microphone:before{content:""}.wfls-fa-microphone-slash:before{content:""}.wfls-fa-shield:before{content:""}.wfls-fa-calendar-o:before{content:""}.wfls-fa-fire-extinguisher:before{content:""}.wfls-fa-rocket:before{content:""}.wfls-fa-maxcdn:before{content:""}.wfls-fa-chevron-circle-left:before{content:""}.wfls-fa-chevron-circle-right:before{content:""}.wfls-fa-chevron-circle-up:before{content:""}.wfls-fa-chevron-circle-down:before{content:""}.wfls-fa-html5:before{content:""}.wfls-fa-css3:before{content:""}.wfls-fa-anchor:before{content:""}.wfls-fa-unlock-alt:before{content:""}.wfls-fa-bullseye:before{content:""}.wfls-fa-ellipsis-h:before{content:""}.wfls-fa-ellipsis-v:before{content:""}.wfls-fa-rss-square:before{content:""}.wfls-fa-play-circle:before{content:""}.wfls-fa-ticket:before{content:""}.wfls-fa-minus-square:before{content:""}.wfls-fa-minus-square-o:before{content:""}.wfls-fa-level-up:before{content:""}.wfls-fa-level-down:before{content:""}.wfls-fa-check-square:before{content:""}.wfls-fa-pencil-square:before{content:""}.wfls-fa-external-link-square:before{content:""}.wfls-fa-share-square:before{content:""}.wfls-fa-compass:before{content:""}.wfls-fa-toggle-down:before,.wfls-fa-caret-square-o-down:before{content:""}.wfls-fa-toggle-up:before,.wfls-fa-caret-square-o-up:before{content:""}.wfls-fa-toggle-right:before,.wfls-fa-caret-square-o-right:before{content:""}.wfls-fa-euro:before,.wfls-fa-eur:before{content:""}.wfls-fa-gbp:before{content:""}.wfls-fa-dollar:before,.wfls-fa-usd:before{content:""}.wfls-fa-rupee:before,.wfls-fa-inr:before{content:""}.wfls-fa-cny:before,.wfls-fa-rmb:before,.wfls-fa-yen:before,.wfls-fa-jpy:before{content:""}.wfls-fa-ruble:before,.wfls-fa-rouble:before,.wfls-fa-rub:before{content:""}.wfls-fa-won:before,.wfls-fa-krw:before{content:""}.wfls-fa-bitcoin:before,.wfls-fa-btc:before{content:""}.wfls-fa-file:before{content:""}.wfls-fa-file-text:before{content:""}.wfls-fa-sort-alpha-asc:before{content:""}.wfls-fa-sort-alpha-desc:before{content:""}.wfls-fa-sort-amount-asc:before{content:""}.wfls-fa-sort-amount-desc:before{content:""}.wfls-fa-sort-numeric-asc:before{content:""}.wfls-fa-sort-numeric-desc:before{content:""}.wfls-fa-thumbs-up:before{content:""}.wfls-fa-thumbs-down:before{content:""}.wfls-fa-youtube-square:before{content:""}.wfls-fa-youtube:before{content:""}.wfls-fa-xing:before{content:""}.wfls-fa-xing-square:before{content:""}.wfls-fa-youtube-play:before{content:""}.wfls-fa-dropbox:before{content:""}.wfls-fa-stack-overflow:before{content:""}.wfls-fa-instagram:before{content:""}.wfls-fa-flickr:before{content:""}.wfls-fa-adn:before{content:""}.wfls-fa-bitbucket:before{content:""}.wfls-fa-bitbucket-square:before{content:""}.wfls-fa-tumblr:before{content:""}.wfls-fa-tumblr-square:before{content:""}.wfls-fa-long-arrow-down:before{content:""}.wfls-fa-long-arrow-up:before{content:""}.wfls-fa-long-arrow-left:before{content:""}.wfls-fa-long-arrow-right:before{content:""}.wfls-fa-apple:before{content:""}.wfls-fa-windows:before{content:""}.wfls-fa-android:before{content:""}.wfls-fa-linux:before{content:""}.wfls-fa-dribbble:before{content:""}.wfls-fa-skype:before{content:""}.wfls-fa-foursquare:before{content:""}.wfls-fa-trello:before{content:""}.wfls-fa-female:before{content:""}.wfls-fa-male:before{content:""}.wfls-fa-gittip:before,.wfls-fa-gratipay:before{content:""}.wfls-fa-sun-o:before{content:""}.wfls-fa-moon-o:before{content:""}.wfls-fa-archive:before{content:""}.wfls-fa-bug:before{content:""}.wfls-fa-vk:before{content:""}.wfls-fa-weibo:before{content:""}.wfls-fa-renren:before{content:""}.wfls-fa-pagelines:before{content:""}.wfls-fa-stack-exchange:before{content:""}.wfls-fa-arrow-circle-o-right:before{content:""}.wfls-fa-arrow-circle-o-left:before{content:""}.wfls-fa-toggle-left:before,.wfls-fa-caret-square-o-left:before{content:""}.wfls-fa-dot-circle-o:before{content:""}.wfls-fa-wheelchair:before{content:""}.wfls-fa-vimeo-square:before{content:""}.wfls-fa-turkish-lira:before,.wfls-fa-try:before{content:""}.wfls-fa-plus-square-o:before{content:""}.wfls-fa-space-shuttle:before{content:""}.wfls-fa-slack:before{content:""}.wfls-fa-envelope-square:before{content:""}.wfls-fa-wordpress:before{content:""}.wfls-fa-openid:before{content:""}.wfls-fa-institution:before,.wfls-fa-bank:before,.wfls-fa-university:before{content:""}.wfls-fa-mortar-board:before,.wfls-fa-graduation-cap:before{content:""}.wfls-fa-yahoo:before{content:""}.wfls-fa-google:before{content:""}.wfls-fa-reddit:before{content:""}.wfls-fa-reddit-square:before{content:""}.wfls-fa-stumbleupon-circle:before{content:""}.wfls-fa-stumbleupon:before{content:""}.wfls-fa-delicious:before{content:""}.wfls-fa-digg:before{content:""}.wfls-fa-pied-piper-pp:before{content:""}.wfls-fa-pied-piper-alt:before{content:""}.wfls-fa-drupal:before{content:""}.wfls-fa-joomla:before{content:""}.wfls-fa-language:before{content:""}.wfls-fa-fax:before{content:""}.wfls-fa-building:before{content:""}.wfls-fa-child:before{content:""}.wfls-fa-paw:before{content:""}.wfls-fa-spoon:before{content:""}.wfls-fa-cube:before{content:""}.wfls-fa-cubes:before{content:""}.wfls-fa-behance:before{content:""}.wfls-fa-behance-square:before{content:""}.wfls-fa-steam:before{content:""}.wfls-fa-steam-square:before{content:""}.wfls-fa-recycle:before{content:""}.wfls-fa-automobile:before,.wfls-fa-car:before{content:""}.wfls-fa-cab:before,.wfls-fa-taxi:before{content:""}.wfls-fa-tree:before{content:""}.wfls-fa-spotify:before{content:""}.wfls-fa-deviantart:before{content:""}.wfls-fa-soundcloud:before{content:""}.wfls-fa-database:before{content:""}.wfls-fa-file-pdf-o:before{content:""}.wfls-fa-file-word-o:before{content:""}.wfls-fa-file-excel-o:before{content:""}.wfls-fa-file-powerpoint-o:before{content:""}.wfls-fa-file-photo-o:before,.wfls-fa-file-picture-o:before,.wfls-fa-file-image-o:before{content:""}.wfls-fa-file-zip-o:before,.wfls-fa-file-archive-o:before{content:""}.wfls-fa-file-sound-o:before,.wfls-fa-file-audio-o:before{content:""}.wfls-fa-file-movie-o:before,.wfls-fa-file-video-o:before{content:""}.wfls-fa-file-code-o:before{content:""}.wfls-fa-vine:before{content:""}.wfls-fa-codepen:before{content:""}.wfls-fa-jsfiddle:before{content:""}.wfls-fa-life-bouy:before,.wfls-fa-life-buoy:before,.wfls-fa-life-saver:before,.wfls-fa-support:before,.wfls-fa-life-ring:before{content:""}.wfls-fa-circle-o-notch:before{content:""}.wfls-fa-ra:before,.wfls-fa-resistance:before,.wfls-fa-rebel:before{content:""}.wfls-fa-ge:before,.wfls-fa-empire:before{content:""}.wfls-fa-git-square:before{content:""}.wfls-fa-git:before{content:""}.wfls-fa-y-combinator-square:before,.wfls-fa-yc-square:before,.wfls-fa-hacker-news:before{content:""}.wfls-fa-tencent-weibo:before{content:""}.wfls-fa-qq:before{content:""}.wfls-fa-wechat:before,.wfls-fa-weixin:before{content:""}.wfls-fa-send:before,.wfls-fa-paper-plane:before{content:""}.wfls-fa-send-o:before,.wfls-fa-paper-plane-o:before{content:""}.wfls-fa-history:before{content:""}.wfls-fa-circle-thin:before{content:""}.wfls-fa-header:before{content:""}.wfls-fa-paragraph:before{content:""}.wfls-fa-sliders:before{content:""}.wfls-fa-share-alt:before{content:""}.wfls-fa-share-alt-square:before{content:""}.wfls-fa-bomb:before{content:""}.wfls-fa-soccer-ball-o:before,.wfls-fa-futbol-o:before{content:""}.wfls-fa-tty:before{content:""}.wfls-fa-binoculars:before{content:""}.wfls-fa-plug:before{content:""}.wfls-fa-slideshare:before{content:""}.wfls-fa-twitch:before{content:""}.wfls-fa-yelp:before{content:""}.wfls-fa-newspaper-o:before{content:""}.wfls-fa-wifi:before{content:""}.wfls-fa-calculator:before{content:""}.wfls-fa-paypal:before{content:""}.wfls-fa-google-wallet:before{content:""}.wfls-fa-cc-visa:before{content:""}.wfls-fa-cc-mastercard:before{content:""}.wfls-fa-cc-discover:before{content:""}.wfls-fa-cc-amex:before{content:""}.wfls-fa-cc-paypal:before{content:""}.wfls-fa-cc-stripe:before{content:""}.wfls-fa-bell-slash:before{content:""}.wfls-fa-bell-slash-o:before{content:""}.wfls-fa-trash:before{content:""}.wfls-fa-copyright:before{content:""}.wfls-fa-at:before{content:""}.wfls-fa-eyedropper:before{content:""}.wfls-fa-paint-brush:before{content:""}.wfls-fa-birthday-cake:before{content:""}.wfls-fa-area-chart:before{content:""}.wfls-fa-pie-chart:before{content:""}.wfls-fa-line-chart:before{content:""}.wfls-fa-lastfm:before{content:""}.wfls-fa-lastfm-square:before{content:""}.wfls-fa-toggle-off:before{content:""}.wfls-fa-toggle-on:before{content:""}.wfls-fa-bicycle:before{content:""}.wfls-fa-bus:before{content:""}.wfls-fa-ioxhost:before{content:""}.wfls-fa-angellist:before{content:""}.wfls-fa-cc:before{content:""}.wfls-fa-shekel:before,.wfls-fa-sheqel:before,.wfls-fa-ils:before{content:""}.wfls-fa-meanpath:before{content:""}.wfls-fa-buysellads:before{content:""}.wfls-fa-connectdevelop:before{content:""}.wfls-fa-dashcube:before{content:""}.wfls-fa-forumbee:before{content:""}.wfls-fa-leanpub:before{content:""}.wfls-fa-sellsy:before{content:""}.wfls-fa-shirtsinbulk:before{content:""}.wfls-fa-simplybuilt:before{content:""}.wfls-fa-skyatlas:before{content:""}.wfls-fa-cart-plus:before{content:""}.wfls-fa-cart-arrow-down:before{content:""}.wfls-fa-diamond:before{content:""}.wfls-fa-ship:before{content:""}.wfls-fa-user-secret:before{content:""}.wfls-fa-motorcycle:before{content:""}.wfls-fa-street-view:before{content:""}.wfls-fa-heartbeat:before{content:""}.wfls-fa-venus:before{content:""}.wfls-fa-mars:before{content:""}.wfls-fa-mercury:before{content:""}.wfls-fa-intersex:before,.wfls-fa-transgender:before{content:""}.wfls-fa-transgender-alt:before{content:""}.wfls-fa-venus-double:before{content:""}.wfls-fa-mars-double:before{content:""}.wfls-fa-venus-mars:before{content:""}.wfls-fa-mars-stroke:before{content:""}.wfls-fa-mars-stroke-v:before{content:""}.wfls-fa-mars-stroke-h:before{content:""}.wfls-fa-neuter:before{content:""}.wfls-fa-genderless:before{content:""}.wfls-fa-facebook-official:before{content:""}.wfls-fa-pinterest-p:before{content:""}.wfls-fa-whatsapp:before{content:""}.wfls-fa-server:before{content:""}.wfls-fa-user-plus:before{content:""}.wfls-fa-user-times:before{content:""}.wfls-fa-hotel:before,.wfls-fa-bed:before{content:""}.wfls-fa-viacoin:before{content:""}.wfls-fa-train:before{content:""}.wfls-fa-subway:before{content:""}.wfls-fa-medium:before{content:""}.wfls-fa-yc:before,.wfls-fa-y-combinator:before{content:""}.wfls-fa-optin-monster:before{content:""}.wfls-fa-opencart:before{content:""}.wfls-fa-expeditedssl:before{content:""}.wfls-fa-battery-4:before,.wfls-fa-battery:before,.wfls-fa-battery-full:before{content:""}.wfls-fa-battery-3:before,.wfls-fa-battery-three-quarters:before{content:""}.wfls-fa-battery-2:before,.wfls-fa-battery-half:before{content:""}.wfls-fa-battery-1:before,.wfls-fa-battery-quarter:before{content:""}.wfls-fa-battery-0:before,.wfls-fa-battery-empty:before{content:""}.wfls-fa-mouse-pointer:before{content:""}.wfls-fa-i-cursor:before{content:""}.wfls-fa-object-group:before{content:""}.wfls-fa-object-ungroup:before{content:""}.wfls-fa-sticky-note:before{content:""}.wfls-fa-sticky-note-o:before{content:""}.wfls-fa-cc-jcb:before{content:""}.wfls-fa-cc-diners-club:before{content:""}.wfls-fa-clone:before{content:""}.wfls-fa-balance-scale:before{content:""}.wfls-fa-hourglass-o:before{content:""}.wfls-fa-hourglass-1:before,.wfls-fa-hourglass-start:before{content:""}.wfls-fa-hourglass-2:before,.wfls-fa-hourglass-half:before{content:""}.wfls-fa-hourglass-3:before,.wfls-fa-hourglass-end:before{content:""}.wfls-fa-hourglass:before{content:""}.wfls-fa-hand-grab-o:before,.wfls-fa-hand-rock-o:before{content:""}.wfls-fa-hand-stop-o:before,.wfls-fa-hand-paper-o:before{content:""}.wfls-fa-hand-scissors-o:before{content:""}.wfls-fa-hand-lizard-o:before{content:""}.wfls-fa-hand-spock-o:before{content:""}.wfls-fa-hand-pointer-o:before{content:""}.wfls-fa-hand-peace-o:before{content:""}.wfls-fa-trademark:before{content:""}.wfls-fa-registered:before{content:""}.wfls-fa-creative-commons:before{content:""}.wfls-fa-gg:before{content:""}.wfls-fa-gg-circle:before{content:""}.wfls-fa-tripadvisor:before{content:""}.wfls-fa-odnoklassniki:before{content:""}.wfls-fa-odnoklassniki-square:before{content:""}.wfls-fa-get-pocket:before{content:""}.wfls-fa-wikipedia-w:before{content:""}.wfls-fa-safari:before{content:""}.wfls-fa-chrome:before{content:""}.wfls-fa-firefox:before{content:""}.wfls-fa-opera:before{content:""}.wfls-fa-internet-explorer:before{content:""}.wfls-fa-tv:before,.wfls-fa-television:before{content:""}.wfls-fa-contao:before{content:""}.wfls-fa-500px:before{content:""}.wfls-fa-amazon:before{content:""}.wfls-fa-calendar-plus-o:before{content:""}.wfls-fa-calendar-minus-o:before{content:""}.wfls-fa-calendar-times-o:before{content:""}.wfls-fa-calendar-check-o:before{content:""}.wfls-fa-industry:before{content:""}.wfls-fa-map-pin:before{content:""}.wfls-fa-map-signs:before{content:""}.wfls-fa-map-o:before{content:""}.wfls-fa-map:before{content:""}.wfls-fa-commenting:before{content:""}.wfls-fa-commenting-o:before{content:""}.wfls-fa-houzz:before{content:""}.wfls-fa-vimeo:before{content:""}.wfls-fa-black-tie:before{content:""}.wfls-fa-fonticons:before{content:""}.wfls-fa-reddit-alien:before{content:""}.wfls-fa-edge:before{content:""}.wfls-fa-credit-card-alt:before{content:""}.wfls-fa-codiepie:before{content:""}.wfls-fa-modx:before{content:""}.wfls-fa-fort-awesome:before{content:""}.wfls-fa-usb:before{content:""}.wfls-fa-product-hunt:before{content:""}.wfls-fa-mixcloud:before{content:""}.wfls-fa-scribd:before{content:""}.wfls-fa-pause-circle:before{content:""}.wfls-fa-pause-circle-o:before{content:""}.wfls-fa-stop-circle:before{content:""}.wfls-fa-stop-circle-o:before{content:""}.wfls-fa-shopping-bag:before{content:""}.wfls-fa-shopping-basket:before{content:""}.wfls-fa-hashtag:before{content:""}.wfls-fa-bluetooth:before{content:""}.wfls-fa-bluetooth-b:before{content:""}.wfls-fa-percent:before{content:""}.wfls-fa-gitlab:before{content:""}.wfls-fa-wpbeginner:before{content:""}.wfls-fa-wpforms:before{content:""}.wfls-fa-envira:before{content:""}.wfls-fa-universal-access:before{content:""}.wfls-fa-wheelchair-alt:before{content:""}.wfls-fa-question-circle-o:before{content:""}.wfls-fa-blind:before{content:""}.wfls-fa-audio-description:before{content:""}.wfls-fa-volume-control-phone:before{content:""}.wfls-fa-braille:before{content:""}.wfls-fa-assistive-listening-systems:before{content:""}.wfls-fa-asl-interpreting:before,.wfls-fa-american-sign-language-interpreting:before{content:""}.wfls-fa-deafness:before,.wfls-fa-hard-of-hearing:before,.wfls-fa-deaf:before{content:""}.wfls-fa-glide:before{content:""}.wfls-fa-glide-g:before{content:""}.wfls-fa-signing:before,.wfls-fa-sign-language:before{content:""}.wfls-fa-low-vision:before{content:""}.wfls-fa-viadeo:before{content:""}.wfls-fa-viadeo-square:before{content:""}.wfls-fa-snapchat:before{content:""}.wfls-fa-snapchat-ghost:before{content:""}.wfls-fa-snapchat-square:before{content:""}.wfls-fa-pied-piper:before{content:""}.wfls-fa-first-order:before{content:""}.wfls-fa-yoast:before{content:""}.wfls-fa-themeisle:before{content:""}.wfls-fa-google-plus-circle:before,.wfls-fa-google-plus-official:before{content:""}.wfls-fa-fa:before,.wfls-fa-font-awesome:before{content:""}.wfls-fa-handshake-o:before{content:""}.wfls-fa-envelope-open:before{content:""}.wfls-fa-envelope-open-o:before{content:""}.wfls-fa-linode:before{content:""}.wfls-fa-address-book:before{content:""}.wfls-fa-address-book-o:before{content:""}.wfls-fa-vcard:before,.wfls-fa-address-card:before{content:""}.wfls-fa-vcard-o:before,.wfls-fa-address-card-o:before{content:""}.wfls-fa-user-circle:before{content:""}.wfls-fa-user-circle-o:before{content:""}.wfls-fa-user-o:before{content:""}.wfls-fa-id-badge:before{content:""}.wfls-fa-drivers-license:before,.wfls-fa-id-card:before{content:""}.wfls-fa-drivers-license-o:before,.wfls-fa-id-card-o:before{content:""}.wfls-fa-quora:before{content:""}.wfls-fa-free-code-camp:before{content:""}.wfls-fa-telegram:before{content:""}.wfls-fa-thermometer-4:before,.wfls-fa-thermometer:before,.wfls-fa-thermometer-full:before{content:""}.wfls-fa-thermometer-3:before,.wfls-fa-thermometer-three-quarters:before{content:""}.wfls-fa-thermometer-2:before,.wfls-fa-thermometer-half:before{content:""}.wfls-fa-thermometer-1:before,.wfls-fa-thermometer-quarter:before{content:""}.wfls-fa-thermometer-0:before,.wfls-fa-thermometer-empty:before{content:""}.wfls-fa-shower:before{content:""}.wfls-fa-bathtub:before,.wfls-fa-s15:before,.wfls-fa-bath:before{content:""}.wfls-fa-podcast:before{content:""}.wfls-fa-window-maximize:before{content:""}.wfls-fa-window-minimize:before{content:""}.wfls-fa-window-restore:before{content:""}.wfls-fa-times-rectangle:before,.wfls-fa-window-close:before{content:""}.wfls-fa-times-rectangle-o:before,.wfls-fa-window-close-o:before{content:""}.wfls-fa-bandcamp:before{content:""}.wfls-fa-grav:before{content:""}.wfls-fa-etsy:before{content:""}.wfls-fa-imdb:before{content:""}.wfls-fa-ravelry:before{content:""}.wfls-fa-eercast:before{content:""}.wfls-fa-microchip:before{content:""}.wfls-fa-snowflake-o:before{content:""}.wfls-fa-superpowers:before{content:""}.wfls-fa-wpexplorer:before{content:""}.wfls-fa-meetup:before{content:""}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}.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!important}.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.6666666667%}.qodef-qi-grid.qodef-layout--qi-template>.qodef-grid-inner>.qodef-grid-item.qodef-col--10{width:83.3333333333%}.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.6666666667%}.qodef-qi-grid.qodef-layout--qi-template>.qodef-grid-inner>.qodef-grid-item.qodef-col--7{width:58.3333333333%}.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.6666666667%}.qodef-qi-grid.qodef-layout--qi-template>.qodef-grid-inner>.qodef-grid-item.qodef-col--4{width:33.3333333333%}.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.6666666667%}.qodef-qi-grid.qodef-layout--qi-template>.qodef-grid-inner>.qodef-grid-item.qodef-col--1{width:8.3333333333%}.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:1440 px){.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:1366 px){.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:1024 px){.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:768 px){.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:680 px){.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}@media only screen and (max-width:1024px){.qodef-qi-swiper-container.qodef-hide-pagination--1024 .swiper-pagination,.qodef-qi-swiper-container.qodef-hide-pagination--1024~.swiper-pagination{display:none}}@media only screen and (max-width:768px){.qodef-qi-swiper-container.qodef-hide-pagination--768 .swiper-pagination,.qodef-qi-swiper-container.qodef-hide-pagination--768~.swiper-pagination{display:none}}@media only screen and (max-width:680px){.qodef-qi-swiper-container.qodef-hide-pagination--680 .swiper-pagination,.qodef-qi-swiper-container.qodef-hide-pagination--680~.swiper-pagination{display:none}}.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-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-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-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-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-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}.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-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-wp-forms textarea{resize:none}.qodef-qi-wp-forms input,.qodef-qi-wp-forms select{height:auto!important}.qodef-qi-wp-forms.qodef-button--full-width button[type=submit]{width:100%}.qodef-qi-wp-forms.qodef-wpf-flex form{display:flex;align-items:center}.qodef-qi-wp-forms.qodef-wpf-flex form>.wpforms-field-container{flex-grow:1;flex-basis:100%}.qodef-qi-wp-forms.qodef-wpf-flex form>.wpforms-submit-container{flex-grow:0}.qodef-qi-wp-forms.qodef-wpf-flex.qodef-wpf-absolute-btn form>.wpforms-submit-container{position:absolute;right:0}@media only screen and (max-width:1024px){.qodef-qi-wp-forms.qodef-wpf-flex.qodef-wpf-wrap--1024 form{flex-wrap:wrap}}@media only screen and (max-width:768px){.qodef-qi-wp-forms.qodef-wpf-flex.qodef-wpf-wrap--768 form{flex-wrap:wrap}}@media only screen and (max-width:680px){.qodef-qi-wp-forms.qodef-wpf-flex.qodef-wpf-wrap--680 form{flex-wrap:wrap}}.qodef-qi-wp-forms .qodef-gutenberg-column{margin:0!important}.qodef-qi-wp-forms .wpforms-submit-container{padding:0!important}.qodef-qi-wp-forms div.wpforms-container-full .wpforms-form .wpforms-list-inline ul li{margin-right:0!important}.qodef-qi-wp-forms div.wpforms-container-full .wpforms-form ul li{margin-bottom:0!important}.qodef-qi-wp-forms label{margin-bottom:0}.qodef-qi-wp-forms input[type=date],.qodef-qi-wp-forms input[type=email],.qodef-qi-wp-forms input[type=number],.qodef-qi-wp-forms input[type=password],.qodef-qi-wp-forms input[type=search],.qodef-qi-wp-forms input[type=tel],.qodef-qi-wp-forms input[type=text],.qodef-qi-wp-forms input[type=url],.qodef-qi-wp-forms textarea{margin:0}.qodef-qi-wp-forms input[type=range]{padding:0!important;margin:0!important}.qodef-qi-wp-forms input[type=checkbox],.qodef-qi-wp-forms input[type=radio]{margin:0;width:1em!important;height:1em!important;vertical-align:middle!important}.qodef-qi-wp-forms button[type=submit]:focus,.qodef-qi-wp-forms button[type=submit]:hover,.qodef-qi-wp-forms input[type=submit]:focus,.qodef-qi-wp-forms input[type=submit]:hover{color:unset;background-color:unset}.qodef-qi-wp-forms button[type=submit],.qodef-qi-wp-forms input[type=submit]{display:inline-flex}.qodef-qi-wp-forms button[type=submit] span,.qodef-qi-wp-forms input[type=submit] span{display:inline}.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-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-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-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-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 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-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-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-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-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-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-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-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-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-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-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-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:50ms}.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-message-box{background:#d5eaf4;padding:40px 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-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-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 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-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-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-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-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-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-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-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-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-core-dashboard{max-width:initial!important}.qodef-core-dashboard .qodef-core-dashboard-inner{margin:0 -15px;display:inline-block;width:100%}.qodef-core-dashboard .qodef-cd-logo{display:inline-block;vertical-align:middle;padding-right:15px;width:62px}.qodef-core-dashboard .qodef-cd-title{display:inline-block;vertical-align:middle;font-size:41px;font-weight:400;margin:0}.qodef-core-dashboard .qodef-cd-title-holder{margin-bottom:30px}.qodef-core-dashboard .qodef-cd-subtitle{font-size:18px;line-height:25px;font-weight:400;color:#555d66;max-width:610px;margin:10px 0 30px}.qodef-core-dashboard .qodef-core-dashboard-column{float:left;width:100%;max-width:610px;padding:0 15px}.qodef-core-dashboard .qodef-core-dashboard-column.qodef-cd-smaller-column{max-width:380px}.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box{background-color:#fff}.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box.qodef-core-bottom-space{margin-bottom:30px}.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box .qodef-cd-box-title-holder{padding:28px 34px 23px}.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box .qodef-cd-box-title-holder p{margin:19px 0 0;padding:0;font-size:16px;line-height:22px;font-weight:400;color:#555d66}.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box.qodef-cd-import-box .qodef-cd-box-title-holder p{font-size:14px;line-height:20px;margin:17px 0 0}.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box.qodef-cd-import-box .qodef-cd-label{font-weight:600;margin-bottom:15px}.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box h2{margin:0;padding:0;font-size:25px;font-weight:400;color:#32373c;text-align:left}.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box h3{margin:0;padding:0}.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box .qodef-cd-field-holder{padding-bottom:30px}.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box .qodef-cd-label{display:block;color:#555d66;font-size:14px;margin-bottom:7px}.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box .qodef-cd-input{border:none;border-bottom:1px solid #c2c2c2;outline:0;width:50%;-webkit-box-shadow:none;box-shadow:none;color:#555d66;font-size:14px;padding:4px 0;margin:0}.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box .qodef-cd-input:focus{outline:0;border-color:#c2c2c2}.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box .qodef-cd-input:focus::-webkit-input-placeholder{color:#555d66;opacity:1}.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box .qodef-cd-input:focus::-moz-placeholder{color:#555d66;opacity:1}.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box .qodef-cd-input:focus:-ms-input-placeholder{color:#555d66;opacity:1}.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box .qodef-cd-input:focus::-ms-input-placeholder{color:#555d66;opacity:1}.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box .qodef-cd-input:focus::placeholder{color:#555d66;opacity:1}.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box .qodef-cd-input::-webkit-input-placeholder{color:#555d66;opacity:1}.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box .qodef-cd-input::-moz-placeholder{color:#555d66;opacity:1}.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box .qodef-cd-input:-ms-input-placeholder{color:#555d66;opacity:1}.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box .qodef-cd-input::-ms-input-placeholder{color:#555d66;opacity:1}.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box .qodef-cd-input::placeholder{color:#555d66;opacity:1}.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box .qodef-cd-input:-webkit-autofill,.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box .qodef-cd-input:-webkit-autofill:active,.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box .qodef-cd-input:-webkit-autofill:focus,.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box .qodef-cd-input:-webkit-autofill:hover{-webkit-box-shadow:0 0 0 30px #fff inset!important}.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box .qodef-cd-input:-webkit-autofill{-webkit-text-fill-color:#666!important}.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box .qodef-cd-error-field{border-bottom-color:#ee3535}.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box .qodef-cd-error-message{display:block;color:#ee3535;font-size:12px;margin-top:5px}.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box .qodef-cdb-problem{border:1px solid #e1e1e1;border-left:3px solid #ee3535;padding:15px;margin-bottom:25px}.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box .qodef-cdb-problem p{font-size:12px;line-height:18px;font-weight:600;margin:0;padding:0}.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box:last-child .qodef-cd-box-row:last-child{padding-bottom:10px}.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cd-button{padding:7px 35px;font-size:16px;line-height:1em;color:#fff;background-color:#3596ee;border:none;border-radius:5px;-webkit-box-shadow:0 2px 0 0 #246eae;box-shadow:0 2px 0 0 #246eae;cursor:pointer}.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cd-button.qodef-cd-button-disabled,.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cd-button.qodef-import-demo-data-disabled{background-color:#6bb4f7}.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cd-button-wait{display:none;font-size:12px;color:#3596ee;margin-left:15px;font-weight:400}.qodef-core-dashboard .qodef-core-dashboard-column a.qodef-cd-button{text-decoration:none}.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cd-box-section{padding:0 35px 10px}.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cd-box-section h3{padding:0;margin:0 0 24px;color:#555d66;font-size:17px;line-height:20px}.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cd-box-list{padding:10px 35px;margin:0}.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cd-box-list li{font-size:15px;margin:0 0 25px}.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cd-box-list li a{color:#3675ae}.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cd-box-row{display:table;padding:0 20px;border-bottom:1px solid #f1f1f1;width:100%;-webkit-box-sizing:border-box;box-sizing:border-box;font-size:14px}.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cdb-label,.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cdb-value{display:table-cell;width:50%;padding:17px 15px}.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cdb-value{color:#3e87be}.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cdb-value-false span{color:#ea3a27}.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cd-import-form{padding:0 30px 10px 30px}.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cd-import-form .qodef-cd-box-form-section{padding:0 0 28px}.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cd-import-form .qodef-cd-box-form-section.qodef-cd-box-form-section-columns{display:-webkit-box;display:-ms-flexbox;display:flex;margin:0 -15px}.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cd-import-form .qodef-cd-box-form-section.qodef-cd-box-form-section-columns .qodef-cd-box-form-section-column{padding:0 15px}.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cd-import-form .qodef-cd-box-form-section.qodef-cd-box-form-section-columns .qodef-cd-box-form-section-column:first-child{width:75%}.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cd-import-form .qodef-cd-box-form-section.qodef-cd-box-form-section-columns .qodef-cd-box-form-section-column:last-child{width:25%}.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cd-import-form .qodef-cd-box-form-section .qodef-cd-import-option,.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cd-import-form .qodef-cd-box-form-section .qodef-import-demo{width:100%}.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cd-import-form .qodef-cd-box-form-section .select2-container--default .select2-selection--single{border-radius:0;border-color:#e1e1e1;height:34px}.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cd-import-form .qodef-cd-box-form-section .select2-container--default .select2-selection--single .select2-selection__rendered{line-height:34px}.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cd-import-form .qodef-cd-box-form-section .select2-container--default .select2-selection--single .select2-selection__arrow{height:32px}.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cd-import-form .qodef-cd-import-is-completed{display:none;color:#3596ee;font-size:14px;font-weight:600}.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cd-import-form .qodef-cd-import-went-wrong{color:#3596ee;font-size:14px;font-weight:600}.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cd-import-form .qodef-cd-import-went-wrong a{color:inherit}.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cd-import-form .qodef-cd-box-form-section-dependency,.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cd-import-form .qodef-cd-box-form-section-progress{display:none}#qodef-progress-bar[value]{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;width:100%;height:5px}#qodef-progress-bar[value]::-webkit-progress-bar{background-color:#fff;border:1px solid #e1e1e1;border-radius:0}#qodef-progress-bar{color:#3596ee}#qodef-progress-bar::-moz-progress-bar{background:#3596ee}#qodef-progress-bar::-webkit-progress-value{background:#3596ee}#qodef-progress-bar[aria-valuenow]:before{background:#3596ee}.qodef-cd-selection li.select2-results__option{padding:10px;margin:0}.qodef-cd-selection img{vertical-align:middle;padding-right:20px}.select2-container--default .qodef-cd-selection .select2-results__option[aria-selected=true]{background-color:#fafafa}.select2-container--default .qodef-cd-selection .select2-results__option--highlighted{background-color:#fafafa;color:#000}.qodef-cd-action-selection li.select2-results__option,.qodef-cd-single-page-selection li.select2-results__option{margin:0}.select2-container--default .qodef-cd-action-selection .select2-results__option[aria-selected=true],.select2-container--default .qodef-cd-single-page-selection .select2-results__option[aria-selected=true]{background-color:#fafafa}.select2-container--default .qodef-cd-action-selection .select2-results__option--highlighted,.select2-container--default .qodef-cd-single-page-selection .select2-results__option--highlighted{background-color:#fafafa;color:#000}.qodef-cd-import-single-page{width:100%}.qodef-cd-switch{display:inline-block;border:1px solid #e1e1e1;border-radius:40px;overflow:hidden}.qodef-cd-switch .qodef-cd-import-attachments{display:none}.qodef-cd-switch .qodef-cd-cb-disable,.qodef-cd-switch .qodef-cd-cb-enable{display:block;float:left;padding:0 10px}.qodef-cd-switch .qodef-cd-cb-disable.selected,.qodef-cd-switch .qodef-cd-cb-enable.selected{background-color:#3596ee;color:#fff}.qodef-cd-switch .qodef-cd-cb-disable span,.qodef-cd-switch .qodef-cd-cb-enable span{line-height:32px;font-size:13px;display:block;font-weight:700}/**
 * Swiper 8.4.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 21, 2022
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, 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');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:0px;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}@keyframes qode-loader-number{0%{transform:translateX(100%);opacity:0}30%{opacity:1}100%{transform:translateX(0);opacity:1}}@keyframes qode-scroll-down{0%,100%{transform:translateY(-4px)}50%{transform:translateY(6px)}}@keyframes qode-swiper-fade-in{0%{transform:translateY(0) rotate(0) scaleX(1.1) skewX(2deg);opacity:0}100%{transform:translateY(0) rotate(0) scaleX(1) skewX(0);opacity:1}}@keyframes qode-swiper-fade-in-simple{0%{opacity:0}100%{opacity:1}}@keyframes qode-swiper-fade-out{0%{opacity:1}100%{opacity:0}}@keyframes qode-swiper-title-in{0%,25%{transform:translateX(40px);opacity:0}70%{opacity:1}100%{transform:translateX(0);opacity:1}}@keyframes qode-swiper-title-long-in{0%,15%{transform:translateX(50%);opacity:0}70%{opacity:1}100%{transform:translateX(0);opacity:1}}@keyframes qode-swiper-button-long-in{0%{transform:translateX(90px);opacity:0}70%{opacity:1}100%{transform:translateX(0);opacity:1}}@keyframes qode-swiper-title-out{0%{transform:translateX(0);opacity:1}100%{transform:translateX(-100%);opacity:0}}@keyframes qode-swiper-image-in{0%,5%{clip-path:inset(0 0 0 100%);transform:scale(1.2);transform-origin:0 50%}100%{clip-path:inset(0 -1px 0 0);transform:scale(1);transform-origin:0 50%}}@keyframes qode-swiper-image-out{0%{transform:scale(1);transform-origin:100% 50%}100%{transform:scale(1.1);transform-origin:100% 50%}}@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 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-background-size{0%{background-size:100% 100%;background-position-x:100%}43%{background-size:0 100%;background-position-x:100%}45%{background-size:0 100%;background-position-x:0}100%{background-size:100% 100%;background-position-x:0}}@keyframes square-to-circle{0%{border-radius:0 0 0 38%;transform:rotate(0)}12%{border-radius:38% 0 0 0;transform:rotate(45deg)}25%{border-radius:0 38% 0 0;transform:rotate(90deg)}37%{border-radius:0 0 38% 0;transform:rotate(135deg)}50%{border-radius:0 0 0 38%;transform:rotate(180deg)}62%{border-radius:38% 0 0 0;transform:rotate(225deg)}75%{border-radius:0 38% 0 0;transform:rotate(270deg)}87%{border-radius:0 0 38% 0;transform:rotate(315deg)}100%{border-radius:0 0 0 38%;transform:rotate(360deg)}}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:#eaeaea;white-space:pre-wrap;word-wrap:break-word;font-family:monospace;font-size:1em;color:#3d3d3d}code{background-color:#eaeaea;padding:0;font-family:monospace,monospace;font-size:1em;color:#3d3d3d}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}table tr{border:1px solid #acacac}table th{padding:5px 10px;text-align:left;border-right:1px solid #acacac;color:#000}table td{padding:5px 10px;text-align:left;border:0;border-right:1px solid #acacac}table td br{display:none}table a{background-image:linear-gradient(to top,currentColor 2px,transparent 2px);background-position:0 0;transition:background-size .35s cubic-bezier(.16,.48,.36,1),color .2s ease-out;background-repeat:no-repeat;background-size:0 100%;background-position-x:100%;background-size:100% 100%}table a:hover{color:#000;background-size:100% 100%;background-position-x:0}table a:hover{animation:qode-background-size .7s cubic-bezier(.16,.48,.36,1)}table a.qodef-long-underline-animation{transition-duration:.5s}table a.qodef-long-underline-animation:hover{animation-duration:1s}table a.qodef-very-long-underline-animation{transition-duration:.75s}table a.qodef-very-long-underline-animation:hover{animation-duration:1.5s}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*=zermatt-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:500}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:#eaeaea}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%;margin:7px auto 0;font-size:14px!important;line-height:1.2em!important;color:#3d3d3d;text-align:center;opacity:1}.gallery-caption a,.wp-caption a,figcaption a{color:inherit}.wp-caption .wp-caption-text{opacity:1;margin:10px 0}blockquote.instagram-media,iframe.instagram-media{margin:auto!important}.bypostauthor,.sticky{opacity:1}::selection{color:#fff;background:#d83c27}::-moz-selection{color:#fff;background:#d83c27}.screen-reader-text{position:absolute!important;width:1px;height:0;line-height:1;clip:rect(1px,1px,1px,1px);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;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;z-index:100000}.alignleft{float:left;text-align:left;margin:1rem 2rem 1rem 0!important;clear:left}.aligncenter{text-align:center;display:block;margin-left:auto;margin-right:auto}.alignright{float:right;text-align:right;margin:1rem 0 1rem 2rem!important;clear:right}body:not([class*=zermatt-core]) .alignright{clear:right}.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:"DM Sans",sans-serif;font-size:17px;line-height:1.65em;font-weight:400;color:#3d3d3d;background-color:#fff;overflow-x:hidden;-webkit-font-smoothing:antialiased}.qodef-h1,h1{color:#000;font-size:60px;line-height:1.15em;font-weight:500;margin:25px 0;-ms-word-wrap:break-word;word-wrap:break-word}.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:hover,h1 a:hover{color:#d83c27}.qodef-h2,h2{color:#000;font-size:47px;line-height:1.19em;font-weight:500;margin:25px 0;-ms-word-wrap:break-word;word-wrap:break-word}.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:hover,h2 a:hover{color:#d83c27}.qodef-h3,h3{color:#000;font-size:40px;line-height:1.2em;font-weight:500;margin:25px 0;-ms-word-wrap:break-word;word-wrap:break-word}.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:hover,h3 a:hover{color:#d83c27}.qodef-h4,h4{color:#000;font-size:30px;line-height:1.3em;font-weight:500;margin:25px 0;-ms-word-wrap:break-word;word-wrap:break-word}.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:hover,h4 a:hover{color:#d83c27}.qodef-h5,h5{color:#000;font-size:22px;line-height:1.27em;font-weight:500;margin:25px 0;-ms-word-wrap:break-word;word-wrap:break-word}.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:hover,h5 a:hover{color:#d83c27}.qodef-h6,h6{color:#000;font-size:18px;line-height:1.39em;font-weight:500;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:hover,h6 a:hover{color:#d83c27}@media only screen and (max-width:680px){.qodef-h1,h1{font-size:54px}}a,p a{color:#000;text-decoration:none;transition:color .2s ease-out;cursor:pointer}a:hover,p a:hover{color:#d83c27}p{margin:10px 0;line-height:1.65em}body:not([class*=zermatt-core]) p{margin:25px 0}p.has-background{padding:20px 30px}.wp-block-quote,blockquote{position:relative;display:inline-block;width:100%;vertical-align:top;margin:0;padding:0;position:relative;padding:18px 4% 20px 4%;border:none;color:#000;font-size:22px;line-height:1.27em;font-weight:500;line-height:1.5em;quotes:none;z-index:1}.wp-block-quote p:before,blockquote p:before{content:"";position:absolute;left:0;top:26px;width:1px;height:calc(100% - 54px);background-color:#000}.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{margin:0;padding:18px 4% 20px 4%}.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:290px}.wp-block-quote.wp-block-pullquote.alignright,blockquote.wp-block-pullquote.alignright{max-width:290px}.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;font-size:inherit!important;line-height:inherit!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:500!important;text-align:inherit!important;text-transform:uppercase!important}input[type=email],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=url],textarea{position:relative;display:inline-block;width:100%;vertical-align:top;margin:0 0 0;padding:22px 20px;font-family:inherit;font-size:16px;line-height:24px;font-weight:inherit;color:#7e7e7e;background-color:transparent;border:1px solid #acacac;border-radius:0;outline:0;cursor:pointer;-webkit-appearance:none;transition:color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out}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,textarea:focus{color:#3d3d3d;background-color:transparent;border-color:#3d3d3d;z-index:1}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,textarea:-ms-input-placeholder{color:inherit;opacity:1}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,textarea::placeholder{color:inherit;opacity:1}.post-password-form input[type=password]{margin-top:.5em}@media only screen and (min-width:769px){.post-password-form input[type=password]{display:block;max-width:50%}}.qodef-theme-button,button[type=submit],input[type=submit]{position:relative;display:inline-block;vertical-align:middle;width:auto;margin:0;font-family:"DM Sans",sans-serif;font-weight:500;line-height:2em;text-decoration:none;border-radius:0;outline:0;transition:color .2s ease-out,stroke .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;padding:4px 26px;font-size:15px;color:#fff;background-color:#000;border:1px solid transparent;cursor:pointer}.qodef-theme-button:hover,button[type=submit]:hover,input[type=submit]:hover{color:#fff;background-color:#d83c27}.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}select{position:relative;display:block;height:68px;padding:22px 20px;margin:0;font-family:inherit;font-size:16px;line-height:24px;font-weight:inherit;color:#7e7e7e;background-color:transparent;border:1px solid #acacac;border-radius:0;outline:0;cursor:pointer;-webkit-user-select:none;-ms-user-select:none;user-select:none}select:disabled{color:inherit;border-color:inherit;background-color:#eaeaea;box-shadow:none;text-shadow:none}body .select2-container--default{position:relative;display:inline-block;vertical-align:top;width:auto;margin:0 0 0}body .select2-container--default .select2-selection--single{display:block;height:calc(68px + 2px);padding:22px 20px;margin:0;font-family:inherit;font-size:16px;line-height:24px;font-weight:inherit;color:#7e7e7e;background-color:transparent;border:1px solid #acacac;border-radius:0;outline:0;cursor:pointer;-webkit-user-select:none;-ms-user-select:none;user-select:none}body .select2-container--default .select2-selection--single .select2-selection__rendered{display:block;padding:0;line-height:inherit;color:inherit;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}body .select2-container--default .select2-selection--single .select2-selection__clear{position:relative;float:right;margin:0;font-weight:inherit;cursor:pointer}body .select2-container--default .select2-selection--single .select2-selection__placeholder{color:inherit}body .select2-container--default .select2-selection--single .select2-selection__arrow{position:absolute;top:0;right:0;width:50px;height:100%;display:flex;align-items:center;justify-content:center;font-size:16px;color:#000}body .select2-container--default .select2-selection--single .select2-selection__arrow b{display:none}body .select2-container--default .select2-selection--single .select2-selection__arrow:before{display:block;line-height:inherit;font-style:normal;content:"›";font-family:monospace;font-size:22px;transform:rotate(90deg)}body .select2-container--default .select2-selection--multiple{display:block;height:68px;padding:22px 20px;margin:0;font-family:inherit;font-size:16px;line-height:24px;font-weight:inherit;color:#7e7e7e;background-color:transparent;border:1px solid #acacac;border-radius:0;outline:0;cursor:pointer;-webkit-user-select:none;-ms-user-select:none;user-select:none}body .select2-container--default .select2-selection--multiple .select2-selection__rendered{list-style:none;display:block;padding:0;line-height:inherit;color:inherit;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}body .select2-container--default .select2-selection--multiple .select2-selection__rendered li{margin:0;padding:0}body .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__placeholder{float:left;margin:0;color:inherit}body .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__clear{position:relative;float:right;margin:0;font-weight:inherit;cursor:pointer}body .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice{margin:5px 5px 0 0;padding:0 10px;float:left;color:#fff;background-color:#000;border:0;border-radius:0;cursor:default}body .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice__remove{display:inline-block;margin:0 3px 0 0;color:inherit;transition:opacity .2s ease-out;cursor:pointer}body .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice__remove:hover{color:inherit;opacity:.8}body .select2-container--default .select2-search--inline{float:left}body .select2-container--default .select2-search--inline .select2-search__field{width:100%;padding:0!important;margin:0!important;font-family:inherit;font-size:inherit;font-weight:inherit;color:inherit;border:none!important;outline:0;-webkit-appearance:none}body .select2-container--default .select2-search--inline .select2-search__field:focus{border-color:#000}body .select2-container--default .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}body .select2-container--default .select2-dropdown{position:absolute;top:0;left:-100000px;display:block;width:100%;background-color:#eaeaea;border:1px solid #acacac;border-radius:0;z-index:99999}body .select2-container--default .select2-search--dropdown{display:block;padding:14px 15px 2px}body .select2-container--default .select2-search--dropdown.select2-search--hide{display:none}body .select2-container--default .select2-search--dropdown .select2-search__field{width:100%;padding:4px 8px;margin:0;font-family:inherit;font-size:inherit;line-height:20px;font-weight:inherit;color:#7e7e7e;background-color:#fff;border:1px solid #acacac;outline:0;-webkit-appearance:none}body .select2-container--default .select2-search--dropdown .select2-search__field:focus{color:#3d3d3d;background-color:#fff;border-color:#3d3d3d}body .select2-container--default .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}body .select2-container--default .select2-results{display:block}body .select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}body .select2-container--default .select2-results__options{position:relative;margin:5px 0 7px;padding:2px 15px;list-style:none}body .select2-container--default .select2-results__option{padding:3px 0;font-size:16px;line-height:24px;-webkit-user-select:none;-ms-user-select:none;user-select:none;transition:color .2s ease-out}body .select2-container--default .select2-results__option[aria-selected]{cursor:pointer}body .select2-container--default .select2-results__option[role=group]{padding:0}body .select2-container--default .select2-results__option[aria-disabled=true]{color:#000}body .select2-container--default .select2-results__option[aria-selected=true],body .select2-container--default .select2-results__option[data-selected=true]{color:#3d3d3d;background:0 0}body .select2-container--default .select2-results__option .select2-results__option{padding-left:1em}body .select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}body .select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}body .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}body .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}body .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}body .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}body .select2-container--default .select2-results__option--highlighted[aria-selected]{color:#3d3d3d;background:0 0}body .select2-container--default .select2-results__group{display:block;padding:7px 0;cursor:default}body .select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear{float:left}body .select2-container--default[dir=rtl] .select2-selection--single .select2-selection__rendered{padding:0}body .select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow{left:0;right:auto}body .select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline,body .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice,body .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder{float:right}body .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__rendered{padding:0}body .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice{margin:7px auto 0 5px}body .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{margin:0 auto 0 3px}body .select2-container--default.select2-container--disabled .select2-selection--multiple,body .select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eaeaea;cursor:default}body .select2-container--default.select2-container--disabled .select2-selection--multiple .select2-selection__clear,body .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}body .select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}body .select2-container--default.select2-container--open .select2-selection--multiple,body .select2-container--default.select2-container--open .select2-selection--single{color:#3d3d3d}body .select2-container--default.select2-container--open .select2-dropdown{left:0}body .select2-container--default.select2-container--open .select2-dropdown.select2-dropdown--above{border-bottom-color:transparent}body .select2-container--default.select2-container--open .select2-dropdown.select2-dropdown--below{border-top-color:transparent}.select2-close-mask{position:fixed;top:0;left:0;display:block;width:auto;height:auto;min-height:100%;min-width:100%;padding:0;margin:0;background-color:#fff;border:0;opacity:0;z-index:99}.select2-hidden-accessible{position:absolute!important;width:1px!important;height:0!important;padding:0!important;line-height:1;border:0!important;overflow:hidden!important;white-space:nowrap!important;clip:rect(0 0 0 0)!important;clip-path:inset(50%)!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-animation-delay:1s;-webkit-animation-fill-mode:both;-webkit-animation-name:qodefAutofillFix}.qodef-content-grid{width:1100px;margin:0 auto}.qodef--boxed .qodef-content-grid{width:1160px}@media only screen and (min-width:1441px){.qodef-content-grid-1400 .qodef-content-grid{width:1400px}.qodef--boxed.qodef-content-grid-1400 .qodef-content-grid{width:1460px}}@media only screen and (min-width:1441px){.qodef-content-grid-1300 .qodef-content-grid{width:1300px}.qodef--boxed.qodef-content-grid-1300 .qodef-content-grid{width:1360px}}@media only screen and (min-width:1441px){.qodef-content-grid-1200 .qodef-content-grid{width:1200px}.qodef--boxed.qodef-content-grid-1200 .qodef-content-grid{width:1260px}}@media only screen and (min-width:1025px){.qodef-content-grid-1000 .qodef-content-grid{width:1000px}.qodef--boxed.qodef-content-grid-1000 .qodef-content-grid{width:1060px}}@media only screen and (min-width:769px){.qodef-content-grid-800 .qodef-content-grid{width:800px}.qodef--boxed.qodef-content-grid-800 .qodef-content-grid{width:860px}}.qodef-grid{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-grid>.qodef-grid-inner{margin:0 -15px}.qodef-grid>.qodef-grid-inner>.qodef-grid-item{padding:0 15px}.qodef-grid .qodef-grid-item{position:relative;display:inline-block;width:100%;vertical-align:top;min-height:1px;float:left}@media only screen and (min-width:1025px){.qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col--12{width:100%}.qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col-push--12{left:100%}.qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col-pull--12{right:100%}}@media only screen and (min-width:1025px){.qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col--11{width:9.0909090909%}.qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col-push--11{left:9.0909090909%}.qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col-pull--11{right:9.0909090909%}}@media only screen and (min-width:1025px){.qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col--10{width:83.3333333333%}.qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col-push--10{left:83.3333333333%}.qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col-pull--10{right:83.3333333333%}}@media only screen and (min-width:1025px){.qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col--9{width:75%}.qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col-push--9{left:75%}.qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col-pull--9{right:75%}}@media only screen and (min-width:1025px){.qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col--8{width:66.6666666667%}.qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col-push--8{left:66.6666666667%}.qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col-pull--8{right:66.6666666667%}}@media only screen and (min-width:1025px){.qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col--7{width:14.2857142857%}.qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col-push--7{left:14.2857142857%}.qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col-pull--7{right:14.2857142857%}}@media only screen and (min-width:1025px){.qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col--6{width:50%}.qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col-push--6{left:50%}.qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col-pull--6{right:50%}}@media only screen and (min-width:1025px){.qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col--5{width:20%}.qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col-push--5{left:20%}.qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col-pull--5{right:20%}}@media only screen and (min-width:1025px){.qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col--4{width:33.3333333333%}.qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col-push--4{left:33.3333333333%}.qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col-pull--4{right:33.3333333333%}}@media only screen and (min-width:1025px){.qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col--3{width:25%}.qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col-push--3{left:25%}.qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col-pull--3{right:25%}}@media only screen and (min-width:1025px){.qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col--2{width:16.6666666667%}.qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col-push--2{left:16.6666666667%}.qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col-pull--2{right:16.6666666667%}}@media only screen and (min-width:1025px){.qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col--1{width:8.3333333333%}.qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col-push--1{left:8.3333333333%}.qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col-pull--1{right:8.3333333333%}}.qodef-grid.qodef-layout--columns.qodef-col-num--1>.qodef-grid-inner>.qodef-grid-item{width:100%}.qodef-grid.qodef-layout--columns.qodef-col-num--2>.qodef-grid-inner>.qodef-grid-item{width:50%}@media only screen and (min-width:681px){.qodef-grid.qodef-layout--columns.qodef-col-num--2.qodef-responsive--predefined>.qodef-grid-inner>.qodef-grid-item:nth-child(2n+1){clear:both;border-left:0}}@media only screen and (min-width:1441px){.qodef-grid.qodef-layout--columns.qodef-col-num--2.qodef-responsive--custom>.qodef-grid-inner>.qodef-grid-item:nth-child(2n+1){clear:both;border-left:0}}.qodef-grid.qodef-layout--columns.qodef-col-num--3>.qodef-grid-inner>.qodef-grid-item{width:33.3333333333%}@media only screen and (min-width:769px){.qodef-grid.qodef-layout--columns.qodef-col-num--3.qodef-responsive--predefined>.qodef-grid-inner>.qodef-grid-item:nth-child(3n+1){clear:both;border-left:0}}@media only screen and (min-width:1441px){.qodef-grid.qodef-layout--columns.qodef-col-num--3.qodef-responsive--custom>.qodef-grid-inner>.qodef-grid-item:nth-child(3n+1){clear:both;border-left:0}}.qodef-grid.qodef-layout--columns.qodef-col-num--4>.qodef-grid-inner>.qodef-grid-item{width:25%}@media only screen and (min-width:1025px){.qodef-grid.qodef-layout--columns.qodef-col-num--4.qodef-responsive--predefined>.qodef-grid-inner>.qodef-grid-item:nth-child(4n+1){clear:both;border-left:0}}@media only screen and (min-width:1441px){.qodef-grid.qodef-layout--columns.qodef-col-num--4.qodef-responsive--custom>.qodef-grid-inner>.qodef-grid-item:nth-child(4n+1){clear:both;border-left:0}}.qodef-grid.qodef-layout--columns.qodef-col-num--5>.qodef-grid-inner>.qodef-grid-item{width:20%}@media only screen and (min-width:1367px){.qodef-grid.qodef-layout--columns.qodef-col-num--5.qodef-responsive--predefined>.qodef-grid-inner>.qodef-grid-item:nth-child(5n+1){clear:both;border-left:0}}@media only screen and (min-width:1441px){.qodef-grid.qodef-layout--columns.qodef-col-num--5.qodef-responsive--custom>.qodef-grid-inner>.qodef-grid-item:nth-child(5n+1){clear:both;border-left:0}}.qodef-grid.qodef-layout--columns.qodef-col-num--6>.qodef-grid-inner>.qodef-grid-item{width:16.6666666667%}@media only screen and (min-width:1441px){.qodef-grid.qodef-layout--columns.qodef-col-num--6.qodef-responsive--predefined>.qodef-grid-inner>.qodef-grid-item:nth-child(6n+1){clear:both;border-left:0}}@media only screen and (min-width:1441px){.qodef-grid.qodef-layout--columns.qodef-col-num--6.qodef-responsive--custom>.qodef-grid-inner>.qodef-grid-item:nth-child(6n+1){clear:both;border-left:0}}.qodef-grid.qodef-layout--columns.qodef-col-num--7>.qodef-grid-inner>.qodef-grid-item{width:14.2857142857%}@media only screen and (min-width:1367px){.qodef-grid.qodef-layout--columns.qodef-col-num--7.qodef-responsive--predefined>.qodef-grid-inner>.qodef-grid-item:nth-child(7n+1){clear:both;border-left:0}}@media only screen and (min-width:1441px){.qodef-grid.qodef-layout--columns.qodef-col-num--7.qodef-responsive--custom>.qodef-grid-inner>.qodef-grid-item:nth-child(7n+1){clear:both;border-left:0}}.qodef-grid.qodef-layout--columns.qodef-col-num--8>.qodef-grid-inner>.qodef-grid-item{width:12.5%}@media only screen and (min-width:1367px){.qodef-grid.qodef-layout--columns.qodef-col-num--8.qodef-responsive--predefined>.qodef-grid-inner>.qodef-grid-item:nth-child(8n+1){clear:both;border-left:0}}@media only screen and (min-width:1441px){.qodef-grid.qodef-layout--columns.qodef-col-num--8.qodef-responsive--custom>.qodef-grid-inner>.qodef-grid-item:nth-child(8n+1){clear:both;border-left:0}}.qodef-grid.qodef-layout--masonry.qodef-items--fixed .qodef-grid-item .qodef-e-inner{height:100%;min-height:auto!important;overflow:hidden}.qodef-grid.qodef-layout--masonry.qodef-items--fixed .qodef-grid-item img{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-layout--masonry .qodef-grid-masonry-sizer{width:100%;padding:0;margin:0}.qodef-grid.qodef-layout--masonry .qodef-grid-masonry-gutter{width:0;padding:0;margin:0}.qodef-grid.qodef-layout--masonry.qodef-col-num--1 .qodef-grid-masonry-sizer,.qodef-grid.qodef-layout--masonry.qodef-col-num--1>.qodef-grid-inner>.qodef-grid-item{width:100%}.qodef-grid.qodef-layout--masonry.qodef-col-num--2 .qodef-grid-masonry-sizer,.qodef-grid.qodef-layout--masonry.qodef-col-num--2>.qodef-grid-inner>.qodef-grid-item{width:50%}.qodef-grid.qodef-layout--masonry.qodef-col-num--2>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-layout--masonry.qodef-col-num--2>.qodef-grid-inner>.qodef-item--landscape{width:100%}.qodef-grid.qodef-layout--masonry.qodef-col-num--3 .qodef-grid-masonry-sizer,.qodef-grid.qodef-layout--masonry.qodef-col-num--3>.qodef-grid-inner>.qodef-grid-item{width:33.3333333333%}.qodef-grid.qodef-layout--masonry.qodef-col-num--3>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-layout--masonry.qodef-col-num--3>.qodef-grid-inner>.qodef-item--landscape{width:66.6666666667%}.qodef-grid.qodef-layout--masonry.qodef-col-num--4 .qodef-grid-masonry-sizer,.qodef-grid.qodef-layout--masonry.qodef-col-num--4>.qodef-grid-inner>.qodef-grid-item{width:25%}.qodef-grid.qodef-layout--masonry.qodef-col-num--4>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-layout--masonry.qodef-col-num--4>.qodef-grid-inner>.qodef-item--landscape{width:50%}.qodef-grid.qodef-layout--masonry.qodef-col-num--5 .qodef-grid-masonry-sizer,.qodef-grid.qodef-layout--masonry.qodef-col-num--5>.qodef-grid-inner>.qodef-grid-item{width:20%}.qodef-grid.qodef-layout--masonry.qodef-col-num--5>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-layout--masonry.qodef-col-num--5>.qodef-grid-inner>.qodef-item--landscape{width:40%}.qodef-grid.qodef-layout--masonry.qodef-col-num--6 .qodef-grid-masonry-sizer,.qodef-grid.qodef-layout--masonry.qodef-col-num--6>.qodef-grid-inner>.qodef-grid-item{width:16.6666666667%}.qodef-grid.qodef-layout--masonry.qodef-col-num--6>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-layout--masonry.qodef-col-num--6>.qodef-grid-inner>.qodef-item--landscape{width:33.3333333333%}.qodef-grid.qodef-layout--masonry.qodef-col-num--7 .qodef-grid-masonry-sizer,.qodef-grid.qodef-layout--masonry.qodef-col-num--7>.qodef-grid-inner>.qodef-grid-item{width:14.2857142857%}.qodef-grid.qodef-layout--masonry.qodef-col-num--7>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-layout--masonry.qodef-col-num--7>.qodef-grid-inner>.qodef-item--landscape{width:28.5714285714%}.qodef-grid.qodef-layout--masonry.qodef-col-num--8 .qodef-grid-masonry-sizer,.qodef-grid.qodef-layout--masonry.qodef-col-num--8>.qodef-grid-inner>.qodef-grid-item{width:12.5%}.qodef-grid.qodef-layout--masonry.qodef-col-num--8>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-layout--masonry.qodef-col-num--8>.qodef-grid-inner>.qodef-item--landscape{width:25%}.qodef-grid.qodef-gutter--no.qodef--no-bottom-space{margin-bottom:0}.qodef-grid.qodef-gutter--no.qodef--no-bottom-space.qodef-enable-borders{margin-bottom:0}.qodef-grid.qodef-gutter--no>.qodef-grid-inner{margin:0}.qodef-grid.qodef-gutter--no>.qodef-grid-inner>.qodef-grid-item{padding:0;margin:0}.qodef-grid.qodef-gutter--no.qodef-enable-borders>.qodef-grid-inner>.qodef-grid-item{padding:0;margin:0}.qodef-grid.qodef-gutter--tiny.qodef--no-bottom-space{margin-bottom:-10px}.qodef-grid.qodef-gutter--tiny.qodef--no-bottom-space.qodef-enable-borders{margin-bottom:-10px}.qodef-grid.qodef-gutter--tiny>.qodef-grid-inner{margin:0 -5px}.qodef-grid.qodef-gutter--tiny>.qodef-grid-inner>.qodef-grid-item{padding:0 5px;margin:0 0 10px}.qodef-grid.qodef-gutter--tiny.qodef-enable-borders>.qodef-grid-inner>.qodef-grid-item{padding:0 5px;margin:0 0 10px}.qodef-grid.qodef-gutter--small.qodef--no-bottom-space{margin-bottom:-20px}.qodef-grid.qodef-gutter--small.qodef--no-bottom-space.qodef-enable-borders{margin-bottom:-20px}.qodef-grid.qodef-gutter--small>.qodef-grid-inner{margin:0 -10px}.qodef-grid.qodef-gutter--small>.qodef-grid-inner>.qodef-grid-item{padding:0 10px;margin:0 0 20px}.qodef-grid.qodef-gutter--small.qodef-enable-borders>.qodef-grid-inner>.qodef-grid-item{padding:0 10px;margin:0 0 20px}.qodef-grid.qodef-gutter--normal.qodef--no-bottom-space{margin-bottom:-30px}.qodef-grid.qodef-gutter--normal.qodef--no-bottom-space.qodef-enable-borders{margin-bottom:-30px}.qodef-grid.qodef-gutter--normal>.qodef-grid-inner{margin:0 -15px}.qodef-grid.qodef-gutter--normal>.qodef-grid-inner>.qodef-grid-item{padding:0 15px;margin:0 0 30px}.qodef-grid.qodef-gutter--normal.qodef-enable-borders>.qodef-grid-inner>.qodef-grid-item{padding:0 15px;margin:0 0 30px}.qodef-grid.qodef-gutter--medium.qodef--no-bottom-space{margin-bottom:-40px}.qodef-grid.qodef-gutter--medium.qodef--no-bottom-space.qodef-enable-borders{margin-bottom:-40px}.qodef-grid.qodef-gutter--medium>.qodef-grid-inner{margin:0 -20px}.qodef-grid.qodef-gutter--medium>.qodef-grid-inner>.qodef-grid-item{padding:0 20px;margin:0 0 40px}.qodef-grid.qodef-gutter--medium.qodef-enable-borders>.qodef-grid-inner>.qodef-grid-item{padding:0 20px;margin:0 0 40px}.qodef-grid.qodef-gutter--large.qodef--no-bottom-space{margin-bottom:-50px}.qodef-grid.qodef-gutter--large.qodef--no-bottom-space.qodef-enable-borders{margin-bottom:-25px}.qodef-grid.qodef-gutter--large>.qodef-grid-inner{margin:0 -25px}.qodef-grid.qodef-gutter--large>.qodef-grid-inner>.qodef-grid-item{padding:0 25px;margin:0 0 50px}.qodef-grid.qodef-gutter--large.qodef-enable-borders>.qodef-grid-inner>.qodef-grid-item{padding:0 25px;margin:0 0 25px}.qodef-grid.qodef-gutter--huge.qodef--no-bottom-space{margin-bottom:-80px}.qodef-grid.qodef-gutter--huge.qodef--no-bottom-space.qodef-enable-borders{margin-bottom:-40px}.qodef-grid.qodef-gutter--huge>.qodef-grid-inner{margin:0 -40px}.qodef-grid.qodef-gutter--huge>.qodef-grid-inner>.qodef-grid-item{padding:0 40px;margin:0 0 80px}.qodef-grid.qodef-gutter--huge.qodef-enable-borders>.qodef-grid-inner>.qodef-grid-item{padding:0 40px;margin:0 0 40px}.qodef-grid.qodef-gutter--extra.qodef--no-bottom-space{margin-bottom:-120px}.qodef-grid.qodef-gutter--extra.qodef--no-bottom-space.qodef-enable-borders{margin-bottom:-60px}.qodef-grid.qodef-gutter--extra>.qodef-grid-inner{margin:0 -60px}.qodef-grid.qodef-gutter--extra>.qodef-grid-inner>.qodef-grid-item{padding:0 60px;margin:0 0 120px}.qodef-grid.qodef-gutter--extra.qodef-enable-borders>.qodef-grid-inner>.qodef-grid-item{padding:0 60px;margin:0 0 60px}.qodef-grid.qodef-gutter--extreme.qodef--no-bottom-space{margin-bottom:-160px}.qodef-grid.qodef-gutter--extreme.qodef--no-bottom-space.qodef-enable-borders{margin-bottom:-80px}.qodef-grid.qodef-gutter--extreme>.qodef-grid-inner{margin:0 -80px}.qodef-grid.qodef-gutter--extreme>.qodef-grid-inner>.qodef-grid-item{padding:0 80px;margin:0 0 160px}.qodef-grid.qodef-gutter--extreme.qodef-enable-borders>.qodef-grid-inner>.qodef-grid-item{padding:0 80px;margin:0 0 80px}#qodef-page-wrapper{position:relative;overflow:hidden}#qodef-page-outer{position:relative}#qodef-page-inner{position:relative;padding:65px 0 100px}#qodef-page-content.qodef-layout--template .qodef-page-content-section.qodef-col--12{margin-bottom:0}.qodef--boxed{background-color:#eaeaea}.qodef--boxed #qodef-page-wrapper{display:block;background-color:#fff}.qodef--boxed #qodef-page-inner{padding-left:30px;padding-right:30px}.qodef--passepartout #qodef-page-wrapper{background-color:#fff}#qodef-page-wrapper .mejs-container,#qodef-page-wrapper .mejs-container .mejs-controls,#qodef-page-wrapper .mejs-embed,#qodef-page-wrapper .mejs-embed body{background-color:#000}#qodef-page-wrapper .mejs-controls{height:44px}#qodef-page-wrapper .mejs-button>button{margin:12px 6px}#qodef-page-wrapper .mejs-time{padding-top:17px;font-size:14px}#qodef-page-wrapper .mejs-time.mejs-currenttime-container{padding-left:26px}#qodef-page-wrapper .mejs-time.mejs-duration-container{padding-right:33px}#qodef-page-wrapper .mejs-time-rail{padding-top:12px}#qodef-page-wrapper .mejs-horizontal-volume-total{top:18px}#qodef-page-wrapper .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total{background:0 0;outline:1px solid #fff}#qodef-page-wrapper .mejs-controls .mejs-time-rail .mejs-time-total{background:0 0;border:1px solid #fff}#qodef-page-wrapper .mejs-time-current{height:8px;background:#fff}#qodef-page-wrapper .mejs-time-loaded{height:8px;background:0 0}#qodef-page-wrapper .mejs-time-hovered{height:8px;background:#3d3d3d}#qodef-page-wrapper .mejs-time-handle-content{height:8px;border-color:#8bff58}#qodef-page-wrapper .mejs-time-buffering{height:8px}.qodef-theme-button .qodef-btn-textual-icon{display:inline-block;vertical-align:middle;width:12px;margin-left:4px;transition:transform .2s ease-out}.qodef-theme-button:hover{color:#d83c27;stroke:#d83c27}.qodef-theme-button:hover .qodef-btn-textual-icon{transform:translate(4px,-4px)}.qodef-e-getintouch-form{text-align:right}.qodef-e-getintouch-form button{margin-top:60px}button.mfp-arrow{transition:opacity .3s ease;opacity:1}button.mfp-arrow:hover{opacity:.6}button.mfp-arrow:after,button.mfp-arrow:before{border:0;color:#fff;font-size:45px;font-family:ElegantIcons}button.mfp-arrow-left:after{content:"4"}button.mfp-arrow-right:after{content:"5";margin-left:10px}button.mfp-close{text-indent:-1000px;overflow:hidden;text-align:left!important;transition:opacity .3s ease;opacity:1}button.mfp-close:hover{opacity:.6}button.mfp-close:after{content:"M";position:absolute;right:4px;bottom:0;text-indent:0;font-size:23px;font-family:ElegantIcons}.mfp-bottom-bar .mfp-counter,.mfp-bottom-bar .mfp-title{font-family:"DM Sans",sans-serif;text-transform:uppercase;font-size:15px;color:#fff}.mfp-figure figcaption{margin:0}.qodef-swiper-container{position:relative;margin:0 auto;padding:0;list-style:none;z-index:1;visibility:hidden;overflow:hidden}.qodef-swiper-container .swiper-slide a{display:block}.qodef-swiper-container .swiper-slide img{width:100%}.qodef-swiper-container .swiper-wrapper{transition-timing-function:cubic-bezier(.53,.06,0,1.02)}.qodef-swiper-container.qodef-swiper--initialized{visibility:visible}.swiper-pagination-bullets{bottom:32px!important}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{display:inline-block!important}.swiper-pagination-bullets .swiper-pagination-bullet{position:relative;width:24px;height:24px;border-radius:50%;background-color:transparent;border:0;margin:0!important;padding:0!important;opacity:1}.swiper-pagination-bullets .swiper-pagination-bullet:before{content:"";border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);height:8px;width:8px;background-color:transparent;border:1px solid #a5a5a5;transition:all .3s ease-out}.swiper-pagination-bullets .swiper-pagination-bullet:after{content:"";border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);height:6px;width:6px;background-color:transparent;transition:all .3s ease-out}.swiper-pagination-bullets .swiper-pagination-bullet:hover:before{border:1px solid #000}.swiper-pagination-bullets .swiper-pagination-bullet-active:before{border:1px solid transparent}.swiper-pagination-bullets .swiper-pagination-bullet-active:after{background-color:#000}.swiper-button-next,.swiper-button-prev{display:flex;align-items:center;justify-content:center;background-image:none!important;background-color:#000!important;width:60px!important;height:45px!important;margin:0!important;transform:translateY(-50%);color:#fff;text-align:center}.swiper-button-next:after,.swiper-button-prev:after{display:block;content:"";width:6px;height:11px;background-repeat:no-repeat;background-size:contain}.swiper-button-prev{left:33px!important}@media only screen and (max-width:680px){.swiper-button-prev{left:14px!important}}.swiper-button-prev:after{background-image:url(https://arepo.pt/wp-content/themes/zermatt/assets/css/../img/swipper-left.png)!important}.swiper-button-next{right:33px!important}@media only screen and (max-width:680px){.swiper-button-next{right:14px!important}}.swiper-button-next:after{background-image:url(https://arepo.pt/wp-content/themes/zermatt/assets/css/../img/swipper-right.png)!important}.swiper-button-next.swiper-button-outside,.swiper-button-prev.swiper-button-outside{color:#000}.swiper-button-prev.swiper-button-outside,.swiper-container-rtl .swiper-button-next.swiper-button-outside{transform:translateX(-300%)}.swiper-button-next.swiper-button-outside,.swiper-container-rtl .swiper-button-prev.swiper-button-outside{transform:translateX(300%)}.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}.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:"›";font-family:monospace;font-size:22px;transform:rotate(90deg);line-height:1;border:0;position:initial;margin-left:auto}.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;padding:7px 0}.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:#3d3d3d;background-color:#fff;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:#d83c27}#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;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-click .wpml-ls-sub-menu .wpml-ls-item a{color:#3d3d3d;font-size:14px}#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-click .wpml-ls-sub-menu .wpml-ls-item a:hover{color:#d83c27}#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:#3d3d3d}#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a:hover{color:#d83c27}#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:#3d3d3d}#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a:hover{color:#d83c27}#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:#3d3d3d;background-color:transparent;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:#d83c27}#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;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-click .wpml-ls-sub-menu .wpml-ls-item a{color:#3d3d3d;font-size:14px}#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-click .wpml-ls-sub-menu .wpml-ls-item a:hover{color:#d83c27}#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:#3d3d3d}#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a:hover{color:#d83c27}#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:#3d3d3d}#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a:hover{color:#d83c27}#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:175px}#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:8px 20px;height:40px;line-height:24px;color:#fff;background-color:#000;border:1px solid transparent;font-size:14px}#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;padding:0 20px;background-color:#000}#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-click .wpml-ls-sub-menu .wpml-ls-item a{color:#fff;font-size:14px}#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-click .wpml-ls-sub-menu .wpml-ls-item 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-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:#3d3d3d;background-color:#eaeaea;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:#d83c27}#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;padding:0 20px;background-color:#eaeaea}#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-click .wpml-ls-sub-menu .wpml-ls-item a{color:#3d3d3d;font-size:14px}#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-click .wpml-ls-sub-menu .wpml-ls-item a:hover{color:#d83c27}#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:#3d3d3d}#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a:hover{color:#d83c27}#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:#3d3d3d}#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a:hover{color:#d83c27}#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:#3d3d3d;background-color:#eaeaea;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:#d83c27}#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;padding:0 20px;background-color:#eaeaea}#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-click .wpml-ls-sub-menu .wpml-ls-item a{color:#3d3d3d;font-size:14px}#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-click .wpml-ls-sub-menu .wpml-ls-item a:hover{color:#d83c27}#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:#3d3d3d;background-color:#eaeaea;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:#d83c27}#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;padding:0 20px;background-color:#eaeaea}#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-click .wpml-ls-sub-menu .wpml-ls-item a{color:#3d3d3d;font-size:14px}#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-click .wpml-ls-sub-menu .wpml-ls-item a:hover{color:#d83c27}#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:160px 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:1025px){#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:52px}.qodef-blog{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-blog .qodef-blog-item{position:relative;display:inline-block;width:100%;vertical-align:top;margin:0 0 116px}.qodef-blog .qodef-blog-item .qodef-e-content,.qodef-blog .qodef-blog-item .qodef-e-inner,.qodef-blog .qodef-blog-item .qodef-e-media{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-blog .qodef-blog-item .qodef-e-media-image{position:relative;display:inline-block;vertical-align:top;max-width:100%}.qodef-blog .qodef-blog-item .qodef-e-media-image a,.qodef-blog .qodef-blog-item .qodef-e-media-image img{display:block;width:100%}.qodef-blog .qodef-blog-item .qodef-e-media-image.qodef--background{width:100%;background-position:center;background-repeat:no-repeat;background-size:cover}.qodef-blog .qodef-blog-item .qodef-e-media-image.qodef--background img{visibility:hidden}.qodef-blog .qodef-blog-item .qodef-e-media{min-height:100px}.qodef-blog .qodef-blog-item .qodef-e-media.qodef--has-image{margin-bottom:60px}.qodef-blog .qodef-blog-item .qodef-e-media iframe{display:block;height:100%}.qodef-blog .qodef-blog-item .qodef-e-media .qodef-info--absolute-top{position:absolute;top:0;left:0;z-index:3}.qodef-blog .qodef-blog-item .qodef-e-media .qodef-info--absolute-top .qodef-e-info-item a{background-color:#000;width:50px;height:67px;display:flex;flex-direction:column;justify-content:center;align-items:center;color:#fff}.qodef-blog .qodef-blog-item .qodef-e-media .qodef-info--absolute-top .qodef-e-info-item .qodef-e-day{font-size:22px}.qodef-blog .qodef-blog-item .qodef-e-media .qodef-info--absolute-top .qodef-e-info-item .qodef-divider{height:1px;width:36px;background-color:#3d3d3d;margin:0}.qodef-blog .qodef-blog-item .qodef-e-media .qodef-info--absolute-top .qodef-e-info-item .qodef-e-month{font-size:14px}.qodef-blog .qodef-blog-item .qodef-e-media .qodef-info--absolute-bottom{position:absolute;bottom:0;left:0;z-index:3;color:#fff;width:auto}.qodef-blog .qodef-blog-item .qodef-e-media .qodef-info--absolute-bottom .qodef-info--absolute-bottom-inner{background-color:#000;display:flex}.qodef-blog .qodef-blog-item .qodef-e-media .qodef-info--absolute-bottom .qodef-e-info-item{background-color:#000}.qodef-blog .qodef-blog-item .qodef-e-media .qodef-info--absolute-bottom .qodef-e-info-item{line-height:0}.qodef-blog .qodef-blog-item .qodef-e-media .qodef-info--absolute-bottom .qodef-e-info-item.qodef-e-info-category{padding:0 15px!important}.qodef-blog .qodef-blog-item .qodef-e-media .qodef-info--absolute-bottom .qodef-e-info-item a{display:inline-block;font-size:14px;color:#fff;line-height:23px;padding:0;margin:0}.qodef-blog .qodef-blog-item .qodef-e-title{margin:0}.qodef-blog .qodef-blog-item .qodef-e-excerpt{margin:15px 0 0}.qodef-blog .qodef-blog-item .qodef-e-read-more{margin:22px 0 0}.qodef-blog .qodef-blog-item .qodef-e-info-author .qodef-e-info-author-label{color:#818181}.qodef-blog .qodef-blog-item .qodef-e-info-author .qodef-e-info-author-link{color:#818181!important;background-image:linear-gradient(to top,currentColor 2px,transparent 2px);background-position:0 -1px;transition:background-size .35s cubic-bezier(.16,.48,.36,1),color .2s ease-out;background-repeat:no-repeat;background-size:0 100%;background-position-x:100%;background-size:100% 100%;display:initial}.qodef-blog .qodef-blog-item .qodef-e-info-author .qodef-e-info-author-link:hover{color:inherit;background-size:100% 100%;background-position-x:0}.qodef-blog .qodef-blog-item .qodef-e-info-author .qodef-e-info-author-link:hover{animation:qode-background-size .7s cubic-bezier(.16,.48,.36,1)}.qodef-blog .qodef-blog-item .qodef-e-info-author .qodef-e-info-author-link.qodef-long-underline-animation{transition-duration:.5s}.qodef-blog .qodef-blog-item .qodef-e-info-author .qodef-e-info-author-link.qodef-long-underline-animation:hover{animation-duration:1s}.qodef-blog .qodef-blog-item .qodef-e-info-author .qodef-e-info-author-link.qodef-very-long-underline-animation{transition-duration:.75s}.qodef-blog .qodef-blog-item .qodef-e-info-author .qodef-e-info-author-link.qodef-very-long-underline-animation:hover{animation-duration:1.5s}.qodef-blog .qodef-blog-item .qodef-e-info{position:relative;display:flex;align-items:center;width:100%}@media only screen and (min-width:681px){.qodef-blog .qodef-blog-item .qodef-e-info .qodef-e-info-left,.qodef-blog .qodef-blog-item .qodef-e-info .qodef-e-info-right{position:relative;display:flex;align-items:center;width:100%}.qodef-blog .qodef-blog-item .qodef-e-info .qodef-e-info-right{justify-content:flex-end}}.qodef-blog .qodef-blog-item .qodef-e-info .qodef-e-info-item{position:relative;display:inline-block;vertical-align:top;padding:0 19px 0 0;color:currentColor}.qodef-blog .qodef-blog-item .qodef-e-info .qodef-e-info-item:after{content:"/";position:absolute;top:0;right:7px}.qodef-blog .qodef-blog-item .qodef-e-info .qodef-e-info-item a{color:inherit}.qodef-blog .qodef-blog-item .qodef-e-info .qodef-e-info-item a:hover{color:#fff}.qodef-blog .qodef-blog-item .qodef-e-info .qodef-e-info-item:last-child{padding-right:0}.qodef-blog .qodef-blog-item .qodef-e-info .qodef-e-info-item:last-child:after{content:""}.qodef-blog .qodef-blog-item .qodef-info--bottom{display:inline-flex;margin-top:23px}.qodef-blog .qodef-blog-item .qodef-e-info-tags a{position:relative;display:inline-block;vertical-align:top;margin-right:11px}.qodef-blog .qodef-blog-item .qodef-e-info-tags a:last-child{margin-right:0}.qodef-blog .qodef-blog-item .qodef-e-post-link{position:absolute;top:0;left:0;width:100%;height:100%}.qodef-blog .qodef-blog-item.sticky .qodef-e-title a{position:relative;color:#d83c27}.qodef-blog .qodef-blog-item.sticky .qodef-e-title a:hover{color:#000}.qodef-blog .qodef-blog-item.format-video.has-post-thumbnail .qodef-e-media:not(.qodef-media-only-image) .qodef-info--absolute-bottom{display:none}.qodef-blog .qodef-blog-item.format-audio.has-post-thumbnail .qodef-e-media:not(.qodef-media-only-image) .qodef-info--absolute-bottom{bottom:44px}.qodef-blog .qodef-blog-item.format-audio.has-post-thumbnail .qodef-e-media-image{width:100%}.qodef-blog .qodef-blog-item.format-audio.has-post-thumbnail .qodef-e-media-image img{width:100%}.qodef-blog .qodef-blog-item.format-audio.has-post-thumbnail .qodef-e-media-audio{position:absolute;left:0;bottom:0;width:100%}.qodef-blog .qodef-blog-item.format-link .qodef-inner-wrapper{position:relative;display:flex;flex-direction:column;justify-content:center}.qodef-blog .qodef-blog-item.format-link .qodef-e-background{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#000;overflow:hidden}.qodef-blog .qodef-blog-item.format-link .qodef-e-background img{position:absolute;top:0;left:0;width:100%;height:100%;top:50%;left:50%;transform:translate(-50%,-50%) scale(1.01);opacity:1;object-fit:cover;filter:grayscale(100%)}.qodef-blog .qodef-blog-item.format-link .qodef-e-background:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;mix-blend-mode:screen;background-color:#3a27d8}.qodef-blog .qodef-blog-item.format-link .qodef-e-link{position:relative;display:inline-block;width:100%;vertical-align:top;max-width:580px;margin:0 auto;display:flex;flex-direction:column;padding:67px 7% 58px}.qodef-blog .qodef-blog-item.format-link .qodef-e-link>svg{height:19px;width:19px}.qodef-blog .qodef-blog-item.format-link .qodef-divider{height:1px;width:100%;background-color:#fff;margin:12px 0 16px}.qodef-blog .qodef-blog-item.format-link .qodef-e-link-text{position:relative;margin:0;color:#fff;max-width:360px}.qodef-blog .qodef-blog-item.format-link .qodef-e-link-button{margin:21px 0 0}.qodef-blog .qodef-blog-item.format-link .qodef-e-link-button .qodef-button{z-index:3;color:#fff;stroke:#fff}.qodef-blog .qodef-blog-item.format-link .qodef-e-link-url{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.qodef-blog .qodef-blog-item.format-quote .qodef-inner-wrapper{position:relative;display:flex;flex-grow:1;flex-direction:column;justify-content:center}.qodef-blog .qodef-blog-item.format-quote .qodef-e-background{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#000;overflow:hidden}.qodef-blog .qodef-blog-item.format-quote .qodef-e-background img{position:absolute;top:0;left:0;width:100%;height:100%;top:50%;left:50%;transform:translate(-50%,-50%) scale(1.01);opacity:1;object-fit:cover;filter:grayscale(100%)}.qodef-blog .qodef-blog-item.format-quote .qodef-e-background:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;mix-blend-mode:screen;background-color:#d83c27}.qodef-blog .qodef-blog-item.format-quote .qodef-e-quote{position:relative;display:inline-block;width:100%;vertical-align:top;max-width:580px;margin:0 auto;display:flex;flex-direction:column;padding:67px 7% 58px}.qodef-blog .qodef-blog-item.format-quote .qodef-e-quote>svg{height:19px;width:19px}.qodef-blog .qodef-blog-item.format-quote .qodef-divider{height:1px;width:100%;background-color:#fff;margin:12px 0 16px}.qodef-blog .qodef-blog-item.format-quote .qodef-e-quote-text{position:relative;margin:0;color:#fff;max-width:360px}.qodef-blog .qodef-blog-item.format-quote .qodef-e-quote-author{position:relative;display:block;margin:26px 0 4px;color:#fff}.qodef-blog .qodef-blog-item.format-quote .qodef-e-quote-url{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.qodef-blog .qodef-blog-item .swiper-button-prev{top:auto!important;bottom:0!important;left:auto!important;right:0!important;transform:none!important}.qodef-blog .qodef-blog-item .swiper-button-next{top:auto!important;bottom:45px!important;left:auto!important;right:0!important;transform:none!important}.qodef-blog .qodef-blog-item .swiper-button-next:before{content:"";position:absolute;bottom:0;left:10px;right:10px;height:1px;background-color:#505050}.qodef-blog.qodef-enable-borders .qodef-blog-item{border-left:1px solid #0e0e0e}@media only screen and (max-width:680px){.qodef-blog.qodef-enable-borders:not(.qodef-col-num--1).qodef-item-layout--minimal .qodef-blog-item{min-height:auto}}.qodef-blog.qodef-enable-borders:not(.qodef-col-num--1).qodef-item-layout--minimal .qodef-e-inner{margin-bottom:0}@media only screen and (max-width:680px){.qodef-blog.qodef-enable-borders:not(.qodef-col-num--1).qodef-item-layout--standard .qodef-blog-item{min-height:auto}}.qodef-blog.qodef-enable-borders:not(.qodef-col-num--1).qodef-item-layout--standard .qodef-e-inner{margin-bottom:0}@media only screen and (max-width:1024px){.qodef-blog.qodef-enable-borders:not(.qodef-col-num--1).qodef-item-layout--standard.qodef-layout--masonry .qodef-blog-item.qodef-item--landscape.qodef-e-featured{height:auto!important}}.qodef-blog.qodef-swiper-container .swiper-pagination{text-align:right}.qodef-blog.qodef--list .qodef-blog-item .qodef-e-read-more{margin-top:0}body:not([class*=zermatt-core]) .qodef-blog.qodef--list .qodef-blog-item .qodef-e-media:not(.qodef--has-image){margin-bottom:26px}.qodef-blog.qodef--single>.qodef-blog-item{margin-bottom:89px}.qodef-blog.qodef--single>.qodef-blog-item .qodef-e-media{margin-bottom:40px}.qodef-blog.qodef--single>.qodef-blog-item .qodef-e-text{max-width:80%;margin:0 auto}body[class*=zermatt-core] .qodef-blog.qodef--single>.qodef-blog-item .qodef-e-text a{background-image:linear-gradient(to top,currentColor 2px,transparent 2px);background-position:0 0;transition:background-size .35s cubic-bezier(.16,.48,.36,1),color .2s ease-out;background-repeat:no-repeat;background-size:0 100%;background-position-x:100%;background-size:100% 100%}body[class*=zermatt-core] .qodef-blog.qodef--single>.qodef-blog-item .qodef-e-text a:hover{color:#000;background-size:100% 100%;background-position-x:0}body[class*=zermatt-core] .qodef-blog.qodef--single>.qodef-blog-item .qodef-e-text a:hover{animation:qode-background-size .7s cubic-bezier(.16,.48,.36,1)}body[class*=zermatt-core] .qodef-blog.qodef--single>.qodef-blog-item .qodef-e-text a.qodef-long-underline-animation{transition-duration:.5s}body[class*=zermatt-core] .qodef-blog.qodef--single>.qodef-blog-item .qodef-e-text a.qodef-long-underline-animation:hover{animation-duration:1s}body[class*=zermatt-core] .qodef-blog.qodef--single>.qodef-blog-item .qodef-e-text a.qodef-very-long-underline-animation{transition-duration:.75s}body[class*=zermatt-core] .qodef-blog.qodef--single>.qodef-blog-item .qodef-e-text a.qodef-very-long-underline-animation:hover{animation-duration:1.5s}body[class*=zermatt-core] .qodef-blog.qodef--single>.qodef-blog-item .qodef-e-text .elementor-image a,body[class*=zermatt-core] .qodef-blog.qodef--single>.qodef-blog-item .qodef-e-text .elementor-image a.qodef-not-underline{background-image:none}@media only screen and (min-width:1025px){.qodef-page-content-section.qodef-col--12 .qodef-blog.qodef--single>.qodef-blog-item .qodef-e-text{max-width:60%}body:not([class*=zermatt-core]) .qodef-page-content-section.qodef-col--12 .qodef-blog.qodef--single>.qodef-blog-item .qodef-e-text{max-width:initial}}@media only screen and (max-width:680px){.qodef-blog.qodef--single>.qodef-blog-item .qodef-e-text{max-width:100%}}.qodef-blog.qodef--single>.qodef-blog-item .qodef-e-title{margin-bottom:15px}.qodef-blog.qodef--single>.qodef-blog-item .qodef-e-info.qodef-info--title-bottom{margin-bottom:37px}.qodef-blog.qodef--single>.qodef-blog-item .qodef-e-info.qodef-info--bottom{border-top:1px solid #000;padding-top:20px;margin-top:70px;justify-content:space-between}.qodef-blog.qodef--single>.qodef-blog-item .qodef-e-info .qodef-e-info-tags{font-size:0;line-height:0}.qodef-blog.qodef--single>.qodef-blog-item .qodef-e-info .qodef-e-info-tags a,.qodef-blog.qodef--single>.qodef-blog-item .qodef-e-info .qodef-e-info-tags span{position:relative;display:inline-block;vertical-align:top;margin:0 6px 11px 0;padding:0 10px;font-family:inherit;font-size:14px!important;line-height:20px!important;font-weight:inherit;letter-spacing:inherit;text-transform:capitalize;border:1px solid #000;border-radius:20px;color:#000;background-image:linear-gradient(to top,#000 100%,transparent 100%);background-position:0 0;transition:background-size .35s cubic-bezier(.16,.48,.36,1),color .2s ease-out;background-repeat:no-repeat;background-size:0 100%;background-position-x:100%}.qodef-blog.qodef--single>.qodef-blog-item .qodef-e-info .qodef-e-info-tags a:hover,.qodef-blog.qodef--single>.qodef-blog-item .qodef-e-info .qodef-e-info-tags span:hover{color:inherit;background-size:100% 100%;background-position-x:0}.qodef-blog.qodef--single>.qodef-blog-item .qodef-e-info .qodef-e-info-tags a.qodef-long-underline-animation,.qodef-blog.qodef--single>.qodef-blog-item .qodef-e-info .qodef-e-info-tags span.qodef-long-underline-animation{transition-duration:.5s}.qodef-blog.qodef--single>.qodef-blog-item .qodef-e-info .qodef-e-info-tags a.qodef-very-long-underline-animation,.qodef-blog.qodef--single>.qodef-blog-item .qodef-e-info .qodef-e-info-tags span.qodef-very-long-underline-animation{transition-duration:.75s}.qodef-blog.qodef--single>.qodef-blog-item .qodef-e-info .qodef-e-info-tags a:hover,.qodef-blog.qodef--single>.qodef-blog-item .qodef-e-info .qodef-e-info-tags span:hover{color:#fff}.qodef-blog.qodef--single>.qodef-blog-item .qodef-e-info .qodef-e-info-tags span{border:1px solid transparent;padding:0}.qodef-blog.qodef--single>.qodef-blog-item.format-link .qodef-inner-wrapper{margin-bottom:49px}.qodef-blog.qodef--single>.qodef-blog-item.format-link .qodef-e-link{padding:67px 7% 58px;min-height:auto}.qodef-blog.qodef--single>.qodef-blog-item.format-quote .qodef-inner-wrapper{margin-bottom:49px}.qodef-blog.qodef--single>.qodef-blog-item.format-quote .qodef-e-quote{padding:67px 7% 58px;min-height:auto}.qodef-blog.qodef--single #qodef-author-info{max-width:80%;margin-bottom:85px}@media only screen and (min-width:1025px){.qodef-page-content-section.qodef-col--12 .qodef-blog.qodef--single #qodef-author-info{max-width:60%}}@media only screen and (max-width:680px){.qodef-blog.qodef--single #qodef-author-info{max-width:100%}}.qodef-blog.qodef--single #qodef-page-comments{display:block;max-width:80%;margin:0 auto}@media only screen and (min-width:1025px){.qodef-page-content-section.qodef-col--12 .qodef-blog.qodef--single #qodef-page-comments{max-width:60%}body:not([class*=zermatt-core]) .qodef-page-content-section.qodef-col--12 .qodef-blog.qodef--single #qodef-page-comments{max-width:initial}}@media only screen and (max-width:680px){.qodef-blog.qodef--single #qodef-page-comments{max-width:100%}}#qodef-page-comments{position:relative;display:inline-block;width:100%;vertical-align:top;margin-top:82px}#qodef-page-comments .qodef-page-comments-not-found{margin:0}#qodef-page-comments-list{position:relative;display:inline-block;width:100%;vertical-align:top;margin-bottom:54px}#qodef-page-comments-list .qodef-m-title{margin:0 0 56px}#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:20px 0 0;padding:0}#qodef-page-comments-list .qodef-comment-item .children{list-style:none;margin:0;padding:0 0 0 117px}#qodef-page-comments-list .qodef-comment-item .qodef-e-inner{display:flex;align-items:flex-start}#qodef-page-comments-list .qodef-comment-item .qodef-e-image{flex-shrink:0;margin-right:30px}#qodef-page-comments-list .qodef-comment-item .qodef-e-image img{display:block;border-radius:50%}#qodef-page-comments-list .qodef-comment-item .qodef-e-content{position:relative;display:inline-block;width:100%;vertical-align:top}#qodef-page-comments-list .qodef-comment-item .qodef-e-title-date-holder{display:flex;align-items:baseline}#qodef-page-comments-list .qodef-comment-item .qodef-e-title{margin:0}#qodef-page-comments-list .qodef-comment-item .qodef-e-title:after{content:" /";padding-right:7px}#qodef-page-comments-list .qodef-comment-item .qodef-e-date{flex-shrink:0}#qodef-page-comments-list .qodef-comment-item .qodef-e-date a{color:#3d3d3d}#qodef-page-comments-list .qodef-comment-item .qodef-e-date a:hover{color:#000}#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-top:5px;margin-bottom:5px}#qodef-page-comments-list .qodef-comment-item .qodef-e-links{text-align:right;margin-top:0}#qodef-page-comments-list .qodef-comment-item .qodef-e-links>*{position:relative;display:inline-block;vertical-align:top;margin-right:10px;font-size:18px;line-height:1.39em;font-weight:500;font-size:17px}#qodef-page-comments-list .qodef-comment-item .qodef-e-links>:last-child{margin-right:0}#qodef-page-comments-list .qodef-comment-item #cancel-comment-reply-link{float:right;font-size:18px;line-height:1.39em;font-weight:500;font-size:17px;position:relative;top:8px}@media only screen and (max-width:680px){#qodef-page-comments-list .qodef-comment-item #cancel-comment-reply-link{top:13px}}#qodef-page-comments-list .qodef-m-pagination{margin-top:50px}#qodef-page-comments-list .qodef-comment-form p{margin:0}#qodef-page-comments-list .qodef-comment-form .comment-notes,#qodef-page-comments-list .qodef-comment-form .logged-in-as{margin:10px 0 23px}#qodef-page-comments-list .qodef-comment-form .comment-form-cookies-consent{position:relative;display:flex;align-items:center;margin-top:33px}#qodef-page-comments-list .qodef-comment-form .comment-form-cookies-consent>*{margin:0}#qodef-page-comments-list .qodef-comment-form .comment-form-cookies-consent input[type=checkbox]{flex-shrink:0;margin-top:1px;margin-right:6px}#qodef-page-comments-list .qodef-comment-form p.form-submit{text-align:right;margin-top:36px}#qodef-page-comments-list .qodef-comment-form .comment-form-comment+.qodef-comment-fields-holder .qodef-grid-item{border-right:1px solid #acacac}#qodef-page-comments-list .qodef-comment-form .comment-form-comment+.qodef-comment-fields-holder .qodef-grid-item:first-child{border-left:1px solid #acacac}#qodef-page-comments-list .qodef-comment-form .comment-form-comment+.qodef-comment-fields-holder input{border:none}#qodef-page-comments-form{position:relative;display:inline-block;width:100%;vertical-align:top}#qodef-page-comments-form .comment-reply-title{margin:0}#qodef-page-comments-form .qodef-comment-form p{margin:0}#qodef-page-comments-form .qodef-comment-form .comment-notes,#qodef-page-comments-form .qodef-comment-form .logged-in-as{margin:10px 0 23px}#qodef-page-comments-form .qodef-comment-form .comment-form-cookies-consent{position:relative;display:flex;align-items:center;margin-top:33px}#qodef-page-comments-form .qodef-comment-form .comment-form-cookies-consent>*{margin:0}#qodef-page-comments-form .qodef-comment-form .comment-form-cookies-consent input[type=checkbox]{flex-shrink:0;margin-top:1px;margin-right:6px}#qodef-page-comments-form .qodef-comment-form p.form-submit{text-align:right;margin-top:36px}#qodef-page-comments-form .qodef-comment-form .comment-form-comment+.qodef-comment-fields-holder .qodef-grid-item{border-right:1px solid #acacac}#qodef-page-comments-form .qodef-comment-form .comment-form-comment+.qodef-comment-fields-holder .qodef-grid-item:first-child{border-left:1px solid #acacac}#qodef-page-comments-form .qodef-comment-form .comment-form-comment+.qodef-comment-fields-holder input{border:none}.qodef-filter--on .qodef-hidden-filter-items{position:absolute!important;display:none!important;height:0!important;line-height:1!important}.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-loading-spinner{bottom:calc(50% - 16px)!important}.qodef-m-filter{position:relative;display:inline-block;width:100%;vertical-align:top;border-top:1px solid #000;padding-top:20px;margin:0 0 80px;display:flex;align-items:center;justify-content:space-between}.qodef-m-filter .qodef-m-filter-items{position:relative;display:flex;align-items:center}.qodef-m-filter .qodef-m-filter-columns-item,.qodef-m-filter .qodef-m-filter-item{position:relative;display:inline-block;vertical-align:top;margin:0 7px;padding:0;transition:all .3s ease-in;font-size:18px;line-height:1.39em;font-weight:500;font-size:17px;color:#7e7e7e}.qodef-m-filter .qodef-m-filter-columns-item svg *,.qodef-m-filter .qodef-m-filter-item svg *{fill:#7e7e7e}.qodef-m-filter .qodef-m-filter-columns-item.qodef--active,.qodef-m-filter .qodef-m-filter-columns-item:hover,.qodef-m-filter .qodef-m-filter-item.qodef--active,.qodef-m-filter .qodef-m-filter-item:hover{color:#000}.qodef-m-filter .qodef-m-filter-columns-item.qodef--active svg *,.qodef-m-filter .qodef-m-filter-columns-item:hover svg *,.qodef-m-filter .qodef-m-filter-item.qodef--active svg *,.qodef-m-filter .qodef-m-filter-item:hover svg *{fill:#000}.qodef-m-filter .qodef-m-filter-columns-item:first-child,.qodef-m-filter .qodef-m-filter-item:first-child{margin-left:0}.qodef-m-filter .qodef-m-filter-columns-item:last-child,.qodef-m-filter .qodef-m-filter-item:last-child{margin-right:0}#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-top-area{padding:34px 0 81px;background-color:#eaeaea;background-position:center;background-repeat:no-repeat;background-size:cover;border-top:0 solid #acacac}#qodef-page-footer-top-area .qodef-content-full-width{padding:0 80px}.qodef--boxed #qodef-page-footer-top-area{padding-left:30px;padding-right:30px}@media only screen and (max-width:1024px){#qodef-page-footer-top-area .qodef-grid-item:nth-child(1),#qodef-page-footer-top-area .qodef-grid-item:nth-child(2){margin-bottom:68px}}@media only screen and (max-width:680px){#qodef-page-footer-top-area .qodef-grid-item:nth-child(3){margin-bottom:68px}}#qodef-page-footer-top-area .qodef-grid-item:before{content:"";height:1px;background-color:#000;width:calc(100% - 30px);text-align:center;margin:auto;position:absolute;top:-34px}#qodef-page-footer-bottom-area{padding:5px 0 20px 0;background-color:#eaeaea}#qodef-page-footer-bottom-area .qodef-content-full-width{padding:0 80px}.qodef--boxed #qodef-page-footer-bottom-area{padding-left:30px;padding-right:30px}#qodef-page-footer-bottom-area .qodef-footer-bottom-custom{font-size:16px;color:#989898!important}#qodef-page-footer-bottom-area .qodef-footer-bottom-custom:hover{color:#d83c27!important}.wp-block-button{float:none;margin:1em 0}.wp-block-button .wp-block-button__link{position:relative;display:inline-block;vertical-align:middle;width:auto;margin:0;font-family:"DM Sans",sans-serif;font-weight:500;line-height:2em;text-decoration:none;border-radius:0;outline:0;transition:color .2s ease-out,stroke .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;padding:4px 26px;font-size:15px;color:#fff;background-color:#000;border:1px solid transparent;border-radius:28px;cursor:pointer}.wp-block-button .wp-block-button__link:hover{color:#fff;background-color:#d83c27}.wp-block-button.is-style-outline{border:none}.wp-block-button.is-style-outline .wp-block-button__link{color:#000;background-color:transparent;border:1px solid #000;border-width:1px}.wp-block-button.is-style-outline .wp-block-button__link:hover{color:#fff;background-color:#d83c27;border-color:#d83c27}.wp-block-button.is-style-squared .wp-block-button__link{border-radius:0}.wp-block-button.alignleft{text-align:left;margin-top:0;margin-right:2rem}.wp-block-button.alignright{text-align:right;margin-top:0;margin-left:2rem}.wp-block-image .alignleft{margin:1rem 2rem 1rem 0!important}.wp-block-image .alignright{margin:1rem 0 1rem 2rem!important}.wp-block-image .aligncenter{clear:both}.wp-block-image figcaption{margin:7px 0 0}.wp-block-cover-image{float:none!important;max-width:100%!important;margin:0!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{z-index:1!important;margin:0 auto!important;max-width:580px!important;padding:14px!important;text-align:center;line-height:1em!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:#d83c27!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:1rem}.wp-block-cover.alignleft{margin-right:2em}.wp-block-cover.alignright{margin-left:2em}.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{z-index:1!important;margin:0 auto!important;max-width:580px!important;padding:14px!important;text-align:center;line-height:1em!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:#d83c27!important}.wp-block-cover :not(.has-text-color):not(.has-inline-color):not(a){color:#fff!important;font-size:30px!important}.wp-block-gallery{margin-bottom:2rem}.wp-block-gallery ul.blocks-gallery-grid{margin:0}.wp-block-gallery ul.blocks-gallery-grid figcaption{margin:0}.wp-block-gallery ul.blocks-gallery-grid+figcaption{margin-top:0}.wp-block-pullquote{margin:0!important;padding:0!important;border:0!important;text-align:center!important;width:100%!important;position:relative;z-index:-2}.wp-block-pullquote blockquote{padding:25px!important}.has-drop-cap:after{content:"";display:table;table-layout:fixed;clear:both}.wp-block-file{display:flex;align-items:center;margin:0;color:#000;text-decoration:none;transition:color .2s ease-out;cursor:pointer}.wp-block-file:hover{color:#d83c27}.wp-block-group.has-background{padding:20px 30px}.gallery-item img{border:0!important}#qodef-page-header{position:relative;display:inline-block;width:100%;vertical-align:top;height:100px;background-color:#fff;z-index:999}#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 48px;pointer-events:all;z-index:9999999}#qodef-page-header-inner.qodef-border--half:after{left:auto;width:calc(50% - 48px)}#qodef-page-header-inner:after{content:"";position:absolute;bottom:0;height:1px;right:48px;left:48px;background:#2b2c2e;z-index:-1;transition:background-color .2s ease-out}.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;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:50%}#qodef-page-mobile-header-inner{position:relative;display:flex;align-items:center;justify-content:space-between;height:100%;padding:0 20px}#qodef-page-mobile-header-inner:after{content:"";position:absolute;bottom:0;width:calc(100% - 40px);height:1px;right:20px;background:#2b2c2e;z-index:-1;transition:background-color .2s ease-out}.qodef-mobile--opened #qodef-page-mobile-header-inner:after{opacity:0}.qodef-mobile-header-opener{font-size:20px;margin-left:20px}.qodef-mobile-header-opener svg.qodef--initial{display:block;width:32px;height:auto;fill:none;stroke:currentColor;stroke-width:2;stroke-miterlimit:10}.qodef-mobile-header-opener .qodef-m-circles{position:relative;display:block;width:22px;height:22px}.qodef-mobile-header-opener .qodef-m-circle{position:absolute;left:0;height:4px;width:4px;border-radius:50%;background-color:currentColor}.qodef-mobile-header-opener .qodef-m-circle:nth-child(4n+1){left:0}.qodef-mobile-header-opener .qodef-m-circle:nth-child(4n+2){left:6px}.qodef-mobile-header-opener .qodef-m-circle:nth-child(4n+3){left:12px}.qodef-mobile-header-opener .qodef-m-circle:nth-child(4n+4){left:18px}.qodef-mobile-header-opener .qodef-m-circle:nth-child(1){top:0}.qodef-mobile-header-opener .qodef-m-circle:nth-child(2){top:0}.qodef-mobile-header-opener .qodef-m-circle:nth-child(3){top:0}.qodef-mobile-header-opener .qodef-m-circle:nth-child(4){top:0}.qodef-mobile-header-opener .qodef-m-circle:nth-child(5){top:6px}.qodef-mobile-header-opener .qodef-m-circle:nth-child(6){top:6px}.qodef-mobile-header-opener .qodef-m-circle:nth-child(7){top:6px}.qodef-mobile-header-opener .qodef-m-circle:nth-child(8){top:6px}.qodef-mobile-header-opener .qodef-m-circle:nth-child(9){top:12px}.qodef-mobile-header-opener .qodef-m-circle:nth-child(10){top:12px}.qodef-mobile-header-opener .qodef-m-circle:nth-child(11){top:12px}.qodef-mobile-header-opener .qodef-m-circle:nth-child(12){top:12px}.qodef-mobile-header-opener .qodef-m-circle:nth-child(13){top:18px}.qodef-mobile-header-opener .qodef-m-circle:nth-child(14){top:18px}.qodef-mobile-header-opener .qodef-m-circle:nth-child(15){top:18px}.qodef-mobile-header-opener .qodef-m-circle:nth-child(16){top:18px}.qodef-mobile-header-opener.qodef--opened{color:#000}.qodef-mobile-header-opener.qodef--opened .qodef-m-circles{display:none;visibility:hidden}.qodef-mobile-header-opener.qodef--opened .qodef-m-lines{display:block;visibility:visible}.qodef-mobile-header-opener .qodef-m-lines{position:relative;display:none;width:24px;height:24px;visibility:hidden}.qodef-mobile-header-opener .qodef-m-line{position:absolute;left:0;height:4px;width:100%;background-color:currentColor}.qodef-mobile-header-opener .qodef-m-line.qodef--1{top:9px;transform:rotate(45deg)}.qodef-mobile-header-opener .qodef-m-line.qodef--2{top:9px;transform:rotate(-45deg)}.qodef-mobile-header-navigation{position:absolute;top:100%;left:0;display:none;width:100%;max-height:calc(100vh - 70px);background-color:#000;border-bottom:1px solid #acacac;padding:0;margin:0;overflow-y:scroll;z-index:10}.qodef-mobile-header-navigation ul{margin:0 30px;padding:0;list-style:none}.qodef-mobile-header-navigation ul li{position:relative;margin:0;padding:0}.qodef-mobile-header-navigation ul li a{color:#fff}.qodef-mobile-header-navigation ul li ul{display:none}.qodef-mobile-header-navigation ul li.menu-item-has-children>a:after{position:absolute;top:0;right:0;line-height:inherit;transform-origin:50% 50%;transition:transform .2s ease-out;content:"›";font-family:monospace;font-size:22px}.qodef-mobile-header-navigation ul li.menu-item-has-children.qodef--opened>a:after{transform:rotate(90deg)}.qodef-mobile-header-navigation>ul{margin:3px auto 0;padding:17px 20px}.qodef-mobile-header-navigation>ul>li{border-top:1px solid #454545;padding:10px 0}.qodef-mobile-header-navigation>ul>li:first-child{border-top:1px solid transparent}.qodef-mobile-header-navigation>ul>li>a{font-size:25px;font-weight:500;line-height:1.2em;color:#fff;background-image:linear-gradient(to top,currentColor 2px,transparent 2px);background-position:0 -3px;transition:background-size .35s cubic-bezier(.16,.48,.36,1),color .2s ease-out;background-repeat:no-repeat;background-size:0 100%;background-position-x:100%;font-size:23px}.qodef-mobile-header-navigation>ul>li>a:hover{color:#fff;background-size:100% 100%;background-position-x:0}.qodef-mobile-header-navigation>ul>li>a.qodef-long-underline-animation{transition-duration:.5s}.qodef-mobile-header-navigation>ul>li>a.qodef-very-long-underline-animation{transition-duration:.75s}.qodef-mobile-header-navigation>ul>li>a:hover{background-size:100% 100%;background-position-x:0}.qodef-mobile-header-navigation>ul>li>ul>li:last-child{margin-bottom:-7px}.qodef-mobile-header-navigation>ul>li.current-menu-ancestor>a .qodef-menu-item-text:after,.qodef-mobile-header-navigation>ul>li.current-menu-item>a .qodef-menu-item-text:after{content:"/"}.qodef-mobile-header-navigation>ul>li.menu-item-has-children>a:after{top:11px}.qodef-mobile-header-navigation ul.sub-menu li>a{position:relative;display:flex;display:-webkit-box;white-space:normal;margin:7px 0;overflow:hidden;padding-right:15px;font-family:"DM Sans",sans-serif;font-size:17px;line-height:1.65em;font-weight:400;color:#fff;font-size:16px;margin:10px 0}.qodef-mobile-header-navigation ul.sub-menu li>a .qodef-menu-item-icon{flex-shrink:0}.qodef-mobile-header-navigation ul.sub-menu li>a .qodef-menu-item-text{background-image:linear-gradient(to top,currentColor 2px,transparent 2px);background-position:0 -1px;transition:background-size .35s cubic-bezier(.16,.48,.36,1),color .2s ease-out;background-repeat:no-repeat;background-size:0 100%;background-position-x:100%}.qodef-mobile-header-navigation ul.sub-menu li>a .qodef-menu-item-text:hover{color:inherit;background-size:100% 100%;background-position-x:0}.qodef-mobile-header-navigation ul.sub-menu li>a .qodef-menu-item-text.qodef-long-underline-animation{transition-duration:.5s}.qodef-mobile-header-navigation ul.sub-menu li>a .qodef-menu-item-text.qodef-very-long-underline-animation{transition-duration:.75s}.qodef-mobile-header-navigation ul.sub-menu li.current-menu-ancestor>a span:after,.qodef-mobile-header-navigation ul.sub-menu li.current-menu-item>a span:after{content:"/"}.qodef-mobile-header-navigation ul.sub-menu li>ul{margin:-5px 20px 0}.qodef-mobile-header-navigation ul.sub-menu li>ul li>a{margin:5px 0}.qodef-header-navigation{height:100%;pointer-events:all}.qodef-header-navigation ul{margin:0;padding:0;list-style:none}.qodef-header-navigation ul li{position:relative;margin:0;padding:0;pointer-events:all}.qodef-header-navigation ul li a{pointer-events:all}.qodef-header-navigation ul li a span{pointer-events:all}.qodef-header-navigation ul li.qodef--hide-link>a{cursor:default}.qodef-header-navigation ul li.qodef--hide-link>a .qodef-menu-item-text{background:0 0!important}.qodef-header-navigation ul li.qodef-menu-item--narrow ul{position:absolute;top:100%;left:-40px;width:260px;margin:0;padding:28px 0;background-color:#000;opacity:0;visibility:hidden;transition:opacity .2s ease-out}.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>a:after{position:absolute;top:50%;right:0;font-size:11px;line-height:1;transform:translateY(-50%);content:"›";font-family:monospace;font-size:22px}.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:-28px;left:100%;border-left:1px solid rgba(255,255,255,.27)}.qodef-header-navigation ul li.qodef-menu-item--narrow ul.qodef-drop-down--right{left:auto;right:0;text-align:right}.qodef-header-navigation ul li.qodef-menu-item--narrow ul.qodef-drop-down--right li.menu-item-has-children>a:after{left:0;right:auto;content:"‹";font-family:monospace;font-size:22px}.qodef-header-navigation ul li.qodef-menu-item--narrow ul.qodef-drop-down--right ul{left:-100%;border-left:0;border-right:1px solid rgba(255,255,255,.27)}.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 18px}.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-size:25px;font-weight:500;line-height:1.2em;color:#000}.qodef-header-navigation>ul>li>a .qodef-menu-item-text{background-image:linear-gradient(to top,currentColor 2px,transparent 2px);background-position:0 0;transition:background-size .35s cubic-bezier(.16,.48,.36,1),color .2s ease-out;background-repeat:no-repeat;background-size:0 100%;background-position-x:100%}.qodef-header-navigation>ul>li>a .qodef-menu-item-text:hover{color:inherit;background-size:100% 100%;background-position-x:0}.qodef-header-navigation>ul>li>a .qodef-menu-item-text.qodef-long-underline-animation{transition-duration:.5s}.qodef-header-navigation>ul>li>a .qodef-menu-item-text.qodef-very-long-underline-animation{transition-duration:.75s}.qodef-header-navigation>ul>li.current-menu-ancestor>a:after,.qodef-header-navigation>ul>li.current-menu-item>a:after{content:"/";transition:color .2s ease-out}.qodef-header-navigation>ul>li.qodef-menu-item--narrow ul li>a{font-family:"DM Sans",sans-serif;font-size:17px;line-height:1.65em;font-weight:400;color:#fff;font-size:16px}.qodef-header-navigation>ul>li.qodef-menu-item--narrow ul li>a .qodef-menu-item-text{background-image:linear-gradient(to top,currentColor 2px,transparent 2px);background-position:0 0;transition:background-size .35s cubic-bezier(.16,.48,.36,1),color .2s ease-out;background-repeat:no-repeat;background-size:0 100%;background-position-x:100%}.qodef-header-navigation>ul>li.qodef-menu-item--narrow ul li>a .qodef-menu-item-text:hover{color:inherit;background-size:100% 100%;background-position-x:0}.qodef-header-navigation>ul>li.qodef-menu-item--narrow ul li>a .qodef-menu-item-text.qodef-long-underline-animation{transition-duration:.5s}.qodef-header-navigation>ul>li.qodef-menu-item--narrow ul li>a .qodef-menu-item-text.qodef-very-long-underline-animation{transition-duration:.75s}.qodef-header-navigation>ul>li.qodef-menu-item--narrow ul li.current-menu-ancestor>a>.qodef-menu-item-text:after,.qodef-header-navigation>ul>li.qodef-menu-item--narrow ul li.current-menu-item>a>.qodef-menu-item-text:after{content:"/"}.qodef-header-navigation>ul>li.qodef-menu-item--narrow ul:not(.qodef-drop-down--right) li>a{position:relative;display:flex;display:-webkit-box;white-space:normal;margin:7px 0;overflow:hidden;display:inline-block;margin:4px 0;width:100%;vertical-align:middle}.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.qodef-drop-down--right li>a{position:relative;display:flex;display:-webkit-box;white-space:normal;margin:7px 0;overflow:hidden;justify-content:flex-end;padding-left:15px;padding-right:0;display:inline-block;margin:4px 0;width:100%;vertical-align:middle}.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--wide ul li>a .qodef-menu-item-text{background-image:linear-gradient(to top,currentColor 2px,transparent 2px);background-position:0 0;transition:background-size .35s cubic-bezier(.16,.48,.36,1),color .2s ease-out;background-repeat:no-repeat;background-size:0 100%;background-position-x:100%}.qodef-header-navigation>ul>li.qodef-menu-item--wide ul li>a .qodef-menu-item-text:hover{color:inherit;background-size:100% 100%;background-position-x:0}.qodef-header-navigation>ul>li.qodef-menu-item--wide ul li>a .qodef-menu-item-text.qodef-long-underline-animation{transition-duration:.5s}.qodef-header-navigation>ul>li.qodef-menu-item--wide ul li>a .qodef-menu-item-text.qodef-very-long-underline-animation{transition-duration:.75s}.qodef-m-pagination{position:relative;display:inline-block;width:100%;vertical-align:top;margin:-10px 0 0 0}.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 10px;padding:0 3px;color:#000;font-size:18px;font-weight:500}.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:after{content:"";position:absolute;bottom:2px;right:0;width:0%;height:2px;background-color:currentColor;transition:.35s cubic-bezier(.16,.48,.36,1)}.qodef-m-pagination.qodef--wp .page-numbers.next,.qodef-m-pagination.qodef--wp .page-numbers.prev{font-size:17px}.qodef-m-pagination.qodef--wp .page-numbers.next:after,.qodef-m-pagination.qodef--wp .page-numbers.prev:after{display:none}.qodef-m-pagination.qodef--wp .page-numbers.prev{margin-right:32px}.qodef-m-pagination.qodef--wp .page-numbers.next{margin-left:32px}.qodef-m-pagination.qodef--wp .page-numbers.current:after,.qodef-m-pagination.qodef--wp .page-numbers:hover:after{left:0;width:100%}.qodef-m-pagination.qodef--wp .page-numbers.dots:after{display:none}.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 10px;padding:0 3px;color:#000;font-size:18px;font-weight:500}.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:after{content:"";position:absolute;bottom:2px;right:0;width:0%;height:2px;background-color:currentColor;transition:.35s cubic-bezier(.16,.48,.36,1)}.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--next,.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--prev{font-size:17px}.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--next:after,.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--prev:after{display:none}.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--prev{margin-right:32px}.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--next{margin-left:32px}.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--active:after,.qodef-m-pagination.qodef--standard .qodef-m-pagination-item:hover:after{left:0;width:100%}.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--number-1{margin-left:0}.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-m-pagination.qodef--infinite-scroll .qodef-infinite-scroll-spinner{position:relative;display:inline-block;vertical-align:top;font-size:32px;line-height:1;color:#d83c27;opacity:0;z-index:-1;transition:opacity .2s ease-out}.qodef-m-pagination.qodef--infinite-scroll .qodef-infinite-scroll-spinner:before{display:block;line-height:inherit}.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--loading .qodef-grid-inner{opacity:0}.qodef-pagination--on.qodef-pagination-type--load-more .qodef-loading-spinner{position:absolute;bottom:10px;left:calc(50% - 16px);font-size:32px;line-height:1;color:#d83c27;opacity:0;z-index:-1;transition:opacity .2s ease-out}.qodef-pagination--on.qodef-pagination-type--load-more .qodef-loading-spinner .qodef-loading-spinner-inner{position:relative;top:7px;width:40px;height:40px;background-color:#d83c27;border-radius:0;animation:square-to-circle 3.9s 0s infinite cubic-bezier(.65,.35,0,.68)}.qodef-pagination--on.qodef-pagination-type--load-more.qodef--loading .qodef-loading-spinner{opacity:1;z-index:1}.qodef-pagination--on.qodef-pagination-type--load-more.qodef--loading .qodef-load-more-button{opacity:0}.qodef-pagination--on.qodef-pagination-type--infinite-scroll.qodef--loading .qodef-infinite-scroll-spinner{opacity:1;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-size:18px;line-height:1.39em;font-weight:500;margin-right:10px}.qodef-single-links a,.qodef-single-links>span:not(.qodef-m-single-links-title){position:relative;display:inline-block;vertical-align:top;margin-right:8px;padding:0 3px;color:#000;font-weight:500}.qodef-single-links a:after,.qodef-single-links>span:not(.qodef-m-single-links-title):after{content:"";position:absolute;bottom:2px;right:0;width:0%;height:2px;background-color:currentColor;transition:.35s cubic-bezier(.16,.48,.36,1)}.qodef-single-links a:hover:after,.qodef-single-links>span:not(.qodef-m-single-links-title):hover:after{left:0;width:100%}.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):after{left:0;width:100%}.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-title{margin:0 0 20px}.qodef-search .qodef-e-search-heading-label{margin:8px 0 0}.qodef-search .qodef-search-form .qodef-search-form-field{padding-right:50px;margin:0}.qodef-search .qodef-search-form .qodef-search-form-button{position:absolute;top:0;right:0;width:50px;height:100%;display:inline-flex;align-items:center;justify-content:center;padding:0;color:#000;background-color:transparent;border:0}.qodef-search .qodef-search-form .qodef-search-form-button:hover{color:#d83c27}.qodef-search .qodef-search-form .qodef-search-form-button svg{display:block;width:15px;height:auto;fill:none;stroke:currentColor}.qodef-search .qodef-search-form-inner{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-search article{margin-bottom:50px}.qodef-search article:last-child{margin-bottom:0}.qodef-search article .qodef-e-inner{position:relative;display:flex;align-items:flex-start}.qodef-search article .qodef-e-inner>*{width:100%}.qodef-search article .qodef-e-inner .qodef-e-image{flex-basis:120px;padding-right:20px}.qodef-search article .qodef-e-inner .qodef-e-image img{width:100%}.qodef-search article .qodef-e-inner .qodef-e-title{margin:0}.qodef-search article .qodef-e-inner .qodef-e-excerpt{margin:15px 0 0}.qodef-search .qodef-m-pagination{margin:5px 0 0 0}#qodef-page-sidebar{position:relative;display:inline-block;width:100%;vertical-align:top;margin-bottom:60px}.qodef-page-title{position:relative;display:inline-block;width:100%;vertical-align:top;height:45px}body:not([class*=zermatt-core]) .qodef-page-title{height:auto}@media only screen and (max-width:680px){.qodef-page-title{height:auto;padding:10px 0}}.qodef-page-title .qodef-m-inner{position:relative;display:inline-block;width:100%;vertical-align:top;height:100%}body:not([class*=zermatt-core]) .qodef-page-title .qodef-m-inner{padding:0 48px}@media only screen and (max-width:680px){body:not([class*=zermatt-core]) .qodef-page-title .qodef-m-inner{padding:0 20px}}.qodef-page-title .qodef-m-content{height:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:center}body:not([class*=zermatt-core]) .qodef-page-title .qodef-m-content{justify-content:flex-start}.qodef-page-title .qodef-m-title{margin:0}.qodef-page-title .qodef-breadcrumbs{line-height:1.4em}.widget{margin:0 0 70px}.widget:last-child{margin-bottom:0!important}.widget .qodef-widget-title{margin:0 0 41px;padding:7px 0 0;border-top:1px solid transparent}.widget .qodef-widget-title a{color:inherit}.widget .qodef-widget-title a:hover{color:#d83c27}.widget a{color:#000}.widget a:hover{color:#d83c27}.widget ul:not(.qodef-shortcode-list){padding:0;margin:0;list-style:none}.widget ul:not(.qodef-shortcode-list) li{margin:0 0 3px}.widget ul:not(.qodef-shortcode-list) li:last-child{margin-bottom:0}.widget ul:not(.qodef-shortcode-list) li a{font-size:18px;line-height:1.39em;font-weight:500;font-size:18px}.widget ul:not(.qodef-shortcode-list) li ul{margin-top:3px;margin-left:1em}.widget.widget_archive select,.widget.widget_categories select,.widget.widget_text select{width:100%;max-width:100%;margin:8.5px 0 0;padding:0;height:55px;border:none;border-bottom:1px solid}.widget.widget_archive .select2,.widget.widget_categories .select2,.widget.widget_text .select2{margin-bottom:0}.widget.widget_archive .qodef-widget-title,.widget.widget_categories .qodef-widget-title,.widget.widget_meta .qodef-widget-title,.widget.widget_nav_menu .qodef-widget-title,.widget.widget_pages .qodef-widget-title,.widget.widget_recent_comments .qodef-widget-title,.widget.widget_recent_entries .qodef-widget-title,.widget.widget_rss .qodef-widget-title{margin:0 0 31px}.widget.widget_recent_comments ul li{padding:10px 0;border-bottom:1px solid #000;line-height:1.2em}.widget.widget_recent_comments ul li:last-child{border-bottom:none}.widget.widget_calendar{width:100%}.widget.widget_calendar table{table-layout:fixed}.widget.widget_calendar caption{margin-bottom:5px}.widget.widget_calendar #today{color:#fff;background-color:#d83c27}.widget.widget_calendar #today a{color:inherit}.widget.widget_calendar tfoot td,.widget.widget_calendar tfoot tr{border:0}.widget.widget_calendar tfoot a{color:#000}.widget.widget_calendar tfoot a:hover{color:#d83c27}.widget.widget_text img{display:block}.widget.widget_zermatt_core_image_with_text{position:relative;display:inline-block;margin:0 80px}@media only screen and (max-width:1440px){.widget.widget_zermatt_core_image_with_text{margin:0 70px}}.widget.widget_zermatt_core_image_with_text:after{content:"";width:1px;height:100%;background-color:#4d4d4c;position:absolute;top:0;right:-80px}@media only screen and (max-width:1440px){.widget.widget_zermatt_core_image_with_text:after{right:-70px}}.widget.widget_zermatt_core_image_with_text:last-child:after{display:none}.widget.widget_zermatt_core_image_with_text .qodef-m-title{margin:74px 0 0}@media only screen and (max-width:1440px){.widget.widget_zermatt_core_image_with_text .qodef-m-title{margin:63px 0 0;font-size:30px}}.widget.widget_zermatt_core_image_with_text .qodef-m-title a{color:#393939}.widget.widget_zermatt_core_image_with_text:hover .qodef-m-title a{color:#fff}.widget.widget_zermatt_core_image_with_text .qodef-m-content{text-align:left;display:block}.widget.widget_rss ul li{margin-bottom:35px}.widget.widget_rss ul li:last-child{margin-bottom:0}.widget.widget_rss ul .rsswidget{display:block;font-size:18px;line-height:1.39em;font-weight:500}.widget.widget_rss ul .rssSummary{margin-top:15px}.widget.widget_rss ul cite{display:block;margin-top:8px}.widget.widget_search .qodef-widget-title{margin-bottom:49.5px}.widget.widget_search .qodef-search-form-inner{position:relative;display:inline-block;width:100%;vertical-align:top}.widget.widget_search input{padding-right:50px;margin:0}.widget.widget_search button{position:absolute;top:0;right:0;width:50px;height:100%;display:inline-flex;align-items:center;justify-content:center;padding:0;color:#000;background-color:transparent;border:0}.widget.widget_search button:hover{color:#d83c27}.widget.widget_search button svg{display:block;width:15px;height:auto;fill:none;stroke:currentColor}.widget.widget_tag_cloud .qodef-widget-title{margin-bottom:36px}.widget.widget_tag_cloud .tagcloud{font-size:0;line-height:0;margin-bottom:-11px}.widget.widget_tag_cloud .tagcloud a,.widget.widget_tag_cloud .tagcloud span{position:relative;display:inline-block;vertical-align:top;margin:0 6px 11px 0;padding:0 10px;font-family:inherit;font-size:14px!important;line-height:20px!important;font-weight:inherit;letter-spacing:inherit;text-transform:capitalize;border:1px solid #000;border-radius:20px;color:#000;background-image:linear-gradient(to top,#000 100%,transparent 100%);background-position:0 0;transition:background-size .35s cubic-bezier(.16,.48,.36,1),color .2s ease-out;background-repeat:no-repeat;background-size:0 100%;background-position-x:100%}.widget.widget_tag_cloud .tagcloud a:hover,.widget.widget_tag_cloud .tagcloud span:hover{color:inherit;background-size:100% 100%;background-position-x:0}.widget.widget_tag_cloud .tagcloud a.qodef-long-underline-animation,.widget.widget_tag_cloud .tagcloud span.qodef-long-underline-animation{transition-duration:.5s}.widget.widget_tag_cloud .tagcloud a.qodef-very-long-underline-animation,.widget.widget_tag_cloud .tagcloud span.qodef-very-long-underline-animation{transition-duration:.75s}.widget.widget_tag_cloud .tagcloud a:hover,.widget.widget_tag_cloud .tagcloud span:hover{color:#fff}.widget.widget_tag_cloud .tagcloud span{border:1px solid transparent;padding:0}.widget.widget_media_image{margin-bottom:0}.widget.widget_media_image .qodef-widget-title{margin-bottom:49.5px}.widget.widget_media_image a{display:inline-block;vertical-align:top}.widget.widget_media_image img{display:block}.widget.widget_recent_entries ul li{display:flex;flex-direction:column}.widget.widget_recent_entries ul li:first-child a{margin-top:2px!important}.widget.widget_recent_entries ul li:last-child{margin-bottom:-8px!important}.widget.widget_recent_entries ul li:last-child .post-date{margin-bottom:0!important}.widget.widget_recent_entries ul li a{font-size:18px;line-height:1.39em;font-weight:500;margin-bottom:3px}.widget.widget_recent_entries ul li a:hover{color:#d83c27}.widget.widget_recent_entries ul li .post-date{color:#818181;margin-top:4px;margin-bottom:21px}.widget.widget_zermatt_core_blog_list .qodef-widget-title{margin-bottom:36px}.widget.widget_zermatt_core_blog_list .qodef-shortcode.qodef-item-layout--minimal{margin-top:-9px}#qodef-top-area .widget{margin:0 0 0;color:#fff}#qodef-top-area .widget:last-child{margin-bottom:0!important}#qodef-top-area .widget .qodef-widget-title{margin:0 0 41px;padding:7px 0 0;border-top:1px solid transparent;color:#fff}#qodef-top-area .widget .qodef-widget-title a{color:inherit}#qodef-top-area .widget .qodef-widget-title a:hover{color:#d83c27}#qodef-top-area .widget a{color:#fff}#qodef-top-area .widget a:hover{color:#d83c27}#qodef-top-area .widget ul:not(.qodef-shortcode-list){padding:0;margin:0;list-style:none}#qodef-top-area .widget ul:not(.qodef-shortcode-list) li{margin:0 0 3px}#qodef-top-area .widget ul:not(.qodef-shortcode-list) li:last-child{margin-bottom:0}#qodef-top-area .widget ul:not(.qodef-shortcode-list) li a{font-size:18px;line-height:1.39em;font-weight:500;font-size:18px}#qodef-top-area .widget ul:not(.qodef-shortcode-list) li ul{margin-top:3px;margin-left:1em}#qodef-top-area .widget.widget_archive select,#qodef-top-area .widget.widget_categories select,#qodef-top-area .widget.widget_text select{width:100%;max-width:100%;margin:8.5px 0 0;padding:0;height:55px;border:none;border-bottom:1px solid}#qodef-top-area .widget.widget_archive .select2,#qodef-top-area .widget.widget_categories .select2,#qodef-top-area .widget.widget_text .select2{margin-bottom:0}#qodef-top-area .widget.widget_archive .qodef-widget-title,#qodef-top-area .widget.widget_categories .qodef-widget-title,#qodef-top-area .widget.widget_meta .qodef-widget-title,#qodef-top-area .widget.widget_nav_menu .qodef-widget-title,#qodef-top-area .widget.widget_pages .qodef-widget-title,#qodef-top-area .widget.widget_recent_comments .qodef-widget-title,#qodef-top-area .widget.widget_recent_entries .qodef-widget-title,#qodef-top-area .widget.widget_rss .qodef-widget-title{margin:0 0 31px}#qodef-top-area .widget.widget_recent_comments ul li{padding:10px 0;border-bottom:1px solid #000;line-height:1.2em}#qodef-top-area .widget.widget_recent_comments ul li:last-child{border-bottom:none}#qodef-top-area .widget.widget_calendar{width:100%}#qodef-top-area .widget.widget_calendar table{table-layout:fixed}#qodef-top-area .widget.widget_calendar caption{margin-bottom:5px}#qodef-top-area .widget.widget_calendar #today{color:#fff;background-color:#d83c27}#qodef-top-area .widget.widget_calendar #today a{color:inherit}#qodef-top-area .widget.widget_calendar tfoot td,#qodef-top-area .widget.widget_calendar tfoot tr{border:0}#qodef-top-area .widget.widget_calendar tfoot a{color:#fff}#qodef-top-area .widget.widget_calendar tfoot a:hover{color:#d83c27}#qodef-top-area .widget.widget_text img{display:block}#qodef-top-area .widget.widget_zermatt_core_image_with_text{position:relative;display:inline-block;margin:0 80px}@media only screen and (max-width:1440px){#qodef-top-area .widget.widget_zermatt_core_image_with_text{margin:0 70px}}#qodef-top-area .widget.widget_zermatt_core_image_with_text:after{content:"";width:1px;height:100%;background-color:#4d4d4c;position:absolute;top:0;right:-80px}@media only screen and (max-width:1440px){#qodef-top-area .widget.widget_zermatt_core_image_with_text:after{right:-70px}}#qodef-top-area .widget.widget_zermatt_core_image_with_text:last-child:after{display:none}#qodef-top-area .widget.widget_zermatt_core_image_with_text .qodef-m-title{margin:74px 0 0}@media only screen and (max-width:1440px){#qodef-top-area .widget.widget_zermatt_core_image_with_text .qodef-m-title{margin:63px 0 0;font-size:30px}}#qodef-top-area .widget.widget_zermatt_core_image_with_text .qodef-m-title a{color:#393939}#qodef-top-area .widget.widget_zermatt_core_image_with_text:hover .qodef-m-title a{color:#fff}#qodef-top-area .widget.widget_zermatt_core_image_with_text .qodef-m-content{text-align:left;display:block}#qodef-top-area .widget.widget_rss ul li{margin-bottom:35px}#qodef-top-area .widget.widget_rss ul li:last-child{margin-bottom:0}#qodef-top-area .widget.widget_rss ul .rsswidget{display:block;font-size:18px;line-height:1.39em;font-weight:500}#qodef-top-area .widget.widget_rss ul .rssSummary{margin-top:15px}#qodef-top-area .widget.widget_rss ul cite{display:block;margin-top:8px}#qodef-top-area .widget.widget_search .qodef-widget-title{margin-bottom:49.5px}#qodef-top-area .widget.widget_search .qodef-search-form-inner{position:relative;display:inline-block;width:100%;vertical-align:top}#qodef-top-area .widget.widget_search input{padding-right:50px;margin:0}#qodef-top-area .widget.widget_search button{position:absolute;top:0;right:0;width:50px;height:100%;display:inline-flex;align-items:center;justify-content:center;padding:0;color:#000;background-color:transparent;border:0}#qodef-top-area .widget.widget_search button:hover{color:#d83c27}#qodef-top-area .widget.widget_search button svg{display:block;width:15px;height:auto;fill:none;stroke:currentColor}#qodef-top-area .widget.widget_tag_cloud .qodef-widget-title{margin-bottom:36px}#qodef-top-area .widget.widget_tag_cloud .tagcloud{font-size:0;line-height:0;margin-bottom:-11px}#qodef-top-area .widget.widget_tag_cloud .tagcloud a,#qodef-top-area .widget.widget_tag_cloud .tagcloud span{position:relative;display:inline-block;vertical-align:top;margin:0 6px 11px 0;padding:0 10px;font-family:inherit;font-size:14px!important;line-height:20px!important;font-weight:inherit;letter-spacing:inherit;text-transform:capitalize;border:1px solid #fff;border-radius:20px;color:#fff;background-image:linear-gradient(to top,#fff 100%,transparent 100%);background-position:0 0;transition:background-size .35s cubic-bezier(.16,.48,.36,1),color .2s ease-out;background-repeat:no-repeat;background-size:0 100%;background-position-x:100%}#qodef-top-area .widget.widget_tag_cloud .tagcloud a:hover,#qodef-top-area .widget.widget_tag_cloud .tagcloud span:hover{color:inherit;background-size:100% 100%;background-position-x:0}#qodef-top-area .widget.widget_tag_cloud .tagcloud a.qodef-long-underline-animation,#qodef-top-area .widget.widget_tag_cloud .tagcloud span.qodef-long-underline-animation{transition-duration:.5s}#qodef-top-area .widget.widget_tag_cloud .tagcloud a.qodef-very-long-underline-animation,#qodef-top-area .widget.widget_tag_cloud .tagcloud span.qodef-very-long-underline-animation{transition-duration:.75s}#qodef-top-area .widget.widget_tag_cloud .tagcloud a:hover,#qodef-top-area .widget.widget_tag_cloud .tagcloud span:hover{color:#fff}#qodef-top-area .widget.widget_tag_cloud .tagcloud span{border:1px solid transparent;padding:0}#qodef-top-area .widget.widget_media_image{margin-bottom:0}#qodef-top-area .widget.widget_media_image .qodef-widget-title{margin-bottom:49.5px}#qodef-top-area .widget.widget_media_image a{display:inline-block;vertical-align:top}#qodef-top-area .widget.widget_media_image img{display:block}#qodef-top-area .widget.widget_recent_entries ul li{display:flex;flex-direction:column}#qodef-top-area .widget.widget_recent_entries ul li:first-child a{margin-top:2px!important}#qodef-top-area .widget.widget_recent_entries ul li:last-child{margin-bottom:-8px!important}#qodef-top-area .widget.widget_recent_entries ul li:last-child .post-date{margin-bottom:0!important}#qodef-top-area .widget.widget_recent_entries ul li a{font-size:18px;line-height:1.39em;font-weight:500;margin-bottom:3px}#qodef-top-area .widget.widget_recent_entries ul li a:hover{color:#d83c27}#qodef-top-area .widget.widget_recent_entries ul li .post-date{color:#818181;margin-top:4px;margin-bottom:21px}#qodef-top-area .widget.widget_zermatt_core_blog_list .qodef-widget-title{margin-bottom:36px}#qodef-top-area .widget.widget_zermatt_core_blog_list .qodef-shortcode.qodef-item-layout--minimal{margin-top:-9px}#qodef-fullscreen-widget-area .widget{margin:0 0 0;color:#fff}#qodef-fullscreen-widget-area .widget:last-child{margin-bottom:0!important}#qodef-fullscreen-widget-area .widget .qodef-widget-title{margin:0 0 41px;padding:7px 0 0;border-top:1px solid transparent;color:#fff}#qodef-fullscreen-widget-area .widget .qodef-widget-title a{color:inherit}#qodef-fullscreen-widget-area .widget .qodef-widget-title a:hover{color:#d83c27}#qodef-fullscreen-widget-area .widget a{color:#fff}#qodef-fullscreen-widget-area .widget a:hover{color:#d83c27}#qodef-fullscreen-widget-area .widget ul:not(.qodef-shortcode-list){padding:0;margin:0;list-style:none}#qodef-fullscreen-widget-area .widget ul:not(.qodef-shortcode-list) li{margin:0 0 3px}#qodef-fullscreen-widget-area .widget ul:not(.qodef-shortcode-list) li:last-child{margin-bottom:0}#qodef-fullscreen-widget-area .widget ul:not(.qodef-shortcode-list) li a{font-size:18px;line-height:1.39em;font-weight:500;font-size:18px}#qodef-fullscreen-widget-area .widget ul:not(.qodef-shortcode-list) li ul{margin-top:3px;margin-left:1em}#qodef-fullscreen-widget-area .widget.widget_archive select,#qodef-fullscreen-widget-area .widget.widget_categories select,#qodef-fullscreen-widget-area .widget.widget_text select{width:100%;max-width:100%;margin:8.5px 0 0;padding:0;height:55px;border:none;border-bottom:1px solid}#qodef-fullscreen-widget-area .widget.widget_archive .select2,#qodef-fullscreen-widget-area .widget.widget_categories .select2,#qodef-fullscreen-widget-area .widget.widget_text .select2{margin-bottom:0}#qodef-fullscreen-widget-area .widget.widget_archive .qodef-widget-title,#qodef-fullscreen-widget-area .widget.widget_categories .qodef-widget-title,#qodef-fullscreen-widget-area .widget.widget_meta .qodef-widget-title,#qodef-fullscreen-widget-area .widget.widget_nav_menu .qodef-widget-title,#qodef-fullscreen-widget-area .widget.widget_pages .qodef-widget-title,#qodef-fullscreen-widget-area .widget.widget_recent_comments .qodef-widget-title,#qodef-fullscreen-widget-area .widget.widget_recent_entries .qodef-widget-title,#qodef-fullscreen-widget-area .widget.widget_rss .qodef-widget-title{margin:0 0 31px}#qodef-fullscreen-widget-area .widget.widget_recent_comments ul li{padding:10px 0;border-bottom:1px solid #000;line-height:1.2em}#qodef-fullscreen-widget-area .widget.widget_recent_comments ul li:last-child{border-bottom:none}#qodef-fullscreen-widget-area .widget.widget_calendar{width:100%}#qodef-fullscreen-widget-area .widget.widget_calendar table{table-layout:fixed}#qodef-fullscreen-widget-area .widget.widget_calendar caption{margin-bottom:5px}#qodef-fullscreen-widget-area .widget.widget_calendar #today{color:#fff;background-color:#d83c27}#qodef-fullscreen-widget-area .widget.widget_calendar #today a{color:inherit}#qodef-fullscreen-widget-area .widget.widget_calendar tfoot td,#qodef-fullscreen-widget-area .widget.widget_calendar tfoot tr{border:0}#qodef-fullscreen-widget-area .widget.widget_calendar tfoot a{color:#fff}#qodef-fullscreen-widget-area .widget.widget_calendar tfoot a:hover{color:#d83c27}#qodef-fullscreen-widget-area .widget.widget_text img{display:block}#qodef-fullscreen-widget-area .widget.widget_zermatt_core_image_with_text{position:relative;display:inline-block;margin:0 80px}@media only screen and (max-width:1440px){#qodef-fullscreen-widget-area .widget.widget_zermatt_core_image_with_text{margin:0 70px}}#qodef-fullscreen-widget-area .widget.widget_zermatt_core_image_with_text:after{content:"";width:1px;height:100%;background-color:#4d4d4c;position:absolute;top:0;right:-80px}@media only screen and (max-width:1440px){#qodef-fullscreen-widget-area .widget.widget_zermatt_core_image_with_text:after{right:-70px}}#qodef-fullscreen-widget-area .widget.widget_zermatt_core_image_with_text:last-child:after{display:none}#qodef-fullscreen-widget-area .widget.widget_zermatt_core_image_with_text .qodef-m-title{margin:74px 0 0}@media only screen and (max-width:1440px){#qodef-fullscreen-widget-area .widget.widget_zermatt_core_image_with_text .qodef-m-title{margin:63px 0 0;font-size:30px}}#qodef-fullscreen-widget-area .widget.widget_zermatt_core_image_with_text .qodef-m-title a{color:#393939}#qodef-fullscreen-widget-area .widget.widget_zermatt_core_image_with_text:hover .qodef-m-title a{color:#fff}#qodef-fullscreen-widget-area .widget.widget_zermatt_core_image_with_text .qodef-m-content{text-align:left;display:block}#qodef-fullscreen-widget-area .widget.widget_rss ul li{margin-bottom:35px}#qodef-fullscreen-widget-area .widget.widget_rss ul li:last-child{margin-bottom:0}#qodef-fullscreen-widget-area .widget.widget_rss ul .rsswidget{display:block;font-size:18px;line-height:1.39em;font-weight:500}#qodef-fullscreen-widget-area .widget.widget_rss ul .rssSummary{margin-top:15px}#qodef-fullscreen-widget-area .widget.widget_rss ul cite{display:block;margin-top:8px}#qodef-fullscreen-widget-area .widget.widget_search .qodef-widget-title{margin-bottom:49.5px}#qodef-fullscreen-widget-area .widget.widget_search .qodef-search-form-inner{position:relative;display:inline-block;width:100%;vertical-align:top}#qodef-fullscreen-widget-area .widget.widget_search input{padding-right:50px;margin:0}#qodef-fullscreen-widget-area .widget.widget_search button{position:absolute;top:0;right:0;width:50px;height:100%;display:inline-flex;align-items:center;justify-content:center;padding:0;color:#000;background-color:transparent;border:0}#qodef-fullscreen-widget-area .widget.widget_search button:hover{color:#d83c27}#qodef-fullscreen-widget-area .widget.widget_search button svg{display:block;width:15px;height:auto;fill:none;stroke:currentColor}#qodef-fullscreen-widget-area .widget.widget_tag_cloud .qodef-widget-title{margin-bottom:36px}#qodef-fullscreen-widget-area .widget.widget_tag_cloud .tagcloud{font-size:0;line-height:0;margin-bottom:-11px}#qodef-fullscreen-widget-area .widget.widget_tag_cloud .tagcloud a,#qodef-fullscreen-widget-area .widget.widget_tag_cloud .tagcloud span{position:relative;display:inline-block;vertical-align:top;margin:0 6px 11px 0;padding:0 10px;font-family:inherit;font-size:14px!important;line-height:20px!important;font-weight:inherit;letter-spacing:inherit;text-transform:capitalize;border:1px solid #fff;border-radius:20px;color:#fff;background-image:linear-gradient(to top,#fff 100%,transparent 100%);background-position:0 0;transition:background-size .35s cubic-bezier(.16,.48,.36,1),color .2s ease-out;background-repeat:no-repeat;background-size:0 100%;background-position-x:100%}#qodef-fullscreen-widget-area .widget.widget_tag_cloud .tagcloud a:hover,#qodef-fullscreen-widget-area .widget.widget_tag_cloud .tagcloud span:hover{color:inherit;background-size:100% 100%;background-position-x:0}#qodef-fullscreen-widget-area .widget.widget_tag_cloud .tagcloud a.qodef-long-underline-animation,#qodef-fullscreen-widget-area .widget.widget_tag_cloud .tagcloud span.qodef-long-underline-animation{transition-duration:.5s}#qodef-fullscreen-widget-area .widget.widget_tag_cloud .tagcloud a.qodef-very-long-underline-animation,#qodef-fullscreen-widget-area .widget.widget_tag_cloud .tagcloud span.qodef-very-long-underline-animation{transition-duration:.75s}#qodef-fullscreen-widget-area .widget.widget_tag_cloud .tagcloud a:hover,#qodef-fullscreen-widget-area .widget.widget_tag_cloud .tagcloud span:hover{color:#fff}#qodef-fullscreen-widget-area .widget.widget_tag_cloud .tagcloud span{border:1px solid transparent;padding:0}#qodef-fullscreen-widget-area .widget.widget_media_image{margin-bottom:0}#qodef-fullscreen-widget-area .widget.widget_media_image .qodef-widget-title{margin-bottom:49.5px}#qodef-fullscreen-widget-area .widget.widget_media_image a{display:inline-block;vertical-align:top}#qodef-fullscreen-widget-area .widget.widget_media_image img{display:block}#qodef-fullscreen-widget-area .widget.widget_recent_entries ul li{display:flex;flex-direction:column}#qodef-fullscreen-widget-area .widget.widget_recent_entries ul li:first-child a{margin-top:2px!important}#qodef-fullscreen-widget-area .widget.widget_recent_entries ul li:last-child{margin-bottom:-8px!important}#qodef-fullscreen-widget-area .widget.widget_recent_entries ul li:last-child .post-date{margin-bottom:0!important}#qodef-fullscreen-widget-area .widget.widget_recent_entries ul li a{font-size:18px;line-height:1.39em;font-weight:500;margin-bottom:3px}#qodef-fullscreen-widget-area .widget.widget_recent_entries ul li a:hover{color:#d83c27}#qodef-fullscreen-widget-area .widget.widget_recent_entries ul li .post-date{color:#818181;margin-top:4px;margin-bottom:21px}#qodef-fullscreen-widget-area .widget.widget_zermatt_core_blog_list .qodef-widget-title{margin-bottom:36px}#qodef-fullscreen-widget-area .widget.widget_zermatt_core_blog_list .qodef-shortcode.qodef-item-layout--minimal{margin-top:-9px}#qodef-page-footer .widget{margin:0 0 50px;color:#000}#qodef-page-footer .widget:last-child{margin-bottom:0!important}#qodef-page-footer .widget .qodef-widget-title{margin:0 0 40px;padding:7px 0 0;border-top:1px solid transparent;color:#000}#qodef-page-footer .widget .qodef-widget-title a{color:inherit}#qodef-page-footer .widget .qodef-widget-title a:hover{color:#d83c27}#qodef-page-footer .widget a{color:#000}#qodef-page-footer .widget a:hover{color:#d83c27}#qodef-page-footer .widget ul:not(.qodef-shortcode-list){padding:0;margin:0;list-style:none;margin-top:-7px}#qodef-page-footer .widget ul:not(.qodef-shortcode-list) li{margin:0 0 8px}#qodef-page-footer .widget ul:not(.qodef-shortcode-list) li:last-child{margin-bottom:0}#qodef-page-footer .widget ul:not(.qodef-shortcode-list) li a{font-size:18px;line-height:1.39em;font-weight:500;font-size:17px}#qodef-page-footer .widget ul:not(.qodef-shortcode-list) li ul{margin-top:8px;margin-left:1em}#qodef-page-footer .widget.widget_archive select,#qodef-page-footer .widget.widget_categories select,#qodef-page-footer .widget.widget_text select{width:100%;max-width:100%;margin:-10px 0 0;padding:0;height:55px;border:none;border-bottom:1px solid}#qodef-page-footer .widget.widget_archive .select2,#qodef-page-footer .widget.widget_categories .select2,#qodef-page-footer .widget.widget_text .select2{margin-bottom:0}#qodef-page-footer .widget.widget_archive .qodef-widget-title,#qodef-page-footer .widget.widget_categories .qodef-widget-title,#qodef-page-footer .widget.widget_meta .qodef-widget-title,#qodef-page-footer .widget.widget_nav_menu .qodef-widget-title,#qodef-page-footer .widget.widget_pages .qodef-widget-title,#qodef-page-footer .widget.widget_recent_comments .qodef-widget-title,#qodef-page-footer .widget.widget_recent_entries .qodef-widget-title,#qodef-page-footer .widget.widget_rss .qodef-widget-title{margin:0 0 30px}#qodef-page-footer .widget.widget_recent_comments ul li{padding:10px 0;border-bottom:1px solid #000;line-height:1.2em}#qodef-page-footer .widget.widget_recent_comments ul li:last-child{border-bottom:none}#qodef-page-footer .widget.widget_calendar{width:100%}#qodef-page-footer .widget.widget_calendar table{table-layout:fixed}#qodef-page-footer .widget.widget_calendar caption{margin-bottom:5px}#qodef-page-footer .widget.widget_calendar #today{color:#fff;background-color:#d83c27}#qodef-page-footer .widget.widget_calendar #today a{color:inherit}#qodef-page-footer .widget.widget_calendar tfoot td,#qodef-page-footer .widget.widget_calendar tfoot tr{border:0}#qodef-page-footer .widget.widget_calendar tfoot a{color:#000}#qodef-page-footer .widget.widget_calendar tfoot a:hover{color:#d83c27}#qodef-page-footer .widget.widget_text img{display:block}#qodef-page-footer .widget.widget_zermatt_core_image_with_text{position:relative;display:inline-block;margin:0 80px}@media only screen and (max-width:1440px){#qodef-page-footer .widget.widget_zermatt_core_image_with_text{margin:0 70px}}#qodef-page-footer .widget.widget_zermatt_core_image_with_text:after{content:"";width:1px;height:100%;background-color:#4d4d4c;position:absolute;top:0;right:-80px}@media only screen and (max-width:1440px){#qodef-page-footer .widget.widget_zermatt_core_image_with_text:after{right:-70px}}#qodef-page-footer .widget.widget_zermatt_core_image_with_text:last-child:after{display:none}#qodef-page-footer .widget.widget_zermatt_core_image_with_text .qodef-m-title{margin:74px 0 0}@media only screen and (max-width:1440px){#qodef-page-footer .widget.widget_zermatt_core_image_with_text .qodef-m-title{margin:63px 0 0;font-size:30px}}#qodef-page-footer .widget.widget_zermatt_core_image_with_text .qodef-m-title a{color:#393939}#qodef-page-footer .widget.widget_zermatt_core_image_with_text:hover .qodef-m-title a{color:#fff}#qodef-page-footer .widget.widget_zermatt_core_image_with_text .qodef-m-content{text-align:left;display:block}#qodef-page-footer .widget.widget_rss ul li{margin-bottom:35px}#qodef-page-footer .widget.widget_rss ul li:last-child{margin-bottom:0}#qodef-page-footer .widget.widget_rss ul .rsswidget{display:block;font-size:18px;line-height:1.39em;font-weight:500}#qodef-page-footer .widget.widget_rss ul .rssSummary{margin-top:15px}#qodef-page-footer .widget.widget_rss ul cite{display:block;margin-top:8px}#qodef-page-footer .widget.widget_search .qodef-widget-title{margin-bottom:30px}#qodef-page-footer .widget.widget_search .qodef-search-form-inner{position:relative;display:inline-block;width:100%;vertical-align:top}#qodef-page-footer .widget.widget_search input{padding-right:50px;margin:0}#qodef-page-footer .widget.widget_search button{position:absolute;top:0;right:0;width:50px;height:100%;display:inline-flex;align-items:center;justify-content:center;padding:0;color:#000;background-color:transparent;border:0}#qodef-page-footer .widget.widget_search button:hover{color:#d83c27}#qodef-page-footer .widget.widget_search button svg{display:block;width:15px;height:auto;fill:none;stroke:currentColor}#qodef-page-footer .widget.widget_tag_cloud .qodef-widget-title{margin-bottom:35px}#qodef-page-footer .widget.widget_tag_cloud .tagcloud{font-size:0;line-height:0;margin-bottom:-11px}#qodef-page-footer .widget.widget_tag_cloud .tagcloud a,#qodef-page-footer .widget.widget_tag_cloud .tagcloud span{position:relative;display:inline-block;vertical-align:top;margin:0 6px 11px 0;padding:0 10px;font-family:inherit;font-size:14px!important;line-height:20px!important;font-weight:inherit;letter-spacing:inherit;text-transform:capitalize;border:1px solid #000;border-radius:20px;color:#000;background-image:linear-gradient(to top,#000 100%,transparent 100%);background-position:0 0;transition:background-size .35s cubic-bezier(.16,.48,.36,1),color .2s ease-out;background-repeat:no-repeat;background-size:0 100%;background-position-x:100%}#qodef-page-footer .widget.widget_tag_cloud .tagcloud a:hover,#qodef-page-footer .widget.widget_tag_cloud .tagcloud span:hover{color:inherit;background-size:100% 100%;background-position-x:0}#qodef-page-footer .widget.widget_tag_cloud .tagcloud a.qodef-long-underline-animation,#qodef-page-footer .widget.widget_tag_cloud .tagcloud span.qodef-long-underline-animation{transition-duration:.5s}#qodef-page-footer .widget.widget_tag_cloud .tagcloud a.qodef-very-long-underline-animation,#qodef-page-footer .widget.widget_tag_cloud .tagcloud span.qodef-very-long-underline-animation{transition-duration:.75s}#qodef-page-footer .widget.widget_tag_cloud .tagcloud a:hover,#qodef-page-footer .widget.widget_tag_cloud .tagcloud span:hover{color:#fff}#qodef-page-footer .widget.widget_tag_cloud .tagcloud span{border:1px solid transparent;padding:0}#qodef-page-footer .widget.widget_media_image{margin-bottom:0}#qodef-page-footer .widget.widget_media_image .qodef-widget-title{margin-bottom:30px}#qodef-page-footer .widget.widget_media_image a{display:inline-block;vertical-align:top}#qodef-page-footer .widget.widget_media_image img{display:block}#qodef-page-footer .widget.widget_recent_entries ul li{display:flex;flex-direction:column}#qodef-page-footer .widget.widget_recent_entries ul li:first-child a{margin-top:2px!important}#qodef-page-footer .widget.widget_recent_entries ul li:last-child{margin-bottom:-8px!important}#qodef-page-footer .widget.widget_recent_entries ul li:last-child .post-date{margin-bottom:0!important}#qodef-page-footer .widget.widget_recent_entries ul li a{font-size:18px;line-height:1.39em;font-weight:500;margin-bottom:3px}#qodef-page-footer .widget.widget_recent_entries ul li a:hover{color:#d83c27}#qodef-page-footer .widget.widget_recent_entries ul li .post-date{color:#818181;margin-top:4px;margin-bottom:21px}#qodef-page-footer .widget.widget_zermatt_core_blog_list .qodef-widget-title{margin-bottom:35px}#qodef-page-footer .widget.widget_zermatt_core_blog_list .qodef-shortcode.qodef-item-layout--minimal{margin-top:-9px}#qodef-side-area .widget{margin:0 0 70px;color:#fff}#qodef-side-area .widget:last-child{margin-bottom:0!important}#qodef-side-area .widget .qodef-widget-title{margin:0 0 36px;padding:7px 0 0;border-top:1px solid #fff;color:#fff}#qodef-side-area .widget .qodef-widget-title a{color:inherit}#qodef-side-area .widget .qodef-widget-title a:hover{color:#d83c27}#qodef-side-area .widget a{color:#fff}#qodef-side-area .widget a:hover{color:#d83c27}#qodef-side-area .widget ul:not(.qodef-shortcode-list){padding:0;margin:0;list-style:none;margin-top:-7px}#qodef-side-area .widget ul:not(.qodef-shortcode-list) li{margin:0 0 3px}#qodef-side-area .widget ul:not(.qodef-shortcode-list) li:last-child{margin-bottom:0}#qodef-side-area .widget ul:not(.qodef-shortcode-list) li a{font-size:18px;line-height:1.39em;font-weight:500;font-size:18px}#qodef-side-area .widget ul:not(.qodef-shortcode-list) li ul{margin-top:3px;margin-left:1em}#qodef-side-area .widget.widget_archive select,#qodef-side-area .widget.widget_categories select,#qodef-side-area .widget.widget_text select{width:100%;max-width:100%;margin:8.5px 0 0;padding:0;height:55px;border:none;border-bottom:1px solid}#qodef-side-area .widget.widget_archive .select2,#qodef-side-area .widget.widget_categories .select2,#qodef-side-area .widget.widget_text .select2{margin-bottom:0}#qodef-side-area .widget.widget_archive .qodef-widget-title,#qodef-side-area .widget.widget_categories .qodef-widget-title,#qodef-side-area .widget.widget_meta .qodef-widget-title,#qodef-side-area .widget.widget_nav_menu .qodef-widget-title,#qodef-side-area .widget.widget_pages .qodef-widget-title,#qodef-side-area .widget.widget_recent_comments .qodef-widget-title,#qodef-side-area .widget.widget_recent_entries .qodef-widget-title,#qodef-side-area .widget.widget_rss .qodef-widget-title{margin:0 0 26px}#qodef-side-area .widget.widget_recent_comments ul li{padding:10px 0;border-bottom:1px solid #000;line-height:1.2em}#qodef-side-area .widget.widget_recent_comments ul li:last-child{border-bottom:none}#qodef-side-area .widget.widget_calendar{width:100%}#qodef-side-area .widget.widget_calendar table{table-layout:fixed}#qodef-side-area .widget.widget_calendar caption{margin-bottom:5px}#qodef-side-area .widget.widget_calendar #today{color:#fff;background-color:#d83c27}#qodef-side-area .widget.widget_calendar #today a{color:inherit}#qodef-side-area .widget.widget_calendar tfoot td,#qodef-side-area .widget.widget_calendar tfoot tr{border:0}#qodef-side-area .widget.widget_calendar tfoot a{color:#fff}#qodef-side-area .widget.widget_calendar tfoot a:hover{color:#d83c27}#qodef-side-area .widget.widget_text img{display:block}#qodef-side-area .widget.widget_zermatt_core_image_with_text{position:relative;display:inline-block;margin:0 80px}@media only screen and (max-width:1440px){#qodef-side-area .widget.widget_zermatt_core_image_with_text{margin:0 70px}}#qodef-side-area .widget.widget_zermatt_core_image_with_text:after{content:"";width:1px;height:100%;background-color:#4d4d4c;position:absolute;top:0;right:-80px}@media only screen and (max-width:1440px){#qodef-side-area .widget.widget_zermatt_core_image_with_text:after{right:-70px}}#qodef-side-area .widget.widget_zermatt_core_image_with_text:last-child:after{display:none}#qodef-side-area .widget.widget_zermatt_core_image_with_text .qodef-m-title{margin:74px 0 0}@media only screen and (max-width:1440px){#qodef-side-area .widget.widget_zermatt_core_image_with_text .qodef-m-title{margin:63px 0 0;font-size:30px}}#qodef-side-area .widget.widget_zermatt_core_image_with_text .qodef-m-title a{color:#393939}#qodef-side-area .widget.widget_zermatt_core_image_with_text:hover .qodef-m-title a{color:#fff}#qodef-side-area .widget.widget_zermatt_core_image_with_text .qodef-m-content{text-align:left;display:block}#qodef-side-area .widget.widget_rss ul li{margin-bottom:35px}#qodef-side-area .widget.widget_rss ul li:last-child{margin-bottom:0}#qodef-side-area .widget.widget_rss ul .rsswidget{display:block;font-size:18px;line-height:1.39em;font-weight:500}#qodef-side-area .widget.widget_rss ul .rssSummary{margin-top:15px}#qodef-side-area .widget.widget_rss ul cite{display:block;margin-top:8px}#qodef-side-area .widget.widget_search .qodef-widget-title{margin-bottom:44.5px}#qodef-side-area .widget.widget_search .qodef-search-form-inner{position:relative;display:inline-block;width:100%;vertical-align:top}#qodef-side-area .widget.widget_search input{padding-right:50px;margin:0}#qodef-side-area .widget.widget_search button{position:absolute;top:0;right:0;width:50px;height:100%;display:inline-flex;align-items:center;justify-content:center;padding:0;color:#000;background-color:transparent;border:0}#qodef-side-area .widget.widget_search button:hover{color:#d83c27}#qodef-side-area .widget.widget_search button svg{display:block;width:15px;height:auto;fill:none;stroke:currentColor}#qodef-side-area .widget.widget_tag_cloud .qodef-widget-title{margin-bottom:31px}#qodef-side-area .widget.widget_tag_cloud .tagcloud{font-size:0;line-height:0;margin-bottom:-11px}#qodef-side-area .widget.widget_tag_cloud .tagcloud a,#qodef-side-area .widget.widget_tag_cloud .tagcloud span{position:relative;display:inline-block;vertical-align:top;margin:0 6px 11px 0;padding:0 10px;font-family:inherit;font-size:14px!important;line-height:20px!important;font-weight:inherit;letter-spacing:inherit;text-transform:capitalize;border:1px solid #fff;border-radius:20px;color:#fff;background-image:linear-gradient(to top,#fff 100%,transparent 100%);background-position:0 0;transition:background-size .35s cubic-bezier(.16,.48,.36,1),color .2s ease-out;background-repeat:no-repeat;background-size:0 100%;background-position-x:100%}#qodef-side-area .widget.widget_tag_cloud .tagcloud a:hover,#qodef-side-area .widget.widget_tag_cloud .tagcloud span:hover{color:inherit;background-size:100% 100%;background-position-x:0}#qodef-side-area .widget.widget_tag_cloud .tagcloud a.qodef-long-underline-animation,#qodef-side-area .widget.widget_tag_cloud .tagcloud span.qodef-long-underline-animation{transition-duration:.5s}#qodef-side-area .widget.widget_tag_cloud .tagcloud a.qodef-very-long-underline-animation,#qodef-side-area .widget.widget_tag_cloud .tagcloud span.qodef-very-long-underline-animation{transition-duration:.75s}#qodef-side-area .widget.widget_tag_cloud .tagcloud a:hover,#qodef-side-area .widget.widget_tag_cloud .tagcloud span:hover{color:#fff}#qodef-side-area .widget.widget_tag_cloud .tagcloud span{border:1px solid transparent;padding:0}#qodef-side-area .widget.widget_media_image{margin-bottom:0}#qodef-side-area .widget.widget_media_image .qodef-widget-title{margin-bottom:44.5px}#qodef-side-area .widget.widget_media_image a{display:inline-block;vertical-align:top}#qodef-side-area .widget.widget_media_image img{display:block}#qodef-side-area .widget.widget_recent_entries ul li{display:flex;flex-direction:column}#qodef-side-area .widget.widget_recent_entries ul li:first-child a{margin-top:2px!important}#qodef-side-area .widget.widget_recent_entries ul li:last-child{margin-bottom:-8px!important}#qodef-side-area .widget.widget_recent_entries ul li:last-child .post-date{margin-bottom:0!important}#qodef-side-area .widget.widget_recent_entries ul li a{font-size:18px;line-height:1.39em;font-weight:500;margin-bottom:3px}#qodef-side-area .widget.widget_recent_entries ul li a:hover{color:#d83c27}#qodef-side-area .widget.widget_recent_entries ul li .post-date{color:#818181;margin-top:4px;margin-bottom:21px}#qodef-side-area .widget.widget_zermatt_core_blog_list .qodef-widget-title{margin-bottom:31px}#qodef-side-area .widget.widget_zermatt_core_blog_list .qodef-shortcode.qodef-item-layout--minimal{margin-top:-9px}#qodef-page-sidebar .widget{margin:0 0 70px}#qodef-page-sidebar .widget:last-child{margin-bottom:0!important}#qodef-page-sidebar .widget .qodef-widget-title{margin:0 0 41px;padding:7px 0 0;border-top:1px solid #000}#qodef-page-sidebar .widget .qodef-widget-title a{color:inherit}#qodef-page-sidebar .widget .qodef-widget-title a:hover{color:#d83c27}#qodef-page-sidebar .widget a{color:#000}#qodef-page-sidebar .widget a:hover{color:#d83c27}#qodef-page-sidebar .widget ul:not(.qodef-shortcode-list){padding:0;margin:0;list-style:none;margin-top:-7px}#qodef-page-sidebar .widget ul:not(.qodef-shortcode-list) li{margin:0 0 3px}#qodef-page-sidebar .widget ul:not(.qodef-shortcode-list) li:last-child{margin-bottom:0}#qodef-page-sidebar .widget ul:not(.qodef-shortcode-list) li a{font-size:18px;line-height:1.39em;font-weight:500;font-size:18px}#qodef-page-sidebar .widget ul:not(.qodef-shortcode-list) li ul{margin-top:3px;margin-left:1em}#qodef-page-sidebar .widget.widget_archive select,#qodef-page-sidebar .widget.widget_categories select,#qodef-page-sidebar .widget.widget_text select{width:100%;max-width:100%;margin:8.5px 0 0;padding:0;height:55px;border:none;border-bottom:1px solid}#qodef-page-sidebar .widget.widget_archive .select2,#qodef-page-sidebar .widget.widget_categories .select2,#qodef-page-sidebar .widget.widget_text .select2{margin-bottom:0}#qodef-page-sidebar .widget.widget_archive .qodef-widget-title,#qodef-page-sidebar .widget.widget_categories .qodef-widget-title,#qodef-page-sidebar .widget.widget_meta .qodef-widget-title,#qodef-page-sidebar .widget.widget_nav_menu .qodef-widget-title,#qodef-page-sidebar .widget.widget_pages .qodef-widget-title,#qodef-page-sidebar .widget.widget_recent_comments .qodef-widget-title,#qodef-page-sidebar .widget.widget_recent_entries .qodef-widget-title,#qodef-page-sidebar .widget.widget_rss .qodef-widget-title{margin:0 0 31px}#qodef-page-sidebar .widget.widget_recent_comments ul li{padding:10px 0;border-bottom:1px solid #000;line-height:1.2em}#qodef-page-sidebar .widget.widget_recent_comments ul li:last-child{border-bottom:none}#qodef-page-sidebar .widget.widget_calendar{width:100%}#qodef-page-sidebar .widget.widget_calendar table{table-layout:fixed}#qodef-page-sidebar .widget.widget_calendar caption{margin-bottom:5px}#qodef-page-sidebar .widget.widget_calendar #today{color:#fff;background-color:#d83c27}#qodef-page-sidebar .widget.widget_calendar #today a{color:inherit}#qodef-page-sidebar .widget.widget_calendar tfoot td,#qodef-page-sidebar .widget.widget_calendar tfoot tr{border:0}#qodef-page-sidebar .widget.widget_calendar tfoot a{color:#000}#qodef-page-sidebar .widget.widget_calendar tfoot a:hover{color:#d83c27}#qodef-page-sidebar .widget.widget_text img{display:block}#qodef-page-sidebar .widget.widget_zermatt_core_image_with_text{position:relative;display:inline-block;margin:0 80px}@media only screen and (max-width:1440px){#qodef-page-sidebar .widget.widget_zermatt_core_image_with_text{margin:0 70px}}#qodef-page-sidebar .widget.widget_zermatt_core_image_with_text:after{content:"";width:1px;height:100%;background-color:#4d4d4c;position:absolute;top:0;right:-80px}@media only screen and (max-width:1440px){#qodef-page-sidebar .widget.widget_zermatt_core_image_with_text:after{right:-70px}}#qodef-page-sidebar .widget.widget_zermatt_core_image_with_text:last-child:after{display:none}#qodef-page-sidebar .widget.widget_zermatt_core_image_with_text .qodef-m-title{margin:74px 0 0}@media only screen and (max-width:1440px){#qodef-page-sidebar .widget.widget_zermatt_core_image_with_text .qodef-m-title{margin:63px 0 0;font-size:30px}}#qodef-page-sidebar .widget.widget_zermatt_core_image_with_text .qodef-m-title a{color:#393939}#qodef-page-sidebar .widget.widget_zermatt_core_image_with_text:hover .qodef-m-title a{color:#fff}#qodef-page-sidebar .widget.widget_zermatt_core_image_with_text .qodef-m-content{text-align:left;display:block}#qodef-page-sidebar .widget.widget_rss ul li{margin-bottom:35px}#qodef-page-sidebar .widget.widget_rss ul li:last-child{margin-bottom:0}#qodef-page-sidebar .widget.widget_rss ul .rsswidget{display:block;font-size:18px;line-height:1.39em;font-weight:500}#qodef-page-sidebar .widget.widget_rss ul .rssSummary{margin-top:15px}#qodef-page-sidebar .widget.widget_rss ul cite{display:block;margin-top:8px}#qodef-page-sidebar .widget.widget_search .qodef-widget-title{margin-bottom:49.5px}#qodef-page-sidebar .widget.widget_search .qodef-search-form-inner{position:relative;display:inline-block;width:100%;vertical-align:top}#qodef-page-sidebar .widget.widget_search input{padding-right:50px;margin:0}#qodef-page-sidebar .widget.widget_search button{position:absolute;top:0;right:0;width:50px;height:100%;display:inline-flex;align-items:center;justify-content:center;padding:0;color:#000;background-color:transparent;border:0}#qodef-page-sidebar .widget.widget_search button:hover{color:#d83c27}#qodef-page-sidebar .widget.widget_search button svg{display:block;width:15px;height:auto;fill:none;stroke:currentColor}#qodef-page-sidebar .widget.widget_tag_cloud .qodef-widget-title{margin-bottom:36px}#qodef-page-sidebar .widget.widget_tag_cloud .tagcloud{font-size:0;line-height:0;margin-bottom:-11px}#qodef-page-sidebar .widget.widget_tag_cloud .tagcloud a,#qodef-page-sidebar .widget.widget_tag_cloud .tagcloud span{position:relative;display:inline-block;vertical-align:top;margin:0 6px 11px 0;padding:0 10px;font-family:inherit;font-size:14px!important;line-height:20px!important;font-weight:inherit;letter-spacing:inherit;text-transform:capitalize;border:1px solid #000;border-radius:20px;color:#000;background-image:linear-gradient(to top,#000 100%,transparent 100%);background-position:0 0;transition:background-size .35s cubic-bezier(.16,.48,.36,1),color .2s ease-out;background-repeat:no-repeat;background-size:0 100%;background-position-x:100%}#qodef-page-sidebar .widget.widget_tag_cloud .tagcloud a:hover,#qodef-page-sidebar .widget.widget_tag_cloud .tagcloud span:hover{color:inherit;background-size:100% 100%;background-position-x:0}#qodef-page-sidebar .widget.widget_tag_cloud .tagcloud a.qodef-long-underline-animation,#qodef-page-sidebar .widget.widget_tag_cloud .tagcloud span.qodef-long-underline-animation{transition-duration:.5s}#qodef-page-sidebar .widget.widget_tag_cloud .tagcloud a.qodef-very-long-underline-animation,#qodef-page-sidebar .widget.widget_tag_cloud .tagcloud span.qodef-very-long-underline-animation{transition-duration:.75s}#qodef-page-sidebar .widget.widget_tag_cloud .tagcloud a:hover,#qodef-page-sidebar .widget.widget_tag_cloud .tagcloud span:hover{color:#fff}#qodef-page-sidebar .widget.widget_tag_cloud .tagcloud span{border:1px solid transparent;padding:0}#qodef-page-sidebar .widget.widget_media_image{margin-bottom:0}#qodef-page-sidebar .widget.widget_media_image .qodef-widget-title{margin-bottom:49.5px}#qodef-page-sidebar .widget.widget_media_image a{display:inline-block;vertical-align:top}#qodef-page-sidebar .widget.widget_media_image img{display:block}#qodef-page-sidebar .widget.widget_recent_entries ul li{display:flex;flex-direction:column}#qodef-page-sidebar .widget.widget_recent_entries ul li:first-child a{margin-top:2px!important}#qodef-page-sidebar .widget.widget_recent_entries ul li:last-child{margin-bottom:-8px!important}#qodef-page-sidebar .widget.widget_recent_entries ul li:last-child .post-date{margin-bottom:0!important}#qodef-page-sidebar .widget.widget_recent_entries ul li a{font-size:18px;line-height:1.39em;font-weight:500;margin-bottom:3px}#qodef-page-sidebar .widget.widget_recent_entries ul li a:hover{color:#d83c27}#qodef-page-sidebar .widget.widget_recent_entries ul li .post-date{color:#818181;margin-top:4px;margin-bottom:21px}#qodef-page-sidebar .widget.widget_zermatt_core_blog_list .qodef-widget-title{margin-bottom:36px}#qodef-page-sidebar .widget.widget_zermatt_core_blog_list .qodef-shortcode.qodef-item-layout--minimal{margin-top:-9px}.qodef-mega-menu-widget-holder .widget{margin:0 0 70px;color:#fff}.qodef-mega-menu-widget-holder .widget:last-child{margin-bottom:0!important}.qodef-mega-menu-widget-holder .widget .qodef-widget-title{margin:0 0 36px;padding:7px 0 0;border-top:1px solid transparent;color:#fff}.qodef-mega-menu-widget-holder .widget .qodef-widget-title a{color:inherit}.qodef-mega-menu-widget-holder .widget .qodef-widget-title a:hover{color:#d83c27}.qodef-mega-menu-widget-holder .widget a{color:#fff}.qodef-mega-menu-widget-holder .widget a:hover{color:#d83c27}.qodef-mega-menu-widget-holder .widget ul:not(.qodef-shortcode-list){padding:0;margin:0;list-style:none}.qodef-mega-menu-widget-holder .widget ul:not(.qodef-shortcode-list) li{margin:0 0 3px}.qodef-mega-menu-widget-holder .widget ul:not(.qodef-shortcode-list) li:last-child{margin-bottom:0}.qodef-mega-menu-widget-holder .widget ul:not(.qodef-shortcode-list) li a{font-size:18px;line-height:1.39em;font-weight:500;font-size:18px}.qodef-mega-menu-widget-holder .widget ul:not(.qodef-shortcode-list) li ul{margin-top:3px;margin-left:1em}.qodef-mega-menu-widget-holder .widget.widget_archive select,.qodef-mega-menu-widget-holder .widget.widget_categories select,.qodef-mega-menu-widget-holder .widget.widget_text select{width:100%;max-width:100%;margin:8.5px 0 0;padding:0;height:55px;border:none;border-bottom:1px solid}.qodef-mega-menu-widget-holder .widget.widget_archive .select2,.qodef-mega-menu-widget-holder .widget.widget_categories .select2,.qodef-mega-menu-widget-holder .widget.widget_text .select2{margin-bottom:0}.qodef-mega-menu-widget-holder .widget.widget_archive .qodef-widget-title,.qodef-mega-menu-widget-holder .widget.widget_categories .qodef-widget-title,.qodef-mega-menu-widget-holder .widget.widget_meta .qodef-widget-title,.qodef-mega-menu-widget-holder .widget.widget_nav_menu .qodef-widget-title,.qodef-mega-menu-widget-holder .widget.widget_pages .qodef-widget-title,.qodef-mega-menu-widget-holder .widget.widget_recent_comments .qodef-widget-title,.qodef-mega-menu-widget-holder .widget.widget_recent_entries .qodef-widget-title,.qodef-mega-menu-widget-holder .widget.widget_rss .qodef-widget-title{margin:0 0 26px}.qodef-mega-menu-widget-holder .widget.widget_recent_comments ul li{padding:10px 0;border-bottom:1px solid #000;line-height:1.2em}.qodef-mega-menu-widget-holder .widget.widget_recent_comments ul li:last-child{border-bottom:none}.qodef-mega-menu-widget-holder .widget.widget_calendar{width:100%}.qodef-mega-menu-widget-holder .widget.widget_calendar table{table-layout:fixed}.qodef-mega-menu-widget-holder .widget.widget_calendar caption{margin-bottom:5px}.qodef-mega-menu-widget-holder .widget.widget_calendar #today{color:#fff;background-color:#d83c27}.qodef-mega-menu-widget-holder .widget.widget_calendar #today a{color:inherit}.qodef-mega-menu-widget-holder .widget.widget_calendar tfoot td,.qodef-mega-menu-widget-holder .widget.widget_calendar tfoot tr{border:0}.qodef-mega-menu-widget-holder .widget.widget_calendar tfoot a{color:#fff}.qodef-mega-menu-widget-holder .widget.widget_calendar tfoot a:hover{color:#d83c27}.qodef-mega-menu-widget-holder .widget.widget_text img{display:block}.qodef-mega-menu-widget-holder .widget.widget_zermatt_core_image_with_text{position:relative;display:inline-block;margin:0 80px}@media only screen and (max-width:1440px){.qodef-mega-menu-widget-holder .widget.widget_zermatt_core_image_with_text{margin:0 70px}}.qodef-mega-menu-widget-holder .widget.widget_zermatt_core_image_with_text:after{content:"";width:1px;height:100%;background-color:#4d4d4c;position:absolute;top:0;right:-80px}@media only screen and (max-width:1440px){.qodef-mega-menu-widget-holder .widget.widget_zermatt_core_image_with_text:after{right:-70px}}.qodef-mega-menu-widget-holder .widget.widget_zermatt_core_image_with_text:last-child:after{display:none}.qodef-mega-menu-widget-holder .widget.widget_zermatt_core_image_with_text .qodef-m-title{margin:74px 0 0}@media only screen and (max-width:1440px){.qodef-mega-menu-widget-holder .widget.widget_zermatt_core_image_with_text .qodef-m-title{margin:63px 0 0;font-size:30px}}.qodef-mega-menu-widget-holder .widget.widget_zermatt_core_image_with_text .qodef-m-title a{color:#393939}.qodef-mega-menu-widget-holder .widget.widget_zermatt_core_image_with_text:hover .qodef-m-title a{color:#fff}.qodef-mega-menu-widget-holder .widget.widget_zermatt_core_image_with_text .qodef-m-content{text-align:left;display:block}.qodef-mega-menu-widget-holder .widget.widget_rss ul li{margin-bottom:35px}.qodef-mega-menu-widget-holder .widget.widget_rss ul li:last-child{margin-bottom:0}.qodef-mega-menu-widget-holder .widget.widget_rss ul .rsswidget{display:block;font-size:18px;line-height:1.39em;font-weight:500}.qodef-mega-menu-widget-holder .widget.widget_rss ul .rssSummary{margin-top:15px}.qodef-mega-menu-widget-holder .widget.widget_rss ul cite{display:block;margin-top:8px}.qodef-mega-menu-widget-holder .widget.widget_search .qodef-widget-title{margin-bottom:44.5px}.qodef-mega-menu-widget-holder .widget.widget_search .qodef-search-form-inner{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-mega-menu-widget-holder .widget.widget_search input{padding-right:50px;margin:0}.qodef-mega-menu-widget-holder .widget.widget_search button{position:absolute;top:0;right:0;width:50px;height:100%;display:inline-flex;align-items:center;justify-content:center;padding:0;color:#000;background-color:transparent;border:0}.qodef-mega-menu-widget-holder .widget.widget_search button:hover{color:#d83c27}.qodef-mega-menu-widget-holder .widget.widget_search button svg{display:block;width:15px;height:auto;fill:none;stroke:currentColor}.qodef-mega-menu-widget-holder .widget.widget_tag_cloud .qodef-widget-title{margin-bottom:31px}.qodef-mega-menu-widget-holder .widget.widget_tag_cloud .tagcloud{font-size:0;line-height:0;margin-bottom:-11px}.qodef-mega-menu-widget-holder .widget.widget_tag_cloud .tagcloud a,.qodef-mega-menu-widget-holder .widget.widget_tag_cloud .tagcloud span{position:relative;display:inline-block;vertical-align:top;margin:0 6px 11px 0;padding:0 10px;font-family:inherit;font-size:14px!important;line-height:20px!important;font-weight:inherit;letter-spacing:inherit;text-transform:capitalize;border:1px solid #fff;border-radius:20px;color:#fff;background-image:linear-gradient(to top,#fff 100%,transparent 100%);background-position:0 0;transition:background-size .35s cubic-bezier(.16,.48,.36,1),color .2s ease-out;background-repeat:no-repeat;background-size:0 100%;background-position-x:100%}.qodef-mega-menu-widget-holder .widget.widget_tag_cloud .tagcloud a:hover,.qodef-mega-menu-widget-holder .widget.widget_tag_cloud .tagcloud span:hover{color:inherit;background-size:100% 100%;background-position-x:0}.qodef-mega-menu-widget-holder .widget.widget_tag_cloud .tagcloud a.qodef-long-underline-animation,.qodef-mega-menu-widget-holder .widget.widget_tag_cloud .tagcloud span.qodef-long-underline-animation{transition-duration:.5s}.qodef-mega-menu-widget-holder .widget.widget_tag_cloud .tagcloud a.qodef-very-long-underline-animation,.qodef-mega-menu-widget-holder .widget.widget_tag_cloud .tagcloud span.qodef-very-long-underline-animation{transition-duration:.75s}.qodef-mega-menu-widget-holder .widget.widget_tag_cloud .tagcloud a:hover,.qodef-mega-menu-widget-holder .widget.widget_tag_cloud .tagcloud span:hover{color:#fff}.qodef-mega-menu-widget-holder .widget.widget_tag_cloud .tagcloud span{border:1px solid transparent;padding:0}.qodef-mega-menu-widget-holder .widget.widget_media_image{margin-bottom:0}.qodef-mega-menu-widget-holder .widget.widget_media_image .qodef-widget-title{margin-bottom:44.5px}.qodef-mega-menu-widget-holder .widget.widget_media_image a{display:inline-block;vertical-align:top}.qodef-mega-menu-widget-holder .widget.widget_media_image img{display:block}.qodef-mega-menu-widget-holder .widget.widget_recent_entries ul li{display:flex;flex-direction:column}.qodef-mega-menu-widget-holder .widget.widget_recent_entries ul li:first-child a{margin-top:2px!important}.qodef-mega-menu-widget-holder .widget.widget_recent_entries ul li:last-child{margin-bottom:-8px!important}.qodef-mega-menu-widget-holder .widget.widget_recent_entries ul li:last-child .post-date{margin-bottom:0!important}.qodef-mega-menu-widget-holder .widget.widget_recent_entries ul li a{font-size:18px;line-height:1.39em;font-weight:500;margin-bottom:3px}.qodef-mega-menu-widget-holder .widget.widget_recent_entries ul li a:hover{color:#d83c27}.qodef-mega-menu-widget-holder .widget.widget_recent_entries ul li .post-date{color:#818181;margin-top:4px;margin-bottom:21px}.qodef-mega-menu-widget-holder .widget.widget_zermatt_core_blog_list .qodef-widget-title{margin-bottom:31px}.qodef-mega-menu-widget-holder .widget.widget_zermatt_core_blog_list .qodef-shortcode.qodef-item-layout--minimal{margin-top:-9px}.qodef-header--vertical .widget{margin:0 0 70px;color:#fff}.qodef-header--vertical .widget:last-child{margin-bottom:0!important}.qodef-header--vertical .widget .qodef-widget-title{margin:0 0 36px;padding:7px 0 0;border-top:1px solid transparent;color:#fff}.qodef-header--vertical .widget .qodef-widget-title a{color:inherit}.qodef-header--vertical .widget .qodef-widget-title a:hover{color:#fff}.qodef-header--vertical .widget a{color:#fff}.qodef-header--vertical .widget a:hover{color:#fff}.qodef-header--vertical .widget ul:not(.qodef-shortcode-list){padding:0;margin:0;list-style:none}.qodef-header--vertical .widget ul:not(.qodef-shortcode-list) li{margin:0 0 3px}.qodef-header--vertical .widget ul:not(.qodef-shortcode-list) li:last-child{margin-bottom:0}.qodef-header--vertical .widget ul:not(.qodef-shortcode-list) li a{font-size:18px;line-height:1.39em;font-weight:500;font-size:18px}.qodef-header--vertical .widget ul:not(.qodef-shortcode-list) li ul{margin-top:3px;margin-left:1em}.qodef-header--vertical .widget.widget_archive select,.qodef-header--vertical .widget.widget_categories select,.qodef-header--vertical .widget.widget_text select{width:100%;max-width:100%;margin:8.5px 0 0;padding:0;height:55px;border:none;border-bottom:1px solid}.qodef-header--vertical .widget.widget_archive .select2,.qodef-header--vertical .widget.widget_categories .select2,.qodef-header--vertical .widget.widget_text .select2{margin-bottom:0}.qodef-header--vertical .widget.widget_archive .qodef-widget-title,.qodef-header--vertical .widget.widget_categories .qodef-widget-title,.qodef-header--vertical .widget.widget_meta .qodef-widget-title,.qodef-header--vertical .widget.widget_nav_menu .qodef-widget-title,.qodef-header--vertical .widget.widget_pages .qodef-widget-title,.qodef-header--vertical .widget.widget_recent_comments .qodef-widget-title,.qodef-header--vertical .widget.widget_recent_entries .qodef-widget-title,.qodef-header--vertical .widget.widget_rss .qodef-widget-title{margin:0 0 26px}.qodef-header--vertical .widget.widget_recent_comments ul li{padding:10px 0;border-bottom:1px solid #000;line-height:1.2em}.qodef-header--vertical .widget.widget_recent_comments ul li:last-child{border-bottom:none}.qodef-header--vertical .widget.widget_calendar{width:100%}.qodef-header--vertical .widget.widget_calendar table{table-layout:fixed}.qodef-header--vertical .widget.widget_calendar caption{margin-bottom:5px}.qodef-header--vertical .widget.widget_calendar #today{color:#fff;background-color:#fff}.qodef-header--vertical .widget.widget_calendar #today a{color:inherit}.qodef-header--vertical .widget.widget_calendar tfoot td,.qodef-header--vertical .widget.widget_calendar tfoot tr{border:0}.qodef-header--vertical .widget.widget_calendar tfoot a{color:#fff}.qodef-header--vertical .widget.widget_calendar tfoot a:hover{color:#fff}.qodef-header--vertical .widget.widget_text img{display:block}.qodef-header--vertical .widget.widget_zermatt_core_image_with_text{position:relative;display:inline-block;margin:0 80px}@media only screen and (max-width:1440px){.qodef-header--vertical .widget.widget_zermatt_core_image_with_text{margin:0 70px}}.qodef-header--vertical .widget.widget_zermatt_core_image_with_text:after{content:"";width:1px;height:100%;background-color:#4d4d4c;position:absolute;top:0;right:-80px}@media only screen and (max-width:1440px){.qodef-header--vertical .widget.widget_zermatt_core_image_with_text:after{right:-70px}}.qodef-header--vertical .widget.widget_zermatt_core_image_with_text:last-child:after{display:none}.qodef-header--vertical .widget.widget_zermatt_core_image_with_text .qodef-m-title{margin:74px 0 0}@media only screen and (max-width:1440px){.qodef-header--vertical .widget.widget_zermatt_core_image_with_text .qodef-m-title{margin:63px 0 0;font-size:30px}}.qodef-header--vertical .widget.widget_zermatt_core_image_with_text .qodef-m-title a{color:#393939}.qodef-header--vertical .widget.widget_zermatt_core_image_with_text:hover .qodef-m-title a{color:#fff}.qodef-header--vertical .widget.widget_zermatt_core_image_with_text .qodef-m-content{text-align:left;display:block}.qodef-header--vertical .widget.widget_rss ul li{margin-bottom:35px}.qodef-header--vertical .widget.widget_rss ul li:last-child{margin-bottom:0}.qodef-header--vertical .widget.widget_rss ul .rsswidget{display:block;font-size:18px;line-height:1.39em;font-weight:500}.qodef-header--vertical .widget.widget_rss ul .rssSummary{margin-top:15px}.qodef-header--vertical .widget.widget_rss ul cite{display:block;margin-top:8px}.qodef-header--vertical .widget.widget_search .qodef-widget-title{margin-bottom:44.5px}.qodef-header--vertical .widget.widget_search .qodef-search-form-inner{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-header--vertical .widget.widget_search input{padding-right:50px;margin:0}.qodef-header--vertical .widget.widget_search button{position:absolute;top:0;right:0;width:50px;height:100%;display:inline-flex;align-items:center;justify-content:center;padding:0;color:#000;background-color:transparent;border:0}.qodef-header--vertical .widget.widget_search button:hover{color:#d83c27}.qodef-header--vertical .widget.widget_search button svg{display:block;width:15px;height:auto;fill:none;stroke:currentColor}.qodef-header--vertical .widget.widget_tag_cloud .qodef-widget-title{margin-bottom:31px}.qodef-header--vertical .widget.widget_tag_cloud .tagcloud{font-size:0;line-height:0;margin-bottom:-11px}.qodef-header--vertical .widget.widget_tag_cloud .tagcloud a,.qodef-header--vertical .widget.widget_tag_cloud .tagcloud span{position:relative;display:inline-block;vertical-align:top;margin:0 6px 11px 0;padding:0 10px;font-family:inherit;font-size:14px!important;line-height:20px!important;font-weight:inherit;letter-spacing:inherit;text-transform:capitalize;border:1px solid #fff;border-radius:20px;color:#fff;background-image:linear-gradient(to top,#fff 100%,transparent 100%);background-position:0 0;transition:background-size .35s cubic-bezier(.16,.48,.36,1),color .2s ease-out;background-repeat:no-repeat;background-size:0 100%;background-position-x:100%}.qodef-header--vertical .widget.widget_tag_cloud .tagcloud a:hover,.qodef-header--vertical .widget.widget_tag_cloud .tagcloud span:hover{color:inherit;background-size:100% 100%;background-position-x:0}.qodef-header--vertical .widget.widget_tag_cloud .tagcloud a.qodef-long-underline-animation,.qodef-header--vertical .widget.widget_tag_cloud .tagcloud span.qodef-long-underline-animation{transition-duration:.5s}.qodef-header--vertical .widget.widget_tag_cloud .tagcloud a.qodef-very-long-underline-animation,.qodef-header--vertical .widget.widget_tag_cloud .tagcloud span.qodef-very-long-underline-animation{transition-duration:.75s}.qodef-header--vertical .widget.widget_tag_cloud .tagcloud a:hover,.qodef-header--vertical .widget.widget_tag_cloud .tagcloud span:hover{color:#fff}.qodef-header--vertical .widget.widget_tag_cloud .tagcloud span{border:1px solid transparent;padding:0}.qodef-header--vertical .widget.widget_media_image{margin-bottom:0}.qodef-header--vertical .widget.widget_media_image .qodef-widget-title{margin-bottom:44.5px}.qodef-header--vertical .widget.widget_media_image a{display:inline-block;vertical-align:top}.qodef-header--vertical .widget.widget_media_image img{display:block}.qodef-header--vertical .widget.widget_recent_entries ul li{display:flex;flex-direction:column}.qodef-header--vertical .widget.widget_recent_entries ul li:first-child a{margin-top:2px!important}.qodef-header--vertical .widget.widget_recent_entries ul li:last-child{margin-bottom:-8px!important}.qodef-header--vertical .widget.widget_recent_entries ul li:last-child .post-date{margin-bottom:0!important}.qodef-header--vertical .widget.widget_recent_entries ul li a{font-size:18px;line-height:1.39em;font-weight:500;margin-bottom:3px}.qodef-header--vertical .widget.widget_recent_entries ul li a:hover{color:#fff}.qodef-header--vertical .widget.widget_recent_entries ul li .post-date{color:#818181;margin-top:4px;margin-bottom:21px}.qodef-header--vertical .widget.widget_zermatt_core_blog_list .qodef-widget-title{margin-bottom:31px}.qodef-header--vertical .widget.widget_zermatt_core_blog_list .qodef-shortcode.qodef-item-layout--minimal{margin-top:-9px}#qodef-woo-page .qodef-woo-product-mark,.qodef-woo-shortcode .qodef-woo-product-mark{position:absolute;top:0;right:0;padding:0 15px;font-size:14px;line-height:1.6;color:#fff;background-color:#d83c27;z-index:5}#qodef-woo-page .qodef-woo-product-title,.qodef-woo-shortcode .qodef-woo-product-title{margin:0}#qodef-woo-page .qodef-woo-ratings,.qodef-woo-shortcode .qodef-woo-ratings{position:relative;display:inline-block;width:100%;vertical-align:top;line-height:1}#qodef-woo-page .qodef-woo-ratings .qodef-m-inner,.qodef-woo-shortcode .qodef-woo-ratings .qodef-m-inner{position:relative;display:inline-block;vertical-align:top}#qodef-woo-page .qodef-woo-ratings .qodef-m-star,.qodef-woo-shortcode .qodef-woo-ratings .qodef-m-star{font-size:14px;letter-spacing:.1em;color:#000}#qodef-woo-page .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}#qodef-woo-page .price,.qodef-woo-shortcode .price{position:relative;display:flex;align-items:center;color:#3d3d3d;margin:2px 0 0}#qodef-woo-page .price del,.qodef-woo-shortcode .price del{margin-right:10px}#qodef-woo-page .price ins,.qodef-woo-shortcode .price ins{text-decoration:none}#qodef-woo-page .added_to_cart,#qodef-woo-page .button,.qodef-woo-shortcode .added_to_cart,.qodef-woo-shortcode .button{position:relative;display:inline-block;vertical-align:middle;width:auto;margin:0;font-family:"DM Sans",sans-serif;font-weight:500;line-height:2em;text-decoration:none;border-radius:0;outline:0;transition:color .2s ease-out,stroke .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;padding:3px 21px;font-size:14px;cursor:pointer;z-index:3;color:#fff;background-color:#000;border:1px solid transparent}#qodef-woo-page .added_to_cart:hover,#qodef-woo-page .button:hover,.qodef-woo-shortcode .added_to_cart:hover,.qodef-woo-shortcode .button:hover{color:#fff;background-color:#181818}#qodef-woo-page .added_to_cart.added,#qodef-woo-page .button.added,.qodef-woo-shortcode .added_to_cart.added,.qodef-woo-shortcode .button.added{display:none}#qodef-woo-page .quantity{white-space:nowrap}#qodef-woo-page .quantity input[type=number]{width:60px;margin:0;padding:12px 10px;text-align:center;color:#000;font-size:18px;font-weight:500}.woocommerce-page div.woocommerce .woocommerce-error,.woocommerce-page div.woocommerce .woocommerce-info,.woocommerce-page div.woocommerce .woocommerce-message{display:flex;flex-direction:column-reverse;align-items:flex-start;padding:20px 30px;margin-bottom:30px;border:1px solid #acacac}.woocommerce-page div.woocommerce .woocommerce-error a,.woocommerce-page div.woocommerce .woocommerce-info a,.woocommerce-page div.woocommerce .woocommerce-message a{margin-top:12px}.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 5px;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{color:#000;font-size:18px;font-weight:500}.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 .col2-set{position:relative;display:flex;align-items:flex-start;margin:0 -15px}.woocommerce-page div.woocommerce .col2-set>*{width:100%;padding:0 15px;margin-bottom:30px}.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__button--arrow--left:before,.woocommerce-page .pswp__button--arrow--right:before,.woocommerce-page .pswp__button.pswp__button--close,.woocommerce-page .pswp__button.pswp__button--fs,.woocommerce-page .pswp__button.pswp__button--zoom{background:0 0!important}.woocommerce-page .pswp__button--arrow--left:before,.woocommerce-page .pswp__button--arrow--right:before,.woocommerce-page .pswp__button.pswp__button--close:before,.woocommerce-page .pswp__button.pswp__button--fs:before,.woocommerce-page .pswp__button.pswp__button--zoom:before{border:0;color:#fff;font-family:"Font Awesome 5 Free";font-weight:900;background:0 0}.woocommerce-page .pswp__button--arrow--left:before{font-size:45px;content:"\f104"}.woocommerce-page .pswp__button--arrow--right:before{font-size:45px;content:"\f105"}.woocommerce-page .pswp__button.pswp__button--close:before{font-size:17px;content:"\f00d"}.woocommerce-page .pswp__button.pswp__button--zoom:before{font-size:17px;content:"\f00e"}.woocommerce-page .pswp--zoomed-in .pswp__button.pswp__button--zoom:before{font-size:17px;content:"\f010"}.woocommerce-page .pswp__button.pswp__button--fs:before{font-size:17px;content:"\f0b2"}.woocommerce-page .pswp__caption__center,.woocommerce-page .pswp__counter{font-family:inherit;text-transform:uppercase;font-size:15px;font-weight:500;color:#fff}#qodef-woo-page.qodef--cart .shop_table td a{background:0 0}#qodef-woo-page.qodef--cart .shop_table td.product-remove{width:30px}#qodef-woo-page.qodef--cart .shop_table td.product-remove a{font-size:20px}#qodef-woo-page.qodef--cart .shop_table td.product-thumbnail{width:72px;padding-right:10px}#qodef-woo-page.qodef--cart .shop_table td.product-thumbnail a,#qodef-woo-page.qodef--cart .shop_table td.product-thumbnail img{display:block;width:100%}#qodef-woo-page.qodef--cart .shop_table td.product-name{text-align:left}#qodef-woo-page.qodef--cart .shop_table td.product-name a{color:#000;font-size:18px;font-weight:500}#qodef-woo-page.qodef--cart .shop_table td.product-quantity input[type=number]{margin:0}#qodef-woo-page.qodef--cart .shop_table td.actions{padding:30px 0 0;text-align:initial}#qodef-woo-page.qodef--cart .shop_table td.actions .coupon{position:relative;display:flex;align-items:flex-start;flex-wrap:wrap;width:70%;float:left}#qodef-woo-page.qodef--cart .shop_table td.actions .coupon>*{margin-bottom:0}#qodef-woo-page.qodef--cart .shop_table td.actions .coupon input[type=text]{padding:5px 20px}#qodef-woo-page.qodef--cart .shop_table td.actions label{display:none}#qodef-woo-page.qodef--cart .shop_table td.actions input[type=text]{width:auto;margin-right:20px}#qodef-woo-page.qodef--cart .shop_table td.actions>.button{float:right}#qodef-woo-page.qodef--cart .shop_table.cart tbody>tr:last-child{border-bottom:0}#qodef-woo-page.qodef--cart .cart-collaterals .shop_table th{width:20%}#qodef-woo-page.qodef--cart .cart_totals,#qodef-woo-page.qodef--cart .cross-sells{margin-top:50px}#qodef-woo-page.qodef--cart .cart_totals>h2,#qodef-woo-page.qodef--cart .cross-sells>h2{color:#000;font-size:30px;line-height:1.3em;font-weight:500;margin:0 0 42px}#qodef-woo-page.qodef--cart #shipping_method li{align-items:center;display:flex;gap:20px}#qodef-woo-page.qodef--cart #shipping_method li input{margin:0}#qodef-woo-page.qodef--cart .shipping-calculator-form select{width:auto;min-width:100%;margin:0}#qodef-woo-page.qodef--cart .wc-proceed-to-checkout{margin-top:20px}.woocommerce-page div.woocommerce .cart-empty{color:#000;font-size:30px;line-height:1.3em;font-weight:500;margin:0;align-items:center;border:none}.woocommerce-page div.woocommerce .return-to-shop{margin:20px 0 0;text-align:center}.woocommerce-page div.woocommerce .return-to-shop a{position:relative;display:inline-block;vertical-align:middle;width:auto;margin:0;font-family:"DM Sans",sans-serif;font-weight:500;line-height:2em;text-decoration:none;border-radius:0;outline:0;transition:color .2s ease-out,stroke .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;padding:3px 21px;font-size:14px;cursor:pointer;z-index:3;color:#fff;background-color:#000;border:1px solid transparent}.woocommerce-page div.woocommerce .return-to-shop a:hover{color:#fff;background-color:#181818}#qodef-woo-page.qodef--checkout form p{margin-bottom:15px}#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 #customer_details h3{color:#000;font-size:30px;line-height:1.3em;font-weight:500;margin:0 0 20px}#qodef-woo-page.qodef--checkout #order_review_heading{color:#000;font-size:30px;line-height:1.3em;font-weight:500;margin:0 0 20px}#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 #acacac}#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{color:#000;font-size:18px;font-weight:500;margin:0;cursor:pointer}.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 #acacac}.woocommerce-account .woocommerce-MyAccount-navigation ul li p{margin:0}.woocommerce-account .woocommerce-MyAccount-navigation ul li a{color:#000;font-size:18px;font-weight:500}.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a{color:#d83c27}.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{color:#000;font-size:30px;line-height:1.3em;font-weight:500;margin:0 0 20px}.woocommerce-account .woocommerce-MyAccount-content .order-again{margin:30px 0 0}.woocommerce-account .button{position:relative;display:inline-block;vertical-align:middle;width:auto;margin:0;font-family:"DM Sans",sans-serif;font-weight:500;line-height:2em;text-decoration:none;border-radius:0;outline:0;transition:color .2s ease-out,stroke .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;padding:3px 21px;font-size:14px;cursor:pointer;z-index:3;color:#fff;background-color:#000;border:1px solid transparent}.woocommerce-account .button:hover{color:#fff;background-color:#181818}.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-EditAccountForm fieldset{padding:0;margin:0}.woocommerce-account .woocommerce-EditAccountForm fieldset legend{display:none}.woocommerce-order-received .woocommerce-order .woocommerce-thankyou-order-received{color:#000;font-size:30px;line-height:1.3em;font-weight:500;margin:0 0 20px}.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 #acacac}.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{color:#000;font-size:30px;line-height:1.3em;font-weight:500;margin:0 0 20px}.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:50px}#qodef-woo-page .woocommerce-pagination .page-numbers{position:relative;margin:0 10px;padding:0 3px;color:#000;font-size:18px;font-weight:500}#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:after{content:"";position:absolute;bottom:2px;right:0;width:0%;height:2px;background-color:currentColor;transition:.35s cubic-bezier(.16,.48,.36,1)}#qodef-woo-page .woocommerce-pagination .page-numbers.next,#qodef-woo-page .woocommerce-pagination .page-numbers.prev{font-size:17px}#qodef-woo-page .woocommerce-pagination .page-numbers.next:after,#qodef-woo-page .woocommerce-pagination .page-numbers.prev:after{display:none}#qodef-woo-page .woocommerce-pagination .page-numbers.prev{margin-right:32px}#qodef-woo-page .woocommerce-pagination .page-numbers.next{margin-left:32px}#qodef-woo-page .woocommerce-pagination .page-numbers.current:after,#qodef-woo-page .woocommerce-pagination .page-numbers:hover:after{left:0;width:100%}.qodef-woo-product-list{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-woo-product-list ul.products{position:relative;display:flex;align-items:flex-start;flex-wrap:wrap;padding:0;margin:0 -15px;list-style:none;clear:both}.qodef-woo-product-list ul.products>.product{padding:0 15px;margin:0 0 30px}.qodef-woo-product-list ul.products.columns-1>.product{width:100%}.qodef-woo-product-list ul.products.columns-2>.product{width:50%}.qodef-woo-product-list ul.products.columns-3>.product{width:33.3333333333%}.qodef-woo-product-list ul.products.columns-4>.product{width:25%}.qodef-woo-product-list ul.products.columns-5>.product{width:20%}.qodef-woo-product-list ul.products.columns-6>.product{width:16.6666666667%}.qodef-woo-product-list ul.products.columns-7>.product{width:14.2857142857%}.qodef-woo-product-list ul.products.columns-8>.product{width:12.5%}.qodef-woo-product-list.qodef-gutter--no ul.products{margin:0 0}.qodef-woo-product-list.qodef-gutter--no ul.products>.product{padding:0 0;margin:0 0 0}.qodef-woo-product-list.qodef-gutter--tiny ul.products{margin:0 -5px}.qodef-woo-product-list.qodef-gutter--tiny ul.products>.product{padding:0 5px;margin:0 0 10px}.qodef-woo-product-list.qodef-gutter--small ul.products{margin:0 -10px}.qodef-woo-product-list.qodef-gutter--small ul.products>.product{padding:0 10px;margin:0 0 20px}.qodef-woo-product-list.qodef-gutter--normal ul.products{margin:0 -15px}.qodef-woo-product-list.qodef-gutter--normal ul.products>.product{padding:0 15px;margin:0 0 30px}.qodef-woo-product-list.qodef-gutter--medium ul.products{margin:0 -20px}.qodef-woo-product-list.qodef-gutter--medium ul.products>.product{padding:0 20px;margin:0 0 40px}.qodef-woo-product-list.qodef-gutter--large ul.products{margin:0 -25px}.qodef-woo-product-list.qodef-gutter--large ul.products>.product{padding:0 25px;margin:0 0 50px}.qodef-woo-product-list.qodef-gutter--huge ul.products{margin:0 -40px}.qodef-woo-product-list.qodef-gutter--huge ul.products>.product{padding:0 40px;margin:0 0 80px}.qodef-woo-product-list.qodef-gutter--extra ul.products{margin:0 -60px}.qodef-woo-product-list.qodef-gutter--extra ul.products>.product{padding:0 60px;margin:0 0 120px}.qodef-woo-product-list.qodef-gutter--extreme ul.products{margin:0 -80px}.qodef-woo-product-list.qodef-gutter--extreme ul.products>.product{padding:0 80px;margin:0 0 160px}.qodef-woo-product-list .qodef-woo-product-inner{position:relative;display:inline-block;vertical-align:top;width:100%}.touchevents .qodef-woo-product-list .qodef-woo-product-inner{cursor:pointer}.qodef-woo-product-list .qodef-woo-product-inner:hover .qodef-woo-product-image-inner{opacity:1}.qodef-woo-product-list .qodef-woo-product-image{position:relative;display:inline-block;vertical-align:top;max-width:100%}.qodef-woo-product-list .qodef-woo-product-image img{display:block;width:100%}.qodef-woo-product-list .qodef-woo-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;background-color:rgba(255,255,255,.4);opacity:0;transition:opacity .2s ease-out}.qodef-woo-product-list .qodef-woo-product-content{position:relative;display:inline-block;width:100%;vertical-align:top;margin:24px 0 30px}.qodef-woo-product-list .qodef-woo-product-title{margin-bottom:5px;transition:color .2s ease-out}#qodef-woo-page .qodef-woo-product-list .qodef-woo-product-title{margin-bottom:8px}.qodef-woo-product-list .qodef-woo-product-title a:hover{color:inherit}.qodef-woo-product-list .qodef-woo-product-categories{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-woo-product-list .qodef-woo-product-categories a{position:relative;display:inline-block;vertical-align:top;color:#3d3d3d;z-index:3}.qodef-woo-product-list .qodef-woo-product-categories a:hover{color:#000}.qodef-woo-product-list .qodef-woo-product-categories .qodef-category-separator{position:relative;display:inline-block;vertical-align:top;margin:0 2px;font-size:12px}.qodef-woo-product-list .qodef-woo-product-categories .qodef-category-separator:after{content:"/"}.qodef-woo-product-list .qodef-woo-ratings{margin-top:9px}.qodef-woo-product-list .woocommerce-LoopProduct-link{position:absolute;top:0;left:0;width:100%;height:100%}#qodef-woo-page .qodef-quantity-buttons{position:relative;display:inline-block;vertical-align:middle}#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{display:inline-block;vertical-align:middle;font-size:19px;font-family:inherit;text-align:center;-webkit-user-select:none;-ms-user-select:none;user-select:none;border:1px solid #acacac}#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-input{position:relative;height:50px;width:50px;padding:0;margin:0 25px 0 0;font-family:inherit;line-height:48px;outline:0;color:#000;background-color:transparent}#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-minus,#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-plus{position:absolute;right:0;width:25px;height:25px;line-height:23px;border-left:0;cursor:pointer;transition:color .15s ease-in-out;color:#231f20;background-color:transparent}#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-plus{top:0;border-bottom:none}#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-minus{bottom:0}.qodef-woo-results{position:relative;display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}.qodef-woo-results .woocommerce-ordering{margin-left:auto}.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-page.qodef--single .woocommerce-error,#qodef-woo-page.qodef--single .woocommerce-info,#qodef-woo-page.qodef--single .woocommerce-message{display:flex;flex-direction:column-reverse;align-items:flex-start;padding:20px 30px;margin-bottom:30px;border:1px solid #acacac}#qodef-woo-page.qodef--single .woocommerce-error a,#qodef-woo-page.qodef--single .woocommerce-info a,#qodef-woo-page.qodef--single .woocommerce-message a{margin-top:12px}#qodef-woo-page.qodef--single>.product{position:relative;display:inline-block;width:100%;vertical-align:top}#qodef-woo-page.qodef--single .qodef-woo-single-inner{position:relative;display:flex;align-items:flex-start;margin:0 -20px}#qodef-woo-page.qodef--single .qodef-woo-single-inner>*{padding:0 20px}#qodef-woo-page.qodef--single .qodef-woo-single-image{position:relative;display:inline-block;width:100%;vertical-align:top}#qodef-woo-page.qodef--single .qodef-woo-single-image .qodef-woo-product-mark{transform:translateX(-20px)}#qodef-woo-page.qodef--single .qodef-woo-single-image .zoomImg{cursor:crosshair}#qodef-woo-page.qodef--single .woocommerce-product-gallery{position:relative;display:inline-block;width:100%;vertical-align:top}#qodef-woo-page.qodef--single .woocommerce-product-gallery .woocommerce-product-gallery__wrapper,#qodef-woo-page.qodef--single .woocommerce-product-gallery figure{position:relative;margin:0 -8px}#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,#qodef-woo-page.qodef--single .woocommerce-product-gallery figure a,#qodef-woo-page.qodef--single .woocommerce-product-gallery figure img{display:block;width:100%}#qodef-woo-page.qodef--single .woocommerce-product-gallery .woocommerce-product-gallery__wrapper>.woocommerce-product-gallery__image,#qodef-woo-page.qodef--single .woocommerce-product-gallery figure>.woocommerce-product-gallery__image{position:relative;width:calc(100% - 16px)!important;margin:0 8px;overflow:hidden}#qodef-woo-page.qodef--single .woocommerce-product-gallery .woocommerce-product-gallery__wrapper>.qodef-woo-thumbnails-wrapper .woocommerce-product-gallery__image,#qodef-woo-page.qodef--single .woocommerce-product-gallery figure>.qodef-woo-thumbnails-wrapper .woocommerce-product-gallery__image{position:relative;padding:0 8px;margin-top:16px}#qodef-woo-page.qodef--single .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}#qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-1 .woocommerce-product-gallery__image{width:100%}#qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .woocommerce-product-gallery__image{width:50%}#qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .woocommerce-product-gallery__image{width:33.3333333333%}#qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .woocommerce-product-gallery__image{width:25%}#qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .woocommerce-product-gallery__image{width:20%}#qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-6 .woocommerce-product-gallery__image{width:16.6666666667%}#qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-7 .woocommerce-product-gallery__image{width:14.2857142857%}#qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-8 .woocommerce-product-gallery__image{width:12.5%}#qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left .woocommerce-product-gallery__trigger{left:calc(27% + 10px)}#qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left .woocommerce-product-gallery__wrapper,#qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left figure{display:flex;flex-direction:row-reverse}#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,#qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left figure a,#qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left figure img{height:100%;object-fit:cover}#qodef-woo-page.qodef--single .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 figure>.woocommerce-product-gallery__image{width:calc(100% - 27%)!important}#qodef-woo-page.qodef--single .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 figure>.qodef-woo-thumbnails-wrapper{width:27%}@media screen and (min-width:681px){#qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left .woocommerce-product-gallery__wrapper>.qodef-woo-thumbnails-wrapper .woocommerce-product-gallery__image,#qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left figure>.qodef-woo-thumbnails-wrapper .woocommerce-product-gallery__image{width:100%}}#qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left .woocommerce-product-gallery__wrapper>.qodef-woo-thumbnails-wrapper .woocommerce-product-gallery__image:first-child,#qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left figure>.qodef-woo-thumbnails-wrapper .woocommerce-product-gallery__image:first-child{margin-top:0}#qodef-woo-page.qodef--single .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 figure>.qodef-woo-thumbnails-wrapper{display:flex;flex-wrap:wrap}#qodef-woo-page.qodef--single .entry-summary{position:relative;display:inline-block;width:100%;vertical-align:top}#qodef-woo-page.qodef--single .entry-summary .price{color:#000;margin-top:20px}#qodef-woo-page.qodef--single .woocommerce-product-rating{position:relative;display:flex;align-items:center;margin-top:12px}#qodef-woo-page.qodef--single .woocommerce-product-rating .qodef-woo-ratings{flex-shrink:0;width:auto;margin-right:20px}#qodef-woo-page.qodef--single .woocommerce-product-rating .woocommerce-review-link{color:#3d3d3d}#qodef-woo-page.qodef--single .woocommerce-product-rating .woocommerce-review-link:hover{color:#000}#qodef-woo-page.qodef--single .woocommerce-product-details__short-description{margin-top:41px}#qodef-woo-page.qodef--single .woocommerce-product-details__short-description p{margin-top:0}#qodef-woo-page.qodef--single .woocommerce-product-details__short-description p:last-child{margin-bottom:0}#qodef-woo-page.qodef--single form.cart{position:relative;display:inline-block;width:100%;vertical-align:top;margin-top:50px}#qodef-woo-page.qodef--single form.cart .variations_button,#qodef-woo-page.qodef--single form.cart:not(.variations_form){display:flex;align-items:center}#qodef-woo-page.qodef--single form.cart .variations_button .quantity,#qodef-woo-page.qodef--single form.cart:not(.variations_form) .quantity{margin-right:40px}#qodef-woo-page.qodef--single form.cart.grouped_form{flex-wrap:wrap}#qodef-woo-page.qodef--single form.cart.grouped_form .group_table td,#qodef-woo-page.qodef--single form.cart.grouped_form .group_table th{padding:20px 0;vertical-align:middle;text-align:left}#qodef-woo-page.qodef--single form.cart.grouped_form .group_table label{margin-bottom:0;color:#000;font-size:18px;font-weight:500}#qodef-woo-page.qodef--single form.cart.grouped_form>.button{margin-top:30px}#qodef-woo-page.qodef--single form.cart .group_table tr{border-left:none;border-right:none;border-top:none}#qodef-woo-page.qodef--single form.cart .group_table td,#qodef-woo-page.qodef--single form.cart .group_table th{padding:15px 0 15px 5px;vertical-align:middle;text-align:left;border:0}#qodef-woo-page.qodef--single form.cart .group_table td:first-child,#qodef-woo-page.qodef--single form.cart .group_table th:first-child{padding-left:0}#qodef-woo-page.qodef--single form.cart .group_table th{color:#000;font-size:18px;font-weight:500}#qodef-woo-page.qodef--single form.cart .group_table td ul{list-style:none;margin:0;padding:0}#qodef-woo-page.qodef--single form.cart .group_table td ul li{margin:0 0 10px;padding:0}#qodef-woo-page.qodef--single form.cart .group_table td ul li:last-child{margin-bottom:0}#qodef-woo-page.qodef--single form.cart .group_table td ul li label{margin-bottom:0}#qodef-woo-page.qodef--single form.cart .group_table p{margin:0}#qodef-woo-page.qodef--single form.cart .variations{margin-bottom:30px}#qodef-woo-page.qodef--single form.cart .variations tr{border:0}#qodef-woo-page.qodef--single form.cart .variations td,#qodef-woo-page.qodef--single form.cart .variations th{padding:0;text-align:initial;vertical-align:middle;border:0}#qodef-woo-page.qodef--single form.cart .variations label{margin-bottom:0;color:#000;font-size:18px;font-weight:500}#qodef-woo-page.qodef--single form.cart .variations select{width:auto;min-width:220px;margin:0}#qodef-woo-page.qodef--single form.cart .variations .select2-container--default{margin:10px 0}#qodef-woo-page.qodef--single form.cart .variations .reset_variations{display:inline-block;vertical-align:top;margin:13px 0 0 15px}#qodef-woo-page.qodef--single form.cart .single_variation{position:relative;display:flex;align-items:center;margin-bottom:30px}#qodef-woo-page.qodef--single form.cart .single_variation .price{margin:0}#qodef-woo-page.qodef--single .out-of-stock{color:#000;font-size:18px;font-weight:500;margin:28px 0 0}#qodef-woo-page.qodef--single .product_meta{position:relative;display:inline-block;width:100%;vertical-align:top;margin-top:53px}#qodef-woo-page.qodef--single .product_meta>*{position:relative;display:flex;align-items:baseline;margin-bottom:8px}#qodef-woo-page.qodef--single .product_meta>:last-child{margin-bottom:0}#qodef-woo-page.qodef--single .product_meta .qodef-woo-meta-label{flex-shrink:0;margin-right:6px;color:#000;font-size:18px;font-weight:500;line-height:inherit!important}#qodef-woo-page.qodef--single .product_meta .qodef-woo-meta-value{padding-top:3px}#qodef-woo-page.qodef--single .product_meta .qodef-woo-meta-value a{color:#3d3d3d}#qodef-woo-page.qodef--single .qodef-social-share{margin-top:14px}#qodef-woo-page.qodef--single .qodef-social-share .qodef-social-title{color:#000;font-size:18px;font-weight:500}#qodef-woo-page.qodef--single .qodef-social-share .qodef-shortcode-list{vertical-align:baseline;line-height:22px}#qodef-woo-page.qodef--single .qodef-social-share.qodef-layout--list li{margin-right:15px}#qodef-woo-page.qodef--single .woocommerce-tabs{position:relative;display:inline-block;width:100%;vertical-align:top;margin-top:100px}#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs{position:relative;display:flex;align-items:center;margin:0;padding:0;list-style:none;border-top:1px solid #000}#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li{margin:0 26px 0 0;padding:0}#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li a{display:block;position:relative;padding:14px 27px 1px 0;transition:color .2s ease-out,background-color .2s ease-out;font-size:22px;line-height:1.27em;font-weight:500}#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li a:before{content:"";position:absolute;top:0;left:0;width:0;height:2px;background-color:currentColor;transition:width .2s ease-out}#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li:last-child{margin-right:0}#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li a:hover:before,#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li.active a:before,#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li.ui-state-active a:before,#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li.ui-state-hover a:before{width:100%}@media only screen and (max-width:680px){#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs{flex-direction:column;align-items:flex-start}#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li{margin:0 0 26px 0;padding:0}#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li:last-child{margin-bottom:0}}#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs a:hover{color:#000}#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab{position:relative;display:inline-block;width:100%;vertical-align:top;margin-top:29px}#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab.woocommerce-Tabs-panel--additional_information{margin-top:16px}#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab.woocommerce-Tabs-panel--additional_information table{width:250px}#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab.woocommerce-Tabs-panel--additional_information table td,#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab.woocommerce-Tabs-panel--additional_information table th,#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab.woocommerce-Tabs-panel--additional_information table tr{border:none}#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab.woocommerce-Tabs-panel--reviews{margin-top:27px}#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab.woocommerce-Tabs-panel--reviews .form-submit{margin-top:36px}#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab>h2{display:none}#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab p{margin:0}#qodef-woo-page.qodef--single .shop_attributes td,#qodef-woo-page.qodef--single .shop_attributes th{padding:15px 0;vertical-align:middle;text-align:left}#qodef-woo-page.qodef--single .shop_attributes th{color:#000;font-size:18px;font-weight:500}#qodef-woo-page.qodef--single .shop_attributes p{margin:0}#qodef-woo-page.qodef--single .woocommerce-Reviews .woocommerce-Reviews-title{font-size:22px;line-height:1.27em;font-weight:500;margin:0}#qodef-woo-page.qodef--single .woocommerce-Reviews .commentlist{position:relative;display:inline-block;width:100%;vertical-align:top;margin:22px 0 0;padding:0;list-style:none}#qodef-woo-page.qodef--single .woocommerce-Reviews .commentlist>*{margin:0 0 30px;padding:0}#qodef-woo-page.qodef--single .woocommerce-Reviews .commentlist>:last-child{margin-bottom:0}#qodef-woo-page.qodef--single .woocommerce-Reviews .comment_container{position:relative;display:flex;align-items:flex-start}#qodef-woo-page.qodef--single .woocommerce-Reviews .comment_container>img{flex-shrink:0;width:80px;margin-right:20px}#qodef-woo-page.qodef--single .woocommerce-Reviews .comment-text{position:relative;display:inline-block;width:100%;vertical-align:top}#qodef-woo-page.qodef--single .woocommerce-Reviews .meta{padding-top:2px}#qodef-woo-page.qodef--single .woocommerce-Reviews .woocommerce-review__author{color:#000;font-size:18px;font-weight:500}#qodef-woo-page.qodef--single #review_form{position:relative;display:inline-block;width:100%;vertical-align:top;margin-top:32px}#qodef-woo-page.qodef--single #review_form .comment-reply-title{display:block;margin-bottom:14px;color:#000;font-size:18px;font-weight:500}#qodef-woo-page.qodef--single #review_form .comment-form-rating label{margin-bottom:5px}#qodef-woo-page.qodef--single #review_form .comment-form-rating .stars{line-height:1}#qodef-woo-page.qodef--single #review_form .comment-form-rating .stars>span{display:flex;overflow:hidden}#qodef-woo-page.qodef--single #review_form .comment-form-rating .stars *{line-height:inherit}#qodef-woo-page.qodef--single #review_form .comment-form-rating a{position:relative;display:inline-block;vertical-align:top;margin:0;font-size:0;color:transparent}#qodef-woo-page.qodef--single #review_form .comment-form-rating a:before{position:relative;display:inline-block;vertical-align:top;overflow:hidden;z-index:-1;content:"\e031";font-size:14px;letter-spacing:.1em;color:#000;font-family:ElegantIcons;line-height:1;white-space:nowrap;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body:not([class*=zermatt-core]) #qodef-woo-page.qodef--single #review_form .comment-form-rating a:before{content:"☆"}#qodef-woo-page.qodef--single #review_form .comment-form-rating a.active:after{position:absolute;top:0;right:0;display:block;content:"\e033\e033\e033\e033\e033";font-size:14px;letter-spacing:.1em;color:#000;font-family:ElegantIcons;line-height:1;white-space:nowrap;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body:not([class*=zermatt-core]) #qodef-woo-page.qodef--single #review_form .comment-form-rating a.active:after{content:"★★★★★"}#qodef-woo-page.qodef--single #review_form .comment-form-comment{margin-top:17px}#qodef-woo-page.qodef--single #review_form .comment-form-cookies-consent{position:relative;display:flex}#qodef-woo-page.qodef--single #review_form .comment-form-cookies-consent input[type=checkbox]{flex-shrink:0}#qodef-woo-page.qodef--single .related{margin-top:142px}#qodef-woo-page.qodef--single .related>h2{color:#000;font-size:30px;line-height:1.3em;font-weight:500;margin:0;border-top:1px solid #000;padding:20px 0 40px 0}.widget.woocommerce .qodef-woo-product-title{margin:0}.widget.woocommerce .qodef-woo-ratings{position:relative;display:inline-block;width:100%;vertical-align:top;line-height:1}.widget.woocommerce .qodef-woo-ratings .qodef-m-inner{position:relative;display:inline-block;vertical-align:top}.widget.woocommerce .qodef-woo-ratings .qodef-m-star{font-size:14px;letter-spacing:.1em;color:#000}.widget.woocommerce .qodef-woo-ratings .qodef-m-star.qodef--active{position:absolute;top:0;left:0;overflow:hidden;white-space:nowrap}.widget.woocommerce .price{position:relative;display:flex;align-items:center;color:#3d3d3d;margin:2px 0 0}.widget.woocommerce .price del{margin-right:10px}.widget.woocommerce .price ins{text-decoration:none}.widget.woocommerce .button{position:relative;display:inline-block;vertical-align:middle;width:auto;margin:0;font-family:"DM Sans",sans-serif;font-weight:500;line-height:2em;text-decoration:none;border-radius:0;outline:0;transition:color .2s ease-out,stroke .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;padding:3px 21px;font-size:14px;cursor:pointer;z-index:3;color:#fff;background-color:#000;border:1px solid transparent}.widget.woocommerce .button:hover{color:#fff;background-color:#181818}.widget.widget_shopping_cart .widget_shopping_cart_content{position:relative;display:inline-block;width:100%;vertical-align:top}.widget.widget_shopping_cart .widget_shopping_cart_content ul li{position:relative}.widget.widget_shopping_cart .widget_shopping_cart_content ul li a:not(.remove){position:relative;display:flex;align-items:center;color:#000;font-size:18px;font-weight:500}.widget.widget_shopping_cart .widget_shopping_cart_content ul li img{width:80px;margin-right:20px}.widget.widget_shopping_cart .widget_shopping_cart_content ul li .remove{position:absolute;top:0;right:0;font-size:0;line-height:1;z-index:2}.widget.widget_shopping_cart .widget_shopping_cart_content ul li .remove:after{position:relative;display:block;padding:0 3px;line-height:25px;font-size:18px;content:"x";font-family:monospace}.widget.widget_shopping_cart .widget_shopping_cart_content .variation{position:relative;display:inline-block;width:100%;vertical-align:top}.widget.widget_shopping_cart .widget_shopping_cart_content .variation>*{display:inline-block;vertical-align:middle;margin:0}.widget.widget_shopping_cart .widget_shopping_cart_content .variation>* p{margin:0}.widget.widget_shopping_cart .widget_shopping_cart_content .quantity{display:block;margin-top:10px}.widget.widget_shopping_cart .widget_shopping_cart_content .total{margin:13px 0 0}.widget.widget_shopping_cart .widget_shopping_cart_content .buttons{position:relative;display:flex;align-items:center;justify-content:space-between;margin:21px 0 0}.widget.widget_layered_nav ul li.chosen a{color:#d83c27}.widget.widget_price_filter .price_slider_wrapper{padding-top:4px}.widget.widget_price_filter .price_slider_wrapper .ui-widget-content{position:relative;height:4px;background-color:#eaeaea;border-radius:0;cursor:pointer}.widget.widget_price_filter .price_slider_wrapper .ui-widget-content .ui-slider-handle{position:absolute;top:-3px;height:10px;width:10px;background-color:#d83c27;border-radius:100%;outline:0;z-index:2}.widget.widget_price_filter .price_slider_wrapper .ui-widget-content .ui-slider-handle:last-of-type{transform:translateX(-10px)}.widget.widget_price_filter .price_slider_wrapper .ui-widget-content .ui-slider-range{position:absolute;display:block;height:100%;background-color:#d83c27;border-radius:0;z-index:1}.widget.widget_price_filter .price_slider_amount{position:relative;display:flex;align-items:center;justify-content:space-between;margin:32px 0 0}.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:1px;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: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%;position:absolute;top:-3px;height:10px;width:10px;background-color:#d83c27;outline:0;z-index:2}.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%;position:absolute;top:-3px;height:10px;width:10px;background-color:#d83c27;outline:0;z-index:2}.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%;position:absolute;top:-3px;height:10px;width:10px;background-color:#d83c27;outline:0;z-index:2}.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{margin:20px 0 0 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{content:"—";margin:0 4px}.widget .wc-block-components-price-slider .wc-block-components-price-slider__actions{display:flex;flex-direction:row-reverse;margin:10px 0 0 0}.widget .wc-block-components-price-slider .wc-block-components-price-slider__actions button{position:relative;display:inline-block;vertical-align:middle;width:auto;margin:0;font-family:"DM Sans",sans-serif;font-weight:500;line-height:2em;text-decoration:none;border-radius:0;outline:0;transition:color .2s ease-out,stroke .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;padding:3px 21px;font-size:14px;cursor:pointer;z-index:3;color:#fff;background-color:#000;border:1px solid transparent}.widget .wc-block-components-price-slider .wc-block-components-price-slider__actions button:hover{color:#fff;background-color:#181818}.widget.widget_product_categories select{width:100%;max-width:100%;margin:8.5px 0 0}.widget.widget_product_categories .select2{margin-bottom:0}.widget.widget_product_search .qodef-widget-title{margin-bottom:29.5px}.widget.widget_product_search .qodef-search-form-inner{position:relative;display:inline-block;width:100%;vertical-align:top}.widget.widget_product_search input{padding-right:50px;margin:0}.widget.widget_product_search button{position:absolute;top:0;right:0;width:50px;height:100%;display:inline-flex;align-items:center;justify-content:center;padding:0;color:#000;background-color:transparent;border:0}.widget.widget_product_search button:hover{color:#d83c27}.widget.widget_product_search button svg{display:block;width:15px;height:auto;fill:none;stroke:currentColor}.widget.widget_product_tag_cloud .tagcloud{font-size:0;line-height:0}.widget.widget_product_tag_cloud .tagcloud a,.widget.widget_product_tag_cloud .tagcloud span{position:relative;display:inline-block;vertical-align:top;margin:0 6px 11px 0;padding:0 10px;font-family:inherit;font-size:14px!important;line-height:20px!important;font-weight:inherit;letter-spacing:inherit;text-transform:capitalize;border:1px solid #000;border-radius:20px;color:#000;background-image:linear-gradient(to top,#000 100%,transparent 100%);background-position:0 0;transition:background-size .35s cubic-bezier(.16,.48,.36,1),color .2s ease-out;background-repeat:no-repeat;background-size:0 100%;background-position-x:100%}.widget.widget_product_tag_cloud .tagcloud a:hover,.widget.widget_product_tag_cloud .tagcloud span:hover{color:inherit;background-size:100% 100%;background-position-x:0}.widget.widget_product_tag_cloud .tagcloud a.qodef-long-underline-animation,.widget.widget_product_tag_cloud .tagcloud span.qodef-long-underline-animation{transition-duration:.5s}.widget.widget_product_tag_cloud .tagcloud a.qodef-very-long-underline-animation,.widget.widget_product_tag_cloud .tagcloud span.qodef-very-long-underline-animation{transition-duration:.75s}.widget.widget_product_tag_cloud .tagcloud a:hover,.widget.widget_product_tag_cloud .tagcloud span:hover{color:#fff}.widget.widget_product_tag_cloud .tagcloud span{border:1px solid transparent;padding:0}.widget.widget_products ul li,.widget.widget_recently_viewed_products ul li,.widget.widget_top_rated_products ul li{position:relative;display:flex;margin-bottom:20px}.widget.widget_products ul li:last-child,.widget.widget_recently_viewed_products ul li:last-child,.widget.widget_top_rated_products ul li:last-child{margin-bottom:0}.widget.widget_products .qodef-woo-product-image,.widget.widget_recently_viewed_products .qodef-woo-product-image,.widget.widget_top_rated_products .qodef-woo-product-image{flex-shrink:0;margin-right:20px}.widget.widget_products .qodef-woo-product-image a,.widget.widget_products .qodef-woo-product-image img,.widget.widget_recently_viewed_products .qodef-woo-product-image a,.widget.widget_recently_viewed_products .qodef-woo-product-image img,.widget.widget_top_rated_products .qodef-woo-product-image a,.widget.widget_top_rated_products .qodef-woo-product-image img{position:relative;display:block}.widget.widget_products .qodef-woo-product-image img,.widget.widget_recently_viewed_products .qodef-woo-product-image img,.widget.widget_top_rated_products .qodef-woo-product-image img{width:80px}.widget.widget_products .qodef-woo-product-title a,.widget.widget_recently_viewed_products .qodef-woo-product-title a,.widget.widget_top_rated_products .qodef-woo-product-title a{color:inherit}.widget.widget_products .qodef-woo-ratings,.widget.widget_recently_viewed_products .qodef-woo-ratings,.widget.widget_top_rated_products .qodef-woo-ratings{margin-top:10px}.widget.widget_recent_reviews ul li{min-height:80px;margin-bottom:20px}.widget.widget_recent_reviews ul li:last-child{margin-bottom:0}.widget.widget_recent_reviews ul li>*{display:block;padding-left:100px}.widget.widget_recent_reviews a{position:relative;color:#000;font-size:18px;font-weight:500}.widget.widget_recent_reviews a:hover{color:#d83c27}.widget.widget_recent_reviews a img{position:absolute;top:0;left:0;width:80px}.widget.widget_recent_reviews .qodef-woo-ratings{margin-top:5px}#qodef-page-sidebar .widget.widget_shopping_cart .widget_shopping_cart_content{position:relative;display:inline-block;width:100%;vertical-align:top}#qodef-page-sidebar .widget.widget_shopping_cart .widget_shopping_cart_content ul li{position:relative}#qodef-page-sidebar .widget.widget_shopping_cart .widget_shopping_cart_content ul li a:not(.remove){position:relative;display:flex;align-items:center;color:#000;font-size:18px;font-weight:500}#qodef-page-sidebar .widget.widget_shopping_cart .widget_shopping_cart_content ul li img{width:80px;margin-right:20px}#qodef-page-sidebar .widget.widget_shopping_cart .widget_shopping_cart_content ul li .remove{position:absolute;top:0;right:0;font-size:0;line-height:1;z-index:2}#qodef-page-sidebar .widget.widget_shopping_cart .widget_shopping_cart_content ul li .remove:after{position:relative;display:block;padding:0 3px;line-height:25px;font-size:18px;content:"x";font-family:monospace}#qodef-page-sidebar .widget.widget_shopping_cart .widget_shopping_cart_content .variation{position:relative;display:inline-block;width:100%;vertical-align:top}#qodef-page-sidebar .widget.widget_shopping_cart .widget_shopping_cart_content .variation>*{display:inline-block;vertical-align:middle;margin:0}#qodef-page-sidebar .widget.widget_shopping_cart .widget_shopping_cart_content .variation>* p{margin:0}#qodef-page-sidebar .widget.widget_shopping_cart .widget_shopping_cart_content .quantity{display:block;margin-top:10px}#qodef-page-sidebar .widget.widget_shopping_cart .widget_shopping_cart_content .total{margin:13px 0 0}#qodef-page-sidebar .widget.widget_shopping_cart .widget_shopping_cart_content .buttons{position:relative;display:flex;align-items:center;justify-content:space-between;margin:21px 0 0}#qodef-page-sidebar .widget.widget_layered_nav ul li.chosen a{color:#d83c27}#qodef-page-sidebar .widget.widget_price_filter .price_slider_wrapper{padding-top:4px}#qodef-page-sidebar .widget.widget_price_filter .price_slider_wrapper .ui-widget-content{position:relative;height:4px;background-color:#eaeaea;border-radius:0;cursor:pointer}#qodef-page-sidebar .widget.widget_price_filter .price_slider_wrapper .ui-widget-content .ui-slider-handle{position:absolute;top:-3px;height:10px;width:10px;background-color:#d83c27;border-radius:100%;outline:0;z-index:2}#qodef-page-sidebar .widget.widget_price_filter .price_slider_wrapper .ui-widget-content .ui-slider-handle:last-of-type{transform:translateX(-10px)}#qodef-page-sidebar .widget.widget_price_filter .price_slider_wrapper .ui-widget-content .ui-slider-range{position:absolute;display:block;height:100%;background-color:#d83c27;border-radius:0;z-index:1}#qodef-page-sidebar .widget.widget_price_filter .price_slider_amount{position:relative;display:flex;align-items:center;justify-content:space-between;margin:32px 0 0}#qodef-page-sidebar .widget.widget_price_filter .price_slider_amount .clear{display:none}#qodef-page-sidebar .widget .wc-block-components-price-slider{align-items:flex-start;display:flex;flex-direction:column;margin:0}#qodef-page-sidebar .widget .wc-block-components-price-slider .wc-block-components-price-slider__range-input-wrapper{box-shadow:none;height:1px;margin:calc(8px / 2) 0;width:100%}#qodef-page-sidebar .widget .wc-block-components-price-slider .wc-block-components-price-slider__range-input-wrapper:before{display:none}#qodef-page-sidebar .widget .wc-block-components-price-slider .wc-block-components-price-slider__range-input-progress{height:1px}#qodef-page-sidebar .widget .wc-block-components-price-slider .wc-block-components-price-slider__range-input::-webkit-slider-thumb{background-image:none;border:none;border-radius:100%;position:absolute;top:-3px;height:10px;width:10px;background-color:#d83c27;outline:0;z-index:2}#qodef-page-sidebar .widget .wc-block-components-price-slider .wc-block-components-price-slider__range-input::-webkit-slider-thumb:hover{transform:scale(1.1)}#qodef-page-sidebar .widget .wc-block-components-price-slider .wc-block-components-price-slider__range-input::-moz-range-thumb{background-image:none;border:none;border-radius:100%;position:absolute;top:-3px;height:10px;width:10px;background-color:#d83c27;outline:0;z-index:2}#qodef-page-sidebar .widget .wc-block-components-price-slider .wc-block-components-price-slider__range-input::-moz-range-thumb:hover{transform:scale(1.1)}#qodef-page-sidebar .widget .wc-block-components-price-slider .wc-block-components-price-slider__range-input::-ms-thumb{background-image:none;border:none;border-radius:100%;position:absolute;top:-3px;height:10px;width:10px;background-color:#d83c27;outline:0;z-index:2}#qodef-page-sidebar .widget .wc-block-components-price-slider .wc-block-components-price-slider__range-input::-ms-thumb:hover{transform:scale(1.1)}#qodef-page-sidebar .widget .wc-block-components-price-slider .wc-block-components-price-slider__range-input:focus::-webkit-slider-thumb{transform:scale(1.1)}#qodef-page-sidebar .widget .wc-block-components-price-slider .wc-block-components-price-slider__range-input:focus::-moz-range-thumb{transform:scale(1.1)}#qodef-page-sidebar .widget .wc-block-components-price-slider .wc-block-components-price-slider__range-input:focus::-ms-thumb{transform:scale(1.1)}#qodef-page-sidebar .widget .wc-block-components-price-slider .wc-block-components-price-slider__controls,#qodef-page-sidebar .widget .wc-block-components-price-slider .wc-block-components-price-slider__range-text{margin:20px 0 0 0}#qodef-page-sidebar .widget .wc-block-components-price-slider .wc-block-components-price-slider__controls input,#qodef-page-sidebar .widget .wc-block-components-price-slider .wc-block-components-price-slider__range-text input{margin:0}#qodef-page-sidebar .widget .wc-block-components-price-slider .wc-block-components-price-slider__controls span:first-child:after,#qodef-page-sidebar .widget .wc-block-components-price-slider .wc-block-components-price-slider__range-text span:first-child:after{content:"—";margin:0 4px}#qodef-page-sidebar .widget .wc-block-components-price-slider .wc-block-components-price-slider__actions{display:flex;flex-direction:row-reverse;margin:10px 0 0 0}#qodef-page-sidebar .widget .wc-block-components-price-slider .wc-block-components-price-slider__actions button{position:relative;display:inline-block;vertical-align:middle;width:auto;margin:0;font-family:"DM Sans",sans-serif;font-weight:500;line-height:2em;text-decoration:none;border-radius:0;outline:0;transition:color .2s ease-out,stroke .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;padding:3px 21px;font-size:14px;cursor:pointer;z-index:3;color:#fff;background-color:#000;border:1px solid transparent}#qodef-page-sidebar .widget .wc-block-components-price-slider .wc-block-components-price-slider__actions button:hover{color:#fff;background-color:#181818}#qodef-page-sidebar .widget.widget_product_categories select{width:100%;max-width:100%;margin:8.5px 0 0}#qodef-page-sidebar .widget.widget_product_categories .select2{margin-bottom:0}#qodef-page-sidebar .widget.widget_product_search .qodef-widget-title{margin-bottom:29.5px}#qodef-page-sidebar .widget.widget_product_search .qodef-search-form-inner{position:relative;display:inline-block;width:100%;vertical-align:top}#qodef-page-sidebar .widget.widget_product_search input{padding-right:50px;margin:0}#qodef-page-sidebar .widget.widget_product_search button{position:absolute;top:0;right:0;width:50px;height:100%;display:inline-flex;align-items:center;justify-content:center;padding:0;color:#000;background-color:transparent;border:0}#qodef-page-sidebar .widget.widget_product_search button:hover{color:#d83c27}#qodef-page-sidebar .widget.widget_product_search button svg{display:block;width:15px;height:auto;fill:none;stroke:currentColor}#qodef-page-sidebar .widget.widget_product_tag_cloud .tagcloud{font-size:0;line-height:0}#qodef-page-sidebar .widget.widget_product_tag_cloud .tagcloud a,#qodef-page-sidebar .widget.widget_product_tag_cloud .tagcloud span{position:relative;display:inline-block;vertical-align:top;margin:0 6px 11px 0;padding:0 10px;font-family:inherit;font-size:14px!important;line-height:20px!important;font-weight:inherit;letter-spacing:inherit;text-transform:capitalize;border:1px solid #000;border-radius:20px;color:#000;background-image:linear-gradient(to top,#000 100%,transparent 100%);background-position:0 0;transition:background-size .35s cubic-bezier(.16,.48,.36,1),color .2s ease-out;background-repeat:no-repeat;background-size:0 100%;background-position-x:100%}#qodef-page-sidebar .widget.widget_product_tag_cloud .tagcloud a:hover,#qodef-page-sidebar .widget.widget_product_tag_cloud .tagcloud span:hover{color:inherit;background-size:100% 100%;background-position-x:0}#qodef-page-sidebar .widget.widget_product_tag_cloud .tagcloud a.qodef-long-underline-animation,#qodef-page-sidebar .widget.widget_product_tag_cloud .tagcloud span.qodef-long-underline-animation{transition-duration:.5s}#qodef-page-sidebar .widget.widget_product_tag_cloud .tagcloud a.qodef-very-long-underline-animation,#qodef-page-sidebar .widget.widget_product_tag_cloud .tagcloud span.qodef-very-long-underline-animation{transition-duration:.75s}#qodef-page-sidebar .widget.widget_product_tag_cloud .tagcloud a:hover,#qodef-page-sidebar .widget.widget_product_tag_cloud .tagcloud span:hover{color:#fff}#qodef-page-sidebar .widget.widget_product_tag_cloud .tagcloud span{border:1px solid transparent;padding:0}#qodef-page-sidebar .widget.widget_products ul li,#qodef-page-sidebar .widget.widget_recently_viewed_products ul li,#qodef-page-sidebar .widget.widget_top_rated_products ul li{position:relative;display:flex;margin-bottom:20px}#qodef-page-sidebar .widget.widget_products ul li:last-child,#qodef-page-sidebar .widget.widget_recently_viewed_products ul li:last-child,#qodef-page-sidebar .widget.widget_top_rated_products ul li:last-child{margin-bottom:0}#qodef-page-sidebar .widget.widget_products .qodef-woo-product-image,#qodef-page-sidebar .widget.widget_recently_viewed_products .qodef-woo-product-image,#qodef-page-sidebar .widget.widget_top_rated_products .qodef-woo-product-image{flex-shrink:0;margin-right:20px}#qodef-page-sidebar .widget.widget_products .qodef-woo-product-image a,#qodef-page-sidebar .widget.widget_products .qodef-woo-product-image img,#qodef-page-sidebar .widget.widget_recently_viewed_products .qodef-woo-product-image a,#qodef-page-sidebar .widget.widget_recently_viewed_products .qodef-woo-product-image img,#qodef-page-sidebar .widget.widget_top_rated_products .qodef-woo-product-image a,#qodef-page-sidebar .widget.widget_top_rated_products .qodef-woo-product-image img{position:relative;display:block}#qodef-page-sidebar .widget.widget_products .qodef-woo-product-image img,#qodef-page-sidebar .widget.widget_recently_viewed_products .qodef-woo-product-image img,#qodef-page-sidebar .widget.widget_top_rated_products .qodef-woo-product-image img{width:80px}#qodef-page-sidebar .widget.widget_products .qodef-woo-product-title a,#qodef-page-sidebar .widget.widget_recently_viewed_products .qodef-woo-product-title a,#qodef-page-sidebar .widget.widget_top_rated_products .qodef-woo-product-title a{color:inherit}#qodef-page-sidebar .widget.widget_products .qodef-woo-ratings,#qodef-page-sidebar .widget.widget_recently_viewed_products .qodef-woo-ratings,#qodef-page-sidebar .widget.widget_top_rated_products .qodef-woo-ratings{margin-top:10px}#qodef-page-sidebar .widget.widget_recent_reviews ul li{min-height:80px;margin-bottom:20px}#qodef-page-sidebar .widget.widget_recent_reviews ul li:last-child{margin-bottom:0}#qodef-page-sidebar .widget.widget_recent_reviews ul li>*{display:block;padding-left:100px}#qodef-page-sidebar .widget.widget_recent_reviews a{position:relative;color:#000;font-size:18px;font-weight:500}#qodef-page-sidebar .widget.widget_recent_reviews a:hover{color:#d83c27}#qodef-page-sidebar .widget.widget_recent_reviews a img{position:absolute;top:0;left:0;width:80px}#qodef-page-sidebar .widget.widget_recent_reviews .qodef-woo-ratings{margin-top:5px}#qodef-page-footer .widget.widget_shopping_cart .widget_shopping_cart_content{position:relative;display:inline-block;width:100%;vertical-align:top}#qodef-page-footer .widget.widget_shopping_cart .widget_shopping_cart_content ul li{position:relative}#qodef-page-footer .widget.widget_shopping_cart .widget_shopping_cart_content ul li a:not(.remove){position:relative;display:flex;align-items:center;color:#000;font-size:18px;font-weight:500}#qodef-page-footer .widget.widget_shopping_cart .widget_shopping_cart_content ul li img{width:80px;margin-right:20px}#qodef-page-footer .widget.widget_shopping_cart .widget_shopping_cart_content ul li .remove{position:absolute;top:0;right:0;font-size:0;line-height:1;z-index:2}#qodef-page-footer .widget.widget_shopping_cart .widget_shopping_cart_content ul li .remove:after{position:relative;display:block;padding:0 3px;line-height:25px;font-size:18px;content:"x";font-family:monospace}#qodef-page-footer .widget.widget_shopping_cart .widget_shopping_cart_content .variation{position:relative;display:inline-block;width:100%;vertical-align:top}#qodef-page-footer .widget.widget_shopping_cart .widget_shopping_cart_content .variation>*{display:inline-block;vertical-align:middle;margin:0}#qodef-page-footer .widget.widget_shopping_cart .widget_shopping_cart_content .variation>* p{margin:0}#qodef-page-footer .widget.widget_shopping_cart .widget_shopping_cart_content .quantity{display:block;margin-top:10px}#qodef-page-footer .widget.widget_shopping_cart .widget_shopping_cart_content .total{margin:13px 0 0}#qodef-page-footer .widget.widget_shopping_cart .widget_shopping_cart_content .buttons{position:relative;display:flex;align-items:center;justify-content:space-between;margin:21px 0 0}#qodef-page-footer .widget.widget_layered_nav ul li.chosen a{color:#d83c27}#qodef-page-footer .widget.widget_price_filter .price_slider_wrapper{padding-top:4px}#qodef-page-footer .widget.widget_price_filter .price_slider_wrapper .ui-widget-content{position:relative;height:4px;background-color:#eaeaea;border-radius:0;cursor:pointer}#qodef-page-footer .widget.widget_price_filter .price_slider_wrapper .ui-widget-content .ui-slider-handle{position:absolute;top:-3px;height:10px;width:10px;background-color:#d83c27;border-radius:100%;outline:0;z-index:2}#qodef-page-footer .widget.widget_price_filter .price_slider_wrapper .ui-widget-content .ui-slider-handle:last-of-type{transform:translateX(-10px)}#qodef-page-footer .widget.widget_price_filter .price_slider_wrapper .ui-widget-content .ui-slider-range{position:absolute;display:block;height:100%;background-color:#d83c27;border-radius:0;z-index:1}#qodef-page-footer .widget.widget_price_filter .price_slider_amount{position:relative;display:flex;align-items:center;justify-content:space-between;margin:32px 0 0}#qodef-page-footer .widget.widget_price_filter .price_slider_amount .clear{display:none}#qodef-page-footer .widget .wc-block-components-price-slider{align-items:flex-start;display:flex;flex-direction:column;margin:0}#qodef-page-footer .widget .wc-block-components-price-slider .wc-block-components-price-slider__range-input-wrapper{box-shadow:none;height:1px;margin:calc(8px / 2) 0;width:100%}#qodef-page-footer .widget .wc-block-components-price-slider .wc-block-components-price-slider__range-input-wrapper:before{display:none}#qodef-page-footer .widget .wc-block-components-price-slider .wc-block-components-price-slider__range-input-progress{height:1px}#qodef-page-footer .widget .wc-block-components-price-slider .wc-block-components-price-slider__range-input::-webkit-slider-thumb{background-image:none;border:none;border-radius:100%;position:absolute;top:-3px;height:10px;width:10px;background-color:#d83c27;outline:0;z-index:2}#qodef-page-footer .widget .wc-block-components-price-slider .wc-block-components-price-slider__range-input::-webkit-slider-thumb:hover{transform:scale(1.1)}#qodef-page-footer .widget .wc-block-components-price-slider .wc-block-components-price-slider__range-input::-moz-range-thumb{background-image:none;border:none;border-radius:100%;position:absolute;top:-3px;height:10px;width:10px;background-color:#d83c27;outline:0;z-index:2}#qodef-page-footer .widget .wc-block-components-price-slider .wc-block-components-price-slider__range-input::-moz-range-thumb:hover{transform:scale(1.1)}#qodef-page-footer .widget .wc-block-components-price-slider .wc-block-components-price-slider__range-input::-ms-thumb{background-image:none;border:none;border-radius:100%;position:absolute;top:-3px;height:10px;width:10px;background-color:#d83c27;outline:0;z-index:2}#qodef-page-footer .widget .wc-block-components-price-slider .wc-block-components-price-slider__range-input::-ms-thumb:hover{transform:scale(1.1)}#qodef-page-footer .widget .wc-block-components-price-slider .wc-block-components-price-slider__range-input:focus::-webkit-slider-thumb{transform:scale(1.1)}#qodef-page-footer .widget .wc-block-components-price-slider .wc-block-components-price-slider__range-input:focus::-moz-range-thumb{transform:scale(1.1)}#qodef-page-footer .widget .wc-block-components-price-slider .wc-block-components-price-slider__range-input:focus::-ms-thumb{transform:scale(1.1)}#qodef-page-footer .widget .wc-block-components-price-slider .wc-block-components-price-slider__controls,#qodef-page-footer .widget .wc-block-components-price-slider .wc-block-components-price-slider__range-text{margin:20px 0 0 0}#qodef-page-footer .widget .wc-block-components-price-slider .wc-block-components-price-slider__controls input,#qodef-page-footer .widget .wc-block-components-price-slider .wc-block-components-price-slider__range-text input{margin:0}#qodef-page-footer .widget .wc-block-components-price-slider .wc-block-components-price-slider__controls span:first-child:after,#qodef-page-footer .widget .wc-block-components-price-slider .wc-block-components-price-slider__range-text span:first-child:after{content:"—";margin:0 4px}#qodef-page-footer .widget .wc-block-components-price-slider .wc-block-components-price-slider__actions{display:flex;flex-direction:row-reverse;margin:10px 0 0 0}#qodef-page-footer .widget .wc-block-components-price-slider .wc-block-components-price-slider__actions button{position:relative;display:inline-block;vertical-align:middle;width:auto;margin:0;font-family:"DM Sans",sans-serif;font-weight:500;line-height:2em;text-decoration:none;border-radius:0;outline:0;transition:color .2s ease-out,stroke .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;padding:3px 21px;font-size:14px;cursor:pointer;z-index:3;color:#fff;background-color:#000;border:1px solid transparent}#qodef-page-footer .widget .wc-block-components-price-slider .wc-block-components-price-slider__actions button:hover{color:#fff;background-color:#181818}#qodef-page-footer .widget.widget_product_categories select{width:100%;max-width:100%;margin:8.5px 0 0}#qodef-page-footer .widget.widget_product_categories .select2{margin-bottom:0}#qodef-page-footer .widget.widget_product_search .qodef-widget-title{margin-bottom:29.5px}#qodef-page-footer .widget.widget_product_search .qodef-search-form-inner{position:relative;display:inline-block;width:100%;vertical-align:top}#qodef-page-footer .widget.widget_product_search input{padding-right:50px;margin:0}#qodef-page-footer .widget.widget_product_search button{position:absolute;top:0;right:0;width:50px;height:100%;display:inline-flex;align-items:center;justify-content:center;padding:0;color:#000;background-color:transparent;border:0}#qodef-page-footer .widget.widget_product_search button:hover{color:#d83c27}#qodef-page-footer .widget.widget_product_search button svg{display:block;width:15px;height:auto;fill:none;stroke:currentColor}#qodef-page-footer .widget.widget_product_tag_cloud .tagcloud{font-size:0;line-height:0}#qodef-page-footer .widget.widget_product_tag_cloud .tagcloud a,#qodef-page-footer .widget.widget_product_tag_cloud .tagcloud span{position:relative;display:inline-block;vertical-align:top;margin:0 6px 11px 0;padding:0 10px;font-family:inherit;font-size:14px!important;line-height:20px!important;font-weight:inherit;letter-spacing:inherit;text-transform:capitalize;border:1px solid #ccc;border-radius:20px;color:#ccc;background-image:linear-gradient(to top,#ccc 100%,transparent 100%);background-position:0 0;transition:background-size .35s cubic-bezier(.16,.48,.36,1),color .2s ease-out;background-repeat:no-repeat;background-size:0 100%;background-position-x:100%}#qodef-page-footer .widget.widget_product_tag_cloud .tagcloud a:hover,#qodef-page-footer .widget.widget_product_tag_cloud .tagcloud span:hover{color:inherit;background-size:100% 100%;background-position-x:0}#qodef-page-footer .widget.widget_product_tag_cloud .tagcloud a.qodef-long-underline-animation,#qodef-page-footer .widget.widget_product_tag_cloud .tagcloud span.qodef-long-underline-animation{transition-duration:.5s}#qodef-page-footer .widget.widget_product_tag_cloud .tagcloud a.qodef-very-long-underline-animation,#qodef-page-footer .widget.widget_product_tag_cloud .tagcloud span.qodef-very-long-underline-animation{transition-duration:.75s}#qodef-page-footer .widget.widget_product_tag_cloud .tagcloud a:hover,#qodef-page-footer .widget.widget_product_tag_cloud .tagcloud span:hover{color:#fff}#qodef-page-footer .widget.widget_product_tag_cloud .tagcloud span{border:1px solid transparent;padding:0}#qodef-page-footer .widget.widget_products ul li,#qodef-page-footer .widget.widget_recently_viewed_products ul li,#qodef-page-footer .widget.widget_top_rated_products ul li{position:relative;display:flex;margin-bottom:20px}#qodef-page-footer .widget.widget_products ul li:last-child,#qodef-page-footer .widget.widget_recently_viewed_products ul li:last-child,#qodef-page-footer .widget.widget_top_rated_products ul li:last-child{margin-bottom:0}#qodef-page-footer .widget.widget_products .qodef-woo-product-image,#qodef-page-footer .widget.widget_recently_viewed_products .qodef-woo-product-image,#qodef-page-footer .widget.widget_top_rated_products .qodef-woo-product-image{flex-shrink:0;margin-right:20px}#qodef-page-footer .widget.widget_products .qodef-woo-product-image a,#qodef-page-footer .widget.widget_products .qodef-woo-product-image img,#qodef-page-footer .widget.widget_recently_viewed_products .qodef-woo-product-image a,#qodef-page-footer .widget.widget_recently_viewed_products .qodef-woo-product-image img,#qodef-page-footer .widget.widget_top_rated_products .qodef-woo-product-image a,#qodef-page-footer .widget.widget_top_rated_products .qodef-woo-product-image img{position:relative;display:block}#qodef-page-footer .widget.widget_products .qodef-woo-product-image img,#qodef-page-footer .widget.widget_recently_viewed_products .qodef-woo-product-image img,#qodef-page-footer .widget.widget_top_rated_products .qodef-woo-product-image img{width:80px}#qodef-page-footer .widget.widget_products .qodef-woo-product-title a,#qodef-page-footer .widget.widget_recently_viewed_products .qodef-woo-product-title a,#qodef-page-footer .widget.widget_top_rated_products .qodef-woo-product-title a{color:inherit}#qodef-page-footer .widget.widget_products .qodef-woo-ratings,#qodef-page-footer .widget.widget_recently_viewed_products .qodef-woo-ratings,#qodef-page-footer .widget.widget_top_rated_products .qodef-woo-ratings{margin-top:10px}#qodef-page-footer .widget.widget_recent_reviews ul li{min-height:80px;margin-bottom:20px}#qodef-page-footer .widget.widget_recent_reviews ul li:last-child{margin-bottom:0}#qodef-page-footer .widget.widget_recent_reviews ul li>*{display:block;padding-left:100px}#qodef-page-footer .widget.widget_recent_reviews a{position:relative;color:#000;font-size:18px;font-weight:500}#qodef-page-footer .widget.widget_recent_reviews a:hover{color:#d83c27}#qodef-page-footer .widget.widget_recent_reviews a img{position:absolute;top:0;left:0;width:80px}#qodef-page-footer .widget.widget_recent_reviews .qodef-woo-ratings{margin-top:5px}@media only screen and (max-width:1200px){.qodef-content-grid{width:960px}.qodef--boxed .qodef-content-grid{width:calc(960px + 60px)}}@media only screen and (max-width:1024px){.qodef-content-grid{width:768px}.qodef--boxed .qodef-content-grid{width:calc(768px + 60px)}}@media only screen and (max-width:800px){.qodef-content-grid{width:86%}.qodef--boxed .qodef-content-grid{width:calc(86% + 60px)}}@media only screen and (max-width:480px){.qodef-content-grid{width:82%}.qodef--boxed .qodef-content-grid{width:calc(82% + 60px)}}@media only screen and (max-width:1440px){.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:20%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(5n+1){clear:both;border-left:0}}@media only screen and (max-width:1440px){.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:20%}.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:40%}}@media only screen and (max-width:1366px){.qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:25%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(4n+1){clear:both;border-left:0}}@media only screen and (max-width:1366px){.qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:25%}.qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:50%}.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:25%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(4n+1){clear:both;border-left:0}}@media only screen and (max-width:1366px){.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:25%}.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:50%}.qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:25%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(4n+1){clear:both;border-left:0}}@media only screen and (max-width:1366px){.qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:25%}.qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:50%}.qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:25%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(4n+1){clear:both;border-left:0}}@media only screen and (max-width:1366px){.qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:25%}.qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:50%}}@media only screen and (max-width:1024px){.qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:33.3333333333%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(3n+1){clear:both;border-left:0}}@media only screen and (max-width:1024px){.qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:33.3333333333%}.qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:66.6666666667%}.qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:33.3333333333%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(3n+1){clear:both;border-left:0}}@media only screen and (max-width:1024px){.qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:33.3333333333%}.qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:66.6666666667%}.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:25%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(4n+1){clear:both;border-left:0}}@media only screen and (max-width:1024px){.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:25%}.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:50%}.qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:25%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(4n+1){clear:both;border-left:0}}@media only screen and (max-width:1024px){.qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:25%}.qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:50%}.qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:25%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(4n+1){clear:both;border-left:0}}@media only screen and (max-width:1024px){.qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:25%}.qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:50%}}@media only screen and (max-width:768px){.qodef-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:50%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(2n+1){clear:both;border-left:0}}@media only screen and (max-width:768px){.qodef-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:50%}.qodef-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:100%}.qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:50%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(2n+1){clear:both;border-left:0}}@media only screen and (max-width:768px){.qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:50%}.qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:100%}.qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:50%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(2n+1){clear:both;border-left:0}}@media only screen and (max-width:768px){.qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:50%}.qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:100%}.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:33.3333333333%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(3n+1){clear:both;border-left:0}}@media only screen and (max-width:768px){.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:33.3333333333%}.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:66.6666666667%}.qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:33.3333333333%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(3n+1){clear:both;border-left:0}}@media only screen and (max-width:768px){.qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:33.3333333333%}.qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:66.6666666667%}.qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:33.3333333333%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(3n+1){clear:both;border-left:0}}@media only screen and (max-width:768px){.qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:33.3333333333%}.qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:66.6666666667%}}@media only screen and (max-width:680px){.qodef-grid.qodef-responsive--predefined.qodef-col-num--2.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:100%}.qodef-grid.qodef-responsive--predefined.qodef-col-num--2.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--predefined.qodef-col-num--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:100%}.qodef-grid.qodef-responsive--predefined.qodef-col-num--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--predefined.qodef-col-num--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:100%}.qodef-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:100%}.qodef-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:100%}.qodef-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:100%}.qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:100%}.qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:100%}.qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:100%}.qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:100%}.qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:100%}.qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:100%}.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:100%}.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:100%}.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:100%}.qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:50%}.qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:50%}.qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:100%}.qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:50%}.qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:50%}.qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:100%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-12{width:100%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-11{width:91.6666666667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-10{width:83.3333333333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-9{width:75%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-8{width:66.6666666667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-7{width:58.3333333333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-6{width:50%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-5{width:41.6666666667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-4{width:33.3333333333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-3{width:25%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-2{width:16.6666666667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-1{width:8.3333333333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:100%}}@media only screen and (max-width:1366px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:100%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:100%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-12{width:100%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-11{width:91.6666666667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-10{width:83.3333333333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-9{width:75%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-8{width:66.6666666667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-7{width:58.3333333333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-6{width:50%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-5{width:41.6666666667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-4{width:33.3333333333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-3{width:25%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-2{width:16.6666666667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-1{width:8.3333333333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:50%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(2n+1){clear:both;border-left:0}}@media only screen and (max-width:1366px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:50%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:100%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-12{width:100%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-11{width:91.6666666667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-10{width:83.3333333333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-9{width:75%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-8{width:66.6666666667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-7{width:58.3333333333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-6{width:50%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-5{width:41.6666666667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-4{width:33.3333333333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-3{width:25%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-2{width:16.6666666667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-1{width:8.3333333333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:33.3333333333%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(3n+1){clear:both;border-left:0}}@media only screen and (max-width:1366px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:33.3333333333%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:66.6666666667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-12{width:100%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-11{width:91.6666666667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-10{width:83.3333333333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-9{width:75%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-8{width:66.6666666667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-7{width:58.3333333333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-6{width:50%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-5{width:41.6666666667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-4{width:33.3333333333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-3{width:25%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-2{width:16.6666666667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-1{width:8.3333333333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:25%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(4n+1){clear:both;border-left:0}}@media only screen and (max-width:1366px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:25%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:50%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-12{width:100%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-11{width:91.6666666667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-10{width:83.3333333333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-9{width:75%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-8{width:66.6666666667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-7{width:58.3333333333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-6{width:50%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-5{width:41.6666666667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-4{width:33.3333333333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-3{width:25%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-2{width:16.6666666667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-1{width:8.3333333333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:20%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(5n+1){clear:both;border-left:0}}@media only screen and (max-width:1366px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:20%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:40%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-12{width:100%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-11{width:91.6666666667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-10{width:83.3333333333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-9{width:75%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-8{width:66.6666666667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-7{width:58.3333333333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-6{width:50%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-5{width:41.6666666667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-4{width:33.3333333333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-3{width:25%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-2{width:16.6666666667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-1{width:8.3333333333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:16.6666666667%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(6n+1){clear:both;border-left:0}}@media only screen and (max-width:1366px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:16.6666666667%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:33.3333333333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-12{width:100%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-11{width:91.6666666667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-10{width:83.3333333333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-9{width:75%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-8{width:66.6666666667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-7{width:58.3333333333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-6{width:50%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-5{width:41.6666666667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-4{width:33.3333333333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-3{width:25%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-2{width:16.6666666667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-1{width:8.3333333333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:14.2857142857%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(7n+1){clear:both;border-left:0}}@media only screen and (max-width:1366px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:14.2857142857%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:28.5714285714%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-12{width:100%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-11{width:91.6666666667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-10{width:83.3333333333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-9{width:75%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-8{width:66.6666666667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-7{width:58.3333333333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-6{width:50%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-5{width:41.6666666667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-4{width:33.3333333333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-3{width:25%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-2{width:16.6666666667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-1{width:8.3333333333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:12.5%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(8n+1){clear:both;border-left:0}}@media only screen and (max-width:1366px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:12.5%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:25%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-12{width:100%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-11{width:91.6666666667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-10{width:83.3333333333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-9{width:75%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-8{width:66.6666666667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-7{width:58.3333333333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-6{width:50%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-5{width:41.6666666667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-4{width:33.3333333333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-3{width:25%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-2{width:16.6666666667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-1{width:8.3333333333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:100%}}@media only screen and (max-width:1366px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:100%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:100%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-12{width:100%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-11{width:91.6666666667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-10{width:83.3333333333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-9{width:75%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-8{width:66.6666666667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-7{width:58.3333333333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-6{width:50%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-5{width:41.6666666667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-4{width:33.3333333333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-3{width:25%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-2{width:16.6666666667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-1{width:8.3333333333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:50%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(2n+1){clear:both;border-left:0}}@media only screen and (max-width:1366px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:50%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:100%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-12{width:100%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-11{width:91.6666666667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-10{width:83.3333333333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-9{width:75%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-8{width:66.6666666667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-7{width:58.3333333333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-6{width:50%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-5{width:41.6666666667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-4{width:33.3333333333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-3{width:25%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-2{width:16.6666666667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-1{width:8.3333333333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:33.3333333333%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(3n+1){clear:both;border-left:0}}@media only screen and (max-width:1366px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:33.3333333333%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:66.6666666667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-12{width:100%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-11{width:91.6666666667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-10{width:83.3333333333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-9{width:75%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-8{width:66.6666666667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-7{width:58.3333333333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-6{width:50%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-5{width:41.6666666667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-4{width:33.3333333333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-3{width:25%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-2{width:16.6666666667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-1{width:8.3333333333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:25%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(4n+1){clear:both;border-left:0}}@media only screen and (max-width:1366px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:25%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:50%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-12{width:100%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-11{width:91.6666666667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-10{width:83.3333333333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-9{width:75%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-8{width:66.6666666667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-7{width:58.3333333333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-6{width:50%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-5{width:41.6666666667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-4{width:33.3333333333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-3{width:25%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-2{width:16.6666666667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-1{width:8.3333333333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:20%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(5n+1){clear:both;border-left:0}}@media only screen and (max-width:1366px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:20%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:40%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-12{width:100%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-11{width:91.6666666667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-10{width:83.3333333333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-9{width:75%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-8{width:66.6666666667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-7{width:58.3333333333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-6{width:50%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-5{width:41.6666666667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-4{width:33.3333333333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-3{width:25%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-2{width:16.6666666667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-1{width:8.3333333333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:16.6666666667%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(6n+1){clear:both;border-left:0}}@media only screen and (max-width:1366px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:16.6666666667%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:33.3333333333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-12{width:100%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-11{width:91.6666666667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-10{width:83.3333333333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-9{width:75%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-8{width:66.6666666667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-7{width:58.3333333333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-6{width:50%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-5{width:41.6666666667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-4{width:33.3333333333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-3{width:25%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-2{width:16.6666666667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-1{width:8.3333333333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:14.2857142857%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(7n+1){clear:both;border-left:0}}@media only screen and (max-width:1366px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:14.2857142857%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:28.5714285714%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-12{width:100%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-11{width:91.6666666667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-10{width:83.3333333333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-9{width:75%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-8{width:66.6666666667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-7{width:58.3333333333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-6{width:50%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-5{width:41.6666666667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-4{width:33.3333333333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-3{width:25%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-2{width:16.6666666667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-1{width:8.3333333333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:12.5%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(8n+1){clear:both;border-left:0}}@media only screen and (max-width:1366px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:12.5%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:25%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-12{width:100%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-11{width:91.6666666667%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-10{width:83.3333333333%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-9{width:75%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-8{width:66.6666666667%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-7{width:58.3333333333%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-6{width:50%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-5{width:41.6666666667%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-4{width:33.3333333333%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-3{width:25%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-2{width:16.6666666667%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-1{width:8.3333333333%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--1.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:100%}}@media only screen and (max-width:1440px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--1.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:100%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:100%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-12{width:100%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-11{width:91.6666666667%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-10{width:83.3333333333%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-9{width:75%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-8{width:66.6666666667%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-7{width:58.3333333333%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-6{width:50%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-5{width:41.6666666667%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-4{width:33.3333333333%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-3{width:25%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-2{width:16.6666666667%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-1{width:8.3333333333%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:50%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(2n+1){clear:both;border-left:0}}@media only screen and (max-width:1440px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:50%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:100%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-12{width:100%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-11{width:91.6666666667%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-10{width:83.3333333333%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-9{width:75%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-8{width:66.6666666667%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-7{width:58.3333333333%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-6{width:50%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-5{width:41.6666666667%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-4{width:33.3333333333%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-3{width:25%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-2{width:16.6666666667%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-1{width:8.3333333333%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:33.3333333333%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(3n+1){clear:both;border-left:0}}@media only screen and (max-width:1440px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:33.3333333333%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:66.6666666667%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-12{width:100%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-11{width:91.6666666667%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-10{width:83.3333333333%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-9{width:75%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-8{width:66.6666666667%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-7{width:58.3333333333%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-6{width:50%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-5{width:41.6666666667%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-4{width:33.3333333333%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-3{width:25%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-2{width:16.6666666667%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-1{width:8.3333333333%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:25%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(4n+1){clear:both;border-left:0}}@media only screen and (max-width:1440px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:25%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:50%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-12{width:100%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-11{width:91.6666666667%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-10{width:83.3333333333%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-9{width:75%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-8{width:66.6666666667%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-7{width:58.3333333333%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-6{width:50%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-5{width:41.6666666667%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-4{width:33.3333333333%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-3{width:25%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-2{width:16.6666666667%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-1{width:8.3333333333%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:20%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(5n+1){clear:both;border-left:0}}@media only screen and (max-width:1440px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:20%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:40%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-12{width:100%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-11{width:91.6666666667%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-10{width:83.3333333333%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-9{width:75%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-8{width:66.6666666667%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-7{width:58.3333333333%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-6{width:50%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-5{width:41.6666666667%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-4{width:33.3333333333%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-3{width:25%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-2{width:16.6666666667%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-1{width:8.3333333333%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:16.6666666667%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(6n+1){clear:both;border-left:0}}@media only screen and (max-width:1440px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:16.6666666667%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:33.3333333333%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-12{width:100%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-11{width:91.6666666667%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-10{width:83.3333333333%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-9{width:75%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-8{width:66.6666666667%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-7{width:58.3333333333%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-6{width:50%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-5{width:41.6666666667%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-4{width:33.3333333333%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-3{width:25%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-2{width:16.6666666667%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-1{width:8.3333333333%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:14.2857142857%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(7n+1){clear:both;border-left:0}}@media only screen and (max-width:1440px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:14.2857142857%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:28.5714285714%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-12{width:100%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-11{width:91.6666666667%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-10{width:83.3333333333%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-9{width:75%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-8{width:66.6666666667%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-7{width:58.3333333333%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-6{width:50%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-5{width:41.6666666667%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-4{width:33.3333333333%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-3{width:25%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-2{width:16.6666666667%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-1{width:8.3333333333%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:12.5%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(8n+1){clear:both;border-left:0}}@media only screen and (max-width:1440px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:12.5%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:25%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-12{width:100%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-11{width:91.6666666667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-10{width:83.3333333333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-9{width:75%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-8{width:66.6666666667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-7{width:58.3333333333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-6{width:50%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-5{width:41.6666666667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-4{width:33.3333333333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-3{width:25%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-2{width:16.6666666667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-1{width:8.3333333333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:100%}}@media only screen and (max-width:1366px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:100%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:100%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-12{width:100%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-11{width:91.6666666667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-10{width:83.3333333333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-9{width:75%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-8{width:66.6666666667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-7{width:58.3333333333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-6{width:50%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-5{width:41.6666666667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-4{width:33.3333333333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-3{width:25%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-2{width:16.6666666667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-1{width:8.3333333333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:50%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(2n+1){clear:both;border-left:0}}@media only screen and (max-width:1366px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:50%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:100%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-12{width:100%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-11{width:91.6666666667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-10{width:83.3333333333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-9{width:75%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-8{width:66.6666666667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-7{width:58.3333333333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-6{width:50%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-5{width:41.6666666667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-4{width:33.3333333333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-3{width:25%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-2{width:16.6666666667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-1{width:8.3333333333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:33.3333333333%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(3n+1){clear:both;border-left:0}}@media only screen and (max-width:1366px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:33.3333333333%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:66.6666666667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-12{width:100%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-11{width:91.6666666667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-10{width:83.3333333333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-9{width:75%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-8{width:66.6666666667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-7{width:58.3333333333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-6{width:50%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-5{width:41.6666666667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-4{width:33.3333333333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-3{width:25%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-2{width:16.6666666667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-1{width:8.3333333333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:25%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(4n+1){clear:both;border-left:0}}@media only screen and (max-width:1366px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:25%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:50%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-12{width:100%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-11{width:91.6666666667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-10{width:83.3333333333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-9{width:75%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-8{width:66.6666666667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-7{width:58.3333333333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-6{width:50%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-5{width:41.6666666667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-4{width:33.3333333333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-3{width:25%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-2{width:16.6666666667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-1{width:8.3333333333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:20%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(5n+1){clear:both;border-left:0}}@media only screen and (max-width:1366px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:20%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:40%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-12{width:100%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-11{width:91.6666666667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-10{width:83.3333333333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-9{width:75%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-8{width:66.6666666667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-7{width:58.3333333333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-6{width:50%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-5{width:41.6666666667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-4{width:33.3333333333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-3{width:25%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-2{width:16.6666666667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-1{width:8.3333333333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:16.6666666667%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(6n+1){clear:both;border-left:0}}@media only screen and (max-width:1366px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:16.6666666667%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:33.3333333333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-12{width:100%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-11{width:91.6666666667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-10{width:83.3333333333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-9{width:75%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-8{width:66.6666666667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-7{width:58.3333333333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-6{width:50%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-5{width:41.6666666667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-4{width:33.3333333333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-3{width:25%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-2{width:16.6666666667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-1{width:8.3333333333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:14.2857142857%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(7n+1){clear:both;border-left:0}}@media only screen and (max-width:1366px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:14.2857142857%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:28.5714285714%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-12{width:100%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-11{width:91.6666666667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-10{width:83.3333333333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-9{width:75%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-8{width:66.6666666667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-7{width:58.3333333333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-6{width:50%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-5{width:41.6666666667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-4{width:33.3333333333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-3{width:25%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-2{width:16.6666666667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-1{width:8.3333333333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:12.5%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(8n+1){clear:both;border-left:0}}@media only screen and (max-width:1366px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:12.5%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:25%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-12{width:100%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-11{width:91.6666666667%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-10{width:83.3333333333%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-9{width:75%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-8{width:66.6666666667%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-7{width:58.3333333333%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-6{width:50%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-5{width:41.6666666667%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-4{width:33.3333333333%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-3{width:25%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-2{width:16.6666666667%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-1{width:8.3333333333%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--1.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:100%}}@media only screen and (max-width:1024px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--1.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:100%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:100%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-12{width:100%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-11{width:91.6666666667%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-10{width:83.3333333333%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-9{width:75%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-8{width:66.6666666667%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-7{width:58.3333333333%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-6{width:50%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-5{width:41.6666666667%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-4{width:33.3333333333%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-3{width:25%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-2{width:16.6666666667%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-1{width:8.3333333333%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:50%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(2n+1){clear:both;border-left:0}}@media only screen and (max-width:1024px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:50%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:100%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-12{width:100%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-11{width:91.6666666667%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-10{width:83.3333333333%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-9{width:75%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-8{width:66.6666666667%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-7{width:58.3333333333%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-6{width:50%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-5{width:41.6666666667%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-4{width:33.3333333333%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-3{width:25%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-2{width:16.6666666667%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-1{width:8.3333333333%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:33.3333333333%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(3n+1){clear:both;border-left:0}}@media only screen and (max-width:1024px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:33.3333333333%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:66.6666666667%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-12{width:100%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-11{width:91.6666666667%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-10{width:83.3333333333%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-9{width:75%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-8{width:66.6666666667%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-7{width:58.3333333333%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-6{width:50%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-5{width:41.6666666667%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-4{width:33.3333333333%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-3{width:25%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-2{width:16.6666666667%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-1{width:8.3333333333%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:25%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(4n+1){clear:both;border-left:0}}@media only screen and (max-width:1024px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:25%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:50%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-12{width:100%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-11{width:91.6666666667%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-10{width:83.3333333333%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-9{width:75%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-8{width:66.6666666667%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-7{width:58.3333333333%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-6{width:50%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-5{width:41.6666666667%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-4{width:33.3333333333%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-3{width:25%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-2{width:16.6666666667%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-1{width:8.3333333333%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:20%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(5n+1){clear:both;border-left:0}}@media only screen and (max-width:1024px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:20%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:40%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-12{width:100%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-11{width:91.6666666667%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-10{width:83.3333333333%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-9{width:75%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-8{width:66.6666666667%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-7{width:58.3333333333%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-6{width:50%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-5{width:41.6666666667%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-4{width:33.3333333333%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-3{width:25%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-2{width:16.6666666667%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-1{width:8.3333333333%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:16.6666666667%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(6n+1){clear:both;border-left:0}}@media only screen and (max-width:1024px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:16.6666666667%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:33.3333333333%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-12{width:100%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-11{width:91.6666666667%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-10{width:83.3333333333%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-9{width:75%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-8{width:66.6666666667%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-7{width:58.3333333333%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-6{width:50%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-5{width:41.6666666667%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-4{width:33.3333333333%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-3{width:25%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-2{width:16.6666666667%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-1{width:8.3333333333%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:14.2857142857%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(7n+1){clear:both;border-left:0}}@media only screen and (max-width:1024px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:14.2857142857%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:28.5714285714%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-12{width:100%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-11{width:91.6666666667%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-10{width:83.3333333333%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-9{width:75%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-8{width:66.6666666667%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-7{width:58.3333333333%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-6{width:50%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-5{width:41.6666666667%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-4{width:33.3333333333%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-3{width:25%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-2{width:16.6666666667%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-1{width:8.3333333333%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:12.5%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(8n+1){clear:both;border-left:0}}@media only screen and (max-width:1024px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:12.5%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:25%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-12{width:100%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-11{width:91.6666666667%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-10{width:83.3333333333%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-9{width:75%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-8{width:66.6666666667%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-7{width:58.3333333333%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-6{width:50%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-5{width:41.6666666667%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-4{width:33.3333333333%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-3{width:25%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-2{width:16.6666666667%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-1{width:8.3333333333%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-col-num--768--1.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:100%}}@media only screen and (max-width:768px){.qodef-grid.qodef-responsive--custom.qodef-col-num--768--1.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--768--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:100%}.qodef-grid.qodef-responsive--custom.qodef-col-num--768--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--768--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:100%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-12{width:100%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-11{width:91.6666666667%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-10{width:83.3333333333%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-9{width:75%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-8{width:66.6666666667%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-7{width:58.3333333333%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-6{width:50%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-5{width:41.6666666667%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-4{width:33.3333333333%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-3{width:25%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-2{width:16.6666666667%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-1{width:8.3333333333%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:50%}.qodef-grid.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(2n+1){clear:both;border-left:0}}@media only screen and (max-width:768px){.qodef-grid.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:50%}.qodef-grid.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:100%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-12{width:100%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-11{width:91.6666666667%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-10{width:83.3333333333%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-9{width:75%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-8{width:66.6666666667%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-7{width:58.3333333333%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-6{width:50%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-5{width:41.6666666667%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-4{width:33.3333333333%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-3{width:25%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-2{width:16.6666666667%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-1{width:8.3333333333%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:33.3333333333%}.qodef-grid.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(3n+1){clear:both;border-left:0}}@media only screen and (max-width:768px){.qodef-grid.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:33.3333333333%}.qodef-grid.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:66.6666666667%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-12{width:100%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-11{width:91.6666666667%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-10{width:83.3333333333%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-9{width:75%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-8{width:66.6666666667%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-7{width:58.3333333333%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-6{width:50%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-5{width:41.6666666667%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-4{width:33.3333333333%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-3{width:25%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-2{width:16.6666666667%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-1{width:8.3333333333%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:25%}.qodef-grid.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(4n+1){clear:both;border-left:0}}@media only screen and (max-width:768px){.qodef-grid.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:25%}.qodef-grid.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:50%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-12{width:100%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-11{width:91.6666666667%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-10{width:83.3333333333%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-9{width:75%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-8{width:66.6666666667%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-7{width:58.3333333333%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-6{width:50%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-5{width:41.6666666667%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-4{width:33.3333333333%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-3{width:25%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-2{width:16.6666666667%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-1{width:8.3333333333%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:20%}.qodef-grid.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(5n+1){clear:both;border-left:0}}@media only screen and (max-width:768px){.qodef-grid.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:20%}.qodef-grid.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:40%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-12{width:100%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-11{width:91.6666666667%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-10{width:83.3333333333%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-9{width:75%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-8{width:66.6666666667%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-7{width:58.3333333333%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-6{width:50%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-5{width:41.6666666667%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-4{width:33.3333333333%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-3{width:25%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-2{width:16.6666666667%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-1{width:8.3333333333%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:16.6666666667%}.qodef-grid.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(6n+1){clear:both;border-left:0}}@media only screen and (max-width:768px){.qodef-grid.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:16.6666666667%}.qodef-grid.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:33.3333333333%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-12{width:100%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-11{width:91.6666666667%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-10{width:83.3333333333%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-9{width:75%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-8{width:66.6666666667%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-7{width:58.3333333333%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-6{width:50%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-5{width:41.6666666667%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-4{width:33.3333333333%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-3{width:25%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-2{width:16.6666666667%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-1{width:8.3333333333%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:14.2857142857%}.qodef-grid.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(7n+1){clear:both;border-left:0}}@media only screen and (max-width:768px){.qodef-grid.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:14.2857142857%}.qodef-grid.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:28.5714285714%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-12{width:100%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-11{width:91.6666666667%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-10{width:83.3333333333%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-9{width:75%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-8{width:66.6666666667%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-7{width:58.3333333333%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-6{width:50%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-5{width:41.6666666667%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-4{width:33.3333333333%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-3{width:25%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-2{width:16.6666666667%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-1{width:8.3333333333%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:12.5%}.qodef-grid.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(8n+1){clear:both;border-left:0}}@media only screen and (max-width:768px){.qodef-grid.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:12.5%}.qodef-grid.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:25%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-12{width:100%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-11{width:91.6666666667%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-10{width:83.3333333333%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-9{width:75%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-8{width:66.6666666667%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-7{width:58.3333333333%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-6{width:50%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-5{width:41.6666666667%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-4{width:33.3333333333%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-3{width:25%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-2{width:16.6666666667%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-1{width:8.3333333333%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-col-num--680--1.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:100%}}@media only screen and (max-width:680px){.qodef-grid.qodef-responsive--custom.qodef-col-num--680--1.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--680--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:100%}.qodef-grid.qodef-responsive--custom.qodef-col-num--680--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--680--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:100%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-12{width:100%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-11{width:91.6666666667%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-10{width:83.3333333333%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-9{width:75%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-8{width:66.6666666667%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-7{width:58.3333333333%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-6{width:50%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-5{width:41.6666666667%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-4{width:33.3333333333%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-3{width:25%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-2{width:16.6666666667%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-1{width:8.3333333333%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:50%}.qodef-grid.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(2n+1){clear:both;border-left:0}}@media only screen and (max-width:680px){.qodef-grid.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:50%}.qodef-grid.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:100%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-12{width:100%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-11{width:91.6666666667%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-10{width:83.3333333333%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-9{width:75%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-8{width:66.6666666667%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-7{width:58.3333333333%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-6{width:50%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-5{width:41.6666666667%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-4{width:33.3333333333%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-3{width:25%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-2{width:16.6666666667%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-1{width:8.3333333333%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:33.3333333333%}.qodef-grid.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(3n+1){clear:both;border-left:0}}@media only screen and (max-width:680px){.qodef-grid.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:33.3333333333%}.qodef-grid.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:66.6666666667%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-12{width:100%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-11{width:91.6666666667%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-10{width:83.3333333333%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-9{width:75%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-8{width:66.6666666667%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-7{width:58.3333333333%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-6{width:50%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-5{width:41.6666666667%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-4{width:33.3333333333%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-3{width:25%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-2{width:16.6666666667%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-1{width:8.3333333333%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:25%}.qodef-grid.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(4n+1){clear:both;border-left:0}}@media only screen and (max-width:680px){.qodef-grid.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:25%}.qodef-grid.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:50%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-12{width:100%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-11{width:91.6666666667%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-10{width:83.3333333333%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-9{width:75%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-8{width:66.6666666667%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-7{width:58.3333333333%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-6{width:50%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-5{width:41.6666666667%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-4{width:33.3333333333%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-3{width:25%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-2{width:16.6666666667%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-1{width:8.3333333333%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:20%}.qodef-grid.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(5n+1){clear:both;border-left:0}}@media only screen and (max-width:680px){.qodef-grid.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:20%}.qodef-grid.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:40%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-12{width:100%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-11{width:91.6666666667%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-10{width:83.3333333333%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-9{width:75%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-8{width:66.6666666667%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-7{width:58.3333333333%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-6{width:50%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-5{width:41.6666666667%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-4{width:33.3333333333%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-3{width:25%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-2{width:16.6666666667%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-1{width:8.3333333333%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:16.6666666667%}.qodef-grid.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(6n+1){clear:both;border-left:0}}@media only screen and (max-width:680px){.qodef-grid.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:16.6666666667%}.qodef-grid.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:33.3333333333%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-12{width:100%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-11{width:91.6666666667%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-10{width:83.3333333333%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-9{width:75%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-8{width:66.6666666667%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-7{width:58.3333333333%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-6{width:50%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-5{width:41.6666666667%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-4{width:33.3333333333%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-3{width:25%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-2{width:16.6666666667%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-1{width:8.3333333333%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:14.2857142857%}.qodef-grid.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(7n+1){clear:both;border-left:0}}@media only screen and (max-width:680px){.qodef-grid.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:14.2857142857%}.qodef-grid.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:28.5714285714%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-12{width:100%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-11{width:91.6666666667%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-10{width:83.3333333333%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-9{width:75%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-8{width:66.6666666667%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-7{width:58.3333333333%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-6{width:50%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-5{width:41.6666666667%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-4{width:33.3333333333%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-3{width:25%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-2{width:16.6666666667%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-1{width:8.3333333333%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:12.5%}.qodef-grid.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(8n+1){clear:both;border-left:0}}@media only screen and (max-width:680px){.qodef-grid.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:12.5%}.qodef-grid.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:25%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-12{width:100%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-11{width:91.6666666667%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-10{width:83.3333333333%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-9{width:75%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-8{width:66.6666666667%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-7{width:58.3333333333%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-6{width:50%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-5{width:41.6666666667%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-4{width:33.3333333333%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-3{width:25%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-2{width:16.6666666667%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-1{width:8.3333333333%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-col-num--480--1.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:100%}}@media only screen and (max-width:480px){.qodef-grid.qodef-responsive--custom.qodef-col-num--480--1.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--480--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:100%}.qodef-grid.qodef-responsive--custom.qodef-col-num--480--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--480--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:100%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-12{width:100%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-11{width:91.6666666667%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-10{width:83.3333333333%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-9{width:75%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-8{width:66.6666666667%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-7{width:58.3333333333%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-6{width:50%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-5{width:41.6666666667%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-4{width:33.3333333333%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-3{width:25%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-2{width:16.6666666667%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-1{width:8.3333333333%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-col-num--480--2.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:50%}}@media only screen and (max-width:480px){.qodef-grid.qodef-responsive--custom.qodef-col-num--480--2.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--480--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:50%}.qodef-grid.qodef-responsive--custom.qodef-col-num--480--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--480--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:100%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-12{width:100%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-11{width:91.6666666667%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-10{width:83.3333333333%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-9{width:75%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-8{width:66.6666666667%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-7{width:58.3333333333%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-6{width:50%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-5{width:41.6666666667%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-4{width:33.3333333333%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-3{width:25%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-2{width:16.6666666667%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-1{width:8.3333333333%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-col-num--480--3.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:33.3333333333%}}@media only screen and (max-width:480px){.qodef-grid.qodef-responsive--custom.qodef-col-num--480--3.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--480--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:33.3333333333%}.qodef-grid.qodef-responsive--custom.qodef-col-num--480--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--480--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:66.6666666667%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-12{width:100%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-11{width:91.6666666667%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-10{width:83.3333333333%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-9{width:75%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-8{width:66.6666666667%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-7{width:58.3333333333%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-6{width:50%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-5{width:41.6666666667%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-4{width:33.3333333333%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-3{width:25%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-2{width:16.6666666667%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-1{width:8.3333333333%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-col-num--480--4.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:25%}}@media only screen and (max-width:480px){.qodef-grid.qodef-responsive--custom.qodef-col-num--480--4.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--480--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:25%}.qodef-grid.qodef-responsive--custom.qodef-col-num--480--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--480--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:50%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-12{width:100%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-11{width:91.6666666667%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-10{width:83.3333333333%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-9{width:75%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-8{width:66.6666666667%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-7{width:58.3333333333%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-6{width:50%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-5{width:41.6666666667%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-4{width:33.3333333333%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-3{width:25%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-2{width:16.6666666667%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-1{width:8.3333333333%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:20%}}@media only screen and (max-width:480px){.qodef-grid.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:20%}.qodef-grid.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:40%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-12{width:100%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-11{width:91.6666666667%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-10{width:83.3333333333%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-9{width:75%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-8{width:66.6666666667%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-7{width:58.3333333333%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-6{width:50%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-5{width:41.6666666667%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-4{width:33.3333333333%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-3{width:25%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-2{width:16.6666666667%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-1{width:8.3333333333%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:16.6666666667%}}@media only screen and (max-width:480px){.qodef-grid.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:16.6666666667%}.qodef-grid.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:33.3333333333%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-12{width:100%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-11{width:91.6666666667%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-10{width:83.3333333333%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-9{width:75%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-8{width:66.6666666667%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-7{width:58.3333333333%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-6{width:50%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-5{width:41.6666666667%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-4{width:33.3333333333%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-3{width:25%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-2{width:16.6666666667%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-1{width:8.3333333333%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:14.2857142857%}}@media only screen and (max-width:480px){.qodef-grid.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:14.2857142857%}.qodef-grid.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:28.5714285714%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-12{width:100%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-11{width:91.6666666667%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-10{width:83.3333333333%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-9{width:75%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-8{width:66.6666666667%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-7{width:58.3333333333%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-6{width:50%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-5{width:41.6666666667%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-4{width:33.3333333333%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-3{width:25%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-2{width:16.6666666667%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-1{width:8.3333333333%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:12.5%}}@media only screen and (max-width:480px){.qodef-grid.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:12.5%}.qodef-grid.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:25%}}@media only screen and (max-width:1440px){.qodef-grid.qodef-gutter--huge.qodef--no-bottom-space{margin-bottom:-70px}.qodef-grid.qodef-gutter--huge.qodef--no-bottom-space.qodef-enable-borders{margin-bottom:-35px}.qodef-grid.qodef-gutter--huge>.qodef-grid-inner{margin:0 -35px}.qodef-grid.qodef-gutter--huge>.qodef-grid-inner>.qodef-grid-item{padding:0 35px;margin:0 0 70px}.qodef-grid.qodef-gutter--huge.qodef-enable-borders>.qodef-grid-inner>.qodef-grid-item{padding:0 35px;margin:0 0 35px}.qodef-grid.qodef-gutter--extra.qodef--no-bottom-space{margin-bottom:-100px}.qodef-grid.qodef-gutter--extra.qodef--no-bottom-space.qodef-enable-borders{margin-bottom:-50px}.qodef-grid.qodef-gutter--extra>.qodef-grid-inner{margin:0 -50px}.qodef-grid.qodef-gutter--extra>.qodef-grid-inner>.qodef-grid-item{padding:0 50px;margin:0 0 100px}.qodef-grid.qodef-gutter--extra.qodef-enable-borders>.qodef-grid-inner>.qodef-grid-item{padding:0 50px;margin:0 0 50px}.qodef-grid.qodef-gutter--extreme.qodef--no-bottom-space{margin-bottom:-120px}.qodef-grid.qodef-gutter--extreme.qodef--no-bottom-space.qodef-enable-borders{margin-bottom:-60px}.qodef-grid.qodef-gutter--extreme>.qodef-grid-inner{margin:0 -60px}.qodef-grid.qodef-gutter--extreme>.qodef-grid-inner>.qodef-grid-item{padding:0 60px;margin:0 0 120px}.qodef-grid.qodef-gutter--extreme.qodef-enable-borders>.qodef-grid-inner>.qodef-grid-item{padding:0 60px;margin:0 0 60px}}@media only screen and (max-width:680px){#qodef-404-page{padding:110px 40px 200px}}@media only screen and (max-width:680px){.qodef-blog .qodef-blog-item .qodef-e-info .qodef-e-info-item-right{margin-top:10px}.qodef-blog .qodef-blog-item .qodef-e-info.qodef-info--bottom{display:inline-block}.qodef-blog .qodef-blog-item.format-link .qodef-icon-elegant-icons{right:12%;font-size:120px}.qodef-blog .qodef-blog-item .qodef-e-quote:before{right:19%;font-size:470px}}@media only screen and (max-width:1024px){#qodef-page-comments{margin-bottom:30px}}@media only screen and (max-width:1024px){#qodef-page-comments-list .qodef-comment-item .children{padding-left:40px}}@media only screen and (max-width:768px){#qodef-page-comments-list .qodef-comment-item .children{padding-left:20px}}@media only screen and (max-width:680px){#qodef-page-comments-list .qodef-comment-item .qodef-e-inner{flex-wrap:wrap}#qodef-page-comments-list .qodef-comment-item .qodef-e-content{margin-top:23px}#qodef-page-comments-list .qodef-comment-item .children{padding-left:3%}#qodef-page-comments-list .qodef-comment-item .comment-reply-title{display:flex;flex-direction:column;align-items:flex-start}}@media only screen and (max-width:680px){#qodef-page-comments-form .qodef-comment-form .comment-form-comment+.qodef-comment-fields-holder .qodef-grid-item{width:100%;border-left:1px solid #acacac}#qodef-page-comments-form .qodef-comment-form .comment-form-comment+.qodef-comment-fields-holder .qodef-grid-item:first-child{border-bottom:1px solid #acacac}}@media only screen and (max-width:1024px){.qodef-m-filter .qodef-m-filter-items.qodef-m-filter-columns{display:none}}@media only screen and (max-width:680px){.qodef-m-filter .qodef-m-filter-items{flex-direction:column;align-items:flex-start}.qodef-m-filter .qodef-m-filter-item{margin:5px 0}}@media only screen and (max-width:1024px){#qodef-page-footer-top-area .qodef-content-full-width{padding:0;width:82%;margin:0 auto}}@media only screen and (max-width:1024px){#qodef-page-footer-bottom-area .qodef-content-full-width{padding:0;width:82%;margin:0 auto}}@media only screen and (max-width:1024px){#qodef-page-header{display:none}}@media only screen and (max-width:1024px){#qodef-page-mobile-header{display:block}}@media only screen and (max-width:768px){.woocommerce-page div.woocommerce .col2-set{flex-wrap:wrap}}@media only screen and (max-width:680px){#qodef-woo-page.qodef--cart .shop_table th.product-thumbnail{display:none}#qodef-woo-page.qodef--cart .shop_table td.product-thumbnail{display:none}#qodef-woo-page.qodef--cart .shop_table td.actions .coupon{width:100%;float:none}#qodef-woo-page.qodef--cart .shop_table td.actions .coupon>*{margin-bottom:20px}#qodef-woo-page.qodef--cart .shop_table td.actions>.button{float:none}#qodef-woo-page.qodef--cart .cart-collaterals .shop_table th{width:auto}}@media only screen and (max-width:768px){.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 only screen and (max-width:1440px){.qodef-woo-product-list ul.products.columns-6>.product{width:20%}}@media only screen and (max-width:1366px){.qodef-woo-product-list ul.products.columns-5>.product{width:25%}.qodef-woo-product-list ul.products.columns-6>.product{width:25%}.qodef-woo-product-list ul.products.columns-7>.product{width:25%}.qodef-woo-product-list ul.products.columns-8>.product{width:25%}}@media only screen and (max-width:1024px){.qodef-woo-product-list ul.products.columns-4>.product{width:33.3333333333%}.qodef-woo-product-list ul.products.columns-5>.product{width:33.3333333333%}.qodef-woo-product-list ul.products.columns-6>.product{width:33.3333333333%}.qodef-woo-product-list ul.products.columns-7>.product{width:33.3333333333%}.qodef-woo-product-list ul.products.columns-8>.product{width:33.3333333333%}}@media only screen and (max-width:768px){.qodef-woo-product-list ul.products.columns-3>.product{width:50%}.qodef-woo-product-list ul.products.columns-4>.product{width:50%}.qodef-woo-product-list ul.products.columns-5>.product{width:50%}.qodef-woo-product-list ul.products.columns-6>.product{width:50%}.qodef-woo-product-list ul.products.columns-7>.product{width:50%}.qodef-woo-product-list ul.products.columns-8>.product{width:50%}}@media only screen and (max-width:680px){.qodef-woo-product-list ul.products.columns-2>.product{width:100%}.qodef-woo-product-list ul.products.columns-3>.product{width:100%}.qodef-woo-product-list ul.products.columns-4>.product{width:100%}.qodef-woo-product-list ul.products.columns-5>.product{width:100%}.qodef-woo-product-list ul.products.columns-6>.product{width:100%}.qodef-woo-product-list ul.products.columns-7>.product{width:100%}.qodef-woo-product-list ul.products.columns-8>.product{width:100%}}@media only screen and (max-width:1440px){.qodef-woo-product-list.qodef-gutter--huge ul.products{margin:0 -35px}.qodef-woo-product-list.qodef-gutter--huge ul.products>.product{padding:0 35px;margin:0 0 70px}.qodef-woo-product-list.qodef-gutter--extra ul.products{margin:0 -50px}.qodef-woo-product-list.qodef-gutter--extra ul.products>.product{padding:0 50px;margin:0 0 100px}.qodef-woo-product-list.qodef-gutter--extreme ul.products{margin:0 -60px}.qodef-woo-product-list.qodef-gutter--extreme ul.products>.product{padding:0 60px;margin:0 0 120px}}@media only screen and (max-width:680px){.qodef-woo-results{flex-wrap:wrap;align-items:flex-start;justify-content:start}}.qodef-woo-results .woocommerce-result-count{color:#818181}.qodef-woo-results .woocommerce-ordering{margin-left:0}@media only screen and (max-width:1024px){#qodef-woo-page.qodef--single .qodef-woo-single-inner{flex-wrap:wrap}#qodef-woo-page.qodef--single .entry-summary{margin-top:60px}}@media only screen and (max-width:680px){#qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .woocommerce-product-gallery__wrapper>.qodef-woo-thumbnails-wrapper .woocommerce-product-gallery__image,#qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 figure>.qodef-woo-thumbnails-wrapper .woocommerce-product-gallery__image{width:50%!important}#qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .woocommerce-product-gallery__wrapper>.qodef-woo-thumbnails-wrapper .woocommerce-product-gallery__image,#qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 figure>.qodef-woo-thumbnails-wrapper .woocommerce-product-gallery__image{width:50%!important}#qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-6 .woocommerce-product-gallery__wrapper>.qodef-woo-thumbnails-wrapper .woocommerce-product-gallery__image,#qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-6 figure>.qodef-woo-thumbnails-wrapper .woocommerce-product-gallery__image{width:50%!important}#qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-7 .woocommerce-product-gallery__wrapper>.qodef-woo-thumbnails-wrapper .woocommerce-product-gallery__image,#qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-7 figure>.qodef-woo-thumbnails-wrapper .woocommerce-product-gallery__image{width:50%!important}#qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-8 .woocommerce-product-gallery__wrapper>.qodef-woo-thumbnails-wrapper .woocommerce-product-gallery__image,#qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-8 figure>.qodef-woo-thumbnails-wrapper .woocommerce-product-gallery__image{width:50%!important}#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,#qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left figure{flex-wrap:wrap}#qodef-woo-page.qodef--single .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 figure>.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,#qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left figure>.qodef-woo-thumbnails-wrapper{width:100%!important;display:flex;flex-wrap:wrap}#qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left .woocommerce-product-gallery__wrapper>.qodef-woo-thumbnails-wrapper .woocommerce-product-gallery__image:first-child,#qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left figure>.qodef-woo-thumbnails-wrapper .woocommerce-product-gallery__image:first-child{margin-top:16px!important}}.zermatt-core-page-inline-style{position:absolute!important;width:0;height:0;line-height:1;display:none}.qodef-underline{background-image:linear-gradient(to top,currentColor 5px,transparent 5px);background-position:0 -9px;transition:background-size .35s cubic-bezier(.16,.48,.36,1),color .2s ease-out;background-repeat:no-repeat;background-size:0 100%;background-position-x:100%;background-size:100% 100%}.qodef-underline:hover{color:inherit;background-size:100% 100%;background-position-x:0}.qodef-underline:hover{animation:qode-background-size .7s cubic-bezier(.16,.48,.36,1)}.qodef-underline.qodef-long-underline-animation{transition-duration:.5s}.qodef-underline.qodef-long-underline-animation:hover{animation-duration:1s}.qodef-underline.qodef-very-long-underline-animation{transition-duration:.75s}.qodef-underline.qodef-very-long-underline-animation:hover{animation-duration:1.5s}@media only screen and (max-width:680px){.qodef-underline{background-image:linear-gradient(to top,currentColor 4px,transparent 4px);background-position:0 -6px}}.qodef-underline-small{background-image:linear-gradient(to top,currentColor 1px,transparent 1px);background-position:0 0;transition:background-size .35s cubic-bezier(.16,.48,.36,1),color .2s ease-out;background-repeat:no-repeat;background-size:0 100%;background-position-x:100%;background-size:100% 100%}.qodef-underline-small:hover{color:inherit;background-size:100% 100%;background-position-x:0}.qodef-underline-small:hover{animation:qode-background-size .7s cubic-bezier(.16,.48,.36,1)}.qodef-underline-small.qodef-long-underline-animation{transition-duration:.5s}.qodef-underline-small.qodef-long-underline-animation:hover{animation-duration:1s}.qodef-underline-small.qodef-very-long-underline-animation{transition-duration:.75s}.qodef-underline-small.qodef-very-long-underline-animation:hover{animation-duration:1.5s}.qodef-custom-font-custom-size-1444.qodef-custom-font canvas{top:-.07em}@media only screen and (min-width:1681px){.qodef-custom-font-custom-size-1444.qodef-custom-font{font-size:370px;line-height:255px}}@media only screen and (min-width:1367px) and (max-width:1680px){.qodef-custom-font-custom-size-1444.qodef-custom-font{font-size:220px!important}.qodef-custom-font-custom-size-1444.qodef-custom-font:nth-of-type(1){line-height:145px!important}.qodef-custom-font-custom-size-1444.qodef-custom-font:nth-of-type(2){line-height:145px!important}.qodef-custom-font-custom-size-1444.qodef-custom-font:nth-of-type(3){line-height:145px!important}}.qodef-scroll-down-text{padding-top:65px;padding-left:22px;height:110px}.qodef-scroll-down-text:after,.qodef-scroll-down-text:before{content:"";display:block;background-color:currentColor;position:absolute;left:0;width:2px}.qodef-scroll-down-text:before{bottom:5px;height:100%;opacity:.2}.qodef-scroll-down-text:after{top:43px;height:22px;opacity:1;animation:qode-scroll-down infinite 1.8s cubic-bezier(.46,.03,.52,.96)}.qodef-landing-text .qodef-rotate{animation:2.5s qode-rotate linear infinite;display:inline-block;height:35px;transform-origin:50% 50%}.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-back-to-top{position:fixed;width:90px;height:90px;right:25px;bottom:25px;margin:0;opacity:0;visibility:hidden;z-index:10000}#qodef-back-to-top:before{content:"";position:absolute;width:90px;height:90px;background-color:#8bff58;border:1px solid #8bff58;border-radius:50%;transform:scale(1);transition:transform .32s cubic-bezier(.46,.03,.52,.96)}#qodef-back-to-top .qodef-back-to-top-icon{position:relative;display:flex;align-items:center;justify-content:center;height:100%;font-size:17px;color:#000;overflow:hidden;transition:all .3s ease-in-out}#qodef-back-to-top .qodef-back-to-top-icon *{display:block;line-height:inherit}#qodef-back-to-top:hover:before{transform:scale(.9)}#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}.qodef-blog.qodef-item-layout--minimal article .qodef-e-inner{margin-bottom:0!important}.qodef-blog.qodef-item-layout--minimal article .qodef-info--bottom{display:block;margin-top:7px;margin-bottom:-6px}.qodef-blog.qodef-item-layout--minimal article h5.qodef-e-title{margin-bottom:9px}.qodef-blog.qodef-item-layout--minimal article:last-of-type.qodef-info--bottom{margin-bottom:-8px}.qodef-blog.qodef-item-layout--minimal article.format-link .qodef-e-inner,.qodef-blog.qodef-item-layout--minimal article.format-quote .qodef-e-inner{flex-direction:column}.qodef-blog.qodef-item-layout--simple article .qodef-e-inner{display:flex;align-items:flex-start;margin-bottom:0!important}.qodef-blog.qodef-item-layout--simple article .qodef-e-media-image{flex-shrink:0;width:50%;max-width:150px;margin:0 20px 0 0}.qodef-blog.qodef-item-layout--simple article .qodef-e-title{margin-top:-6px}.qodef-blog.qodef-item-layout--standard.qodef-col-num--1 article:not(:last-child) .qodef-e-content{margin-bottom:-4px}:not(.widget)>.qodef-blog.qodef-item-layout--standard.qodef-col-num--1 article:not(:last-child).format-link .qodef-e-inner{margin-bottom:0}:not(.widget)>.qodef-blog.qodef-item-layout--standard.qodef-col-num--1 article:not(:last-child).format-quote .qodef-e-inner{margin-bottom:0}.qodef-blog.qodef-item-layout--standard.qodef-col-num--1.qodef--init-swiper-hidden .swiper-wrapper{opacity:0}.qodef-blog.qodef-item-layout--standard.qodef-col-num--1 .qodef--custom-swiper{z-index:1;position:absolute;top:0;left:0;width:100%;height:100%}.qodef-blog.qodef-item-layout--standard.qodef-col-num--1 .qodef--custom-swiper .qodef-e-media{position:relative}.qodef-blog.qodef-item-layout--standard.qodef-col-num--1 .qodef--custom-swiper .qodef-info--absolute-top a:nth-of-type(2){position:absolute;top:0;left:0}.qodef-blog.qodef-item-layout--standard.qodef-col-num--1 .qodef--custom-swiper .qodef-info--absolute-top a.qodef--animate-in{animation:.1s qode-swiper-fade-in-simple}.qodef-blog.qodef-item-layout--standard.qodef-col-num--1 .qodef--custom-swiper .qodef-info--absolute-top a.qodef--animate-out{animation:.1s qode-swiper-fade-out}.qodef-blog.qodef-item-layout--standard.qodef-col-num--1 .qodef--custom-swiper .qodef-info--absolute-bottom .qodef-info--absolute-bottom-inner:nth-of-type(2){position:absolute}.qodef-blog.qodef-item-layout--standard.qodef-col-num--1 .qodef--custom-swiper .qodef-info--absolute-bottom .qodef-info--absolute-bottom-inner.qodef--animate-in{animation:.1s qode-swiper-fade-in-simple forwards}.qodef-blog.qodef-item-layout--standard.qodef-col-num--1 .qodef--custom-swiper .qodef-info--absolute-bottom .qodef-info--absolute-bottom-inner.qodef--animate-out{animation:.1s qode-swiper-fade-out forwards}.qodef-blog.qodef-item-layout--standard.qodef-col-num--1 .qodef--custom-swiper .qodef-e-media-image{position:relative;overflow:hidden;display:flex}.qodef-blog.qodef-item-layout--standard.qodef-col-num--1 .qodef--custom-swiper .qodef-e-media-image a{display:inline-block}.qodef-blog.qodef-item-layout--standard.qodef-col-num--1 .qodef--custom-swiper .qodef-e-media-image a:nth-of-type(2){position:absolute;top:0;left:0}.qodef-blog.qodef-item-layout--standard.qodef-col-num--1 .qodef--custom-swiper .qodef-e-media-image a.qodef--animate-in{animation:qode-swiper-image-in .8s cubic-bezier(.46,.03,.52,.96) both}.qodef-blog.qodef-item-layout--standard.qodef-col-num--1 .qodef--custom-swiper .qodef-e-media-image a.qodef--animate-out{animation:qode-swiper-image-out .8s cubic-bezier(.46,.03,.52,.96) forwards}.qodef-blog.qodef-item-layout--standard.qodef-col-num--1 .qodef--custom-swiper .qodef-e-content-holder{position:relative}.qodef-blog.qodef-item-layout--standard.qodef-col-num--1 .qodef--custom-swiper .qodef-e-content-holder .qodef-e-content:nth-of-type(2){position:absolute;top:0;left:0}.qodef-blog.qodef-item-layout--standard.qodef-col-num--1 .qodef--custom-swiper .qodef-e-content-holder .qodef-e-content .qodef-e-info-author,.qodef-blog.qodef-item-layout--standard.qodef-col-num--1 .qodef--custom-swiper .qodef-e-content-holder .qodef-e-content .qodef-e-title{opacity:0;transition:opacity .2s ease-out}.qodef-blog.qodef-item-layout--standard.qodef-col-num--1 .qodef--custom-swiper .qodef-e-content-holder .qodef-e-content.qodef--visible .qodef-e-info-author,.qodef-blog.qodef-item-layout--standard.qodef-col-num--1 .qodef--custom-swiper .qodef-e-content-holder .qodef-e-content.qodef--visible .qodef-e-title{opacity:1}.qodef-blog.qodef-item-layout--standard.qodef-col-num--1 .qodef--custom-swiper .qodef-e-content-holder .qodef-e-content.qodef--animate-in .qodef-e-title{animation:qode-swiper-title-long-in .7s 70ms cubic-bezier(.46,.03,.52,.96) forwards}.qodef-blog.qodef-item-layout--standard.qodef-col-num--1 .qodef--custom-swiper .qodef-e-content-holder .qodef-e-content.qodef--animate-in .qodef-e-info-author{animation:qode-swiper-button-long-in .6s .3s cubic-bezier(.46,.03,.52,.96) forwards}.qodef-blog.qodef-item-layout--standard.qodef-col-num--1 .qodef--custom-swiper .qodef-e-content-holder .qodef-e-content.qodef--animate-out .qodef-e-title{animation:qode-swiper-title-out .4s 0s cubic-bezier(.46,.03,.52,.96) forwards}.qodef-blog.qodef-item-layout--standard.qodef-col-num--1 .qodef--custom-swiper .qodef-e-content-holder .qodef-e-content.qodef--animate-out .qodef-e-info-author{animation:qode-swiper-title-out .4s 0s cubic-bezier(.46,.03,.52,.96) forwards}.qodef-blog:not(.qodef-col-num--1) article .qodef-info--bottom{margin-top:9px}.qodef-blog:not(.qodef-col-num--1) article.format-link .qodef-e-link{padding:15%;min-height:400px;display:flex;justify-content:center}.qodef-blog:not(.qodef-col-num--1) article.format-quote .qodef-e-quote{padding:15%;min-height:400px;display:flex;justify-content:center}.qodef-blog.qodef-standard-side-by-side .qodef-e-inner .qodef-e-media{display:inline-block;width:calc(50% - 40px);margin-right:35px;margin-bottom:0!important}@media only screen and (max-width:680px){.qodef-blog.qodef-standard-side-by-side .qodef-e-inner .qodef-e-media{width:auto;margin-right:0;margin-bottom:35px!important}}.qodef-blog.qodef-standard-side-by-side .qodef-e-inner .qodef-e-content-holder{display:inline-block;width:calc(49% - 40px)}@media only screen and (max-width:680px){.qodef-blog.qodef-standard-side-by-side .qodef-e-inner .qodef-e-content-holder{width:auto}}.qodef-blog .qodef-e-featured h2{max-width:550px;margin-bottom:22px}.qodef-blog.qodef-item-layout--text-marquee{display:flex}.qodef-blog.qodef-item-layout--text-marquee .qodef-blog-item{margin:0 1.8em 0 0}.qodef-blog.qodef-item-layout--text-marquee .qodef-grid-inner{display:flex;white-space:nowrap}.qodef-blog.qodef-item-layout--text-marquee .qodef-e-title:after{content:"/";color:currentColor;margin-left:.8em}.qodef-blog.qodef-item-layout--text-marquee.qodef--light-skin .qodef-e-title,.qodef-blog.qodef-item-layout--text-marquee.qodef--light-skin .qodef-e-title-link{color:#fff}.qodef-blog.qodef-item-layout--text-marquee.qodef--light-skin .qodef-e-title-link:hover,.qodef-blog.qodef-item-layout--text-marquee.qodef--light-skin .qodef-e-title:hover{color:#fff!important}#qodef-author-info{position:relative;display:inline-block;width:100%;vertical-align:top;display:flex;color:#fff;background-color:#000;padding:28px 40px;margin:0 auto}#qodef-author-info .qodef-m-inner{position:relative;display:flex;align-items:center}#qodef-author-info .qodef-m-image{flex-shrink:0;margin-right:30px}#qodef-author-info .qodef-m-image img{border-radius:50%;border:5px solid #8bff58}#qodef-author-info .qodef-m-content{display:flex;justify-content:flex-start;align-self:center;flex-direction:column}#qodef-author-info .qodef-m-author{color:#fff;margin:0}#qodef-author-info .qodef-m-author a:hover{color:inherit}#qodef-author-info .qodef-m-email{font-size:.9em;margin:0 0 5px}#qodef-author-info .qodef-m-description{margin:0}#qodef-author-info .qodef-m-social-icons{position:absolute;bottom:13px;right:20px;font-size:16px}#qodef-author-info .qodef-m-social-icons a{color:#fff;position:relative;display:inline-block;vertical-align:top;margin-right:22px}#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:147px;border-top:1px solid #000}#qodef-related-posts .qodef-related-title{margin:12px 0 68px}@media only screen and (max-width:1024px){#qodef-related-posts .qodef-blog{margin-bottom:6px}}#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--prev{left:-10px}#qodef-single-post-navigation .qodef-m-nav.qodef--prev .qodef-icon-elegant-icons{margin-right:4px}#qodef-single-post-navigation .qodef-m-nav.qodef--next{flex-direction:row-reverse;right:-10px;margin-left:auto;text-align:right}#qodef-single-post-navigation .qodef-m-nav.qodef--next .qodef-icon-elegant-icons{margin-left:4px}#qodef-single-post-navigation .qodef-icon-elegant-icons{font-size:30px}#qodef-single-post-navigation .qodef-m-nav-label{font-size:18px;line-height:1.39em;font-weight:500}:not(.touchevents) .qodef-custom-cursor--enabled *{cursor:none!important}:not(.touchevents) .qodef-custom-cursor--enabled * #qodef-custom-cursor{visibility:visible}#qodef-custom-cursor{position:fixed;top:-4px;left:-4px;pointer-events:none;z-index:9999999;mix-blend-mode:unset;display:flex;justify-content:center;align-items:center;width:8px;height:8px;visibility:hidden}#qodef-custom-cursor .qodef-cursor-dot{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#d83c27;border-radius:50%}#qodef-custom-cursor .qodef-cursor-text,#qodef-custom-cursor .qodef-cursor-view-text{opacity:0;color:#fff;font-size:20px;left:0;top:0}#qodef-custom-cursor .qodef-cursor-view-text{position:absolute}#qodef-custom-cursor.qodef--view .qodef-cursor-view-text{opacity:1;transition:opacity .3s ease-out}.qodef-horizontal-full-skin-light #qodef-custom-cursor.qodef--view .qodef-cursor-dot{background-color:#d83c27}#qodef-custom-cursor.qodef--dragging:not(.qodef--hovering) .qodef-cursor-text{opacity:1;transition:all .3s ease-out}#qodef-custom-cursor.qodef--custom-cursor-left-arrow .qodef-cursor-dot,#qodef-custom-cursor.qodef--custom-cursor-right-arrow .qodef-cursor-dot{background-color:transparent!important}#qodef-custom-cursor.qodef--custom-cursor-left-arrow .qodef-cursor-text-holder:after,#qodef-custom-cursor.qodef--custom-cursor-right-arrow .qodef-cursor-text-holder:after{content:"";background-repeat:no-repeat;background-position:center center;display:inline-block;width:100px;height:50px;font-size:50px;position:absolute;left:0;top:-10px}#qodef-custom-cursor.qodef--custom-cursor-left-arrow .qodef-cursor-text-holder:after{background-image:url(https://arepo.pt/wp-content/plugins/zermatt-core/assets/css/../img/slider-arrow-left-dark.svg)}.qodef-horizontal-full-skin-light #qodef-custom-cursor.qodef--custom-cursor-left-arrow .qodef-cursor-text-holder:after{background-image:url(https://arepo.pt/wp-content/plugins/zermatt-core/assets/css/../img/slider-arrow-left-light.svg)!important}#qodef-custom-cursor.qodef--custom-cursor-right-arrow .qodef-cursor-text-holder:after{right:0;left:unset;background-image:url(https://arepo.pt/wp-content/plugins/zermatt-core/assets/css/../img/slider-arrow-right-dark.svg)}.qodef-horizontal-full-skin-light #qodef-custom-cursor.qodef--custom-cursor-right-arrow .qodef-cursor-text-holder:after{background-image:url(https://arepo.pt/wp-content/plugins/zermatt-core/assets/css/../img/slider-arrow-right-light.svg)!important}.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-footer--disable-borders #qodef-page-footer-top-area{padding:80px 0 61px}.qodef-footer--disable-borders #qodef-page-footer-top-area .qodef-grid-item:before{display:none}#qodef-fullscreen-area{position:fixed;top:0;width:100%;height:100%;background-color:#000;overflow-x:hidden!important;visibility:hidden;opacity:1;z-index:99;right:-100%;transition:all .6s cubic-bezier(.77,0,.175,1)}#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{right:0;visibility:visible}#qodef-fullscreen-area-inner{display:flex;justify-content:center;flex-direction:column;align-items:center;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:0;padding:0}.qodef-fullscreen-menu ul li.qodef--hide-link>a{cursor:default}.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{margin:19px 0}.qodef-fullscreen-menu>ul>li>a{font-size:60px;line-height:1.15em;font-weight:500;color:#393939;background-image:linear-gradient(to top,currentColor 4px,transparent 4px);background-position:0 0;transition:background-size .35s cubic-bezier(.16,.48,.36,1),color .2s ease-out;background-repeat:no-repeat;background-size:0 100%;background-position-x:100%;font-size:90px}.qodef-fullscreen-menu>ul>li>a:hover{color:#fff;background-size:100% 100%;background-position-x:0}.qodef-fullscreen-menu>ul>li>a.qodef-long-underline-animation{transition-duration:.5s}.qodef-fullscreen-menu>ul>li>a.qodef-very-long-underline-animation{transition-duration:.75s}.qodef-fullscreen-menu>ul>li>a .qodef-menu-item-text{position:relative}.qodef-fullscreen-menu>ul>li>a .qodef-menu-super{position:absolute;top:10%;left:calc(100% + 7px);font-size:.6em;line-height:1em}.qodef-fullscreen-menu>ul>li.qodef--opened>a{color:#fff}.qodef-fullscreen-menu>ul>li.current-menu-ancestor>a,.qodef-fullscreen-menu>ul>li.current-menu-item>a{color:#fff}.qodef-fullscreen-menu .qodef-drop-down-second-inner>ul{padding:34px 0 14px}.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li>a{color:#fff;font-size:30px;line-height:1.3em;font-weight:500;position:relative;display:flex;display:-webkit-box;white-space:normal;margin:7px 0;overflow:hidden;padding-right:15px;background-image:linear-gradient(to top,currentColor 2px,transparent 2px);background-position:0 -1px;transition:background-size .35s cubic-bezier(.16,.48,.36,1),color .2s ease-out;background-repeat:no-repeat;background-size:0 100%;background-position-x:100%;display:inline-flex;margin:6px 0;padding-right:0}.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:hover{color:#fff;background-size:100% 100%;background-position-x:0}.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li>a.qodef-long-underline-animation{transition-duration:.5s}.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li>a.qodef-very-long-underline-animation{transition-duration:.75s}.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li.current-menu-ancestor>a .qodef-menu-item-text:after,.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li.current-menu-item>a .qodef-menu-item-text:after{content:"/"}.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li.qodef--opened>a>.qodef-menu-item-text:before{width:100%}.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li ul{margin:20px 0 0}.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li ul a{font-size:24px}#qodef-fullscreen-widget-area{position:absolute;right:50px;bottom:50px;width:320px;max-width:50%;border-top:1px solid rgba(255,255,255,.35);padding:5px 0 0}@media only screen and (max-width:680px){#qodef-fullscreen-widget-area{display:none}}.qodef-fullscreen-menu-opener.qodef-source--predefined .qodef-m-line.qodef--1{top:9px;transform:rotate(45deg)}.qodef-fullscreen-menu-opener.qodef-source--predefined .qodef-m-line.qodef--2{top:9px;transform:rotate(-45deg)}.qodef-fullscreen-menu-opener.qodef-source--predefined .qodef-m-icon.qodef--close{left:-18px}.qodef-header--minimal #qodef-page-header-inner #qodef-page-header-inner:after,.qodef-header--minimal #qodef-page-header-inner .qodef-header-logo-link{visibility:visible}.qodef-fullscreen-menu-animate--out #qodef-page-header{transition-delay:.6s}.qodef-fullscreen-menu-animate--out .qodef-fullscreen-menu-opener .qodef-m-icon{transition-delay:.4s}.qodef-fullscreen-menu-animate--out .qodef-fullscreen-menu-opener .qodef-m-icon.qodef--close{transition-delay:.4s}.qodef-fullscreen-menu--opened .qodef-fullscreen-menu-opener{color:#fff}.qodef-fullscreen-menu--opened .qodef-fullscreen-menu-opener .qodef-m-icon{visibility:hidden}.qodef-fullscreen-menu--opened .qodef-fullscreen-menu-opener .qodef-m-icon.qodef--close{visibility:visible}.qodef-fullscreen-menu--opened .qodef-fullscreen-menu-opener .qodef-m-icon.qodef--open{color:#000}.qodef-fullscreen-menu--opened #qodef-page-header,.qodef-fullscreen-menu--opened #qodef-page-mobile-header{visibility:hidden;transition-delay:0s}.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;transition-delay:.3s}#qodef-page-header .qodef-widget-holder{display:flex;align-items:center;height:100%;margin-left:24px}#qodef-page-header .qodef-widget-holder:empty{margin-left:0}#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.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:#fff!important}#qodef-page-header-inner.qodef-skin--light .qodef-header-sticky-inner:after,#qodef-page-header-inner.qodef-skin--light:after,.qodef-custom-header-layout.qodef-skin--light .qodef-header-sticky-inner:after,.qodef-custom-header-layout.qodef-skin--light:after{background-color:#fff}#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:#fff!important}#qodef-page-header-inner.qodef-skin--light .qodef-header-zermatt-switch-navigation ul li a,.qodef-custom-header-layout.qodef-skin--light .qodef-header-zermatt-switch-navigation ul li a{color:#fff}#qodef-page-header-inner.qodef-skin--light .qodef-header-zermatt-switch-navigation ul li a:hover,.qodef-custom-header-layout.qodef-skin--light .qodef-header-zermatt-switch-navigation ul li a:hover{color:#fff}#qodef-page-header-inner.qodef-skin--dark nav>ul>li>a,.qodef-custom-header-layout.qodef-skin--dark nav>ul>li>a{color:#000!important}#qodef-page-header-inner.qodef-skin--dark nav>ul>li>a>.qodef-menu-item-text,.qodef-custom-header-layout.qodef-skin--dark nav>ul>li>a>.qodef-menu-item-text{background-image:linear-gradient(to top,#000 2px,transparent 2px)}#qodef-page-header-inner.qodef-skin--dark .qodef-header-sticky-inner:after,#qodef-page-header-inner.qodef-skin--dark:after,.qodef-custom-header-layout.qodef-skin--dark .qodef-header-sticky-inner:after,.qodef-custom-header-layout.qodef-skin--dark:after{background-color:#000}#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:#000!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):not(.qodef--sticky){position:absolute;top:50%;left:0;transform:translateY(-50%)}#qodef-page-header .qodef-header-logo-image.qodef--customizer{max-height:100%;width:auto;margin-right:auto}#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--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-header--minimal #qodef-page-header-inner .qodef-header-logo-link{margin-right:auto}.qodef-header--minimal #qodef-page-header-inner .qodef-widget-holder{margin-right:30px}.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:50px}@media only screen and (min-width:1367px) and (max-width:1680px){.qodef-content-grid-1400.qodef-header--vertical-sliding .qodef-content-grid{width:1100px}}@media only screen and (min-width:1281px) and (max-width:1366px){.qodef-content-grid-1400.qodef-header--vertical-sliding .qodef-content-grid{width:960px}}@media only screen and (min-width:1025px) and (max-width:1280px){.qodef-content-grid-1400.qodef-header--vertical-sliding .qodef-content-grid{width:768px}}@media only screen and (min-width:1367px) and (max-width:1680px){.qodef-content-grid-1300.qodef-header--vertical-sliding .qodef-content-grid{width:1100px}}@media only screen and (min-width:1281px) and (max-width:1366px){.qodef-content-grid-1300.qodef-header--vertical-sliding .qodef-content-grid{width:960px}}@media only screen and (min-width:1025px) and (max-width:1280px){.qodef-content-grid-1300.qodef-header--vertical-sliding .qodef-content-grid{width:768px}}@media only screen and (min-width:1367px) and (max-width:1440px){.qodef-content-grid-1200.qodef-header--vertical-sliding .qodef-content-grid{width:1100px}}@media only screen and (min-width:1281px) and (max-width:1366px){.qodef-content-grid-1200.qodef-header--vertical-sliding .qodef-content-grid{width:960px}}@media only screen and (min-width:1025px) and (max-width:1280px){.qodef-content-grid-1200.qodef-header--vertical-sliding .qodef-content-grid{width:768px}}@media only screen and (min-width:1281px) and (max-width:1366px){.qodef-content-grid-1100.qodef-header--vertical-sliding .qodef-content-grid{width:960px}}@media only screen and (min-width:1025px) and (max-width:1280px){.qodef-content-grid-1100.qodef-header--vertical-sliding .qodef-content-grid{width:768px}}.qodef-header--vertical-sliding #qodef-page-header{height:100%;left:0;position:fixed;top:0;width:70px}.qodef-header--vertical-sliding #qodef-page-header-inner{padding:0;justify-content:center;border-right:1px solid #000}.qodef-header--vertical-sliding .qodef-vertical-sliding-area{align-items:center;display:flex;flex-direction:column;height:100%;width:100%;padding:30px 0 15px;justify-content:space-between;background-color:#fff}.qodef-header--vertical-sliding .qodef-vertical-sliding-area.qodef--static .qodef-header-logo-link,.qodef-header--vertical-sliding .qodef-vertical-sliding-area.qodef--static .qodef-widget-holder{animation:qode-fade-in .25s .6s linear both}.qodef-header--vertical-sliding .qodef-vertical-sliding-area.qodef--dynamic{background-color:#000;left:-470px;margin-left:70px;position:fixed;top:0;transition:all .6s cubic-bezier(.77,0,.175,1);visibility:hidden;width:400px;z-index:-1}.qodef-header--vertical-sliding #qodef-page-header.qodef-vertical-sliding-menu--opened .qodef--dynamic{left:0;visibility:visible}.qodef-header--vertical-sliding #qodef-page-header.qodef-vertical-sliding-menu--opened .qodef-m-icon.qodef--open{visibility:hidden;opacity:0}.qodef-header--vertical-sliding #qodef-page-header.qodef-vertical-sliding-menu--opened .qodef-m-icon.qodef--close{visibility:visible;opacity:1}.qodef-header--vertical-sliding.admin-bar #qodef-page-header,.qodef-header--vertical-sliding.admin-bar .qodef--dynamic{height:calc(100% - 32px);top:32px}.qodef-header--vertical-sliding #qodef-page-footer,.qodef-header--vertical-sliding #qodef-page-outer{padding-left:70px}.qodef-header--vertical-sliding .qodef-logo-outer,.qodef-header--vertical-sliding .qodef-widget-holder-outer{flex:.2}.qodef-header--vertical-sliding #qodef-page-header .qodef-widget-holder-outer{position:relative}.qodef-header--vertical-sliding #qodef-page-header .qodef-widget-holder-outer .qodef-widget-holder{position:absolute;left:0;bottom:0;width:100%;height:100%;margin-left:0;flex-direction:column;justify-content:flex-end}.qodef-header--vertical-sliding #qodef-page-header .qodef-widget-holder-outer .widget{margin:0;transform:rotate(-90deg) translateX(50%)}.qodef-header--vertical-sliding #qodef-page-header .qodef-widget-holder-outer .widget.widget_text{white-space:nowrap}.qodef-header--vertical-sliding #qodef-page-header .qodef-widget-holder-outer .widget.widget_text p{margin:0}.qodef-opener-icon.qodef-vertical-sliding-menu-opener{display:block}.qodef-opener-icon.qodef-vertical-sliding-menu-opener .qodef-m-icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);transition:opacity .2s ease-out}.qodef-opener-icon.qodef-vertical-sliding-menu-opener .qodef-m-icon.qodef--close{top:50%;left:50%;opacity:0}.qodef-opener-icon.qodef-vertical-sliding-menu-opener .qodef-m-icon.qodef--close .qodef-m-line.qodef--1{top:9px;transform:rotate(45deg)}.qodef-opener-icon.qodef-vertical-sliding-menu-opener .qodef-m-icon.qodef--close .qodef-m-line.qodef--2{top:9px;transform:rotate(-45deg)}.qodef-vertical-sliding-menu--opened .qodef-vertical-sliding-menu-opener:not(.qodef-source--predefined) .qodef-m-icon{visibility:hidden}.qodef-vertical-sliding-menu--opened .qodef-vertical-sliding-menu-opener:not(.qodef-source--predefined) .qodef-m-icon.qodef--close{visibility:visible}.qodef-vertical-sliding-menu--opened #qodef-page-header .qodef-header-logo-link img.qodef--light{opacity:1}.qodef-vertical-sliding-menu--opened #qodef-page-header .qodef-header-logo-link img.qodef--dark,.qodef-vertical-sliding-menu--opened #qodef-page-header .qodef-header-logo-link img.qodef--main{opacity:0}.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation{align-items:center;display:flex;height:100%;padding:0 40px 0 80px;width:100%;z-index:100}.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation ul{list-style:none;margin:0;padding:0}.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation ul li{margin:0;padding:0;position:relative}.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation ul li .qodef-drop-down-second{transform:translateZ(0)}.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation ul li .qodef-drop-down-second-inner{display:block;padding:0;position:relative;z-index:997}.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation ul li.qodef--hide-link>a{cursor:default}.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation .qodef-menu-item-icon{margin-right:5px}.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation .qodef-mega-menu-widget-holder{display:none}.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation>ul>li{margin:8px 0}.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation>ul>li>a{font-size:25px;font-weight:500;line-height:1.2em;color:#fff;background-image:linear-gradient(to top,currentColor 2px,transparent 2px);background-position:0 -1px;transition:background-size .35s cubic-bezier(.16,.48,.36,1),color .2s ease-out;background-repeat:no-repeat;background-size:0 100%;background-position-x:100%}.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation>ul>li>a:hover{color:#fff;background-size:100% 100%;background-position-x:0}.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation>ul>li>a.qodef-long-underline-animation{transition-duration:.5s}.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation>ul>li>a.qodef-very-long-underline-animation{transition-duration:.75s}.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation>ul>li .qodef-drop-down-second-inner>ul{padding:10px 0 5px}.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation>ul>li .qodef-drop-down-second-inner ul li>a{position:relative;display:flex;display:-webkit-box;white-space:normal;margin:7px 0;overflow:hidden;padding-right:15px;font-family:"DM Sans",sans-serif;font-size:17px;line-height:1.65em;font-weight:400;color:#fff;background-image:linear-gradient(to top,currentColor 2px,transparent 2px);background-position:0 -3px;transition:background-size .35s cubic-bezier(.16,.48,.36,1),color .2s ease-out;background-repeat:no-repeat;background-size:0 100%;background-position-x:100%;display:inline-flex;margin:3px 0;padding-right:0}.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation>ul>li .qodef-drop-down-second-inner ul li>a .qodef-menu-item-icon{flex-shrink:0}.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation>ul>li .qodef-drop-down-second-inner ul li>a:hover{color:#fff;background-size:100% 100%;background-position-x:0}.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation>ul>li .qodef-drop-down-second-inner ul li>a.qodef-long-underline-animation{transition-duration:.5s}.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation>ul>li .qodef-drop-down-second-inner ul li>a.qodef-very-long-underline-animation{transition-duration:.75s}.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation>ul>li .qodef-drop-down-second-inner ul li.current-menu-ancestor>a:after,.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation>ul>li .qodef-drop-down-second-inner ul li.current-menu-item>a:after{content:"/"}.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation>ul>li.current-menu-ancestor>a:after,.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation>ul>li.current-menu-item>a:after{content:"/"}.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation.qodef-vertical-sliding-drop-down--below ul li .qodef-drop-down-second{display:none}.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation.qodef-vertical-sliding-drop-down--side .qodef-drop-down-second{position:absolute;top:0;width:100%}.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation.qodef-vertical-sliding-drop-down--side .qodef-drop-down-second ul{background-color:#000;left:calc(100% + 40px);margin-left:50px;opacity:0;padding:25px 20px;position:absolute;top:-23px;transition:all .2s ease-out;visibility:hidden;width:254px}.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation.qodef-vertical-sliding-drop-down--side .qodef-drop-down-second ul.qodef-float--open{margin-left:0;opacity:1;visibility:visible;z-index:900}.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation.qodef-vertical-sliding-drop-down--side .qodef-drop-down-second ul ul{left:calc(100% + 20px);top:-25px;transition:all .2s ease;visibility:hidden}.qodef-header--vertical .qodef-content-grid,.qodef-header--vertical section.qodef-elementor-content-grid>.elementor-container{width:1000px}@media only screen and (min-width:1441px) and (max-width:1680px){.qodef-content-grid-1400.qodef-header--vertical .qodef-content-grid,.qodef-header--vertical section.qodef-elementor-content-grid>.elementor-container{width:800px}}@media only screen and (min-width:1281px) and (max-width:1440px){.qodef-content-grid-1400.qodef-header--vertical .qodef-content-grid,.qodef-header--vertical section.qodef-elementor-content-grid>.elementor-container{width:768px}}@media only screen and (min-width:1025px) and (max-width:1280px){.qodef-content-grid-1400.qodef-header--vertical .qodef-content-grid,.qodef-header--vertical section.qodef-elementor-content-grid>.elementor-container{width:600px}}@media only screen and (min-width:1441px) and (max-width:1680px){.qodef-content-grid-1300.qodef-header--vertical .qodef-content-grid,.qodef-header--vertical section.qodef-elementor-content-grid>.elementor-container{width:800px}}@media only screen and (min-width:1281px) and (max-width:1440px){.qodef-content-grid-1300.qodef-header--vertical .qodef-content-grid,.qodef-header--vertical section.qodef-elementor-content-grid>.elementor-container{width:768px}}@media only screen and (min-width:1025px) and (max-width:1280px){.qodef-content-grid-1300.qodef-header--vertical .qodef-content-grid,.qodef-header--vertical section.qodef-elementor-content-grid>.elementor-container{width:600px}}@media only screen and (min-width:1441px) and (max-width:1680px){.qodef-content-grid-1200.qodef-header--vertical .qodef-content-grid,.qodef-header--vertical section.qodef-elementor-content-grid>.elementor-container{width:800px}}@media only screen and (min-width:1281px) and (max-width:1440px){.qodef-content-grid-1200.qodef-header--vertical .qodef-content-grid,.qodef-header--vertical section.qodef-elementor-content-grid>.elementor-container{width:768px}}@media only screen and (min-width:1025px) and (max-width:1280px){.qodef-content-grid-1200.qodef-header--vertical .qodef-content-grid,.qodef-header--vertical section.qodef-elementor-content-grid>.elementor-container{width:600px}}@media only screen and (min-width:1441px) and (max-width:1680px){.qodef-content-grid-1100.qodef-header--vertical .qodef-content-grid,.qodef-header--vertical section.qodef-elementor-content-grid>.elementor-container{width:800px}}@media only screen and (min-width:1281px) and (max-width:1440px){.qodef-content-grid-1100.qodef-header--vertical .qodef-content-grid,.qodef-header--vertical section.qodef-elementor-content-grid>.elementor-container{width:768px}}@media only screen and (min-width:1025px) and (max-width:1280px){.qodef-content-grid-1100.qodef-header--vertical .qodef-content-grid,.qodef-header--vertical section.qodef-elementor-content-grid>.elementor-container{width:600px}}.qodef-header--vertical #qodef-page-header{position:fixed;top:0;left:0;width:40%;min-width:300px;height:100%;background-color:#000;background-size:cover;background-repeat:no-repeat}.qodef-header--vertical #qodef-page-header .qodef-header-logo-link{height:auto}.qodef-header--vertical #qodef-page-header-inner{display:flex;align-items:flex-start;justify-content:space-between;flex-direction:column;padding:10.7% 10.7% 9%}.qodef-header--vertical #qodef-page-header-inner:after{display:none}.qodef-header--vertical #qodef-page-header-inner .qodef-widget-holder{flex:0;flex-direction:column;align-items:start;justify-content:flex-end;margin-left:0;min-width:220px;border-top:1px solid #fff;padding-top:15px}.qodef-header--vertical #qodef-page-header-inner .qodef-widget-holder .widget{margin:0 0 15px}.qodef-header--vertical #qodef-page-header-inner .qodef-widget-holder .widget:last-child{margin-bottom:0}.qodef-header--vertical.admin-bar #qodef-page-header{top:32px;height:calc(100% - 32px)}.qodef-header--vertical #qodef-page-footer,.qodef-header--vertical #qodef-page-outer{padding-left:40%}.qodef-header--vertical .qodef-header-vertical-navigation{margin-top:11%;margin-bottom:auto;z-index:100;width:100%}.qodef-header--vertical .qodef-header-vertical-navigation ul{margin:0;padding:0;list-style:none}.qodef-header--vertical .qodef-header-vertical-navigation ul li{position:relative;padding:0;margin:0}.qodef-header--vertical .qodef-header-vertical-navigation ul li .qodef-drop-down-second{transform:translateZ(0)}.qodef-header--vertical .qodef-header-vertical-navigation ul li .qodef-drop-down-second-inner{position:relative;display:block;padding:0;z-index:997}.qodef-header--vertical .qodef-header-vertical-navigation ul li.qodef--hide-link>a{cursor:default}.qodef-header--vertical .qodef-header-vertical-navigation .qodef-menu-item-icon{margin-right:5px}.qodef-header--vertical .qodef-header-vertical-navigation .qodef-mega-menu-widget-holder{display:none}.qodef-header--vertical .qodef-header-vertical-navigation>ul>li{margin:8px 0}.qodef-header--vertical .qodef-header-vertical-navigation>ul>li>a{font-size:25px;font-weight:500;line-height:1.2em;color:#fff;background-image:linear-gradient(to top,currentColor 2px,transparent 2px);background-position:0 -1px;transition:background-size .35s cubic-bezier(.16,.48,.36,1),color .2s ease-out;background-repeat:no-repeat;background-size:0 100%;background-position-x:100%}.qodef-header--vertical .qodef-header-vertical-navigation>ul>li>a:hover{color:#fff;background-size:100% 100%;background-position-x:0}.qodef-header--vertical .qodef-header-vertical-navigation>ul>li>a.qodef-long-underline-animation{transition-duration:.5s}.qodef-header--vertical .qodef-header-vertical-navigation>ul>li>a.qodef-very-long-underline-animation{transition-duration:.75s}.qodef-header--vertical .qodef-header-vertical-navigation>ul>li .qodef-drop-down-second-inner>ul{padding:9px 0 12px}.qodef-header--vertical .qodef-header-vertical-navigation>ul>li .qodef-drop-down-second-inner ul li>a{position:relative;display:flex;display:-webkit-box;white-space:normal;margin:7px 0;overflow:hidden;padding-right:15px;font-family:"DM Sans",sans-serif;font-size:17px;line-height:1.65em;font-weight:400;color:#fff;background-image:linear-gradient(to top,currentColor 2px,transparent 2px);background-position:0 -3px;transition:background-size .35s cubic-bezier(.16,.48,.36,1),color .2s ease-out;background-repeat:no-repeat;background-size:0 100%;background-position-x:100%;display:inline-flex;margin:3px 0;padding-right:0}.qodef-header--vertical .qodef-header-vertical-navigation>ul>li .qodef-drop-down-second-inner ul li>a .qodef-menu-item-icon{flex-shrink:0}.qodef-header--vertical .qodef-header-vertical-navigation>ul>li .qodef-drop-down-second-inner ul li>a:hover{color:#fff;background-size:100% 100%;background-position-x:0}.qodef-header--vertical .qodef-header-vertical-navigation>ul>li .qodef-drop-down-second-inner ul li>a.qodef-long-underline-animation{transition-duration:.5s}.qodef-header--vertical .qodef-header-vertical-navigation>ul>li .qodef-drop-down-second-inner ul li>a.qodef-very-long-underline-animation{transition-duration:.75s}.qodef-header--vertical .qodef-header-vertical-navigation>ul>li .qodef-drop-down-second-inner ul li.current-menu-ancestor>a:after,.qodef-header--vertical .qodef-header-vertical-navigation>ul>li .qodef-drop-down-second-inner ul li.current-menu-item>a:after{content:"/"}.qodef-header--vertical .qodef-header-vertical-navigation>ul>li.current-menu-ancestor>a:after,.qodef-header--vertical .qodef-header-vertical-navigation>ul>li.current-menu-item>a:after{content:"/"}.qodef-header--vertical .qodef-header-vertical-navigation.qodef-vertical-drop-down--below ul li .qodef-drop-down-second{display:none}.qodef-header--vertical .qodef-header-vertical-navigation.qodef-vertical-drop-down--side .qodef-drop-down-second{position:absolute;top:0;width:100%}.qodef-header--vertical .qodef-header-vertical-navigation.qodef-vertical-drop-down--side .qodef-drop-down-second ul{position:absolute;top:-23px;left:calc(100% + 40px);width:254px;background-color:#000;padding:25px 20px;margin-left:50px;visibility:hidden;opacity:0;transition:all .2s ease-out}.qodef-header--vertical .qodef-header-vertical-navigation.qodef-vertical-drop-down--side .qodef-drop-down-second ul.qodef-float--open{margin-left:0;opacity:1;visibility:visible;z-index:900}.qodef-header--vertical .qodef-header-vertical-navigation.qodef-vertical-drop-down--side .qodef-drop-down-second ul ul{top:-25px;left:calc(100% + 20px);visibility:hidden;transition:all .2s ease}.qodef-header--zermatt-switch #qodef-page-header{height:250px}.qodef-header--zermatt-switch #qodef-page-header .qodef-header-logo-link{align-items:flex-start}.qodef-header--zermatt-switch #qodef-page-header .qodef-header-logo-link img{margin:0}.qodef-header--zermatt-switch #qodef-page-header .qodef-header-logo-link img:not(.qodef--main):not(.qodef--sticky){top:0;transform:none}.qodef-header--zermatt-switch #qodef-page-header .qodef-widget-holder{margin-left:0;margin-right:40px;align-items:flex-start}.qodef-header--zermatt-switch #qodef-page-header-inner{align-items:flex-start;padding-top:50px}.qodef-header--zermatt-switch #qodef-page-header-inner .qodef-header-holder--right{display:flex;width:50%;height:100%;max-height:100%;justify-content:flex-end;padding-top:20px;border-top:1px solid #000}.qodef-header--zermatt-switch #qodef-page-header-inner:after{display:none}.qodef-header--zermatt-switch #qodef-page-header-inner.qodef-skin--light .qodef-header-holder--right{border-top-color:#fff}.qodef-header--zermatt-switch #qodef-page-header-inner.qodef-skin--dark .qodef-header-holder--right{border-top-color:#000}.qodef-header--zermatt-switch .qodef-header-zermatt-switch-navigation{position:relative;margin-right:30px;width:400px;text-align:right}.qodef-header--zermatt-switch .qodef-header-zermatt-switch-navigation ul{margin:0;padding:0;list-style:none}.qodef-header--zermatt-switch .qodef-header-zermatt-switch-navigation ul li{position:relative;padding:0;margin:6px 0;transition:opacity .2s ease-out;transition-delay:.1s;opacity:1;pointer-events:all}.qodef-header--zermatt-switch .qodef-header-zermatt-switch-navigation ul li a{font-size:25px;font-weight:500;line-height:1.2em;color:#000;background-image:linear-gradient(to top,currentColor 2px,transparent 2px);background-position:0 -1px;transition:background-size .35s cubic-bezier(.16,.48,.36,1),color .2s ease-out;background-repeat:no-repeat;background-size:0 100%;background-position-x:100%;font-size:20px;white-space:nowrap}.qodef-header--zermatt-switch .qodef-header-zermatt-switch-navigation ul li a:hover{color:#000;background-size:100% 100%;background-position-x:0}.qodef-header--zermatt-switch .qodef-header-zermatt-switch-navigation ul li a.qodef-long-underline-animation{transition-duration:.5s}.qodef-header--zermatt-switch .qodef-header-zermatt-switch-navigation ul li a.qodef-very-long-underline-animation{transition-duration:.75s}.qodef-header--zermatt-switch .qodef-header-zermatt-switch-navigation ul li a:hover{background-size:100% 100%;background-position-x:0}.qodef-header--zermatt-switch .qodef-header-zermatt-switch-navigation ul li a.qodef-wider{white-space:normal}.qodef-header--zermatt-switch .qodef-header-zermatt-switch-navigation ul li.current-menu-ancestor>a:after,.qodef-header--zermatt-switch .qodef-header-zermatt-switch-navigation ul li.current-menu-item>a:after{content:"/"}.qodef-header--zermatt-switch .qodef-header-zermatt-switch-navigation ul li.qodef-menu--back a{background-image:none}.qodef-header--zermatt-switch .qodef-header-zermatt-switch-navigation ul li.qodef-menu--back a:before{content:"J";font-family:ElegantIcons}.qodef-header--zermatt-switch .qodef-header-zermatt-switch-navigation ul li .qodef-drop-down-second{transform:translateZ(0)}.qodef-header--zermatt-switch .qodef-header-zermatt-switch-navigation ul li .qodef-drop-down-second .sub-menu{position:absolute;left:130%;width:100%;visibility:hidden;opacity:0;transition:all .2s cubic-bezier(.46,.03,.52,.96)}.qodef-header--zermatt-switch .qodef-header-zermatt-switch-navigation ul li .qodef-drop-down-second-inner{position:relative;display:block;padding:0;z-index:997}.qodef-header--zermatt-switch .qodef-header-zermatt-switch-navigation ul li.qodef--hide-link>a{cursor:default}.qodef-header--zermatt-switch .qodef-header-zermatt-switch-navigation ul li.qodef-menu-sibling--open{opacity:0;pointer-events:none;transition-delay:0s}.qodef-header--zermatt-switch .qodef-header-zermatt-switch-navigation ul li.qodef-menu-sibling--open>a{opacity:0}.qodef-header--zermatt-switch .qodef-header-zermatt-switch-navigation ul li.qodef-menu-item--open>a{opacity:0;pointer-events:none}.qodef-header--zermatt-switch .qodef-header-zermatt-switch-navigation ul li.qodef-menu-item--open .qodef-drop-down-second-inner>.sub-menu,.qodef-header--zermatt-switch .qodef-header-zermatt-switch-navigation ul li.qodef-menu-item--open>.sub-menu{left:0;visibility:visible;opacity:1;transition:all .3s cubic-bezier(.65,.05,.36,1) 50ms}.qodef-header--zermatt-switch .qodef-header-zermatt-switch-navigation>ul{display:inline-block;text-align:left}.qodef-header--zermatt-switch .qodef-header-zermatt-switch-navigation>ul>li{margin:8px 0}.qodef-header--zermatt-switch .qodef-header-zermatt-switch-navigation>ul>li>a{font-size:25px;font-weight:500;line-height:1.2em;color:#000;background-image:linear-gradient(to top,currentColor 2px,transparent 2px);background-position:0 -1px;transition:background-size .35s cubic-bezier(.16,.48,.36,1),color .2s ease-out;background-repeat:no-repeat;background-size:0 100%;background-position-x:100%;transition:background-size .35s cubic-bezier(.16,.48,.36,1),color .2s ease-out,opacity .2s ease-out .1s}.qodef-header--zermatt-switch .qodef-header-zermatt-switch-navigation>ul>li>a:hover{color:#000;background-size:100% 100%;background-position-x:0}.qodef-header--zermatt-switch .qodef-header-zermatt-switch-navigation>ul>li>a.qodef-long-underline-animation{transition-duration:.5s}.qodef-header--zermatt-switch .qodef-header-zermatt-switch-navigation>ul>li>a.qodef-very-long-underline-animation{transition-duration:.75s}.qodef-header--zermatt-switch .qodef-header-zermatt-switch-navigation .qodef-menu-item-icon{margin-right:5px}.qodef-header--zermatt-switch .qodef-header-zermatt-switch-navigation .qodef-mega-menu-widget-holder{display:none}.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:74px;width:100%;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 48px}.qodef-header-sticky-inner:after{content:"";position:absolute;bottom:0;height:1px;right:48px;left:48px;background:#2b2c2e;z-index:-1}.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:50px}.qodef-header-standard--left .qodef-header-sticky-inner .qodef-widget-holder{margin-left:auto!important}#qodef-top-area{position:relative;background-color:#eaeaea;z-index:89}#qodef-top-area-inner{align-items:center;display:flex;height:40px;justify-content:space-between;padding:0 48px;position:relative}#qodef-top-area-inner.qodef-content-grid{padding:0!important}#qodef-top-area .qodef-widget-holder{display:flex;align-items:center;height:100%}#qodef-top-area .qodef-widget-holder.qodef-top-area-left{margin-right:auto}#qodef-top-area .qodef-widget-holder.qodef-top-area-right{margin-left:auto}#qodef-top-area .qodef-widget-holder .widget{margin:0 12px}#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-multiple-map-notice{position:relative;display:flex;align-items:center;height:100%;padding:30px 15%;text-align:center;color:#d83c27;background-color:#eaeaea}.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 #acacac;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 #acacac;border-left:1px solid #acacac;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:"DM Sans",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:#d83c27}.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;text-align:center;color:#000}.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 #acacac;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:#d83c27}.qodef-places-geo-radius .noUi-target .noUi-handle{position:absolute;top:-3px;left:auto;right:-9px;width:9px;height:9px;background-color:#d83c27;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 0 0 12px}#qodef-page-mobile-header .widget{display:inline-block;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:#000}#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-page-mobile-header-inner.qodef-content-grid{padding:0}.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-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 #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-mobile-header--side-area #qodef-page-mobile-header-inner .qodef-side-area-mobile-header-opener{margin-left:20px}#qodef-side-area-mobile-header{position:fixed;top:0;right:-340px;width:340px;height:100vh;display:flex;align-items:center;padding:70px 60px;background-color:#eaeaea;overflow:hidden;visibility:hidden;z-index:998;transition:all .6s cubic-bezier(.77,0,.175,1)}#qodef-side-area-mobile-header .qodef-m-close{position:absolute;top:26px;right:40px;display:block;z-index:1000;color:#fff}#qodef-side-area-mobile-header .qodef-m-close.qodef-source--predefined .qodef-m-line.qodef--1{top:10px;transform:rotate(45deg)}#qodef-side-area-mobile-header .qodef-m-close.qodef-source--predefined .qodef-m-line.qodef--2{top:10px;transform:rotate(-45deg)}#qodef-side-area-mobile-header .qodef-m-navigation ul{margin:0;padding:0;list-style:none}#qodef-side-area-mobile-header .qodef-m-navigation ul li{position:relative;padding:0;margin:0}#qodef-side-area-mobile-header .qodef-m-navigation ul li .qodef-drop-down-second{display:none;transform:translateZ(0)}#qodef-side-area-mobile-header .qodef-m-navigation ul li .qodef-drop-down-second-inner{position:relative;display:block;padding:0;z-index:997}#qodef-side-area-mobile-header .qodef-m-navigation ul li.qodef--hide-link>a{cursor:default}#qodef-side-area-mobile-header .qodef-m-navigation .qodef-menu-item-icon{margin-right:5px}#qodef-side-area-mobile-header .qodef-m-navigation .qodef-mega-menu-widget-holder{display:none}#qodef-side-area-mobile-header .qodef-m-navigation>ul>li>a{font-size:25px;font-weight:500;line-height:1.2em;color:#fff}#qodef-side-area-mobile-header .qodef-m-navigation>ul>li .qodef-drop-down-second-inner>ul{padding:10px 0 5px}#qodef-side-area-mobile-header .qodef-m-navigation>ul>li .qodef-drop-down-second-inner ul{padding-left:20px}#qodef-side-area-mobile-header .qodef-m-navigation>ul>li .qodef-drop-down-second-inner ul li>a{position:relative;display:flex;display:-webkit-box;white-space:normal;margin:7px 0;overflow:hidden;padding-right:15px;font-family:"DM Sans",sans-serif;font-size:17px;line-height:1.65em;font-weight:400;color:#fff;font-size:16px;background-image:linear-gradient(to top,currentColor 2px,transparent 2px);background-position:0 -3px;transition:background-size .35s cubic-bezier(.16,.48,.36,1),color .2s ease-out;background-repeat:no-repeat;background-size:0 100%;background-position-x:100%}#qodef-side-area-mobile-header .qodef-m-navigation>ul>li .qodef-drop-down-second-inner ul li>a .qodef-menu-item-icon{flex-shrink:0}#qodef-side-area-mobile-header .qodef-m-navigation>ul>li .qodef-drop-down-second-inner ul li>a:hover{color:inherit;background-size:100% 100%;background-position-x:0}#qodef-side-area-mobile-header .qodef-m-navigation>ul>li .qodef-drop-down-second-inner ul li>a.qodef-long-underline-animation{transition-duration:.5s}#qodef-side-area-mobile-header .qodef-m-navigation>ul>li .qodef-drop-down-second-inner ul li>a.qodef-very-long-underline-animation{transition-duration:.75s}#qodef-side-area-mobile-header .qodef-m-navigation>ul>li .qodef-drop-down-second-inner ul li.current-menu-ancestor>a,#qodef-side-area-mobile-header .qodef-m-navigation>ul>li .qodef-drop-down-second-inner ul li.current-menu-item>a,#qodef-side-area-mobile-header .qodef-m-navigation>ul>li .qodef-drop-down-second-inner ul li:hover>a{background-size:100% 100%;background-position-x:0}#qodef-side-area-mobile-header .qodef-widget-holder{position:absolute;left:60px;bottom:20px;width:calc(100% - 2 * 60px);height:auto}#qodef-side-area-mobile-header .qodef-widget-holder .widget{margin:0}.admin-bar #qodef-side-area-mobile-header{top:32px;height:calc(100vh - 32px)}#qodef-side-area-mobile-header.qodef--opened{right:0;visibility:visible}.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:calc(100% - 1px);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:#000}.qodef-drop-down-second--full-width .qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second{width:100vw}.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 48px}.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul{display:flex;justify-content:space-between;padding:46px 0 35px;margin:0 -15px}.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-size:25px;font-weight:500;line-height:1.2em;color:#fff;font-size:21px}.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li>a:hover{background-size:100% 100%;background-position-x:0}.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li>a .qodef-menu-item-text{position:relative}.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li>a .qodef-menu-item-text .qodef-menu-super{content:"";position:absolute;top:10%;left:calc(100% + 7px);font-size:.65em;line-height:1em}.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li ul{padding-top:5px;margin-left:0}.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li ul li>a{position:relative;display:flex;display:-webkit-box;white-space:normal;margin:7px 0;overflow:hidden;padding-right:15px;font-family:"DM Sans",sans-serif;font-size:17px;line-height:1.65em;font-weight:400;color:#fff;font-size:16px}.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.current-menu-item>a,.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li ul li:hover>a{background-size:100% 100%;background-position-x:0}.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{background-size:100% 100%;background-position-x:0}body:not(.qodef-drop-down-second--full-width) .qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner{padding:0 48px}.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:0;left:0;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--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--predefined .qodef-m-circles{position:relative;display:block;width:22px;height:22px}.qodef-opener-icon.qodef-source--predefined .qodef-m-circle{position:absolute;left:0;height:4px;width:4px;border-radius:50%;background-color:currentColor}.qodef-opener-icon.qodef-source--predefined .qodef-m-circle:nth-child(4n+1){left:0}.qodef-opener-icon.qodef-source--predefined .qodef-m-circle:nth-child(4n+2){left:6px}.qodef-opener-icon.qodef-source--predefined .qodef-m-circle:nth-child(4n+3){left:12px}.qodef-opener-icon.qodef-source--predefined .qodef-m-circle:nth-child(4n+4){left:18px}.qodef-opener-icon.qodef-source--predefined .qodef-m-circle:nth-child(1){top:0}.qodef-opener-icon.qodef-source--predefined .qodef-m-circle:nth-child(2){top:0}.qodef-opener-icon.qodef-source--predefined .qodef-m-circle:nth-child(3){top:0}.qodef-opener-icon.qodef-source--predefined .qodef-m-circle:nth-child(4){top:0}.qodef-opener-icon.qodef-source--predefined .qodef-m-circle:nth-child(5){top:6px}.qodef-opener-icon.qodef-source--predefined .qodef-m-circle:nth-child(6){top:6px}.qodef-opener-icon.qodef-source--predefined .qodef-m-circle:nth-child(7){top:6px}.qodef-opener-icon.qodef-source--predefined .qodef-m-circle:nth-child(8){top:6px}.qodef-opener-icon.qodef-source--predefined .qodef-m-circle:nth-child(9){top:12px}.qodef-opener-icon.qodef-source--predefined .qodef-m-circle:nth-child(10){top:12px}.qodef-opener-icon.qodef-source--predefined .qodef-m-circle:nth-child(11){top:12px}.qodef-opener-icon.qodef-source--predefined .qodef-m-circle:nth-child(12){top:12px}.qodef-opener-icon.qodef-source--predefined .qodef-m-circle:nth-child(13){top:18px}.qodef-opener-icon.qodef-source--predefined .qodef-m-circle:nth-child(14){top:18px}.qodef-opener-icon.qodef-source--predefined .qodef-m-circle:nth-child(15){top:18px}.qodef-opener-icon.qodef-source--predefined .qodef-m-circle:nth-child(16){top:18px}.qodef-opener-icon.qodef-source--predefined .qodef-m-lines{position:relative;display:block;width:24px;height:24px}.qodef-opener-icon.qodef-source--predefined .qodef-m-lines .qodef-m-line{position:absolute;left:0;height:4px;width:100%;background-color:currentColor}#qodef-page-popup-modal{position:fixed;right:50px;bottom:50px;width:280px;z-index:85;opacity:0;visibility:hidden;transition:opacity .2s ease-out,visibillity 1ms .2s;background-color:#8bff58;display:flex;align-items:center;justify-content:left}@media only screen and (max-width:680px){#qodef-page-popup-modal{right:20px;bottom:20px}}#qodef-page-popup-modal.qodef--appear{opacity:1;visibility:visible}#qodef-page-popup-modal .qodef-m-inner{position:relative;padding:30px;width:100%}#qodef-page-popup-modal .qodef-m-close{position:absolute;top:7px;right:11px;font-size:22px;display:block;color:#000}#qodef-page-popup-modal .qodef-m-close:hover{color:#d83c27}#qodef-page-popup-modal .qodef-m-content{display:flex;flex-direction:column;justify-content:space-between;max-width:90%}#qodef-page-popup-modal .qodef-m-title{margin:0}#qodef-page-popup-modal .qodef-m-title+.qodef-button{margin-top:0}#qodef-page-popup-modal.qodef--light .qodef-button,#qodef-page-popup-modal.qodef--light .qodef-m-close,#qodef-page-popup-modal.qodef--light .qodef-m-title{color:#fff}.qodef-parallax{position:relative;width:100%;overflow:hidden}.qodef-parallax.elementor-section{overflow:visible}.qodef-parallax-row-holder{position:absolute;top:0;left:0;height:100%;width:100%;overflow:hidden}.qodef-parallax-img-holder{position:absolute;top:-50%;height:150%;left:0;width:100%;opacity:0}.qodef-browser--edge .qodef-parallax-img-holder,.qodef-browser--ms-explorer .qodef-parallax-img-holder,.touchevents .qodef-parallax-img-holder{top:0;height:100%;opacity:1}.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}.qodef-parallax-img{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.touchevents .qodef-parallax-img{height:100%;width:100%;object-fit:cover}.qodef-browser--edge .qodef-parallax-img,.qodef-browser--ms-explorer .qodef-parallax-img{height:100%}.qodef-contact-form-7{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-contact-form-7 .ajax-loader{position:absolute;right:-10px}.qodef-contact-form-7 .wpcf7-form-control-wrap textarea,.qodef-contact-form-7 .wpcf7-form-control-wrap>input{margin-top:-1px}.qodef-contact-form-7 .wpcf7-form-control-wrap:first-child textarea,.qodef-contact-form-7 .wpcf7-form-control-wrap:first-child>input{margin-top:0}.qodef-contact-form-7 .qodef-cf7-inline input,.qodef-contact-form-7 .qodef-cf7-inline textarea{padding:28px 30px;background-color:#fff;font-size:17px}.qodef-contact-form-7 .qodef-cf7-inline button{position:absolute;top:39px;right:30px;transform:translateY(-50%);z-index:2;font-weight:500}.qodef-contact-form-7 .qodef-cf7-inline button.qodef-layout--textual .qodef-m-text:last-of-type{display:none}.qodef-contact-form-7 .qodef-cf7-inline button.qodef-layout--textual:hover{background:0 0!important;color:#d83c27!important}.qodef-contact-form-7 .qodef-cf7-inline .ajax-loader{top:39px;right:5px;transform:translateY(-50%)}.qodef-contact-form-7 .wpcf7-response-output{border-color:#d83c27!important;margin:2em 0 1em!important}.qodef-instagram-list #sb_instagram{padding:0!important}.qodef-instagram-list #sb_instagram #sbi_images{padding:0!important}.qodef-instagram-list .sbi_photo_wrap a{background-image:none!important;height:auto!important;padding-bottom:0!important;opacity:1!important}.qodef-instagram-list .sbi_photo_wrap a:after{color:#fff;content:"\f16d";font-family:"Font Awesome 5 Brands";font-size:27px;line-height:1em;left:20px;bottom:20px;opacity:0;position:absolute;transition:opacity .4s ease-in-out}.qodef-instagram-list .sbi_photo_wrap a:hover{opacity:1!important}.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-layout--slider.qodef-gutter--no #sb_instagram #sbi_images>.sbi_item{padding:0!important;margin:0!important}.qodef-instagram-list.qodef-layout--slider.qodef-gutter--tiny #sb_instagram #sbi_images>.sbi_item{padding:0!important;margin:0 10px 0 0!important}.qodef-instagram-list.qodef-layout--slider.qodef-gutter--small #sb_instagram #sbi_images>.sbi_item{padding:0!important;margin:0 20px 0 0!important}.qodef-instagram-list.qodef-layout--slider.qodef-gutter--normal #sb_instagram #sbi_images>.sbi_item{padding:0!important;margin:0 30px 0 0!important}.qodef-instagram-list.qodef-layout--slider.qodef-gutter--medium #sb_instagram #sbi_images>.sbi_item{padding:0!important;margin:0 40px 0 0!important}.qodef-instagram-list.qodef-layout--slider.qodef-gutter--large #sb_instagram #sbi_images>.sbi_item{padding:0!important;margin:0 50px 0 0!important}.qodef-instagram-list.qodef-layout--slider.qodef-gutter--huge #sb_instagram #sbi_images>.sbi_item{padding:0!important;margin:0 80px 0 0!important}.qodef-instagram-list.qodef-layout--slider.qodef-gutter--extra #sb_instagram #sbi_images>.sbi_item{padding:0!important;margin:0 120px 0 0!important}.qodef-instagram-list.qodef-layout--slider.qodef-gutter--extreme #sb_instagram #sbi_images>.sbi_item{padding:0!important;margin:0 160px 0 0!important}.qodef-instagram-list.qodef-layout--slider .qodef-instagram-swiper-container{list-style:none;margin:0 auto;overflow:hidden;padding:0!important;position:relative;visibility:hidden;z-index:1}.qodef-instagram-list.qodef-layout--slider .qodef-instagram-swiper-container .swiper-slide a,.qodef-instagram-list.qodef-layout--slider .qodef-instagram-swiper-container .swiper-slide img{width:100%}.qodef-instagram-list.qodef-layout--slider .qodef-instagram-swiper-container.qodef-swiper--initialized{visibility:visible}.qodef-instagram-list.qodef-layout--columns.qodef-gutter--no.qodef--no-bottom-space{margin-bottom:0}.qodef-instagram-list.qodef-layout--columns.qodef-gutter--no #sb_instagram #sbi_images{float:none;width:auto;margin:0}.qodef-instagram-list.qodef-layout--columns.qodef-gutter--no #sb_instagram #sbi_images>.sbi_item{padding:0!important;margin:0!important}.qodef-instagram-list.qodef-layout--columns.qodef-gutter--tiny.qodef--no-bottom-space{margin-bottom:-10px}.qodef-instagram-list.qodef-layout--columns.qodef-gutter--tiny #sb_instagram #sbi_images{float:none;width:auto;margin:0 -5px}.qodef-instagram-list.qodef-layout--columns.qodef-gutter--tiny #sb_instagram #sbi_images>.sbi_item{padding:0 5px!important;margin:0 0 10px!important}.qodef-instagram-list.qodef-layout--columns.qodef-gutter--small.qodef--no-bottom-space{margin-bottom:-20px}.qodef-instagram-list.qodef-layout--columns.qodef-gutter--small #sb_instagram #sbi_images{float:none;width:auto;margin:0 -10px}.qodef-instagram-list.qodef-layout--columns.qodef-gutter--small #sb_instagram #sbi_images>.sbi_item{padding:0 10px!important;margin:0 0 20px!important}.qodef-instagram-list.qodef-layout--columns.qodef-gutter--normal.qodef--no-bottom-space{margin-bottom:-30px}.qodef-instagram-list.qodef-layout--columns.qodef-gutter--normal #sb_instagram #sbi_images{float:none;width:auto;margin:0 -15px}.qodef-instagram-list.qodef-layout--columns.qodef-gutter--normal #sb_instagram #sbi_images>.sbi_item{padding:0 15px!important;margin:0 0 30px!important}.qodef-instagram-list.qodef-layout--columns.qodef-gutter--medium.qodef--no-bottom-space{margin-bottom:-40px}.qodef-instagram-list.qodef-layout--columns.qodef-gutter--medium #sb_instagram #sbi_images{float:none;width:auto;margin:0 -20px}.qodef-instagram-list.qodef-layout--columns.qodef-gutter--medium #sb_instagram #sbi_images>.sbi_item{padding:0 20px!important;margin:0 0 40px!important}.qodef-instagram-list.qodef-layout--columns.qodef-gutter--large.qodef--no-bottom-space{margin-bottom:-50px}.qodef-instagram-list.qodef-layout--columns.qodef-gutter--large #sb_instagram #sbi_images{float:none;width:auto;margin:0 -25px}.qodef-instagram-list.qodef-layout--columns.qodef-gutter--large #sb_instagram #sbi_images>.sbi_item{padding:0 25px!important;margin:0 0 50px!important}.qodef-instagram-list.qodef-layout--columns.qodef-gutter--huge.qodef--no-bottom-space{margin-bottom:-80px}.qodef-instagram-list.qodef-layout--columns.qodef-gutter--huge #sb_instagram #sbi_images{float:none;width:auto;margin:0 -40px}.qodef-instagram-list.qodef-layout--columns.qodef-gutter--huge #sb_instagram #sbi_images>.sbi_item{padding:0 40px!important;margin:0 0 80px!important}.qodef-instagram-list.qodef-layout--columns.qodef-gutter--extra.qodef--no-bottom-space{margin-bottom:-120px}.qodef-instagram-list.qodef-layout--columns.qodef-gutter--extra #sb_instagram #sbi_images{float:none;width:auto;margin:0 -60px}.qodef-instagram-list.qodef-layout--columns.qodef-gutter--extra #sb_instagram #sbi_images>.sbi_item{padding:0 60px!important;margin:0 0 120px!important}.qodef-instagram-list.qodef-layout--columns.qodef-gutter--extreme.qodef--no-bottom-space{margin-bottom:-160px}.qodef-instagram-list.qodef-layout--columns.qodef-gutter--extreme #sb_instagram #sbi_images{float:none;width:auto;margin:0 -80px}.qodef-instagram-list.qodef-layout--columns.qodef-gutter--extreme #sb_instagram #sbi_images>.sbi_item{padding:0 80px!important;margin:0 0 160px!important}.qodef-twitter-list.qodef-layout--columns.qodef--no-bottom-info #ctf .ctf-tweet-actions{display:none}.qodef-twitter-list.qodef-layout--columns #ctf{overflow:hidden}.qodef-twitter-list.qodef-layout--columns #ctf .ctf-item{position:relative;display:inline-block;width:100%;vertical-align:top;display:flex;flex-direction:column;float:left;border:0}.qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-box{margin-left:0;display:block;margin-bottom:18px}.qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-box-link{line-height:1!important;display:flex;align-items:center;flex-flow:row wrap}.qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-avatar{width:37px;height:37px;margin:0 7px 0 0;float:none;border-radius:0}.qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-name{color:#000;font-size:22px;line-height:1.27em;font-weight:500;margin:0 4px 0 0}.qodef-twitter-list.qodef-layout--columns #ctf .ctf-screename-sep{display:none}.qodef-twitter-list.qodef-layout--columns #ctf .ctf-context,.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-meta,.qodef-twitter-list.qodef-layout--columns #ctf .ctf-twitterlink{font-family:"DM Sans",sans-serif;font-size:17px;line-height:1.65em;font-weight:400;color:#3d3d3d;margin-right:4px;margin-left:0}.qodef-twitter-list.qodef-layout--columns #ctf .ctf-context:last-child,.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-meta:last-child,.qodef-twitter-list.qodef-layout--columns #ctf .ctf-twitterlink:last-child{margin-right:0}.qodef-twitter-list.qodef-layout--columns #ctf .ctf-context{margin:0;position:absolute;right:15px;text-align:right}.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-meta{margin-top:4px}.qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-screenname{display:none}.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-content{display:flex;flex-direction:column;align-items:baseline;margin-left:0;padding:0;color:#000;margin-top:-5px}.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-content:before{content:"\f099";font-family:"Font Awesome 5 Brands";padding-bottom:17px;font-size:33px;font-weight:400;position:relative;top:5px;width:100%;border-bottom:1px solid #000;margin-bottom:23px}.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-actions{display:flex;align-items:baseline;margin-left:0;margin-top:-3px}.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-actions a{padding:0;font-size:14px;margin-right:8px}.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-actions a:last-child{margin-right:0}.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-actions a.ctf-reply{margin-left:0}.qodef-twitter-list.qodef-layout--columns .ctf-tweets:before{content:"";display:table;table-layout:fixed}.qodef-twitter-list.qodef-layout--columns .ctf-tweets:after{clear:both}.qodef-twitter-list.qodef-layout--columns.qodef-col-num--1 #ctf .ctf-tweets>.ctf-item{width:100%}.qodef-twitter-list.qodef-layout--columns.qodef-col-num--2 #ctf .ctf-tweets>.ctf-item{width:50%}@media only screen and (min-width:681px){.qodef-twitter-list.qodef-layout--columns.qodef-col-num--2.qodef-responsive--predefined #ctf .ctf-tweets>.ctf-item:nth-child(2n+1){clear:both}}@media only screen and (min-width:1441px){.qodef-twitter-list.qodef-layout--columns.qodef-col-num--2.qodef-responsive--custom #ctf .ctf-tweets>.ctf-item:nth-child(2n+1){clear:both}}.qodef-twitter-list.qodef-layout--columns.qodef-col-num--3 #ctf .ctf-tweets>.ctf-item{width:33.3333333333%}@media only screen and (min-width:769px){.qodef-twitter-list.qodef-layout--columns.qodef-col-num--3.qodef-responsive--predefined #ctf .ctf-tweets>.ctf-item:nth-child(3n+1){clear:both}}@media only screen and (min-width:1441px){.qodef-twitter-list.qodef-layout--columns.qodef-col-num--3.qodef-responsive--custom #ctf .ctf-tweets>.ctf-item:nth-child(3n+1){clear:both}}.qodef-twitter-list.qodef-layout--columns.qodef-col-num--4 #ctf .ctf-tweets>.ctf-item{width:25%}@media only screen and (min-width:1025px){.qodef-twitter-list.qodef-layout--columns.qodef-col-num--4.qodef-responsive--predefined #ctf .ctf-tweets>.ctf-item:nth-child(4n+1){clear:both}}@media only screen and (min-width:1441px){.qodef-twitter-list.qodef-layout--columns.qodef-col-num--4.qodef-responsive--custom #ctf .ctf-tweets>.ctf-item:nth-child(4n+1){clear:both}}.qodef-twitter-list.qodef-layout--columns.qodef-col-num--5 #ctf .ctf-tweets>.ctf-item{width:20%}@media only screen and (min-width:1367px){.qodef-twitter-list.qodef-layout--columns.qodef-col-num--5.qodef-responsive--predefined #ctf .ctf-tweets>.ctf-item:nth-child(5n+1){clear:both}}@media only screen and (min-width:1441px){.qodef-twitter-list.qodef-layout--columns.qodef-col-num--5.qodef-responsive--custom #ctf .ctf-tweets>.ctf-item:nth-child(5n+1){clear:both}}.qodef-twitter-list.qodef-layout--columns.qodef-col-num--6 #ctf .ctf-tweets>.ctf-item{width:16.6666666667%}@media only screen and (min-width:1441px){.qodef-twitter-list.qodef-layout--columns.qodef-col-num--6.qodef-responsive--predefined #ctf .ctf-tweets>.ctf-item:nth-child(6n+1){clear:both}}@media only screen and (min-width:1441px){.qodef-twitter-list.qodef-layout--columns.qodef-col-num--6.qodef-responsive--custom #ctf .ctf-tweets>.ctf-item:nth-child(6n+1){clear:both}}.qodef-twitter-list.qodef-layout--columns.qodef-col-num--7 #ctf .ctf-tweets>.ctf-item{width:14.2857142857%}@media only screen and (min-width:1367px){.qodef-twitter-list.qodef-layout--columns.qodef-col-num--7.qodef-responsive--predefined #ctf .ctf-tweets>.ctf-item:nth-child(7n+1){clear:both}}@media only screen and (min-width:1441px){.qodef-twitter-list.qodef-layout--columns.qodef-col-num--7.qodef-responsive--custom #ctf .ctf-tweets>.ctf-item:nth-child(7n+1){clear:both}}.qodef-twitter-list.qodef-layout--columns.qodef-col-num--8 #ctf .ctf-tweets>.ctf-item{width:12.5%}@media only screen and (min-width:1367px){.qodef-twitter-list.qodef-layout--columns.qodef-col-num--8.qodef-responsive--predefined #ctf .ctf-tweets>.ctf-item:nth-child(8n+1){clear:both}}@media only screen and (min-width:1441px){.qodef-twitter-list.qodef-layout--columns.qodef-col-num--8.qodef-responsive--custom #ctf .ctf-tweets>.ctf-item:nth-child(8n+1){clear:both}}.qodef-twitter-list.qodef-gutter--no.qodef--no-bottom-space{margin-bottom:0}.qodef-twitter-list.qodef-gutter--no #ctf .ctf-tweets{margin:0}.qodef-twitter-list.qodef-gutter--no #ctf .ctf-tweets>.ctf-item{padding:0;margin:0}.qodef-twitter-list.qodef-gutter--tiny.qodef--no-bottom-space{margin-bottom:-10px}.qodef-twitter-list.qodef-gutter--tiny #ctf .ctf-tweets{margin:0 -5px}.qodef-twitter-list.qodef-gutter--tiny #ctf .ctf-tweets>.ctf-item{padding:0 5px;margin:0 0 10px}.qodef-twitter-list.qodef-gutter--small.qodef--no-bottom-space{margin-bottom:-20px}.qodef-twitter-list.qodef-gutter--small #ctf .ctf-tweets{margin:0 -10px}.qodef-twitter-list.qodef-gutter--small #ctf .ctf-tweets>.ctf-item{padding:0 10px;margin:0 0 20px}.qodef-twitter-list.qodef-gutter--normal.qodef--no-bottom-space{margin-bottom:-30px}.qodef-twitter-list.qodef-gutter--normal #ctf .ctf-tweets{margin:0 -15px}.qodef-twitter-list.qodef-gutter--normal #ctf .ctf-tweets>.ctf-item{padding:0 15px;margin:0 0 30px}.qodef-twitter-list.qodef-gutter--medium.qodef--no-bottom-space{margin-bottom:-40px}.qodef-twitter-list.qodef-gutter--medium #ctf .ctf-tweets{margin:0 -20px}.qodef-twitter-list.qodef-gutter--medium #ctf .ctf-tweets>.ctf-item{padding:0 20px;margin:0 0 40px}.qodef-twitter-list.qodef-gutter--large.qodef--no-bottom-space{margin-bottom:-50px}.qodef-twitter-list.qodef-gutter--large #ctf .ctf-tweets{margin:0 -25px}.qodef-twitter-list.qodef-gutter--large #ctf .ctf-tweets>.ctf-item{padding:0 25px;margin:0 0 50px}.qodef-twitter-list.qodef-gutter--huge.qodef--no-bottom-space{margin-bottom:-80px}.qodef-twitter-list.qodef-gutter--huge #ctf .ctf-tweets{margin:0 -40px}.qodef-twitter-list.qodef-gutter--huge #ctf .ctf-tweets>.ctf-item{padding:0 40px;margin:0 0 80px}.qodef-twitter-list.qodef-gutter--extra.qodef--no-bottom-space{margin-bottom:-120px}.qodef-twitter-list.qodef-gutter--extra #ctf .ctf-tweets{margin:0 -60px}.qodef-twitter-list.qodef-gutter--extra #ctf .ctf-tweets>.ctf-item{padding:0 60px;margin:0 0 120px}.qodef-twitter-list.qodef-gutter--extreme.qodef--no-bottom-space{margin-bottom:-160px}.qodef-twitter-list.qodef-gutter--extreme #ctf .ctf-tweets{margin:0 -80px}.qodef-twitter-list.qodef-gutter--extreme #ctf .ctf-tweets>.ctf-item{padding:0 80px;margin:0 0 160px}#qodef-page-footer .widget .qodef-twitter-list.qodef-layout--columns #ctf a{color:#ccc}#qodef-page-footer .widget .qodef-twitter-list.qodef-layout--columns #ctf a:hover{color:#fff}#qodef-side-area .widget .qodef-twitter-list.qodef-layout--columns #ctf a{color:#ccc}#qodef-side-area .widget .qodef-twitter-list.qodef-layout--columns #ctf a:hover{color:#fff}.qodef-woo-product-categories-list.qodef-item-layout--info-on-image .product-category a,.qodef-woo-product-list .product-category a{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-woo-product-categories-list.qodef-item-layout--info-on-image .product-category .woocommerce-loop-category__title,.qodef-woo-product-list .product-category .woocommerce-loop-category__title{background-color:#fff;left:50%;margin:0;padding:12px 41px;position:absolute;top:50%;transform:translate(-50%,-50%);width:auto}.qodef-woo-product-categories-list.qodef-item-layout--info-on-image .count,.qodef-woo-product-list .count{display:none}.widget_zermatt_core_woo_dropdown_cart{height:100%}.qodef-woo-dropdown-cart{position:relative;display:inline-block;vertical-align:top;height:100%;padding:0 10px}.qodef-woo-dropdown-cart .qodef-m-inner{position:relative;display:inline-block;width:100%;vertical-align:top;height:100%}.qodef-woo-dropdown-cart .qodef-m-opener{position:relative;display:flex;align-items:center;height:100%}.qodef-woo-dropdown-cart .qodef-m-opener .qodef-m-opener-icon{font-size:23px;margin-right:4px}.qodef-woo-dropdown-cart .qodef-m-dropdown{position:absolute;top:100%;left:auto;right:0;text-align:left;opacity:0;visibility:hidden;transition:opacity .2s ease-out,visibility .2s ease-out}.qodef-woo-dropdown-cart .qodef-m-dropdown-inner{position:relative;display:inline-block;vertical-align:top;width:300px;padding:20px;background-color:#fff;border:1px solid #acacac}.qodef-woo-dropdown-cart .qodef-woo-dropdown-items{position:relative;display:inline-block;width:100%;vertical-align:top}#qodef-top-area .qodef-woo-dropdown-cart .qodef-woo-dropdown-items{color:#3d3d3d}#qodef-top-area .qodef-woo-dropdown-cart .qodef-woo-dropdown-items a{color:#3d3d3d}#qodef-top-area .qodef-woo-dropdown-cart .qodef-woo-dropdown-items a:hover{color:#fff}.qodef-woo-dropdown-cart .qodef-woo-dropdown-item{position:relative;display:flex;align-items:flex-start;margin-top:20px}.qodef-woo-dropdown-cart .qodef-woo-dropdown-item:first-child{margin-top:0}.qodef-woo-dropdown-cart .qodef-e-image{flex-shrink:0;width:80px;margin-right:20px}.qodef-woo-dropdown-cart .qodef-e-image a,.qodef-woo-dropdown-cart .qodef-e-image img{display:block}.qodef-woo-dropdown-cart .qodef-e-content{position:relative;display:inline-block;width:100%;vertical-align:top;padding-right:20px}.qodef-woo-dropdown-cart .qodef-e-title{margin:0}.qodef-woo-dropdown-cart .qodef-e-title a:hover{color:inherit}.qodef-woo-dropdown-cart .qodef-e-price{font-size:14px;margin:3px 0 0}.qodef-woo-dropdown-cart .qodef-e-quantity{font-size:14px;margin:3px 0 0}.qodef-woo-dropdown-cart .qodef-e-remove{position:absolute;top:-2px;right:0;font-size:20px;line-height:1}.qodef-woo-dropdown-cart .qodef-m-order-details{position:relative;display:flex;align-items:center;justify-content:space-between;margin-top:40px}.qodef-woo-dropdown-cart .qodef-m-order-details>*{margin:0}#qodef-top-area .qodef-woo-dropdown-cart .qodef-m-order-details{color:#3d3d3d}.qodef-woo-dropdown-cart .qodef-m-action{position:relative;display:inline-block;width:100%;vertical-align:top;margin-top:20px}.qodef-woo-dropdown-cart .qodef-m-action-link{position:relative;display:inline-block;vertical-align:middle;width:auto;margin:0;font-family:"DM Sans",sans-serif;font-weight:500;line-height:2em;text-decoration:none;border-radius:0;outline:0;transition:color .2s ease-out,stroke .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;padding:6px 37px;font-size:17px;width:100%;text-align:center;color:#fff;background-color:#000;border:1px solid transparent}.qodef-woo-dropdown-cart .qodef-m-action-link:hover{color:#fff;background-color:#181818}.touchevents .qodef-woo-dropdown-cart{cursor:pointer}.qodef-woo-dropdown-cart:hover .qodef-m-dropdown{opacity:1;visibility:visible}.qodef-woo-side-area-cart{position:relative;display:inline-block;vertical-align:top;height:100%;padding:0 10px}.qodef-woo-side-area-cart .qodef-m-inner{position:relative;display:inline-block;width:100%;vertical-align:top;height:100%}.qodef-woo-side-area-cart .qodef-m-opener{position:relative;display:flex;align-items:center;height:100%}.qodef-woo-side-area-cart .qodef-m-content{position:fixed;top:0;right:-360px;height:100vh;width:360px;display:flex;flex-direction:column;justify-content:space-between;padding:100px 0 74px;background-color:#fff;overflow:hidden;visibility:hidden;z-index:9999;transition:all .6s cubic-bezier(.77,0,.175,1)}.admin-bar .qodef-woo-side-area-cart .qodef-m-content{top:32px;height:calc(100vh - 32px)}.qodef-woo-side-area-cart .qodef-m-close{position:absolute;top:30px;right:30px;display:block;font-size:34px;z-index:1000}.qodef-woo-side-area-cart .qodef-m-items{position:relative;display:inline-block;width:100%;vertical-align:top;padding:0 50px}.qodef-woo-side-area-cart .qodef-m-item{position:relative;display:flex;align-items:flex-start;margin-top:20px}.qodef-woo-side-area-cart .qodef-m-item:first-child{margin-top:0}.qodef-woo-side-area-cart .qodef-e-image{flex-shrink:0;width:80px;margin-right:20px}.qodef-woo-side-area-cart .qodef-e-image a,.qodef-woo-side-area-cart .qodef-e-image img{display:block}.qodef-woo-side-area-cart .qodef-e-content{position:relative;display:inline-block;width:100%;vertical-align:top;padding-right:20px}.qodef-woo-side-area-cart .qodef-e-title{margin:0}.qodef-woo-side-area-cart .qodef-e-price{margin:3px 0 0}.qodef-woo-side-area-cart .qodef-e-quantity{margin:3px 0 0}.qodef-woo-side-area-cart .qodef-e-remove{position:absolute;top:-2px;right:0;font-size:20px;line-height:1}.qodef-woo-side-area-cart .qodef-m-order-details{position:relative;display:flex;align-items:center;justify-content:space-between;margin-top:25px;padding:0 50px}.qodef-woo-side-area-cart .qodef-m-order-details>*{margin:0}.qodef-woo-side-area-cart .qodef-m-action{position:absolute;bottom:0;left:0;width:100%}.qodef-woo-side-area-cart .qodef-m-action-link{position:relative;display:inline-block;vertical-align:middle;width:auto;margin:0;font-family:"DM Sans",sans-serif;font-weight:500;line-height:2em;text-decoration:none;border-radius:0;outline:0;transition:color .2s ease-out,stroke .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;padding:6px 37px;font-size:17px;width:100%;text-align:center;color:#fff;background-color:#000;border:1px solid transparent}.qodef-woo-side-area-cart .qodef-m-action-link:hover{color:#fff;background-color:#d83c27}.qodef-woo-side-area-cart.qodef--opened .qodef-m-content{right:0;visibility:visible}.qodef-woo-side-area-cart-cover{position:fixed;top:0;left:0;width:calc(100% - 360px);height:100vh;overflow:hidden;z-index:1002}.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:not(.qodef-disable-hover) .qodef-e{display:flex;align-items:center;justify-content:center}.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in:not(.qodef-disable-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--fade-in:not(.qodef-disable-hover) .qodef-e .qodef-e-image a{display:inline-block}.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in:not(.qodef-disable-hover) .qodef-e .qodef-e-logo{width:auto;opacity:1;will-change:opacity;transition:opacity .15s ease-out;display:inline-block}.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in:not(.qodef-disable-hover) .qodef-e .qodef-e-hover-logo{position:absolute;top:0;left:0;width:auto;opacity:0;will-change:opacity;transition:opacity .15s ease-out}.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in:not(.qodef-disable-hover) .qodef-e:hover .qodef-e-logo{opacity:0}.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in:not(.qodef-disable-hover) .qodef-e:hover .qodef-e-hover-logo{opacity:1}.qodef-portfolio-single .qodef-media iframe{max-height:56.25vw}.qodef-portfolio-single .qodef-portfolio-title{margin:0 0 15px}.qodef-portfolio-single .qodef-portfolio-info>*{display:flex;align-items:center;margin-bottom:11px}.qodef-portfolio-single .qodef-portfolio-info>:last-child{margin-bottom:0}.qodef-portfolio-single .qodef-portfolio-info .qodef-e-title{color:#000;font-size:18px;font-weight:500;margin:0 5px 0 0}.qodef-portfolio-single .qodef-portfolio-info a,.qodef-portfolio-single .qodef-portfolio-info p{margin:0;color:#3d3d3d}.qodef-portfolio-single .qodef-portfolio-info .qodef-e-category:after{content:"/";margin:0 3px 0 1px}.qodef-portfolio-single .qodef-portfolio-info .qodef-e-category:last-child:after{display:none}.qodef-portfolio-single .qodef-portfolio-info .qodef-e-tags{font-size:0;line-height:0}.qodef-portfolio-single .qodef-portfolio-info .qodef-e-tags a,.qodef-portfolio-single .qodef-portfolio-info .qodef-e-tags span{position:relative;display:inline-block;vertical-align:top;margin:0 6px 11px 0;padding:0 10px;font-family:inherit;font-size:14px!important;line-height:20px!important;font-weight:inherit;letter-spacing:inherit;text-transform:capitalize;border:1px solid #000;border-radius:20px;color:#000;background-image:linear-gradient(to top,#000 100%,transparent 100%);background-position:0 0;transition:background-size .35s cubic-bezier(.16,.48,.36,1),color .2s ease-out;background-repeat:no-repeat;background-size:0 100%;background-position-x:100%}.qodef-portfolio-single .qodef-portfolio-info .qodef-e-tags a:hover,.qodef-portfolio-single .qodef-portfolio-info .qodef-e-tags span:hover{color:inherit;background-size:100% 100%;background-position-x:0}.qodef-portfolio-single .qodef-portfolio-info .qodef-e-tags a.qodef-long-underline-animation,.qodef-portfolio-single .qodef-portfolio-info .qodef-e-tags span.qodef-long-underline-animation{transition-duration:.5s}.qodef-portfolio-single .qodef-portfolio-info .qodef-e-tags a.qodef-very-long-underline-animation,.qodef-portfolio-single .qodef-portfolio-info .qodef-e-tags span.qodef-very-long-underline-animation{transition-duration:.75s}.qodef-portfolio-single .qodef-portfolio-info .qodef-e-tags a:hover,.qodef-portfolio-single .qodef-portfolio-info .qodef-e-tags span:hover{color:#fff}.qodef-portfolio-single .qodef-portfolio-info .qodef-e-tags span{border:1px solid transparent;padding:0}.qodef-portfolio-single .qodef-portfolio-info .qodef-e-tags .qodef-e-tag{margin-top:4px;margin-bottom:4px}.qodef-portfolio-single .qodef-portfolio-related-title{border-top:1px solid #000;padding:20px 0 40px 0}.qodef-portfolio-category-list .qodef-e-inner{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-portfolio-category-list .qodef-e-image img{display:block}.qodef-portfolio-category-list .qodef-e-content a{position:relative;z-index:1}.qodef-portfolio-category-list .qodef-e-title{margin:0}.qodef-portfolio-category-list .qodef-e-description{margin:9px 0 0}.qodef-portfolio-category-list .qodef-e-link{position:absolute;top:0;left:0;width:100%;height:100%}.qodef-portfolio-category-list.qodef-layout--gallery .qodef-e-inner:hover .qodef-e-content{opacity:1}.qodef-portfolio-category-list.qodef-layout--gallery .qodef-e-content{position:absolute;top:0;left:0;width:100%;height:100%;padding:31px 40px;background-color:rgba(0,0,0,.4);opacity:0;transition:opacity .2s ease-out}.qodef-portfolio-category-list.qodef-layout--gallery .qodef-e-description,.qodef-portfolio-category-list.qodef-layout--gallery .qodef-e-title{color:#fff}.qodef-portfolio-category-list.qodef-layout--standard .qodef-e-content{margin-top:28px}.qodef-portfolio-list .qodef-e-inner{position:relative}.qodef-portfolio-list .qodef-border-color--yes img{clip-path:inset(10px)}.qodef-portfolio-list .qodef-e-image img{display:block}.qodef-portfolio-list .qodef-e-media-video{position:relative;overflow:hidden;min-height:200px}.qodef-portfolio-list .qodef-e-media-video video{position:absolute;top:0;left:0;display:block;width:100%;height:100%;object-fit:cover}.qodef-portfolio-list .qodef-e-media-video .qodef-portfolio-video-link{position:absolute;top:0;left:0;width:100%;height:100%}.qodef-portfolio-list .qodef-e-title{margin:0}.qodef-portfolio-list .qodef-m-pagination{margin-top:35px}.qodef-portfolio-list.qodef-items--fixed .qodef-e-image{height:100%;overflow:hidden}.qodef-portfolio-list.qodef-items--fixed .qodef-e-media-image{height:100%}.qodef-portfolio-list.qodef-items--fixed .qodef-e-media-image a{position:relative;display:inline-block;width:100%;vertical-align:top;height:100%}.qodef-portfolio-list.qodef-skin--light .qodef-e-category,.qodef-portfolio-list.qodef-skin--light .qodef-e-info-custom-items,.qodef-portfolio-list.qodef-skin--light .qodef-e-title-link{color:#fff!important}.qodef-portfolio-list.qodef-enable-borders .portfolio-item{border-left:1px solid #0e0e0e}.qodef-portfolio-list.qodef-enable-borders.qodef-skin--light .portfolio-item{border-left:1px solid #505050}.qodef-portfolio-list.qodef-item-layout--featured-big{counter-reset:slides-num-max}.qodef-portfolio-list.qodef-item-layout--featured-big .qodef-e-inner{display:flex}@media only screen and (max-width:1024px){.qodef-portfolio-list.qodef-item-layout--featured-big .qodef-e-inner{flex-wrap:wrap}}@media only screen and (max-width:680px){.qodef-portfolio-list.qodef-item-layout--featured-big .qodef-e-inner{flex-direction:row}}.qodef-portfolio-list.qodef-item-layout--featured-big .qodef-e-left-holder{flex-basis:17%}@media only screen and (max-width:1024px){.qodef-portfolio-list.qodef-item-layout--featured-big .qodef-e-left-holder{flex-basis:25%}}@media only screen and (max-width:680px){.qodef-portfolio-list.qodef-item-layout--featured-big .qodef-e-left-holder{flex-basis:100%;max-width:50%;margin-bottom:60px}}.qodef-portfolio-list.qodef-item-layout--featured-big .qodef-e-title{margin-top:45px}.qodef-portfolio-list.qodef-item-layout--featured-big .qodef-e-info-category{margin-top:15px}.qodef-portfolio-list.qodef-item-layout--featured-big .qodef-e-info-custom-items{max-width:200px}@media only screen and (max-width:1024px){.qodef-portfolio-list.qodef-item-layout--featured-big .qodef-e-content-info{display:none}}@media only screen and (max-width:680px){.qodef-portfolio-list.qodef-item-layout--featured-big .qodef-e-content-info{display:block}}.qodef-portfolio-list.qodef-item-layout--featured-big .qodef-e-center-holder{flex-basis:67%;padding-left:9%}@media only screen and (max-width:1024px){.qodef-portfolio-list.qodef-item-layout--featured-big .qodef-e-center-holder{flex-basis:75%;padding-left:5%}}@media only screen and (max-width:680px){.qodef-portfolio-list.qodef-item-layout--featured-big .qodef-e-center-holder{flex-basis:100%;padding-left:0}}.qodef-portfolio-list.qodef-item-layout--featured-big .qodef-e-right-holder{flex-basis:16%}.qodef-portfolio-list.qodef-item-layout--featured-big .swiper-pagination{width:auto;right:0;left:unset;top:0;bottom:unset!important;counter-reset:slides-num;font-size:90px;font-weight:500;color:#000;line-height:1}@media only screen and (max-width:1440px){.qodef-portfolio-list.qodef-item-layout--featured-big .swiper-pagination{font-size:70px}}@media only screen and (max-width:1024px){.qodef-portfolio-list.qodef-item-layout--featured-big .swiper-pagination{display:none}}@media only screen and (max-width:680px){.qodef-portfolio-list.qodef-item-layout--featured-big .swiper-pagination{display:block;font-size:50px}}.qodef-portfolio-list.qodef-item-layout--featured-big .swiper-pagination .swiper-pagination-bullet{counter-increment:slides-num;background:0 0;border:0;width:auto;height:auto;position:absolute;right:100%;transform:none}.qodef-portfolio-list.qodef-item-layout--featured-big .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before{content:counter(slides-num,decimal-leading-zero);font-size:inherit}.qodef-portfolio-list.qodef-item-layout--featured-big .swiper-pagination .swiper-pagination-bullet:before{position:relative;border:none;width:initial;height:initial;left:initial}.qodef-portfolio-list.qodef-item-layout--featured-big .swiper-pagination .swiper-pagination-bullet:after{display:none}.qodef-portfolio-list.qodef-item-layout--featured-big .swiper-pagination:before{content:"/"}.qodef-portfolio-list.qodef-item-layout--featured-big .swiper-pagination:after{content:var(--qode-slides-num);position:relative;font-size:50%;top:-.7em}.qodef-portfolio-list.qodef-item-layout--featured-big .swiper-button-next{transform:none;top:unset;bottom:45px;left:unset!important;right:16%!important}@media only screen and (max-width:1024px){.qodef-portfolio-list.qodef-item-layout--featured-big .swiper-button-next{right:0!important}}.qodef-portfolio-list.qodef-item-layout--featured-big .swiper-button-next:before{content:"";position:absolute;bottom:0;left:10px;right:10px;height:1px;background-color:#505050}.qodef-portfolio-list.qodef-item-layout--featured-big .swiper-button-prev{transform:none;top:unset;bottom:0;left:unset!important;right:16%!important}@media only screen and (max-width:1024px){.qodef-portfolio-list.qodef-item-layout--featured-big .swiper-button-prev{right:0!important}}@media only screen and (min-width:1025px){.qodef-portfolio-list.qodef-item-layout--featured-big.qodef-col-num--1 .swiper-wrapper{opacity:0}}.qodef-portfolio-list.qodef-item-layout--featured-big .qodef--custom-swiper{z-index:1;position:absolute;top:0;left:0;width:100%;height:100%}.qodef-portfolio-list.qodef-item-layout--featured-big .qodef--custom-swiper .qodef-e-center-holder .qodef-e-media-image{position:relative;overflow:hidden}.qodef-portfolio-list.qodef-item-layout--featured-big .qodef--custom-swiper .qodef-e-center-holder .qodef-e-media-image a{display:inline-block}.qodef-portfolio-list.qodef-item-layout--featured-big .qodef--custom-swiper .qodef-e-center-holder .qodef-e-media-image a:nth-of-type(2){position:absolute;top:0;left:0}.qodef-portfolio-list.qodef-item-layout--featured-big .qodef--custom-swiper .qodef-e-center-holder .qodef-e-media-image a.qodef--animate-in{animation:qode-swiper-image-in .8s cubic-bezier(.46,.03,.52,.96) both}.qodef-portfolio-list.qodef-item-layout--featured-big .qodef--custom-swiper .qodef-e-center-holder .qodef-e-media-image a.qodef--animate-out{animation:qode-swiper-image-out .8s cubic-bezier(.46,.03,.52,.96) forwards}.qodef-portfolio-list.qodef-item-layout--featured-big .qodef--custom-swiper .qodef-e-media-second-image{position:relative;overflow:hidden}.qodef-portfolio-list.qodef-item-layout--featured-big .qodef--custom-swiper .qodef-e-media-second-image a{display:inline-block}.qodef-portfolio-list.qodef-item-layout--featured-big .qodef--custom-swiper .qodef-e-media-second-image a:nth-of-type(2){position:absolute;top:0;left:0}.qodef-portfolio-list.qodef-item-layout--featured-big .qodef--custom-swiper .qodef-e-media-second-image a.qodef--animate-in{animation:qode-swiper-image-in .6s .4s cubic-bezier(.46,.03,.52,.96) both}.qodef-portfolio-list.qodef-item-layout--featured-big .qodef--custom-swiper .qodef-e-media-second-image a.qodef--animate-out{animation:qode-swiper-image-out .6s .4s cubic-bezier(.46,.03,.52,.96) forwards}.qodef-portfolio-list.qodef-item-layout--featured-big .qodef--custom-swiper .qodef-e-title{position:relative;overflow:hidden}.qodef-portfolio-list.qodef-item-layout--featured-big .qodef--custom-swiper .qodef-e-title a{display:inline-block}.qodef-portfolio-list.qodef-item-layout--featured-big .qodef--custom-swiper .qodef-e-title a:nth-of-type(2){position:absolute;top:0;left:0;opacity:0}.qodef-portfolio-list.qodef-item-layout--featured-big .qodef--custom-swiper .qodef-e-title a.qodef--animate-in{animation:qode-swiper-title-in .8s .6s cubic-bezier(.46,.03,.52,.96) forwards}.qodef-portfolio-list.qodef-item-layout--featured-big .qodef--custom-swiper .qodef-e-title a.qodef--animate-out{animation:qode-swiper-title-out .3s .6s cubic-bezier(.46,.03,.52,.96) forwards}.qodef-portfolio-list.qodef-item-layout--featured-big .qodef--custom-swiper .qodef-e-content-info{position:relative;min-height:99px}.qodef-portfolio-list.qodef-item-layout--featured-big .qodef--custom-swiper .qodef-e-content-info .qodef-e-content-info-inner{display:inline-block}.qodef-portfolio-list.qodef-item-layout--featured-big .qodef--custom-swiper .qodef-e-content-info .qodef-e-content-info-inner:nth-of-type(2){position:absolute;top:0;left:0;opacity:0}.qodef-portfolio-list.qodef-item-layout--featured-big .qodef--custom-swiper .qodef-e-content-info .qodef-e-content-info-inner.qodef--animate-in{animation:qode-swiper-title-in .8s .7s cubic-bezier(.46,.03,.52,.96) forwards}.qodef-portfolio-list.qodef-item-layout--featured-big .qodef--custom-swiper .qodef-e-content-info .qodef-e-content-info-inner.qodef--animate-out{animation:qode-swiper-title-out .3s .7s cubic-bezier(.46,.03,.52,.96) forwards}@media only screen and (max-width:1024px){.qodef-portfolio-list.qodef-item-layout--half-two-images{overflow:visible}}.qodef-portfolio-list.qodef-item-layout--half-two-images .qodef-e-inner{display:flex}@media only screen and (max-width:1024px){.qodef-portfolio-list.qodef-item-layout--half-two-images .qodef-e-inner{flex-direction:column}}.qodef-portfolio-list.qodef-item-layout--half-two-images .qodef-e-left-holder{flex-basis:50%;padding:4% 10%}@media only screen and (max-width:1024px){.qodef-portfolio-list.qodef-item-layout--half-two-images .qodef-e-left-holder{padding:4% 0}}@media only screen and (max-width:680px){.qodef-portfolio-list.qodef-item-layout--half-two-images .qodef-e-left-holder{padding:7% 0}}.qodef-portfolio-list.qodef-item-layout--half-two-images .qodef-e-title{max-width:480px}.qodef-portfolio-list.qodef-item-layout--half-two-images .qodef-e-read-more{margin-top:25px}@media only screen and (max-width:1024px){.qodef-portfolio-list.qodef-item-layout--half-two-images .qodef-e-read-more{margin-top:15px;margin-bottom:15px}}.qodef-portfolio-list.qodef-item-layout--half-two-images .qodef-e-right-holder{flex-basis:50%;display:flex}@media only screen and (max-width:680px){.qodef-portfolio-list.qodef-item-layout--half-two-images .qodef-e-right-holder{flex-direction:column}}.qodef-portfolio-list.qodef-item-layout--half-two-images .qodef-e-media-image{flex-basis:50%}.qodef-portfolio-list.qodef-item-layout--half-two-images .qodef-e-media-second-image{flex-basis:50%}.qodef-portfolio-list.qodef-item-layout--half-two-images .swiper-pagination{width:auto;left:calc(50% - 74px);transform:translateX(-100%);bottom:72px!important}@media only screen and (max-width:1024px){.qodef-portfolio-list.qodef-item-layout--half-two-images .swiper-pagination{width:100%;left:0;transform:none;bottom:-60px!important}}.qodef-portfolio-list.qodef-item-layout--half-two-images.qodef-col-num--1 .swiper-wrapper{opacity:0}.qodef-portfolio-list.qodef-item-layout--half-two-images .qodef--custom-swiper{z-index:1;position:absolute;top:0;left:0;width:100%;height:100%}.qodef-portfolio-list.qodef-item-layout--half-two-images .qodef--custom-swiper .qodef-e-right-holder .qodef-e-media-image{position:relative;overflow:hidden}.qodef-portfolio-list.qodef-item-layout--half-two-images .qodef--custom-swiper .qodef-e-right-holder .qodef-e-media-image a{display:inline-block}.qodef-portfolio-list.qodef-item-layout--half-two-images .qodef--custom-swiper .qodef-e-right-holder .qodef-e-media-image a:nth-of-type(2){position:absolute;top:0;left:0}.qodef-portfolio-list.qodef-item-layout--half-two-images .qodef--custom-swiper .qodef-e-right-holder .qodef-e-media-image a.qodef--animate-in{animation:qode-swiper-image-in .8s cubic-bezier(.46,.03,.52,.96) both}.qodef-portfolio-list.qodef-item-layout--half-two-images .qodef--custom-swiper .qodef-e-right-holder .qodef-e-media-image a.qodef--animate-out{animation:qode-swiper-image-out .8s cubic-bezier(.46,.03,.52,.96) forwards}.qodef-portfolio-list.qodef-item-layout--half-two-images .qodef--custom-swiper .qodef-e-right-holder .qodef-e-media-second-image{position:relative;overflow:hidden}.qodef-portfolio-list.qodef-item-layout--half-two-images .qodef--custom-swiper .qodef-e-right-holder .qodef-e-media-second-image a{display:inline-block}.qodef-portfolio-list.qodef-item-layout--half-two-images .qodef--custom-swiper .qodef-e-right-holder .qodef-e-media-second-image a:nth-of-type(2){position:absolute;top:0;left:0}.qodef-portfolio-list.qodef-item-layout--half-two-images .qodef--custom-swiper .qodef-e-right-holder .qodef-e-media-second-image a.qodef--animate-in{animation:qode-swiper-image-in .6s .4s cubic-bezier(.46,.03,.52,.96) both}.qodef-portfolio-list.qodef-item-layout--half-two-images .qodef--custom-swiper .qodef-e-right-holder .qodef-e-media-second-image a.qodef--animate-out{animation:qode-swiper-image-out .6s .4s cubic-bezier(.46,.03,.52,.96) forwards}.qodef-portfolio-list.qodef-item-layout--half-two-images .qodef--custom-swiper .qodef-e-title{position:relative;overflow:hidden}.qodef-portfolio-list.qodef-item-layout--half-two-images .qodef--custom-swiper .qodef-e-title a{display:inline-block}.qodef-portfolio-list.qodef-item-layout--half-two-images .qodef--custom-swiper .qodef-e-title a:nth-of-type(2){position:absolute;top:0;left:0;opacity:0}.qodef-portfolio-list.qodef-item-layout--half-two-images .qodef--custom-swiper .qodef-e-title a.qodef--animate-in{animation:qode-swiper-title-long-in .7s .1s cubic-bezier(.46,.03,.52,.96) forwards}.qodef-portfolio-list.qodef-item-layout--half-two-images .qodef--custom-swiper .qodef-e-title a.qodef--animate-out{animation:qode-swiper-title-out .4s 0s cubic-bezier(.46,.03,.52,.96) forwards}.qodef-portfolio-list.qodef-item-layout--half-two-images .qodef--custom-swiper .qodef-e-left-holder-inner{overflow:hidden}.qodef-portfolio-list.qodef-item-layout--half-two-images .qodef--custom-swiper .qodef-e-read-more-holder{position:relative}.qodef-portfolio-list.qodef-item-layout--half-two-images .qodef--custom-swiper .qodef-e-read-more-holder .qodef-e-read-more{display:inline-block}.qodef-portfolio-list.qodef-item-layout--half-two-images .qodef--custom-swiper .qodef-e-read-more-holder .qodef-e-read-more:nth-of-type(2){position:absolute;top:0;left:0;opacity:0}.qodef-portfolio-list.qodef-item-layout--half-two-images .qodef--custom-swiper .qodef-e-read-more-holder .qodef-e-read-more.qodef--animate-in{animation:qode-swiper-button-long-in .6s .3s cubic-bezier(.46,.03,.52,.96) forwards}.qodef-portfolio-list.qodef-item-layout--half-two-images .qodef--custom-swiper .qodef-e-read-more-holder .qodef-e-read-more.qodef--animate-out{animation:qode-swiper-title-out .4s 0s cubic-bezier(.46,.03,.52,.96) forwards}.qodef-portfolio-list.qodef-item-layout--info-below .qodef-e-content{margin-top:24px}.qodef-portfolio-list.qodef-item-layout--info-below .qodef-e-info-category{margin-top:8px}.qodef-portfolio-list.qodef-item-layout--info-below .qodef-e-info-category a{color:#3d3d3d}.qodef-portfolio-list.qodef-item-layout--info-below .qodef-e-info-category a:hover{color:#3d3d3d}.qodef-portfolio-list.qodef-item-layout--info-below .qodef-e-info-custom-items{margin-top:-1px}@media screen and (max-width:1024px){.qodef-portfolio-list.qodef-item-layout--info-below .qodef-e-info-custom-items{margin-bottom:20px}}.qodef-portfolio-list.qodef-item-layout--info-below.qodef-hover-animation--border .qodef-e img{clip-path:inset(10px);transition:all .3s cubic-bezier(.45,.05,.55,.95)}.qodef-portfolio-list.qodef-item-layout--info-below.qodef-hover-animation--border .qodef-e:hover img{clip-path:inset(0)}.qodef-portfolio-list.qodef-item-layout--info-below.qodef-hover-animation--holographic .qodef-e-image a{display:block;position:relative}.qodef-portfolio-list.qodef-item-layout--info-below.qodef-hover-animation--holographic .qodef-e-media-image{position:relative;overflow:hidden;perspective:200px}.qodef-portfolio-list.qodef-item-layout--info-below.qodef-hover-animation--holographic .qodef-e-image-main{position:relative;display:block;opacity:1}.qodef-portfolio-list.qodef-item-layout--info-below.qodef-hover-animation--holographic .qodef-e-image-img-copy,.qodef-portfolio-list.qodef-item-layout--info-below.qodef-hover-animation--holographic .qodef-e-image-img-second-copy{position:absolute;top:0;left:0;z-index:50}.qodef-portfolio-list.qodef-item-layout--info-below.qodef-hover-animation--holographic .qodef-e-image-img-copy:after,.qodef-portfolio-list.qodef-item-layout--info-below.qodef-hover-animation--holographic .qodef-e-image-img-second-copy:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;mix-blend-mode:lighten;opacity:0;transition:opacity .5s ease-in-out}.qodef-portfolio-list.qodef-item-layout--info-below.qodef-hover-animation--holographic .qodef-e-image-img-copy{opacity:.5}.qodef-portfolio-list.qodef-item-layout--info-below.qodef-hover-animation--holographic .qodef-e-image-img-copy:after{background-color:red}.qodef-portfolio-list.qodef-item-layout--info-below.qodef-hover-animation--holographic .qodef-e-image-img-second-copy{opacity:.4}.qodef-portfolio-list.qodef-item-layout--info-below.qodef-hover-animation--holographic .qodef-e-image-img-second-copy:after{background-color:#00f}.qodef-portfolio-list.qodef-item-layout--info-below.qodef-hover-animation--holographic .qodef-e .qodef-e-image{overflow:hidden}.qodef-portfolio-list.qodef-item-layout--info-below.qodef-hover-animation--holographic .qodef-e:hover .qodef-e-image-img-copy:after,.qodef-portfolio-list.qodef-item-layout--info-below.qodef-hover-animation--holographic .qodef-e:hover .qodef-e-image-img-second-copy:after{opacity:1}.qodef-browser--safari .qodef-portfolio-list.qodef-item-layout--info-below.qodef-hover-animation--holographic .qodef-e-image-img-copy,.qodef-browser--safari .qodef-portfolio-list.qodef-item-layout--info-below.qodef-hover-animation--holographic .qodef-e-image-img-second-copy{opacity:0;transition:opacity .5s ease-in-out}.qodef-browser--safari .qodef-portfolio-list.qodef-item-layout--info-below.qodef-hover-animation--holographic .qodef-e-image-img-copy:after,.qodef-browser--safari .qodef-portfolio-list.qodef-item-layout--info-below.qodef-hover-animation--holographic .qodef-e-image-img-second-copy:after{opacity:1!important}.qodef-browser--safari .qodef-portfolio-list.qodef-item-layout--info-below.qodef-hover-animation--holographic .qodef-e:hover .qodef-e-image-img-copy,.qodef-browser--safari .qodef-portfolio-list.qodef-item-layout--info-below.qodef-hover-animation--holographic .qodef-e:hover .qodef-e-image-img-second-copy{opacity:.2}.qodef-portfolio-list.qodef-item-layout--info-below.qodef-hover-animation--tilt .qodef-e-image{overflow:hidden}.qodef-portfolio-list.qodef-item-layout--info-columns .qodef-e-inner{display:flex;border-top:1px solid #000;padding-bottom:10px}@media only screen and (max-width:768px){.qodef-portfolio-list.qodef-item-layout--info-columns .qodef-e-inner{flex-direction:column}}.qodef-portfolio-list.qodef-item-layout--info-columns .qodef-e-category-holder{flex-basis:175px;flex-shrink:0;margin-top:12px}@media only screen and (max-width:768px){.qodef-portfolio-list.qodef-item-layout--info-columns .qodef-e-category-holder{flex-basis:100%}}.qodef-portfolio-list.qodef-item-layout--info-columns .qodef-e-category{color:#8b8b8b}.qodef-portfolio-list.qodef-item-layout--info-columns .qodef-e-title-holder{flex-grow:1;margin-top:21px}@media only screen and (max-width:1024px){.qodef-portfolio-list.qodef-item-layout--info-columns .qodef-e-title-holder{padding-right:5%}}@media only screen and (max-width:768px){.qodef-portfolio-list.qodef-item-layout--info-columns .qodef-e-title-holder{padding-right:0}}.qodef-portfolio-list.qodef-item-layout--info-columns .qodef-e-title{max-width:400px;margin-left:30%}@media only screen and (max-width:1440px){.qodef-portfolio-list.qodef-item-layout--info-columns .qodef-e-title{margin-left:15%}}@media only screen and (max-width:1024px){.qodef-portfolio-list.qodef-item-layout--info-columns .qodef-e-title{margin-left:0}}.qodef-portfolio-list.qodef-item-layout--info-columns .qodef-e-title .qodef-e-title-link{background-image:linear-gradient(to top,currentColor 2px,transparent 2px);background-position:0 -3px;transition:background-size .35s cubic-bezier(.16,.48,.36,1),color .2s ease-out;background-repeat:no-repeat;background-size:0 100%;background-position-x:100%;transition-duration:.6s}.qodef-portfolio-list.qodef-item-layout--info-columns .qodef-e-title .qodef-e-title-link:hover{color:inherit;background-size:100% 100%;background-position-x:0}.qodef-portfolio-list.qodef-item-layout--info-columns .qodef-e-title .qodef-e-title-link.qodef-long-underline-animation{transition-duration:.5s}.qodef-portfolio-list.qodef-item-layout--info-columns .qodef-e-title .qodef-e-title-link.qodef-very-long-underline-animation{transition-duration:.75s}.qodef-portfolio-list.qodef-item-layout--info-columns .qodef-e-image-holder{flex-basis:250px;flex-shrink:0;margin-top:30px}@media only screen and (max-width:1024px){.qodef-portfolio-list.qodef-item-layout--info-columns .qodef-e-image-holder{flex-shrink:1}}.qodef-portfolio-list.qodef-item-layout--info-columns .qodef-e-read-more-holder{flex-basis:170px;flex-shrink:0;text-align:right;margin-top:17px}@media only screen and (max-width:768px){.qodef-portfolio-list.qodef-item-layout--info-columns .qodef-e-read-more-holder{flex-basis:100%;margin-top:23px}}.qodef-portfolio-list.qodef-item-layout--info-columns.qodef-hover-animation--overlay-filter .qodef-e .qodef-e-media-image{position:relative;overflow:hidden}.qodef-portfolio-list.qodef-item-layout--info-columns.qodef-hover-animation--overlay-filter .qodef-e .qodef-e-media-image:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;mix-blend-mode:screen}.qodef-portfolio-list.qodef-item-layout--info-columns.qodef-hover-animation--overlay-filter .qodef-e .qodef-e-media-image:after{background-color:#3a27d8;opacity:0;transition:opacity 1s cubic-bezier(.22,1,.36,1)}.qodef-portfolio-list.qodef-item-layout--info-columns.qodef-hover-animation--overlay-filter .qodef-e .qodef-e-media-image img{filter:grayscale(0);transition:filter .5s cubic-bezier(.22,1,.36,1)}.qodef-portfolio-list.qodef-item-layout--info-columns.qodef-hover-animation--overlay-filter .qodef-e:hover .qodef-e-media-image:after{opacity:1}.qodef-portfolio-list.qodef-item-layout--info-columns.qodef-hover-animation--overlay-filter .qodef-e:hover .qodef-e-media-image img{filter:grayscale(100%)}.qodef-portfolio-list.qodef-item-layout--info-columns.qodef-hover-animation--ripple .qodef-e-media-image{position:relative}.qodef-portfolio-list.qodef-item-layout--info-columns.qodef-hover-animation--ripple img{opacity:0}@media only screen and (max-width:1024px){.qodef-portfolio-list.qodef-item-layout--info-columns.qodef-hover-animation--ripple img{opacity:1}}.qodef-portfolio-list.qodef-item-layout--info-columns.qodef-hover-animation--ripple canvas{opacity:0;animation:qode-swiper-fade-in-simple 1s .2s forwards;position:absolute;top:0;left:0;width:100%;height:100%;z-index:50}.qodef-portfolio-list.qodef-item-layout--info-custom{height:100vh;margin-bottom:0!important}@media only screen and (max-width:680px){.qodef-portfolio-list.qodef-item-layout--info-custom{height:calc(100vh - 70px)}}.qodef-portfolio-list.qodef-item-layout--info-custom .swiper-wrapper{z-index:11!important;pointer-events:none}.admin-bar .qodef-portfolio-list.qodef-item-layout--info-custom{height:calc(100vh - 32px)}.qodef-portfolio-list.qodef-item-layout--info-custom .qodef-e-inner{display:flex;flex-direction:column;height:100vh;justify-content:center;align-items:center;position:relative}.admin-bar .qodef-portfolio-list.qodef-item-layout--info-custom .qodef-e-inner{height:calc(100vh - 32px)}@media only screen and (max-width:680px){.qodef-portfolio-list.qodef-item-layout--info-custom .qodef-e-inner{height:calc(100vh - 70px)}}@media only screen and (max-width:1024px){.qodef-portfolio-list.qodef-item-layout--info-custom .qodef-e-inner{flex-direction:column}}.qodef-portfolio-list.qodef-item-layout--info-custom .qodef-e-content{display:block;pointer-events:all}.qodef-portfolio-list.qodef-item-layout--info-custom .qodef-e-content .qodef-e-title-link{pointer-events:all}.qodef-portfolio-list.qodef-item-layout--info-custom .qodef-e-image{margin-left:0}.qodef-portfolio-list.qodef-item-layout--info-custom .qodef-e-image .qodef-e-media-image{pointer-events:all;max-width:1000px;margin:auto;cursor:none!important}@media only screen and (max-width:1600px){.qodef-portfolio-list.qodef-item-layout--info-custom .qodef-e-image .qodef-e-media-image{max-width:60%}}@media only screen and (max-width:1366px){.qodef-portfolio-list.qodef-item-layout--info-custom .qodef-e-image .qodef-e-media-image{max-width:50%}}@media only screen and (max-width:680px){.qodef-portfolio-list.qodef-item-layout--info-custom .qodef-e-image .qodef-e-media-image{max-width:70%}}.qodef-portfolio-list.qodef-item-layout--info-custom .qodef-e-title{margin-top:65px;text-align:center}.qodef-portfolio-list.qodef-item-layout--info-custom .qodef-e-title a{color:#fff}.qodef-portfolio-list.qodef-item-layout--info-custom .qodef-e-title a:hover{color:#fff}@media only screen and (max-width:1600px){.qodef-portfolio-list.qodef-item-layout--info-custom .qodef-e-title{margin-top:45px}}@media only screen and (max-width:680px){.qodef-portfolio-list.qodef-item-layout--info-custom .qodef-e-title{margin-top:22px;font-size:17px}}.qodef-horizontal-full-skin-dark .qodef-portfolio-list.qodef-item-layout--info-custom .qodef-e-title a{color:#000}.qodef-horizontal-full-skin-dark .qodef-portfolio-list.qodef-item-layout--info-custom .qodef-e-title a:hover{color:#d83c27}.qodef-portfolio-list.qodef-item-layout--info-custom .qodef-e-info-category{margin-top:15px}.qodef-portfolio-list.qodef-item-layout--info-custom .qodef-e-info-custom-items{max-width:200px}.qodef-portfolio-list.qodef-item-layout--info-custom .swiper-pagination{width:auto;right:50px;left:unset;top:unset;bottom:42px!important;counter-reset:slides-num;font-size:40px;color:#fff;line-height:1;z-index:99999;pointer-events:none}.qodef-horizontal-full-skin-dark .qodef-portfolio-list.qodef-item-layout--info-custom .swiper-pagination{color:#000}.qodef-portfolio-list.qodef-item-layout--info-custom .swiper-pagination .swiper-pagination-bullet{counter-increment:slides-num;background:0 0;border:0;width:auto;height:auto;position:absolute;left:-53px;transform:none;transition:none!important}.qodef-portfolio-list.qodef-item-layout--info-custom .swiper-pagination .swiper-pagination-bullet:after{display:none}.qodef-portfolio-list.qodef-item-layout--info-custom .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before{content:counter(slides-num,decimal-leading-zero);font-size:40px;top:7px}.qodef-portfolio-list.qodef-item-layout--info-custom .swiper-pagination .swiper-pagination-bullet:before{transition:none!important;border:1px solid transparent!important}.qodef-portfolio-list.qodef-item-layout--info-custom .swiper-pagination:before{content:"/";font-size:36px}.qodef-portfolio-list.qodef-item-layout--info-custom .swiper-pagination:after{content:counter(slides-num,decimal-leading-zero);position:relative;font-size:25px;top:-10px;font-weight:500;left:4px}.qodef-portfolio-list.qodef-item-layout--info-custom .swiper-button-next{display:block;-webkit-transform:none;-ms-transform:none;top:0;right:0!important;position:absolute;width:50%!important;height:100%!important;z-index:11;background-color:transparent!important}.qodef-portfolio-list.qodef-item-layout--info-custom .swiper-button-next:after{display:none}.qodef-portfolio-list.qodef-item-layout--info-custom .swiper-button-prev{display:block;-webkit-transform:none;-ms-transform:none;left:0!important;top:0;position:absolute;width:50%!important;height:100%!important;z-index:11;background-color:transparent!important}.qodef-portfolio-list.qodef-item-layout--info-custom .swiper-button-prev:after{display:none}.qodef-portfolio-list.qodef-item-layout--info-custom .swiper-slide{background-color:#000}.qodef-portfolio-list.qodef-item-layout--info-custom .swiper-slide.qodef-portfolio-item-skin--light{background-color:#dedede}.qodef-portfolio-list.qodef-item-layout--info-custom.qodef-col-num--1 .swiper-wrapper .qodef-e-media-image{opacity:0}.qodef-portfolio-list.qodef-item-layout--info-custom.qodef-col-num--1 .swiper-wrapper .qodef-e-title{opacity:0}@media only screen and (max-width:680px){.qodef-portfolio-list.qodef-item-layout--info-custom.qodef-col-num--1 .swiper-wrapper .qodef-e-media-image{animation:qode-swiper-fade-out .4s cubic-bezier(.46,.03,.52,.96) forwards}.qodef-portfolio-list.qodef-item-layout--info-custom.qodef-col-num--1 .swiper-wrapper .swiper-slide-active .qodef-e-media-image{animation:qode-swiper-fade-in 1s .2s cubic-bezier(.2,.75,.36,1) both}}.qodef-portfolio-list.qodef-item-layout--info-custom .qodef--custom-swiper{z-index:11;position:absolute}@media only screen and (max-width:680px){.qodef-portfolio-list.qodef-item-layout--info-custom .qodef--custom-swiper{height:100%;width:100%;top:-70px;left:0}}.qodef-portfolio-list.qodef-item-layout--info-custom .qodef--custom-swiper .qodef-e-image{position:fixed;left:0;top:0;height:100%;width:100%;pointer-events:none}@media only screen and (max-width:680px){.qodef-portfolio-list.qodef-item-layout--info-custom .qodef--custom-swiper .qodef-e-image{position:absolute;opacity:0}}.qodef-portfolio-list.qodef-item-layout--info-custom .qodef--custom-swiper .qodef-e-media-image a{position:fixed;max-width:50%}@media only screen and (max-width:1600px){.qodef-portfolio-list.qodef-item-layout--info-custom .qodef--custom-swiper .qodef-e-media-image a{max-width:60%}}@media only screen and (max-width:1366px){.qodef-portfolio-list.qodef-item-layout--info-custom .qodef--custom-swiper .qodef-e-media-image a{max-width:50%}}@media only screen and (max-width:680px){.qodef-portfolio-list.qodef-item-layout--info-custom .qodef--custom-swiper .qodef-e-media-image a{max-width:70%;position:absolute}}.qodef-portfolio-list.qodef-item-layout--info-custom .qodef--custom-swiper .qodef-e-media-image a.qodef--animate-in{animation:qode-swiper-fade-in 1s .2s cubic-bezier(.2,.75,.36,1) both}.qodef-portfolio-list.qodef-item-layout--info-custom .qodef--custom-swiper .qodef-e-media-image a.qodef--animate-out{animation:qode-swiper-fade-out .4s cubic-bezier(.46,.03,.52,.96) forwards}.qodef-portfolio-list.qodef-item-layout--info-custom .qodef--custom-swiper .qodef-e-content .qodef-e-title{position:fixed;margin-top:0;overflow:hidden;padding:0 30px;margin-left:-30px}@media only screen and (max-width:680px){.qodef-portfolio-list.qodef-item-layout--info-custom .qodef--custom-swiper .qodef-e-content .qodef-e-title{position:absolute}}.qodef-portfolio-list.qodef-item-layout--info-custom .qodef--custom-swiper .qodef-e-content .qodef-e-title a{display:inline-block}.qodef-portfolio-list.qodef-item-layout--info-custom .qodef--custom-swiper .qodef-e-content .qodef-e-title.qodef--animate-in a{animation:qode-swiper-title-in .8s .1s cubic-bezier(.46,.03,.52,.96) both}.qodef-portfolio-list.qodef-item-layout--info-custom .qodef--custom-swiper .qodef-e-content .qodef-e-title.qodef--animate-out a{animation:qode-swiper-title-out .4s .1s cubic-bezier(.46,.03,.52,.96) forwards}.qodef-horizontal-predefined-full #qodef-page-header-inner:after{background-color:transparent!important}.qodef-portfolio-list.qodef-item-layout--info-minimal .qodef-e-image{border-bottom:1px solid #000;display:flex;justify-content:center}.qodef-portfolio-list.qodef-item-layout--info-minimal .qodef-e-content{margin-top:30px}.qodef-portfolio-list.qodef-item-layout--info-minimal .qodef-e-info-category{margin-top:8px}.qodef-portfolio-list.qodef-item-layout--info-minimal .qodef-e-info-category a{color:#3d3d3d}.qodef-portfolio-list.qodef-item-layout--info-minimal .qodef-e-info-category a:hover{color:#d83c27}.qodef-portfolio-list.qodef-item-layout--info-minimal.qodef-hover-animation--overlay-filter .qodef-e .qodef-e-image{position:relative;overflow:hidden}.qodef-portfolio-list.qodef-item-layout--info-minimal.qodef-hover-animation--overlay-filter .qodef-e .qodef-e-image:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;mix-blend-mode:screen}.qodef-portfolio-list.qodef-item-layout--info-minimal.qodef-hover-animation--overlay-filter .qodef-e .qodef-e-image:after{background-color:#3a27d8;opacity:0;transition:opacity 1s cubic-bezier(.22,1,.36,1)}.qodef-portfolio-list.qodef-item-layout--info-minimal.qodef-hover-animation--overlay-filter .qodef-e .qodef-e-image img{filter:grayscale(0);transition:filter .5s cubic-bezier(.22,1,.36,1)}.qodef-portfolio-list.qodef-item-layout--info-minimal.qodef-hover-animation--overlay-filter .qodef-e:hover .qodef-e-image:after{opacity:1}.qodef-portfolio-list.qodef-item-layout--info-minimal.qodef-hover-animation--overlay-filter .qodef-e:hover .qodef-e-image img{filter:grayscale(100%)}.qodef-portfolio-list.qodef-item-layout--info-minimal.qodef-hover-animation--overlay-filter .qodef-e .qodef-e-image:after{mix-blend-mode:lighten}.qodef-portfolio-list.qodef-item-layout--info-minimal.qodef-hover-animation--tilt .qodef-e-image{overflow:hidden}.qodef-portfolio-list.qodef-item-layout--info-top-left .qodef-e-content{position:absolute;top:0;left:0;padding:41px 49px}.qodef-portfolio-list.qodef-item-layout--info-top-left .qodef-e-content-inner{display:flex;align-items:flex-start;justify-content:center;flex-direction:column}.qodef-portfolio-list.qodef-item-layout--info-top-left .qodef-e-content-inner *{color:#fff;stroke:#fff;z-index:1}.qodef-portfolio-list.qodef-item-layout--info-top-left .qodef-e-title{max-width:260px}.qodef-portfolio-list.qodef-item-layout--info-top-left .qodef-e-read-more{margin-top:13px}.qodef-portfolio-list.qodef-item-layout--info-top-left .qodef-e:hover .qodef-btn-textual-icon g:nth-of-type(1){transform:translate(15px,-15px);transition-delay:0s}.qodef-portfolio-list.qodef-item-layout--info-top-left .qodef-e:hover .qodef-btn-textual-icon g:nth-of-type(2){transform:translate(0,0);transition-delay:.1s}.qodef-portfolio-list.qodef-item-layout--only-image.qodef-hover-animation--border .qodef-e img{clip-path:inset(10px);transition:all .3s cubic-bezier(.45,.05,.55,.95)}.qodef-portfolio-list.qodef-item-layout--only-image.qodef-hover-animation--border .qodef-e:hover img{clip-path:inset(0)}.qodef-portfolio-list.qodef-item-layout--only-image.qodef-hover-animation--overlay-filter .qodef-e .qodef-e-image{position:relative;overflow:hidden}.qodef-portfolio-list.qodef-item-layout--only-image.qodef-hover-animation--overlay-filter .qodef-e .qodef-e-image:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;mix-blend-mode:screen}.qodef-portfolio-list.qodef-item-layout--only-image.qodef-hover-animation--overlay-filter .qodef-e .qodef-e-image:after{background-color:#3a27d8;opacity:0;transition:opacity 1s cubic-bezier(.22,1,.36,1)}.qodef-portfolio-list.qodef-item-layout--only-image.qodef-hover-animation--overlay-filter .qodef-e .qodef-e-image img{filter:grayscale(0);transition:filter .5s cubic-bezier(.22,1,.36,1)}.qodef-portfolio-list.qodef-item-layout--only-image.qodef-hover-animation--overlay-filter .qodef-e:hover .qodef-e-image:after{opacity:1}.qodef-portfolio-list.qodef-item-layout--only-image.qodef-hover-animation--overlay-filter .qodef-e:hover .qodef-e-image img{filter:grayscale(100%)}.qodef-portfolio-list.qodef-item-layout--only-image.qodef-hover-animation--overlay-filter .qodef-e .qodef-e-image img{will-change:filter}.qodef-portfolio-list.qodef-item-layout--only-image.qodef-hover-animation--ripple img{opacity:0}@media only screen and (max-width:1024px){.qodef-portfolio-list.qodef-item-layout--only-image.qodef-hover-animation--ripple img{opacity:1}}.qodef-portfolio-list.qodef-item-layout--only-image.qodef-hover-animation--ripple canvas{opacity:0;animation:qode-swiper-fade-in-simple 1s .2s forwards;position:absolute;top:0;left:0;width:100%;height:100%;z-index:50}.qodef-portfolio-list.qodef-item-layout--only-image.qodef-hover-animation--tilt .qodef-e-image{overflow:hidden}#qodef-portfolio-single-related-items{position:relative;display:block;margin-top:100px}@media only screen and (max-width:1024px){#qodef-portfolio-single-related-items{margin-top:91px}}#qodef-portfolio-single-related-items .qodef-e-content{border-top:none;margin-top:34px}.qodef-button.qodef-layout--textual.qodef-single-portfolio-navigation.qodef-m-nav{position:fixed!important;top:50%;transform:translateY(-50%);-ms-writing-mode:tb-rl;writing-mode:vertical-rl;text-orientation:mixed;display:flex!important;align-items:center;flex-direction:row-reverse;justify-content:center;background:#000!important;color:#fff!important;stroke:#fff!important;padding:15px 2px!important;font-size:16px;z-index:100}@media only screen and (max-width:680px){.qodef-button.qodef-layout--textual.qodef-single-portfolio-navigation.qodef-m-nav{display:none!important}}.qodef-button.qodef-layout--textual.qodef-single-portfolio-navigation.qodef-m-nav>*{display:block;line-height:inherit}.qodef-button.qodef-layout--textual.qodef-single-portfolio-navigation.qodef-m-nav.qodef--prev{left:0}.qodef-button.qodef-layout--textual.qodef-single-portfolio-navigation.qodef-m-nav.qodef--next{right:0}.qodef-button.qodef-layout--textual.qodef-single-portfolio-navigation.qodef-m-nav .qodef-m-text{transform:scale(-1)}.qodef-button.qodef-layout--textual.qodef-single-portfolio-navigation.qodef-m-nav svg.qodef-btn-textual-icon{transform:scaleX(-1);margin:0 0 9px 0!important;height:13px;overflow:hidden}.qodef-button.qodef-layout--textual.qodef-single-portfolio-navigation.qodef-m-nav.qodef--back-link{position:absolute;top:0;left:calc(50% - 16px)}.qodef-button.qodef-layout--textual.qodef-single-portfolio-navigation.qodef-m-nav.qodef--back-link .qodef-m-nav-icon{font-size:32px}.qodef-portfolio-single.qodef-layout--gallery-big .qodef-e-content{margin-top:16px;margin-bottom:37px}.qodef-portfolio-single.qodef-layout--gallery-big .qodef-e-content .qodef-portfolio-title-holder{margin-top:30px}.qodef-portfolio-single.qodef-layout--gallery-big .qodef-e-content .qodef-portfolio-title-holder .qodef-portfolio-title{max-width:70%}.qodef-portfolio-single.qodef-layout--gallery-big .qodef-e-content .qodef-portfolio-content-holder{margin-top:11px}@media only screen and (max-width:1024px){.qodef-portfolio-single.qodef-layout--gallery-big .qodef-e-content .qodef-portfolio-content-holder{margin-top:17px;margin-bottom:20px}}.qodef-portfolio-single.qodef-layout--gallery-big .qodef-e-content .qodef-portfolio-content-holder .qodef-portfolio-content{padding-right:100px}@media only screen and (max-width:1024px){.qodef-portfolio-single.qodef-layout--gallery-big .qodef-e-content .qodef-portfolio-content-holder .qodef-portfolio-content{padding-right:0}}.qodef-portfolio-single.qodef-layout--gallery-big .qodef-e-content .qodef-portfolio-info{margin-top:21px}@media only screen and (max-width:1024px){.qodef-portfolio-single.qodef-layout--gallery-small>article>.qodef-e-inner>.qodef-e-content>.qodef-grid-inner{display:flex;flex-direction:column-reverse}.qodef-portfolio-single.qodef-layout--gallery-small>article>.qodef-e-inner>.qodef-e-content>.qodef-grid-inner .qodef-col--4{margin-top:65px}}.qodef-portfolio-single.qodef-layout--gallery-small .qodef-media{margin-left:80px;margin-right:50px;margin-bottom:55px}.qodef-portfolio-single.qodef-layout--gallery-small .qodef-portfolio-content-holder{margin-left:50px;margin-right:40px}@media only screen and (max-width:1024px){.qodef-portfolio-single.qodef-layout--gallery-small .qodef-portfolio-content-holder{border-top:1px solid #000;padding-top:30px}}.qodef-portfolio-single.qodef-layout--gallery-small #qodef-portfolio-single-related-items{width:1400px;margin-left:auto;margin-right:auto}@media only screen and (max-width:1440px){.qodef-portfolio-single.qodef-layout--gallery-small #qodef-portfolio-single-related-items{width:1100px}}@media only screen and (max-width:1024px){.qodef-portfolio-single.qodef-layout--gallery-small #qodef-portfolio-single-related-items,.qodef-portfolio-single.qodef-layout--gallery-small .qodef-media,.qodef-portfolio-single.qodef-layout--gallery-small .qodef-portfolio-content-holder{margin-left:auto;margin-right:auto;width:768px}}@media only screen and (max-width:768px){.qodef-portfolio-single.qodef-layout--gallery-small #qodef-portfolio-single-related-items,.qodef-portfolio-single.qodef-layout--gallery-small .qodef-media,.qodef-portfolio-single.qodef-layout--gallery-small .qodef-portfolio-content-holder{width:86%}}@media only screen and (max-width:480px){.qodef-portfolio-single.qodef-layout--gallery-small #qodef-portfolio-single-related-items,.qodef-portfolio-single.qodef-layout--gallery-small .qodef-media,.qodef-portfolio-single.qodef-layout--gallery-small .qodef-portfolio-content-holder{width:82%}}.qodef-portfolio-single.qodef-layout--gallery-small .qodef-portfolio-title{margin:0 0 26px}@media only screen and (max-width:1024px){.qodef-portfolio-single.qodef-layout--gallery-small .qodef-portfolio-title{margin:0 0 15px}}.qodef-portfolio-single.qodef-layout--gallery-small .qodef-portfolio-content{max-width:320px}@media only screen and (max-width:1024px){.qodef-portfolio-single.qodef-layout--gallery-small .qodef-portfolio-content{max-width:100%}}.qodef-portfolio-single.qodef-layout--gallery-small .qodef-portfolio-info{margin-top:20px}@media only screen and (max-width:1024px){.qodef-portfolio-single.qodef-layout--gallery-small .qodef-portfolio-info{margin-bottom:42px}}.qodef-portfolio-single.qodef-layout--images-big .qodef-e-content{margin-top:16px;margin-bottom:37px}.qodef-portfolio-single.qodef-layout--images-big .qodef-e-content .qodef-portfolio-title-holder{margin-top:30px}.qodef-portfolio-single.qodef-layout--images-big .qodef-e-content .qodef-portfolio-title-holder .qodef-portfolio-title{max-width:70%}.qodef-portfolio-single.qodef-layout--images-big .qodef-e-content .qodef-portfolio-content-holder{margin-top:11px}@media only screen and (max-width:1024px){.qodef-portfolio-single.qodef-layout--images-big .qodef-e-content .qodef-portfolio-content-holder{margin-top:17px;margin-bottom:20px}}.qodef-portfolio-single.qodef-layout--images-big .qodef-e-content .qodef-portfolio-content-holder .qodef-portfolio-content{padding-right:100px}@media only screen and (max-width:1024px){.qodef-portfolio-single.qodef-layout--images-big .qodef-e-content .qodef-portfolio-content-holder .qodef-portfolio-content{padding-right:0}}.qodef-portfolio-single.qodef-layout--images-big .qodef-e-content .qodef-portfolio-info{margin-top:21px}.qodef-portfolio-single.qodef-layout--images-big .qodef-media .qodef-grid-item{display:block;margin-bottom:30px;float:none}@media only screen and (max-width:1024px){.qodef-portfolio-single.qodef-layout--images-small>article>.qodef-e-inner>.qodef-e-content>.qodef-grid-inner{display:flex;flex-direction:column-reverse}.qodef-portfolio-single.qodef-layout--images-small>article>.qodef-e-inner>.qodef-e-content>.qodef-grid-inner .qodef-col--4{margin-top:65px}}.qodef-portfolio-single.qodef-layout--images-small .qodef-media{margin-left:80px;margin-right:50px;margin-bottom:55px}.qodef-portfolio-single.qodef-layout--images-small .qodef-media .qodef-grid-item{display:block;margin-bottom:30px;float:none}.qodef-portfolio-single.qodef-layout--images-small .qodef-media .qodef-grid-item:last-child{margin-bottom:0}.qodef-portfolio-single.qodef-layout--images-small .qodef-portfolio-content-holder{margin-left:50px;margin-right:40px}@media only screen and (max-width:1024px){.qodef-portfolio-single.qodef-layout--images-small .qodef-portfolio-content-holder{border-top:1px solid #000;padding-top:30px}}.qodef-portfolio-single.qodef-layout--images-small #qodef-portfolio-single-related-items{width:1400px;margin-left:auto;margin-right:auto}@media only screen and (max-width:1440px){.qodef-portfolio-single.qodef-layout--images-small #qodef-portfolio-single-related-items{width:1100px}}@media only screen and (max-width:1024px){.qodef-portfolio-single.qodef-layout--images-small #qodef-portfolio-single-related-items,.qodef-portfolio-single.qodef-layout--images-small .qodef-media,.qodef-portfolio-single.qodef-layout--images-small .qodef-portfolio-content-holder{margin-left:auto;margin-right:auto;width:768px}}@media only screen and (max-width:768px){.qodef-portfolio-single.qodef-layout--images-small #qodef-portfolio-single-related-items,.qodef-portfolio-single.qodef-layout--images-small .qodef-media,.qodef-portfolio-single.qodef-layout--images-small .qodef-portfolio-content-holder{width:86%}}@media only screen and (max-width:480px){.qodef-portfolio-single.qodef-layout--images-small #qodef-portfolio-single-related-items,.qodef-portfolio-single.qodef-layout--images-small .qodef-media,.qodef-portfolio-single.qodef-layout--images-small .qodef-portfolio-content-holder{width:82%}}.qodef-portfolio-single.qodef-layout--images-small .qodef-portfolio-title{margin:0 0 26px}@media only screen and (max-width:1024px){.qodef-portfolio-single.qodef-layout--images-small .qodef-portfolio-title{margin:0 0 15px}}.qodef-portfolio-single.qodef-layout--images-small .qodef-portfolio-content{max-width:320px}@media only screen and (max-width:1024px){.qodef-portfolio-single.qodef-layout--images-small .qodef-portfolio-content{max-width:100%}}.qodef-portfolio-single.qodef-layout--images-small .qodef-portfolio-info{margin-top:20px}@media only screen and (max-width:1024px){.qodef-portfolio-single.qodef-layout--images-small .qodef-portfolio-info{margin-bottom:42px}}.qodef-portfolio-single.qodef-layout--masonry-big .qodef-e-content{margin-top:16px;margin-bottom:37px}.qodef-portfolio-single.qodef-layout--masonry-big .qodef-e-content .qodef-portfolio-title-holder{margin-top:30px}.qodef-portfolio-single.qodef-layout--masonry-big .qodef-e-content .qodef-portfolio-title-holder .qodef-portfolio-title{max-width:70%}.qodef-portfolio-single.qodef-layout--masonry-big .qodef-e-content .qodef-portfolio-content-holder{margin-top:11px}@media only screen and (max-width:1024px){.qodef-portfolio-single.qodef-layout--masonry-big .qodef-e-content .qodef-portfolio-content-holder{margin-top:17px;margin-bottom:20px}}.qodef-portfolio-single.qodef-layout--masonry-big .qodef-e-content .qodef-portfolio-content-holder .qodef-portfolio-content{padding-right:100px}@media only screen and (max-width:1024px){.qodef-portfolio-single.qodef-layout--masonry-big .qodef-e-content .qodef-portfolio-content-holder .qodef-portfolio-content{padding-right:0}}.qodef-portfolio-single.qodef-layout--masonry-big .qodef-e-content .qodef-portfolio-info{margin-top:21px}@media only screen and (max-width:1024px){.qodef-portfolio-single.qodef-layout--masonry-small>article>.qodef-e-inner>.qodef-e-content>.qodef-grid-inner{display:flex;flex-direction:column-reverse}.qodef-portfolio-single.qodef-layout--masonry-small>article>.qodef-e-inner>.qodef-e-content>.qodef-grid-inner .qodef-col--4{margin-top:65px}}.qodef-portfolio-single.qodef-layout--masonry-small .qodef-media{margin-left:80px;margin-right:50px;margin-bottom:55px}.qodef-portfolio-single.qodef-layout--masonry-small .qodef-portfolio-content-holder{margin-left:50px;margin-right:40px}@media only screen and (max-width:1024px){.qodef-portfolio-single.qodef-layout--masonry-small .qodef-portfolio-content-holder{border-top:1px solid #000;padding-top:30px}}.qodef-portfolio-single.qodef-layout--masonry-small #qodef-portfolio-single-related-items{width:1400px;margin-left:auto;margin-right:auto}@media only screen and (max-width:1440px){.qodef-portfolio-single.qodef-layout--masonry-small #qodef-portfolio-single-related-items{width:1100px}}@media only screen and (max-width:1024px){.qodef-portfolio-single.qodef-layout--masonry-small #qodef-portfolio-single-related-items,.qodef-portfolio-single.qodef-layout--masonry-small .qodef-media,.qodef-portfolio-single.qodef-layout--masonry-small .qodef-portfolio-content-holder{margin-left:auto;margin-right:auto;width:768px}}@media only screen and (max-width:768px){.qodef-portfolio-single.qodef-layout--masonry-small #qodef-portfolio-single-related-items,.qodef-portfolio-single.qodef-layout--masonry-small .qodef-media,.qodef-portfolio-single.qodef-layout--masonry-small .qodef-portfolio-content-holder{width:86%}}@media only screen and (max-width:480px){.qodef-portfolio-single.qodef-layout--masonry-small #qodef-portfolio-single-related-items,.qodef-portfolio-single.qodef-layout--masonry-small .qodef-media,.qodef-portfolio-single.qodef-layout--masonry-small .qodef-portfolio-content-holder{width:82%}}.qodef-portfolio-single.qodef-layout--masonry-small .qodef-portfolio-title{margin:0 0 26px}@media only screen and (max-width:1024px){.qodef-portfolio-single.qodef-layout--masonry-small .qodef-portfolio-title{margin:0 0 15px}}.qodef-portfolio-single.qodef-layout--masonry-small .qodef-portfolio-content{max-width:320px}@media only screen and (max-width:1024px){.qodef-portfolio-single.qodef-layout--masonry-small .qodef-portfolio-content{max-width:100%}}.qodef-portfolio-single.qodef-layout--masonry-small .qodef-portfolio-info{margin-top:20px}@media only screen and (max-width:1024px){.qodef-portfolio-single.qodef-layout--masonry-small .qodef-portfolio-info{margin-bottom:42px}}.qodef-portfolio-single.qodef-layout--slider-big .qodef-media .swiper-button-prev{top:unset;bottom:0;transform:none;left:unset!important;right:0!important}.qodef-portfolio-single.qodef-layout--slider-big .qodef-media .swiper-button-next{top:unset;bottom:45px;transform:none;left:unset!important;right:0!important}.qodef-portfolio-single.qodef-layout--slider-big .qodef-e-content{margin-top:16px;margin-bottom:37px}.qodef-portfolio-single.qodef-layout--slider-big .qodef-e-content .qodef-portfolio-title-holder{margin-top:30px}.qodef-portfolio-single.qodef-layout--slider-big .qodef-e-content .qodef-portfolio-title-holder .qodef-portfolio-title{max-width:70%}.qodef-portfolio-single.qodef-layout--slider-big .qodef-e-content .qodef-portfolio-content-holder{margin-top:11px}@media only screen and (max-width:1024px){.qodef-portfolio-single.qodef-layout--slider-big .qodef-e-content .qodef-portfolio-content-holder{margin-top:17px;margin-bottom:20px}}.qodef-portfolio-single.qodef-layout--slider-big .qodef-e-content .qodef-portfolio-content-holder .qodef-portfolio-content{padding-right:100px}@media only screen and (max-width:1024px){.qodef-portfolio-single.qodef-layout--slider-big .qodef-e-content .qodef-portfolio-content-holder .qodef-portfolio-content{padding-right:0}}.qodef-portfolio-single.qodef-layout--slider-big .qodef-e-content .qodef-portfolio-info{margin-top:21px}@media only screen and (max-width:1024px){.qodef-portfolio-single.qodef-layout--slider-small>article>.qodef-e-inner>.qodef-e-content>.qodef-grid-inner{display:flex;flex-direction:column-reverse}.qodef-portfolio-single.qodef-layout--slider-small>article>.qodef-e-inner>.qodef-e-content>.qodef-grid-inner .qodef-col--4{margin-top:65px}}.qodef-portfolio-single.qodef-layout--slider-small .qodef-media{margin-left:80px;margin-right:50px;margin-bottom:55px}.qodef-portfolio-single.qodef-layout--slider-small .qodef-media .swiper-button-prev{top:unset;bottom:0;transform:none;left:unset!important;right:0!important}.qodef-portfolio-single.qodef-layout--slider-small .qodef-media .swiper-button-next{top:unset;bottom:45px;transform:none;left:unset!important;right:0!important}.qodef-portfolio-single.qodef-layout--slider-small .qodef-portfolio-content-holder{margin-left:50px;margin-right:40px}@media only screen and (max-width:1024px){.qodef-portfolio-single.qodef-layout--slider-small .qodef-portfolio-content-holder{border-top:1px solid #000;padding-top:30px}}.qodef-portfolio-single.qodef-layout--slider-small #qodef-portfolio-single-related-items{width:1400px;margin-left:auto;margin-right:auto}@media only screen and (max-width:1440px){.qodef-portfolio-single.qodef-layout--slider-small #qodef-portfolio-single-related-items{width:1100px}}@media only screen and (max-width:1024px){.qodef-portfolio-single.qodef-layout--slider-small #qodef-portfolio-single-related-items,.qodef-portfolio-single.qodef-layout--slider-small .qodef-media,.qodef-portfolio-single.qodef-layout--slider-small .qodef-portfolio-content-holder{margin-left:auto;margin-right:auto;width:768px}}@media only screen and (max-width:768px){.qodef-portfolio-single.qodef-layout--slider-small #qodef-portfolio-single-related-items,.qodef-portfolio-single.qodef-layout--slider-small .qodef-media,.qodef-portfolio-single.qodef-layout--slider-small .qodef-portfolio-content-holder{width:86%}}@media only screen and (max-width:480px){.qodef-portfolio-single.qodef-layout--slider-small #qodef-portfolio-single-related-items,.qodef-portfolio-single.qodef-layout--slider-small .qodef-media,.qodef-portfolio-single.qodef-layout--slider-small .qodef-portfolio-content-holder{width:82%}}.qodef-portfolio-single.qodef-layout--slider-small .qodef-portfolio-title{margin:0 0 26px}@media only screen and (max-width:1024px){.qodef-portfolio-single.qodef-layout--slider-small .qodef-portfolio-title{margin:0 0 15px}}.qodef-portfolio-single.qodef-layout--slider-small .qodef-portfolio-content{max-width:320px}@media only screen and (max-width:1024px){.qodef-portfolio-single.qodef-layout--slider-small .qodef-portfolio-content{max-width:100%}}.qodef-portfolio-single.qodef-layout--slider-small .qodef-portfolio-info{margin-top:20px}@media only screen and (max-width:1024px){.qodef-portfolio-single.qodef-layout--slider-small .qodef-portfolio-info{margin-bottom:42px}}.qodef-team-list .qodef-e-role{margin:0}.qodef-team-list .qodef-e-title{margin:2px 0 13px}.qodef-team-list .qodef-team-member-social-icons{opacity:0;margin:0;transition:opacity .6s ease-in-out}.qodef-team-list .qodef-e:hover .qodef-team-member-social-icons{opacity:1}.qodef-team-list.qodef--overlay-filer .qodef-e .qodef-e-image{position:relative;overflow:hidden}.qodef-team-list.qodef--overlay-filer .qodef-e .qodef-e-image:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;mix-blend-mode:screen}.qodef-team-list.qodef--overlay-filer .qodef-e .qodef-e-image:after{background-color:#d83c27;opacity:1;transition:background-color .9s ease}.qodef-team-list.qodef--overlay-filer .qodef-e .qodef-e-image img{filter:grayscale(100%)}.qodef-team-list.qodef--overlay-filer .qodef-e:hover .qodef-e-image:after{background-color:#3a27d8}.qodef-team-list.qodef-item-layout--info-below .qodef-e-inner .qodef-e-image{position:relative}.qodef-team-list.qodef-item-layout--info-below .qodef-e-inner .qodef-e-image .qodef-e-media-image.qodef--background{width:100%;background-position:center;background-repeat:no-repeat;background-size:cover}.qodef-team-list.qodef-item-layout--info-below .qodef-e-inner .qodef-e-image .qodef-e-media-image.qodef--background img{visibility:hidden}.qodef-team-list.qodef-item-layout--info-below .qodef-e-content{margin:14px 0 0}.qodef-team-list.qodef-item-layout--info-below .qodef-e-content .qodef-e-title{margin:27px 0 4px}.qodef-team-list.qodef-item-layout--info-below .qodef-e-content .qodef-team-member-social-icons{padding:7px 0 0}.qodef-team-list.qodef-item-layout--info-below .qodef-e-content .qodef-team-member-social-icons .qodef-team-member-social-icon{display:inline-block!important;padding-right:12px;padding-top:10px}.qodef-team-list.qodef-item-layout--info-on-hover .qodef-e-holder{position:relative}.qodef-team-list.qodef-item-layout--info-on-hover .qodef-e-inner:hover .qodef-e-social{opacity:1;z-index:1}.qodef-team-list.qodef-item-layout--info-on-hover .qodef-e-content{position:absolute;width:100%;height:100%;top:0;left:0;right:0;margin:auto;padding:40px 35px 27px;background-color:transparent;display:flex;justify-content:space-between;align-items:flex-start;flex-direction:column}.qodef-team-list.qodef-item-layout--info-on-hover .qodef-e-social{opacity:0;z-index:-1;transition:opacity .4s ease-in-out}.qodef-team-list.qodef-item-layout--info-on-hover .qodef-e-title{margin:0 0 5px;color:#fff}.qodef-team-list.qodef-item-layout--info-on-hover .qodef-e-role{color:#fff}.qodef-team-list.qodef-item-layout--info-on-hover .qodef-team-member-social-icons span{color:#fff;font-size:22px;margin-right:11px}.qodef-team-list.qodef-item-layout--info-on-hover .qodef-e-media-image:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.13);z-index:1}.qodef-team-list.qodef-item-layout--info-on-hover .qodef-e-media-image:after{z-index:2}.qodef-team-list.qodef-item-layout--info-on-hover .qodef-e-content{z-index:3}.qodef-testimonials-list .qodef-e-inner{padding-bottom:40px}@media screen and (min-width:1025px){.qodef-testimonials-list .qodef-e-inner{max-width:80%}}.qodef-testimonials-list .qodef-e-media-image{display:inline-block;line-height:0;margin-top:42px;max-width:85px;width:100%}.qodef-testimonials-list .qodef-e-title{margin:0 0 25px}.qodef-testimonials-list .qodef-e-text{margin:0 30% 19px 0}.qodef-testimonials-list .qodef-e-author{margin:0}.qodef-testimonials-list .qodef-e-author .qodef-e-author-name{display:block}.qodef-testimonials-list .swiper-pagination-bullets{text-align:left;bottom:0!important;transform:rotate(-270deg) translateY(-47%);top:38%;width:auto;left:88%!important;display:inline-block;transform-origin:0 0}@media only screen and (max-width:1024px){.qodef-testimonials-list .swiper-pagination-bullets{top:unset;left:0!important;transform:rotate(0) translateY(0);margin-bottom:-10px}}.qodef-testimonials-list.qodef-swiper-container.swiper-container-vertical .swiper-wrapper{flex-direction:column}.qodef-testimonials-list.qodef-skin--light .qodef-e-author,.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-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{margin:0}.qodef-review-rating .qodef-star-rating{position:relative;display:inline-block;vertical-align:top;margin:0;font-size:0;color:transparent;cursor:pointer;overflow:hidden}.qodef-review-rating .qodef-star-rating:before{position:relative;display:inline-block;vertical-align:top;overflow:hidden;z-index:-1;content:"\e031";font-size:14px;letter-spacing:.1em;color:#000;font-family:ElegantIcons;line-height:1;white-space:nowrap;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.qodef-review-rating .qodef-star-rating.active:after{position:absolute;top:0;right:0;display:block;content:"\e033\e033\e033\e033\e033";font-size:14px;letter-spacing:.1em;color:#000;font-family:ElegantIcons;line-height:1;white-space:nowrap;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.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{font-size:14px;letter-spacing:.1em;color:#000}.qodef-review-rating .qodef-comments-ratings .qodef-m-star.qodef--active{position:absolute;top:0;left:0;overflow:hidden;white-space:nowrap}.qodef-reviews-per-criteria .qodef-item-reviews-average-rating{color:#d83c27;font-size:60px;line-height:1em}.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-wrapper{padding-top:23%;padding-left:15%;display:table;width:100%;height:100%;vertical-align:middle}.qodef-reviews-per-mark .qodef-reviews-number{font-size:72px;color:#ffd740;line-height:1em;margin-right:22px;display:table-cell;vertical-align:middle;position:relative;top:-6px}.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-size:14px}.qodef-reviews-per-mark .qodef-rating-percentage-wrapper{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 80px}.qodef-search-cover-form .qodef-m-form-field{padding:0;margin-bottom:0;font-size:26px;font-weight:500;color:#d83c27;background-color:transparent;border:0;border-radius:0;outline-offset:0}.qodef-search-cover-form .qodef-m-form-field:focus{color:#d83c27}.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-covers-search--opened .qodef-search-cover-form{z-index:9999999!important}.qodef-fullscreen-search-holder{position:fixed;top:0;width:100%;height:100%;visibility:hidden;display:flex;align-items:flex-end;justify-content:flex-end;background-color:#000;z-index:999;transition:all .6s cubic-bezier(.77,0,.175,1);right:-100%}.qodef-fullscreen-search-holder .qodef-m-inner{width:100%}.qodef-fullscreen-search-holder .qodef-m-form{position:relative;width:60%;margin:0 0 10px 48px}.qodef-fullscreen-search-holder .qodef-m-form-field{height:100%;margin:0;padding:0;font-size:130px;color:#fff;font-weight:500;line-height:2em;background:0 0;border:0;border-radius:0}.qodef-fullscreen-search-holder .qodef-m-form-field:-ms-input-placeholder{color:#fff;opacity:1}.qodef-fullscreen-search-holder .qodef-m-form-field::placeholder{color:#fff;opacity:1}.qodef-fullscreen-search-holder .qodef-m-form-field:focus{color:#fff}@media only screen and (max-width:1366px){.qodef-fullscreen-search-holder .qodef-m-form-field{font-size:90px}}.qodef-fullscreen-search-holder .qodef-m-form-submit{position:absolute;right:0;bottom:-20px;width:auto;padding:0;margin:0;color:#000;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:#d83c27;background:0 0}.qodef-fullscreen-search--opened .qodef-fullscreen-search-holder .qodef-m-form-submit{opacity:1;bottom:10px;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-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-fullscreen-search-close-holder{position:absolute;top:0;right:0;width:calc(50% - 48px);height:100px;display:flex;align-items:center;justify-content:flex-end;margin-right:48px}.qodef-fullscreen-search-holder .qodef-fullscreen-search-close-holder .qodef-m-icon.qodef--close{top:30px;right:0}.qodef-fullscreen-search-holder .qodef-m-close{position:relative;opacity:1;visibility:visible}.admin-bar .qodef-fullscreen-search-holder .qodef-m-close{top:72px}.qodef-fullscreen-search-holder .qodef-m-close:hover{color:#000}.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{color:#fff;opacity:1;visibility:visible}.qodef-fullscreen-search--opened .qodef-fullscreen-search-holder .qodef-m-close .qodef--open{opacity:0;visibility:hidden}.qodef-fullscreen-search-holder .qodef-m-close .qodef--close{left:auto;right:0;color:#fff;visibility:visible;z-index:1}.qodef-fullscreen-search-holder .qodef-m-close .qodef--close:hover{color:#fff}.qodef-fullscreen-search-holder .qodef-m-close .qodef--close .qodef-m-lines{position:relative;display:block;width:24px;height:24px}.qodef-fullscreen-search-holder .qodef-m-close .qodef--close .qodef-m-lines .qodef-m-line{position:absolute;left:0;height:4px;width:100%;background-color:currentColor}.qodef-fullscreen-search-holder .qodef-m-close .qodef--close .qodef-m-lines .qodef-m-line.qodef--1{top:9px;transform:rotate(45deg)}.qodef-fullscreen-search-holder .qodef-m-close .qodef--close .qodef-m-lines .qodef-m-line.qodef--2{top:9px;transform:rotate(-45deg)}.qodef-fullscreen-search--opened #qodef-page-header,.qodef-fullscreen-search--opened #qodef-page-mobile-header{visibility:hidden}.qodef-fullscreen-search--opened #qodef-page-header .qodef-widget-holder,.qodef-fullscreen-search--opened #qodef-page-header-inner>.qodef-opener-icon{display:none}.qodef-fullscreen-search--opened .qodef-fullscreen-menu-opener,.qodef-fullscreen-search--opened .qodef-header-logo-image.qodef--customizer,.qodef-fullscreen-search--opened .qodef-header-logo-link,.qodef-fullscreen-search--opened .qodef-mobile-header-logo-link{visibility:visible}.qodef-fullscreen-search--opened #qodef-page-header .qodef-header-logo-link img.qodef--light{opacity:1}.qodef-fullscreen-search--opened #qodef-page-header .qodef-header-logo-link img.qodef--dark,.qodef-fullscreen-search--opened #qodef-page-header .qodef-header-logo-link img.qodef--main{opacity:0}.qodef-fullscreen-search--fadein .qodef-fullscreen-search-holder{right:0;visibility:visible}@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;vertical-align:baseline}.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;border-top:1px solid #000;margin:12px 0 0;padding:13px 10px 27px 5px;transition:all .2s ease-in-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;top:1px}.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{padding:13px 10px 5px 5px}.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:0 10% 30px 26%;margin:0}@media only screen and (max-width:680px){.qodef-accordion.qodef-layout--simple .qodef-accordion-content{padding:0 10% 30px 10%}}.qodef-accordion.qodef-layout--simple .qodef-accordion-content p{margin:0}.qodef-accordion.qodef-layout--simple .qodef-accordion-content .qodef-accordion-apply{display:block;position:relative;margin-top:15px;font-weight:500}.qodef-awards-list article.qodef-grid-item{border-top:1px solid #000}.qodef-awards-list article.qodef-grid-item .qodef-e-inner{display:flex;justify-content:space-between;margin-bottom:50px}@media only screen and (max-width:1024px){.qodef-awards-list article.qodef-grid-item .qodef-e-inner{flex-direction:column}}.qodef-awards-list .qodef-e-text{margin:8px 0 0;flex-basis:28%;color:#3d3d3d}.qodef-awards-list .qodef-e-title-wrapper{margin:14px 0 0;flex-basis:72%}@media only screen and (max-width:1024px){.qodef-awards-list .qodef-e-title-wrapper{margin:5px 0 0}}.qodef-awards-list .qodef-e-title-wrapper .qodef-e-title{margin:0;position:relative;z-index:1;display:inline-block}.qodef-awards-list .qodef-e-title-wrapper .qodef-e-title a{background-image:linear-gradient(to top,currentColor 2px,transparent 2px);background-position:0 -3px;transition:background-size .35s cubic-bezier(.16,.48,.36,1),color .2s ease-out;background-repeat:no-repeat;background-size:0 100%;background-position-x:100%}.qodef-awards-list .qodef-e-title-wrapper .qodef-e-title a:hover{color:inherit;background-size:100% 100%;background-position-x:0}.qodef-awards-list .qodef-e-title-wrapper .qodef-e-title a.qodef-long-underline-animation{transition-duration:.5s}.qodef-awards-list .qodef-e-title-wrapper .qodef-e-title a.qodef-very-long-underline-animation{transition-duration:.75s}.qodef-awards-list .qodef-e-title-wrapper .qodef-e-image{position:absolute;top:50%;right:24%;transform:translateY(-50%)}@media only screen and (max-width:680px){.qodef-awards-list .qodef-e-title-wrapper .qodef-e-image{max-width:40%}}.qodef-awards-list .qodef-e-title-wrapper .qodef-e-image img{opacity:0;transform:scaleY(1.1) skewY(5deg);transition:opacity .15s ease-out,transform .2s cubic-bezier(.22,.61,.36,1)}.qodef-awards-list .qodef-e .qodef-e-title:hover+.qodef-e-image img{opacity:1;transform:scaleY(1) skewY(0);transition:opacity .15s ease-out,transform .4s cubic-bezier(.22,.61,.36,1)}.qodef-awards-list .qodef-e-button{margin:3px 0 0;flex-shrink:0}.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-title{margin:10px 0 4px}.qodef-banner .qodef-m-title-inner{display:inline-block}.qodef-banner .qodef-m-subtitle{font-family:"DM Sans",sans-serif;margin:0;opacity:.5;letter-spacing:0}.qodef-banner .qodef-m-text-field{font-size:15px;color:#d83c27;margin:0 0 10px;font-style:italic}.qodef-banner .qodef-m-image{position:relative;display:inline-block;width:100%;vertical-align:top;overflow:hidden}.qodef-banner .qodef-m-image img{display:block;transition:all .35s ease-out}.qodef-banner.qodef-layout--link-button .qodef-m-content-inner{align-items:flex-start;flex-direction:column;justify-content:flex-end;padding:35px}.qodef-banner.qodef-layout--link-button .qodef-m-title{margin:10px 0}.qodef-banner.qodef-layout--link-button .qodef-m-text{margin:0}.qodef-banner.qodef-layout--link-button .qodef-m-button{margin:10px 0 0}.qodef-banner.qodef-layout--link-overlay .qodef-m-content-inner{align-items:flex-start;flex-direction:column;justify-content:center;padding:30px}.qodef-button.qodef-html--link{position:relative;display:inline-block;vertical-align:middle;width:auto;margin:0;font-family:"DM Sans",sans-serif;font-weight:500;line-height:2em;text-decoration:none;border-radius:0;outline:0;transition:color .2s ease-out,stroke .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;padding:4px 26px;font-size:15px}.qodef-button.qodef-size--small{padding:3px 21px;font-size:14px}.qodef-button.qodef-size--large{padding:5px 31px;font-size:16px}.qodef-button.qodef-size--full{width:100%;text-align:center}.qodef-button.qodef-layout--filled.qodef-html--link{color:#fff;background-color:#000;border:1px solid transparent}.qodef-button.qodef-layout--filled.qodef-html--link:hover{color:#fff;background-color:#d83c27}.qodef-button.qodef-layout--filled.qodef-text-hover .qodef-m-text-holder{position:relative;display:inline-flex;line-height:1.4;overflow:hidden}.qodef-button.qodef-layout--filled.qodef-text-hover .qodef-btn-text,.qodef-button.qodef-layout--filled.qodef-text-hover .qodef-m-text{transition:opacity .2s,transform .55s cubic-bezier(.46,.03,.52,.96)}.qodef-button.qodef-layout--filled.qodef-text-hover .qodef-btn-text:nth-of-type(1),.qodef-button.qodef-layout--filled.qodef-text-hover .qodef-m-text:nth-of-type(1){transform:translateY(0);transition-delay:.1s}.qodef-button.qodef-layout--filled.qodef-text-hover .qodef-btn-text:nth-of-type(2),.qodef-button.qodef-layout--filled.qodef-text-hover .qodef-m-text:nth-of-type(2){position:absolute;top:0;left:0;width:100%;height:100%;top:unset;transform:translateY(100%)}.qodef-button.qodef-layout--filled.qodef-text-hover:hover .qodef-btn-text:nth-of-type(1),.qodef-button.qodef-layout--filled.qodef-text-hover:hover .qodef-m-text:nth-of-type(1){transform:translateY(-100%)}.qodef-button.qodef-layout--filled.qodef-text-hover:hover .qodef-btn-text:nth-of-type(2),.qodef-button.qodef-layout--filled.qodef-text-hover:hover .qodef-m-text:nth-of-type(2){transform:translateY(0);transition-delay:.1s}.qodef-button.qodef-layout--outlined{color:#000;background-color:transparent;border:1px solid #000}.qodef-button.qodef-layout--outlined:hover{color:#fff;background-color:#d83c27;border-color:#d83c27}.qodef-button.qodef-layout--textual{padding:0!important;font-size:17px;font-weight:400;color:#000;stroke:#000;background-color:transparent;border:0}.qodef-button.qodef-layout--textual .qodef-m-text{display:inline-block;vertical-align:middle}.qodef-button.qodef-layout--textual .qodef-btn-textual-icon{display:inline-block;vertical-align:middle;width:12px;height:16px;stroke:currentColor;margin-left:4px}.qodef-button.qodef-layout--textual .qodef-btn-textual-icon g{transition:transform .3s cubic-bezier(.46,.03,.52,.96);will-change:transform}.qodef-button.qodef-layout--textual .qodef-btn-textual-icon g:nth-of-type(1){transform:translate(0,0);transition-delay:.1s}.qodef-button.qodef-layout--textual .qodef-btn-textual-icon g:nth-of-type(2){transform:translate(-15px,15px);transition-delay:0s}.qodef-button.qodef-layout--textual:hover{color:#d83c27}.qodef-button.qodef-layout--textual:hover .qodef-btn-textual-icon g:nth-of-type(1){transform:translate(15px,-15px);transition-delay:0s}.qodef-button.qodef-layout--textual:hover .qodef-btn-textual-icon g:nth-of-type(2){transform:translate(0,0);transition-delay:.1s}.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}.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-m-content{padding-right:20px}.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-countdown .qodef-digit{position:relative;display:inline-block;width:100%;vertical-align:top;text-align:center;display:inline}.qodef-countdown .qodef-label{display:inline;position:relative;top:-14px;left:11px;font-size:18px;font-weight:500;color:#000}.qodef-countdown .qodef-label:before{content:"/";position:relative;font-size:50px;color:#000;top:26px;left:-11px}.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.3333333333%}.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.6666666667%}.qodef-countdown.qodef-countdown--light .qodef-digit,.qodef-countdown.qodef-countdown--light .qodef-label{color:#fff}.qodef-countdown.qodef-layout--simple .qodef-digit-wrapper{display:inline-block;position:relative;vertical-align:top;padding:0 20px;text-align:center}@media only screen and (max-width:1024px){.qodef-countdown.qodef-layout--simple .qodef-digit-wrapper{padding:10px 20px}}@media only screen and (max-width:680px){.qodef-countdown.qodef-layout--simple .qodef-digit-wrapper{text-align:left}}.qodef-countdown.qodef-layout--simple .qodef-digit{font-family:inherit;font-size:90px;font-weight:500;line-height:1em;color:#000}.qodef-counter.qodef-layout--simple{text-align:center;position:relative}.qodef-counter.qodef-layout--simple .qodef-m-image{position:absolute;bottom:25px;left:0;width:100%;display:block;overflow:hidden}.qodef-counter.qodef-layout--simple .qodef-m-image img{display:block;margin:auto}.qodef-counter.qodef-layout--simple .qodef-m-content{position:relative;display:inline-block;width:100%;vertical-align:top;display:block;text-align:left}.qodef-counter.qodef-layout--simple .qodef-m-digit{font-family:inherit;font-size:50px;font-weight:500;line-height:1;color:#000}.qodef-counter.qodef-layout--simple .qodef-m-title{margin:5px 0 30px 0}.qodef-counter.qodef-layout--simple .qodef-m-text{margin:0}.qodef-custom-font{position:relative;margin:0}.qodef-custom-font .qodef--hidden-text{opacity:0}.qodef-custom-font canvas{display:inline-block;position:absolute;text-align:left;top:0;left:0}.qodef-custom-font .qodef-m-additional-text{font-size:93px;position:relative;left:-6px;top:-65px}@media only screen and (max-width:1024px){.qodef-custom-font .qodef-m-additional-text{font-size:65px;left:-12px;top:-62px}}@media only screen and (max-width:680px){.qodef-custom-font .qodef-m-additional-text{font-size:39px;left:-8px;top:-27px}}.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;color:#000;font-size:47px;line-height:1.19em;font-weight:500}.qodef-dropcaps .qodef-m-text{display:inline;margin:0}.qodef-dropcaps:not(.qodef-type--simple) .qodef-m-letter{width:40px;height:40px;font-size:30px;line-height:1.3em;font-weight:500;color:#fff;background-color:#000}.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%}.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:#000}.qodef-icon-list-item{position:relative;display:inline-block;width:100%;vertical-align:top;line-height:1}.qodef-icon-list-item .qodef-e-title{position:relative;display:inline-block;vertical-align:top;margin:0;line-height:1}.qodef-icon-list-item .qodef-e-title a{display:block}.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:15px;float:none}.qodef-icon-list-item .qodef-icon-holder .qodef-icon{font-size:17px}.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-page-sidebar .widget.widget_zermatt_core_icon_list_item{margin-bottom:0}#qodef-page-footer .widget.widget_zermatt_core_icon_list_item{margin-bottom:2}#qodef-side-area .widget.widget_zermatt_core_icon_list_item{margin-bottom:0}#qodef-page-footer .widget.widget_zermatt_core_icon_list_item{margin-top:-2px;margin-bottom:2px}#qodef-page-sidebar .widget.widget_zermatt_core_icon_list_item{display:inline-block;width:50%}.widget.widget_zermatt_core_icon_list_title{margin:0!important}.qodef-icon-with-text .qodef-m-title{margin:0}.qodef-icon-with-text .qodef-m-title a{display:block}.qodef-icon-with-text .qodef-m-text{margin:8px 0 0}.qodef-icon-with-text .qodef-m-icon-wrapper{line-height:1}.qodef-icon-with-text .qodef-icon-holder{float:none}.qodef-icon-with-text .qodef-m-content{position:relative;display:inline-block;width:100%;vertical-align:top}.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-layout--before-content{display:flex;align-items:center}.qodef-icon-with-text.qodef-layout--before-content .qodef-m-icon-wrapper{flex-shrink:0;margin-right:19px}.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:5px}.qodef-icon-with-text.qodef-layout--top{text-align:center}.qodef-icon-with-text.qodef-layout--top.qodef-alignment--center .qodef-m-content{text-align:center}.qodef-icon-with-text.qodef-layout--top.qodef-alignment--left .qodef-m-content{text-align:left}.qodef-icon-with-text.qodef-layout--top.qodef-alignment--right .qodef-m-content{text-align:right}.qodef-icon-with-text.qodef-layout--top .qodef-m-content{margin-top:22px}.qodef-icon-with-text.qodef-layout--top .qodef-m-title{margin-top:21px}.qodef-icon-with-text.qodef-layout--top .qodef-m-text{margin:16px 0 0}.qodef-icon-holder{position:relative;display:inline-block;vertical-align:top;width:auto;line-height:1}.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.qodef-layout--circle,.qodef-icon-holder.qodef-layout--square{width:2em;height:2em;line-height:2em;text-align:center;color:#fff;background-color:#d83c27;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:#000}.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_zermatt_core_icon{display:inline-block;line-height:1}#qodef-page-sidebar .widget.widget_zermatt_core_icon{margin-bottom:0}#qodef-page-footer .widget.widget_zermatt_core_icon{margin-bottom:0}#qodef-side-area .widget.widget_zermatt_core_icon{margin-bottom:0}.qodef-image-gallery .swiper-button-next{transform:none;top:unset;bottom:45px;left:unset!important;right:0!important}.qodef-image-gallery .swiper-button-next:before{content:"";width:41px;height:1px;background-color:rgba(255,255,255,.41);display:inline-block;margin:auto;position:absolute;bottom:0;left:0;right:0}.qodef-image-gallery .swiper-button-prev{transform:none;top:unset;bottom:0;left:unset!important;right:0!important}.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;transform:translate3d(0,0,0)}.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%;transform:translate3d(100%,0,0)}.qodef-image-marquee .qodef-m-image a{position:relative;display:block}@keyframes qode-move-marquee{0%{transform:translateX(100%)}100%{transform:translateX(-100%)}}.qodef-image-with-text{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-image-with-text .qodef-m-image,.qodef-image-with-text .qodef-m-video{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,.qodef-image-with-text .qodef-m-video a,.qodef-image-with-text .qodef-m-video img{display:block}.qodef-image-with-text .qodef-m-image img,.qodef-image-with-text .qodef-m-image video,.qodef-image-with-text .qodef-m-video img,.qodef-image-with-text .qodef-m-video video{box-shadow:0 0 4.85px .15px rgba(0,0,0,.09)}.qodef-image-with-text .qodef-m-content{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-image-with-text .qodef-m-title{position:relative;display:inline-block;margin:20px 0 0}.qodef-image-with-text .qodef-m-title .qodef-m-number{position:absolute;right:-31px;top:-3px;margin:0;font-weight:500;font-size:17px}.qodef-image-with-text .qodef-m-title .qodef-m-number:before{content:"/";position:absolute;left:-6px;top:0;font-size:14px;color:currentColor}.qodef-image-with-text .qodef-m-text{margin:15px 0 0}.widget .qodef-image-with-text{display:inline-block}.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(0,0,0,.1);text-align:center;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-interactive-link-showcase{position:relative;display:inline-block;width:100%;vertical-align:top;height:100vh;visibility:hidden}.admin-bar .qodef-interactive-link-showcase{height:calc(100vh - 32px)}.qodef-interactive-link-showcase .qodef-e-media-image{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;background-repeat:no-repeat;opacity:0;transition:opacity 0s .45s}.qodef-interactive-link-showcase .qodef-e-media-image.qodef--active{opacity:1;z-index:5;transition:opacity .4s cubic-bezier(.215,.61,.355,1)}.qodef-interactive-link-showcase .qodef-e-media-image img{display:none}.qodef-interactive-link-showcase .qodef-m-items{display:flex;align-items:flex-start;z-index:10}.qodef-interactive-link-showcase .qodef-m-item{position:relative;display:inline-flex;align-items:flex-start;width:auto;padding:0 6px 5px;margin:13px 0;color:#e6e6e6;font-size:47px;line-height:1.19em;font-weight:500;transition:color .2s ease-out,background-color .2s ease-out}.qodef-interactive-link-showcase .qodef-m-item .qodef-e-title{position:relative;display:block;z-index:2}.qodef-interactive-link-showcase .qodef-m-item .qodef-e-subtitle{font-size:30px;line-height:3.1em}.qodef-interactive-link-showcase .qodef-m-item.qodef--active,.qodef-interactive-link-showcase .qodef-m-item.qodef--hovered{color:#000}.qodef-interactive-link-showcase.qodef--init{visibility:visible}.qodef-interactive-link-showcase.qodef-skin--light .qodef-m-item{color:#393939}.qodef-interactive-link-showcase.qodef-skin--light .qodef-m-item.qodef--active,.qodef-interactive-link-showcase.qodef-skin--light .qodef-m-item.qodef--hovered{color:#fff}.qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-m-items{position:relative;flex-direction:column}.qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-m-item{padding:20px 0;margin:0;color:#000;background-color:transparent}.qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-m-item.qodef--active .qodef-e-follow-content{display:block}.qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-e-title-holder{display:flex;z-index:-2}.qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-e-follow-content{position:absolute;top:0;left:0;width:auto;display:none}.qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-e-follow-image{position:relative;display:inline-block;vertical-align:top;width:auto;transform:translate3d(-50%,-50%,0);overflow:hidden;z-index:-1}.qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-e-follow-image img{position:relative;display:block;width:auto;max-width:60vw}.qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-e-title-follow-holder{position:absolute;top:calc(50% + 20px);left:0;display:flex;font-size:47px;line-height:1.19em;font-weight:500;white-space:nowrap;color:#fff}.qodef-interactive-link-showcase.qodef-hover-animation--ripple canvas{position:absolute;bottom:50%;transform:translateY(50%);z-index:50}@media only screen and (max-width:340px){.qodef-interactive-link-showcase.qodef-layout--list{margin-top:28vh}}.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-images{position:relative;display:flex;justify-content:center;flex-direction:column;margin-left:auto;width:40%;height:100%;overflow:visible}@media only screen and (max-width:480px){.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-images{width:100%;position:absolute;align-items:center}}.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-images .qodef-e-media-image{position:relative;height:150px;display:flex;align-items:center;transition:opacity .4s ease-in-out}@media only screen and (max-width:480px){.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-images .qodef-e-media-image{position:absolute;height:100%}}.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-images .qodef-e-media-image img{position:absolute;display:block;bottom:50%;transform:translateY(50%)}.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-items{position:absolute;top:0;left:0;width:100%;height:100%;width:60%;justify-content:center;flex-direction:column}.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-item{width:100%}.qodef-interactive-link-showcase.qodef-layout--list .qodef-e-title{font-size:60px;line-height:1.15em;font-weight:500;font-size:90px;white-space:nowrap}@media only screen and (max-width:1024px){.qodef-interactive-link-showcase.qodef-layout--list .qodef-e-title{font-size:60px}}@media only screen and (max-width:680px){.qodef-interactive-link-showcase.qodef-layout--list .qodef-e-title{font-size:40px}}@media only screen and (max-width:680px){.qodef-interactive-link-showcase.qodef-layout--list .qodef-e-subtitle{display:none}}.qodef-interactive-link-showcase.qodef-layout--slider{height:auto;min-height:calc(100vh - 100px - 90px);display:inline-flex;flex-direction:column;align-items:center;justify-content:center}.qodef-interactive-link-showcase.qodef-layout--slider.qodef-initialized{visibility:visible}.qodef-interactive-link-showcase.qodef-layout--slider .swiper-container{width:100%;padding:22px 0 4px;z-index:10}.qodef-interactive-link-showcase.qodef-layout--slider .swiper-container.swiper-container-rtl .qodef-m-item{direction:ltr}.qodef-interactive-link-showcase.qodef-layout--slider .swiper-container:nth-child(2):before,.qodef-interactive-link-showcase.qodef-layout--slider .swiper-container:nth-child(3):before{content:"";position:absolute;top:0;left:10%;width:80%;height:1px;background-color:#000}.qodef-interactive-link-showcase.qodef-layout--slider .qodef-m-images{position:absolute;top:0;left:0;width:100%;height:100%;height:100%;overflow:hidden}.qodef-interactive-link-showcase.qodef-layout--slider .qodef-m-images .qodef-e-media-image{display:flex;align-items:center;justify-content:flex-end;top:50%;left:auto;right:15%;width:auto;height:auto;visibility:hidden;transform:translateY(-50%);z-index:15}.qodef-interactive-link-showcase.qodef-layout--slider .qodef-m-images .qodef-e-media-image img{opacity:0;transform:scaleY(1.1) skewY(5deg);will-change:transform;transition:opacity .3s ease-out,transform .4s cubic-bezier(.22,.61,.36,1)}@media only screen and (max-width:1024px){.qodef-interactive-link-showcase.qodef-layout--slider .qodef-m-images .qodef-e-media-image img{max-width:65%}}@media only screen and (max-width:680px){.qodef-interactive-link-showcase.qodef-layout--slider .qodef-m-images .qodef-e-media-image img{max-width:50%}}.qodef-interactive-link-showcase.qodef-layout--slider .qodef-m-images .qodef-e-media-image.qodef--active{visibility:visible}.qodef-interactive-link-showcase.qodef-layout--slider .qodef-m-images .qodef-e-media-image.qodef--active img{opacity:1;transform:scaleY(1) skewY(0)}.qodef-interactive-link-showcase.qodef-layout--slider .qodef-m-images .qodef-e-media-image img{display:block}@media only screen and (max-width:680px){.qodef-interactive-link-showcase.qodef-layout--slider .qodef-m-images .qodef-e-media-image img{max-width:65%}}.qodef-interactive-link-showcase.qodef-layout--slider .qodef-m-item{height:auto;font-size:150px;padding:0 10px 5px}@media only screen and (max-width:1600px){.qodef-interactive-link-showcase.qodef-layout--slider .qodef-m-item{font-size:100px}}@media only screen and (max-width:1366px){.qodef-interactive-link-showcase.qodef-layout--slider .qodef-m-item{font-size:70px}}@media only screen and (max-width:680px){.qodef-interactive-link-showcase.qodef-layout--slider .qodef-m-item{font-size:40px}.qodef-interactive-link-showcase.qodef-layout--slider .qodef-m-item .qodef-e-subtitle{font-size:20px}}.qodef-pricing-table{position:relative;display:inline-block;width:100%;vertical-align:top;text-align:center}.qodef-pricing-table .qodef-m-inner{padding:37px 37px 55px;background-color:#000}@media only screen and (max-width:680px){.qodef-pricing-table .qodef-m-inner{padding:37px 32px 55px}}.qodef-pricing-table .qodef-m-inner .qodef-m-bottom{position:relative;display:flex;align-items:center;justify-content:space-between;border-top:1px solid #595959;padding-top:15px}.qodef-pricing-table .qodef-m-featured{position:relative;background-color:#8bff58;padding:5px 0}.qodef-pricing-table .qodef-m-featured p{margin:0;color:#000;font-weight:500}.qodef-pricing-table .qodef-m-title{text-align:left}.qodef-pricing-table .qodef-m-title *{margin:0;color:#fff}.qodef-pricing-table .qodef-m-price{margin-top:-3px}.qodef-pricing-table .qodef-m-price .qodef-m-price-wrapper{display:flex;margin:0;line-height:1;justify-content:flex-end}.qodef-pricing-table .qodef-m-price .qodef-m-price-wrapper .qodef-m-price-value{color:#fff;margin:23px 0 21px;font-size:90px;font-weight:500}.qodef-pricing-table .qodef-m-price .qodef-m-price-wrapper .qodef-m-price-currency{color:#fff;font-size:55px;top:26px;position:relative}.qodef-pricing-table .qodef-m-content{margin:25px 0 0}.qodef-pricing-table .qodef-m-content ul{list-style:none;margin:0}.qodef-pricing-table .qodef-m-content ul li{color:#000;margin-bottom:8px}.qodef-pricing-table .qodef-m-content ul li:last-child{margin-bottom:0}.qodef-pricing-table .qodef-m-content ul li:before{content:"\f00c";font-family:"Font Awesome 5 Free";font-weight:900;padding-right:8px}.qodef-pricing-table .qodef-m-info{color:#fff;display:inline-block}.qodef-pricing-table .qodef-m-info p{margin:0}.qodef-pricing-table .qodef-m-button{display:inline-block;position:relative;top:-2px}.qodef-pricing-table .qodef-m-button .qodef-button{margin:0;line-height:1}.qodef-pricing-table .qodef-m-button .qodef-button .qodef-m-text{color:#fff}.qodef-pricing-table .qodef-m-button .qodef-button .qodef-btn-textual-icon{stroke:#fff}.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;color:#000;font-size:22px;line-height:1.27em;font-weight:500}.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-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-m-title{margin:0}.qodef-section-title>.qodef-m-text{margin:15px 0 0}.qodef-section-title .qodef-m-border{position:relative;width:100%;height:1px;background-color:#000;margin-bottom:30px}.qodef-section-title .qodef-m-border.qodef-extended--left:before,.qodef-section-title .qodef-m-border.qodef-extended--right:after{content:"";position:absolute;top:0;width:80vw;height:1px;background-color:inherit}.qodef-section-title .qodef-m-border.qodef-extended--left:before{right:100%}.qodef-section-title .qodef-m-border.qodef-extended--right:after{left:100%}.qodef-section-title .qodef-button{margin-top:19px}.qodef-separator{position:relative;height:auto;font-size:0;line-height:1}.qodef-separator .qodef-m-line{position:relative;display:inline-block;width:100%;vertical-align:top;margin:10px 0;border-bottom:1px solid #acacac}.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-page-sidebar .widget.widget_zermatt_core_separator{margin-bottom:0}#qodef-page-footer .widget.widget_zermatt_core_separator{margin-bottom:0}#qodef-side-area .widget.widget_zermatt_core_separator{margin-bottom:0}.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;border-top:1px solid #000}.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li{margin:0 26px 0 0;padding:0}.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li a{display:block;position:relative;padding:14px 27px 1px 0;transition:color .2s ease-out,background-color .2s ease-out;font-size:22px;line-height:1.27em;font-weight:500}.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li a:before{content:"";position:absolute;top:0;left:0;width:0;height:2px;background-color:currentColor;transition:width .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 a:hover:before,.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li.active a:before,.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li.ui-state-active a:before,.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li.ui-state-hover a:before{width:100%}@media only screen and (max-width:680px){.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 0;padding:0}.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li:last-child{margin-bottom: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;min-width:155px;margin-right:88px;border-top:none;border-right:1px solid #000}.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-navigation li{width:100%;margin-bottom:6px}.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:100%;padding:0 0 20px;margin-right:0}@media only screen and (min-width:681px){.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-navigation li a:before{top:0;left:auto;right:0;width:2px;height:0;transition:height .2s ease-out}}@media only screen and (min-width:681px){.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-navigation li a:hover:before,.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-navigation li.active a:before,.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-navigation li.ui-state-active a:before,.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-navigation li.ui-state-hover a:before{width:2px;height:100%}}.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-content{margin-top:0}.qodef-tabs.qodef-layout--simple .qodef-tabs-content{margin:36px 0 0}.qodef-text-marquee{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-text-marquee .qodef-m-content{display:flex;white-space:nowrap;font-size:50px;font-family:"DM Sans",sans-serif;line-height:1em;overflow:hidden}.qodef-text-marquee .qodef-marquee-element{padding:0 25px;will-change:transform}.qodef-text-marquee .qodef-m-text--1{color:#000}.qodef-text-marquee .qodef-m-text--2{color:#000}.qodef-text-marquee .qodef-m-text--3{color:#000}.qodef-video-button{position:relative;display:inline-block;vertical-align:middle}.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:#000;font-size:106px;line-height:1}.qodef-video-button .qodef-m-play span{display:block;line-height:inherit}.qodef-video-button .qodef-m-play span:before{display:block;line-height:inherit}#qodef-side-area{position:fixed;top:0;right:-100%;width:100%;height:100%;min-height:100%;padding:120px 0 35px;text-align:center;display:flex;align-items:center;background-color:#000;overflow:hidden;visibility:hidden;z-index:9999;transition:all .6s cubic-bezier(.77,0,.175,1)}#qodef-side-area #qodef-side-area-inner{display:flex;flex-direction:row;justify-content:flex-start}.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-holder{position:absolute;top:0;right:0;width:calc(50% - 48px);height:100px;display:flex;align-items:center;justify-content:flex-end;margin-right:48px}#qodef-side-area-close{position:absolute;top:38px;right:0;display:block;z-index:1000;color:#fff}.admin-bar #qodef-side-area-close{top:53px}#qodef-side-area-close.qodef-source--predefined .qodef-m-line.qodef--1{top:13px;transform:rotate(45deg)}#qodef-side-area-close.qodef-source--predefined .qodef-m-line.qodef--2{top:13px;transform:rotate(-45deg)}.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}.qodef-side-area--opened .qodef-header-logo-link{visibility:visible}.qodef-side-area--opened .qodef-header-logo-link .qodef--main{opacity:0!important}.qodef-side-area--opened .qodef-header-logo-link .qodef--dark{opacity:0!important}.qodef-side-area--opened .qodef-header-logo-link .qodef--light{opacity:1!important}.qodef-side-area--opened #qodef-page-header{visibility:hidden}.qodef-side-area--opened .qodef-widget-holder{display:none!important}.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 5px 0 0;color:#000;font-size:22px;line-height:1.27em;font-weight:500}.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-block;vertical-align:top;line-height:1;padding:0;margin:0}.qodef-social-share li a{font-size:16px}.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-social-share-icon{vertical-align:middle}.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:block}.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:block;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:block;line-height:inherit}.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 #acacac}.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 a{font-size:14px;color:#3d3d3d;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:24px}.qodef-social-share.qodef-layout--list li:last-child{margin-right:0}.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-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--text .qodef-social-title{color:#ccc}#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--text .qodef-social-title{color:#ccc}#qodef-page-spinner{position:fixed;top:0;bottom:0;right:0;left:0;z-index:99999}#qodef-page-spinner .qodef-m-inner{position:relative;display:flex;align-items:center;justify-content:center;width:100%;height:100%;color:#000;background-color:#eaeaea}#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 -125ms 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((600ms) - 1500ms)}#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--1 .qodef-circle--3{animation-delay:calc((900ms) - 1500ms)}#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--1 .qodef-circle--4{animation-delay:calc((1200ms) - 1500ms)}#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((300ms) - 1400ms)}#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--2 .qodef-circle--2{animation-delay:calc((600ms) - 1400ms)}#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--2 .qodef-circle--3{animation-delay:calc((900ms) - 1400ms)}#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--2 .qodef-circle--4{animation-delay:calc((1200ms) - 1400ms)}#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((300ms) - 1300ms)}#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--3 .qodef-circle--2{animation-delay:calc((600ms) - 1300ms)}#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--3 .qodef-circle--3{animation-delay:calc((900ms) - 1300ms)}#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--3 .qodef-circle--4{animation-delay:calc((1200ms) - 1300ms)}#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--intro{transform:translateX(0)}#qodef-page-spinner.qodef-layout--intro.qodef-loading-finished{transform:translateX(110%);transition:all 1.1s cubic-bezier(.77,0,.175,1) 0s}#qodef-page-spinner.qodef-layout--intro.qodef-loading-finished .qodef-m-shape{transform:scaleX(0)}#qodef-page-spinner.qodef-layout--intro .qodef-m-inner{align-items:flex-end;justify-content:flex-start;overflow:hidden}#qodef-page-spinner.qodef-layout--intro .qodef-m-spinner{width:100%}#qodef-page-spinner.qodef-layout--intro .qodef-m-shape{position:relative;width:100%;left:49px;top:5px;height:1px;background-color:currentColor;transform:scaleX(1);transform-origin:right;transition:transform .8s cubic-bezier(.46,.03,.52,.96) 0s}#qodef-page-spinner.qodef-layout--intro .qodef-m-landing-progres-holder{display:inline-flex;font-weight:600;position:relative;bottom:-9px;left:-5.1%;overflow:visible}#qodef-page-spinner.qodef-layout--intro .qodef-m-landing-progres-holder.qodef-completed{transform:translateX(20vW);transition:transform .4s cubic-bezier(.46,.03,.52,.96) 0s}#qodef-page-spinner.qodef-layout--intro .qodef-m-landing-progress-number-holder{overflow:visible}#qodef-page-spinner.qodef-layout--intro .qodef-m-loading-progress{position:relative;font-size:20vw;line-height:1;width:24.8vW;display:inline-flex;justify-content:flex-end;overflow:visible}#qodef-page-spinner.qodef-layout--intro .qodef-m-loading-progress-percent{position:relative;font-size:8vw;line-height:1;top:30px}@media only screen and (max-width:1440px){#qodef-page-spinner.qodef-layout--intro .qodef-m-loading-progress-percent{top:20px}}@media only screen and (max-width:1024px){#qodef-page-spinner.qodef-layout--intro .qodef-m-loading-progress-percent{top:15px}}@media only screen and (max-width:768px){#qodef-page-spinner.qodef-layout--intro .qodef-m-loading-progress-percent{top:10px}}@media only screen and (max-width:680px){#qodef-page-spinner.qodef-layout--intro .qodef-m-loading-progress-percent{top:6px}}#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((100ms) - 100ms)}#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((200ms) - 100ms)}#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((300ms) - 100ms)}#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((400ms) - 100ms)}#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 .qodef-m-shape{width:40px;height:40px;background-color:currentColor;border-radius:0;animation:square-to-circle 3.9s 0s infinite cubic-bezier(.65,.35,0,.68)}#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:#d83c27;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((-750ms) + 750ms)}#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circle.qodef-pulse--2{animation:qode-pulse-circles-pulse 3s infinite calc((-1500ms) + 750ms)}#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circle.qodef-pulse--3{animation:qode-pulse-circles-pulse 3s infinite calc((-2250ms) + 750ms)}#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circle.qodef-pulse--4{animation:qode-pulse-circles-pulse 3s infinite calc((-3000ms) + 750ms)}#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((100ms) - 300ms)}#qodef-page-spinner.qodef-layout--rotate-circles .qodef-m-circles>div:nth-last-of-type(2){animation-delay:calc((200ms) - 300ms)}#qodef-page-spinner.qodef-layout--rotate-circles .qodef-m-circles>div:nth-last-of-type(3){animation-delay:calc((300ms) - 300ms)}#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((200ms) - 1300ms)}#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripe.qodef-stripe--3{animation-delay:calc((300ms) - 1300ms)}#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripe.qodef-stripe--4{animation-delay:calc((400ms) - 1300ms)}#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripe.qodef-stripe--5{animation-delay:calc((500ms) - 1300ms)}#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%;opacity:0;z-index:115;visibility:hidden;transition:opacity .2s ease-out;background-color:rgba(0,0,0,.65);display:flex;align-items:center;justify-content:center}.qodef-sp-holder .qodef-sp-inner{width:90%;max-width:600px;background-color:#fff;padding:40px;opacity:0;transition:transform .3s cubic-bezier(.06,.47,.38,.99),opacity .2s ease-out}.qodef-sp-holder .qodef-sp-close{position:absolute;top:16px;right:16px;display:block;color:#000}.qodef-sp-holder .qodef-sp-close:hover{color:#3d3d3d}.qodef-sp-holder .qodef-sp-close svg{stroke:currentColor;fill:currentColor}.qodef-sp-holder .qodef-sp-content-container{background-color:#eaeaea;background-size:cover;padding:40px}.qodef-sp-holder .qodef-sp-title{margin:0 0 30px 0}.qodef-sp-holder .qodef-sp-subtitle{margin:0 0 20px 0}.qodef-sp-holder .wpcf7{width:100%;display:block}.qodef-sp-holder .qodef-sp-prevent{position:relative;display:inline-block;width:100%;vertical-align:top;margin-top:28px}.qodef-sp-holder .qodef-sp-prevent-inner{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:1px 1px 0 0;width:11px;height:11px;border:1px solid #000;overflow:hidden}.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 svg{opacity:1}.qodef-sp-holder .qodef-sp-prevent-label{font-size:13px}.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 48px}@media only screen and (max-width:1024px){.qodef-page-title .qodef-m-content.qodef-content-full-width{padding:0 20px}}.qodef-page-title .qodef-breadcrumbs a,.qodef-page-title .qodef-breadcrumbs span{font-size:17px}.qodef-page-title .qodef-breadcrumbs a{color:#686868}.qodef-page-title .qodef-breadcrumbs a:hover{color:#d83c27}.qodef-page-title .qodef-breadcrumbs .qodef-breadcrumbs-separator{margin:0 5px 0 5px}.qodef-page-title .qodef-breadcrumbs .qodef-breadcrumbs-separator:after{content:"/"}.qodef-page-title.qodef-title--breadcrumbs .qodef-m-content{justify-content:flex-end;align-items:center;text-align:right}.qodef-page-title.qodef-title--standard-with-breadcrumbs .qodef-breadcrumbs{margin-top:5px}.qodef-page-title.qodef-title--standard .qodef-m-subtitle{margin:4px 0 0}.widget.qodef-author-info{display:flex}.widget.qodef-author-info .qodef-author-image-holder{flex-shrink:0;margin-right:33px}.widget.qodef-author-info .qodef-author-image-holder img{border-radius:50%;border:5px solid #8bff58}.widget.qodef-author-info .qodef-author-info-holder{display:flex;justify-content:flex-start;align-self:center;flex-direction:column}.widget.qodef-author-info .qodef-author-info-holder .qodef-author-info-name{margin:0 0 4px}.widget.qodef-author-info .qodef-author-info-holder .qodef-author-info-description{margin:0}.widget .qodef-contact-info-widget{margin:0}#qodef-top-area .widget .qodef-contact-info-widget{margin:0}#qodef-top-area .widget .qodef-contact-info-widget a{font-size:16px}.qodef-social-icons-group .qodef-icon-holder{margin-left:9px}.qodef-social-icons-group .qodef-icon-holder:first-child{margin-left:0}.widget.widget_zermatt_core_social_icons_group .qodef-icon-holder a{color:#fff;transition:color .2s ease-out}.widget.widget_zermatt_core_social_icons_group .qodef-icon-holder.qodef-layout--circle{background-color:#d83c27}.widget.widget_zermatt_core_social_icons_group .qodef-icon-holder.qodef-layout--circle:hover{background-color:#000}.widget.widget_zermatt_core_social_icons_group .qodef-icon-holder.qodef-layout--circle:hover a{color:#fff}.widget_zermatt_core_sticky_sidebar{position:relative;width:100%;height:0;margin:0!important;padding:0!important;border:none!important;background:0 0!important}.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--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--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:#d83c27}.qodef-weather-widget .qodef-e-heading-description{color:#d83c27}#qodef-page-footer .qodef-weather-widget .qodef-m-weather-icon{color:#fff}#qodef-page-footer .qodef-weather-widget .qodef-e-heading-city{color:#fff}@media only screen and (max-width:680px){#qodef-author-info{flex-direction:column}#qodef-author-info .qodef-m-inner{flex-wrap:wrap}#qodef-author-info .qodef-m-content{margin-top:23px}#qodef-author-info .qodef-m-social-icons{position:relative;bottom:0;right:0;margin-top:13px;margin-left:-3px}}@media only screen and (max-width:1440px){.qodef-fullscreen-menu>ul>li{margin:10px 0}.qodef-fullscreen-menu>ul>li>a{font-size:75px}.qodef-fullscreen-menu .qodef-drop-down-second-inner>ul{padding:14px 0 0}}@media only screen and (max-width:680px){.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li>a{font-size:22px}.qodef-fullscreen-menu>ul>li>a{font-size:50px}}@media only screen and (max-width:1024px){body:not(.qodef-content-behind-header) #qodef-page-outer{margin-top:0!important}}@media only screen and (max-width:1024px){.qodef-header--vertical-sliding #qodef-page-header-inner{display:none}.qodef-header--vertical-sliding #qodef-page-footer,.qodef-header--vertical-sliding #qodef-page-outer{padding-left:0!important}}@media only screen and (max-width:1024px){.qodef-header--vertical #qodef-page-header-inner{display:none}.qodef-header--vertical #qodef-page-outer,.qodef-header--vertical footer{padding-left:0}}@media only screen and (max-width:1024px){#qodef-top-area{display:none}}@media only screen and (max-width:1440px){.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:20%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(5n+1){clear:both}}@media only screen and (max-width:1366px){.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:25%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(4n+1){clear:both}}@media only screen and (max-width:1366px){.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:25%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(4n+1){clear:both}}@media only screen and (max-width:1366px){.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:25%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(4n+1){clear:both}}@media only screen and (max-width:1366px){.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:25%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(4n+1){clear:both}}@media only screen and (max-width:1024px){.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:33.3333333333%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(3n+1){clear:both}}@media only screen and (max-width:1024px){.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:33.3333333333%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(3n+1){clear:both}}@media only screen and (max-width:1024px){.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:33.3333333333%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(3n+1){clear:both}}@media only screen and (max-width:1024px){.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:33.3333333333%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(3n+1){clear:both}}@media only screen and (max-width:1024px){.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:33.3333333333%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(3n+1){clear:both}}@media only screen and (max-width:768px){.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:50%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(2n+1){clear:both}}@media only screen and (max-width:768px){.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:50%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(2n+1){clear:both}}@media only screen and (max-width:768px){.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:50%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(2n+1){clear:both}}@media only screen and (max-width:768px){.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:50%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(2n+1){clear:both}}@media only screen and (max-width:768px){.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:50%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(2n+1){clear:both}}@media only screen and (max-width:768px){.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:50%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(2n+1){clear:both}}@media only screen and (max-width:680px){.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:100%}.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:100%}.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:100%}.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:100%}.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:100%}.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:100%}.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:100%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:100%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:50%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(2n+1){clear:both}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:33.3333333333%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(3n+1){clear:both}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:25%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(4n+1){clear:both}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:20%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(5n+1){clear:both}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:16.6666666667%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(6n+1){clear:both}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:14.2857142857%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(7n+1){clear:both}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:12.5%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(8n+1){clear:both}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:100%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:50%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(2n+1){clear:both}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:33.3333333333%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(3n+1){clear:both}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:25%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(4n+1){clear:both}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:20%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(5n+1){clear:both}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:16.6666666667%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(6n+1){clear:both}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:14.2857142857%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(7n+1){clear:both}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:12.5%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(8n+1){clear:both}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--1.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:100%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:50%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(2n+1){clear:both}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:33.3333333333%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(3n+1){clear:both}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:25%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(4n+1){clear:both}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:20%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(5n+1){clear:both}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:16.6666666667%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(6n+1){clear:both}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:14.2857142857%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(7n+1){clear:both}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:12.5%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(8n+1){clear:both}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:100%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:50%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(2n+1){clear:both}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:33.3333333333%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(3n+1){clear:both}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:25%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(4n+1){clear:both}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:20%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(5n+1){clear:both}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:16.6666666667%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(6n+1){clear:both}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:14.2857142857%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(7n+1){clear:both}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:12.5%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(8n+1){clear:both}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--1.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:100%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:50%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(2n+1){clear:both}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:33.3333333333%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(3n+1){clear:both}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:25%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(4n+1){clear:both}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:20%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(5n+1){clear:both}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:16.6666666667%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(6n+1){clear:both}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:14.2857142857%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(7n+1){clear:both}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:12.5%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(8n+1){clear:both}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--1.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:100%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:50%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(2n+1){clear:both}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:33.3333333333%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(3n+1){clear:both}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:25%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(4n+1){clear:both}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:20%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(5n+1){clear:both}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:16.6666666667%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(6n+1){clear:both}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:14.2857142857%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(7n+1){clear:both}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:12.5%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(8n+1){clear:both}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--1.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:100%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:50%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(2n+1){clear:both}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:33.3333333333%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(3n+1){clear:both}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:25%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(4n+1){clear:both}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:20%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(5n+1){clear:both}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:16.6666666667%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(6n+1){clear:both}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:14.2857142857%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(7n+1){clear:both}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:12.5%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(8n+1){clear:both}}@media only screen and (max-width:480px) and (min-width:0){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--1.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:100%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:50%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:33.3333333333%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:25%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:20%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:16.6666666667%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:14.2857142857%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:12.5%}}@media only screen and (max-width:1440px){.qodef-twitter-list.qodef-gutter--huge.qodef--no-bottom-space{margin-bottom:-70px}.qodef-twitter-list.qodef-gutter--huge #ctf .ctf-tweets{margin:0 -35px}.qodef-twitter-list.qodef-gutter--huge #ctf .ctf-tweets>.ctf-item{padding:0 35px;margin:0 0 70px}.qodef-twitter-list.qodef-gutter--extra.qodef--no-bottom-space{margin-bottom:-100px}.qodef-twitter-list.qodef-gutter--extra #ctf .ctf-tweets{margin:0 -50px}.qodef-twitter-list.qodef-gutter--extra #ctf .ctf-tweets>.ctf-item{padding:0 50px;margin:0 0 100px}.qodef-twitter-list.qodef-gutter--extreme.qodef--no-bottom-space{margin-bottom:-120px}.qodef-twitter-list.qodef-gutter--extreme #ctf .ctf-tweets{margin:0 -60px}.qodef-twitter-list.qodef-gutter--extreme #ctf .ctf-tweets>.ctf-item{padding:0 60px;margin:0 0 120px}}@media only screen and (max-width:1024px){.qodef-portfolio-single.qodef-layout--gallery-big .qodef-portfolio-info{margin-top:0!important}}@media only screen and (max-width:1024px){.qodef-portfolio-single.qodef-layout--images-big .qodef-portfolio-info{margin-top:0!important}}@media only screen and (max-width:1024px){.qodef-portfolio-single.qodef-layout--masonry-big .qodef-portfolio-info{margin-top:0!important}}@media only screen and (max-width:1024px){.qodef-portfolio-single.qodef-layout--slider-big .qodef-portfolio-info{margin-top:0!important}}@media only screen and (max-width:680px){.qodef-awards-list .qodef-grid-item{width:100%!important}.qodef-awards-list .qodef-grid-item-75{width:100%!important;flex-wrap:wrap}}@media only screen and (max-width:680px){.qodef-call-to-action.qodef-layout--standard .qodef-m-inner{display:block}.qodef-call-to-action.qodef-layout--standard .qodef-m-button{margin-top:20px}}@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.3333333333%}}@media only screen and (max-width:680px){.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:100%}}@media only screen and (max-width:1024px){.qodef-highlight.qodef-title-break--disabled .qodef-m-title br{display:none}}@media only screen and (max-width:680px){.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:1024px){.qodef-info-section.qodef-title-break--disabled .qodef-m-title br{display:none}}@media only screen and (max-width:1366px){.qodef-interactive-link-showcase.qodef-type--standard{padding:100px 0}.qodef-interactive-link-showcase.qodef-type--standard .qodef-m-images{width:60%}.qodef-interactive-link-showcase.qodef-type--standard .qodef-m-items{width:40%}}@media only screen and (max-width:1024px){.qodef-interactive-link-showcase.qodef-type--standard{padding:60px 0}.qodef-interactive-link-showcase.qodef-type--standard .qodef-m-images{width:80%}.qodef-interactive-link-showcase.qodef-type--standard .qodef-m-items{width:100%;padding-left:60px;align-items:flex-start}.qodef-interactive-link-showcase.qodef-type--standard .qodef-m-item{font-size:40px;line-height:1.2em;font-weight:500;padding-bottom:3px}}@media only screen and (max-width:680px){.qodef-interactive-link-showcase.qodef-type--standard{padding:30px 0}.qodef-interactive-link-showcase.qodef-type--standard .qodef-m-items{padding-left:30px}}@media only screen and (max-width:1024px){.qodef-section-title.qodef-title-break--disabled .qodef-m-title br{display:none}}@media only screen and (max-width:680px){.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation{border-top:none}.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li{border-top:1px solid #000;width:100%}.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li a{display:inline-block;vertical-align:top}.qodef-tabs.qodef-layout--simple .qodef-tabs-content{margin:26px 0 0}.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-navigation li a{padding-top:14px;padding-right:27px;width:auto}.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-content{margin-top:10px}}@media only screen and (max-width:680px){.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:1024px){body:not(.qodef-content-behind-header) .qodef-page-title .qodef-m-content{padding-top:0!important}}@media only screen and (max-width:1024px){#qodef-page-sidebar .qodef-social-icons-group{justify-content:flex-start}}.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:#fff0;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 0;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:#fff0}.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 #fff0}.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 rgb(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 rgb(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:rgb(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:rgb(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}}@font-face{font-family:'DM Sans';font-style:italic;font-weight:100;src:url(https://fonts.gstatic.com/s/dmsans/v17/rP2Wp2ywxg089UriCZaSExd86J3t9jz86MvyyKK58UfivUw4aw.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'DM Sans';font-style:italic;font-weight:100;src:url(https://fonts.gstatic.com/s/dmsans/v17/rP2Wp2ywxg089UriCZaSExd86J3t9jz86MvyyKy58UfivUw.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'DM Sans';font-style:italic;font-weight:300;src:url(https://fonts.gstatic.com/s/dmsans/v17/rP2Wp2ywxg089UriCZaSExd86J3t9jz86MvyyKK58UfivUw4aw.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'DM Sans';font-style:italic;font-weight:300;src:url(https://fonts.gstatic.com/s/dmsans/v17/rP2Wp2ywxg089UriCZaSExd86J3t9jz86MvyyKy58UfivUw.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'DM Sans';font-style:italic;font-weight:400;src:url(https://fonts.gstatic.com/s/dmsans/v17/rP2Wp2ywxg089UriCZaSExd86J3t9jz86MvyyKK58UfivUw4aw.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'DM Sans';font-style:italic;font-weight:400;src:url(https://fonts.gstatic.com/s/dmsans/v17/rP2Wp2ywxg089UriCZaSExd86J3t9jz86MvyyKy58UfivUw.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'DM Sans';font-style:italic;font-weight:500;src:url(https://fonts.gstatic.com/s/dmsans/v17/rP2Wp2ywxg089UriCZaSExd86J3t9jz86MvyyKK58UfivUw4aw.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'DM Sans';font-style:italic;font-weight:500;src:url(https://fonts.gstatic.com/s/dmsans/v17/rP2Wp2ywxg089UriCZaSExd86J3t9jz86MvyyKy58UfivUw.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'DM Sans';font-style:normal;font-weight:100;src:url(https://fonts.gstatic.com/s/dmsans/v17/rP2Yp2ywxg089UriI5-g4vlH9VoD8Cmcqbu6-K6z9mXgjU0.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'DM Sans';font-style:normal;font-weight:100;src:url(https://fonts.gstatic.com/s/dmsans/v17/rP2Yp2ywxg089UriI5-g4vlH9VoD8Cmcqbu0-K6z9mXg.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'DM Sans';font-style:normal;font-weight:300;src:url(https://fonts.gstatic.com/s/dmsans/v17/rP2Yp2ywxg089UriI5-g4vlH9VoD8Cmcqbu6-K6z9mXgjU0.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'DM Sans';font-style:normal;font-weight:300;src:url(https://fonts.gstatic.com/s/dmsans/v17/rP2Yp2ywxg089UriI5-g4vlH9VoD8Cmcqbu0-K6z9mXg.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'DM Sans';font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/dmsans/v17/rP2Yp2ywxg089UriI5-g4vlH9VoD8Cmcqbu6-K6z9mXgjU0.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'DM Sans';font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/dmsans/v17/rP2Yp2ywxg089UriI5-g4vlH9VoD8Cmcqbu0-K6z9mXg.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'DM Sans';font-style:normal;font-weight:500;src:url(https://fonts.gstatic.com/s/dmsans/v17/rP2Yp2ywxg089UriI5-g4vlH9VoD8Cmcqbu6-K6z9mXgjU0.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'DM Sans';font-style:normal;font-weight:500;src:url(https://fonts.gstatic.com/s/dmsans/v17/rP2Yp2ywxg089UriI5-g4vlH9VoD8Cmcqbu0-K6z9mXg.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'DM Sans';font-style:normal;font-weight:600;src:url(https://fonts.gstatic.com/s/dmsans/v17/rP2Yp2ywxg089UriI5-g4vlH9VoD8Cmcqbu6-K6z9mXgjU0.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'DM Sans';font-style:normal;font-weight:600;src:url(https://fonts.gstatic.com/s/dmsans/v17/rP2Yp2ywxg089UriI5-g4vlH9VoD8Cmcqbu0-K6z9mXg.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'DM Sans';font-style:normal;font-weight:700;src:url(https://fonts.gstatic.com/s/dmsans/v17/rP2Yp2ywxg089UriI5-g4vlH9VoD8Cmcqbu6-K6z9mXgjU0.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'DM Sans';font-style:normal;font-weight:700;src:url(https://fonts.gstatic.com/s/dmsans/v17/rP2Yp2ywxg089UriI5-g4vlH9VoD8Cmcqbu0-K6z9mXg.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'Lato';font-style:italic;font-weight:100;src:url(https://fonts.gstatic.com/s/lato/v25/S6u-w4BMUTPHjxsIPx-mPCLC79U11vU.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'Lato';font-style:italic;font-weight:100;src:url(https://fonts.gstatic.com/s/lato/v25/S6u-w4BMUTPHjxsIPx-oPCLC79U1.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'Lato';font-style:italic;font-weight:300;src:url(https://fonts.gstatic.com/s/lato/v25/S6u_w4BMUTPHjxsI9w2_FQftx9897sxZ.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'Lato';font-style:italic;font-weight:300;src:url(https://fonts.gstatic.com/s/lato/v25/S6u_w4BMUTPHjxsI9w2_Gwftx9897g.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'Lato';font-style:italic;font-weight:400;src:url(https://fonts.gstatic.com/s/lato/v25/S6u8w4BMUTPHjxsAUi-qNiXg7eU0.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'Lato';font-style:italic;font-weight:400;src:url(https://fonts.gstatic.com/s/lato/v25/S6u8w4BMUTPHjxsAXC-qNiXg7Q.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'Lato';font-style:normal;font-weight:100;src:url(https://fonts.gstatic.com/s/lato/v25/S6u8w4BMUTPHh30AUi-qNiXg7eU0.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'Lato';font-style:normal;font-weight:100;src:url(https://fonts.gstatic.com/s/lato/v25/S6u8w4BMUTPHh30AXC-qNiXg7Q.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'Lato';font-style:normal;font-weight:300;src:url(https://fonts.gstatic.com/s/lato/v25/S6u9w4BMUTPHh7USSwaPGQ3q5d0N7w.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'Lato';font-style:normal;font-weight:300;src:url(https://fonts.gstatic.com/s/lato/v25/S6u9w4BMUTPHh7USSwiPGQ3q5d0.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'Lato';font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/lato/v25/S6uyw4BMUTPHjxAwXiWtFCfQ7A.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'Lato';font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/lato/v25/S6uyw4BMUTPHjx4wXiWtFCc.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'Lato';font-style:normal;font-weight:700;src:url(https://fonts.gstatic.com/s/lato/v25/S6u9w4BMUTPHh6UVSwaPGQ3q5d0N7w.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'Lato';font-style:normal;font-weight:700;src:url(https://fonts.gstatic.com/s/lato/v25/S6u9w4BMUTPHh6UVSwiPGQ3q5d0.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}#qodef-custom-cursor .qodef-cursor-dot{background-color:#d83c27!important}#qodef-page-footer-top-area{background-color:#fff0}#qodef-page-footer-bottom-area{background-color:#fff0}.qodef-fullscreen-menu>ul>li>a{font-family:"Lato"}.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li>a{font-family:"Lato"}.qodef-h1 a:hover,h1 a:hover,.qodef-h2 a:hover,h2 a:hover,.qodef-h3 a:hover,h3 a:hover,.qodef-h4 a:hover,h4 a:hover,.qodef-h5 a:hover,h5 a:hover,.qodef-h6 a:hover,h6 a:hover,a:hover,p a:hover,.qodef-theme-button:hover,#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,#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-click .wpml-ls-sub-menu .wpml-ls-item a:hover,#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a:hover,#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a:hover,#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,#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-click .wpml-ls-sub-menu .wpml-ls-item a:hover,#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a:hover,#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a:hover,#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,#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-click .wpml-ls-sub-menu .wpml-ls-item a:hover,#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a:hover,#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a:hover,#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,#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-click .wpml-ls-sub-menu .wpml-ls-item a:hover,#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,#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-click .wpml-ls-sub-menu .wpml-ls-item a:hover,.wp-block-file:hover,.qodef-m-pagination.qodef--infinite-scroll .qodef-infinite-scroll-spinner,.qodef-pagination--on.qodef-pagination-type--load-more .qodef-loading-spinner,.qodef-single-links>span:not(.qodef-m-single-links-title),.qodef-search .qodef-search-form .qodef-search-form-button:hover,.widget .qodef-widget-title a:hover,.widget a:hover,.widget.widget_calendar tfoot a:hover,.widget.widget_search button:hover,.widget.widget_recent_entries ul li a:hover,#qodef-top-area .widget .qodef-widget-title a:hover,#qodef-top-area .widget a:hover,#qodef-top-area .widget.widget_calendar tfoot a:hover,#qodef-top-area .widget.widget_search button:hover,#qodef-top-area .widget.widget_recent_entries ul li a:hover,#qodef-fullscreen-widget-area .widget .qodef-widget-title a:hover,#qodef-fullscreen-widget-area .widget a:hover,#qodef-fullscreen-widget-area .widget.widget_calendar tfoot a:hover,#qodef-fullscreen-widget-area .widget.widget_search button:hover,#qodef-fullscreen-widget-area .widget.widget_recent_entries ul li a:hover,#qodef-page-footer .widget .qodef-widget-title a:hover,#qodef-page-footer .widget a:hover,#qodef-page-footer .widget.widget_calendar tfoot a:hover,#qodef-page-footer .widget.widget_search button:hover,#qodef-page-footer .widget.widget_recent_entries ul li a:hover,#qodef-side-area .widget .qodef-widget-title a:hover,#qodef-side-area .widget a:hover,#qodef-side-area .widget.widget_calendar tfoot a:hover,#qodef-side-area .widget.widget_search button:hover,#qodef-side-area .widget.widget_recent_entries ul li a:hover,#qodef-page-sidebar .widget .qodef-widget-title a:hover,#qodef-page-sidebar .widget a:hover,#qodef-page-sidebar .widget.widget_calendar tfoot a:hover,#qodef-page-sidebar .widget.widget_search button:hover,#qodef-page-sidebar .widget.widget_recent_entries ul li a:hover,.qodef-mega-menu-widget-holder .widget .qodef-widget-title a:hover,.qodef-mega-menu-widget-holder .widget a:hover,.qodef-mega-menu-widget-holder .widget.widget_calendar tfoot a:hover,.qodef-mega-menu-widget-holder .widget.widget_search button:hover,.qodef-mega-menu-widget-holder .widget.widget_recent_entries ul li a:hover,.qodef-header--vertical .widget.widget_search button:hover,.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a,.widget.widget_layered_nav ul li.chosen a,.widget.widget_product_search button:hover,.widget.widget_product_tag_cloud .tagcloud a:hover,.widget.widget_recent_reviews a:hover,#qodef-page-footer .widget.widget_layered_nav ul li.chosen a,#qodef-page-footer .widget.widget_product_search button:hover,#qodef-page-footer .widget.widget_product_tag_cloud .tagcloud a:hover,#qodef-page-footer .widget.widget_recent_reviews a:hover,#qodef-multiple-map-notice,.qodef-map-marker-holder .qodef-info-window-inner .qodef-info-window-link:hover~.qodef-info-window-details .qodef-info-window-title,#qodef-page-popup-modal .qodef-m-close:hover,#qodef-top-area .qodef-woo-dropdown-cart .qodef-woo-dropdown-items a:hover,.qodef-horizontal-full-skin-dark .qodef-portfolio-list.qodef-item-layout--info-custom .qodef-e-title a:hover,.qodef-portfolio-list.qodef-item-layout--info-minimal .qodef-e-info-category a:hover,.qodef-reviews-per-criteria .qodef-item-reviews-average-rating,.qodef-search-cover-form .qodef-m-form-field,.qodef-search-cover-form .qodef-m-form-field:focus,.qodef-fullscreen-search-holder .qodef-m-form-submit:hover,.qodef-banner .qodef-m-text-field,.qodef-button.qodef-layout--textual:hover,#qodef-page-spinner .qodef-m-inner,.qodef-page-title .qodef-breadcrumbs a:hover,.qodef-weather-widget .qodef-m-weather-icon,.qodef-weather-widget .qodef-e-heading-description{color:#000}#qodef-page-footer-bottom-area .qodef-footer-bottom-custom:hover,.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,.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,.qodef-contact-form-7 .qodef-cf7-inline button.qodef-layout--textual:hover{color:#000000!important}.qodef-theme-button:hover,button[type=submit]:hover,input[type=submit]:hover,.wp-block-button .wp-block-button__link:hover,.wp-block-button.is-style-outline .wp-block-button__link:hover,.widget.widget_calendar #today,#qodef-top-area .widget.widget_calendar #today,#qodef-fullscreen-widget-area .widget.widget_calendar #today,#qodef-page-footer .widget.widget_calendar #today,#qodef-side-area .widget.widget_calendar #today,#qodef-page-sidebar .widget.widget_calendar #today,.qodef-mega-menu-widget-holder .widget.widget_calendar #today,#qodef-woo-page .qodef-woo-product-mark,.qodef-woo-shortcode .qodef-woo-product-mark,.woocommerce-page div.woocommerce>.return-to-shop a:hover,.woocommerce-account .button:hover,.widget.woocommerce .button:hover,.widget.widget_price_filter .price_slider_wrapper .ui-widget-content .ui-slider-handle,.widget.widget_price_filter .price_slider_wrapper .ui-widget-content .ui-slider-range,#qodef-page-footer .widget.widget_price_filter .price_slider_wrapper .ui-widget-content .ui-slider-handle,#qodef-page-footer .widget.widget_price_filter .price_slider_wrapper .ui-widget-content .ui-slider-range,.qodef-places-geo-radius .noUi-target .noUi-connect,.qodef-places-geo-radius .noUi-target .noUi-handle,.qodef-woo-dropdown-cart .qodef-m-action-link:hover,.qodef-woo-side-area-cart .qodef-m-action-link:hover,.qodef-button.qodef-layout--filled.qodef-html--link:hover,.qodef-button.qodef-layout--outlined:hover,.qodef-icon-holder.qodef-layout--circle,.qodef-icon-holder.qodef-layout--square,#qodef-page-spinner.qodef-layout--progress-bar .qodef-m-spinner-line-front,.widget.widget_zermatt_core_social_icons_group .qodef-icon-holder.qodef-layout--circle{background-color:#000}.wp-block-button.is-style-outline .wp-block-button__link:hover,.widget.woocommerce .button:hover,.qodef-button.qodef-layout--outlined:hover{border-color:#000}#qodef-custom-cursor .qodef-cursor-dot,.qodef-horizontal-full-skin-light #qodef-custom-cursor.qodef--view .qodef-cursor-dot{fill:#000}.qodef-theme-button:hover{stroke:#000}.qodef-header--vertical #qodef-page-header{background-image:url()}.qodef-mobile-header-navigation>ul>li>a{font-family:"Lato"}.qodef-mobile-header-navigation .qodef-drop-down-second-inner ul li>a{font-family:"Lato"}.qodef-header-navigation>ul>li>a{font-family:"Lato"}.qodef-header-navigation>ul>li.qodef-menu-item--narrow .qodef-drop-down-second ul li a{font-family:"Lato"}.qodef-header-navigation>ul>li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li>a{font-family:"Lato"}.qodef-header-navigation>ul>li.qodef-menu-item--wide .qodef-drop-down-second ul li ul li a{font-family:"Lato"}p{font-family:"Lato"}h1{font-family:"Lato"}h2{font-family:"Lato"}h3{font-family:"Lato"}h4{font-family:"Lato"}h5{font-family:"Lato"}h6{font-family:"Lato"}@media only screen and (max-width:680px){h1{font-size:54px}}.simple-social-icons svg[class^="social-"],.simple-social-icons svg[class*=" social-"]{display:inline-block;width:1em;height:1em;stroke-width:0;stroke:currentColor;fill:currentColor}.simple-social-icons{overflow:hidden}.simple-social-icons ul{margin:0;padding:0}.simple-social-icons ul li{background:none!important;border:none!important;float:left;list-style-type:none!important;margin:0 6px 12px!important;padding:0!important}.simple-social-icons ul li a{border:none!important;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;display:inline-block;font-style:normal!important;font-variant:normal!important;font-weight:normal!important;height:1em;line-height:1em;text-align:center;text-decoration:none!important;text-transform:none!important;width:1em}.simple-social-icons ul.aligncenter{text-align:center}.simple-social-icons ul.aligncenter li{display:inline-block;float:none}.simple-social-icons .screen-reader-text{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}svg.social-bluesky{margin-left:-.15em}@font-face{font-family:'Lato';font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/lato/v25/S6uyw4BMUTPHjxAwXiWtFCfQ7A.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'Lato';font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/lato/v25/S6uyw4BMUTPHjx4wXiWtFCc.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}