/*!
Theme Name: Planning
Author: Thula Kawasaki
Author URI: https://thulakawasaki.com.br/
Description: Tema exclusivo
Version: 1.0.0.2
*/
.carousel{position:relative;box-sizing:border-box}.carousel *,.carousel :after,.carousel :before{box-sizing:inherit}.carousel.is-draggable{cursor:move;cursor:grab}.carousel.is-dragging{cursor:move;cursor:grabbing}.carousel__viewport{position:relative;overflow:hidden;max-width:100%;max-height:100%}.carousel__track{display:flex}.carousel__slide{flex:0 0 auto;width:var(--carousel-slide-width,60%);max-width:100%;padding:1rem;position:relative;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain}.has-dots{margin-bottom:calc(.5rem + 22px)}.carousel__dots{margin:0 auto;padding:0;position:absolute;top:calc(100% + .5rem);left:0;right:0;display:flex;justify-content:center;list-style:none;user-select:none}.carousel__dots .carousel__dot{margin:0;padding:0;display:block;position:relative;width:22px;height:22px;cursor:pointer}.carousel__dots .carousel__dot:after{content:"";width:8px;height:8px;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-color:currentColor;opacity:.25;transition:opacity .15s ease-in-out}.carousel__dots .carousel__dot.is-selected:after{opacity:1}.carousel__button{width:var(--carousel-button-width,48px);height:var(--carousel-button-height,48px);padding:0;border:0;display:flex;justify-content:center;align-items:center;pointer-events:all;cursor:pointer;color:var(--carousel-button-color,currentColor);background:var(--carousel-button-bg,transparent);border-radius:var(--carousel-button-border-radius,50%);box-shadow:var(--carousel-button-shadow,none);transition:opacity .15s ease}.carousel__button.is-next,.carousel__button.is-prev{position:absolute;top:50%;transform:translateY(-50%)}.carousel__button.is-prev{left:10px}.carousel__button.is-next{right:10px}.carousel__button[disabled]{cursor:default;opacity:.3}.carousel__button svg{width:var(--carousel-button-svg-width,50%);height:var(--carousel-button-svg-height,50%);fill:none;stroke:currentColor;stroke-width:var(--carousel-button-svg-stroke-width,1.5);stroke-linejoin:bevel;stroke-linecap:round;filter:var(--carousel-button-svg-filter,none);pointer-events:none}html.with-fancybox{scroll-behavior:auto}body.compensate-for-scrollbar{overflow:hidden!important;touch-action:none}.fancybox__container{position:fixed;top:0;left:0;bottom:0;right:0;direction:ltr;margin:0;padding:env(safe-area-inset-top,0) env(safe-area-inset-right,0) env(safe-area-inset-bottom,0) env(safe-area-inset-left,0);box-sizing:border-box;display:flex;flex-direction:column;color:var(--fancybox-color,#fff);-webkit-tap-highlight-color:rgba(0,0,0,0);overflow:hidden;z-index:1050;outline:none;transform-origin:top left;--carousel-button-width:48px;--carousel-button-height:48px;--carousel-button-svg-width:24px;--carousel-button-svg-height:24px;--carousel-button-svg-stroke-width:2.5;--carousel-button-svg-filter:drop-shadow(1px 1px 1px rgba(0,0,0,0.4))}.fancybox__container *,.fancybox__container :after,.fancybox__container :before{box-sizing:inherit}.fancybox__container :focus{outline:none}body:not(.is-using-mouse) .fancybox__container :focus{box-shadow:0 0 0 1px #fff,0 0 0 2px var(--fancybox-accent-color,rgba(1,210,232,.94))}@media (min-width:1024px){.fancybox__container{--carousel-button-width:48px;--carousel-button-height:48px;--carousel-button-svg-width:27px;--carousel-button-svg-height:27px}}.fancybox__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:var(--fancybox-bg,rgba(24,24,27,.92))}.fancybox__carousel{position:relative;flex:1 1 auto;min-height:0;height:100%;z-index:10}.fancybox__carousel.has-dots{margin-bottom:calc(.5rem + 22px)}.fancybox__viewport{position:relative;width:100%;height:100%;overflow:visible;cursor:default}.fancybox__track{display:flex;height:100%}.fancybox__slide{flex:0 0 auto;width:100%;max-width:100%;margin:0;padding:48px 8px 8px;position:relative;overscroll-behavior:contain;display:flex;flex-direction:column;outline:0;overflow:auto;--carousel-button-width:36px;--carousel-button-height:36px;--carousel-button-svg-width:22px;--carousel-button-svg-height:22px}.fancybox__slide:after,.fancybox__slide:before{content:"";flex:0 0 0;margin:auto}@media (min-width:1024px){.fancybox__slide{padding:64px 100px}}.fancybox__content{margin:0 env(safe-area-inset-right,0) 0 env(safe-area-inset-left,0);padding:36px;color:var(--fancybox-content-color,#374151);background:var(--fancybox-content-bg,#fff);position:relative;align-self:center;display:flex;flex-direction:column;z-index:20}.fancybox__content :focus:not(.carousel__button.is-close){outline:thin dotted;box-shadow:none}.fancybox__caption{align-self:center;max-width:100%;margin:0;padding:1rem 0 0;line-height:1.375;color:var(--fancybox-color,currentColor);visibility:visible;cursor:auto;flex-shrink:0;overflow-wrap:anywhere}.is-loading .fancybox__caption{visibility:hidden}.fancybox__container>.carousel__dots{top:100%;color:var(--fancybox-color,#fff)}.fancybox__nav .carousel__button{z-index:40}.fancybox__nav .carousel__button.is-next{right:8px}@media (min-width:1024px){.fancybox__nav .carousel__button.is-next{right:40px}}.fancybox__nav .carousel__button.is-prev{left:8px}@media (min-width:1024px){.fancybox__nav .carousel__button.is-prev{left:40px}}.carousel__button.is-close{position:absolute;top:8px;right:8px;top:calc(env(safe-area-inset-top, 0px) + 8px);right:calc(env(safe-area-inset-right, 0px) + 8px);z-index:40}@media (min-width:1024px){.carousel__button.is-close{right:40px}}.fancybox__content>.carousel__button.is-close{position:absolute;top:-40px;right:0;color:var(--fancybox-color,#fff)}.fancybox__no-click,.fancybox__no-click button{pointer-events:none}.fancybox__spinner{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:50px;height:50px;color:var(--fancybox-color,currentColor)}.fancybox__slide .fancybox__spinner{cursor:pointer;z-index:1053}.fancybox__spinner svg{animation:fancybox-rotate 2s linear infinite;transform-origin:center center;position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:100%;height:100%}.fancybox__spinner svg circle{fill:none;stroke-width:2.75;stroke-miterlimit:10;stroke-dasharray:1,200;stroke-dashoffset:0;animation:fancybox-dash 1.5s ease-in-out infinite;stroke-linecap:round;stroke:currentColor}@keyframes fancybox-rotate{to{transform:rotate(1turn)}}@keyframes fancybox-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}to{stroke-dasharray:89,200;stroke-dashoffset:-124px}}.carousel__button.is-close,.carousel__dots,.fancybox__backdrop,.fancybox__caption,.fancybox__nav{opacity:var(--fancybox-opacity,1)}.fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close,.fancybox__container.is-animated[aria-hidden=false] .carousel__dots,.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop,.fancybox__container.is-animated[aria-hidden=false] .fancybox__caption,.fancybox__container.is-animated[aria-hidden=false] .fancybox__nav{animation:fancybox-fadeIn .15s ease backwards}.fancybox__container.is-animated.is-closing .carousel__button.is-close,.fancybox__container.is-animated.is-closing .carousel__dots,.fancybox__container.is-animated.is-closing .fancybox__backdrop,.fancybox__container.is-animated.is-closing .fancybox__caption,.fancybox__container.is-animated.is-closing .fancybox__nav{animation:fancybox-fadeOut .15s ease both}.fancybox-fadeIn{animation:fancybox-fadeIn .15s ease both}.fancybox-fadeOut{animation:fancybox-fadeOut .1s ease both}.fancybox-zoomInUp{animation:fancybox-zoomInUp .2s ease both}.fancybox-zoomOutDown{animation:fancybox-zoomOutDown .15s ease both}.fancybox-throwOutUp{animation:fancybox-throwOutUp .15s ease both}.fancybox-throwOutDown{animation:fancybox-throwOutDown .15s ease both}@keyframes fancybox-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fancybox-fadeOut{to{opacity:0}}@keyframes fancybox-zoomInUp{0%{transform:scale(.97) translate3d(0,16px,0);opacity:0}to{transform:scale(1) translateZ(0);opacity:1}}@keyframes fancybox-zoomOutDown{to{transform:scale(.97) translate3d(0,16px,0);opacity:0}}@keyframes fancybox-throwOutUp{to{transform:translate3d(0,-30%,0);opacity:0}}@keyframes fancybox-throwOutDown{to{transform:translate3d(0,30%,0);opacity:0}}.fancybox__carousel .carousel__slide{scrollbar-width:thin;scrollbar-color:#ccc hsla(0,0%,100%,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar{width:8px;height:8px}.fancybox__carousel .carousel__slide::-webkit-scrollbar-track{background-color:hsla(0,0%,100%,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:2px;box-shadow:inset 0 0 4px rgba(0,0,0,.2)}.fancybox__carousel.is-draggable .fancybox__slide,.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content{cursor:move;cursor:grab}.fancybox__carousel.is-dragging .fancybox__slide,.fancybox__carousel.is-dragging .fancybox__slide .fancybox__content{cursor:move;cursor:grabbing}.fancybox__carousel .fancybox__slide .fancybox__content{cursor:auto}.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content{cursor:zoom-in}.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content{cursor:zoom-out}.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content{cursor:move;cursor:grab}.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content{cursor:move;cursor:grabbing}.fancybox__image{transform-origin:0 0;user-select:none;transition:none}.has-image .fancybox__content{padding:0;background:transparent;min-height:1px}.is-closing .has-image .fancybox__content{overflow:visible}.has-image[data-image-fit=contain]{overflow:visible;touch-action:none}.has-image[data-image-fit=contain] .fancybox__content{flex-direction:row;flex-wrap:wrap}.has-image[data-image-fit=contain] .fancybox__image{max-width:100%;max-height:100%;object-fit:contain}.has-image[data-image-fit=contain-w]{overflow-x:hidden;overflow-y:auto}.has-image[data-image-fit=contain-w] .fancybox__content{min-height:auto}.has-image[data-image-fit=contain-w] .fancybox__image{max-width:100%;height:auto}.has-image[data-image-fit=cover]{overflow:visible;touch-action:none}.has-image[data-image-fit=cover] .fancybox__content{width:100%;height:100%}.has-image[data-image-fit=cover] .fancybox__image{width:100%;height:100%;object-fit:cover}.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content,.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content{max-width:100%;flex-shrink:1;min-height:1px;overflow:visible}.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content{width:100%;height:80%}.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content{width:960px;height:540px;max-width:100%;max-height:100%}.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content{padding:0;background:rgba(24,24,27,.9);color:#fff}.fancybox__carousel .fancybox__slide.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{border:0;display:block;height:100%;width:100%;background:transparent}.fancybox-placeholder{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.fancybox__thumbs{flex:0 0 auto;position:relative;padding:0 3px;opacity:var(--fancybox-opacity,1)}.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs{animation:fancybox-fadeIn .15s ease-in backwards}.fancybox__container.is-animated.is-closing .fancybox__thumbs{opacity:0}.fancybox__thumbs .carousel__slide{flex:0 0 auto;width:var(--fancybox-thumbs-width,96px);margin:0;padding:8px 3px;box-sizing:content-box;display:flex;align-items:center;justify-content:center;overflow:visible;cursor:pointer}.fancybox__thumbs .carousel__slide .fancybox__thumb:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border:5px solid var(--fancybox-accent-color,rgba(34,213,233,.96));opacity:0;transition:opacity .15s ease;border-radius:var(--fancybox-thumbs-border-radius,4px)}.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb:after{opacity:.92}.fancybox__thumbs .carousel__slide>*{pointer-events:none;user-select:none}.fancybox__thumb{position:relative;width:100%;padding-top:calc(100%/var(--fancybox-thumbs-ratio, 1.5));background-size:cover;background-position:50%;background-color:hsla(0,0%,100%,.1);background-repeat:no-repeat;border-radius:var(--fancybox-thumbs-border-radius,4px)}.fancybox__toolbar{position:absolute;top:0;right:0;left:0;z-index:20;background:linear-gradient(0deg,transparent 0,rgba(0,0,0,.006) 8.1%,rgba(0,0,0,.021) 15.5%,rgba(0,0,0,.046) 22.5%,rgba(0,0,0,.077) 29%,rgba(0,0,0,.114) 35.3%,rgba(0,0,0,.155) 41.2%,rgba(0,0,0,.198) 47.1%,rgba(0,0,0,.242) 52.9%,rgba(0,0,0,.285) 58.8%,rgba(0,0,0,.326) 64.7%,rgba(0,0,0,.363) 71%,rgba(0,0,0,.394) 77.5%,rgba(0,0,0,.419) 84.5%,rgba(0,0,0,.434) 91.9%,rgba(0,0,0,.44));padding:0;touch-action:none;display:flex;justify-content:space-between;--carousel-button-svg-width:20px;--carousel-button-svg-height:20px;opacity:var(--fancybox-opacity,1);text-shadow:var(--fancybox-toolbar-text-shadow,1px 1px 1px rgba(0,0,0,.4))}@media (min-width:1024px){.fancybox__toolbar{padding:8px}}.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar{animation:fancybox-fadeIn .15s ease-in backwards}.fancybox__container.is-animated.is-closing .fancybox__toolbar{opacity:0}.fancybox__toolbar__items{display:flex}.fancybox__toolbar__items--left{margin-right:auto}.fancybox__toolbar__items--center{position:absolute;left:50%;transform:translateX(-50%)}.fancybox__toolbar__items--right{margin-left:auto}@media(max-width:640px){.fancybox__toolbar__items--center:not(:last-child){display:none}}.fancybox__counter{min-width:72px;padding:0 10px;line-height:var(--carousel-button-height,48px);text-align:center;font-size:17px;font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased}.fancybox__progress{background:var(--fancybox-accent-color,rgba(34,213,233,.96));height:3px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:30;user-select:none}.fancybox__container:fullscreen::backdrop{opacity:0}.fancybox__button--fullscreen g:nth-child(2),.fancybox__container:fullscreen .fancybox__button--fullscreen g:first-child{display:none}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2){display:block}.fancybox__button--slideshow g:nth-child(2),.fancybox__container.has-slideshow .fancybox__button--slideshow g:first-child{display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2){display:block}html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,figcaption,figure,footer,header,main,nav,section{display:block}figure{margin:1em 0}hr{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:1px dotted #767676;text-decoration:none}b,strong{font-weight:700}code,kbd,samp{font-family:monospace,monospace;font-size:1em}dfn{font-style:italic}mark{background-color:#eee;color:#222}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{border:none;margin:0;padding:0}legend{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{display:inline-block;vertical-align:baseline}textarea{overflow:auto;resize:none}[type=checkbox],[type=radio]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details,menu{display:block}summary{display:list-item}canvas{display:inline-block}[hidden],template{display:none}[data-aos][data-aos][data-aos-duration="50"],body[data-aos-duration="50"] [data-aos]{transition-duration:50ms}[data-aos][data-aos][data-aos-delay="50"],body[data-aos-delay="50"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="50"].aos-animate,body[data-aos-delay="50"] [data-aos].aos-animate{transition-delay:50ms}[data-aos][data-aos][data-aos-duration="100"],body[data-aos-duration="100"] [data-aos]{transition-duration:.1s}[data-aos][data-aos][data-aos-delay="100"],body[data-aos-delay="100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="100"].aos-animate,body[data-aos-delay="100"] [data-aos].aos-animate{transition-delay:.1s}[data-aos][data-aos][data-aos-duration="150"],body[data-aos-duration="150"] [data-aos]{transition-duration:.15s}[data-aos][data-aos][data-aos-delay="150"],body[data-aos-delay="150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="150"].aos-animate,body[data-aos-delay="150"] [data-aos].aos-animate{transition-delay:.15s}[data-aos][data-aos][data-aos-duration="200"],body[data-aos-duration="200"] [data-aos]{transition-duration:.2s}[data-aos][data-aos][data-aos-delay="200"],body[data-aos-delay="200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="200"].aos-animate,body[data-aos-delay="200"] [data-aos].aos-animate{transition-delay:.2s}[data-aos][data-aos][data-aos-duration="250"],body[data-aos-duration="250"] [data-aos]{transition-duration:.25s}[data-aos][data-aos][data-aos-delay="250"],body[data-aos-delay="250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="250"].aos-animate,body[data-aos-delay="250"] [data-aos].aos-animate{transition-delay:.25s}[data-aos][data-aos][data-aos-duration="300"],body[data-aos-duration="300"] [data-aos]{transition-duration:.3s}[data-aos][data-aos][data-aos-delay="300"],body[data-aos-delay="300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="300"].aos-animate,body[data-aos-delay="300"] [data-aos].aos-animate{transition-delay:.3s}[data-aos][data-aos][data-aos-duration="350"],body[data-aos-duration="350"] [data-aos]{transition-duration:.35s}[data-aos][data-aos][data-aos-delay="350"],body[data-aos-delay="350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="350"].aos-animate,body[data-aos-delay="350"] [data-aos].aos-animate{transition-delay:.35s}[data-aos][data-aos][data-aos-duration="400"],body[data-aos-duration="400"] [data-aos]{transition-duration:.4s}[data-aos][data-aos][data-aos-delay="400"],body[data-aos-delay="400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="400"].aos-animate,body[data-aos-delay="400"] [data-aos].aos-animate{transition-delay:.4s}[data-aos][data-aos][data-aos-duration="450"],body[data-aos-duration="450"] [data-aos]{transition-duration:.45s}[data-aos][data-aos][data-aos-delay="450"],body[data-aos-delay="450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="450"].aos-animate,body[data-aos-delay="450"] [data-aos].aos-animate{transition-delay:.45s}[data-aos][data-aos][data-aos-duration="500"],body[data-aos-duration="500"] [data-aos]{transition-duration:.5s}[data-aos][data-aos][data-aos-delay="500"],body[data-aos-delay="500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="500"].aos-animate,body[data-aos-delay="500"] [data-aos].aos-animate{transition-delay:.5s}[data-aos][data-aos][data-aos-duration="550"],body[data-aos-duration="550"] [data-aos]{transition-duration:.55s}[data-aos][data-aos][data-aos-delay="550"],body[data-aos-delay="550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="550"].aos-animate,body[data-aos-delay="550"] [data-aos].aos-animate{transition-delay:.55s}[data-aos][data-aos][data-aos-duration="600"],body[data-aos-duration="600"] [data-aos]{transition-duration:.6s}[data-aos][data-aos][data-aos-delay="600"],body[data-aos-delay="600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="600"].aos-animate,body[data-aos-delay="600"] [data-aos].aos-animate{transition-delay:.6s}[data-aos][data-aos][data-aos-duration="650"],body[data-aos-duration="650"] [data-aos]{transition-duration:.65s}[data-aos][data-aos][data-aos-delay="650"],body[data-aos-delay="650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="650"].aos-animate,body[data-aos-delay="650"] [data-aos].aos-animate{transition-delay:.65s}[data-aos][data-aos][data-aos-duration="700"],body[data-aos-duration="700"] [data-aos]{transition-duration:.7s}[data-aos][data-aos][data-aos-delay="700"],body[data-aos-delay="700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="700"].aos-animate,body[data-aos-delay="700"] [data-aos].aos-animate{transition-delay:.7s}[data-aos][data-aos][data-aos-duration="750"],body[data-aos-duration="750"] [data-aos]{transition-duration:.75s}[data-aos][data-aos][data-aos-delay="750"],body[data-aos-delay="750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="750"].aos-animate,body[data-aos-delay="750"] [data-aos].aos-animate{transition-delay:.75s}[data-aos][data-aos][data-aos-duration="800"],body[data-aos-duration="800"] [data-aos]{transition-duration:.8s}[data-aos][data-aos][data-aos-delay="800"],body[data-aos-delay="800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="800"].aos-animate,body[data-aos-delay="800"] [data-aos].aos-animate{transition-delay:.8s}[data-aos][data-aos][data-aos-duration="850"],body[data-aos-duration="850"] [data-aos]{transition-duration:.85s}[data-aos][data-aos][data-aos-delay="850"],body[data-aos-delay="850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="850"].aos-animate,body[data-aos-delay="850"] [data-aos].aos-animate{transition-delay:.85s}[data-aos][data-aos][data-aos-duration="900"],body[data-aos-duration="900"] [data-aos]{transition-duration:.9s}[data-aos][data-aos][data-aos-delay="900"],body[data-aos-delay="900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="900"].aos-animate,body[data-aos-delay="900"] [data-aos].aos-animate{transition-delay:.9s}[data-aos][data-aos][data-aos-duration="950"],body[data-aos-duration="950"] [data-aos]{transition-duration:.95s}[data-aos][data-aos][data-aos-delay="950"],body[data-aos-delay="950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="950"].aos-animate,body[data-aos-delay="950"] [data-aos].aos-animate{transition-delay:.95s}[data-aos][data-aos][data-aos-duration="1000"],body[data-aos-duration="1000"] [data-aos]{transition-duration:1s}[data-aos][data-aos][data-aos-delay="1000"],body[data-aos-delay="1000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1000"].aos-animate,body[data-aos-delay="1000"] [data-aos].aos-animate{transition-delay:1s}[data-aos][data-aos][data-aos-duration="1050"],body[data-aos-duration="1050"] [data-aos]{transition-duration:1.05s}[data-aos][data-aos][data-aos-delay="1050"],body[data-aos-delay="1050"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1050"].aos-animate,body[data-aos-delay="1050"] [data-aos].aos-animate{transition-delay:1.05s}[data-aos][data-aos][data-aos-duration="1100"],body[data-aos-duration="1100"] [data-aos]{transition-duration:1.1s}[data-aos][data-aos][data-aos-delay="1100"],body[data-aos-delay="1100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1100"].aos-animate,body[data-aos-delay="1100"] [data-aos].aos-animate{transition-delay:1.1s}[data-aos][data-aos][data-aos-duration="1150"],body[data-aos-duration="1150"] [data-aos]{transition-duration:1.15s}[data-aos][data-aos][data-aos-delay="1150"],body[data-aos-delay="1150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1150"].aos-animate,body[data-aos-delay="1150"] [data-aos].aos-animate{transition-delay:1.15s}[data-aos][data-aos][data-aos-duration="1200"],body[data-aos-duration="1200"] [data-aos]{transition-duration:1.2s}[data-aos][data-aos][data-aos-delay="1200"],body[data-aos-delay="1200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1200"].aos-animate,body[data-aos-delay="1200"] [data-aos].aos-animate{transition-delay:1.2s}[data-aos][data-aos][data-aos-duration="1250"],body[data-aos-duration="1250"] [data-aos]{transition-duration:1.25s}[data-aos][data-aos][data-aos-delay="1250"],body[data-aos-delay="1250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1250"].aos-animate,body[data-aos-delay="1250"] [data-aos].aos-animate{transition-delay:1.25s}[data-aos][data-aos][data-aos-duration="1300"],body[data-aos-duration="1300"] [data-aos]{transition-duration:1.3s}[data-aos][data-aos][data-aos-delay="1300"],body[data-aos-delay="1300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1300"].aos-animate,body[data-aos-delay="1300"] [data-aos].aos-animate{transition-delay:1.3s}[data-aos][data-aos][data-aos-duration="1350"],body[data-aos-duration="1350"] [data-aos]{transition-duration:1.35s}[data-aos][data-aos][data-aos-delay="1350"],body[data-aos-delay="1350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1350"].aos-animate,body[data-aos-delay="1350"] [data-aos].aos-animate{transition-delay:1.35s}[data-aos][data-aos][data-aos-duration="1400"],body[data-aos-duration="1400"] [data-aos]{transition-duration:1.4s}[data-aos][data-aos][data-aos-delay="1400"],body[data-aos-delay="1400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1400"].aos-animate,body[data-aos-delay="1400"] [data-aos].aos-animate{transition-delay:1.4s}[data-aos][data-aos][data-aos-duration="1450"],body[data-aos-duration="1450"] [data-aos]{transition-duration:1.45s}[data-aos][data-aos][data-aos-delay="1450"],body[data-aos-delay="1450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1450"].aos-animate,body[data-aos-delay="1450"] [data-aos].aos-animate{transition-delay:1.45s}[data-aos][data-aos][data-aos-duration="1500"],body[data-aos-duration="1500"] [data-aos]{transition-duration:1.5s}[data-aos][data-aos][data-aos-delay="1500"],body[data-aos-delay="1500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1500"].aos-animate,body[data-aos-delay="1500"] [data-aos].aos-animate{transition-delay:1.5s}[data-aos][data-aos][data-aos-duration="1550"],body[data-aos-duration="1550"] [data-aos]{transition-duration:1.55s}[data-aos][data-aos][data-aos-delay="1550"],body[data-aos-delay="1550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1550"].aos-animate,body[data-aos-delay="1550"] [data-aos].aos-animate{transition-delay:1.55s}[data-aos][data-aos][data-aos-duration="1600"],body[data-aos-duration="1600"] [data-aos]{transition-duration:1.6s}[data-aos][data-aos][data-aos-delay="1600"],body[data-aos-delay="1600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1600"].aos-animate,body[data-aos-delay="1600"] [data-aos].aos-animate{transition-delay:1.6s}[data-aos][data-aos][data-aos-duration="1650"],body[data-aos-duration="1650"] [data-aos]{transition-duration:1.65s}[data-aos][data-aos][data-aos-delay="1650"],body[data-aos-delay="1650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1650"].aos-animate,body[data-aos-delay="1650"] [data-aos].aos-animate{transition-delay:1.65s}[data-aos][data-aos][data-aos-duration="1700"],body[data-aos-duration="1700"] [data-aos]{transition-duration:1.7s}[data-aos][data-aos][data-aos-delay="1700"],body[data-aos-delay="1700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1700"].aos-animate,body[data-aos-delay="1700"] [data-aos].aos-animate{transition-delay:1.7s}[data-aos][data-aos][data-aos-duration="1750"],body[data-aos-duration="1750"] [data-aos]{transition-duration:1.75s}[data-aos][data-aos][data-aos-delay="1750"],body[data-aos-delay="1750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1750"].aos-animate,body[data-aos-delay="1750"] [data-aos].aos-animate{transition-delay:1.75s}[data-aos][data-aos][data-aos-duration="1800"],body[data-aos-duration="1800"] [data-aos]{transition-duration:1.8s}[data-aos][data-aos][data-aos-delay="1800"],body[data-aos-delay="1800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1800"].aos-animate,body[data-aos-delay="1800"] [data-aos].aos-animate{transition-delay:1.8s}[data-aos][data-aos][data-aos-duration="1850"],body[data-aos-duration="1850"] [data-aos]{transition-duration:1.85s}[data-aos][data-aos][data-aos-delay="1850"],body[data-aos-delay="1850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1850"].aos-animate,body[data-aos-delay="1850"] [data-aos].aos-animate{transition-delay:1.85s}[data-aos][data-aos][data-aos-duration="1900"],body[data-aos-duration="1900"] [data-aos]{transition-duration:1.9s}[data-aos][data-aos][data-aos-delay="1900"],body[data-aos-delay="1900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1900"].aos-animate,body[data-aos-delay="1900"] [data-aos].aos-animate{transition-delay:1.9s}[data-aos][data-aos][data-aos-duration="1950"],body[data-aos-duration="1950"] [data-aos]{transition-duration:1.95s}[data-aos][data-aos][data-aos-delay="1950"],body[data-aos-delay="1950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1950"].aos-animate,body[data-aos-delay="1950"] [data-aos].aos-animate{transition-delay:1.95s}[data-aos][data-aos][data-aos-duration="2000"],body[data-aos-duration="2000"] [data-aos]{transition-duration:2s}[data-aos][data-aos][data-aos-delay="2000"],body[data-aos-delay="2000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2000"].aos-animate,body[data-aos-delay="2000"] [data-aos].aos-animate{transition-delay:2s}[data-aos][data-aos][data-aos-duration="2050"],body[data-aos-duration="2050"] [data-aos]{transition-duration:2.05s}[data-aos][data-aos][data-aos-delay="2050"],body[data-aos-delay="2050"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2050"].aos-animate,body[data-aos-delay="2050"] [data-aos].aos-animate{transition-delay:2.05s}[data-aos][data-aos][data-aos-duration="2100"],body[data-aos-duration="2100"] [data-aos]{transition-duration:2.1s}[data-aos][data-aos][data-aos-delay="2100"],body[data-aos-delay="2100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2100"].aos-animate,body[data-aos-delay="2100"] [data-aos].aos-animate{transition-delay:2.1s}[data-aos][data-aos][data-aos-duration="2150"],body[data-aos-duration="2150"] [data-aos]{transition-duration:2.15s}[data-aos][data-aos][data-aos-delay="2150"],body[data-aos-delay="2150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2150"].aos-animate,body[data-aos-delay="2150"] [data-aos].aos-animate{transition-delay:2.15s}[data-aos][data-aos][data-aos-duration="2200"],body[data-aos-duration="2200"] [data-aos]{transition-duration:2.2s}[data-aos][data-aos][data-aos-delay="2200"],body[data-aos-delay="2200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2200"].aos-animate,body[data-aos-delay="2200"] [data-aos].aos-animate{transition-delay:2.2s}[data-aos][data-aos][data-aos-duration="2250"],body[data-aos-duration="2250"] [data-aos]{transition-duration:2.25s}[data-aos][data-aos][data-aos-delay="2250"],body[data-aos-delay="2250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2250"].aos-animate,body[data-aos-delay="2250"] [data-aos].aos-animate{transition-delay:2.25s}[data-aos][data-aos][data-aos-duration="2300"],body[data-aos-duration="2300"] [data-aos]{transition-duration:2.3s}[data-aos][data-aos][data-aos-delay="2300"],body[data-aos-delay="2300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2300"].aos-animate,body[data-aos-delay="2300"] [data-aos].aos-animate{transition-delay:2.3s}[data-aos][data-aos][data-aos-duration="2350"],body[data-aos-duration="2350"] [data-aos]{transition-duration:2.35s}[data-aos][data-aos][data-aos-delay="2350"],body[data-aos-delay="2350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2350"].aos-animate,body[data-aos-delay="2350"] [data-aos].aos-animate{transition-delay:2.35s}[data-aos][data-aos][data-aos-duration="2400"],body[data-aos-duration="2400"] [data-aos]{transition-duration:2.4s}[data-aos][data-aos][data-aos-delay="2400"],body[data-aos-delay="2400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2400"].aos-animate,body[data-aos-delay="2400"] [data-aos].aos-animate{transition-delay:2.4s}[data-aos][data-aos][data-aos-duration="2450"],body[data-aos-duration="2450"] [data-aos]{transition-duration:2.45s}[data-aos][data-aos][data-aos-delay="2450"],body[data-aos-delay="2450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2450"].aos-animate,body[data-aos-delay="2450"] [data-aos].aos-animate{transition-delay:2.45s}[data-aos][data-aos][data-aos-duration="2500"],body[data-aos-duration="2500"] [data-aos]{transition-duration:2.5s}[data-aos][data-aos][data-aos-delay="2500"],body[data-aos-delay="2500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2500"].aos-animate,body[data-aos-delay="2500"] [data-aos].aos-animate{transition-delay:2.5s}[data-aos][data-aos][data-aos-duration="2550"],body[data-aos-duration="2550"] [data-aos]{transition-duration:2.55s}[data-aos][data-aos][data-aos-delay="2550"],body[data-aos-delay="2550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2550"].aos-animate,body[data-aos-delay="2550"] [data-aos].aos-animate{transition-delay:2.55s}[data-aos][data-aos][data-aos-duration="2600"],body[data-aos-duration="2600"] [data-aos]{transition-duration:2.6s}[data-aos][data-aos][data-aos-delay="2600"],body[data-aos-delay="2600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2600"].aos-animate,body[data-aos-delay="2600"] [data-aos].aos-animate{transition-delay:2.6s}[data-aos][data-aos][data-aos-duration="2650"],body[data-aos-duration="2650"] [data-aos]{transition-duration:2.65s}[data-aos][data-aos][data-aos-delay="2650"],body[data-aos-delay="2650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2650"].aos-animate,body[data-aos-delay="2650"] [data-aos].aos-animate{transition-delay:2.65s}[data-aos][data-aos][data-aos-duration="2700"],body[data-aos-duration="2700"] [data-aos]{transition-duration:2.7s}[data-aos][data-aos][data-aos-delay="2700"],body[data-aos-delay="2700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2700"].aos-animate,body[data-aos-delay="2700"] [data-aos].aos-animate{transition-delay:2.7s}[data-aos][data-aos][data-aos-duration="2750"],body[data-aos-duration="2750"] [data-aos]{transition-duration:2.75s}[data-aos][data-aos][data-aos-delay="2750"],body[data-aos-delay="2750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2750"].aos-animate,body[data-aos-delay="2750"] [data-aos].aos-animate{transition-delay:2.75s}[data-aos][data-aos][data-aos-duration="2800"],body[data-aos-duration="2800"] [data-aos]{transition-duration:2.8s}[data-aos][data-aos][data-aos-delay="2800"],body[data-aos-delay="2800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2800"].aos-animate,body[data-aos-delay="2800"] [data-aos].aos-animate{transition-delay:2.8s}[data-aos][data-aos][data-aos-duration="2850"],body[data-aos-duration="2850"] [data-aos]{transition-duration:2.85s}[data-aos][data-aos][data-aos-delay="2850"],body[data-aos-delay="2850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2850"].aos-animate,body[data-aos-delay="2850"] [data-aos].aos-animate{transition-delay:2.85s}[data-aos][data-aos][data-aos-duration="2900"],body[data-aos-duration="2900"] [data-aos]{transition-duration:2.9s}[data-aos][data-aos][data-aos-delay="2900"],body[data-aos-delay="2900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2900"].aos-animate,body[data-aos-delay="2900"] [data-aos].aos-animate{transition-delay:2.9s}[data-aos][data-aos][data-aos-duration="2950"],body[data-aos-duration="2950"] [data-aos]{transition-duration:2.95s}[data-aos][data-aos][data-aos-delay="2950"],body[data-aos-delay="2950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2950"].aos-animate,body[data-aos-delay="2950"] [data-aos].aos-animate{transition-delay:2.95s}[data-aos][data-aos][data-aos-duration="3000"],body[data-aos-duration="3000"] [data-aos]{transition-duration:3s}[data-aos][data-aos][data-aos-delay="3000"],body[data-aos-delay="3000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="3000"].aos-animate,body[data-aos-delay="3000"] [data-aos].aos-animate{transition-delay:3s}[data-aos][data-aos][data-aos-easing=linear],body[data-aos-easing=linear] [data-aos]{transition-timing-function:cubic-bezier(.25,.25,.75,.75)}[data-aos][data-aos][data-aos-easing=ease],body[data-aos-easing=ease] [data-aos]{transition-timing-function:ease}[data-aos][data-aos][data-aos-easing=ease-in],body[data-aos-easing=ease-in] [data-aos]{transition-timing-function:ease-in}[data-aos][data-aos][data-aos-easing=ease-out],body[data-aos-easing=ease-out] [data-aos]{transition-timing-function:ease-out}[data-aos][data-aos][data-aos-easing=ease-in-out],body[data-aos-easing=ease-in-out] [data-aos]{transition-timing-function:ease-in-out}[data-aos][data-aos][data-aos-easing=ease-in-back],body[data-aos-easing=ease-in-back] [data-aos]{transition-timing-function:cubic-bezier(.6,-.28,.735,.045)}[data-aos][data-aos][data-aos-easing=ease-out-back],body[data-aos-easing=ease-out-back] [data-aos]{transition-timing-function:cubic-bezier(.175,.885,.32,1.275)}[data-aos][data-aos][data-aos-easing=ease-in-out-back],body[data-aos-easing=ease-in-out-back] [data-aos]{transition-timing-function:cubic-bezier(.68,-.55,.265,1.55)}[data-aos][data-aos][data-aos-easing=ease-in-sine],body[data-aos-easing=ease-in-sine] [data-aos]{transition-timing-function:cubic-bezier(.47,0,.745,.715)}[data-aos][data-aos][data-aos-easing=ease-out-sine],body[data-aos-easing=ease-out-sine] [data-aos]{transition-timing-function:cubic-bezier(.39,.575,.565,1)}[data-aos][data-aos][data-aos-easing=ease-in-out-sine],body[data-aos-easing=ease-in-out-sine] [data-aos]{transition-timing-function:cubic-bezier(.445,.05,.55,.95)}[data-aos][data-aos][data-aos-easing=ease-in-quad],body[data-aos-easing=ease-in-quad] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-quad],body[data-aos-easing=ease-out-quad] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quad],body[data-aos-easing=ease-in-out-quad] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos][data-aos][data-aos-easing=ease-in-cubic],body[data-aos-easing=ease-in-cubic] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-cubic],body[data-aos-easing=ease-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-cubic],body[data-aos-easing=ease-in-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos][data-aos][data-aos-easing=ease-in-quart],body[data-aos-easing=ease-in-quart] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-quart],body[data-aos-easing=ease-out-quart] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quart],body[data-aos-easing=ease-in-out-quart] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos^=fade][data-aos^=fade]{opacity:0;transition-property:opacity,transform}[data-aos^=fade][data-aos^=fade].aos-animate{opacity:1;transform:translateZ(0)}[data-aos=fade-up]{transform:translate3d(0,100px,0)}[data-aos=fade-down]{transform:translate3d(0,-100px,0)}[data-aos=fade-right]{transform:translate3d(-100px,0,0)}[data-aos=fade-left]{transform:translate3d(100px,0,0)}[data-aos=fade-up-right]{transform:translate3d(-100px,100px,0)}[data-aos=fade-up-left]{transform:translate3d(100px,100px,0)}[data-aos=fade-down-right]{transform:translate3d(-100px,-100px,0)}[data-aos=fade-down-left]{transform:translate3d(100px,-100px,0)}[data-aos^=zoom][data-aos^=zoom]{opacity:0;transition-property:opacity,transform}[data-aos^=zoom][data-aos^=zoom].aos-animate{opacity:1;transform:translateZ(0) scale(1)}[data-aos=zoom-in]{transform:scale(.6)}[data-aos=zoom-in-up]{transform:translate3d(0,100px,0) scale(.6)}[data-aos=zoom-in-down]{transform:translate3d(0,-100px,0) scale(.6)}[data-aos=zoom-in-right]{transform:translate3d(-100px,0,0) scale(.6)}[data-aos=zoom-in-left]{transform:translate3d(100px,0,0) scale(.6)}[data-aos=zoom-out]{transform:scale(1.2)}[data-aos=zoom-out-up]{transform:translate3d(0,100px,0) scale(1.2)}[data-aos=zoom-out-down]{transform:translate3d(0,-100px,0) scale(1.2)}[data-aos=zoom-out-right]{transform:translate3d(-100px,0,0) scale(1.2)}[data-aos=zoom-out-left]{transform:translate3d(100px,0,0) scale(1.2)}[data-aos^=slide][data-aos^=slide]{transition-property:transform}[data-aos^=slide][data-aos^=slide].aos-animate{transform:translateZ(0)}[data-aos=slide-up]{transform:translate3d(0,100%,0)}[data-aos=slide-down]{transform:translate3d(0,-100%,0)}[data-aos=slide-right]{transform:translate3d(-100%,0,0)}[data-aos=slide-left]{transform:translate3d(100%,0,0)}[data-aos^=flip][data-aos^=flip]{backface-visibility:hidden;transition-property:transform}[data-aos=flip-left]{transform:perspective(2500px) rotateY(-100deg)}[data-aos=flip-left].aos-animate{transform:perspective(2500px) rotateY(0)}[data-aos=flip-right]{transform:perspective(2500px) rotateY(100deg)}[data-aos=flip-right].aos-animate{transform:perspective(2500px) rotateY(0)}[data-aos=flip-up]{transform:perspective(2500px) rotateX(-100deg)}[data-aos=flip-up].aos-animate{transform:perspective(2500px) rotateX(0)}[data-aos=flip-down]{transform:perspective(2500px) rotateX(100deg)}[data-aos=flip-down].aos-animate{transform:perspective(2500px) rotateX(0)}.slick-slider{display:block;box-sizing:border-box;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;overflow:hidden;display:block;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);-o-transform:translateZ(0);transform:translateZ(0)}.slick-track{position:relative;left:0;top:0;display:block;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{content:"";display:table}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{float:left;height:100%;min-height:1px;display:none}[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{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}:root{--footer-height:6rem;--max-block-width-md:66rem;--max-block-width-lg:84rem;--max-block-width-xlg:98rem;--body-padding:2rem;--max-width:136rem;--sidebar-width:100%;--header-height:6.8rem}@media only screen and (min-width:60em){:root{--body-padding:3rem;--sidebar-width:30rem;--header-height:8.53rem}}@media only screen and (min-width:80em){:root{--body-padding:4rem;--sidebar-width:40rem}}html{box-sizing:border-box;font-size:62.5%;height:100%;scroll-behavior:smooth}@media only screen and (min-width:125em){html{font-size:86%}}*,:after,:before{box-sizing:inherit}body{position:relative;min-height:100%;background-color:#fff}body,html{width:100%;overflow-x:hidden}.menu-opened,.menu-opened body,.site{overflow:hidden}.site{width:100%;z-index:10}.clearfix:after{content:"";clear:both;display:table}.inner{margin-left:auto;margin-right:auto;display:block;width:100%;float:none;max-width:var(--max-width);padding-left:var(--body-padding);padding-right:var(--body-padding);position:relative}.inner:after{content:"";clear:both;display:table}.holder{position:relative;width:100%;height:100%}embed,iframe,img,svg{max-width:100%;height:auto}svg{fill:currentColor}@media only screen and (min-width:60em){.sticky{position:fixed;top:12rem}}@media only screen and (min-width:60em){.mobile-only{display:none!important}}@media only screen and (max-width:60em){.desktop-only{display:none!important}}.hidden{display:none}.video-player{display:block;width:100%;position:relative;margin-bottom:2rem}.video-player iframe{display:block}.bg-image,.video-player iframe{width:100%;height:100%;position:absolute;top:0;left:0}.bg-image{z-index:0}.bg-image__picture{width:100%;height:100%;display:flex}.bg-image__img{object-fit:cover;width:100%;height:100%}.screen-reader-text{clip:rect(1px,1px,1px,1px);height:1px;overflow:hidden;position:absolute!important;width:1px;word-wrap:normal!important}.screen-reader-text:focus{background-color:#f1f1f1;-webkit-border-radius:3px;border-radius:3px;-webkit-box-shadow:0 0 2px 2px rgba(0,0,0,.6);box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;color:#21759b;display:block;font-size:14px;font-size:.875rem;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes blink{0%{opacity:0}50%{opacity:1}to{opacity:0}}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(1rem)}}@keyframes zoomIn{0%{transform:scale(0)}to{transform:scale(1)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeInUp{0%{transform:translateY(3rem);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes fadeInDown{0%{transform:translateY(-3rem);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes fadeInLeft{0%{transform:translateX(3rem);opacity:0}to{transform:translateX(0);opacity:1}}@keyframes fadeInRight{0%{transform:translateX(-3rem);opacity:0}to{transform:translateX(0);opacity:1}}@keyframes slideDown{0%{transform:translateY(-3rem)}to{transform:translateY(0)}}@keyframes slideUp{0%{transform:translateY(3rem)}to{transform:translateY(0)}}@keyframes logoColorChange{0%,to{color:#ff5f1b}25%{color:#f9db1e}50%{color:#90e6e5}75%{color:#b88bf9}}.icon{display:inline-block;width:1em;height:1em;stroke-width:0;stroke:currentColor;fill:currentColor}.icon-phone{width:.7861328125em}.icon-whatsapp{width:.857421875em}.icon-vimeo{width:1.0048828125em}.icon-linkedin,.icon-youtube{width:.857421875em}.icon-twitter{width:.9287109375em}.icon-facebook{width:.587890625em}body{color:#000;font-family:Epilogue,Helvetica,Arial,sans-serif;font-size:1.8rem;letter-spacing:0;font-weight:300;line-height:1.6;font-variant-ligatures:none}::-moz-selection{background:#ff5f1b;color:#fff}::selection{background:#ff5f1b;color:#fff}.title-1,h1{font-weight:200;font-size:4rem;line-height:1;margin:0}.title-1:not(:last-child),h1:not(:last-child){margin-bottom:3rem}.title-1 strong,h1 strong{font-weight:600}@media only screen and (min-width:48.75em){.title-1,h1{font-size:6rem}}@media only screen and (min-width:80em){.title-1,h1{font-size:8rem}}.title-2,h2{font-size:3.8rem;font-weight:200;line-height:1.1;letter-spacing:.02em;margin:0}.title-2:not(:last-child),h2:not(:last-child){margin-bottom:3rem}@media only screen and (min-width:32.5em){.title-2,h2{font-size:4.6rem}}@media only screen and (min-width:80em){.title-2,h2{font-size:6.8rem}}.title-3,h3{font-size:3.4rem;font-weight:200;line-height:1.1;letter-spacing:.02em;margin:0}.title-3:not(:last-child),h3:not(:last-child){margin-bottom:2rem}@media only screen and (min-width:32.5em){.title-3,h3{font-size:4.2rem}}@media only screen and (min-width:80em){.title-3,h3{font-size:6rem}}.title-4,h4{font-size:2.6rem;font-weight:200;line-height:1;letter-spacing:.02em;margin:0}.title-4:not(:last-child),h4:not(:last-child){margin-bottom:1.5rem}@media only screen and (min-width:32.5em){.title-4,h4{font-size:3.2rem}}@media only screen and (min-width:80em){.title-4,h4{font-size:4.8rem}}.title-5,h5{font-size:2.8rem;font-weight:600;line-height:1.3;margin:0}.title-5:not(:last-child),h5:not(:last-child){margin-bottom:1.2rem}.title-6,h6{font-size:2.1rem;font-weight:700;line-height:1.3;margin:0}.title-6:not(:last-child),h6:not(:last-child){margin-bottom:1.2rem}p{margin:0 0 1.5em;padding:0}p:last-child{margin-bottom:0}b,strong{font-weight:600}blockquote,cite,dfn,em,i{font-style:italic}blockquote{font-size:2rem;line-height:1.7;margin:0;overflow:hidden;padding:0;quotes:"" ""}blockquote:after,blockquote:before{content:""}blockquote cite{display:block;font-style:normal;font-weight:600;margin-top:.5em}address{margin:0 0 1.5em}pre{background:#eee;font-family:Courier\ 10 Pitch,Courier,monospace;line-height:1.6;margin-bottom:1.6em;max-width:100%;overflow:auto;padding:1.6em}code,kbd,pre,tt,var{font-size:15px;font-size:.9375rem}code,kbd,tt,var{font-family:Monaco,Consolas,Andale Mono,DejaVu Sans Mono,monospace}abbr,acronym{border-bottom:1px dotted #666;cursor:help}ins,mark{background:#eee;text-decoration:none}big{font-size:125%}q{quotes:"“" "”" "‘" "’"}:focus{outline:none}.alignleft{display:inline;float:left;margin-right:1.5em}.alignright{display:inline;float:right;margin-left:1.5em}.aligncenter{clear:both;display:block;margin-left:auto;margin-right:auto}.text-align-left{text-align:left}.text-align-center{text-align:center}.text-align-right{text-align:right}.headline{font-weight:200;font-size:3rem;line-height:1.2}@media only screen and (min-width:60em){.headline{font-size:5.2rem}}.text ol,.text ul{font-size:1.6rem}.text li{margin-bottom:1.4rem}.text h1{font-size:3rem}@media only screen and (min-width:60em){.text h1{font-size:4.8rem}}.text .title-2,.text h2{font-size:2.4rem}@media only screen and (min-width:60em){.text .title-2,.text h2{font-size:3.6rem}}.text .title-3,.text h3{font-size:2.2rem}@media only screen and (min-width:60em){.text .title-3,.text h3{font-size:3.2rem}}.text .title-4,.text h4{font-size:2rem}@media only screen and (min-width:60em){.text .title-4,.text h4{font-size:2.6rem}}.text .title-5,.text h5{font-size:1.8rem}@media only screen and (min-width:60em){.text .title-5,.text h5{font-size:2.1rem}}.text .title-6,.text h6{font-size:1.6rem}@media only screen and (min-width:60em){.text .title-6,.text h6{font-size:1.8rem}}.text h1,.text h2{font-weight:300}.text h1:not(:first-child),.text h2:not(:first-child){margin-top:4rem}@media only screen and (min-width:60em){.text h1:not(:first-child),.text h2:not(:first-child){margin-top:6rem}}.text h3,.text h4{font-weight:300}.text h3:not(:first-child),.text h4:not(:first-child){margin-top:3rem}@media only screen and (min-width:60em){.text h3:not(:first-child),.text h4:not(:first-child){margin-top:4rem}}.text h5,.text h6{font-weight:400}.text h5:not(:first-child),.text h6:not(:first-child){margin-top:2rem}@media only screen and (min-width:60em){.text h5:not(:first-child),.text h6:not(:first-child){margin-top:4rem}}button,input[type=button],input[type=reset],input[type=submit]{transition:all .2s linear;-webkit-appearance:none;-moz-appearance:none;appearance:none;box-shadow:none;border:0;outline:none;display:inline-block;font-family:inherit;line-height:1.1;cursor:pointer}.button,input[type=button].button,input[type=reset].button,input[type=submit].button{transition:all .2s linear;display:inline-block;font-family:Epilogue,Helvetica,Arial,sans-serif;font-size:1.4rem;font-weight:500;text-transform:lowercase;line-height:1;letter-spacing:.04em;color:#000;background:#ff5f1b;border:1px solid #ff5f1b;border-radius:500px;padding:1.1rem 2.6rem 1rem;outline:0}.button:active,.button:hover,input[type=button].button:active,input[type=button].button:hover,input[type=reset].button:active,input[type=reset].button:hover,input[type=submit].button:active,input[type=submit].button:hover{border-color:#000;background:transparent}.button--stroked,input[type=button].button--stroked,input[type=reset].button--stroked,input[type=submit].button--stroked{background-color:transparent;border-color:#000}.button--stroked:active,.button--stroked:hover,input[type=button].button--stroked:active,input[type=button].button--stroked:hover,input[type=reset].button--stroked:active,input[type=reset].button--stroked:hover,input[type=submit].button--stroked:active,input[type=submit].button--stroked:hover{background-color:#ff5f1b;border-color:#ff5f1b}.button--large,input[type=button].button--large,input[type=reset].button--large,input[type=submit].button--large{padding:1.8rem 3.6rem}@media only screen and (min-width:60em){.button--large,input[type=button].button--large,input[type=reset].button--large,input[type=submit].button--large{padding-left:4.2rem;padding-right:4.2rem}}.button--small,input[type=button].button--small,input[type=reset].button--small,input[type=submit].button--small{font-size:1.2rem;padding:.8rem 2.2rem .9rem}@media only screen and (min-width:60em){.button--small,input[type=button].button--small,input[type=reset].button--small,input[type=submit].button--small{padding-left:2.8rem;padding-right:2.8rem}}.icon-button,input[type=button].icon-button,input[type=reset].icon-button,input[type=submit].icon-button{background:none;color:currentColor}.icon-button:active,.icon-button:focus,.icon-button:hover,input[type=button].icon-button:active,input[type=button].icon-button:focus,input[type=button].icon-button:hover,input[type=reset].icon-button:active,input[type=reset].icon-button:focus,input[type=reset].icon-button:hover,input[type=submit].icon-button:active,input[type=submit].icon-button:focus,input[type=submit].icon-button:hover{background:none}.button-aux,input[type=button].button-aux,input[type=reset].button-aux,input[type=submit].button-aux{font-size:1rem;font-weight:400;text-transform:uppercase;background:none;color:currentColor;margin:0;padding:0}.button-aux:active,.button-aux:focus,.button-aux:hover,input[type=button].button-aux:active,input[type=button].button-aux:focus,input[type=button].button-aux:hover,input[type=reset].button-aux:active,input[type=reset].button-aux:focus,input[type=reset].button-aux:hover,input[type=submit].button-aux:active,input[type=submit].button-aux:focus,input[type=submit].button-aux:hover{background:none}.dropdown{position:relative;width:100%;font-size:1.4rem}.dropdown:after{content:"";display:block;width:1rem;height:1rem;position:absolute;top:50%;right:1.6rem;margin-top:-.5rem;transform-origin:50% 50%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12.1 7.7'%3E%3Cpath fill='none' stroke='%23000' stroke-width='1.54' stroke-miterlimit='10' d='M11.6.5l-5.5 6L.6.5'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:0 0;background-size:contain}.dropdown:hover:after{transform:scaleY(-1) translateY(40%)}.dropdown__html{display:none;position:relative;width:100%}@media only screen and (min-width:60em){.dropdown__html{display:block}}.dropdown__html:hover .dropdown__list{display:block;animation:fadeInUp .1s linear backwards}.dropdown__fake-input{padding:.8rem 1.4rem}.dropdown--datalist .dropdown__fake-input{display:block}.dropdown--datalist .dropdown__fake-input::-webkit-input-placeholder{color:#000;opacity:1;appearance:none}.dropdown--datalist .dropdown__fake-input:-moz-placeholder,.dropdown--datalist .dropdown__fake-input::-moz-placeholder{color:#000;opacity:1;appearance:none}.dropdown--datalist .dropdown__fake-input:-ms-input-placeholder{color:#000;opacity:1;appearance:none}.dropdown--datalist .dropdown__fake-input::-webkit-calendar-picker-indicator{display:none}.dropdown__list{margin:0;list-style:none;position:absolute;z-index:100;width:calc(100% + .15rem);top:3rem;left:-.05rem;padding:.6rem 0 0;display:none}.dropdown datalist{appearance:none;border-radius:0;box-shadow:none;width:100%;background:none;margin:0;padding:0}.dropdown datalist option{font-family:Epilogue,Helvetica,Arial,sans-serif;font-weight:300;font-size:1.4rem;display:block;width:100%;background-color:#fff;padding:0}.dropdown__list-item,.dropdown datalist option{border-bottom:1px solid;border-left:1px solid;border-right:1px solid;margin:0}.dropdown__list-item.selected .dropdown__list-link{background-color:#ff5f1b}.dropdown__list-link{display:block;background-color:#fff;padding:.8rem 1.4rem}.dropdown__list-link:hover{background-color:#dfdfdf}.dropdown__select{display:block;width:100%;padding:1.2rem 1.4rem;background:none}@media only screen and (min-width:60em){.dropdown__select{display:none}}input[type=date],input[type=email],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=url],select,textarea{-webkit-appearance:none;-moz-appearance:none;appearance:none;box-shadow:0;border-radius:0;background:none;border:0;font-family:inherit;font-size:inherit;font-weight:inherit;letter-spacing:inherit;color:inherit}input[type=date].form__input,input[type=email].form__input,input[type=password].form__input,input[type=search].form__input,input[type=tel].form__input,input[type=text].form__input,input[type=url].form__input,select.form__input,textarea.form__input{transition:all .2s linear;display:block;width:100%;border:1px solid #f4f4f4;padding:1.2rem 1.8rem;font-family:inherit;font-size:inherit;font-weight:inherit;letter-spacing:inherit;color:inherit}input[type=date].form__input:focus,input[type=email].form__input:focus,input[type=password].form__input:focus,input[type=search].form__input:focus,input[type=tel].form__input:focus,input[type=text].form__input:focus,input[type=url].form__input:focus,select.form__input:focus,textarea.form__input:focus{border-color:#e3f1f5}textarea{height:12rem}select{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12.1 7.7'%3E%3Cpath fill='none' stroke='%23000' stroke-width='1.54' stroke-miterlimit='10' d='M11.6.5l-5.5 6L.6.5'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:98% 50%;background-size:.8rem;cursor:pointer}#body .frm_forms.with_frm_style .frm_primary_label{font-family:Epilogue,Helvetica,Arial,sans-serif;font-weight:400;color:#000}@media only screen and (min-width:60em){#body .frm_forms.with_frm_style .frm_primary_label{font-size:1.8rem}}#body .frm_forms.with_frm_style .frm_primary_label .frm_required{color:#b88bf9}#body .frm_forms.with_frm_style .frm_form_field{margin-bottom:4rem}#body .frm_forms.with_frm_style .frm_form_field input[type=date],#body .frm_forms.with_frm_style .frm_form_field input[type=email],#body .frm_forms.with_frm_style .frm_form_field input[type=password],#body .frm_forms.with_frm_style .frm_form_field input[type=search],#body .frm_forms.with_frm_style .frm_form_field input[type=tel],#body .frm_forms.with_frm_style .frm_form_field input[type=text],#body .frm_forms.with_frm_style .frm_form_field input[type=url],#body .frm_forms.with_frm_style .frm_form_field select,#body .frm_forms.with_frm_style .frm_form_field textarea{background:none;box-shadow:none;border-radius:0;border:0;border-bottom:2px solid #000;outline:0}#body .frm_forms.with_frm_style .frm_form_field input[type=date]:focus,#body .frm_forms.with_frm_style .frm_form_field input[type=email]:focus,#body .frm_forms.with_frm_style .frm_form_field input[type=password]:focus,#body .frm_forms.with_frm_style .frm_form_field input[type=search]:focus,#body .frm_forms.with_frm_style .frm_form_field input[type=tel]:focus,#body .frm_forms.with_frm_style .frm_form_field input[type=text]:focus,#body .frm_forms.with_frm_style .frm_form_field input[type=url]:focus,#body .frm_forms.with_frm_style .frm_form_field select:focus,#body .frm_forms.with_frm_style .frm_form_field textarea:focus{border-bottom-style:dashed}#body .frm_forms.with_frm_style .frm_button_submit{border-radius:500px;font-family:Epilogue,Helvetica,Arial,sans-serif;font-weight:400;color:#fff;text-transform:uppercase;background-color:#ff5f1b;border:0;outline:0;padding:1.8rem 4rem}#body .frm_forms.with_frm_style .frm_button_submit:hover{background-color:#b88bf9}.horizontal-slider{margin-bottom:3rem}.horizontal-slider .slider__picture{display:block;border-radius:3rem;overflow:hidden}.horizontal-slider .slider__image{display:block;width:100%}a{transition:all .2s linear;text-decoration:none;color:currentColor}.link-icon{display:flex;align-items:center;font-size:1.4rem;text-transform:uppercase;font-weight:500;letter-spacing:.05em}.link-icon:hover .link-icon__icon:first-child{transform:translateX(-.2rem)}.link-icon:hover .link-icon__icon:last-child{transform:translateX(.2rem)}.link-icon__icon{font-size:.9em;transform:translateX(0);transition:transform .2s ease-in-out}.link-icon__icon:first-child{margin-right:.8rem}.link-icon__icon:last-child{margin-left:.8rem}.links-list{margin:0;padding:0;list-style:none;font-size:1.4rem;display:flex;flex-wrap:wrap}.links-list__item{margin-bottom:.8rem}.links-list__item:not(:last-child):after{content:"/";display:inline-block;margin:0 .5rem 0 .4rem}.links-list__link:not(.button){display:inline;text-decoration:none;background-image:linear-gradient(currentColor,currentColor);background-position:0 100%;background-repeat:no-repeat;background-size:100% 1px;transition:background-size .3s}.links-list__link:not(.button):active,.links-list__link:not(.button):focus,.links-list__link:not(.button):hover{background-size:0 1px}.page-template-tpl-page-home .cards .card{display:block}.page-template-tpl-page-home .cards .card:hover .card__content-icon,.page-template-tpl-page-home .cards .card:hover .card__text-a{color:#90e6e5}.page-template-tpl-page-home .cards .card:hover .card__content-icon svg{transform:translateX(.4rem)}.page-template-tpl-page-home .cards .card:hover .card__image{opacity:.3}.page-template-tpl-page-home .cards .card__header{position:relative}.page-template-tpl-page-home .cards .card__image-wrapper{background:#ff5f1b}.page-template-tpl-page-home .cards .card__image{display:block;width:100%;opacity:1;transition:opacity .6s linear}.page-template-tpl-page-home .cards .card__content-icon{color:#ff5f1b}.page-template-tpl-page-home .cards .card__content-icon svg{width:2rem;height:2rem;transform:translateX(0)}@media only screen and (min-width:60em){.page-template-tpl-page-home .cards .card__content-text{width:calc(100% - 2rem);padding-left:2rem;padding-right:2rem}}.page-template-tpl-page-home .cards .card__title{display:flex;align-items:center;justify-content:center;position:absolute;top:0;left:0;width:100%;height:100%;color:#fff;text-align:center;z-index:10;margin:0;font-weight:500;letter-spacing:-.02em;line-height:1.1}.page-template-tpl-page-home .cards .card__title-text{display:block;padding:3rem}.page-template-tpl-page-home .cards .card__text-a{color:#ff5f1b;transition:color .6s linear}.home-header{position:relative;background-color:#ff5f1b;padding-top:var(--header-height);min-height:75vh;display:flex;align-items:flex-end}.home-header__wrapper{display:flex;flex-direction:column;justify-content:flex-end;position:relative;z-index:5;padding-bottom:2rem;padding-top:4rem}@media only screen and (min-width:60em){.home-header__wrapper{padding-bottom:4rem;padding-top:8rem}}.home-header__text{color:#fff}.home-header__scroll-link{display:inline-block;color:#fff;padding:0;font-size:4rem;animation:bounce .8s linear 3}.home-header__scroll-link:hover{animation:bounce .8s linear 1}.testimonials{padding:6rem 0 4rem}@media only screen and (min-width:60em){.testimonials{padding:10rem 0 8rem}}.testimonials__title{color:#ff5f1b;margin-bottom:4rem}@media only screen and (min-width:60em){.testimonials__title{margin-bottom:6rem}}.testimonials__slider{margin-left:calc(var(--body-padding)*-1);margin-right:calc(var(--body-padding)*-1)}@media only screen and (min-width:60em){.testimonials__slider{margin-left:-2rem;margin-right:-2rem}}@media only screen and (min-width:60em){.testimonials__slider .slick-track{display:flex!important;align-items:stretch}}@media only screen and (min-width:60em){.testimonials__slider .slick-slide{height:inherit!important}.testimonials__slider .slick-slide>div{height:100%}}.testimonials__slide{padding:1rem;height:inherit!important}@media only screen and (min-width:60em){.testimonials__slide{padding:2rem}}.page-template-tpl-page-home .section-text{padding:6rem 0 14rem}.page-template-tpl-page-home .section-text__wrapper{max-width:var(--max-block-width-xlg);margin:0 auto}@media only screen and (min-width:60em){.page-template-tpl-page-home .section-text__wrapper{display:flex;width:100%}}.page-template-tpl-page-home .section-text__icon{width:3rem;height:3rem;color:#90e6e5}@media only screen and (min-width:60em){.page-template-tpl-page-home .section-text__icon{width:8rem;height:8rem}}.page-template-tpl-page-home .section-text__icon svg{display:block;width:100%;height:100%;animation:spin 6s linear infinite}.page-template-tpl-page-home .section-text__text{padding-top:3rem;padding-left:3rem;width:calc(100% - 3rem);line-height:1.2;letter-spacing:-.02em}@media only screen and (min-width:60em){.page-template-tpl-page-home .section-text__text{width:calc(100% - 8rem)}}.page-template-tpl-page-home .section-text__text p:not(:last-child){margin-bottom:3rem}.page-template-tpl-page-home .section-text__text a{display:inline;text-decoration:none;background-image:linear-gradient(currentColor,currentColor);background-position:0 100%;background-repeat:no-repeat;background-size:100% 1px;transition:background-size .3s;background-size:0 1px;color:#ff5f1b;display:inline-block;font-size:1.4rem;text-transform:uppercase;font-weight:500;letter-spacing:.05em}.page-template-tpl-page-home .section-text__text a:active,.page-template-tpl-page-home .section-text__text a:focus,.page-template-tpl-page-home .section-text__text a:hover{background-size:0 1px;background-size:100% 1px}.page-header{position:relative;display:flex;align-items:center;justify-content:center;text-align:center;height:28rem;max-height:80vh;overflow:hidden}@media only screen and (min-width:60em){.page-header{height:36rem}}@media only screen and (min-width:80em){.page-header{height:48rem}}.page-header__wrapper{position:relative;z-index:1}.page-header__title{letter-spacing:-.02em}.js .page-header__title{animation:fadeIn .8s linear backwards}.js .page-header__title strong{opacity:0;animation:fadeIn .8s linear .4s forwards}.partners-list{padding:6rem 0 14rem;background:#f4eae7 url(//www.planning.net.br/wp/wp-content/themes/planning/dist/img/pilha-roxo-cropped.jpg) no-repeat 90% 100%;background-size:cover}@media only screen and (min-width:60em){.partners-list{background-position:100% 100%}}.partners-list__items{padding-right:4rem}@media only screen and (min-width:60em){.partners-list__items{padding-right:12rem}}.partners-list__item{display:block;color:#b88bf9;margin-bottom:2rem}@media only screen and (min-width:60em){.partners-list__item{display:inline-block}}.partners-list__item:first-child svg{stroke-width:4px;width:4rem;height:4rem}@media only screen and (min-width:60em){.partners-list__item:first-child svg{stroke-width:6px;width:6rem;height:6rem}}@media only screen and (min-width:60em){.partners-list__item:not(:first-child):after,.partners-list__item:not(:last-child):after{content:".";display:inline-block;margin:0 1rem}}.read-more-text__text{position:relative;max-height:5em;overflow:hidden}.read-more-text__text:before{content:"";display:block;pointer-events:none;position:absolute;z-index:10;bottom:0;left:0;width:100%;height:40%;background:linear-gradient(0deg,#fff,hsla(0,0%,100%,0))}.read-more-text__button-wrapper{margin-top:2rem}.read-more-text__button .toggle-btn__label--0{display:inline;text-decoration:none;background-image:linear-gradient(currentColor,currentColor);background-position:0 100%;background-repeat:no-repeat;background-size:100% 1px;transition:background-size .3s}.read-more-text__button .toggle-btn__label--0:active,.read-more-text__button .toggle-btn__label--0:focus,.read-more-text__button .toggle-btn__label--0:hover{background-size:0 1px}.read-more-text__button .toggle-btn__label--1{display:none}.read-more-text.opened .read-more-text__text{max-height:none}.read-more-text.opened .read-more-text__text:before{content:none}.read-more-text.opened .read-more-text__button .toggle-btn__label--0{display:none}.read-more-text.opened .read-more-text__button .toggle-btn__label--1{display:inline;text-decoration:none;background-image:linear-gradient(currentColor,currentColor);background-position:0 100%;background-repeat:no-repeat;background-size:100% 1px;transition:background-size .3s}.read-more-text.opened .read-more-text__button .toggle-btn__label--1:active,.read-more-text.opened .read-more-text__button .toggle-btn__label--1:focus,.read-more-text.opened .read-more-text__button .toggle-btn__label--1:hover{background-size:0 1px}.read-more-text.disabled .read-more-text__text{max-height:none}.read-more-text.disabled .read-more-text__text:before{content:none}.read-more-text.disabled .read-more-text__button-wrapper{display:none}.section-team{background-position:100% 100%;background-size:auto 65%;background-repeat:no-repeat;background-color:#b88bf9}@media only screen and (min-width:25.87em){.section-team{background-size:contain}}.section-team__wrapper{position:relative;padding-top:4rem;padding-bottom:2rem;color:#90e6e5}@media only screen and (min-width:60em){.section-team__wrapper{padding-top:6rem;padding-bottom:4rem}}.section-team__content{display:flex;flex-direction:column;min-height:40vh;align-items:flex-start;justify-content:space-between}.section-team__title{line-height:1.2}.section-team__permalink-wrapper{margin-top:4rem}@media only screen and (min-width:60em){.section-team__permalink-wrapper{margin-top:6rem}}.section-team__permalink:hover{color:#fff}.share-buttons__list{padding:0;list-style:none;display:inline-block;margin:0 0 0 1.5rem}.share-buttons__item{display:inline-block}.share-buttons__item:not(:last-child){margin-right:1rem}.share-buttons__link{font-size:1.2rem}.sidebar-nav{margin:0;padding:0;list-style:none;text-transform:lowercase;font-size:1.6rem;border-top:2px solid}@media only screen and (min-width:60em){.sidebar-nav{max-width:26rem}}.sidebar-nav__item{padding:1.2rem 0;border-bottom:1px solid}.sidebar-nav__link{display:block;transform:translateX(0);transition:transform .2s ease-in-out}.sidebar-nav__link.done{text-decoration:line-through}.sidebar-nav__link.current,.sidebar-nav__link.opened{font-weight:700}.sidebar-nav__link.disabled{pointer-events:none;opacity:.5}.sidebar-nav__link:hover:not(.disabled){transform:translateX(.3rem)}.sidebar-nav--list{display:none;border-top:2px solid}@media only screen and (min-width:60em){.sidebar-nav--list{display:block}}.sidebar-nav--select{display:block;width:100%;max-width:100%;border-bottom:2px solid;padding:1.2rem 0}@media only screen and (min-width:60em){.sidebar-nav--select{display:none}}.slick-slider{position:relative}.slick-arrow{position:absolute;padding:0!important;top:50%;opacity:1;transition:all .2s ease-out;z-index:10}.slick-arrow.slick-disabled{pointer-events:none;opacity:.2}.slick-arrow:first-child{left:0}.slick-arrow:last-child{right:0}.slick-dots{padding:0;list-style:none;display:flex;align-items:center;justify-content:center;margin:3rem 0 0}.slick-dots li{display:inline-block}.slick-dots li:not(:last-child){margin-right:.8rem}.slick-dots li button{display:inline-block;position:relative;width:1.2rem;height:1.2rem;text-indent:100%;white-space:nowrap;overflow:hidden;border-radius:50%;border:1px solid #ff5f1b;background:#fff;padding:0!important}.slick-dots li.slick-active button,.slick-dots li button:hover{background:#ff5f1b}.slider__arrow{font-size:2rem}@media only screen and (min-width:48.75em){.slider__arrow{font-size:2.8rem}}@media only screen and (min-width:80em){.slider__arrow{font-size:3.6rem}}.tab__header{cursor:pointer;padding-right:2rem;padding-bottom:.3rem;border-bottom:1px solid;position:relative}.tab__header:after{content:"";display:block;width:1.6rem;height:1.6rem;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12.1 7.7'%3E%3Cpath fill='none' stroke='%23000' stroke-width='1.54' stroke-miterlimit='10' d='M11.6.5l-5.5 6L.6.5'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:50% 50%;background-size:.8rem;position:absolute;right:0;bottom:.3rem;transition:background-color .1s linear;background-color:transparent;border-radius:50%}.tab__header:hover:after{background-color:#ff5f1b}.tab__title{font-weight:300;margin:0}.tab__title strong{font-weight:600}.tab__content{display:none;margin-top:2rem}.tab.opened .tab__header:after{transform:scaleY(-1)!important}.tab.opened .tab__content{display:block;animation:fadeInUp .2s ease-in-out backwards}.team-list{margin-bottom:6rem}@media only screen and (min-width:60em){.team-list{margin-bottom:8rem}}.team-list__items{display:grid;grid-template-columns:1fr;column-gap:3rem;row-gap:4rem}@media only screen and (min-width:48.75em){.team-list__items{grid-template-columns:repeat(2,minmax(0,1fr))}}@media only screen and (min-width:60em){.team-list__items{grid-template-columns:repeat(3,minmax(0,1fr))}}@media only screen and (min-width:48.75em){.team-list__item--text{padding-right:4rem;font-size:2.2rem}}.team-list__item-wrapper{display:block}.tooltip__content{display:none}.tippy-popper .tippy-tooltip{background:none;border-radius:0;padding:0}.tippy-popper .tippy-content{width:24rem;max-width:100%}.cards{margin:0;padding:0;list-style:none;margin-left:calc(var(--body-padding)*-1);margin-right:calc(var(--body-padding)*-1)}@media only screen and (min-width:60em){.cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));column-gap:3rem;row-gap:6rem;align-items:stretch;margin-left:0;margin-right:0}}.cards .slick-track{display:flex!important;align-items:stretch}.cards .slick-slide .card__content{opacity:0;transition:opacity .4s linear}.cards .slick-slide.slick-current .card__content{opacity:1}.cards__item{display:flex;flex-direction:column;flex-grow:1;padding-left:1rem;padding-right:1rem}@media only screen and (min-width:60em){.cards__item{padding-left:0;padding-right:0}}.card:hover .card__content-icon svg{transform:rotate(180deg)}.card__image-wrapper{display:block;border-radius:20px;overflow:hidden;margin-bottom:3rem}.card__image{display:block;width:100%}.card__content{padding-left:2rem;padding-right:2rem}@media only screen and (min-width:60em){.card__content{display:flex;opacity:1!important;padding-left:0;padding-right:0}}.card__content-icon{display:none;color:#90e6e5}@media only screen and (min-width:60em){.card__content-icon{display:block}}.card__content-icon svg{display:block;width:2rem;height:2rem;transform:rotate(0deg);transition:all .6s linear}.card__content-text{font-size:1.6rem}@media only screen and (min-width:60em){.card__content-text{width:calc(100% - 2rem);padding-left:3rem;padding-right:3rem}}.section-qs{background-position:50% 50%;background-size:cover;background-color:#d8dede;margin-top:10rem}@media only screen and (min-width:60em){.section-qs{margin-top:8rem}}.section-qs__wrapper{position:relative;padding-top:0;padding-bottom:4rem;color:#b88bf9}.section-qs__picture{display:block;max-width:36rem;border-radius:50%;overflow:hidden;margin:0 auto -6rem;transform:translateY(-10rem)}@media only screen and (min-width:60em){.section-qs__picture{transform:translateY(-8rem);margin:0 0 -14rem auto}}.section-qs__image{display:block;width:100%}.section-qs__title{line-height:1.2}.section-qs__permalink-wrapper{display:flex;flex-direction:column;margin-top:4rem}@media only screen and (min-width:60em){.section-qs__permalink-wrapper{margin-top:6rem;flex-direction:row;justify-content:flex-end}}.section-qs__permalink:not(:last-child){margin-bottom:1.8rem}@media only screen and (min-width:60em){.section-qs__permalink:not(:last-child){margin-bottom:0;margin-right:4rem}}.section-qs__permalink:hover{color:#90e6e5}.page-template-tpl-page-quem-somos .section-text{background:#f4eae7;padding:6rem 0 14rem;background:url(//www.planning.net.br/wp/wp-content/themes/planning/dist/img/pilha-roxo.jpg) no-repeat 0 100%;background-size:cover}@media only screen and (min-width:60em){.page-template-tpl-page-quem-somos .section-text{background:url(//www.planning.net.br/wp/wp-content/themes/planning/dist/img/pilha-roxo.jpg) no-repeat 50% 100%;background-size:cover;aspect-ratio:3840/1860;display:flex;align-items:center}}@media only screen and (min-width:60em){.page-template-tpl-page-quem-somos .section-text__wrapper{display:flex;width:100%}}@media only screen and (min-width:60em){.page-template-tpl-page-quem-somos .section-text__title{width:50%;padding-right:10rem;font-size:4rem!important}}.page-template-tpl-page-quem-somos .section-text__text{padding-right:3rem;font-size:2rem}@media only screen and (min-width:60em){.page-template-tpl-page-quem-somos .section-text__text{width:50%;padding-right:0;padding-left:12rem}}.page-template-tpl-page-quem-somos .words{padding:6rem 0 4rem;font-size:3.8rem}@media only screen and (min-width:60em){.page-template-tpl-page-quem-somos .words{padding:10rem 0 8rem;font-size:4.2rem}}.page-template-tpl-page-quem-somos .words__list{margin:0;padding:0;list-style:none}@media only screen and (min-width:60em){.page-template-tpl-page-quem-somos .words__list{display:flex;flex-wrap:wrap}}.page-template-tpl-page-quem-somos .words__item{margin-bottom:3rem}.page-template-tpl-page-quem-somos .words__item:hover .words__item-icon{transform:rotate(180deg)}@media only screen and (min-width:60em){.page-template-tpl-page-quem-somos .words__item{width:50%;padding-right:4rem;margin-bottom:6rem}}.page-template-tpl-page-quem-somos .words__item-wrapper{display:flex;align-items:flex-start;line-height:1.2}.page-template-tpl-page-quem-somos .words__item-icon{color:#ff5f1b;display:block;width:2.8rem;height:2.8rem;margin-right:1.6rem;transform:rotate(0deg);transition:transform .6s linear}.page-template-tpl-page-quem-somos .words__item-icon svg{display:block;width:100%;height:100%}@media only screen and (min-width:60em){.page-template-tpl-page-quem-somos .words__item-icon{width:5.4rem;height:5.4rem;margin-right:2.4rem}}.page-template-tpl-page-quem-somos .words__item-text{font-weight:600;max-width:calc(100% - 4.4rem)}@media only screen and (min-width:60em){.page-template-tpl-page-quem-somos .words__item-text{max-width:calc(100% - 7.8rem)}}.site{min-height:100vh;position:relative;padding-bottom:calc(var(--footer-height) + 8rem)}@media only screen and (min-width:60em){.site{padding-bottom:calc(var(--footer-height) + 10rem)}}.site__footer{position:absolute;bottom:0;left:0;width:100%}.site__body{position:relative;z-index:1}.scrolled .site__body{padding-top:var(--header-height)}.content-sidebar:after{content:"";clear:both;display:table}@media only screen and (min-width:60em){.content-sidebar__content{width:calc(100% - var(--sidebar-width));padding-left:4rem;float:right}}@media only screen and (min-width:64em){.content-sidebar__content{padding-left:5rem}}@media only screen and (min-width:80em){.content-sidebar__content{padding-left:6rem}}.content-sidebar__sidebar:first-child{margin-bottom:6rem}.content-sidebar__sidebar:last-child{margin-top:6rem}@media only screen and (min-width:60em){.content-sidebar__sidebar{width:var(--sidebar-width);margin:0!important;float:left}}.site-footer{margin-top:4rem;font-size:1.4rem}@media only screen and (min-width:60em){.site-footer{margin-top:8rem}}.site-footer__credits{border-top:1px solid;padding-top:3rem;padding-bottom:4rem;display:flex;flex-direction:column-reverse;align-items:center;justify-content:flex-start}@media only screen and (min-width:60em){.site-footer__credits{flex-direction:row;justify-content:space-between;padding-top:2rem;padding-bottom:3rem}}.site-footer__nav{margin-bottom:3rem}@media only screen and (min-width:60em){.site-footer__nav{margin-bottom:0}}.site-header{z-index:1000;top:0;left:0;width:100%;background-color:#fff}.scrolled .site-header{position:fixed;background-color:#fff;animation:slideDown 1s ease-in-out 1 backwards}.site-header__holder{transition:all .2s linear;position:relative;z-index:10}.site-header__holder:after{content:"";clear:both;display:table}.site-header__logo{transition:all .2s linear;display:block;position:relative;z-index:101;float:left;width:16rem;color:#ff5f1b;animation:fadeIn .8s linear backwards}@media only screen and (min-width:60em){.site-header__logo{width:18rem}}.scrolled .site-header__logo{width:16rem}.menu-opened .site-header__logo{color:#fff}@media only screen and (min-width:60em){.menu-opened .site-header__logo{color:#ff5f1b}}.site-header__logo:hover{animation:logoColorChange .8s infinite}.site-header__logo svg{display:block;fill:currentColor}.site-header__main{padding:2rem 0 2.2rem;display:flex;justify-content:space-between;align-items:center}@media only screen and (min-width:60em){.site-header__main{align-items:flex-end}}.site-header__nav{position:relative;z-index:100;float:right;margin-left:auto}#body .fancybox__backdrop{background:#e9dfdd url(//www.planning.net.br/wp/wp-content/themes/planning/dist/img/bg-modal-bege.jpg) no-repeat 0 100%;background-size:cover;opacity:1}#body .fancybox__content{background:none;color:#b88bf9}#body .carousel__button{color:#b88bf9}#body .carousel__button:hover{color:#90e6e5}#body .carousel__button svg{fill:currentColor;stroke:currentColor;stroke-width:4px;stroke-linejoin:miter;stroke-linecap:butt;filter:none;transition:all .2s linear}.post-modal--team #body .fancybox__backdrop{background-image:url(//www.planning.net.br/wp/wp-content/themes/planning/dist/img/bg-modal-roxo.jpg);background-color:#b284f0}.post-modal--team #body .fancybox__content{color:#fff}.post-modal--team #body .carousel__button{color:#90e6e5}.post-modal--team #body .carousel__button:hover{color:#fff}.privacy-alert{position:fixed;bottom:0;left:0;width:100%;padding-top:2rem;padding-bottom:1.8rem;z-index:1001;background:#fff;transform:translateY(100%);transition:transform .3s ease-out;border-top:1px solid}.privacy-alert-opened .privacy-alert{transform:translateY(0)}.privacy-alert__wrapper{display:flex;flex-direction:column;text-align:center;padding-left:var(--body-padding);padding-right:var(--body-padding);max-width:var(--max-width);margin:0 auto;justify-content:space-between;align-items:center}@media only screen and (min-width:48.75em){.privacy-alert__wrapper{flex-direction:row;text-align:left}}.privacy-alert__title{font-size:1.4rem;text-transform:uppercase;margin:0 0 5px}.privacy-alert__text{font-size:1.4rem;width:100%;margin-bottom:1.6rem}@media only screen and (min-width:48.75em){.privacy-alert__text{width:calc(100% - 20rem);padding-right:3rem;margin-bottom:0}}.privacy-alert__text a{text-decoration:underline}.privacy-alert__buttons{width:100%}@media only screen and (min-width:48.75em){.privacy-alert__buttons{width:20rem;text-align:right}}.search-modal{display:none}.site-footer .menu{margin:0;padding:0;list-style:none;display:flex}.site-footer .menu-item:not(:last-child){margin-right:1rem}.site-footer .menu-item a{display:inline;text-decoration:none;background-image:linear-gradient(currentColor,currentColor);background-position:0 100%;background-repeat:no-repeat;background-size:100% 1px;transition:background-size .3s}.site-footer .menu-item a:active,.site-footer .menu-item a:focus,.site-footer .menu-item a:hover{background-size:0 1px}.infinite-grid{padding-bottom:10rem;position:relative}.infinite-pagination{position:absolute;bottom:0;left:0;width:100%}.infinite-pagination__arrows{display:none}.infinite-pagination__messages{font-size:1.2rem;font-style:italic;text-align:center;width:100%;position:relative;clear:both;float:none}.infinite-pagination .spinner{display:block;width:2rem;height:2rem;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M8 4.736a.933.933 0 01-.933-.933V1.005a.933.933 0 011.866 0v2.798A.933.933 0 018 4.736zM8 15.577a.583.583 0 01-.583-.583v-2.798a.583.583 0 111.166 0v2.798a.583.583 0 01-.583.583zM5.902 5.24a.875.875 0 01-.758-.437L3.745 2.38a.874.874 0 011.514-.874l1.399 2.423a.874.874 0 01-.756 1.311zM11.498 14.582a.525.525 0 01-.455-.262l-1.399-2.423a.525.525 0 11.909-.525l1.399 2.423a.525.525 0 01-.454.787zM4.365 6.718a.813.813 0 01-.407-.109L1.535 5.21a.817.817 0 01.816-1.414l2.423 1.399a.817.817 0 01-.408 1.523zM14.057 11.964a.461.461 0 01-.233-.063l-2.423-1.399a.467.467 0 01.466-.808l2.423 1.399a.467.467 0 01-.233.87zM3.803 8.758H1.005a.758.758 0 010-1.516h2.798a.758.758 0 110 1.516zM14.995 8.466h-2.798a.466.466 0 110-.932h2.798a.466.466 0 110 .932zM1.943 12.197a.698.698 0 01-.35-1.305l2.423-1.399a.698.698 0 11.699 1.211l-2.423 1.399a.69.69 0 01-.349.094zM11.635 6.368a.466.466 0 01-.233-.87l2.423-1.399a.466.466 0 11.466.808l-2.423 1.399a.469.469 0 01-.233.063zM4.502 14.699a.64.64 0 01-.555-.962l1.399-2.423a.641.641 0 111.111.641l-1.399 2.423a.64.64 0 01-.556.321zM10.098 4.832a.467.467 0 01-.404-.7l1.399-2.423a.467.467 0 01.808.466l-1.399 2.423a.464.464 0 01-.404.233z'/%3E%3C/svg%3E");background-size:contain;background-position:50% 50%;background-repeat:no-repeat;animation:spin 2s linear infinite;margin:0 auto}.page-navigation{margin-top:4rem;display:flex;justify-content:center;align-items:center}.page-navigation .page-numbers{display:inline-block;margin:0 .5rem;width:1.8em;height:1.8em;background:hsla(0,0%,100%,0);border-radius:50%;display:flex;align-items:center;justify-content:center;color:currentColor}.page-navigation .page-numbers:hover{background:#ff5f1b;color:currentColor}.page-navigation .page-numbers.current{font-weight:500;background:none}.post-navigation{width:100%;display:flex;justify-content:space-between;align-items:center}.post-navigation__button--prev{text-align:right;align-self:flex-end;margin-left:auto}.primary-nav{text-align:right}.primary-nav__holder{display:block;position:fixed;z-index:99;top:0;left:0;bottom:0;width:100%;height:100%;background-color:#ff5f1b;text-align:center;transform:translateX(-100%);transition:transform .2s ease-out;animation:fadeIn .8s linear .4s backwards}.menu-opened .primary-nav__holder{transform:translateX(0);color:#fff}@media only screen and (min-width:60em){.primary-nav__holder{position:relative;top:auto;left:auto;bottom:auto;height:auto;width:auto;background-color:transparent;text-align:right;transform:none;transition:none;color:#000}}.primary-nav__wrapper{position:absolute;top:50%;transform:translateY(-50%);width:100%}@media only screen and (min-width:60em){.primary-nav__wrapper{position:relative;display:flex;align-items:flex-end;justify-content:flex-end;transform:none;width:auto;height:auto;top:auto;left:auto}}.primary-nav .menu,.primary-nav .menu ul{margin:0;padding:0;list-style:none;margin:0 var(--body-padding);border-top:2px solid}@media only screen and (min-width:60em){.primary-nav .menu,.primary-nav .menu ul{margin:0;border-top:0}}.primary-nav .menu-item{position:relative;padding:2.6rem 0 1.2rem;border-bottom:1px solid;text-align:left}@media only screen and (min-width:60em){.primary-nav .menu-item{display:inline-block;padding:0;border-bottom:0;text-align:center}.primary-nav .menu-item:not(:last-child){margin-right:1.2rem}}@media only screen and (min-width:80em){.primary-nav .menu-item:not(:last-child){margin-right:1.4rem}}@media only screen and (min-width:90em){.primary-nav .menu-item:not(:last-child){margin-right:1.6em}}.primary-nav .menu-item:nth-child(2) a:after,.primary-nav .menu-item:nth-child(5) a:after{background-color:#b88bf9}.primary-nav .menu-item:nth-child(4) a:after{background-color:#90e6e5}.primary-nav .menu-item:nth-child(6) a:after{background-color:#f9db1e}.primary-nav .menu-item a{position:relative;z-index:10;display:block;font-weight:400;font-size:2rem;text-transform:lowercase;line-height:1}@media only screen and (min-width:60em){.primary-nav .menu-item a{font-size:1.2rem;text-transform:uppercase;display:inline-block}.primary-nav .menu-item a:after{content:"";display:block;width:100%;height:6px;position:absolute;bottom:0;left:0;transform:translateY(100%) scaleX(0);transform-origin:0 0;transition:transform .2s linear;background:#ff5f1b}.primary-nav .menu-item a:hover:after{transform:translateY(100%) scaleX(1)}}@media only screen and (min-width:80em){.primary-nav .menu-item a{font-size:1.4rem}}.primary-nav .menu-item.current-menu-item>a:after,.primary-nav .menu-item.current-menu-parent>a:after{transform:translateY(100%) scaleX(1)}.primary-nav__toggle{display:block;position:relative;z-index:100;width:2.6rem;background:none!important;padding:0!important}@media only screen and (min-width:60em){.primary-nav__toggle{display:none}}.primary-nav__icon{position:relative!important}.primary-nav__icon,.primary-nav__icon:after,.primary-nav__icon:before{transition:all .2s linear;z-index:10;display:block;width:100%;height:2px;background:#000}.primary-nav__icon:after,.primary-nav__icon:before{content:"";position:absolute;left:0}.primary-nav__icon:before{top:-.5rem}.primary-nav__icon:after{bottom:-.5rem}.primary-nav__toggle:hover .primary-nav__icon:before{top:-.6rem}.primary-nav__toggle:hover .primary-nav__icon:after{bottom:-.6rem}.menu-opened .primary-nav__icon{background-color:transparent}.menu-opened .primary-nav__icon:before{top:.1rem!important;transform:rotate(135deg);background-color:#fff}.menu-opened .primary-nav__icon:after{bottom:-.1rem!important;transform:rotate(-135deg);background-color:#fff}.primary-nav__social-nav{margin-top:4rem}@media only screen and (min-width:60em){.primary-nav__social-nav{margin-top:0;margin-left:2rem;transform:translateY(calc(100% - 1.2em))}}@media only screen and (min-width:80em){.primary-nav__social-nav{margin-left:4rem}}.social-links{margin:0;padding:0;list-style:none;font-size:2.2rem;line-height:1;display:flex;align-content:center;justify-content:center}@media only screen and (min-width:60em){.social-links{display:block;font-size:1.5rem}}.social-links__item:not(:last-child){margin-right:2rem}@media only screen and (min-width:60em){.social-links__item:not(:last-child){margin-right:0;margin-bottom:.6rem}}.social-links__link:active,.social-links__link:hover{color:#ff5f1b}.post-excerpt--testimonial{height:inherit!important}.post-excerpt--testimonial .post-excerpt__wrapper{display:block;background-color:#f4eae7;border-radius:3rem;padding:2rem;box-shadow:0 0 15px rgba(0,0,0,.2);height:inherit!important;transform:scale(1);transition:all .2s ease-in-out}@media only screen and (min-width:25.87em){.post-excerpt--testimonial .post-excerpt__wrapper{padding:3rem}}@media only screen and (min-width:60em){.post-excerpt--testimonial .post-excerpt__wrapper{padding:4rem}}.post-excerpt--testimonial .post-excerpt__wrapper:hover{transform:scale(.98);box-shadow:0 0 10px rgba(0,0,0,.3)}.post-excerpt--testimonial .post-excerpt__header{display:flex;margin-bottom:2rem}@media only screen and (min-width:60em){.post-excerpt--testimonial .post-excerpt__header{margin-bottom:3rem}}.post-excerpt--testimonial .post-excerpt__header-icon{display:block;width:2.4rem;height:2.4rem;color:#ff9f69}@media only screen and (min-width:60em){.post-excerpt--testimonial .post-excerpt__header-icon{width:3.6rem;height:3.6rem}}.post-excerpt--testimonial .post-excerpt__header-icon svg{display:block;width:100%;height:100%}.post-excerpt--testimonial .post-excerpt__header-content{padding-left:1rem;width:calc(100% - 2.4rem)}@media only screen and (min-width:60em){.post-excerpt--testimonial .post-excerpt__header-content{width:calc(100% - 3.6rem)}}.post-excerpt--testimonial .post-excerpt__title{color:#ff5f1b;margin-bottom:.5rem}.post-excerpt--testimonial .post-excerpt__description{font-size:1.4rem;font-weight:400}.post-excerpt--testimonial .post-excerpt__text{font-size:1.6rem}.post-excerpt--post{display:block;position:relative;padding-top:100%}.post-excerpt--post .post-excerpt__wrapper{display:flex;position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;justify-content:center;align-items:center}.post-excerpt--post .post-excerpt__image,.post-excerpt--post .post-excerpt__image-wrapper,.post-excerpt--post .post-excerpt__picture{display:block;width:100%;height:100%}.post-excerpt--post .post-excerpt__image{object-fit:cover;transform:scale(1);transition:transform .3s linear}.post-excerpt--post .post-excerpt__image:hover{transform:scale(1.02)}.post-excerpt--post .post-excerpt__content{padding:2rem}@media only screen and (min-width:60em){.post-excerpt--post .post-excerpt__content{padding:4rem}}.post-excerpt--post .post-excerpt__content:hover .post-excerpt__icon{transform:rotate(180deg)}.post-excerpt--post .post-excerpt__text{line-height:1.4;font-weight:300}.post-excerpt--post .post-excerpt__text strong{font-weight:600}.post-excerpt--post .post-excerpt__text p{margin-bottom:1.2rem}.post-excerpt--post .post-excerpt__icon{display:block;transform:rotate(0deg);transition:transform .6s linear}.post-excerpt--post .post-excerpt__icon:first-child{margin-bottom:2rem;width:3.2rem;height:3.2rem}@media only screen and (min-width:60em){.post-excerpt--post .post-excerpt__icon:first-child{width:4.2rem;height:4.2rem}}.post-excerpt--post .post-excerpt__icon:last-child{margin-top:1rem;margin-left:auto;margin-right:0;width:3.8rem;height:3.8rem}@media only screen and (min-width:60em){.post-excerpt--post .post-excerpt__icon:last-child{width:5.6rem;height:5.6rem}}.post-excerpt--post .post-excerpt__icon svg{display:block;width:100%;height:100%}.post-excerpt--post-text.very-short .post-excerpt__text{font-size:2.8rem}@media only screen and (min-width:60em){.post-excerpt--post-text.very-short .post-excerpt__text{font-size:3.2rem}}.post-excerpt--post-text.short .post-excerpt__text{font-size:2.4rem}@media only screen and (min-width:60em){.post-excerpt--post-text.short .post-excerpt__text{font-size:2.8rem}}.post-excerpt--post-text.medium .post-excerpt__text{font-size:2.1rem}@media only screen and (min-width:60em){.post-excerpt--post-text.medium .post-excerpt__text{font-size:2.4rem}}.post-excerpt--post-text.long .post-excerpt__text{font-size:1.8rem}@media only screen and (min-width:60em){.post-excerpt--post-text.long .post-excerpt__text{font-size:2.1rem}}.post-excerpt--post-text.very-long .post-excerpt__text{font-size:1.6rem}@media only screen and (min-width:60em){.post-excerpt--post-text.very-long .post-excerpt__text{font-size:1.8rem}}.fancybox__container .post-excerpt__wrapper{max-width:var(--max-block-width-lg);margin:0 auto}.fancybox__container .post-excerpt__image-wrapper{width:28rem;margin:0 auto 4rem}@media only screen and (min-width:60em){.fancybox__container .post-excerpt__image-wrapper{margin:0}}.fancybox__container .post-excerpt__picture{border-radius:50%;display:block;overflow:hidden}.fancybox__container .post-excerpt__image{display:block;width:100%}.fancybox__container .post-excerpt__content{max-width:var(--max-block-width-lg)}.fancybox__container .post-excerpt__header{margin-bottom:3rem}.fancybox__container .post-excerpt__title strong{display:block}.fancybox__container .post-excerpt__links{margin-top:3rem}@media only screen and (min-width:60em){.fancybox__container .post-excerpt.has-image .post-excerpt__wrapper{display:flex}}.fancybox__container .post-excerpt.has-image .post-excerpt__content{max-width:100%}@media only screen and (min-width:60em){.fancybox__container .post-excerpt.has-image .post-excerpt__content{width:calc(100% - 28rem);padding-left:4rem}}.fancybox__container .post-excerpt.no-image .post-excerpt__wrapper{max-width:var(--max-block-width-lg - 28rem)}.post-modal--team #body .fancybox__container .post-excerpt__title{color:#90e6e5}.post-excerpt--partner .post-excerpt__wrapper:hover{color:#ff5f1b}.post-excerpt--partner .post-excerpt__title{letter-spacing:-.02em}@media only screen and (min-width:60em){.post-excerpt--partner .post-excerpt__title{display:inline}}.post-excerpt--team:nth-child(4n+1) .post-excerpt__header-icon{color:#ff5f1b}.post-excerpt--team:nth-child(4n+2) .post-excerpt__header-icon{color:#90e6e5}.post-excerpt--team:nth-child(4n+3) .post-excerpt__header-icon{color:#b88bf9}.post-excerpt--team:nth-child(4n+4) .post-excerpt__header-icon{color:#f9db1e}.post-excerpt--team .post-excerpt__wrapper{display:block}.post-excerpt--team .post-excerpt__wrapper:hover .post-excerpt__header-icon{transform:rotate(180deg)}.post-excerpt--team .post-excerpt__wrapper:hover.has-hover-image .post-excerpt__picture--1{opacity:0}.post-excerpt--team .post-excerpt__image-wrapper{position:relative;padding-top:131.52%;margin-bottom:2rem}.post-excerpt--team .post-excerpt__picture{position:absolute;top:0;left:0;display:block;overflow:hidden;border-radius:2rem;width:100%;height:100%;opacity:1;transition:opacity .6s linear}.post-excerpt--team .post-excerpt__picture--1{z-index:2}.post-excerpt--team .post-excerpt__picture--2{z-index:1}.post-excerpt--team .post-excerpt__image{display:block;width:100%;height:100%;object-fit:cover}.post-excerpt--team .post-excerpt__header{display:flex;padding-right:2rem}.post-excerpt--team .post-excerpt__header-icon{transform:rotate(0deg);transition:transform .6s linear;display:block;width:3rem;height:3rem}@media only screen and (min-width:60em){.post-excerpt--team .post-excerpt__header-icon{width:4.8rem;height:4.8rem}}.post-excerpt--team .post-excerpt__header-icon svg{display:block;width:3rem;height:3rem}@media only screen and (min-width:60em){.post-excerpt--team .post-excerpt__header-icon svg{width:4.8rem;height:4.8rem}}.post-excerpt--team .post-excerpt__title{padding-top:.5rem;padding-left:1.5rem;width:calc(100% - 3rem);line-height:1}@media only screen and (min-width:60em){.post-excerpt--team .post-excerpt__title{width:calc(100% - 4.8rem)}}.post-excerpt--team .post-excerpt__title strong{display:block}.page-entry__header{margin-bottom:4rem}@media only screen and (min-width:60em){.page-entry__header{margin-bottom:8rem}}@media only screen and (min-width:60em){.page-entry--contato .page-entry__content-wrapper{display:flex;align-items:flex-start;justify-content:space-between}}.page-entry--contato .page-entry__text{margin-bottom:4rem}@media only screen and (min-width:60em){.page-entry--contato .page-entry__text{width:50%;max-width:var(--max-block-width-md);padding-right:6rem}}@media only screen and (min-width:60em){.page-entry--contato .page-entry__form{width:50%;max-width:var(--max-block-width-lg)}}.page-template-tpl-page-home .page-entry .featured-content{margin-bottom:4rem}@media only screen and (min-width:60em){.page-template-tpl-page-home .page-entry .featured-content{margin-bottom:8rem}}html:not(.scrolled) .page-template-tpl-page-home .site-header{position:fixed;top:0;left:0;width:100%;z-index:1000;background:none;color:#fff}html:not(.scrolled) .page-template-tpl-page-home .site-header__logo{color:#fff}html:not(.scrolled) .page-template-tpl-page-home .primary-nav__icon,html:not(.scrolled) .page-template-tpl-page-home .primary-nav__icon:after,html:not(.scrolled) .page-template-tpl-page-home .primary-nav__icon:before{background:#fff}.page-template-tpl-page-no-que-acreditamos .nqa{margin:0;padding:0;list-style:none;display:grid;grid-template-columns:1fr;column-gap:8rem;row-gap:8rem}@media only screen and (min-width:60em){.page-template-tpl-page-no-que-acreditamos .nqa{grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch}}.page-template-tpl-page-no-que-acreditamos .nqa__item{margin:0;display:flex;flex-grow:1}.page-template-tpl-page-no-que-acreditamos .nqa__item-wrapper{max-width:var(--max-block-width-md);display:flex;flex-grow:1;flex-direction:column}.page-template-tpl-page-no-que-acreditamos .nqa__item-image-wrapper{margin-bottom:2.6rem}.page-template-tpl-page-no-que-acreditamos .nqa__item-image{height:12rem;width:auto}@media only screen and (min-width:60em){.page-template-tpl-page-no-que-acreditamos .nqa__item-image{height:14rem}}.page-template-tpl-page-no-que-acreditamos .nqa__item-title{margin-bottom:3rem}.page-template-tpl-page-no-que-acreditamos .nqa__item-text{padding-right:2rem}@media only screen and (min-width:60em){.page-template-tpl-page-no-que-acreditamos .nqa__item-text{padding-right:3rem}}.page-template-tpl-page-nosso-jeito .tabbed-content__tabs{margin:0;padding:0;list-style:none;position:relative;display:flex;justify-content:space-between}.page-template-tpl-page-nosso-jeito .tabbed-content__tabs:after{content:"";display:block;width:98%;height:1px;background-color:#90e6e5;position:absolute;z-index:0;top:50%;left:0;transform:translateY(-50%)}@media only screen and (min-width:60em){.page-template-tpl-page-nosso-jeito .tabbed-content__tabs:after{width:98%;left:1%}}.page-template-tpl-page-nosso-jeito .tabbed-content__tab{position:relative;z-index:5}.page-template-tpl-page-nosso-jeito .tabbed-content__tab.current .tabbed-content__tab-picture{opacity:1}.page-template-tpl-page-nosso-jeito .tabbed-content__tab-wrapper{display:block;width:7.4rem;margin:0 auto;overflow:hidden;border-radius:50%;padding:5px;background-color:#fff}@media only screen and (min-width:48.75em){.page-template-tpl-page-nosso-jeito .tabbed-content__tab-wrapper{width:12rem}}@media only screen and (min-width:60em){.page-template-tpl-page-nosso-jeito .tabbed-content__tab-wrapper{width:20rem}}.page-template-tpl-page-nosso-jeito .tabbed-content__tab-picture{display:block;width:100%;height:100%;opacity:.6;transition:all .3s linear;transform:scale(1);border-radius:50%;overflow:hidden}.page-template-tpl-page-nosso-jeito .tabbed-content__tab-picture:hover{transform:scale(1.02)}.page-template-tpl-page-nosso-jeito .tabbed-content__tab-image{display:block;width:100%;height:100%}.page-template-tpl-page-nosso-jeito .tabbed-content__content{margin-top:6rem}@media only screen and (min-width:60em){.page-template-tpl-page-nosso-jeito .tabbed-content__content{margin-top:8rem}}.page-template-tpl-page-nosso-jeito .tabbed-content__item{display:none}.page-template-tpl-page-nosso-jeito .tabbed-content__item.current{display:block;animation:fadeInUp .3s ease-in-out 1 backwards}.page-template-tpl-page-nosso-jeito .tabbed-content__item-wrapper{max-width:var(--max-block-width-lg);margin:0 auto}.page-template-tpl-page-nosso-jeito .tabbed-content__item-title{color:#b88bf9}.page-template-tpl-page-nosso-jeito .tabbed-content__item-headline{font-weight:500;margin-bottom:3rem}.page-template-tpl-page-nosso-jeito .tabbed-content__item-text{padding-left:2rem}@media only screen and (min-width:60em){.page-template-tpl-page-nosso-jeito .tabbed-content__item-text{padding-left:6rem}}.blog .post-grid{display:grid;column-gap:1.5rem;row-gap:1.5rem;grid-template-columns:1fr}@media only screen and (min-width:48.75em){.blog .post-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media only screen and (min-width:60em){.blog .post-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.page-template-tpl-page-quem-somos .page-entry__header{margin-bottom:0}.page-template-tpl-page-quem-somos .featured-content{padding:6rem 0}@media only screen and (min-width:60em){.page-template-tpl-page-quem-somos .featured-content{padding:10rem 0}}
h1:where(.wp-block-heading).has-background,h2:where(.wp-block-heading).has-background,h3:where(.wp-block-heading).has-background,h4:where(.wp-block-heading).has-background,h5:where(.wp-block-heading).has-background,h6:where(.wp-block-heading).has-background{padding:1.25em 2.375em}h1.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h1.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h2.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h2.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h3.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h3.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h4.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h4.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h5.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h5.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h6.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h6.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]){rotate:180deg}
.is-small-text{font-size:.875em}.is-regular-text{font-size:1em}.is-large-text{font-size:2.25em}.is-larger-text{font-size:3em}.has-drop-cap:not(:focus):first-letter{float:left;font-size:8.4em;font-style:normal;font-weight:100;line-height:.68;margin:.05em .1em 0 0;text-transform:uppercase}body.rtl .has-drop-cap:not(:focus):first-letter{float:none;margin-left:.1em}p.has-drop-cap.has-background{overflow:hidden}:root :where(p.has-background){padding:1.25em 2.375em}:where(p.has-text-color:not(.has-link-color)) a{color:inherit}p.has-text-align-left[style*="writing-mode:vertical-lr"],p.has-text-align-right[style*="writing-mode:vertical-rl"]{rotate:180deg}