@keyframes floating{0%,to{transform:translate(0,0)}65%{transform:translate(5px,15px)}}.floating{animation-name:floating;animation-duration:3s;animation-iteration-count:1;animation-timing-function:ease-in-out}.outsource-page footer{display:none}.outsource-page .hero-section{min-height:85vh}.outsource-page .hero-section h2{font-family:"ZonaPro";font-weight:700;font-size:6vw;color:var(--white);text-transform:uppercase}.outsource-page .hero-section p{text-transform:uppercase;font-size:1.04vw;color:var(--dark-text)}.outsource-page .hero-section .nude-text{font-size:6vw;text-align:center;color:var(--black);text-shadow:-1px 0 var(--white),0 1px var(--white),1px 0 var(--white),0-1px var(--white);font-family:"ZonaPro","Montserrat",sans-serif}.outsource-page .hero-section p span{font-weight:700}.outsource-page .hero-interactive-shapes{width:100%;height:100%;top:0;left:0}.outsource-page .hero-interactive-shapes .hero-results,.outsource-page .hero-interactive-shapes .hero-solution{position:absolute;width:14vw;height:14vw;background-image:url(/assets/images/outsource/hero-solutions.png);background-position:center;background-size:cover;background-color:var(--theme);border-radius:3.2rem;top:12%;right:5%;color:var(--white)}.outsource-page .hero-interactive-shapes .hero-solution h4,.outsource-page .hero-interactive-shapes .hero-solution p{position:absolute;font-weight:700;font-size:1.2rem;color:var(--white);bottom:5%;right:10%;transition:all .3s}.outsource-page .hero-interactive-shapes .hero-solution p{font-weight:400;font-size:1.3rem;bottom:10%}.outsource-page .hero-interactive-shapes .hero-results:hover h4,.outsource-page .hero-interactive-shapes .hero-results:hover p,.outsource-page .hero-interactive-shapes .hero-solution:hover h4,.outsource-page .hero-interactive-shapes .hero-solution:hover p{transform:translateX(-1rem)}.outsource-page .hero-interactive-shapes .hero-results:hover .hero-chart-icon,.outsource-page .hero-interactive-shapes .hero-solution:hover .hero-money-icon{transform:scale(1.1)}.outsource-page .hero-interactive-shapes .hero-results .hero-chart-icon,.outsource-page .hero-interactive-shapes .hero-solution .hero-money-icon{position:absolute;width:12vw;height:12vw;background-image:url(/assets/images/outsource/hero-money.png);background-position:center;background-size:cover;border-radius:50%;top:-30%;right:40%;z-index:1;transition:all .3s}.outsource-page .hero-interactive-shapes .hero-results{width:12vw;height:12vw;background-image:url(/assets/images/outsource/hero-results.png);top:60%;right:35%}.outsource-page .hero-interactive-shapes .hero-results h4,.outsource-page .hero-interactive-shapes .hero-results p{position:absolute;font-weight:700;font-size:1.1rem;color:var(--white);bottom:5%;right:10%;transition:all .3s}.outsource-page .hero-interactive-shapes .hero-results p{font-weight:400;font-size:1.2rem;bottom:10%}.outsource-page .hero-interactive-shapes .hero-results .hero-chart-icon{width:10vw;height:10vw;background-image:url(/assets/images/outsource/hero-chart.png)}.outsource-page .section-header{color:var(--white);text-align:center;text-transform:uppercase}.outsource-page .section-header h2{font-size:3.2rem;font-weight:900}.outsource-page .section-header p{font-size:1.2rem;color:var(--dark-text)}.why-us .status-card{color:var(--white);transition:all .3s}.why-us .status-card:last-child{border-right:1px solid var(--dark-background)}.why-us .last-card{border-right:none!important}.why-us .status-card h4{font-weight:700;font-size:5rem;color:var(--theme)}.why-us .status-card p{color:var(--dark-text);font-size:1.1rem;transition:all .3s;text-align:center}.services-section .service-card{color:var(--white);font-weight:500;text-align:center;text-transform:uppercase;padding:1rem 2rem;margin:1.5rem 0}.services-section .service-card img{width:5vw;height:5vw;text-align:center;margin-bottom:1rem;transition:all .3s}.services-section .service-card:hover img{transform:rotate(5deg)}.services-section .service-card a{font-size:1rem;transition:all .3s;text-decoration:none;color:var(--white)}.action-wrapper .cut-border-bottom,.action-wrapper .cut-border-top{height:3vw;width:20%;left:40%;z-index:1;background-color:var(--black)}.action-wrapper .cut-border-top{top:-1.5vw}.action-wrapper .cut-border-bottom{bottom:-1.5vw}.action-section{color:var(--white);text-align:center;position:relative;padding-bottom:0!important;margin-top:2rem}.action-section:after{content:"";display:block;position:absolute;top:0;left:0;border:1px solid var(--dark-yellow);border-radius:2rem;width:50%;transform:translateX(50%);height:100%;box-sizing:border-box;z-index:-1;transition:all .3s ease-in}.action-section:hover:after{border-radius:4rem}.action-form{padding-top:2rem!important}.action-form input[type=checkbox]{background-color:var(--transparent);border-color:var(--dark-background);opacity:0;cursor:pointer;height:0;width:0;display:contents}.action-form .custom-checkmark{position:absolute;left:-1.2rem;height:1.5rem;width:1.5rem;background-color:var(--transparent);border:1px solid var(--dark-background);border-radius:.25rem}.action-form input~.custom-checkmark{background-color:var(--dark-background);transition:all .3s}.action-form input:checked~.custom-checkmark{border-color:var(--theme)}.custom-checkmark:after{content:"";position:absolute;display:none}.action-form input:checked~.custom-checkmark:after{display:block}.action-form .custom-checkmark:after{left:9px;top:5px;width:5px;height:10px;border:solid var(--theme);border-width:0 3px 3px 0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.action-form label{position:relative;color:var(--dark-text);font-size:.8rem;text-transform:uppercase;padding:1rem 0 0 1rem;row-gap:.25rem}.action-form input[type=email],.action-form input[type=tel],.action-form input[type=text]{background-color:var(--transparent);color:var(--dark-text);border:0;border-bottom:1px solid var(--theme);border-radius:0;margin:1rem 0;font-size:.8rem;width:90%;padding-left:.1rem}.action-form .form-text{margin:1rem 0;font-size:.9rem}.action-form button:after{width:45%}.action-form .services-list-wrapper{margin-bottom:2rem;margin-left:10%}#outsource-form{margin:0 8vw}@media (max-width:767.98px){.outsource-page .hero-container{border-top:0!important;margin-bottom:0!important}.outsource-page .hero-section{min-height:auto;align-items:center!important;justify-content:start!important;padding-top:1rem}.outsource-page .hero-section .glow-text,.outsource-page .hero-section .nude-text,.outsource-page .hero-section h2{text-align:center;font-size:16vw!important;font-weight:900;text-shadow:-1px 0 var(--white),0 1px var(--white),1px 0 var(--white),0-1px var(--white)}.outsource-page .hero-section .glow-text{text-shadow:-1px 0 var(--theme),0 1px var(--theme),1px 0 var(--theme),0-1px var(--theme)}.outsource-page .glow-text{color:var(--theme)}.outsource-page .hero-section p{font-size:3.6vw;text-align:center}.outsource-page .hero-section .theme-hover-button:after{width:12vw}.outsource-page .hero-section .theme-hover-button{font-size:.9rem;font-weight:500}.outsource-page .hero-slider{margin:3rem 0}.outsource-page .hero-slider .hero-card img{height:70vw!important;margin:0 auto}.why-us{padding-bottom:0!important}.outsource-page .section-header p,.why-us .status-card p{font-size:1rem}.services-section,.why-us{margin-top:1rem!important;margin-bottom:0!important}.outsource-page .service-swiper .swiper-button-next:after,.outsource-page .service-swiper .swiper-button-prev:after{color:var(--theme);font-size:1rem}.services-section .service-card img{width:20vw;height:20vw}.services-section .service-card a{font-size:1.1rem}.outsource-page .section-header h2{font-size:2.2rem;font-weight:700}.status-card{margin-bottom:2rem}.action-wrapper{padding-bottom:1rem!important;margin-bottom:3rem!important}.action-section{padding-bottom:0!important;margin-bottom:0!important}.action-section:after{display:none}.action-form{padding:0 1rem!important}.action-form input{font-size:.6rem;padding:0!important}.action-form label{font-size:.8rem;margin:.25rem 0}.action-form .form-text{font-size:.8rem}.action-form .custom-checkmark{left:-1.2rem;height:1.2rem;width:1.2rem}.action-form .custom-checkmark:after{left:7px;top:3px;width:5px;height:10px}.action-form input:checked~label{color:var(--white)}.action-form .services-list-wrapper{margin-bottom:1rem;margin-left:7vw}.outsource-footer .container{padding-top:0!important;margin-top:0!important}#outsource-send-button{font-size:1rem;margin-bottom:1rem}#outsource-send-button:after{width:55%}.footer-credits{padding:0!important;margin:0!important}}@media (min-width:768px) and (max-width:991.98px){.outsource-page .hero-section{min-height:40vh}.outsource-page .hero-section .nude-text,.outsource-page .hero-section h2{font-size:6vw}.outsource-page .hero-section p{font-size:1.2vw}.outsource-page .hero-interactive-shapes .hero-solution{width:18vw;height:18vw;border-radius:1vw;top:12%;right:5%}.outsource-page .hero-interactive-shapes .hero-results h4,.outsource-page .hero-interactive-shapes .hero-solution h4{font-size:1rem;bottom:5%;right:10%}.outsource-page .hero-interactive-shapes .hero-results p,.outsource-page .hero-interactive-shapes .hero-solution p{font-size:1rem;bottom:10%;right:10%}.outsource-page .hero-interactive-shapes .hero-solution .hero-money-icon{position:absolute;width:14vw;height:14vw;border-radius:50%;top:-35%;right:40%}.outsource-page .hero-interactive-shapes .hero-results{position:absolute;width:14vw;height:14vw;border-radius:1vw;top:45%;right:45%}.outsource-page .hero-interactive-shapes .hero-results .hero-chart-icon{width:12vw;height:12vw;border-radius:50%;top:-30%;right:40%;z-index:1}.why-us{padding-top:1rem!important;margin-top:0!important;margin-bottom:0!important;padding-bottom:1rem!important}.outsource-page .section-header h2{font-size:3rem;font-weight:700}.why-us .status-card h4{font-size:4rem}.services-section .service-card a,.why-us .status-card p{font-size:.9rem}.why-us .status-card:last-child{border:0!important}.services-section{margin-bottom:2rem}.services-section .service-card img{width:8vw;height:8vw;margin-bottom:1rem}.action-section:after{transform:translateX(16%);width:76%;height:100%}.action-form .services-list-wrapper{margin:0 8vw 2rem}.outsource-footer{margin-top:-3rem}.footer-credits span{font-size:1.6vw!important}}