@import"https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,100..900;1,100..900&display=swap";@charset "UTF-8";.slick-slider{-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;box-sizing:border-box;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;user-select:none}.slick-list,.slick-slider{display:block;position:relative}.slick-list{margin:0;overflow:hidden;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{transform:translateZ(0)}.slick-track{display:block;left:0;margin-left:auto;margin-right:auto;position:relative;top:0}.slick-track:after,.slick-track:before{content:"";display:table}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{border:1px solid transparent;display:block;height:auto}.slick-arrow.slick-hidden{display:none}.slick-loading .slick-list{background:#fff url(ajax-loader.gif) 50% no-repeat}@font-face{font-family:slick;font-style:normal;font-weight:400;src:url(fonts/slick.eot);src:url(fonts/slick.eot?#iefix) format("embedded-opentype"),url(fonts/slick.woff) format("woff"),url(fonts/slick.ttf) format("truetype"),url(fonts/slick.svg#slick) format("svg")}.slick-next,.slick-prev{border:none;cursor:pointer;display:block;font-size:0;height:20px;line-height:0px;padding:0;position:absolute;top:50%;transform:translateY(-50%);width:20px}.slick-next,.slick-next:focus,.slick-next:hover,.slick-prev,.slick-prev:focus,.slick-prev:hover{background:transparent;color:transparent;outline:none}.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before{opacity:1}.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before{opacity:.25}.slick-next:before,.slick-prev:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#fff;font-family:slick;font-size:20px;line-height:1;opacity:.75}.slick-prev{left:-25px}[dir=rtl] .slick-prev{left:auto;right:-25px}.slick-prev:before{content:"\2190"}[dir=rtl] .slick-prev:before{content:"\2192"}.slick-next{right:-25px}[dir=rtl] .slick-next{left:-25px;right:auto}.slick-next:before{content:"\2192"}[dir=rtl] .slick-next:before{content:"\2190"}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{bottom:-25px;display:block;list-style:none;margin:0;padding:0;position:absolute;text-align:center;width:100%}.slick-dots li{display:inline-block;margin:0 5px;padding:0;position:relative}.slick-dots li,.slick-dots li button{cursor:pointer;height:20px;width:20px}.slick-dots li button{background:transparent;border:0;color:transparent;display:block;font-size:0;line-height:0px;outline:none;padding:5px}.slick-dots li button:focus,.slick-dots li button:hover{outline:none}.slick-dots li button:focus:before,.slick-dots li button:hover:before{opacity:1}.slick-dots li button:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#000;content:"\2022";font-family:slick;font-size:6px;height:20px;left:0;line-height:20px;opacity:.25;position:absolute;text-align:center;top:0;width:20px}.slick-dots li.slick-active button:before{color:#000;opacity:.75}/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */.hamburger{background-color:transparent;border:0;color:inherit;cursor:pointer;display:inline-block;font:inherit;margin:0;overflow:visible;padding:15px;text-transform:none;transition-duration:.15s;transition-property:opacity,filter;transition-timing-function:linear}.hamburger.is-active:hover,.hamburger:hover{opacity:.7}.hamburger.is-active .hamburger-inner,.hamburger.is-active .hamburger-inner:after,.hamburger.is-active .hamburger-inner:before{background-color:#000}.hamburger-box{display:inline-block;height:24px;position:relative;width:40px}.hamburger-inner{display:block;margin-top:-2px;top:50%}.hamburger-inner,.hamburger-inner:after,.hamburger-inner:before{background-color:#000;border-radius:4px;height:4px;position:absolute;transition-duration:.15s;transition-property:transform;transition-timing-function:ease;width:40px}.hamburger-inner:after,.hamburger-inner:before{content:"";display:block}.hamburger-inner:before{top:-10px}.hamburger-inner:after{bottom:-10px}.hamburger--3dx .hamburger-box{perspective:80px}.hamburger--3dx .hamburger-inner{transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dx .hamburger-inner:after,.hamburger--3dx .hamburger-inner:before{transition:transform 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dx.is-active .hamburger-inner{background-color:transparent!important;transform:rotateY(180deg)}.hamburger--3dx.is-active .hamburger-inner:before{transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--3dx.is-active .hamburger-inner:after{transform:translate3d(0,-10px,0) rotate(-45deg)}.hamburger--3dx-r .hamburger-box{perspective:80px}.hamburger--3dx-r .hamburger-inner{transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dx-r .hamburger-inner:after,.hamburger--3dx-r .hamburger-inner:before{transition:transform 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dx-r.is-active .hamburger-inner{background-color:transparent!important;transform:rotateY(-180deg)}.hamburger--3dx-r.is-active .hamburger-inner:before{transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--3dx-r.is-active .hamburger-inner:after{transform:translate3d(0,-10px,0) rotate(-45deg)}.hamburger--3dy .hamburger-box{perspective:80px}.hamburger--3dy .hamburger-inner{transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dy .hamburger-inner:after,.hamburger--3dy .hamburger-inner:before{transition:transform 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dy.is-active .hamburger-inner{background-color:transparent!important;transform:rotateX(-180deg)}.hamburger--3dy.is-active .hamburger-inner:before{transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--3dy.is-active .hamburger-inner:after{transform:translate3d(0,-10px,0) rotate(-45deg)}.hamburger--3dy-r .hamburger-box{perspective:80px}.hamburger--3dy-r .hamburger-inner{transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dy-r .hamburger-inner:after,.hamburger--3dy-r .hamburger-inner:before{transition:transform 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dy-r.is-active .hamburger-inner{background-color:transparent!important;transform:rotateX(180deg)}.hamburger--3dy-r.is-active .hamburger-inner:before{transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--3dy-r.is-active .hamburger-inner:after{transform:translate3d(0,-10px,0) rotate(-45deg)}.hamburger--3dxy .hamburger-box{perspective:80px}.hamburger--3dxy .hamburger-inner{transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dxy .hamburger-inner:after,.hamburger--3dxy .hamburger-inner:before{transition:transform 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dxy.is-active .hamburger-inner{background-color:transparent!important;transform:rotateX(180deg) rotateY(180deg)}.hamburger--3dxy.is-active .hamburger-inner:before{transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--3dxy.is-active .hamburger-inner:after{transform:translate3d(0,-10px,0) rotate(-45deg)}.hamburger--3dxy-r .hamburger-box{perspective:80px}.hamburger--3dxy-r .hamburger-inner{transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dxy-r .hamburger-inner:after,.hamburger--3dxy-r .hamburger-inner:before{transition:transform 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dxy-r.is-active .hamburger-inner{background-color:transparent!important;transform:rotateX(180deg) rotateY(180deg) rotate(-180deg)}.hamburger--3dxy-r.is-active .hamburger-inner:before{transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--3dxy-r.is-active .hamburger-inner:after{transform:translate3d(0,-10px,0) rotate(-45deg)}.hamburger--arrow.is-active .hamburger-inner:before{transform:translate3d(-8px,0,0) rotate(-45deg) scaleX(.7)}.hamburger--arrow.is-active .hamburger-inner:after{transform:translate3d(-8px,0,0) rotate(45deg) scaleX(.7)}.hamburger--arrow-r.is-active .hamburger-inner:before{transform:translate3d(8px,0,0) rotate(45deg) scaleX(.7)}.hamburger--arrow-r.is-active .hamburger-inner:after{transform:translate3d(8px,0,0) rotate(-45deg) scaleX(.7)}.hamburger--arrowalt .hamburger-inner:before{transition:top .1s ease .1s,transform .1s cubic-bezier(.165,.84,.44,1)}.hamburger--arrowalt .hamburger-inner:after{transition:bottom .1s ease .1s,transform .1s cubic-bezier(.165,.84,.44,1)}.hamburger--arrowalt.is-active .hamburger-inner:before{top:0;transform:translate3d(-8px,-10px,0) rotate(-45deg) scaleX(.7);transition:top .1s ease,transform .1s cubic-bezier(.895,.03,.685,.22) .1s}.hamburger--arrowalt.is-active .hamburger-inner:after{bottom:0;transform:translate3d(-8px,10px,0) rotate(45deg) scaleX(.7);transition:bottom .1s ease,transform .1s cubic-bezier(.895,.03,.685,.22) .1s}.hamburger--arrowalt-r .hamburger-inner:before{transition:top .1s ease .1s,transform .1s cubic-bezier(.165,.84,.44,1)}.hamburger--arrowalt-r .hamburger-inner:after{transition:bottom .1s ease .1s,transform .1s cubic-bezier(.165,.84,.44,1)}.hamburger--arrowalt-r.is-active .hamburger-inner:before{top:0;transform:translate3d(8px,-10px,0) rotate(45deg) scaleX(.7);transition:top .1s ease,transform .1s cubic-bezier(.895,.03,.685,.22) .1s}.hamburger--arrowalt-r.is-active .hamburger-inner:after{bottom:0;transform:translate3d(8px,10px,0) rotate(-45deg) scaleX(.7);transition:bottom .1s ease,transform .1s cubic-bezier(.895,.03,.685,.22) .1s}.hamburger--arrowturn.is-active .hamburger-inner{transform:rotate(-180deg)}.hamburger--arrowturn.is-active .hamburger-inner:before{transform:translate3d(8px,0,0) rotate(45deg) scaleX(.7)}.hamburger--arrowturn.is-active .hamburger-inner:after{transform:translate3d(8px,0,0) rotate(-45deg) scaleX(.7)}.hamburger--arrowturn-r.is-active .hamburger-inner{transform:rotate(-180deg)}.hamburger--arrowturn-r.is-active .hamburger-inner:before{transform:translate3d(-8px,0,0) rotate(-45deg) scaleX(.7)}.hamburger--arrowturn-r.is-active .hamburger-inner:after{transform:translate3d(-8px,0,0) rotate(45deg) scaleX(.7)}.hamburger--boring .hamburger-inner,.hamburger--boring .hamburger-inner:after,.hamburger--boring .hamburger-inner:before{transition-property:none}.hamburger--boring.is-active .hamburger-inner{transform:rotate(45deg)}.hamburger--boring.is-active .hamburger-inner:before{opacity:0;top:0}.hamburger--boring.is-active .hamburger-inner:after{bottom:0;transform:rotate(-90deg)}.hamburger--collapse .hamburger-inner{bottom:0;top:auto;transition-delay:.13s;transition-duration:.13s;transition-timing-function:cubic-bezier(.55,.055,.675,.19)}.hamburger--collapse .hamburger-inner:after{top:-20px;transition:top .2s cubic-bezier(.33333,.66667,.66667,1) .2s,opacity .1s linear}.hamburger--collapse .hamburger-inner:before{transition:top .12s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19)}.hamburger--collapse.is-active .hamburger-inner{transform:translate3d(0,-10px,0) rotate(-45deg);transition-delay:.22s;transition-timing-function:cubic-bezier(.215,.61,.355,1)}.hamburger--collapse.is-active .hamburger-inner:after{opacity:0;top:0;transition:top .2s cubic-bezier(.33333,0,.66667,.33333),opacity .1s linear .22s}.hamburger--collapse.is-active .hamburger-inner:before{top:0;transform:rotate(-90deg);transition:top .1s cubic-bezier(.33333,0,.66667,.33333) .16s,transform .13s cubic-bezier(.215,.61,.355,1) .25s}.hamburger--collapse-r .hamburger-inner{bottom:0;top:auto;transition-delay:.13s;transition-duration:.13s;transition-timing-function:cubic-bezier(.55,.055,.675,.19)}.hamburger--collapse-r .hamburger-inner:after{top:-20px;transition:top .2s cubic-bezier(.33333,.66667,.66667,1) .2s,opacity .1s linear}.hamburger--collapse-r .hamburger-inner:before{transition:top .12s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19)}.hamburger--collapse-r.is-active .hamburger-inner{transform:translate3d(0,-10px,0) rotate(45deg);transition-delay:.22s;transition-timing-function:cubic-bezier(.215,.61,.355,1)}.hamburger--collapse-r.is-active .hamburger-inner:after{opacity:0;top:0;transition:top .2s cubic-bezier(.33333,0,.66667,.33333),opacity .1s linear .22s}.hamburger--collapse-r.is-active .hamburger-inner:before{top:0;transform:rotate(90deg);transition:top .1s cubic-bezier(.33333,0,.66667,.33333) .16s,transform .13s cubic-bezier(.215,.61,.355,1) .25s}.hamburger--elastic .hamburger-inner{top:2px;transition-duration:.275s;transition-timing-function:cubic-bezier(.68,-.55,.265,1.55)}.hamburger--elastic .hamburger-inner:before{top:10px;transition:opacity .125s ease .275s}.hamburger--elastic .hamburger-inner:after{top:20px;transition:transform .275s cubic-bezier(.68,-.55,.265,1.55)}.hamburger--elastic.is-active .hamburger-inner{transform:translate3d(0,10px,0) rotate(135deg);transition-delay:75ms}.hamburger--elastic.is-active .hamburger-inner:before{opacity:0;transition-delay:0s}.hamburger--elastic.is-active .hamburger-inner:after{transform:translate3d(0,-20px,0) rotate(-270deg);transition-delay:75ms}.hamburger--elastic-r .hamburger-inner{top:2px;transition-duration:.275s;transition-timing-function:cubic-bezier(.68,-.55,.265,1.55)}.hamburger--elastic-r .hamburger-inner:before{top:10px;transition:opacity .125s ease .275s}.hamburger--elastic-r .hamburger-inner:after{top:20px;transition:transform .275s cubic-bezier(.68,-.55,.265,1.55)}.hamburger--elastic-r.is-active .hamburger-inner{transform:translate3d(0,10px,0) rotate(-135deg);transition-delay:75ms}.hamburger--elastic-r.is-active .hamburger-inner:before{opacity:0;transition-delay:0s}.hamburger--elastic-r.is-active .hamburger-inner:after{transform:translate3d(0,-20px,0) rotate(270deg);transition-delay:75ms}.hamburger--emphatic{overflow:hidden}.hamburger--emphatic .hamburger-inner{transition:background-color .125s ease-in .175s}.hamburger--emphatic .hamburger-inner:before{left:0;transition:transform .125s cubic-bezier(.6,.04,.98,.335),top .05s linear .125s,left .125s ease-in .175s}.hamburger--emphatic .hamburger-inner:after{right:0;top:10px;transition:transform .125s cubic-bezier(.6,.04,.98,.335),top .05s linear .125s,right .125s ease-in .175s}.hamburger--emphatic.is-active .hamburger-inner{background-color:transparent!important;transition-delay:0s;transition-timing-function:ease-out}.hamburger--emphatic.is-active .hamburger-inner:before{left:-80px;top:-80px;transform:translate3d(80px,80px,0) rotate(45deg);transition:left .125s ease-out,top .05s linear .125s,transform .125s cubic-bezier(.075,.82,.165,1) .175s}.hamburger--emphatic.is-active .hamburger-inner:after{right:-80px;top:-80px;transform:translate3d(-80px,80px,0) rotate(-45deg);transition:right .125s ease-out,top .05s linear .125s,transform .125s cubic-bezier(.075,.82,.165,1) .175s}.hamburger--emphatic-r{overflow:hidden}.hamburger--emphatic-r .hamburger-inner{transition:background-color .125s ease-in .175s}.hamburger--emphatic-r .hamburger-inner:before{left:0;transition:transform .125s cubic-bezier(.6,.04,.98,.335),top .05s linear .125s,left .125s ease-in .175s}.hamburger--emphatic-r .hamburger-inner:after{right:0;top:10px;transition:transform .125s cubic-bezier(.6,.04,.98,.335),top .05s linear .125s,right .125s ease-in .175s}.hamburger--emphatic-r.is-active .hamburger-inner{background-color:transparent!important;transition-delay:0s;transition-timing-function:ease-out}.hamburger--emphatic-r.is-active .hamburger-inner:before{left:-80px;top:80px;transform:translate3d(80px,-80px,0) rotate(-45deg);transition:left .125s ease-out,top .05s linear .125s,transform .125s cubic-bezier(.075,.82,.165,1) .175s}.hamburger--emphatic-r.is-active .hamburger-inner:after{right:-80px;top:80px;transform:translate3d(-80px,-80px,0) rotate(45deg);transition:right .125s ease-out,top .05s linear .125s,transform .125s cubic-bezier(.075,.82,.165,1) .175s}.hamburger--minus .hamburger-inner:after,.hamburger--minus .hamburger-inner:before{transition:bottom .08s ease-out 0s,top .08s ease-out 0s,opacity 0s linear}.hamburger--minus.is-active .hamburger-inner:after,.hamburger--minus.is-active .hamburger-inner:before{opacity:0;transition:bottom .08s ease-out,top .08s ease-out,opacity 0s linear .08s}.hamburger--minus.is-active .hamburger-inner:before{top:0}.hamburger--minus.is-active .hamburger-inner:after{bottom:0}.hamburger--slider .hamburger-inner{top:2px}.hamburger--slider .hamburger-inner:before{top:10px;transition-duration:.15s;transition-property:transform,opacity;transition-timing-function:ease}.hamburger--slider .hamburger-inner:after{top:20px}.hamburger--slider.is-active .hamburger-inner{transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--slider.is-active .hamburger-inner:before{opacity:0;transform:rotate(-45deg) translate3d(-5.7142857143px,-6px,0)}.hamburger--slider.is-active .hamburger-inner:after{transform:translate3d(0,-20px,0) rotate(-90deg)}.hamburger--slider-r .hamburger-inner{top:2px}.hamburger--slider-r .hamburger-inner:before{top:10px;transition-duration:.15s;transition-property:transform,opacity;transition-timing-function:ease}.hamburger--slider-r .hamburger-inner:after{top:20px}.hamburger--slider-r.is-active .hamburger-inner{transform:translate3d(0,10px,0) rotate(-45deg)}.hamburger--slider-r.is-active .hamburger-inner:before{opacity:0;transform:rotate(45deg) translate3d(5.7142857143px,-6px,0)}.hamburger--slider-r.is-active .hamburger-inner:after{transform:translate3d(0,-20px,0) rotate(90deg)}.hamburger--spin .hamburger-inner{transition-duration:.22s;transition-timing-function:cubic-bezier(.55,.055,.675,.19)}.hamburger--spin .hamburger-inner:before{transition:top .1s ease-in .25s,opacity .1s ease-in}.hamburger--spin .hamburger-inner:after{transition:bottom .1s ease-in .25s,transform .22s cubic-bezier(.55,.055,.675,.19)}.hamburger--spin.is-active .hamburger-inner{transform:rotate(225deg);transition-delay:.12s;transition-timing-function:cubic-bezier(.215,.61,.355,1)}.hamburger--spin.is-active .hamburger-inner:before{opacity:0;top:0;transition:top .1s ease-out,opacity .1s ease-out .12s}.hamburger--spin.is-active .hamburger-inner:after{bottom:0;transform:rotate(-90deg);transition:bottom .1s ease-out,transform .22s cubic-bezier(.215,.61,.355,1) .12s}.hamburger--spin-r .hamburger-inner{transition-duration:.22s;transition-timing-function:cubic-bezier(.55,.055,.675,.19)}.hamburger--spin-r .hamburger-inner:before{transition:top .1s ease-in .25s,opacity .1s ease-in}.hamburger--spin-r .hamburger-inner:after{transition:bottom .1s ease-in .25s,transform .22s cubic-bezier(.55,.055,.675,.19)}.hamburger--spin-r.is-active .hamburger-inner{transform:rotate(-225deg);transition-delay:.12s;transition-timing-function:cubic-bezier(.215,.61,.355,1)}.hamburger--spin-r.is-active .hamburger-inner:before{opacity:0;top:0;transition:top .1s ease-out,opacity .1s ease-out .12s}.hamburger--spin-r.is-active .hamburger-inner:after{bottom:0;transform:rotate(90deg);transition:bottom .1s ease-out,transform .22s cubic-bezier(.215,.61,.355,1) .12s}.hamburger--spring .hamburger-inner{top:2px;transition:background-color 0s linear .13s}.hamburger--spring .hamburger-inner:before{top:10px;transition:top .1s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19)}.hamburger--spring .hamburger-inner:after{top:20px;transition:top .2s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19)}.hamburger--spring.is-active .hamburger-inner{background-color:transparent!important;transition-delay:.22s}.hamburger--spring.is-active .hamburger-inner:before{top:0;transform:translate3d(0,10px,0) rotate(45deg);transition:top .1s cubic-bezier(.33333,0,.66667,.33333) .15s,transform .13s cubic-bezier(.215,.61,.355,1) .22s}.hamburger--spring.is-active .hamburger-inner:after{top:0;transform:translate3d(0,10px,0) rotate(-45deg);transition:top .2s cubic-bezier(.33333,0,.66667,.33333),transform .13s cubic-bezier(.215,.61,.355,1) .22s}.hamburger--spring-r .hamburger-inner{bottom:0;top:auto;transition-delay:0s;transition-duration:.13s;transition-timing-function:cubic-bezier(.55,.055,.675,.19)}.hamburger--spring-r .hamburger-inner:after{top:-20px;transition:top .2s cubic-bezier(.33333,.66667,.66667,1) .2s,opacity 0s linear}.hamburger--spring-r .hamburger-inner:before{transition:top .1s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19)}.hamburger--spring-r.is-active .hamburger-inner{transform:translate3d(0,-10px,0) rotate(-45deg);transition-delay:.22s;transition-timing-function:cubic-bezier(.215,.61,.355,1)}.hamburger--spring-r.is-active .hamburger-inner:after{opacity:0;top:0;transition:top .2s cubic-bezier(.33333,0,.66667,.33333),opacity 0s linear .22s}.hamburger--spring-r.is-active .hamburger-inner:before{top:0;transform:rotate(90deg);transition:top .1s cubic-bezier(.33333,0,.66667,.33333) .15s,transform .13s cubic-bezier(.215,.61,.355,1) .22s}.hamburger--stand .hamburger-inner{transition:transform 75ms cubic-bezier(.55,.055,.675,.19) .15s,background-color 0s linear 75ms}.hamburger--stand .hamburger-inner:before{transition:top 75ms ease-in 75ms,transform 75ms cubic-bezier(.55,.055,.675,.19) 0s}.hamburger--stand .hamburger-inner:after{transition:bottom 75ms ease-in 75ms,transform 75ms cubic-bezier(.55,.055,.675,.19) 0s}.hamburger--stand.is-active .hamburger-inner{background-color:transparent!important;transform:rotate(90deg);transition:transform 75ms cubic-bezier(.215,.61,.355,1) 0s,background-color 0s linear .15s}.hamburger--stand.is-active .hamburger-inner:before{top:0;transform:rotate(-45deg);transition:top 75ms ease-out .1s,transform 75ms cubic-bezier(.215,.61,.355,1) .15s}.hamburger--stand.is-active .hamburger-inner:after{bottom:0;transform:rotate(45deg);transition:bottom 75ms ease-out .1s,transform 75ms cubic-bezier(.215,.61,.355,1) .15s}.hamburger--stand-r .hamburger-inner{transition:transform 75ms cubic-bezier(.55,.055,.675,.19) .15s,background-color 0s linear 75ms}.hamburger--stand-r .hamburger-inner:before{transition:top 75ms ease-in 75ms,transform 75ms cubic-bezier(.55,.055,.675,.19) 0s}.hamburger--stand-r .hamburger-inner:after{transition:bottom 75ms ease-in 75ms,transform 75ms cubic-bezier(.55,.055,.675,.19) 0s}.hamburger--stand-r.is-active .hamburger-inner{background-color:transparent!important;transform:rotate(-90deg);transition:transform 75ms cubic-bezier(.215,.61,.355,1) 0s,background-color 0s linear .15s}.hamburger--stand-r.is-active .hamburger-inner:before{top:0;transform:rotate(-45deg);transition:top 75ms ease-out .1s,transform 75ms cubic-bezier(.215,.61,.355,1) .15s}.hamburger--stand-r.is-active .hamburger-inner:after{bottom:0;transform:rotate(45deg);transition:bottom 75ms ease-out .1s,transform 75ms cubic-bezier(.215,.61,.355,1) .15s}.hamburger--squeeze .hamburger-inner{transition-duration:75ms;transition-timing-function:cubic-bezier(.55,.055,.675,.19)}.hamburger--squeeze .hamburger-inner:before{transition:top 75ms ease .12s,opacity 75ms ease}.hamburger--squeeze .hamburger-inner:after{transition:bottom 75ms ease .12s,transform 75ms cubic-bezier(.55,.055,.675,.19)}.hamburger--squeeze.is-active .hamburger-inner{transform:rotate(45deg);transition-delay:.12s;transition-timing-function:cubic-bezier(.215,.61,.355,1)}.hamburger--squeeze.is-active .hamburger-inner:before{opacity:0;top:0;transition:top 75ms ease,opacity 75ms ease .12s}.hamburger--squeeze.is-active .hamburger-inner:after{bottom:0;transform:rotate(-90deg);transition:bottom 75ms ease,transform 75ms cubic-bezier(.215,.61,.355,1) .12s}.hamburger--vortex .hamburger-inner{transition-duration:.2s;transition-timing-function:cubic-bezier(.19,1,.22,1)}.hamburger--vortex .hamburger-inner:after,.hamburger--vortex .hamburger-inner:before{transition-delay:.1s;transition-duration:0s;transition-timing-function:linear}.hamburger--vortex .hamburger-inner:before{transition-property:top,opacity}.hamburger--vortex .hamburger-inner:after{transition-property:bottom,transform}.hamburger--vortex.is-active .hamburger-inner{transform:rotate(765deg);transition-timing-function:cubic-bezier(.19,1,.22,1)}.hamburger--vortex.is-active .hamburger-inner:after,.hamburger--vortex.is-active .hamburger-inner:before{transition-delay:0s}.hamburger--vortex.is-active .hamburger-inner:before{opacity:0;top:0}.hamburger--vortex.is-active .hamburger-inner:after{bottom:0;transform:rotate(90deg)}.hamburger--vortex-r .hamburger-inner{transition-duration:.2s;transition-timing-function:cubic-bezier(.19,1,.22,1)}.hamburger--vortex-r .hamburger-inner:after,.hamburger--vortex-r .hamburger-inner:before{transition-delay:.1s;transition-duration:0s;transition-timing-function:linear}.hamburger--vortex-r .hamburger-inner:before{transition-property:top,opacity}.hamburger--vortex-r .hamburger-inner:after{transition-property:bottom,transform}.hamburger--vortex-r.is-active .hamburger-inner{transform:rotate(-765deg);transition-timing-function:cubic-bezier(.19,1,.22,1)}.hamburger--vortex-r.is-active .hamburger-inner:after,.hamburger--vortex-r.is-active .hamburger-inner:before{transition-delay:0s}.hamburger--vortex-r.is-active .hamburger-inner:before{opacity:0;top:0}.hamburger--vortex-r.is-active .hamburger-inner:after{bottom:0;transform:rotate(-90deg)}:where(:not(html,iframe,canvas,img,svg,video,audio):not(svg *,symbol *)){all:unset;display:revert}*,:after,:before{box-sizing:border-box}a,button{cursor:revert}menu,ol,ul{list-style:none}img{max-block-size:100%;max-inline-size:100%}table{border-collapse:collapse}input,textarea{-webkit-user-select:auto}textarea{white-space:revert}meter{-webkit-appearance:revert;-moz-appearance:revert;appearance:revert}pre{all:revert}::-moz-placeholder{color:unset}::placeholder{color:unset}::marker{content:""}:where([hidden]){display:none}:where([contenteditable]:not([contenteditable=false])){-moz-user-modify:read-write;-webkit-user-modify:read-write;-webkit-line-break:after-white-space;overflow-wrap:break-word;-webkit-user-select:auto}:where([draggable=true]){-webkit-user-drag:element}:where(dialog:modal){all:revert}*{font-family:Exo\ 2,sans-serif;font-optical-sizing:auto;font-style:normal}b,strong{font-weight:700}li b,li strong,p b,p strong{font-weight:600}h1,h2,h3{font-weight:700;line-height:1.3}.hero-banner h1,h2{font-size:5rem;margin-bottom:.2em}@media screen and (max-width:1439px){.hero-banner h1,h2{font-size:4.8rem}}@media screen and (max-width:1279px){.hero-banner h1,h2{font-size:4.2rem}}@media screen and (max-width:767px){.hero-banner h1,h2{font-size:3.8rem}}@media screen and (max-width:639px){.hero-banner h1,h2{font-size:3.6rem}}@media screen and (max-width:500px){.hero-banner h1,h2{font-size:3.2rem}}h3{font-size:2.2rem;margin-bottom:.4em}@media screen and (max-width:639px){h3{font-size:2rem}}h4{font-size:2.1rem;font-weight:700;margin-bottom:1.25em}@media screen and (max-width:767px){h4{font-size:2rem}}@media screen and (max-width:639px){h4{font-size:1.8rem}}p{font-size:1.8rem;line-height:1.5;margin-bottom:1.5em}@media screen and (max-width:767px){p{font-size:1.7rem}}@media screen and (max-width:639px){p{font-size:1.6rem;margin-bottom:1.25em}}p:last-child{margin-bottom:0}p a{text-decoration:underline}.product-info ol,.product-info ul:not(.breadcrumb),.tab-wrapper ol,.tab-wrapper ul:not(.breadcrumb),.text-block ol,.text-block ul:not(.breadcrumb){font-size:1.8rem;margin-bottom:1.5em;padding-left:1em}@media screen and (max-width:767px){.product-info ol,.product-info ul:not(.breadcrumb),.tab-wrapper ol,.tab-wrapper ul:not(.breadcrumb),.text-block ol,.text-block ul:not(.breadcrumb){font-size:1.7rem}}@media screen and (max-width:639px){.product-info ol,.product-info ul:not(.breadcrumb),.tab-wrapper ol,.tab-wrapper ul:not(.breadcrumb),.text-block ol,.text-block ul:not(.breadcrumb){font-size:1.6rem;margin-bottom:1.25em}}.product-info ol:last-child,.product-info ul:not(.breadcrumb):last-child,.tab-wrapper ol:last-child,.tab-wrapper ul:not(.breadcrumb):last-child,.text-block ol:last-child,.text-block ul:not(.breadcrumb):last-child{margin-bottom:0}.product-info ol li,.product-info ul:not(.breadcrumb) li,.tab-wrapper ol li,.tab-wrapper ul:not(.breadcrumb) li,.text-block ol li,.text-block ul:not(.breadcrumb) li{line-height:1.4;margin-bottom:.6em;padding-left:.25em}.product-info ol li::marker,.product-info ul:not(.breadcrumb) li::marker,.tab-wrapper ol li::marker,.tab-wrapper ul:not(.breadcrumb) li::marker,.text-block ol li::marker,.text-block ul:not(.breadcrumb) li::marker{content:unset;font-weight:700}.product-info ol,.tab-wrapper ol,.text-block ol{list-style:decimal}.product-info ul:not(.breadcrumb),.tab-wrapper ul:not(.breadcrumb),.text-block ul:not(.breadcrumb){list-style-type:disc}.product-info ul:not(.breadcrumb) li::marker,.tab-wrapper ul:not(.breadcrumb) li::marker,.text-block ul:not(.breadcrumb) li::marker{content:unset}table{font-size:1.8rem}@media screen and (max-width:767px){table{font-size:1.7rem}}@media screen and (max-width:639px){table{font-size:1.6rem}}.btn{background:var(--accent);border-radius:.5rem;color:var(--text);cursor:pointer;display:inline-block;font-size:1.6rem;font-weight:700;line-height:1.2;padding:1.3em 2.9em 1.5em;transition:all .3s ease}@media screen and (max-width:767px){.btn{font-size:1.5rem}}@media screen and (max-width:639px){.btn{font-size:1.4rem}}.btn:hover{background:var(--accent-2)}.btn svg{font-size:.8em;margin-left:.5em}body,html{background:#fff;color:var(--text);font-size:10px}body.lock,html.lock{overflow:hidden}.loader{background:#fff;height:100%;left:0;position:fixed;top:0;width:100%;z-index:999}.container{margin:0 auto;max-width:1300px}.container .row{padding:0 3rem}@media screen and (max-width:1439px){.container .row{padding:0 7.5rem}}@media screen and (max-width:1279px){.container .row{padding:0 3rem}}@media screen and (max-width:1023px){.container .row{padding:0 4rem}}@media screen and (max-width:500px){.container .row{padding:0 3rem}}div.white{background:#fff}div.light{background:var(--bg-light)}div.dark{background:var(--bg-dark);color:#fff}div.accent{background:var(--accent)}.icon-bar-hover-whatsapp{align-items:center;aspect-ratio:1/1;background:#2ed46d;color:#fff;display:none;font-size:2.8rem;justify-content:center;position:fixed;right:0;top:50%;transform:translateY(-50%);transition:background .3s ease;width:2em;z-index:99}@media(hover:hover){.icon-bar-hover-whatsapp:hover{background:#5773b8}}@media screen and (max-width:767px){.icon-bar-hover-whatsapp{display:flex}}@media screen and (max-width:500px){.icon-bar-hover-whatsapp{font-size:2.4rem}}header{background:#fff;font-size:1.8rem;position:relative;z-index:99}@media screen and (max-width:1439px){header{font-size:1.6rem}}header .row{align-items:center;display:flex;justify-content:space-between}header .header-top{border-bottom:2px solid rgba(231,232,242,.439);padding:1rem 0}@media screen and (max-width:767px){header .header-top{padding:1.5rem 0}}header .header-top .contact{align-items:center;display:flex;gap:.8rem}@media screen and (max-width:1023px){header .header-top .contact{justify-content:space-between;width:100%}}@media screen and (max-width:500px){header .header-top .contact>*{display:none}}header .header-top .ticker-outer{align-items:center;display:flex;gap:.5rem}@media screen and (max-width:767px){header .header-top .ticker-outer{display:none}}header .header-top .btn{display:none}@media screen and (max-width:767px){header .header-top .btn{display:block;padding-bottom:1.2em;padding-top:1em}}@media screen and (max-width:639px){header .header-top .btn{padding:.9em 0 1.1em;text-align:center;width:18rem}}@media screen and (max-width:500px){header .header-top .btn{width:100%}}header .header-top .ticker-wrap{box-sizing:border-box;display:inline-block;overflow:hidden;white-space:nowrap;width:30rem}header .header-top .ticker-wrap>span{animation:ticker 10s linear infinite;display:inline-block;padding-left:.2em;position:relative}header .header-top .ticker-wrap>span p{margin-bottom:0}header .header-top .ticker-wrap>span .dupe{display:inline-block;left:100%;padding-left:.2em;position:absolute;top:0;white-space:nowrap}@keyframes ticker{0%{transform:translate(0)}to{transform:translate(-100%)}}header .header-top a{font-weight:700}header .header-top .top-nav{align-items:center;display:flex;gap:.8rem}@media screen and (max-width:1023px){header .header-top .top-nav{display:none}}header .header-main{padding:3rem 0}@media screen and (max-width:1023px){header .header-main{padding:2.5rem 0}}@media screen and (max-width:639px){header .header-main{padding:1.75rem 0 2.1rem}}@media screen and (max-width:500px){header .header-main{padding:1.5rem 0}header .header-main .row{display:block}header .header-main .logo{text-align:center;width:100%}}header .header-main form{position:relative;width:30rem}@media screen and (max-width:1023px){header .header-main form{width:25rem}}@media screen and (max-width:639px){header .header-main form{width:18rem}}@media screen and (max-width:500px){header .header-main form{display:none}}header .header-main form ::-webkit-search-cancel-button{display:none}header .header-main form input{background:var(--bg-light);border-radius:.5rem;font-size:1.6rem;height:5rem;padding-left:2rem;width:100%}@media screen and (max-width:1023px){header .header-main form input{height:4.5rem}}@media screen and (max-width:639px){header .header-main form input{height:4.5rem;padding-left:1.5rem}}header .header-main form input:focus{outline:2px solid var(--text)}header .header-main form input::-moz-placeholder{opacity:.35}header .header-main form input::placeholder{opacity:.35}header .header-main form button{cursor:pointer;position:absolute;right:2rem;top:50%;transform:translateY(-50%)}@media screen and (max-width:639px){header .header-main form button{right:1.5rem}}header .main-nav{background:var(--bg-dark)}@media screen and (max-width:1279px){header .main-nav .row{display:block;padding:1.5rem 0 0}}@media screen and (max-width:639px){header .main-nav .row{padding:1rem 0 0}}header .main-nav .row .hamburger{display:none;margin:0 auto;padding:0 0 1.5rem}@media screen and (max-width:1279px){header .main-nav .row .hamburger{display:block}}@media screen and (max-width:639px){header .main-nav .row .hamburger{padding-bottom:1.2rem;transform:scale(.9);transform:center center}}header .main-nav .row .hamburger .hamburger-inner,header .main-nav .row .hamburger .hamburger-inner:after,header .main-nav .row .hamburger .hamburger-inner:before{background:#fff;height:.3rem}header .main-nav .row>ul{display:flex;justify-content:space-between;list-style-type:none;width:100%}@media screen and (max-width:1279px){header .main-nav .row>ul{background:var(--bg-dark);display:none;font-size:1.8rem;overflow-y:auto;padding-bottom:0;position:absolute}}header .main-nav .row>ul>li{align-items:center;display:flex;flex:1;font-weight:700;gap:.8rem;justify-content:center;margin-bottom:0;padding:1.5rem 0;position:relative;text-align:center}@media screen and (max-width:1279px){header .main-nav .row>ul>li{background:#ffffff1a;display:block;padding:2rem 0 0}}header .main-nav .row>ul>li:last-child{padding-bottom:2rem}@media screen and (max-width:1279px){header .main-nav .row>ul>li:last-child ul{margin-bottom:-2rem}}header .main-nav .row>ul>li a{color:#fff}header .main-nav .row>ul>li svg{font-size:.6em;opacity:.5;transform-origin:center center;transition:all .3s ease}@media screen and (max-width:1279px){header .main-nav .row>ul>li svg{font-size:.8em;position:absolute;top:calc(2rem + .35em);transform:translate(.75em)}}header .main-nav .row>ul>li svg path{fill:#fff}header .main-nav .row>ul>li:hover>svg{opacity:1;transform:rotate(180deg)}@media screen and (max-width:1279px){header .main-nav .row>ul>li:hover>svg{transform:translate(.75em) rotate(180deg)}}header .main-nav .row>ul>li:hover>ul{opacity:1;transform:scaleY(1) translate(-50%)}@media screen and (max-width:1279px){header .main-nav .row>ul>li:hover>ul{display:block;transform:none}}header .main-nav .row>ul>li>ul{background:var(--bg-light);border-bottom-left-radius:var(--radius);border-bottom-right-radius:var(--radius);box-shadow:var(--shadow);font-weight:400;left:50%;opacity:0;padding:1.5rem;position:absolute;top:100%;transform:scaleY(0) translate(-50%);transform-origin:center top;transition:all .3s ease;white-space:nowrap;z-index:2}@media screen and (max-width:1279px){header .main-nav .row>ul>li>ul{background:#ffffff1a;border-radius:0;box-shadow:none;display:none;margin-top:1.5rem;opacity:1;padding:1.5rem 0;position:static;transform:none}}header .main-nav .row>ul>li>ul>li{background:#fff;border-radius:var(--radius);margin-bottom:1.5rem;padding:.8rem 1.5rem 1.2rem;position:static;transition:all .3s ease}@media screen and (max-width:1279px){header .main-nav .row>ul>li>ul>li{background:transparent;padding:0;position:relative}}header .main-nav .row>ul>li>ul>li a{color:var(--text)}@media screen and (max-width:1279px){header .main-nav .row>ul>li>ul>li a{color:#fff;opacity:.75}}header .main-nav .row>ul>li>ul>li svg{font-size:.8em;margin-left:1rem;opacity:1}@media screen and (max-width:1279px){header .main-nav .row>ul>li>ul>li svg{margin-left:0;top:.4em;transform:translate(.75em)}header .main-nav .row>ul>li>ul>li svg.fa-arrow-right{display:none}}header .main-nav .row>ul>li>ul>li svg.fa-chevron-down{display:none}@media screen and (max-width:1279px){header .main-nav .row>ul>li>ul>li svg.fa-chevron-down{display:block}}header .main-nav .row>ul>li>ul>li svg path{fill:var(--text)}@media screen and (max-width:1279px){header .main-nav .row>ul>li>ul>li svg path{fill:#ffffffbf}}header .main-nav .row>ul>li>ul>li:last-child{margin-bottom:0}header .main-nav .row>ul>li>ul>li:hover{background:var(--bg-dark)}@media screen and (max-width:1279px){header .main-nav .row>ul>li>ul>li:hover{background:transparent}header .main-nav .row>ul>li>ul>li:hover svg{transform:translate(.75em) rotate(180deg)}}header .main-nav .row>ul>li>ul>li:hover svg path{fill:#fff}@media screen and (max-width:1279px){header .main-nav .row>ul>li>ul>li:hover svg path{fill:#ffffffbf}}header .main-nav .row>ul>li>ul>li:hover a{color:#fff}header .main-nav .row>ul>li>ul>li:hover ul.icon-nav{opacity:1;pointer-events:all;z-index:2}@media screen and (max-width:1279px){header .main-nav .row>ul>li>ul>li:hover ul.icon-nav{display:block;pointer-events:all;z-index:1}}header .main-nav .row>ul>li>ul>li ul.icon-nav{background:var(--bg-light);border-bottom-right-radius:var(--radius);box-shadow:var(--shadow);display:grid;gap:1.5rem;grid-template-columns:repeat(4,1fr);left:100%;opacity:0;padding:1.5rem 1.5rem 1.5rem 0;pointer-events:none;position:absolute;top:0;transition:opacity .3s ease;z-index:1}@media screen and (max-width:1279px){header .main-nav .row>ul>li>ul>li ul.icon-nav{background:transparent;background:#ffffff1a;box-shadow:none;display:none;height:auto!important;margin-top:1rem;opacity:1;padding:1rem 0;position:static;width:100%!important}}header .main-nav .row>ul>li>ul>li ul.icon-nav:before{background:var(--bg-light);bottom:0;content:"";height:100%;position:absolute;right:100%;width:1.5rem}@media screen and (max-width:1279px){header .main-nav .row>ul>li>ul>li ul.icon-nav:before{content:none}}header .main-nav .row>ul>li>ul>li ul.icon-nav li{align-items:center;background:#fff;border-radius:var(--radius);display:block;display:flex;justify-content:center;transition:background .3s ease;white-space:normal}@media screen and (max-width:1279px){header .main-nav .row>ul>li>ul>li ul.icon-nav li{background:transparent;padding:.5rem 0}}header .main-nav .row>ul>li>ul>li ul.icon-nav li:hover{background:var(--bg-dark)}@media screen and (max-width:1279px){header .main-nav .row>ul>li>ul>li ul.icon-nav li:hover{background:transparent}}header .main-nav .row>ul>li>ul>li ul.icon-nav li:hover .icon-box svg path{fill:#fff}header .main-nav .row>ul>li>ul>li ul.icon-nav li:hover a{color:#fff}header .main-nav .row>ul>li>ul>li ul.icon-nav li a{color:var(--text);transition:color .3s ease}@media screen and (max-width:1279px){header .main-nav .row>ul>li>ul>li ul.icon-nav li a{color:#fff}}header .main-nav .row>ul>li>ul>li ul.icon-nav li a .icon-box{align-items:center;display:flex;height:11rem;justify-content:center}@media screen and (max-width:1279px){header .main-nav .row>ul>li>ul>li ul.icon-nav li a .icon-box{display:none}}header .main-nav .row>ul>li>ul>li ul.icon-nav li a .icon-box svg{margin-left:0;max-height:100%;max-width:11rem;opacity:1;width:100%}header .main-nav .row>ul>li>ul>li ul.icon-nav li a .icon-box svg path{fill:var(--text);transition:fill .3s ease}header .icon-bar{background:var(--bg-light);padding:1.5rem 0}header .icon-bar ul{display:flex;justify-content:space-between;width:100%}header .icon-bar ul li{align-items:center;display:flex;font-size:1.6rem}@media screen and (max-width:1279px){header .icon-bar ul li{font-size:1.4rem}}@media screen and (max-width:1023px){header .icon-bar ul li{display:none;font-size:1.6rem}header .icon-bar ul li:first-child{display:flex;flex:1;justify-content:center}}header .icon-bar ul li p{font-size:1em}header .icon-bar ul li a{display:inline-block;font-size:1em;margin-left:.2em;text-decoration:underline}header .icon-bar ul li svg{height:3rem;margin-right:.8rem}header .icon-bar ul li svg path{fill:var(--text)}header .icon-bar ul li svg path.green{fill:#00b67a}header .icon-bar ul li svg path.white{fill:#fff}footer{background:var(--bg-dark);color:#fff;padding:6.5rem 0 7.5rem}@media screen and (max-width:1439px){footer{padding:6rem 0 7rem}}@media screen and (max-width:1279px){footer{padding:5rem 0 6rem}}@media screen and (max-width:1023px){footer{padding:4rem 0 5rem}}@media screen and (max-width:767px){footer{padding:3.5rem 0 5rem}}@media screen and (max-width:500px){footer{padding:3.25rem 0 4.5rem}}@media screen and (max-width:1439px){footer{padding:5rem 0}}@media screen and (max-width:1279px){footer{padding:4rem 0}}@media screen and (max-width:639px){footer{padding:3rem 0}}@media screen and (max-width:500px){footer{padding:2.5rem 0}}footer a{transition:color .3s ease}footer a:hover{color:var(--accent)}footer img{filter:brightness(0) invert(1)}footer .row>div{display:flex}footer .row>div.footer-top{gap:5rem}@media screen and (max-width:1023px){footer .row>div.footer-top{flex-wrap:wrap}}@media screen and (max-width:767px){footer .row>div.footer-top{row-gap:3.5rem}}@media screen and (max-width:639px){footer .row>div.footer-top{row-gap:3rem}}@media screen and (max-width:500px){footer .row>div.footer-top{display:block}}footer .row>div.footer-top .text{align-items:flex-start;display:flex;flex-direction:column;justify-content:space-between;width:50%}@media screen and (max-width:1023px){footer .row>div.footer-top .text{width:100%}}footer .row>div.footer-top .text p{font-size:4rem;line-height:1.2;margin-bottom:0}@media screen and (max-width:1439px){footer .row>div.footer-top .text p{font-size:3.6rem}}@media screen and (max-width:1279px){footer .row>div.footer-top .text p{font-size:3.2rem}}@media screen and (max-width:1023px){footer .row>div.footer-top .text p{font-size:4rem;margin-bottom:.75em}}@media screen and (max-width:639px){footer .row>div.footer-top .text p{font-size:3.6rem}}@media screen and (max-width:500px){footer .row>div.footer-top .text p{font-size:3.2rem}}footer .row>div.footer-top .text p span{color:var(--accent-2)}footer .row>div.footer-top .text>a{aspect-ratio:1/1;background:var(--accent-2);border-radius:100%;color:var(--bg-dark);font-size:1.8rem;padding:1em 1.5em 1.5em;text-align:center;transition:background .3s ease;width:13rem}footer .row>div.footer-top .text>a:hover{background:var(--accent)}@media screen and (max-width:1439px){footer .row>div.footer-top .text>a{font-size:1.7rem}}@media screen and (max-width:1279px){footer .row>div.footer-top .text>a{align-items:center;display:flex;flex-direction:column;font-size:1.6rem;justify-content:center}}@media screen and (max-width:639px){footer .row>div.footer-top .text>a{font-size:1.5rem;width:12rem}}@media screen and (max-width:500px){footer .row>div.footer-top .text>a{font-size:1.4rem;margin-bottom:2.5rem;width:11rem}}footer .row>div.footer-top .text>a span{display:block;font-size:1.5em;font-weight:600;padding-bottom:.2em}footer .row>div.footer-top .footer-col{flex:1;font-size:1.8rem}@media screen and (max-width:1439px){footer .row>div.footer-top .footer-col{font-size:1.7rem}}@media screen and (max-width:500px){footer .row>div.footer-top .footer-col{font-size:1.6rem}}footer .row>div.footer-top .footer-col h2{font-size:2.2rem;letter-spacing:.1em;margin-bottom:.5em;margin-top:1.5em;text-transform:uppercase}@media screen and (max-width:1439px){footer .row>div.footer-top .footer-col h2{font-size:2rem;margin-top:1.25em}}@media screen and (max-width:500px){footer .row>div.footer-top .footer-col h2{font-size:1.8rem;margin-top:1.5em}}footer .row>div.footer-top .footer-col h2:first-child{margin-bottom:1.5em;margin-top:0}@media screen and (max-width:1439px){footer .row>div.footer-top .footer-col h2:first-child{margin-bottom:1.25em}}@media screen and (max-width:500px){footer .row>div.footer-top .footer-col h2:first-child{margin-bottom:1.5em}}@media screen and (max-width:1439px){footer .row>div.footer-top .footer-col p,footer .row>div.footer-top .footer-col ul{font-size:1em}}@media screen and (max-width:500px){footer .row>div.footer-top .footer-col ul{margin-bottom:3rem}}footer .row>div.footer-top .footer-col ul li{margin-bottom:.45em}footer .row>div.footer-logos{border-bottom:1px solid #fff;border-top:1px solid #fff;margin:4.5rem 0;padding:2.5rem 0}@media screen and (max-width:1439px){footer .row>div.footer-logos{margin:3rem 0}}@media screen and (max-width:1023px){footer .row>div.footer-logos{display:block;margin:2.5rem 0}}@media screen and (max-width:767px){footer .row>div.footer-logos{padding:2.5rem 0 3rem}}@media screen and (max-width:500px){footer .row>div.footer-logos{margin:2rem 0;padding:2rem 0 2.5rem}}footer .row>div.footer-logos p{margin-bottom:0;width:70%}@media screen and (max-width:1439px){footer .row>div.footer-logos p{font-size:1.6rem}}@media screen and (max-width:1279px){footer .row>div.footer-logos p{font-size:1.5rem;width:75%}}@media screen and (max-width:1023px){footer .row>div.footer-logos p{margin-bottom:1.5em;width:100%}}@media screen and (max-width:767px){footer .row>div.footer-logos p{margin-bottom:2em}}@media screen and (max-width:500px){footer .row>div.footer-logos p{font-size:1.4rem;margin-bottom:1.5em}}footer .row>div.footer-logos .logos{align-items:center;display:flex;gap:10rem;justify-content:flex-end;width:30%}@media screen and (max-width:1279px){footer .row>div.footer-logos .logos{gap:5rem;width:25%}}@media screen and (max-width:1023px){footer .row>div.footer-logos .logos{justify-content:flex-start;width:100%}}@media screen and (max-width:500px){footer .row>div.footer-logos .logos{gap:4rem}footer .row>div.footer-logos .logos img{max-width:8rem}}footer .row>div.footer-bottom{align-items:flex-end;display:flex;gap:3rem;justify-content:space-between}@media screen and (max-width:767px){footer .row>div.footer-bottom{display:block}}footer .row>div.footer-bottom>a{display:inline-block;margin-bottom:0}@media screen and (max-width:767px){footer .row>div.footer-bottom>a{margin-bottom:1.5rem}}@media screen and (max-width:500px){footer .row>div.footer-bottom>a{margin-bottom:1rem}}footer .row>div.footer-bottom p{margin-bottom:.2em}@media screen and (max-width:1279px){footer .row>div.footer-bottom p{font-size:1.6rem}}@media screen and (max-width:639px){footer .row>div.footer-bottom p{font-size:1.5rem}}@media screen and (max-width:500px){footer .row>div.footer-bottom p{font-size:1.4rem}}.hero-banner,.landing-banner{color:#fff;position:relative}.hero-banner.landing-page,.landing-banner.landing-page{color:var(--text)}.hero-banner.landing-page .container .row,.landing-banner.landing-page .container .row{align-items:center;display:flex;flex-direction:row;justify-content:space-between;min-height:0;padding-bottom:0;padding-top:0}@media screen and (max-width:1023px){.hero-banner.landing-page .container .row,.landing-banner.landing-page .container .row{flex-direction:column}}.hero-banner.landing-page .container .row .text,.landing-banner.landing-page .container .row .text{padding-bottom:4rem;width:42.5%}@media screen and (max-width:1599px){.hero-banner.landing-page .container .row .text,.landing-banner.landing-page .container .row .text{width:50%}}@media screen and (max-width:1279px){.hero-banner.landing-page .container .row .text,.landing-banner.landing-page .container .row .text{padding:5rem 5rem 8rem 0;width:60%}}@media screen and (max-width:1023px){.hero-banner.landing-page .container .row .text,.landing-banner.landing-page .container .row .text{order:2;padding:1rem 3rem 5rem;text-align:center;width:100%}}@media screen and (max-width:767px){.hero-banner.landing-page .container .row .text,.landing-banner.landing-page .container .row .text{padding:1rem 2rem 4.5rem}}@media screen and (max-width:639px){.hero-banner.landing-page .container .row .text,.landing-banner.landing-page .container .row .text{padding:1rem 0 4.5rem}}@media screen and (max-width:500px){.hero-banner.landing-page .container .row .text,.landing-banner.landing-page .container .row .text{padding-bottom:3.5rem}}.hero-banner.landing-page .container .row .text h1,.hero-banner.landing-page .container .row .text h2,.landing-banner.landing-page .container .row .text h1,.landing-banner.landing-page .container .row .text h2{-webkit-background-clip:text;background-clip:text;background-image:linear-gradient(to right,var(--bg-dark),var(--accent));color:transparent;font-size:4.4rem;font-weight:800;margin-bottom:.5em}@media screen and (max-width:1279px){.hero-banner.landing-page .container .row .text h1,.hero-banner.landing-page .container .row .text h2,.landing-banner.landing-page .container .row .text h1,.landing-banner.landing-page .container .row .text h2{font-size:4rem}}@media screen and (max-width:767px){.hero-banner.landing-page .container .row .text h1,.hero-banner.landing-page .container .row .text h2,.landing-banner.landing-page .container .row .text h1,.landing-banner.landing-page .container .row .text h2{font-size:3.6rem}}@media screen and (max-width:500px){.hero-banner.landing-page .container .row .text h1,.hero-banner.landing-page .container .row .text h2,.landing-banner.landing-page .container .row .text h1,.landing-banner.landing-page .container .row .text h2{font-size:3.2rem}}@media screen and (max-width:1279px){.hero-banner.landing-page .container .row .text p,.hero-banner.landing-page .container .row .text ul,.landing-banner.landing-page .container .row .text p,.landing-banner.landing-page .container .row .text ul{font-size:1.6rem}}.hero-banner.landing-page .container .row .text ul,.landing-banner.landing-page .container .row .text ul{text-align:left}@media screen and (max-width:1023px){.hero-banner.landing-page .container .row .text ul,.landing-banner.landing-page .container .row .text ul{display:inline-block}}@media screen and (max-width:639px){.hero-banner.landing-page .container .row .text ul,.landing-banner.landing-page .container .row .text ul{display:block}}.hero-banner.landing-page .container .row .text ul li,.landing-banner.landing-page .container .row .text ul li{align-items:flex-start;display:flex;gap:.5em;margin-bottom:.75em}.hero-banner.landing-page .container .row .text ul li:last-child,.landing-banner.landing-page .container .row .text ul li:last-child{margin-bottom:0}.hero-banner.landing-page .container .row .text ul li:before,.landing-banner.landing-page .container .row .text ul li:before{align-items:center;aspect-ratio:1/1;background:var(--accent);border-radius:100%;color:#fff;content:"\f00c";display:flex;font-family:fontawesome;font-size:.5em;justify-content:center;transform:translateY(5%);width:2.5em}.hero-banner.landing-page .container .row .text .links,.landing-banner.landing-page .container .row .text .links{display:flex;gap:1.5rem;margin-top:3rem}@media screen and (max-width:1023px){.hero-banner.landing-page .container .row .text .links,.landing-banner.landing-page .container .row .text .links{justify-content:center}}@media screen and (max-width:500px){.hero-banner.landing-page .container .row .text .links,.landing-banner.landing-page .container .row .text .links{flex-direction:column}}.hero-banner.landing-page .container .row .text .links .btn.dark,.landing-banner.landing-page .container .row .text .links .btn.dark{background:var(--bg-dark);color:#fff}.hero-banner.landing-page .container .row .text .links .btn.dark:hover,.landing-banner.landing-page .container .row .text .links .btn.dark:hover{background:var(--accent);color:var(--bg-dark)}.hero-banner.landing-page .container .row .text .links .btn.dark.outline,.landing-banner.landing-page .container .row .text .links .btn.dark.outline{background:transparent;border:2px solid var(--bg-dark);color:var(--bg-dark)}.hero-banner.landing-page .container .row .text .links .btn.dark.outline:hover,.landing-banner.landing-page .container .row .text .links .btn.dark.outline:hover{background:var(--bg-dark);color:#fff}.hero-banner.landing-page .container .row .text .links .btn.accent.outline,.landing-banner.landing-page .container .row .text .links .btn.accent.outline{background:transparent;border:2px solid var(--accent);color:var(--bg-dark)}.hero-banner.landing-page .container .row .text .links .btn.accent.outline:hover,.landing-banner.landing-page .container .row .text .links .btn.accent.outline:hover{background:var(--accent)}.hero-banner.landing-page .container .row .text .links .btn.accenttwo,.landing-banner.landing-page .container .row .text .links .btn.accenttwo{background:var(--accent-2);color:var(--bg-dark)}.hero-banner.landing-page .container .row .text .links .btn.accenttwo:hover,.landing-banner.landing-page .container .row .text .links .btn.accenttwo:hover{background:var(--accent)}.hero-banner.landing-page .container .row .text .links .btn.accenttwo.outline,.landing-banner.landing-page .container .row .text .links .btn.accenttwo.outline{background:transparent;border:2px solid var(--accent-2);color:var(--bg-dark)}.hero-banner.landing-page .container .row .text .links .btn.accenttwo.outline:hover,.landing-banner.landing-page .container .row .text .links .btn.accenttwo.outline:hover{background:var(--accent-2)}.hero-banner.landing-page .container .row .img-wrapper,.landing-banner.landing-page .container .row .img-wrapper{padding:1.5rem 0 0 5%;width:50%}@media screen and (max-width:1599px){.hero-banner.landing-page .container .row .img-wrapper,.landing-banner.landing-page .container .row .img-wrapper{padding-right:5%}}@media screen and (max-width:1439px){.hero-banner.landing-page .container .row .img-wrapper,.landing-banner.landing-page .container .row .img-wrapper{padding-right:0}}@media screen and (max-width:1279px){.hero-banner.landing-page .container .row .img-wrapper,.landing-banner.landing-page .container .row .img-wrapper{padding-left:0;width:40%}}@media screen and (max-width:1023px){.hero-banner.landing-page .container .row .img-wrapper,.landing-banner.landing-page .container .row .img-wrapper{order:1;width:100%}.hero-banner.landing-page .container .row .img-wrapper img,.landing-banner.landing-page .container .row .img-wrapper img{display:block;margin:0 auto;width:65%}}@media screen and (max-width:639px){.hero-banner.landing-page .container .row .img-wrapper img,.landing-banner.landing-page .container .row .img-wrapper img{width:75%}}@media screen and (max-width:500px){.hero-banner.landing-page .container .row .img-wrapper img,.landing-banner.landing-page .container .row .img-wrapper img{width:85%}}.hero-banner.shallow .container .row,.landing-banner.shallow .container .row{min-height:0;padding-bottom:0;padding-top:0}.hero-banner.shallow .container .row .text,.landing-banner.shallow .container .row .text{padding:7.5rem 0;width:100%}@media screen and (max-width:1279px){.hero-banner.shallow .container .row .text,.landing-banner.shallow .container .row .text{padding:6.5rem 0}}@media screen and (max-width:1023px){.hero-banner.shallow .container .row .text,.landing-banner.shallow .container .row .text{padding:5.5rem 0}}@media screen and (max-width:500px){.hero-banner.shallow .container .row .text,.landing-banner.shallow .container .row .text{padding:5rem 0}}.hero-banner.shallow .container img.tab,.landing-banner.shallow .container img.tab{display:none}.hero-banner img.bg,.landing-banner img.bg{height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;width:100%}.hero-banner .overlay,.landing-banner .overlay{background:linear-gradient(90deg,var(--bg-dark),transparent);height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.hero-banner .overlay.no-bg,.landing-banner .overlay.no-bg{background:var(--bg-dark)}.hero-banner .container .row,.landing-banner .container .row{align-items:flex-start;display:flex;flex-direction:column;justify-content:center;min-height:40rem;padding-bottom:10rem;padding-top:10rem;position:relative;z-index:2}@media screen and (max-width:1439px){.hero-banner .container .row,.landing-banner .container .row{padding-bottom:7.5rem;padding-top:7.5rem}}@media screen and (max-width:1279px){.hero-banner .container .row,.landing-banner .container .row{min-height:30rem}}@media screen and (max-width:639px){.hero-banner .container .row,.landing-banner .container .row{min-height:25rem;padding-bottom:8rem;padding-top:6.5rem}}@media screen and (max-width:500px){.hero-banner .container .row,.landing-banner .container .row{min-height:0;padding-bottom:9rem;padding-top:5rem}}.hero-banner .container .row .text,.landing-banner .container .row .text{width:40%}@media screen and (max-width:1439px){.hero-banner .container .row .text,.landing-banner .container .row .text{width:50%}}@media screen and (max-width:1023px){.hero-banner .container .row .text,.landing-banner .container .row .text{width:75%}}@media screen and (max-width:639px){.hero-banner .container .row .text,.landing-banner .container .row .text{width:100%}}@media screen and (max-width:500px){.hero-banner .container .row .text h1,.hero-banner .container .row .text h2,.landing-banner .container .row .text h1,.landing-banner .container .row .text h2{font-size:3rem}}.hero-banner .container .row .text ul,.landing-banner .container .row .text ul{font-size:1.8rem;margin-bottom:1.5em}@media screen and (max-width:767px){.hero-banner .container .row .text ul,.landing-banner .container .row .text ul{font-size:1.7rem}}@media screen and (max-width:639px){.hero-banner .container .row .text ul,.landing-banner .container .row .text ul{font-size:1.6rem;margin-bottom:1.25em}}.hero-banner .container .row .text ul:last-child,.landing-banner .container .row .text ul:last-child{margin-bottom:0}.hero-banner .container .row .text p,.landing-banner .container .row .text p{line-height:1.75}.hero-banner .container .row img.tab,.landing-banner .container .row img.tab{bottom:0;position:absolute;right:0}@media screen and (max-width:767px){.hero-banner .container .row img.tab,.landing-banner .container .row img.tab{right:3rem;width:22.5rem}}@media screen and (max-width:639px){.hero-banner .container .row img.tab,.landing-banner .container .row img.tab{right:2rem;width:20rem}}@media screen and (max-width:500px){.hero-banner .container .row img.tab,.landing-banner .container .row img.tab{left:0;margin:auto;right:0;width:19rem}}.product-listing{padding:6.5rem 0 7.5rem}@media screen and (max-width:1439px){.product-listing{padding:6rem 0 7rem}}@media screen and (max-width:1279px){.product-listing{padding:5rem 0 6rem}}@media screen and (max-width:1023px){.product-listing{padding:4rem 0 5rem}}@media screen and (max-width:767px){.product-listing{padding:3.5rem 0 5rem}}@media screen and (max-width:500px){.product-listing{padding:3.25rem 0 4.5rem}}.product-listing.light .filter-bar .filter ul:after,.product-listing.light .filter-bar .filter ul:before,.product-listing.light .filter-bar .sort ul:after,.product-listing.light .filter-bar .sort ul:before,.product-listing.light .item-listing .item-card .item-text{background:#fff}.product-listing h2{margin-bottom:.75em;text-align:center}.product-listing .cta-wrapper{display:flex;font-size:2.4rem;font-weight:700;justify-content:flex-end}.product-listing .cta-wrapper a{align-items:center;display:flex;gap:.5em;transition:color .3s ease}@media screen and (max-width:1023px){.product-listing .cta-wrapper a{font-size:2.1rem}}@media screen and (max-width:639px){.product-listing .cta-wrapper a{font-size:1.9rem}}@media screen and (max-width:500px){.product-listing .cta-wrapper a{font-size:1.8rem}}.product-listing .cta-wrapper a:hover{color:var(--accent)}.filter-bar{align-items:center;display:flex;font-size:1.8rem;justify-content:flex-end;position:relative;z-index:3}@media screen and (max-width:767px){.filter-bar{justify-content:space-between}}@media screen and (max-width:639px){.filter-bar{margin-top:1rem}}@media screen and (max-width:500px){.filter-bar{font-size:1.6rem;margin-top:3rem}}.filter-bar .sort{order:2;padding-bottom:3rem;position:relative}@media screen and (max-width:767px){.filter-bar .sort{margin-left:auto;padding-bottom:2rem}}.filter-bar .sort>button{cursor:pointer;display:flex;font-weight:700;gap:2rem;padding-right:2.5rem}.filter-bar .sort:hover svg{transform:rotate(180deg)}.filter-bar .sort:hover ul{opacity:1;pointer-events:all}.filter-bar .sort svg{transition:transform .3s ease}.filter-bar .sort ul li{min-width:16rem}@media screen and (max-width:500px){.filter-bar .sort ul li{min-width:15rem}}.filter-bar .sort ul li:hover button{opacity:1}.filter-bar .sort .active button{font-weight:700;pointer-events:none}.filter-bar .sort button{cursor:pointer;opacity:1;transition:all .3s ease}.filter-bar .filter ul,.filter-bar .sort ul{font-weight:400;line-height:1.75;min-width:calc(100% + 5rem);opacity:0;padding:2rem 2.5rem;pointer-events:none;position:absolute;right:0;top:100%;transition:opacity .3s ease;white-space:nowrap;z-index:2}@media screen and (max-width:500px){.filter-bar .filter ul,.filter-bar .sort ul{padding:1.5rem 2rem}}.filter-bar .filter ul:after,.filter-bar .filter ul:before,.filter-bar .sort ul:after,.filter-bar .sort ul:before{background:var(--bg-light);content:"";position:absolute;top:0}.filter-bar .filter ul:before,.filter-bar .sort ul:before{aspect-ratio:1/1;border-top-left-radius:5px;box-shadow:0 0 5px #0003;height:2.5rem;position:absolute;right:2.1rem;transform:translateY(-50%) rotate(45deg)}.filter-bar .filter ul:after,.filter-bar .sort ul:after{border-radius:var(--radius);box-shadow:0 5px 5px #00000040;height:100%;left:0;top:0;width:100%}.filter-bar .filter ul li,.filter-bar .sort ul li{position:relative;z-index:2}.filter-bar .filter{align-items:center;display:flex;margin-right:2.5rem;order:1;padding-bottom:3rem;padding-right:2.5rem;position:relative}@media screen and (max-width:767px){.filter-bar .filter{padding-bottom:2rem}}.filter-bar .filter ul{left:0;right:unset}.filter-bar .filter ul:before{left:8.9rem;right:unset}@media screen and (max-width:500px){.filter-bar .filter ul:before{left:7.6rem}}.filter-bar .filter:after{background:var(--text);content:"";height:2.3rem;position:absolute;right:0;top:0;width:2px}@media screen and (max-width:767px){.filter-bar .filter:after{display:none}}.filter-bar .filter>button{align-items:center;cursor:pointer;display:flex;font-weight:600;gap:0}@media screen and (max-width:767px){.filter-bar .filter>button{width:11rem}}@media screen and (max-width:500px){.filter-bar .filter>button{width:9.5rem}}@media screen and (max-width:767px){.filter-bar .filter>button svg{margin-left:auto}}.filter-bar .filter>button .counter{margin-left:.5rem;margin-right:1.5rem}@media screen and (max-width:767px){.filter-bar .filter>button .counter{margin-right:0}}.filter-bar .filter:hover ul{opacity:1;pointer-events:all}.filter-bar .filter ul li{min-width:21rem}@media screen and (max-width:500px){.filter-bar .filter ul li{min-width:19rem}}.filter-bar .filter ul li.active button{font-weight:700}.filter-bar .filter ul li.active button[data-filter]:after{opacity:1}.filter-bar .filter ul li button{align-items:center;cursor:pointer;display:flex;gap:1rem;transition:all .3s ease}.filter-bar .filter ul li button:hover{font-weight:700}.filter-bar .filter ul li button[data-filter]:after{content:"\f00c";font-family:fontawesome;font-size:.75em;left:.2rem;opacity:0;position:absolute;transition:opacity .3s ease}.filter-bar .filter ul li button[data-filter]:before{aspect-ratio:1/1;border:2px solid var(--text);content:"";display:block;height:1em;transition:background .3s ease}.item-listing{display:grid;gap:3rem;grid-template-columns:repeat(3,1fr);margin-bottom:4rem}@media screen and (max-width:1439px){.item-listing{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:1023px){.item-listing{margin-bottom:3rem}}@media screen and (max-width:767px){.item-listing{grid-template-columns:repeat(1,1fr)}}@media screen and (max-width:500px){.item-listing{margin-bottom:2.5rem}}.item-listing .item-card{display:flex;flex-direction:column}.item-listing .item-card .item-img{aspect-ratio:1/1;border-top-left-radius:var(--radius);border-top-right-radius:var(--radius);overflow:hidden;position:relative}.item-listing .item-card .item-img img{height:100%;left:0;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;position:absolute;top:0;width:100%}.item-listing .item-card .item-text{background:var(--bg-light);font-size:1.6rem;padding:2.5rem 3rem 3rem;position:relative}.item-listing .item-card .item-text .tag{background:#6fffa7;bottom:100%;display:inline-block;font-size:1.4rem;font-weight:700;left:0;line-height:1;padding:.75em;position:absolute;text-transform:uppercase}.item-listing .item-card .item-text h3{margin-bottom:1em}.item-listing .item-card .item-text ul{margin-left:2em}.item-listing .item-card .item-text ul li{line-height:1.3;margin-bottom:.75em}.item-listing .item-card .item-text ul li .fa-li{width:1em}.item-listing .item-card .buttons{display:flex}.item-listing .item-card .buttons div{width:50%}.item-listing .item-card .buttons .price{align-items:flex-start;background:var(--bg-dark);border-bottom-left-radius:var(--radius);color:#fff;display:flex;flex-direction:column;font-size:1.6rem;justify-content:center;line-height:1.5;padding:1.5rem 2.5rem}@media screen and (max-width:1023px){.item-listing .item-card .buttons .price{font-size:1.5rem;padding:1.5rem 2rem}}.item-listing .item-card .buttons .price span{font-size:.75em}.item-listing .item-card .buttons .btn{align-items:center;border-radius:0;border-bottom-right-radius:var(--radius);display:flex;justify-content:center;padding:0}.two-col-section{padding:6.5rem 0 7.5rem}@media screen and (max-width:1439px){.two-col-section{padding:6rem 0 7rem}}@media screen and (max-width:1279px){.two-col-section{padding:5rem 0 6rem}}@media screen and (max-width:1023px){.two-col-section{padding:4rem 0 5rem}}@media screen and (max-width:767px){.two-col-section{padding:3.5rem 0 5rem}}@media screen and (max-width:500px){.two-col-section{padding:3.25rem 0 4.5rem}}.two-col-section.light .two-col-grid .grid-item{background:#fff}.two-col-section .title{align-items:flex-end;display:flex;justify-content:space-between;margin-bottom:6rem}@media screen and (max-width:1439px){.two-col-section .title{margin-bottom:5rem}}@media screen and (max-width:1023px){.two-col-section .title{display:block;margin-bottom:4rem}}@media screen and (max-width:639px){.two-col-section .title{margin-bottom:3rem}}.two-col-section .title h2{margin-bottom:0;padding-right:7.5rem;width:50%}@media screen and (max-width:1279px){.two-col-section .title h2{padding-right:5rem}}@media screen and (max-width:1023px){.two-col-section .title h2{margin-bottom:.5em;padding-right:0;width:100%}}.two-col-section .title .text{padding-left:2.5rem;width:50%}@media screen and (max-width:1023px){.two-col-section .title .text{padding-left:0;width:100%}}.two-col-section .title .text p>a{text-decoration:underline}.two-col-section .two-col-grid{display:grid;gap:5rem;grid-template-columns:repeat(2,1fr)}@media screen and (max-width:1279px){.two-col-section .two-col-grid{grid-template-columns:repeat(1,1fr)}}@media screen and (max-width:1023px){.two-col-section .two-col-grid{gap:4rem}}@media screen and (max-width:639px){.two-col-section .two-col-grid{gap:3rem}}.two-col-section .two-col-grid .grid-item{background:var(--bg-light);border:var(--border);border-radius:var(--radius);display:flex;overflow:hidden}@media screen and (max-width:1279px){.two-col-section .two-col-grid .grid-item{justify-content:space-between}}@media screen and (max-width:639px){.two-col-section .two-col-grid .grid-item{display:block}}.two-col-section .two-col-grid .grid-item .img{position:relative;width:40%}@media screen and (max-width:639px){.two-col-section .two-col-grid .grid-item .img{aspect-ratio:6/3.5;width:100%}}.two-col-section .two-col-grid .grid-item .img img{height:100%;left:0;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;position:absolute;top:0;width:100%}.two-col-section .two-col-grid .grid-item .text{font-size:1.6rem;padding:2.5rem;width:60%}@media screen and (max-width:1279px){.two-col-section .two-col-grid .grid-item .text{padding:5rem 5rem 5rem 2.5rem;width:50%}}@media screen and (max-width:1023px){.two-col-section .two-col-grid .grid-item .text{padding:3.5rem 5rem;width:60%}}@media screen and (max-width:767px){.two-col-section .two-col-grid .grid-item .text{padding:3rem 4rem}}@media screen and (max-width:639px){.two-col-section .two-col-grid .grid-item .text{padding:3rem 3rem 4rem;width:100%}}@media screen and (max-width:500px){.two-col-section .two-col-grid .grid-item .text{padding:2.5rem 2.5rem 3.5rem}}@media screen and (max-width:1279px){.two-col-section .two-col-grid .grid-item .text h3{margin-bottom:1em}}@media screen and (max-width:639px){.two-col-section .two-col-grid .grid-item .text h3{margin-bottom:.75em}}.two-col-section .two-col-grid .grid-item .text p{margin-bottom:1em}.two-col-section .two-col-grid .grid-item .text>a{text-decoration:underline}.cta-banner{padding:6.5rem 0 7.5rem;position:relative}@media screen and (max-width:1439px){.cta-banner{padding:6rem 0 7rem}}@media screen and (max-width:1279px){.cta-banner{padding:5rem 0 6rem}}@media screen and (max-width:1023px){.cta-banner{padding:4rem 0 5rem}}@media screen and (max-width:767px){.cta-banner{padding:3.5rem 0 5rem}}@media screen and (max-width:500px){.cta-banner{padding:3.25rem 0 4.5rem}}.cta-banner>img{height:100%;left:0;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;opacity:.25;position:absolute;top:0;width:100%}.cta-banner h2{margin-bottom:1em;position:relative;text-align:center;z-index:2}.cta-banner .banner-inner{background:#fff;border-radius:var(--radius);box-shadow:var(--shadow);color:var(--text);display:flex;overflow:hidden;position:relative;z-index:2}@media screen and (max-width:1023px){.cta-banner .banner-inner{display:block}}.cta-banner .banner-inner.light{background:var(--bg-light)}.cta-banner .banner-inner.dark{background:var(--bg-dark);color:#fff}.cta-banner .banner-inner main{align-items:flex-start;display:flex;flex-direction:column;font-size:1.6rem;justify-content:center;padding:5.5rem 6.5rem 6.5rem;width:66.66666666%}@media screen and (max-width:1279px){.cta-banner .banner-inner main{padding:5rem 5rem 5.5rem}}@media screen and (max-width:1023px){.cta-banner .banner-inner main{padding:4rem 5rem 4.5rem;width:100%}}@media screen and (max-width:767px){.cta-banner .banner-inner main{padding:3.5rem 4rem 4rem}}@media screen and (max-width:639px){.cta-banner .banner-inner main{padding:3rem 3.5rem 3.5rem}}@media screen and (max-width:500px){.cta-banner .banner-inner main{font-size:1.5rem;padding:2.5rem 3rem 3rem}}.cta-banner .banner-inner main:last-child{align-items:center;padding-bottom:5.5rem;text-align:center;width:100%}@media screen and (max-width:1279px){.cta-banner .banner-inner main:last-child{padding-bottom:5rem}}@media screen and (max-width:1023px){.cta-banner .banner-inner main:last-child{padding-bottom:4rem}}@media screen and (max-width:767px){.cta-banner .banner-inner main:last-child{padding-bottom:3.5rem}}@media screen and (max-width:639px){.cta-banner .banner-inner main:last-child{padding-bottom:3rem}}@media screen and (max-width:500px){.cta-banner .banner-inner main:last-child{padding-bottom:2.5rem}}.cta-banner .banner-inner main h3{font-size:2em;margin-bottom:.75em}@media screen and (max-width:639px){.cta-banner .banner-inner main h3{font-size:1.65em}}.cta-banner .banner-inner main p{font-size:1em}.cta-banner .banner-inner main .subheading{align-items:center;display:flex;gap:1.5rem;margin-bottom:1.75em}.cta-banner .banner-inner main .subheading h4{white-space:nowrap}.cta-banner .banner-inner main .subheading hr{border-top:1px solid var(--text);width:100%}.cta-banner .banner-inner main .fa-ul{display:grid;grid-template-columns:repeat(2,1fr);margin-bottom:0;margin-left:2em}@media screen and (max-width:1439px){.cta-banner .banner-inner main .fa-ul{grid-column-gap:5rem}}@media screen and (max-width:767px){.cta-banner .banner-inner main .fa-ul{grid-template-columns:1fr}}.cta-banner .banner-inner main .fa-ul li{line-height:1.3;margin-bottom:.75em}.cta-banner .banner-inner main .fa-ul li .fa-li{width:1em}.cta-banner .banner-inner aside{background:var(--bg-light);width:33.333333333%}@media screen and (max-width:1023px){.cta-banner .banner-inner aside{width:100%}}.cta-banner .banner-inner aside.img{display:flex;flex-direction:column}@media screen and (max-width:1023px){.cta-banner .banner-inner aside.img{flex-direction:row}}@media screen and (max-width:639px){.cta-banner .banner-inner aside.img{display:block}}.cta-banner .banner-inner aside.img .img-wrapper{aspect-ratio:3/1.75;position:relative}@media screen and (max-width:1279px){.cta-banner .banner-inner aside.img .img-wrapper{aspect-ratio:3/2}}@media screen and (max-width:1023px){.cta-banner .banner-inner aside.img .img-wrapper{aspect-ratio:unset;width:50%}}@media screen and (max-width:639px){.cta-banner .banner-inner aside.img .img-wrapper{aspect-ratio:3/1.75;width:100%}}.cta-banner .banner-inner aside.img .img-wrapper:last-child{aspect-ratio:unset;height:100%}@media screen and (max-width:1023px){.cta-banner .banner-inner aside.img .img-wrapper:last-child{aspect-ratio:2/1;width:100%}}@media screen and (max-width:639px){.cta-banner .banner-inner aside.img .img-wrapper:last-child{aspect-ratio:3/2;width:100%}}.cta-banner .banner-inner aside.img .img-wrapper img{height:100%;left:0;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;position:absolute;top:0;width:100%}.cta-banner .banner-inner aside.img .text{font-size:1.4rem;height:100%;padding:3rem 6.5rem}@media screen and (max-width:1279px){.cta-banner .banner-inner aside.img .text{padding:3rem 5rem}}@media screen and (max-width:1023px){.cta-banner .banner-inner aside.img .text{height:auto;width:50%}}@media screen and (max-width:767px){.cta-banner .banner-inner aside.img .text{padding:2.5rem 3.5rem}}@media screen and (max-width:639px){.cta-banner .banner-inner aside.img .text{padding:2.5rem 6.5rem 3rem;width:100%}}@media screen and (max-width:500px){.cta-banner .banner-inner aside.img .text{padding:2.5rem 4.5rem 3rem}}.cta-banner .banner-inner aside.img .text p,.cta-banner .banner-inner aside.img .text>a{max-width:none}.cta-banner .banner-inner aside.img .text h3{font-size:4.5rem}@media screen and (max-width:767px){.cta-banner .banner-inner aside.img .text h3{font-size:4rem}}@media screen and (max-width:500px){.cta-banner .banner-inner aside.img .text h3{font-size:3.8rem}}.cta-banner .banner-inner aside .text{display:flex;flex-direction:column;font-size:1.6rem;height:100%;justify-content:center;padding:6.5rem;text-align:center}@media screen and (max-width:1439px){.cta-banner .banner-inner aside .text{padding:5rem}}@media screen and (max-width:1023px){.cta-banner .banner-inner aside .text{padding:3.5rem 5rem}}@media screen and (max-width:639px){.cta-banner .banner-inner aside .text{padding:2.5rem 7.5rem 3.5rem}}@media screen and (max-width:500px){.cta-banner .banner-inner aside .text{font-size:1.5rem;padding:2.5rem 4.5rem 3rem}}.cta-banner .banner-inner aside h3{font-size:6rem;margin:0 0 1rem}@media screen and (max-width:1439px){.cta-banner .banner-inner aside h3{font-size:5.5rem}}@media screen and (max-width:1023px){.cta-banner .banner-inner aside h3{font-size:5.2rem}}@media screen and (max-width:539px){.cta-banner .banner-inner aside h3{font-size:4.4rem}}@media screen and (max-width:500px){.cta-banner .banner-inner aside h3{font-size:3.8rem}}.cta-banner .banner-inner aside h4{margin-bottom:0}.cta-banner .banner-inner aside p,.cta-banner .banner-inner aside>a{font-size:1em}@media screen and (max-width:1023px){.cta-banner .banner-inner aside p,.cta-banner .banner-inner aside>a{margin-left:auto;margin-right:auto;max-width:50%}}@media screen and (max-width:767px){.cta-banner .banner-inner aside p,.cta-banner .banner-inner aside>a{max-width:60%}}@media screen and (max-width:639px){.cta-banner .banner-inner aside p,.cta-banner .banner-inner aside>a{max-width:none}}.cta-banner .banner-inner aside a.btn{margin:2rem 0}@media screen and (max-width:1023px){.cta-banner .banner-inner aside a.btn{margin-left:auto;margin-right:auto}}.logo-grid{padding:6.5rem 0 7.5rem;text-align:center}@media screen and (max-width:1439px){.logo-grid{padding:6rem 0 7rem}}@media screen and (max-width:1279px){.logo-grid{padding:5rem 0 6rem}}@media screen and (max-width:1023px){.logo-grid{padding:4rem 0 5rem}}@media screen and (max-width:767px){.logo-grid{padding:3.5rem 0 5rem}}@media screen and (max-width:500px){.logo-grid{padding:3.25rem 0 4.5rem}}.logo-grid h2{margin-bottom:1em}@media screen and (max-width:767px){.logo-grid h2{margin-bottom:.75em}}.logo-grid .logo-list.row{align-items:center;border:var(--border);border-radius:var(--radius);display:flex;justify-content:space-between;padding:2rem 4rem}@media screen and (max-width:1023px){.logo-grid .logo-list.row{display:flex;flex-wrap:wrap;justify-content:center;padding:3rem;row-gap:3rem}}@media screen and (max-width:767px){.logo-grid .logo-list.row{padding:2.5rem;row-gap:2.5rem}}@media screen and (max-width:509px){.logo-grid .logo-list.row{row-gap:3.5rem}}@media screen and (max-width:1023px){.logo-grid .logo-list.row .logo-wrapper{width:33.3333333333%}}@media screen and (max-width:639px){.logo-grid .logo-list.row .logo-wrapper{width:50%}}@media screen and (max-width:500px){.logo-grid .logo-list.row .logo-wrapper{width:100%}}@media screen and (max-width:1279px){.logo-grid .logo-list.row .logo-wrapper img{max-width:10rem}}@media screen and (max-width:1023px){.logo-grid .logo-list.row .logo-wrapper img{max-width:12.5rem}}@media screen and (max-width:639px){.logo-grid .logo-list.row .logo-wrapper img{width:15rem}}.logo-grid .logo-list.grid{display:grid;gap:3rem;grid-template-columns:repeat(3,1fr);margin-top:-2.5rem}@media screen and (max-width:1023px){.logo-grid .logo-list.grid{gap:2.5rem;grid-template-columns:repeat(2,1fr);margin-top:-1rem}}@media screen and (max-width:639px){.logo-grid .logo-list.grid{gap:2rem;margin-top:-2rem}}@media screen and (max-width:500px){.logo-grid .logo-list.grid{gap:1rem;grid-template-columns:repeat(1,1fr);margin-bottom:2rem;margin-top:-3rem}.logo-grid .logo-list.grid a{margin-bottom:-2rem}}.logo-grid .logo-list.grid a img{mix-blend-mode:multiply;width:25rem}@media screen and (max-width:1439px){.logo-grid .logo-list.grid a img{width:22.5rem}}@media screen and (max-width:1279px){.logo-grid .logo-list.grid a img{width:21.5rem}}@media screen and (max-width:767px){.logo-grid .logo-list.grid a img{width:19rem}}@media screen and (max-width:639px){.logo-grid .logo-list.grid a img{width:17.5rem}}@media screen and (max-width:500px){.logo-grid .logo-list.grid a img{margin-bottom:-2rem}}.embed{padding:6.5rem 0 7.5rem;text-align:center}@media screen and (max-width:1439px){.embed{padding:6rem 0 7rem}}@media screen and (max-width:1279px){.embed{padding:5rem 0 6rem}}@media screen and (max-width:1023px){.embed{padding:4rem 0 5rem}}@media screen and (max-width:767px){.embed{padding:3.5rem 0 5rem}}@media screen and (max-width:500px){.embed{padding:3.25rem 0 4.5rem}}@media screen and (max-width:639px){.embed h2{margin-bottom:.5em}}.embed .embed-wrapper{margin-top:5rem}@media screen and (max-width:1023px){.embed .embed-wrapper{margin-top:3.5rem}}@media screen and (max-width:639px){.embed .embed-wrapper{margin-top:3rem}}@media screen and (max-width:500px){.embed .embed-wrapper{margin-top:2.5rem}}.callback-form{padding:6.5rem 0 7.5rem;position:relative}@media screen and (max-width:1439px){.callback-form{padding:6rem 0 7rem}}@media screen and (max-width:1279px){.callback-form{padding:5rem 0 6rem}}@media screen and (max-width:1023px){.callback-form{padding:4rem 0 5rem}}@media screen and (max-width:767px){.callback-form{padding:3.5rem 0 5rem}}@media screen and (max-width:500px){.callback-form{padding:3.25rem 0 4.5rem}}@media screen and (max-width:1023px){.callback-form{padding:0}}.callback-form:after{background:var(--bg-dark);content:"";height:100%;left:50%;position:absolute;top:0;width:50%}@media screen and (max-width:1023px){.callback-form:after{content:none}}.callback-form .row{display:flex;position:relative;z-index:2}@media screen and (max-width:1023px){.callback-form .row{display:block}}.callback-form .row .form,.callback-form .row .text{width:50%}@media screen and (max-width:1023px){.callback-form .row .form,.callback-form .row .text{width:100%}}.callback-form .row .text{display:flex;flex-direction:column;justify-content:center;padding-right:15rem}@media screen and (max-width:1439px){.callback-form .row .text{padding-right:12.5rem}}@media screen and (max-width:1279px){.callback-form .row .text{padding-right:5rem}}@media screen and (max-width:1023px){.callback-form .row .text{padding:4rem 4.5rem 5rem}}@media screen and (max-width:767px){.callback-form .row .text{padding:3.5rem 0 5rem}}@media screen and (max-width:500px){.callback-form .row .text{padding:3.25rem 0 4.5rem}}.callback-form .row .text h2{line-height:1.2;margin-bottom:.8em}@media screen and (max-width:500px){.callback-form .row .text h2{margin-bottom:.75em}}.callback-form .row .text hr{border-top:1px solid var(--text);margin:0 0 2rem}.callback-form .row .form{color:#fff;font-size:1.8rem;padding-left:15rem;text-align:center}@media screen and (max-width:1439px){.callback-form .row .form{padding-left:12.5rem}}@media screen and (max-width:1279px){.callback-form .row .form{padding-left:5rem}}@media screen and (max-width:1023px){.callback-form .row .form{background:var(--bg-dark);margin:0 -4rem;padding:4rem 8.5rem 5rem;text-align:left;width:calc(100% + 8rem)}}@media screen and (max-width:767px){.callback-form .row .form{padding:3.5rem 4rem 5rem}}@media screen and (max-width:500px){.callback-form .row .form{font-size:1.6rem;margin:0 -3rem;padding:3.25rem 3rem 4.5rem;width:calc(100% + 6rem)}}.callback-form .row .form h3{font-size:3rem;margin-bottom:1.25em;text-align:center}@media screen and (max-width:1439px){.callback-form .row .form h3{font-size:2.8rem;margin-bottom:1em}}@media screen and (max-width:767px){.callback-form .row .form h3{margin-bottom:.75em}}@media screen and (max-width:500px){.callback-form .row .form h3{font-size:2.4rem}}.nf-form-layout form .nf-form-content input{border-radius:.5rem}.nf-form-layout form .nf-form-content input[type=submit]{background:var(--accent);border-radius:.5rem;color:var(--text);cursor:pointer;display:inline-block;font-size:1.6rem;font-weight:700;height:auto;line-height:1.2;padding:1em 2.9em 1.2em;text-align:center;transition:background .3s ease;width:100%}.nf-form-layout form .nf-form-content input[type=submit]:hover{background:var(--accent-2)}@media screen and (max-width:639px){.nf-form-layout form .nf-form-content .nf-field-container{margin-bottom:1.5rem}}.nf-form-layout form .nf-form-content .nf-field-container.hidden-container,.nf-form-layout form .nf-form-content .submit-container{margin-bottom:0}@media screen and (max-width:1279px){.nf-form-layout form .nf-form-content label{font-size:1.6rem}}.text-image-block{position:relative}.text-image-block.video{padding:10rem 0}@media screen and (max-width:1599px){.text-image-block.video{padding:7.5rem 0}}@media screen and (max-width:1439px){.text-image-block.video{padding:6.5rem 0}}@media screen and (max-width:1279px){.text-image-block.video{padding:5.5rem 0}}@media screen and (max-width:1023px){.text-image-block.video{padding:6.5rem 0 7.5rem}}@media screen and (max-width:1023px)and (max-width:1439px){.text-image-block.video{padding:6rem 0 7rem}}@media screen and (max-width:1023px)and (max-width:1279px){.text-image-block.video{padding:5rem 0 6rem}}@media screen and (max-width:1023px)and (max-width:1023px){.text-image-block.video{padding:4rem 0 5rem}}@media screen and (max-width:1023px)and (max-width:767px){.text-image-block.video{padding:3.5rem 0 5rem}}@media screen and (max-width:1023px)and (max-width:500px){.text-image-block.video{padding:3.25rem 0 4.5rem}}.text-image-block.video .row .video{align-items:center;display:flex}.text-image-block.video .row .video .wistia_responsive_padding{border-radius:var(--radius);overflow:hidden;width:100%}.text-image-block.video .row .text{margin-left:0;padding-bottom:0;padding-top:0}.text-image-block.right .row .text{margin-left:0;order:1;padding-left:0;padding-right:15rem}@media screen and (max-width:1439px){.text-image-block.right .row .text{padding-right:12.5rem}}@media screen and (max-width:1279px){.text-image-block.right .row .text{padding-right:5rem}}@media screen and (max-width:1023px){.text-image-block.right .row .text{padding-left:4.5rem;padding-right:4.5rem}}@media screen and (max-width:767px){.text-image-block.right .row .text{padding-left:0;padding-right:0}}.text-image-block.right .row .img{left:unset;right:0}.text-image-block.right .row .img,.text-image-block.right .row .video{order:2}.text-image-block.landing{padding:6.5rem 0 7.5rem}@media screen and (max-width:1439px){.text-image-block.landing{padding:6rem 0 7rem}}@media screen and (max-width:1279px){.text-image-block.landing{padding:5rem 0 6rem}}@media screen and (max-width:1023px){.text-image-block.landing{padding:4rem 0 5rem}}@media screen and (max-width:767px){.text-image-block.landing{padding:3.5rem 0 5rem}}@media screen and (max-width:500px){.text-image-block.landing{padding:3.25rem 0 4.5rem}}.text-image-block.landing.graphic+.graphic{margin-top:-6.5rem;padding-top:0}@media screen and (max-width:1439px){.text-image-block.landing.graphic+.graphic{margin-top:-6rem}}@media screen and (max-width:1279px){.text-image-block.landing.graphic+.graphic{margin-top:-5rem}}@media screen and (max-width:1023px){.text-image-block.landing.graphic+.graphic{margin-top:-1rem}}@media screen and (max-width:639px){.text-image-block.landing.graphic+.graphic{margin-top:-2rem}}.text-image-block.landing.graphic .row{align-items:center}@media screen and (max-width:1023px){.text-image-block.landing.graphic .row .text{text-align:center}}@media screen and (max-width:639px){.text-image-block.landing.graphic .row .text{padding-top:2.5rem}}@media screen and (max-width:500px){.text-image-block.landing.graphic .row .text{padding-top:1.5rem}.text-image-block.landing.graphic .row .text h2{margin-bottom:.4em}}@media screen and (max-width:1023px){.text-image-block.landing.graphic .row .img{margin:0 auto;width:75%}}@media screen and (max-width:767px){.text-image-block.landing.graphic .row .img{width:85%}}@media screen and (max-width:639px){.text-image-block.landing.graphic .row .img{width:100%}}.text-image-block.landing.graphic .row .img img{height:auto;-o-object-fit:unset;object-fit:unset;position:static;width:100%}.text-image-block.landing .row .text{margin-left:0;padding-bottom:5rem;padding-top:5rem}@media screen and (max-width:1023px){.text-image-block.landing .row .text{padding-bottom:0;padding-top:4rem}}@media screen and (max-width:767px){.text-image-block.landing .row .text{padding-top:3.5rem}}@media screen and (max-width:500px){.text-image-block.landing .row .text{padding-top:3rem}}.text-image-block.landing .row .img{border-radius:var(--radius);height:auto;overflow:hidden;position:relative}@media screen and (max-width:1023px){.text-image-block.landing .row .img{aspect-ratio:unset;margin-left:4.5rem;margin-right:4.5rem;width:calc(100% - 9rem)}}@media screen and (max-width:767px){.text-image-block.landing .row .img{margin:0;width:100%}}@media screen and (max-width:1023px){.text-image-block.landing .row .img img{position:static}}.text-image-block .row{display:flex}@media screen and (max-width:1023px){.text-image-block .row{display:block}}.text-image-block .row .img,.text-image-block .row .text,.text-image-block .row .video{width:50%}@media screen and (max-width:1023px){.text-image-block .row .img,.text-image-block .row .text,.text-image-block .row .video{width:100%}}.text-image-block .row .img{height:100%;left:0;position:absolute}@media screen and (max-width:1023px){.text-image-block .row .img{aspect-ratio:2/1;margin:0 -4rem;position:relative;width:calc(100% + 8rem)}}@media screen and (max-width:639px){.text-image-block .row .img{aspect-ratio:3/2}}@media screen and (max-width:500px){.text-image-block .row .img{margin-left:-3rem;margin-right:-3rem;width:calc(100% + 6rem)}}.text-image-block .row .img img{height:100%;left:0;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;position:absolute;top:0;width:100%}@media screen and (max-width:1023px){.text-image-block .row .video{aspect-ratio:16/9;margin-bottom:4rem;margin-left:4.5rem;width:calc(100% - 9rem)}}@media screen and (max-width:767px){.text-image-block .row .video{margin-bottom:3.5rem;margin-left:0;width:100%}}@media screen and (max-width:500px){.text-image-block .row .video{margin-bottom:3rem}}.text-image-block .row .text{margin-left:50%}@media screen and (max-width:1023px){.text-image-block .row .text{margin-left:0}}.text-image-block .row .video{position:relative}.text-image-block .row .video iframe{border-radius:var(--radius);height:100%;left:0;position:absolute;top:0;width:100%}.text-image-block .row .text{font-size:1.6rem;padding:6.5rem 0 7.5rem 15rem}@media screen and (max-width:1439px){.text-image-block .row .text{padding:6rem 0 7rem}}@media screen and (max-width:1279px){.text-image-block .row .text{padding:5rem 0 6rem}}@media screen and (max-width:1023px){.text-image-block .row .text{padding:4rem 0 5rem}}@media screen and (max-width:767px){.text-image-block .row .text{padding:3.5rem 0 5rem}}@media screen and (max-width:500px){.text-image-block .row .text{padding:3.25rem 0 4.5rem}}@media screen and (max-width:1439px){.text-image-block .row .text{padding-left:12.5rem}}@media screen and (max-width:1279px){.text-image-block .row .text{padding-left:5rem}}@media screen and (max-width:1023px){.text-image-block .row .text{padding-left:4.5rem;padding-right:4.5rem}}@media screen and (max-width:767px){.text-image-block .row .text{padding-left:0;padding-right:0}}.text-image-block .row .text h2{font-size:2em;margin-bottom:.8em}@media screen and (max-width:639px){.text-image-block .row .text h2{font-size:1.75em;margin-bottom:.65em}}@media screen and (max-width:500px){.text-image-block .row .text h2{font-size:1.65em}}.text-image-block .row .text p:last-of-type{margin-bottom:2em}.text-image-block .row .text p:last-of-type:last-child{margin-bottom:0}.callout-wrapper{padding:6.5rem 0 7.5rem}@media screen and (max-width:1439px){.callout-wrapper{padding:6rem 0 7rem}}@media screen and (max-width:1279px){.callout-wrapper{padding:5rem 0 6rem}}@media screen and (max-width:1023px){.callout-wrapper{padding:4rem 0 5rem}}@media screen and (max-width:767px){.callout-wrapper{padding:3.5rem 0 5rem}}@media screen and (max-width:500px){.callout-wrapper{padding:3.25rem 0 4.5rem}}.callout-wrapper .callout-box{border-radius:var(--radius);display:flex;overflow:hidden}@media screen and (max-width:1023px){.callout-wrapper .callout-box{display:block}}.callout-wrapper .callout-box.left .img{order:2}.callout-wrapper .callout-box.left .text{order:1}.callout-wrapper .callout-box .img{position:relative;width:50%}@media screen and (max-width:1023px){.callout-wrapper .callout-box .img{aspect-ratio:2/1;width:100%}}@media screen and (max-width:639px){.callout-wrapper .callout-box .img{aspect-ratio:3/2}}.callout-wrapper .callout-box .img img{height:100%;left:0;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;position:absolute;top:0;width:100%}.callout-wrapper .callout-box .text{align-items:flex-start;background:var(--accent-2);display:flex;flex-direction:column;justify-content:center;min-height:30rem;padding:4.5rem;width:50%}@media screen and (max-width:1439px){.callout-wrapper .callout-box .text{min-height:27.5rem}}@media screen and (max-width:1279px){.callout-wrapper .callout-box .text{min-height:0;padding:4rem}}@media screen and (max-width:1023px){.callout-wrapper .callout-box .text{width:100%}}@media screen and (max-width:767px){.callout-wrapper .callout-box .text{padding:2.5rem 3.5rem 3.5rem}}@media screen and (max-width:500px){.callout-wrapper .callout-box .text{padding:2.5rem 2.5rem 3rem}}.callout-wrapper .callout-box .text h2{font-size:2.4rem;font-weight:400;margin-bottom:1em}@media screen and (max-width:1439px){.callout-wrapper .callout-box .text h2{font-size:2.1rem}}@media screen and (max-width:767px){.callout-wrapper .callout-box .text h2{font-size:2rem;margin-bottom:.75em}}@media screen and (max-width:639px){.callout-wrapper .callout-box .text h2{font-size:1.8rem}}@media screen and (max-width:500px){.callout-wrapper .callout-box .text h2{font-size:1.6rem;width:75%}}.callout-wrapper .callout-box .text h3{font-size:4.8rem;margin-bottom:.65em}@media screen and (max-width:1439px){.callout-wrapper .callout-box .text h3{font-size:4rem;margin-bottom:.75em}}@media screen and (max-width:1279px){.callout-wrapper .callout-box .text h3{font-size:3.6rem}}@media screen and (max-width:639px){.callout-wrapper .callout-box .text h3{font-size:3rem}}@media screen and (max-width:500px){.callout-wrapper .callout-box .text h3{font-size:2.2rem}}.callout-wrapper .callout-box .text h3:last-child{margin-bottom:0}.callout-wrapper .callout-box .text a.btn{background:var(--bg-dark);color:#fff}@media screen and (max-width:500px){.callout-wrapper .callout-box .text a.btn{font-size:1.3rem;margin-top:.5em;padding:1em 2.5em 1.2em}}.text-block{padding:6.5rem 0 7.5rem}@media screen and (max-width:1439px){.text-block{padding:6rem 0 7rem}}@media screen and (max-width:1279px){.text-block{padding:5rem 0 6rem}}@media screen and (max-width:1023px){.text-block{padding:4rem 0 5rem}}@media screen and (max-width:767px){.text-block{padding:3.5rem 0 5rem}}@media screen and (max-width:500px){.text-block{padding:3.25rem 0 4.5rem}}.text-block h2{font-size:4rem;margin-bottom:.75em}@media screen and (max-width:1439px){.text-block h2{font-size:3.6rem}}@media screen and (max-width:1279px){.text-block h2{font-size:3.2rem}}@media screen and (max-width:767px){.text-block h2{font-size:2.8rem}}@media screen and (max-width:639px){.text-block h2{font-size:2.4rem}}@media screen and (max-width:500px){.text-block h2{font-size:2.2rem}}.text-block h3{margin-bottom:1em}@media screen and (max-width:1023px){.text-block h3{margin-bottom:.75em}}.text-block ol,.text-block ul{margin-left:1.25em}.text-block iframe{aspect-ratio:16/9;width:100%}.text-block.sidebar .row{align-items:flex-start;display:flex;gap:5rem}@media screen and (max-width:1023px){.text-block.sidebar .row{display:block}}.text-block.sidebar .row h3{margin-bottom:1em}@media screen and (max-width:1023px){.text-block.sidebar .row h3{margin-bottom:.75em}}.text-block.sidebar .row main{flex:2}@media screen and (max-width:1023px){.text-block.sidebar .row main{margin-bottom:4rem}}.text-block.sidebar .row aside{flex:1;position:sticky;top:3rem}.text-block.sidebar .row aside div,.text-block.sidebar .row aside video{height:auto!important;width:100%!important}.table-wrapper{padding:6.5rem 0 7.5rem}@media screen and (max-width:1439px){.table-wrapper{padding:6rem 0 7rem}}@media screen and (max-width:1279px){.table-wrapper{padding:5rem 0 6rem}}@media screen and (max-width:1023px){.table-wrapper{padding:4rem 0 5rem}}@media screen and (max-width:767px){.table-wrapper{padding:3.5rem 0 5rem}}@media screen and (max-width:500px){.table-wrapper{padding:3.25rem 0 4.5rem}}.table-wrapper.dark table tr td{border-color:#fff}.table-wrapper h2{margin-bottom:.75em}@media screen and (max-width:767px){.table-wrapper h2{margin-bottom:.5em}.table-wrapper h2.multi{margin-bottom:.75em;text-align:center}}@media screen and (max-width:500px){.table-wrapper h2.multi{margin-bottom:1em}}@media screen and (max-width:767px){.table-wrapper.light table.multi tbody td:first-child,.table-wrapper.light table.multi tfoot th:first-child,.table-wrapper.light table.multi tfoot tr:last-child td:first-child,.table-wrapper.light table.multi thead th:first-child,.table-wrapper.light table.multi thead tr:last-child td:first-child{background:var(--bg-light)}}.table-wrapper.light table.multi tbody tr:nth-child(2n) td{background:#fff;border-right:1px solid var(--bg-light)}.table-wrapper.light table.multi tbody tr:nth-child(2n) td:last-child{border-right:none}.table-wrapper.light table.multi td{border-right:1px solid #fff}.table-wrapper.dark table.multi tfoot td.bg,.table-wrapper.dark table.multi th.bg{background:#fff;border-right:1px solid var(--bg-dark);color:var(--bg-dark)}.table-wrapper.dark table.multi tfoot td a{color:var(--bg-dark)}.table-wrapper.dark table.multi td{border-right:1px solid hsla(0,0%,100%,.5)}@media screen and (max-width:767px){.table-wrapper.dark table.multi tbody td:first-child,.table-wrapper.dark table.multi tfoot th:first-child,.table-wrapper.dark table.multi tfoot tr:last-child td:first-child,.table-wrapper.dark table.multi thead th:first-child,.table-wrapper.dark table.multi thead tr:last-child td:first-child{background:var(--bg-dark)}}.table-wrapper.dark table.multi tbody tr:nth-child(2n) td{background:var(--bg-dark);border-right:1px solid hsla(0,0%,100%,.5);position:relative}@media screen and (max-width:767px){.table-wrapper.dark table.multi tbody tr:nth-child(2n) td:first-child{position:sticky;z-index:2}}.table-wrapper.dark table.multi tbody tr:nth-child(2n) td:before{background:#ffffff40;content:"";height:100%;left:0;position:absolute;top:0;width:100%}.table-wrapper.dark table.multi tbody tr:nth-child(2n) td:last-child{border-right:none}.table-wrapper.dark table.multi tfoot tr:last-child td.bg{border-right:1px solid var(--bg-dark)}@media screen and (max-width:767px){.table-wrapper .table-scroller{overflow:auto;width:calc(100% + 4rem)}}@media screen and (max-width:500px){.table-wrapper .table-scroller{font-size:1.4rem;margin-left:-3rem;width:calc(100% + 6rem)}}@media screen and (max-width:767px){.table-wrapper .table-scroller table{min-width:800px}}@media screen and (max-width:500px){.table-wrapper .table-scroller table{min-width:700px}}.table-wrapper table{margin-bottom:1.5em;width:100%}@media screen and (max-width:500px){.table-wrapper table{margin-bottom:1.25em}}.table-wrapper table:last-child{margin-bottom:0}.table-wrapper table.simple tr:first-child td{border-top:0;font-weight:700;padding-top:0}.table-wrapper table.simple tr td{border-top:1px solid var(--text);padding:.5em 0}.table-wrapper table.multi{font-size:1.6rem;text-align:center}@media screen and (max-width:1439px){.table-wrapper table.multi{font-size:1.5rem}}.table-wrapper table.multi td,.table-wrapper table.multi th{border-right:1px solid var(--bg-light);line-height:1.5;padding:.5em .7em .7em;vertical-align:middle}@media screen and (max-width:1023px){.table-wrapper table.multi td,.table-wrapper table.multi th{padding:.4em .5em .5em}}.table-wrapper table.multi td:first-child,.table-wrapper table.multi th:first-child{text-align:right;width:20%}@media screen and (max-width:767px){.table-wrapper table.multi td:first-child,.table-wrapper table.multi th:first-child{background:#fff;left:0;position:sticky}}.table-wrapper table.multi td:last-child,.table-wrapper table.multi th:last-child{border:none}.table-wrapper table.multi th.bg{background:var(--bg-dark);border-color:#fff;color:#fff;font-weight:700}.table-wrapper table.multi tbody tr:nth-child(2n) td{background:var(--bg-light);border-color:#fff}.table-wrapper table.multi tfoot{font-weight:700}.table-wrapper table.multi tfoot td.bg{background:var(--bg-dark);color:#fff;padding:.5em .7em .7em}@media screen and (max-width:1023px){.table-wrapper table.multi tfoot td.bg{padding:.4em .5em .5em}}.table-wrapper table.multi tfoot tr:last-child td{border-right:none;padding:0}.table-wrapper table.multi tfoot tr:last-child td.bg{background:var(--accent-2);border-right:1px solid #fff;color:var(--bg-dark);transition:background .3s ease}.table-wrapper table.multi tfoot tr:last-child td.bg:hover{background:var(--accent)}.table-wrapper table.multi tfoot tr:last-child td.bg:last-child{border-right:none}.table-wrapper table.multi tfoot tr:last-child td a{display:block;font-weight:400;height:100%;padding:.5em .7em .7em}@media screen and (max-width:1023px){.table-wrapper table.multi tfoot tr:last-child td a{padding:.4em .5em .5em}}.table-wrapper table.multi tfoot tr:last-child td a svg{font-size:.9em;margin-left:.75em}.grid-wrapper{padding:6.5rem 0 7.5rem}@media screen and (max-width:1439px){.grid-wrapper{padding:6rem 0 7rem}}@media screen and (max-width:1279px){.grid-wrapper{padding:5rem 0 6rem}}@media screen and (max-width:1023px){.grid-wrapper{padding:4rem 0 5rem}}@media screen and (max-width:767px){.grid-wrapper{padding:3.5rem 0 5rem}}@media screen and (max-width:500px){.grid-wrapper{padding:3.25rem 0 4.5rem}}.grid-wrapper.dark .grid .grid-item{border-color:#fff}@media screen and (max-width:1023px){.grid-wrapper.dark .grid.mob-full.borders .grid-item,.grid-wrapper.dark .grid.mob-full.borders .grid-item:nth-child(2n),.grid-wrapper.dark .grid.mob-full.borders .grid-item:nth-child(3n){border-top:2px solid #fff}.grid-wrapper.dark .grid.mob-full.borders .grid-item:first-child{border-top:none}}.grid-wrapper h2{margin-bottom:1em;text-align:center}.grid-wrapper .grid{display:grid;gap:3rem;grid-template-columns:repeat(3,1fr)}@media screen and (max-width:1023px){.grid-wrapper .grid{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:639px){.grid-wrapper .grid{grid-template-columns:repeat(1,1fr)}}@media screen and (max-width:1023px){.grid-wrapper .grid.mob-full.centre,.grid-wrapper .grid.mob-full.left,.grid-wrapper .grid.mob-full.right{grid-template-columns:repeat(1,1fr);text-align:center}.grid-wrapper .grid.mob-full.centre .grid-item .img-wrapper,.grid-wrapper .grid.mob-full.left .grid-item .img-wrapper,.grid-wrapper .grid.mob-full.right .grid-item .img-wrapper{justify-content:center}.grid-wrapper .grid.mob-full.borders .grid-item,.grid-wrapper .grid.mob-full.borders .grid-item:nth-child(2n),.grid-wrapper .grid.mob-full.borders .grid-item:nth-child(3n){border-right:none;border-top:2px solid var(--text)}}.grid-wrapper .grid.centre .grid-item{text-align:center}.grid-wrapper .grid.centre .grid-item .img-wrapper{justify-content:center}.grid-wrapper .grid.right .grid-item{text-align:right}.grid-wrapper .grid.right .grid-item .img-wrapper{justify-content:flex-end}.grid-wrapper .grid.borders{gap:0}.grid-wrapper .grid.borders .grid-item{border-right:2px solid var(--text);border-top:2px solid var(--text);padding:4rem 5rem 3rem}@media screen and (max-width:1439px){.grid-wrapper .grid.borders .grid-item{padding:3.5rem 4rem}}@media screen and (max-width:1279px){.grid-wrapper .grid.borders .grid-item{padding:3rem 3.5rem}}@media screen and (max-width:1023px){.grid-wrapper .grid.borders .grid-item{display:flex;flex-direction:column;justify-content:center;padding:2.5rem 3rem 3rem}}.grid-wrapper .grid.borders .grid-item:first-child,.grid-wrapper .grid.borders .grid-item:nth-child(2),.grid-wrapper .grid.borders .grid-item:nth-child(3){border-top:none}@media screen and (max-width:639px){.grid-wrapper .grid.borders .grid-item{border-right:none}.grid-wrapper .grid.borders .grid-item:nth-child(2){border-top:2px solid var(--text)}}@media screen and (max-width:1023px){.grid-wrapper .grid.borders .grid-item:nth-child(3){border-top:2px solid var(--text)}}.grid-wrapper .grid.borders .grid-item:nth-child(3n){border-right:none}@media screen and (max-width:1023px){.grid-wrapper .grid.borders .grid-item:nth-child(3n){border-right:2px solid var(--text)}}@media screen and (max-width:639px){.grid-wrapper .grid.borders .grid-item:nth-child(3n){border-right:none}}@media screen and (max-width:1023px){.grid-wrapper .grid.borders .grid-item:nth-child(2n){border-right:none}}@media screen and (max-width:639px){.grid-wrapper .grid .grid-item:first-child{padding-top:0}.grid-wrapper .grid .grid-item:last-child{padding-bottom:0}}.grid-wrapper .grid .grid-item h3{margin-bottom:.8em}@media screen and (max-width:1599px){.grid-wrapper .grid .grid-item h3{margin-bottom:.7em}}@media screen and (max-width:1023px){.grid-wrapper .grid .grid-item h3{font-size:2rem;margin-bottom:.6em}}@media screen and (max-width:500px){.grid-wrapper .grid .grid-item h3{font-size:1.8rem}}.grid-wrapper .grid .grid-item .img-wrapper{align-items:center;display:flex;height:10rem;margin-bottom:1.5rem}@media screen and (max-width:1599px){.grid-wrapper .grid .grid-item .img-wrapper{height:9rem}}@media screen and (max-width:1279px){.grid-wrapper .grid .grid-item .img-wrapper{height:8rem}}@media screen and (max-width:767px){.grid-wrapper .grid .grid-item .img-wrapper{height:7rem}}@media screen and (max-width:500px){.grid-wrapper .grid .grid-item .img-wrapper{height:6.5rem}}.grid-wrapper .grid .grid-item .img-wrapper img{max-height:100%;max-width:8.5rem}@media screen and (max-width:1599px){.grid-wrapper .grid .grid-item .img-wrapper img{max-width:8rem}}@media screen and (max-width:1279px){.grid-wrapper .grid .grid-item .img-wrapper img{max-width:7.5rem}}@media screen and (max-width:767px){.grid-wrapper .grid .grid-item .img-wrapper img{max-width:6.5rem}}@media screen and (max-width:500px){.grid-wrapper .grid .grid-item .img-wrapper img{max-width:6rem}}.subnav{font-size:1.8rem;overflow-x:hidden;padding:1.5em 0 1.75em;position:relative}@media screen and (max-width:767px){.subnav{font-size:1.6rem;padding:1.75em 0 2em}}@media screen and (max-width:500px){.subnav{padding:1.5em 0 1.75em}}.subnav.light .row .wrapper.images ul li a{background:#fff}.subnav.dark .row .wrapper.images ul li a{background:#fff;color:var(--text)}.subnav:after{background:linear-gradient(270deg,#fff 25%,#fff0);content:none;height:100%;position:absolute;right:0;top:0;width:200px}@media screen and (max-width:1919px){.subnav:after{content:""}}.subnav .row .wrapper{align-items:center;display:flex}.subnav .row .wrapper.images{display:block;white-space:nowrap}.subnav .row .wrapper.images h2{display:inline-block;vertical-align:middle;white-space:normal}@media screen and (max-width:1023px){.subnav .row .wrapper.images h2{display:block}}.subnav .row .wrapper.images nav{display:inline-block;vertical-align:middle}.subnav .row .wrapper.images nav ul{justify-content:flex-start}@media screen and (max-width:1023px){.subnav .row .wrapper.images nav ul{gap:2.5rem}}@media screen and (max-width:500px){.subnav .row .wrapper.images nav ul{gap:2rem}}@media screen and (max-width:1919px){.subnav .row .wrapper.images nav ul li:last-child{padding-right:100px}}.subnav .row .wrapper.images nav ul li a{aspect-ratio:1/1;background:var(--bg-light);border-radius:var(--radius);display:block;text-align:center;text-decoration:none;transition:background .3s ease;width:15rem}@media screen and (max-width:500px){.subnav .row .wrapper.images nav ul li a{width:13rem}}.subnav .row .wrapper.images nav ul li a:hover{background:var(--accent)}.subnav .row .wrapper.images nav ul li a img{display:block;margin:0 auto -.5rem;width:75%}@media screen and (max-width:500px){.subnav .row .wrapper.images nav ul li a img{margin-bottom:0;width:70%}}.subnav .row .wrapper h2{font-size:2.2rem;padding-right:3rem;width:15%}@media screen and (max-width:1279px){.subnav .row .wrapper h2{width:18%}}@media screen and (max-width:1023px){.subnav .row .wrapper h2{font-size:2.4rem;margin-bottom:.75em;padding-right:0;width:100%}}@media screen and (max-width:639px){.subnav .row .wrapper h2{margin-bottom:1em}}@media screen and (max-width:500px){.subnav .row .wrapper h2{font-size:2.2rem}}.subnav .row .wrapper nav{overflow-x:auto}@media screen and (max-width:1023px){.subnav .row .wrapper nav{width:calc(100% + 4rem)}}.subnav .row .wrapper ul{display:flex;gap:2.5rem;justify-content:space-between;white-space:nowrap}@media screen and (max-width:1023px){.subnav .row .wrapper ul{gap:3rem}}.subnav .row .wrapper ul li a{font-weight:600;text-decoration:underline}.faqs{padding:6.5rem 0 7.5rem}@media screen and (max-width:1439px){.faqs{padding:6rem 0 7rem}}@media screen and (max-width:1279px){.faqs{padding:5rem 0 6rem}}@media screen and (max-width:1023px){.faqs{padding:4rem 0 5rem}}@media screen and (max-width:767px){.faqs{padding:3.5rem 0 5rem}}@media screen and (max-width:500px){.faqs{padding:3.25rem 0 4.5rem}}.faqs h2{align-items:center;display:flex;gap:.5em;justify-content:center;margin-bottom:.5em}.faqs h2,.faqs p{text-align:center}.faqs p{font-size:2.2rem}@media screen and (max-width:639px){.faqs p{font-size:2rem}}@media screen and (max-width:500px){.faqs p{font-size:1.8rem}}.faqs p:last-of-type{margin-bottom:0}.faqs .accordion{margin-top:4rem}@media screen and (max-width:767px){.faqs .accordion{margin-top:3.5rem}}.dark .accordion li,.light .accordion li{background:#fff}.dark .accordion li.active .accordion-title:before,.dark .accordion li:hover .accordion-title:before,.light .accordion li.active .accordion-title:before,.light .accordion li:hover .accordion-title:before{opacity:.1}.dark .accordion li{color:var(--text)}.accordion{text-align:left}.accordion>li{background:var(--bg-light);border:2px solid hsla(240,4%,79%,.161);border-radius:var(--radius);font-size:1.6rem;margin-bottom:1rem;overflow:hidden}.accordion>li:last-child{margin-bottom:0}.accordion>li:hover .accordion-title:before{opacity:.05}.accordion>li .accordion-title{align-items:center;cursor:pointer;display:flex;justify-content:space-between;padding:2rem 3rem;position:relative}@media screen and (max-width:639px){.accordion>li .accordion-title{padding:1.5rem 2.5rem 1.75rem}}@media screen and (max-width:500px){.accordion>li .accordion-title{padding:1.5rem 2rem 1.75rem}}.accordion>li .accordion-title h3{margin-bottom:0}@media screen and (max-width:767px){.accordion>li .accordion-title h3{font-size:2rem}}@media screen and (max-width:639px){.accordion>li .accordion-title h3{font-size:1.8rem}}@media screen and (max-width:500px){.accordion>li .accordion-title h3{font-size:1.7rem}}.accordion>li .accordion-title .icon,.accordion>li .accordion-title h3{position:relative;z-index:2}.accordion>li .accordion-title.active:before{opacity:.05}.accordion>li .accordion-title.active .icon:after{opacity:0}.accordion>li .accordion-title:before{background:#000;content:"";height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity .3s ease;width:100%}.accordion>li .accordion-title .icon{background:var(--text);height:.3rem;position:relative;width:2rem}@media screen and (max-width:767px){.accordion>li .accordion-title .icon{transform:scale(.9);transform-origin:right center}}@media screen and (max-width:639px){.accordion>li .accordion-title .icon{transform:scale(.8)}}@media screen and (max-width:500px){.accordion>li .accordion-title .icon{transform:scale(.7)}}.accordion>li .accordion-title .icon:after{background:var(--text);content:"";height:2rem;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);transition:opacity .3s ease;width:.3rem}.accordion>li .accordion-content{display:none;font-size:1.8rem;padding:2rem 3rem 3rem}@media screen and (max-width:767px){.accordion>li .accordion-content{font-size:1.7rem}}@media screen and (max-width:639px){.accordion>li .accordion-content{font-size:1.6rem;padding:1.5rem 2.5rem 1.75rem}}@media screen and (max-width:500px){.accordion>li .accordion-content{padding:1.5rem 2rem 1.75rem}}.accordion>li .accordion-content ul{font-size:1em;list-style-type:disc;margin-bottom:1.5em;padding-left:1em}.accordion>li .accordion-content ul li{line-height:1.4;margin-bottom:.6em;padding-left:.25em}.accordion>li .accordion-content ul li::marker{content:unset}.accordion>li .accordion-content iframe{aspect-ratio:16/9;border:none;border-radius:var(--radius);width:100%}.accordion>li .accordion-content p{font-size:1em;margin-bottom:1em;text-align:left}.accordion>li .accordion-content p:last-child{margin-bottom:0}.gallery-wrapper{padding:6.5rem 0 7.5rem;text-align:center}@media screen and (max-width:1439px){.gallery-wrapper{padding:6rem 0 7rem}}@media screen and (max-width:1279px){.gallery-wrapper{padding:5rem 0 6rem}}@media screen and (max-width:1023px){.gallery-wrapper{padding:4rem 0 5rem}}@media screen and (max-width:767px){.gallery-wrapper{padding:3.5rem 0 5rem}}@media screen and (max-width:500px){.gallery-wrapper{padding:3.25rem 0 4.5rem}}.gallery-wrapper h2{margin-bottom:1em}.gallery-wrapper .gallery{display:grid;gap:3rem;grid-template-columns:repeat(2,1fr)}@media screen and (max-width:639px){.gallery-wrapper .gallery{gap:2.5rem}}@media screen and (max-width:500px){.gallery-wrapper .gallery{grid-template-columns:repeat(1,1fr)}}.gallery-wrapper .gallery.three{grid-template-columns:repeat(3,1fr)}@media screen and (max-width:1023px){.gallery-wrapper .gallery.three{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:500px){.gallery-wrapper .gallery.three{grid-template-columns:repeat(1,1fr)}}.gallery-wrapper .gallery.four{grid-template-columns:repeat(4,1fr)}@media screen and (max-width:1279px){.gallery-wrapper .gallery.four{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width:1023px){.gallery-wrapper .gallery.four{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:500px){.gallery-wrapper .gallery.four{grid-template-columns:repeat(1,1fr)}}.gallery-wrapper .gallery a,.gallery-wrapper .gallery a img{display:block}.contact-details{padding:6.5rem 0 7.5rem}@media screen and (max-width:1439px){.contact-details{padding:6rem 0 7rem}}@media screen and (max-width:1279px){.contact-details{padding:5rem 0 6rem}}@media screen and (max-width:1023px){.contact-details{padding:4rem 0 5rem}}@media screen and (max-width:767px){.contact-details{padding:3.5rem 0 5rem}}@media screen and (max-width:500px){.contact-details{padding:3.25rem 0 4.5rem}}.contact-details.light .row main .nf-form-layout form .nf-form-content input:not([type=submit]){background:var(--bg-light)}.contact-details.dark .row aside ul li a.icon{background:#fff;color:var(--bg-dark)}.contact-details .row{display:flex}@media screen and (max-width:1023px){.contact-details .row{display:block}}.contact-details .row aside{flex:1}@media screen and (max-width:1023px){.contact-details .row aside ul{display:grid;grid-template-columns:repeat(2,1fr);margin:0 0 4rem;row-gap:3rem}}@media screen and (max-width:639px){.contact-details .row aside ul{grid-template-columns:repeat(1,1fr);margin-bottom:3.5rem}}.contact-details .row aside ul li{align-items:center;display:flex;gap:2rem;margin-bottom:2.5rem}@media screen and (max-width:1023px){.contact-details .row aside ul li{margin-bottom:0}}@media screen and (max-width:767px){.contact-details .row aside ul li{gap:1.5rem}}.contact-details .row aside ul li a.icon{align-items:center;aspect-ratio:1/1;background:var(--bg-dark);border-radius:50%;color:#fff;display:flex;font-size:8rem;justify-content:center;width:1em}@media screen and (max-width:1439px){.contact-details .row aside ul li a.icon{font-size:7.5rem}}@media screen and (max-width:1279px){.contact-details .row aside ul li a.icon{font-size:7rem}}@media screen and (max-width:767px){.contact-details .row aside ul li a.icon{font-size:6rem}}@media screen and (max-width:639px){.contact-details .row aside ul li a.icon{font-size:7.2rem}}@media screen and (max-width:500px){.contact-details .row aside ul li a.icon{font-size:6.4rem}}.contact-details .row aside ul li a.icon svg{font-size:.4em}.contact-details .row aside ul li .text p{font-size:2.2rem;font-weight:500;margin-bottom:0}@media screen and (max-width:1279px){.contact-details .row aside ul li .text p{font-size:2rem}}@media screen and (max-width:1023px){.contact-details .row aside ul li .text p{font-size:1.9rem}}.contact-details .row aside ul li .text a{font-size:1.6rem;text-decoration:underline}@media screen and (max-width:1279px){.contact-details .row aside ul li .text a{font-size:1.5rem}}.contact-details .row main{flex:2}.card-wrapper{padding:6.5rem 0 7.5rem;position:relative;text-align:center}@media screen and (max-width:1439px){.card-wrapper{padding:6rem 0 7rem}}@media screen and (max-width:1279px){.card-wrapper{padding:5rem 0 6rem}}@media screen and (max-width:1023px){.card-wrapper{padding:4rem 0 5rem}}@media screen and (max-width:767px){.card-wrapper{padding:3.5rem 0 5rem}}@media screen and (max-width:500px){.card-wrapper{padding:3.25rem 0 4.5rem}}.card-wrapper>img{height:100%;left:0;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;opacity:.15;position:absolute;top:0;width:100%}.card-wrapper.dark .cards .card{background:#fff;color:var(--text)}.card-wrapper.light .cards .card{background:#fff}.card-wrapper .container{position:relative;z-index:2}.card-wrapper .container .row>p{font-size:2.2rem;margin:0 auto 2.5em;width:75%}@media screen and (max-width:1599px){.card-wrapper .container .row>p{margin-bottom:1.5em}}@media screen and (max-width:1439px){.card-wrapper .container .row>p{font-size:2rem;margin-bottom:2em}}@media screen and (max-width:1023px){.card-wrapper .container .row>p{font-size:1.8rem;margin-bottom:1.75em;width:100%}}@media screen and (max-width:767px){.card-wrapper .container .row>p{font-size:1.6rem}}.card-wrapper h2{margin-bottom:1em}@media screen and (max-width:500px){.card-wrapper h2{margin-bottom:.9em}}.card-wrapper .cards{display:flex;gap:3rem;justify-content:center;margin-bottom:4rem;text-align:left}@media screen and (max-width:767px){.card-wrapper .cards{margin-bottom:3rem}}@media screen and (max-width:639px){.card-wrapper .cards{flex-wrap:wrap;margin-bottom:2rem}}.card-wrapper .cards:last-child{margin-bottom:0}.card-wrapper .cards .card{background:var(--bg-light);border-radius:var(--radius);flex:0 1 33.3333333333%;overflow:hidden}@media screen and (max-width:1023px){.card-wrapper .cards .card{display:flex;flex:0 1 50%}}@media screen and (max-width:639px){.card-wrapper .cards .card{display:block;flex:0 1 100%}}.card-wrapper .cards .card:nth-child(2n) .card-img{order:2}.card-wrapper .cards .card:nth-child(2n) .card-text{order:1}.card-wrapper .cards .card .card-img{aspect-ratio:3/2;position:relative}@media screen and (max-width:1023px){.card-wrapper .cards .card .card-img{width:50%}}@media screen and (max-width:639px){.card-wrapper .cards .card .card-img{width:100%}}.card-wrapper .cards .card .card-img img{height:100%;left:0;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;position:absolute;top:0;width:100%}.card-wrapper .cards .card .card-text{padding:2.5rem 3rem 3rem}@media screen and (max-width:1023px){.card-wrapper .cards .card .card-text{padding:3rem 3.5rem 3.5rem;width:50%}}@media screen and (max-width:767px){.card-wrapper .cards .card .card-text{padding:2.5rem 3rem 3rem}}@media screen and (max-width:639px){.card-wrapper .cards .card .card-text{width:100%}}@media screen and (max-width:500px){.card-wrapper .cards .card .card-text{padding:2rem 2.5rem 2.5rem}}.card-wrapper .cards .card .card-text.centre{text-align:center}.card-wrapper .cards .card .card-text h3{margin-bottom:.5em}.card-wrapper .cards .card .card-text h4{color:var(--bg-dark);font-size:1.8rem;font-weight:600;margin-bottom:1.25em}@media screen and (max-width:767px){.card-wrapper .cards .card .card-text h4{font-size:1.7rem}}@media screen and (max-width:639px){.card-wrapper .cards .card .card-text h4{font-size:1.6rem}}.card-wrapper .cards .card .card-text ul{display:block;font-size:1.8rem;margin-bottom:1.5em;text-align:left}@media screen and (max-width:767px){.card-wrapper .cards .card .card-text ul{font-size:1.7rem}}@media screen and (max-width:639px){.card-wrapper .cards .card .card-text ul{font-size:1.6rem;margin-bottom:1.75em}}.card-wrapper .cards .card .card-text ul li{gap:1rem;line-height:1.35;margin-bottom:.6em;padding-left:2.75rem;position:relative}.card-wrapper .cards .card .card-text ul li::marker{content:none}.card-wrapper .cards .card .card-text ul li a{color:var(--bg-dark);text-decoration:underline}.card-wrapper .cards .card .card-text ul li:before{align-items:center;aspect-ratio:1/1;background:var(--bg-dark);border-radius:100%;color:#fff;content:"\f00c";display:flex;font-family:fontawesome;font-size:.65em;justify-content:center;left:.1em;position:absolute;top:.4em;width:1.75rem}.card-wrapper .cards .card .card-text>.btn{background:var(--bg-dark)}.card-wrapper .cards .card .card-text>.btn:hover{background:var(--accent)}.team{padding:6.5rem 0 7.5rem}@media screen and (max-width:1439px){.team{padding:6rem 0 7rem}}@media screen and (max-width:1279px){.team{padding:5rem 0 6rem}}@media screen and (max-width:1023px){.team{padding:4rem 0 5rem}}@media screen and (max-width:767px){.team{padding:3.5rem 0 5rem}}@media screen and (max-width:500px){.team{padding:3.25rem 0 4.5rem}}.team.dark .team-listing .profile img{mix-blend-mode:unset}.team h2{margin-bottom:1em;text-align:center}@media screen and (max-width:767px){.team h2{margin-bottom:.8em}}@media screen and (max-width:639px){.team h2{margin-bottom:.6em}}.team h3{font-size:2.4rem;margin-bottom:1em}@media screen and (max-width:500px){.team h3{font-size:1.9rem;font-weight:500;text-align:center}}.team .team-listing{display:grid;gap:3rem;grid-template-columns:repeat(3,1fr);margin-bottom:4rem}@media screen and (max-width:767px){.team .team-listing{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:500px){.team .team-listing{grid-template-columns:repeat(1,1fr);margin-bottom:3rem}}.team .team-listing.four{grid-template-columns:repeat(4,1fr)}@media screen and (max-width:1023px){.team .team-listing.four{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width:767px){.team .team-listing.four{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:500px){.team .team-listing.four{grid-template-columns:repeat(1,1fr)}}.team .team-listing .profile{align-items:center;aspect-ratio:1/1;border-radius:var(--radius);display:flex;flex-direction:column;justify-content:flex-end;overflow:hidden;padding-bottom:2.5rem;position:relative;text-align:center}.team .team-listing .profile img{height:100%;left:0;mix-blend-mode:multiply;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;position:absolute;top:0;width:100%}.team .team-listing .profile:before{background:linear-gradient(to top,var(--bg-dark),transparent);bottom:0;content:"";height:33%;left:0;opacity:1;position:absolute;width:100%;z-index:1}@media screen and (max-width:1279px){.team .team-listing .profile:before{height:45%}}.team .team-listing .profile h4,.team .team-listing .profile h5{color:#fff;position:relative;z-index:2}.team .team-listing .profile h4{font-size:2.2rem;font-weight:600;margin-bottom:.2em}.product-info,.team .team-listing .profile h5{font-size:1.6rem}.product-info{padding:6.5rem 0 7.5rem}@media screen and (max-width:1439px){.product-info{padding:6rem 0 7rem}}@media screen and (max-width:1279px){.product-info{padding:5rem 0 6rem}}@media screen and (max-width:1023px){.product-info{padding:4rem 0 5rem}}@media screen and (max-width:767px){.product-info{padding:3.5rem 0 5rem}}@media screen and (max-width:500px){.product-info{padding:3.25rem 0 4.5rem}}@media screen and (max-width:1279px){.product-info{font-size:1.5rem}}@media screen and (max-width:1023px){.product-info{font-size:1.6rem}}@media screen and (max-width:639px){.product-info{font-size:1.5rem}}.product-info ul.breadcrumb{display:flex;font-size:1em;margin-bottom:.8em}@media screen and (max-width:1023px){.product-info ul.breadcrumb{display:none}}.product-info ul.breadcrumb.mob{display:none}@media screen and (max-width:1023px){.product-info ul.breadcrumb.mob{display:flex;margin-bottom:1.5em}}.product-info ul.breadcrumb li:after{content:">";margin:0 .5em}.product-info ul.breadcrumb li:last-child{opacity:.5}.product-info ul.breadcrumb li:last-child:after{content:unset}.product-info ul.breadcrumb li a{text-decoration:underline}.product-info.dark .row .text ul.breadcrumb li:last-child{opacity:.7}.product-info.dark .row .text ul:not(.breadcrumb) li:before{background:#fff;color:var(--bg-dark)}.product-info .row{display:flex}@media screen and (max-width:1023px){.product-info .row{display:block}}.product-info .row .gallery{display:flex;gap:1rem;padding-right:2.5rem;width:50%}@media screen and (max-width:1023px){.product-info .row .gallery{margin-bottom:3rem;padding-right:0;width:100%}}@media screen and (max-width:500px){.product-info .row .gallery{margin-bottom:2.5rem}}.product-info .row .gallery .thumbs{display:flex;flex-direction:column;gap:1rem;width:9rem}@media screen and (max-width:1023px){.product-info .row .gallery .thumbs{width:12.5rem}}@media screen and (max-width:767px){.product-info .row .gallery .thumbs{width:9rem;width:7rem}}.product-info .row .gallery .thumbs button{aspect-ratio:1/1;cursor:pointer;overflow:hidden;position:relative}.product-info .row .gallery .thumbs button img{height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;width:100%}.product-info .row .gallery .thumbs button.active{outline:2px solid #000}.product-info .row .gallery .product-gallery{width:calc(100% - 10rem)}@media screen and (max-width:1023px){.product-info .row .gallery .product-gallery{width:calc(100% - 13.5rem)}}@media screen and (max-width:767px){.product-info .row .gallery .product-gallery{width:calc(100% - 10rem);width:calc(100% - 8rem)}}.product-info .row .text{padding-left:2.5rem;width:50%}@media screen and (max-width:1023px){.product-info .row .text{padding-left:0;width:100%}}.product-info .row .text h1,.product-info .row .text h2{font-size:2em;font-weight:700;margin-bottom:.3em}@media screen and (max-width:500px){.product-info .row .text h1,.product-info .row .text h2{font-size:1.8em}}.product-info .row .text p.price{align-items:center;display:flex;font-size:1.25em;font-weight:600;gap:.4em;line-height:1;margin-bottom:1.25em}@media screen and (max-width:1439px){.product-info .row .text p.price{margin-bottom:1em}}@media screen and (max-width:500px){.product-info .row .text p.price{font-size:1.25em;margin-bottom:.9em}}.product-info .row .text p.price span{background:var(--accent);border-radius:var(--radius);display:inline-block;font-size:.8em;padding:.15em .5em .3em;transform:translateY(3%)}.product-info .row .text p{font-size:1em}.product-info .row .text ul:not(.breadcrumb){font-size:1em;padding-left:0}.product-info .row .text ul:not(.breadcrumb) li{gap:1rem;padding-left:2.75rem;position:relative}.product-info .row .text ul:not(.breadcrumb) li::marker{content:none}.product-info .row .text ul:not(.breadcrumb) li:before{align-items:center;aspect-ratio:1/1;background:var(--bg-dark);border-radius:100%;color:#fff;content:"\f00c";display:flex;font-family:fontawesome;font-size:.65em;justify-content:center;left:.1em;position:absolute;top:.4em;width:1.75rem}.product-info .row .text .btn{background:var(--accent-2);cursor:pointer;font-size:1.7rem;font-weight:700;letter-spacing:.05em;margin-bottom:1em;text-align:center;text-transform:uppercase;width:100%}@media screen and (max-width:767px){.product-info .row .text .btn{font-size:1.6rem}}@media screen and (max-width:639px){.product-info .row .text .btn{font-size:1.5rem}}.product-info .row .text .btn:hover{background:var(--accent)}.product-info .row .text .btn svg{transform:translateY(-5%)}.product-info .row .text .bottom-box,.product-info .row .text .finance{border:1px solid var(--text);padding:.6em .7em .7em;text-align:center}.product-info .row .text .bottom-text{text-align:center}.product-info .row .text .bottom-text p{margin-bottom:0}.product-info .row .text .bottom-box{margin-top:1.25em}.tab-wrapper{padding:6.5rem 0 7.5rem}@media screen and (max-width:1439px){.tab-wrapper{padding:6rem 0 7rem}}@media screen and (max-width:1279px){.tab-wrapper{padding:5rem 0 6rem}}@media screen and (max-width:1023px){.tab-wrapper{padding:4rem 0 5rem}}@media screen and (max-width:767px){.tab-wrapper{padding:3.5rem 0 5rem}}@media screen and (max-width:500px){.tab-wrapper{padding:3.25rem 0 4.5rem}}.tab-wrapper.white .tab-container .content-wrapper,.tab-wrapper.white .tab-container .tabs .tab-title.active,.tab-wrapper.white .tab-container .tabs .tab-title:hover{background:var(--bg-light)}.tab-wrapper.dark .tab-container{color:var(--text)}.tab-wrapper.dark .tab-container .tabs .tab-title{background:var(--bg-light)}.tab-wrapper .tab-container{border-radius:var(--radius);display:flex}@media screen and (max-width:1023px){.tab-wrapper .tab-container{display:block}}@media screen and (max-width:767px){.tab-wrapper .tab-container{display:none}}.tab-wrapper .tab-container .tabs{display:flex;flex-direction:column;position:relative;width:20%;z-index:2}@media screen and (max-width:1023px){.tab-wrapper .tab-container .tabs{flex-direction:row;width:100%}}.tab-wrapper .tab-container .tabs .tab-title{align-items:center;border:var(--border);border-width:2px 2px 0;cursor:pointer;display:flex;font-size:2.4rem;padding:3rem;transition:background .3s ease}@media screen and (max-width:1439px){.tab-wrapper .tab-container .tabs .tab-title{font-size:2em;padding:2.5rem}}@media screen and (max-width:1023px){.tab-wrapper .tab-container .tabs .tab-title{border-bottom-width:2px;border-right-width:0;text-align:center}}.tab-wrapper .tab-container .tabs .tab-title:first-child{border-top-left-radius:var(--radius)}.tab-wrapper .tab-container .tabs .tab-title:last-child{border-bottom-left-radius:var(--radius);border-bottom-width:2px}@media screen and (max-width:1023px){.tab-wrapper .tab-container .tabs .tab-title:last-child{border-bottom-left-radius:0;border-right-width:2px;border-top-right-radius:var(--radius)}.tab-wrapper .tab-container .tabs .tab-title:last-child.active{border-right:var(--border);border-right-width:2px}}.tab-wrapper .tab-container .tabs .tab-title:hover{background:#fff}.tab-wrapper .tab-container .tabs .tab-title.active{background:#fff;border-right-color:transparent}@media screen and (max-width:1023px){.tab-wrapper .tab-container .tabs .tab-title.active{border-bottom-color:transparent}}.tab-wrapper .tab-container .tabs .tab-title h2{font-size:1em}.tab-wrapper .tab-container .content-wrapper{background:#fff;border:var(--border);border-radius:var(--radius);border-top-left-radius:0;border-width:2px;margin-left:-2px;position:relative;transition:height .3s ease;width:calc(80% + 2px);z-index:1}@media screen and (max-width:1023px){.tab-wrapper .tab-container .content-wrapper{border-top-right-radius:0;border-top-width:0;margin-left:0;width:100%}}.tab-wrapper .tab-container .content-wrapper.remove-corner{border-bottom-left-radius:0}.tab-wrapper .tab-container .content-wrapper .content{font-size:1.6rem;opacity:0;padding:3rem 3.5rem;position:absolute;transition:opacity .3s ease;width:100%;z-index:1}@media screen and (max-width:1439px){.tab-wrapper .tab-container .content-wrapper .content{padding:2.5rem 3.5rem}}.tab-wrapper .tab-container .content-wrapper .content.active{opacity:1;z-index:2}.tab-wrapper .tab-container .content-wrapper .content h3{font-size:1.5em;margin-bottom:1em}.tab-wrapper .tab-container .content-wrapper .content p{font-size:1em}.tab-wrapper .tab-container .content-wrapper .content iframe{aspect-ratio:16/9;border:none;border-radius:var(--radius);width:100%}.tab-wrapper .tab-container .content-wrapper .content ul{font-size:1em}.tab-wrapper .accordion{display:none}@media screen and (max-width:767px){.tab-wrapper .accordion{display:block}}.pop-up-overlay{background:#000c;display:none;height:100vh;left:0;overflow-y:auto;padding:5rem 0;position:fixed;top:0;width:100%;z-index:999}@media screen and (max-width:500px){.pop-up-overlay{padding:3.5rem 0}}.pop-up-overlay button.close{color:#fff;cursor:pointer;font-size:4.4rem;position:absolute;right:2.5rem;top:1.75rem;z-index:3}@media screen and (max-width:1439px){.pop-up-overlay button.close{font-size:4rem}}@media screen and (max-width:1279px){.pop-up-overlay button.close{font-size:3.6rem;right:2rem;top:1.5rem}}@media screen and (max-width:767px){.pop-up-overlay button.close{font-size:3.2rem;right:1rem;top:1rem}}@media screen and (max-width:500px){.pop-up-overlay button.close{font-size:3rem;right:.75rem;top:.5rem}}.pop-up-overlay .pop-up{background:#fff;border-radius:var(--radius);margin:3rem auto;max-height:100%;padding:3.5rem 4.5rem 4rem;text-align:center;width:50%}@media screen and (max-width:1439px){.pop-up-overlay .pop-up{width:60%}}@media screen and (max-width:1279px){.pop-up-overlay .pop-up{margin:2.5rem auto}}@media screen and (max-width:1023px){.pop-up-overlay .pop-up{width:75%}}@media screen and (max-width:767px){.pop-up-overlay .pop-up{margin:1rem auto;padding:3.5rem;width:100%}}@media screen and (max-width:500px){.pop-up-overlay .pop-up{padding:2.5rem}}.pop-up-overlay .pop-up.form{margin:3rem auto;width:60%}@media screen and (max-width:1439px){.pop-up-overlay .pop-up.form{width:75%}}@media screen and (max-width:1279px){.pop-up-overlay .pop-up.form{width:80%}}@media screen and (max-width:767px){.pop-up-overlay .pop-up.form{width:100%}}.pop-up-overlay .pop-up.video{width:75%}@media screen and (max-width:1439px){.pop-up-overlay .pop-up.video{width:100%}}.pop-up-overlay .pop-up img{border-radius:var(--radius);display:block;margin-bottom:3rem;width:100%}@media screen and (max-width:500px){.pop-up-overlay .pop-up img{margin-bottom:2rem}}.pop-up-overlay .pop-up form{font-size:1.4rem;text-align:left}.pop-up-overlay .pop-up form .submit-container .nf-field-label{margin-bottom:0!important}.pop-up-overlay .pop-up h2{font-size:4rem;margin-bottom:.75em}@media screen and (max-width:1439px){.pop-up-overlay .pop-up h2{font-size:3.2rem}}@media screen and (max-width:767px){.pop-up-overlay .pop-up h2{font-size:2.8rem}}@media screen and (max-width:500px){.pop-up-overlay .pop-up h2{font-size:2.6rem}}.coloured-boxes{padding:6.5rem 0 7.5rem}@media screen and (max-width:1439px){.coloured-boxes{padding:6rem 0 7rem}}@media screen and (max-width:1279px){.coloured-boxes{padding:5rem 0 6rem}}@media screen and (max-width:1023px){.coloured-boxes{padding:4rem 0 5rem}}@media screen and (max-width:767px){.coloured-boxes{padding:3.5rem 0 5rem}}@media screen and (max-width:500px){.coloured-boxes{padding:3.25rem 0 4.5rem}}.coloured-boxes h2{margin-bottom:1em;text-align:center}.coloured-boxes .box-grid{grid-gap:3rem;color:var(--text);display:grid;grid-template-columns:repeat(2,1fr)}@media screen and (max-width:767px){.coloured-boxes .box-grid{grid-template-columns:repeat(1,1fr)}}.coloured-boxes .box-grid .coloured-box{border-radius:var(--radius);padding:4.5rem 5rem}@media screen and (max-width:1439px){.coloured-boxes .box-grid .coloured-box{padding:4rem 4.5rem}}@media screen and (max-width:1279px){.coloured-boxes .box-grid .coloured-box{padding:3.5rem 4rem}}@media screen and (max-width:1023px){.coloured-boxes .box-grid .coloured-box{padding:3rem 3.5rem}}@media screen and (max-width:767px){.coloured-boxes .box-grid .coloured-box{padding:4rem 4.5rem 5rem}}@media screen and (max-width:639px){.coloured-boxes .box-grid .coloured-box{padding:3.5rem 4rem 4.5rem}}@media screen and (max-width:500px){.coloured-boxes .box-grid .coloured-box{padding:3rem 3.5rem 4rem}}.coloured-boxes .box-grid .coloured-box.dark{color:#fff}.coloured-boxes .box-grid .coloured-box figure{display:block;font-size:3.6rem;font-weight:800;margin-bottom:.333em}@media screen and (max-width:1279px){.coloured-boxes .box-grid .coloured-box figure{font-size:3.2rem}}@media screen and (max-width:1023px){.coloured-boxes .box-grid .coloured-box figure{font-size:3rem}}@media screen and (max-width:500px){.coloured-boxes .box-grid .coloured-box figure{font-size:2.4rem}}.coloured-boxes .box-grid .coloured-box h3{font-size:3rem;font-weight:600}@media screen and (max-width:1439px){.coloured-boxes .box-grid .coloured-box h3{font-size:2.8rem}}@media screen and (max-width:1279px){.coloured-boxes .box-grid .coloured-box h3{font-size:2.6rem}}@media screen and (max-width:1023px){.coloured-boxes .box-grid .coloured-box h3{font-size:2.4rem}}@media screen and (max-width:500px){.coloured-boxes .box-grid .coloured-box h3{font-size:2.2rem}}.article-listing{padding:6.5rem 0 7.5rem}@media screen and (max-width:1439px){.article-listing{padding:6rem 0 7rem}}@media screen and (max-width:1279px){.article-listing{padding:5rem 0 6rem}}@media screen and (max-width:1023px){.article-listing{padding:4rem 0 5rem}}@media screen and (max-width:767px){.article-listing{padding:3.5rem 0 5rem}}@media screen and (max-width:500px){.article-listing{padding:3.25rem 0 4.5rem}}.article-listing.light .article-grid article{background:#fff}.article-listing.dark .article-grid article{background:#fff;color:var(--text)}.article-listing .article-grid{display:grid;gap:4.5rem;grid-template-columns:repeat(2,1fr)}@media screen and (max-width:1023px){.article-listing .article-grid{grid-template-columns:repeat(1,1fr)}}@media screen and (max-width:639px){.article-listing .article-grid{gap:3.5rem}}.article-listing .article-grid article{background:var(--bg-light);border-radius:var(--radius);overflow:hidden}.article-listing .article-grid article .article-img{aspect-ratio:2/1;display:block;overflow:hidden;position:relative}@media screen and (max-width:500px){.article-listing .article-grid article .article-img{aspect-ratio:2/1.25}}.article-listing .article-grid article .article-img .tag{background:var(--bg-dark);border-radius:var(--radius);color:#fff;display:inline-block;font-size:1.3rem;font-weight:500;left:1.5rem;line-height:1;padding:.3em 1em .4em;position:relative;text-transform:uppercase;top:1.5rem;z-index:3}.article-listing .article-grid article .article-img:hover img{transform:scale(1.05)}.article-listing .article-grid article .article-img img{height:100%;left:0;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;position:absolute;top:0;transition:transform .3s ease-in-out;width:100%}.article-listing .article-grid article .article-text{padding:3.5rem 4rem 4rem}@media screen and (max-width:1279px){.article-listing .article-grid article .article-text{padding:3rem 3.5rem 3.5rem}}@media screen and (max-width:639px){.article-listing .article-grid article .article-text{padding:2.5rem 3rem 3rem}}@media screen and (max-width:500px){.article-listing .article-grid article .article-text{padding:2rem 2.5rem 2.5rem}}.article-listing .article-grid article .article-text .text-wrap{font-size:1.8rem;margin-bottom:2em}@media screen and (max-width:1279px){.article-listing .article-grid article .article-text .text-wrap{font-size:1.6rem}}@media screen and (max-width:500px){.article-listing .article-grid article .article-text .text-wrap{font-size:1.5rem;margin-bottom:1.75em}}.article-listing .article-grid article .article-text p.date{align-items:center;display:flex;font-size:1.6rem;gap:1rem;margin-bottom:1em}@media screen and (max-width:1279px){.article-listing .article-grid article .article-text p.date{font-size:1.5rem}}@media screen and (max-width:500px){.article-listing .article-grid article .article-text p.date{font-size:1.4rem}}.article-listing .article-grid article .article-text p{font-size:1em}.article-listing .article-grid article .article-text a.btn{text-align:center;width:100%}.post-links{padding:5rem 0 6rem}@media screen and (max-width:1023px){.post-links{padding:4rem 0 5rem}}@media screen and (max-width:639px){.post-links{padding:3rem 0 4rem}}@media screen and (max-width:500px){.post-links{padding:2.5rem 0 3rem}}.post-links h3{margin-bottom:1em;text-align:center}@media screen and (max-width:500px){.post-links h3{font-size:2rem;margin-bottom:1.25em}}.post-links .links{align-items:center;display:flex;justify-content:space-between}.post-links .links a{align-items:center;display:flex;font-size:1.6rem;gap:2rem;margin-right:auto;width:50%}@media screen and (max-width:1023px){.post-links .links a{font-size:1.8rem;gap:1.5rem}}@media screen and (max-width:767px){.post-links .links a{font-size:1.6rem;gap:1rem}}@media screen and (max-width:500px){.post-links .links a{font-size:1.5rem}}.post-links .links a:hover span,.post-links .links a:hover svg{opacity:1}.post-links .links a span{display:block;margin-bottom:.25em;opacity:.5;transition:opacity .3s ease}.post-links .links a svg{font-size:2em;opacity:.25;transition:opacity .3s ease}@media screen and (max-width:1023px){.post-links .links a svg{font-size:1.5em}}@media screen and (max-width:767px){.post-links .links a svg{font-size:1em}}.post-links .links a h4{font-size:1.5em;margin-bottom:0}@media screen and (max-width:1023px){.post-links .links a h4{display:none}}.post-links .links a.prev{justify-content:flex-end;margin-left:auto;margin-right:unset;text-align:right}.landing-banner .container>.row{align-items:center;flex-direction:row;justify-content:space-between;padding-bottom:7rem;padding-top:6rem}@media screen and (max-width:1279px){.landing-banner .container>.row{min-height:0;padding-bottom:8rem;padding-top:7.5rem}}@media screen and (max-width:767px){.landing-banner .container>.row{flex-direction:column;padding-bottom:6rem;padding-top:5rem;text-align:center}}@media screen and (max-width:639px){.landing-banner .container>.row{padding-bottom:5rem;padding-top:4rem}}@media screen and (max-width:500px){.landing-banner .container>.row{padding-bottom:4rem;padding-top:3.5rem}}@media screen and (max-width:1439px){.landing-banner .container>.row .text{width:50%}}@media screen and (max-width:1023px){.landing-banner .container>.row .text{width:60%}}@media screen and (max-width:767px){.landing-banner .container>.row .text{width:100%}}@media screen and (max-width:639px){.landing-banner .container>.row .text h2{margin-bottom:.4em}}@media screen and (max-width:1023px){.landing-banner .container>.row .text p{line-height:1.5}}@media screen and (max-width:767px){.landing-banner .container>.row .text p{margin:0 auto 1em;width:80%}}@media screen and (max-width:639px){.landing-banner .container>.row .text p{margin-bottom:1.5em;width:100%}}.landing-banner .container>.row>button{align-items:center;aspect-ratio:1/1;background:#fff;border-radius:100%;color:var(--bg-dark);cursor:pointer;display:flex;font-size:4.4rem;justify-content:center;margin-right:25%;padding-left:.15em;position:relative;transition:transform .3s ease;width:10rem}@media screen and (max-width:1439px){.landing-banner .container>.row>button{margin-right:15%}}@media screen and (max-width:1279px){.landing-banner .container>.row>button{font-size:4rem;width:9rem}}@media screen and (max-width:1023px){.landing-banner .container>.row>button{margin-right:10%}}@media screen and (max-width:767px){.landing-banner .container>.row>button{font-size:3.4rem;margin:0 auto;width:8rem}}@media screen and (max-width:639px){.landing-banner .container>.row>button{font-size:3.2rem;width:7rem}}@media screen and (max-width:500px){.landing-banner .container>.row>button{font-size:3rem;width:6.4rem}}.landing-banner .container>.row>button:hover{transform:scale(1.1)}.landing-banner .container>.row>button:before{animation:pulse 1s infinite;background:#fff;border-radius:100%;content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:-1}@keyframes pulse{0%{opacity:.33;transform:scale(1)}to{opacity:0;transform:scale(1.75)}}.animated-stats{padding:6.5rem 0 7.5rem}@media screen and (max-width:1439px){.animated-stats{padding:6rem 0 7rem}}@media screen and (max-width:1279px){.animated-stats{padding:5rem 0 6rem}}@media screen and (max-width:1023px){.animated-stats{padding:4rem 0 5rem}}@media screen and (max-width:767px){.animated-stats{padding:3.5rem 0 5rem}}@media screen and (max-width:500px){.animated-stats{padding:3.25rem 0 4.5rem}}.animated-stats h2{margin-bottom:1.5em;text-align:center}@media screen and (max-width:1599px){.animated-stats h2{margin-bottom:1.25em}}@media screen and (max-width:1439px){.animated-stats h2{margin-bottom:1em}}.animated-stats .stat-grid{display:flex}@media screen and (max-width:1023px){.animated-stats .stat-grid{flex-wrap:wrap;row-gap:4rem}}@media screen and (max-width:500px){.animated-stats .stat-grid{row-gap:3rem}}@media screen and (max-width:1023px){.animated-stats .stat-grid.three .stat{width:100%}}.animated-stats .stat-grid .stat{flex:1;font-size:1.8rem;text-align:center}@media screen and (max-width:1279px){.animated-stats .stat-grid .stat{font-size:1.7rem}}@media screen and (max-width:1023px){.animated-stats .stat-grid .stat{flex:unset;font-size:1.8rem;width:50%}}@media screen and (max-width:767px){.animated-stats .stat-grid .stat{font-size:1.6rem}}@media screen and (max-width:500px){.animated-stats .stat-grid .stat{width:100%}}.animated-stats .stat-grid .stat figure{display:flex;font-size:2em;font-weight:650;justify-content:center;margin-bottom:.2em;width:100%}@media screen and (max-width:1279px){.animated-stats .stat-grid .stat figure{margin-bottom:.1em}}@media screen and (max-width:639px){.animated-stats .stat-grid .stat figure{font-size:1.85em}}.animated-stats .stat-grid .stat p{font-size:1em}.price-comparison{padding:6.5rem 0 7.5rem;position:relative;text-align:center}@media screen and (max-width:1439px){.price-comparison{padding:6rem 0 7rem}}@media screen and (max-width:1279px){.price-comparison{padding:5rem 0 6rem}}@media screen and (max-width:1023px){.price-comparison{padding:4rem 0 5rem}}@media screen and (max-width:767px){.price-comparison{padding:3.5rem 0 5rem}}@media screen and (max-width:500px){.price-comparison{padding:3.25rem 0 4.5rem}}.price-comparison>img{height:100%;left:0;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;opacity:.25;position:absolute;top:0;width:100%;z-index:1}.price-comparison .container{position:relative;z-index:2}.price-comparison.white .comparison-tables .product-card{background:var(--bg-light)}.price-comparison.white .comparison-tables .product-card ul li:nth-child(2n){background:#fff}.price-comparison h2{margin-bottom:.75em}@media screen and (max-width:1439px){.price-comparison h2{margin-bottom:.5em}}@media screen and (max-width:767px){.price-comparison h2{margin-bottom:.33em}}.price-comparison p{font-size:2.4rem;margin-bottom:0}@media screen and (max-width:1023px){.price-comparison p{font-size:2.2rem}}@media screen and (max-width:639px){.price-comparison p{font-size:2rem}}.price-comparison .slider-wrapper{position:relative}.price-comparison .slider-wrapper .controls{display:flex;font-size:3.2rem;justify-content:space-between;left:0;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%);width:100%;z-index:2}@media screen and (max-width:500px){.price-comparison .slider-wrapper .controls{font-size:2.8rem;left:-1rem;right:-1rem;width:unset}}.price-comparison .slider-wrapper .controls button{cursor:pointer;pointer-events:all}.price-comparison .slider-wrapper .comparison-tables{margin:5rem -2rem 0}@media screen and (max-width:1439px){.price-comparison .slider-wrapper .comparison-tables{margin:4rem -2rem 0}}@media screen and (max-width:1279px){.price-comparison .slider-wrapper .comparison-tables{margin:4rem -1.5rem 0}}@media screen and (max-width:1023px){.price-comparison .slider-wrapper .comparison-tables{margin:3.5rem -1.5rem 0;padding:0 4rem}}@media screen and (max-width:767px){.price-comparison .slider-wrapper .comparison-tables{margin:3.5rem 0 0;padding:0}}.price-comparison .slider-wrapper .comparison-tables .table-slide{padding:0 2rem}@media screen and (max-width:1279px){.price-comparison .slider-wrapper .comparison-tables .table-slide{padding:0 1.5rem}}@media screen and (max-width:767px){.price-comparison .slider-wrapper .comparison-tables .table-slide{padding:0}}.price-comparison .slider-wrapper .comparison-tables .table-slide .product-card{background:#fff;border-radius:var(--radius);box-shadow:var(--shadow);color:var(--text);font-size:1.8rem;overflow:hidden;padding-top:3.5rem;position:relative}@media screen and (max-width:1279px){.price-comparison .slider-wrapper .comparison-tables .table-slide .product-card{font-size:1.7rem}}@media screen and (max-width:1023px){.price-comparison .slider-wrapper .comparison-tables .table-slide .product-card{font-size:1.6rem}}@media screen and (max-width:767px){.price-comparison .slider-wrapper .comparison-tables .table-slide .product-card{margin:0 auto;width:75%}}@media screen and (max-width:639px){.price-comparison .slider-wrapper .comparison-tables .table-slide .product-card{width:80%}}@media screen and (max-width:500px){.price-comparison .slider-wrapper .comparison-tables .table-slide .product-card{padding-top:3rem;width:85%}}.price-comparison .slider-wrapper .comparison-tables .table-slide .product-card .img-slider{margin:-3.5rem 0 2.5rem}@media screen and (max-width:500px){.price-comparison .slider-wrapper .comparison-tables .table-slide .product-card .img-slider{margin:-3rem 0 2.5rem}}.price-comparison .slider-wrapper .comparison-tables .table-slide .product-card .img-slider .slick-dots{bottom:2rem}.price-comparison .slider-wrapper .comparison-tables .table-slide .product-card .img-slider .slick-dots li{background:none;height:auto;padding:0;width:auto}.price-comparison .slider-wrapper .comparison-tables .table-slide .product-card .img-slider .slick-dots li.slick-active button{background:#fff}.price-comparison .slider-wrapper .comparison-tables .table-slide .product-card .img-slider .slick-dots li button{aspect-ratio:1/1;background:transparent;border:1px solid #fff;border-radius:100%;box-shadow:0 0 5px #000000bf;height:auto;width:1rem}.price-comparison .slider-wrapper .comparison-tables .table-slide .product-card .img-slider .slick-dots li button:before{content:none}.price-comparison .slider-wrapper .comparison-tables .table-slide .product-card .img-slider .img{aspect-ratio:2/1.125;position:relative}.price-comparison .slider-wrapper .comparison-tables .table-slide .product-card .img-slider .img img{height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;width:100%}.price-comparison .slider-wrapper .comparison-tables .table-slide .product-card .ribbon{background:var(--accent);color:var(--text);font-size:1.6rem;line-height:1;padding:.3em 3em .5em;position:absolute;right:0;top:0;transform:rotate(45deg) translate(30%) translateY(-30%)}.price-comparison .slider-wrapper .comparison-tables .table-slide .product-card .tag{background:var(--bg-dark);border-radius:var(--radius);color:#fff;display:inline-block;font-size:.875em;margin-bottom:.25em;padding:.25em 1em .5em}.price-comparison .slider-wrapper .comparison-tables .table-slide .product-card .tag.placeholder{background:transparent}@media screen and (max-width:767px){.price-comparison .slider-wrapper .comparison-tables .table-slide .product-card .tag.placeholder{display:none}}.price-comparison .slider-wrapper .comparison-tables .table-slide .product-card figure,.price-comparison .slider-wrapper .comparison-tables .table-slide .product-card h3,.price-comparison .slider-wrapper .comparison-tables .table-slide .product-card h4{padding:0 3rem}.price-comparison .slider-wrapper .comparison-tables .table-slide .product-card h3{font-weight:650;margin-bottom:0}.price-comparison .slider-wrapper .comparison-tables .table-slide .product-card figure.small,.price-comparison .slider-wrapper .comparison-tables .table-slide .product-card h4{font-size:1em;font-weight:550;margin:.75em 0 .5em}.price-comparison .slider-wrapper .comparison-tables .table-slide .product-card figure{display:block;font-size:2em;font-weight:800;margin:.65em 0}@media screen and (max-width:500px){.price-comparison .slider-wrapper .comparison-tables .table-slide .product-card figure{margin:.4em 0}}.price-comparison .slider-wrapper .comparison-tables .table-slide .product-card figure.small{color:var(--bg-dark)}.price-comparison .slider-wrapper .comparison-tables .table-slide .product-card ul{display:block;margin-bottom:0}.price-comparison .slider-wrapper .comparison-tables .table-slide .product-card ul li{line-height:1;padding:.75em 0 .85em}.price-comparison .slider-wrapper .comparison-tables .table-slide .product-card ul li:nth-child(2n){background:var(--bg-light)}.price-comparison .slider-wrapper .comparison-tables .table-slide .product-card a.btn{border-top-left-radius:0;border-top-right-radius:0;width:100%}.carousel-slider .img-slide{aspect-ratio:3/2;position:relative}.carousel-slider .img-slide>a{cursor:zoom-in;height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%}.carousel-slider .img-slide>a:hover img{transform:scale(1.05)}.carousel-slider .img-slide>a img{height:100%;left:0;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;position:absolute;top:0;transition:transform .3s ease;width:100%}.search-results{padding:4rem 0}.search-results form{font-size:1.8rem;margin-bottom:4rem;position:relative}.search-results form ::-webkit-search-cancel-button{display:none}.search-results form input{background:var(--bg-light);border-radius:.5rem;font-size:1.6rem;height:5rem;padding-left:2rem;width:100%}@media screen and (max-width:1023px){.search-results form input{height:4.5rem}}.search-results form input:focus{outline:2px solid var(--text)}.search-results form input::-moz-placeholder{opacity:.35}.search-results form input::placeholder{opacity:.35}.search-results form button{cursor:pointer;position:absolute;right:2rem;top:50%;transform:translateY(-50%)}.landing.graphic+.product-comparison{padding-top:0}.product-comparison{overflow:hidden;padding:6.5rem 0 7.5rem;text-align:center}@media screen and (max-width:1439px){.product-comparison{padding:6rem 0 7rem}}@media screen and (max-width:1279px){.product-comparison{padding:5rem 0 6rem}}@media screen and (max-width:1023px){.product-comparison{padding:4rem 0 5rem}}@media screen and (max-width:767px){.product-comparison{padding:3.5rem 0 5rem}}@media screen and (max-width:500px){.product-comparison{padding:3.25rem 0 4.5rem}}.product-comparison h2,.product-comparison p{position:relative;z-index:2}.product-comparison h2{margin-bottom:.75em}@media screen and (max-width:1599px){.product-comparison h2{margin-bottom:.5em}}@media screen and (max-width:1439px){.product-comparison h2{margin-bottom:.5em}}@media screen and (max-width:767px){.product-comparison h2{margin-bottom:.33em}}.product-comparison p{font-size:2.2rem;margin:0 auto 2.5em;width:75%}@media screen and (max-width:1599px){.product-comparison p{margin-bottom:1.5em}}@media screen and (max-width:1439px){.product-comparison p{font-size:2rem;margin-bottom:2em}}@media screen and (max-width:1023px){.product-comparison p{font-size:1.8rem;margin-bottom:1.75em;width:100%}}@media screen and (max-width:767px){.product-comparison p{font-size:1.6rem}}.product-comparison .slider-wrapper{position:relative}.product-comparison .slider-wrapper>svg{height:125%;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:1}@media screen and (max-width:1023px){.product-comparison .slider-wrapper>svg{height:auto;width:75%}}@media screen and (max-width:767px){.product-comparison .slider-wrapper>svg{width:110%}}.product-comparison .slider-wrapper>svg path{fill:var(--accent)}.product-comparison .slider-wrapper .controls{display:flex;font-size:3.2rem;justify-content:space-between;left:0;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%);width:100%;z-index:3}@media screen and (max-width:500px){.product-comparison .slider-wrapper .controls{font-size:2.8rem;left:-1rem;right:-1rem;width:unset}}.product-comparison .slider-wrapper .controls button{cursor:pointer;pointer-events:all}.product-comparison .slider-wrapper .comparison-slider{margin:0 -2rem;position:relative;z-index:2}@media screen and (max-width:1439px){.product-comparison .slider-wrapper .comparison-slider{margin:0 -2rem}}@media screen and (max-width:1279px){.product-comparison .slider-wrapper .comparison-slider{margin:0 -1.5rem}}@media screen and (max-width:1023px){.product-comparison .slider-wrapper .comparison-slider{margin:0 -1.5rem;padding:0 4rem}}@media screen and (max-width:767px){.product-comparison .slider-wrapper .comparison-slider{margin:0;padding:0}}.product-comparison .slider-wrapper .comparison-slider .card-slide{padding:0 2rem 3rem}@media screen and (max-width:1279px){.product-comparison .slider-wrapper .comparison-slider .card-slide{padding:0 1.5rem 3rem}}@media screen and (max-width:767px){.product-comparison .slider-wrapper .comparison-slider .card-slide{padding:0 5rem 3rem}}@media screen and (max-width:639px){.product-comparison .slider-wrapper .comparison-slider .card-slide{padding:0 4rem 3rem}}@media screen and (max-width:500px){.product-comparison .slider-wrapper .comparison-slider .card-slide{padding:0 2rem 1.5rem}}.product-comparison .slider-wrapper .comparison-slider .card-slide .product-card{background:#fff;border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden;position:relative}.product-comparison .slider-wrapper .comparison-slider .card-slide .product-card:hover .text .features{opacity:1;pointer-events:all}.product-comparison .slider-wrapper .comparison-slider .card-slide .product-card .title{background:var(--bg-light);display:flex;flex-direction:column;justify-content:center;padding:2rem 2rem 2.5rem}@media screen and (max-width:500px){.product-comparison .slider-wrapper .comparison-slider .card-slide .product-card .title{padding:1.5rem 1.5rem 2rem;padding:1rem 1rem 1.5rem}}.product-comparison .slider-wrapper .comparison-slider .card-slide .product-card .title h4{font-size:1.8rem;font-weight:500;margin-bottom:.4em;order:1}@media screen and (max-width:1023px){.product-comparison .slider-wrapper .comparison-slider .card-slide .product-card .title h4{font-size:1.6rem}}@media screen and (max-width:500px){.product-comparison .slider-wrapper .comparison-slider .card-slide .product-card .title h4{font-size:1.5rem}}.product-comparison .slider-wrapper .comparison-slider .card-slide .product-card .title h3{font-size:2.4rem;margin-bottom:0;order:2}@media screen and (max-width:1023px){.product-comparison .slider-wrapper .comparison-slider .card-slide .product-card .title h3{font-size:2.2rem}}@media screen and (max-width:500px){.product-comparison .slider-wrapper .comparison-slider .card-slide .product-card .title h3{font-size:2rem}}.product-comparison .slider-wrapper .comparison-slider .card-slide .product-card .text{padding:0 3rem;position:relative}.product-comparison .slider-wrapper .comparison-slider .card-slide .product-card .text .features{align-items:center;text-align:left}.product-comparison .slider-wrapper .comparison-slider .card-slide .product-card .text .features ul{font-size:1.6rem}@media screen and (max-width:500px){.product-comparison .slider-wrapper .comparison-slider .card-slide .product-card .text .features ul{font-size:1.5rem}}.product-comparison .slider-wrapper .comparison-slider .card-slide .product-card .text .features ul li{align-items:flex-start;display:flex;gap:1rem;margin-bottom:.5em}.product-comparison .slider-wrapper .comparison-slider .card-slide .product-card .text .features ul li:last-child{margin-bottom:0}.product-comparison .slider-wrapper .comparison-slider .card-slide .product-card .text .features ul li .icon{align-items:center;aspect-ratio:1/1;background:var(--accent-2);border-radius:50%;color:#fff;display:flex;font-size:.75em;justify-content:center;transform:translateY(.075em);width:1.8rem}.product-comparison .slider-wrapper .comparison-slider .card-slide .product-card .text .features ul li .icon.red{background:#e46c6c}.product-comparison .slider-wrapper .comparison-slider .card-slide .product-card .text .features ul li span{width:calc(100% - 2.8rem)}.product-comparison .slider-wrapper .comparison-slider .card-slide .product-card .text .img-wrapper{align-items:center;display:flex;height:22.5rem;justify-content:center;margin-top:1.5rem}@media screen and (max-width:1279px){.product-comparison .slider-wrapper .comparison-slider .card-slide .product-card .text .img-wrapper{height:19rem}}@media screen and (max-width:1023px){.product-comparison .slider-wrapper .comparison-slider .card-slide .product-card .text .img-wrapper{height:20rem}}@media screen and (max-width:639px){.product-comparison .slider-wrapper .comparison-slider .card-slide .product-card .text .img-wrapper{height:17.5rem}}@media screen and (max-width:500px){.product-comparison .slider-wrapper .comparison-slider .card-slide .product-card .text .img-wrapper{height:15rem}}.product-comparison .slider-wrapper .comparison-slider .card-slide .product-card .text .img-wrapper img{max-height:100%}.product-comparison .slider-wrapper .comparison-slider .card-slide .product-card .text p{font-size:1.6rem;margin-bottom:1em;position:static;width:100%}@media screen and (max-width:500px){.product-comparison .slider-wrapper .comparison-slider .card-slide .product-card .text p{font-size:1.5rem}}.product-comparison .slider-wrapper .comparison-slider .card-slide .product-card .btn{margin-bottom:3rem;margin-top:3rem;padding:.75em 2.9em 1.1em}@media screen and (max-width:1279px){.product-comparison .slider-wrapper .comparison-slider .card-slide .product-card .btn{margin-top:2.5rem}}@media screen and (max-width:500px){.product-comparison .slider-wrapper .comparison-slider .card-slide .product-card .btn{margin-bottom:2.5rem;margin-top:2.25rem}}.product-comparison .bottom-text{margin-top:1rem}.product-comparison .bottom-text P{font-size:1.8rem;margin-bottom:1em;width:100%}@media screen and (max-width:767px){.product-comparison .bottom-text P{font-size:1.7rem}}@media screen and (max-width:639px){.product-comparison .bottom-text P{font-size:1.6rem}}
/*# sourceMappingURL=/cdn/shop/t/1/assets/theme.css.map */
