@charset "UTF-8";body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}.header{background-color:#111}.header,.header.sticky{align-items:center;color:#fff;display:flex;justify-content:space-between;padding:20px 50px}.header.sticky{animation:slideDown .3s ease-out;background:#121212;box-shadow:0 2px 10px #0000004d;left:0;position:fixed;right:0;top:0;z-index:9999}@keyframes slideDown{0%{transform:translateY(-100%)}to{transform:translateY(0)}}body{scroll-padding-top:70px}.logo{align-items:center;display:flex;gap:.5rem}.logo-icon{color:#fd2906;font-size:24px;margin-right:8px}.logo-text .pro{color:#ccc;font-weight:700}.logo-text .motors{color:#fd2906;font-weight:700;margin-left:2px}.nav{display:flex;gap:24px}.nav-link{align-items:center;color:#ccc;display:flex;font-size:15px;font-weight:600;text-decoration:none;transition:color .3s ease}.nav-link .plus{color:#fd2906;font-weight:700;margin-left:4px}.nav-link:hover{color:#fff}.contact-box button{background-color:#fd2906;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:16px;padding:10px 20px}.contact-box button:hover{background-color:#c00}.logo-image{height:60px;object-fit:contain}@media (max-width:768px){.header,.header.sticky{padding:20px 10px}.logo-image{height:40px}}.contact-box:after,.contact-box:before{background-color:#fd2906;content:"";height:2px;position:absolute;width:10px}.contact-box:before{right:0;top:-2px}.contact-box:after{bottom:-2px;left:0}.phone{font-size:14px}.mob-contact-box button{background-color:#fd2906;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:10px;padding:9px 12px}.mob-contact-box:after,.mob-contact-box:before{background-color:#fd2906;content:"";height:2px;position:absolute;width:10px}.mob-contact-box:before{right:0;top:-2px}.mob-contact-box:after{bottom:-2px;left:0}.menu-icon{color:#fff;cursor:pointer;display:none;font-size:1.5rem}.mob-contact-box{cursor:poiner;display:none}.sidebar{background:#111;color:#fff;height:100%;left:-260px;padding:1.5rem 1rem;position:fixed;top:0;transition:left .3s ease-in-out;width:260px;z-index:10000}.sidebar.open{left:0}.sidebar-logo{gap:.5rem;margin-bottom:2rem}.sidebar-item,.sidebar-logo{align-items:center;display:flex}.sidebar-item{border-bottom:1px solid #444;justify-content:space-between;padding:.7rem 0}.dropdown-btn{background:#0000;border:1px solid #fff;color:#fff;cursor:pointer;padding:.2rem .5rem}@media (max-width:1024px){.contact-box,.nav{display:none}.menu-icon,.mob-contact-box{display:block}}.right-items{align-items:center;display:flex;gap:1rem}.services{background-color:#111;color:#fff;padding:6rem 50px}.services-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:30px}.services-header h2{display:inline-block;font-size:42px;font-weight:700;margin-left:0;padding-bottom:4px}@media (max-width:768px){.services{padding:6rem 30px}}@media(max-width:500px){.all-services-btn{display:none!important}}.all-services-btn{background-color:#fd2906;border:none;clip-path:polygon(20px 0,100% 0,100% calc(100% - 20px),calc(100% - 20px) 100%,0 100%,0 20px);color:#fff;cursor:pointer;font-size:18px;font-weight:700;padding:18px 39px 15px;position:relative}.all-services-btn:hover{background-color:#c71e00;transition:background-color .3s}.services-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(1,1fr)}@media (min-width:600px){.services-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:900px){.services-grid{grid-template-columns:repeat(3,1fr)}}.service-card{background-color:#111;border-top:1px solid #333;padding:20px 0;position:relative;text-align:start}.service-card:before{background-color:#fd2906;content:"";height:2px;left:50%;position:absolute;top:0;transition:width .3s ease,left .3s ease;width:0}.service-card:hover:before{left:0;width:100%}.service-icon{height:60px;position:relative;width:60px}.icon{height:100%;object-fit:contain;position:absolute;transition:opacity .3s ease;width:100%}.hover-icon{opacity:0}.service-card:hover .hover-icon{opacity:1}.service-card:hover .default-icon{opacity:0}.service-card h3{color:#fff;font-size:23px;font-weight:700;margin-bottom:10px}.service-card p{color:#bbb;font-size:16px;margin-bottom:10px}.details-link{align-items:center;color:#fff;display:inline-flex;font-size:14px;font-weight:700;margin-top:10px;text-decoration:none;transition:color .3s}.details-link:hover{color:#fd2906}.service-two-container{box-sizing:border-box;color:#fff;display:flex;flex-direction:column;overflow:hidden;padding:6rem 0;width:100%}.service-row{background-color:#0c0c0c!important;display:flex;flex-wrap:wrap;min-height:600px;width:100%}.service-row.second-row{flex-direction:row}.service-image{display:flex;height:auto;max-height:700px;overflow:hidden;width:50%}.service-image img{display:block;filter:grayscale(30%);height:100%;object-fit:cover;transition:transform .5s ease;width:100%}.service-image:hover img{transform:scale(1.1)}.service-content{align-items:center;box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;padding:60px;text-align:start;width:50%}.service-content h3{-webkit-text-stroke:1px #ffffff0d;text-stroke:1px #ffffff0d;color:#0000;font-size:3rem;font-weight:900;letter-spacing:.5rem;pointer-events:none;position:relative;-webkit-user-select:none;user-select:none;z-index:0}.service-content h2{font-size:42px;font-weight:700;margin:10px 0 20px;position:relative;z-index:1}.service-content ul{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(2,auto);list-style:none;margin-bottom:20px;padding:0}.service-content li{color:#fff;font-size:17px;padding-left:10px;position:relative}.service-content li:before{color:#fd2906;content:"▪";font-size:16px;left:0;position:absolute}.service-content p{font-size:18px;line-height:1.6;margin-bottom:20px}.get-service-btn{background-color:#fd2906;border:none;clip-path:polygon(20px 0,100% 0,100% calc(100% - 20px),calc(100% - 20px) 100%,0 100%,0 20px);color:#fff;cursor:pointer;font-weight:700;padding:18px 39px 15px;transition:background-color .3s}.get-service-btn:hover{background-color:#b01a00}@media (max-width:768px){.service-row{flex-direction:column}.service-row:first-child .service-image{order:1}.service-row:first-child .service-content{order:2}.service-row.second-row .service-image{order:3}.service-row.second-row .service-content{order:4}.service-content,.service-image{width:100%}.service-content{padding:30px 20px}.service-content ul{display:flex;flex-direction:column;gap:10px}}.service-three-container{background-color:#111!important;color:#fff;display:flex;flex-wrap:wrap;padding:60px 50px}.service-three-left{flex:1 1;margin-bottom:30px;min-width:300px;text-align:start}.service-three-left h2{font-size:32px;font-weight:700;margin-bottom:20px}.service-three-left p{font-size:16px;line-height:1.6;max-width:400px}.service-three-right{grid-gap:30px;display:grid;flex:2 1;gap:30px;grid-template-columns:repeat(2,1fr);min-width:300px}.step-box{border-top:1px solid #333;display:flex;flex-direction:row;gap:15px;padding-right:10px;padding-top:20px;position:relative;text-align:start}.step-box:before{background-color:#fd2906;content:"";height:2px;left:50%;position:absolute;top:0;transition:width .3s ease,left .3s ease;width:0}.step-box:hover:before{left:0;width:100%}.step-number{color:#fd2906;font-size:18px;font-weight:700;min-width:30px}.step-box h4{color:#fff;font-size:16px;font-weight:700;margin:0 0 10px}.step-box p{font-size:14px;line-height:1.6}@media (max-width:991px){.service-three-container{flex-direction:column;padding:40px 30px}.service-three-left,.service-three-right{text-align:start;width:100%}.service-three-right{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(2,1fr)}}@media (max-width:576px){.service-three-right{display:flex;flex-direction:column;gap:20px}.step-box{flex-direction:row}}.breadcrumb{align-items:center;display:flex;font-size:14px;gap:.5rem;margin-bottom:1rem}.services-section-home{color:#cccc;font-weight:700}.separator{color:#fff}.services-service{color:#fd2906}.services-section-title{color:#fff;font-size:2.5rem;font-weight:700;text-align:start}.client-brand-slider{background-color:#0d0d0d;color:#fff;padding:50px 20px;text-align:center}.client-slider-heading{font-size:28px;font-weight:700;margin-bottom:40px}.client-swiper-container{padding:0 20px}.client-slide-card{align-items:center;border:1px solid #ccc;display:flex;height:8rem;justify-content:center;padding:30px;position:relative;transition:all .3s ease}.client-brand-logo{height:80px;object-fit:contain}.client-slide-card:before{background-color:#fd2906;content:"";height:2px;left:50%;position:absolute;top:0;transform:translateX(-50%);transition:all .3s ease;width:0}.client-slide-card:hover:before{width:100%}.service-detail-container{background-color:#111;color:#fff;display:flex;padding:40px}.left-column{flex:2 1;margin-right:30px}.right-column{display:flex;flex:1 1;flex-direction:column;gap:20px}.service-detail-image{height:auto;margin-bottom:20px;width:100%}.service-details p{color:#ccc;line-height:1.8;margin-bottom:20px}.bullet-points{display:flex;justify-content:space-between;margin-bottom:30px}.bullet-points ul{list-style:none;padding:0}.bullet-points li:before{color:#fd2906;content:"■";margin-right:8px}.price-list{display:flex;gap:20px;margin-bottom:20px}.price-column table{background:#181818;border-collapse:collapse;width:100%}.price-column td,.price-column th{border:1px solid #333;padding:12px}.price-column th{background:#222;text-align:left}.bottom-text{color:#aaa;margin-top:20px}.service-detail-card{background-color:initial;border:1px solid #333;margin-top:14px;padding:38px 40px 44px;text-align:start}.service-detail-card-main{background-color:#0c0c0c;padding:38px 40px 44px;text-align:start}.service-detail-card h3,.service-detail-card-main h3{color:#fff;margin-bottom:10px}.service-detail-card p,.service-detail-card-main p{line-height:1.5rem}.btn-orange{background-color:#fd2906;border:none;clip-path:polygon(20px 0,100% 0,100% calc(100% - 20px),calc(100% - 20px) 100%,0 100%,0 20px);color:#fff;cursor:pointer;font-weight:700;margin-top:1.6rem;padding:18px 39px 15px;transition:background-color .3s}.btn-orange:hover{background-color:#ff7b34}@media (max-width:768px){.service-detail-container{flex-direction:column;padding:20px}.left-column{margin-bottom:30px;margin-right:0}.right-column{gap:15px}}.stats-section{background-color:#0c0c0c;color:#fff;display:flex;flex-wrap:wrap;justify-content:space-between;padding:6rem 50px;text-align:start}.stat-box{box-sizing:border-box;flex:1 1 100%;max-width:100%;padding:20px 0;position:relative}.stat-value{font-size:48px;font-weight:700;margin-bottom:10px}.stat-line{background-color:#333;height:1px;margin:10px 0 20px;overflow:hidden;position:relative}.stat-line:before{background-color:#fd2906;content:"";height:2px;left:50%;position:absolute;top:0;transition:width .3s ease,left .3s ease;width:0}.stat-box:hover .stat-line:before{left:0;width:100%}.stat-description{color:#ccc;font-size:15px;line-height:1.5;padding-right:10px}@media (min-width:600px){.stat-box{flex:1 1 50%;max-width:50%}}@media (min-width:992px){.stat-box{flex:1 1 25%;max-width:25%}}.footer{background-color:#0c0c0c;color:#fff;padding:40px 20px 20px}.footer-top{border-bottom:1px solid #222;display:flex;flex-wrap:wrap;justify-content:space-between;padding-bottom:40px;text-align:start}.logo-image-footer{height:55px;object-fit:contain}@media (max-width:768px){.footer{padding:40px 10px 20px}.logo-image-footer{height:45px;object-fit:contain}}@media(max-width:559px){.footer-section{flex:1 1 220px;margin:0 20px}}@media(min-width:560px){.footer-section{flex:1 1 220px;margin:20px}}.footer-section .logo{font-size:24px;font-weight:700;margin-bottom:10%}.logo-icon{font-size:20px}.orange{color:#fd2906}.phone{font-size:23px;font-weight:700;margin-top:10px}.footer-section h3{font-size:18px;margin-bottom:10%}.footer-section ul{list-style:none;padding:0}.footer-section li{font-size:15px;margin-bottom:18px;padding-left:12px;position:relative}.footer-section li:before{color:#fd2906;content:"•";left:0;position:absolute}.footer-section label{display:block;font-size:13px;margin-bottom:5px}.footer-section input{background:#0000;border:none;border-bottom:1px solid #555;color:#fff;margin-bottom:15px;padding:8px;width:100%}.footer-section button{background-color:#fd2906;border:none;clip-path:polygon(20px 0,100% 0,100% calc(100% - 20px),calc(100% - 20px) 100%,0 100%,0 20px);color:#fff;cursor:pointer;font-weight:700;padding:18px 39px 15px;transition:background-color .3s}.columns{display:flex;gap:30px}.footer-bottom{color:#aaa;font-size:13px;padding-top:20px;text-align:center}@media(min-width:560px){.prevented-header{visibility:hidden}}@media(max-width:559px){.prevented-header{display:none!important}}.social-media-card{margin-top:20px;padding:25px}.payment-card,.social-media-card{align-items:center;background-color:initial;box-shadow:0 0 20px rgba(0,0,0,.055);display:flex;gap:20px;height:fit-content;justify-content:center;width:fit-content}.payment-card{margin-top:30px;padding:0}.socialContainer{align-items:center;background-color:#2c2c2c;border-radius:50%;display:flex;height:52px;justify-content:center;overflow:hidden;transition-duration:.3s;width:52px}.containerOne:hover{background-color:#d62976}.containerTwo:hover{background-color:#00acee}.containerThree:hover{background-color:#0072b1}.containerFour:hover{background-color:#128c7e}.containerFive:hover{background-color:#3b5998}.containerSix:hover{background-color:#000}.socialContainer:active{transform:scale(.9);transition-duration:.3s}.socialSvg{width:17px}.socialSvg path{fill:#fff}.socialContainer:hover .socialSvg{animation:slide-in-top .3s both}@keyframes slide-in-top{0%{opacity:0;transform:translateY(-50px)}to{opacity:1;transform:translateY(0)}}.footer-subscribe{background-color:#2c2c2c;color:#fff;display:flex;flex-direction:column;gap:20px;padding:25px 40px}.footer-left{text-align:center}.headline{font-size:18px;margin-bottom:8px}.subtext{color:#d1d1d1;font-size:14px}.footer-right{display:flex;flex-direction:column;gap:10px;width:100%}.email-input{font-size:14px;outline:none;padding:12px 20px}.email-input,.subscribe-button{border:none;border-radius:30px;width:100%}.subscribe-button{color:#fff;cursor:pointer;font-weight:700;padding:12px 24px;transition:background-color .3s ease}.subscribe-button,.subscribe-button:hover{background-color:#fd2906}@media screen and (min-width:492px) and (max-width:991px){.footer-left{text-align:center}.footer-right{align-items:center;flex-direction:row;justify-content:center;margin:0 auto;max-width:600px}.email-input,.subscribe-button{width:auto}.email-input{flex:1 1}}@media screen and (min-width:992px){.footer-subscribe{align-items:center;flex-direction:row;justify-content:space-between}.footer-left{align-items:center;display:flex;flex:1 1;flex-direction:row;gap:15px;text-align:left}.headline{margin-bottom:0}.footer-right{flex:1 1;flex-direction:row;gap:10px;justify-content:flex-end}.email-input{width:300px}.subscribe-button{white-space:nowrap;width:auto}}@font-face{font-family:swiper-icons;font-style:normal;font-weight:400;src:url("data:application/font-woff;charset=utf-8;base64, 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")}:root{--swiper-theme-color:#007aff}:host{display:block;margin-left:auto;margin-right:auto;position:relative;z-index:1}.swiper{display:block;list-style:none;margin-left:auto;margin-right:auto;overflow:hidden;padding:0;position:relative;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{box-sizing:initial;display:flex;height:100%;position:relative;transition-property:transform;transition-timing-function:ease;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);width:100%;z-index:1}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{display:block;flex-shrink:0;height:100%;position:relative;transition-property:transform;width:100%}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{backface-visibility:hidden;transform:translateZ(0)}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{-ms-overflow-style:none;overflow:auto;scrollbar-width:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{height:var(--swiper-centered-offset-after);min-width:1px;width:100%}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,#00000080,#0000)}.swiper-lazy-preloader{border:4px solid #007aff;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top:4px solid #0000;box-sizing:border-box;height:42px;left:50%;margin-left:-21px;margin-top:-21px;position:absolute;top:50%;transform-origin:50%;width:42px;z-index:10}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s linear infinite}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.articles-section{background:#111;color:#fff;padding:6rem 50px}.articles-heading{border-bottom:1px solid #333;font-size:42px;font-weight:700;margin-bottom:40px;padding-bottom:30px;position:relative;text-align:start;text-transform:uppercase}.articles-heading:after{background-color:#fd2906;bottom:0;content:"";height:2px;left:50%;position:absolute;transform:translateX(-50%);transition:width .3s ease,left .3s ease;width:0}.articles-section:hover .articles-heading:after{width:100%}.articles-swiper{padding-top:10px}.article-card{border-top:1px solid #222;overflow:hidden;padding-top:30px;position:relative;text-align:start}.article-card:before{background-color:#fd2906;content:"";height:2px;left:50%;position:absolute;top:0;transition:width .3s ease,left .3s ease;width:0}.article-card:hover:before{left:0;width:100%}.article-img{filter:grayscale(30%);height:200px;object-fit:cover;transition:transform .5s ease;width:100%}.category-wrap:hover .article-img{transform:scale(1.1)}.article-card.large .article-img{height:300px}.article-overlay{padding:15px 0}.category-wrap{overflow:hidden;position:relative}.category{border-top:1px solid #f60;bottom:10px;color:#f60;color:#fff;display:block;font-size:15px;left:10px;margin-bottom:5px;padding:4px 0;position:absolute;text-transform:uppercase;z-index:2}.title{font-size:23px;font-weight:700}.meta,.title{margin-bottom:10px}.meta{color:#ccc;font-size:14px}.read-more{background:#0000;border:none;color:#f60;cursor:pointer;font-size:16px;font-weight:700}.slider-section{margin-bottom:40px;overflow:hidden;position:relative}.slider-section img{display:block;filter:grayscale(30%);height:auto;transition:transform .5s ease;width:100%}.slider-section img:hover{transform:scale(1.1)}.slider-overlay{bottom:20px;left:20px;position:absolute;text-align:start}.slider-overlay .tag{border-top:1px solid #e26a2c;font-size:15px;font-weight:700;padding:3px 0;text-transform:uppercase}.slider-overlay h3{font-size:23px;font-weight:700;margin:10px 0 0}.article-link{align-items:center;color:#fff;display:inline-flex;font-size:14px;font-weight:700;margin-top:10px;text-decoration:none;transition:color .3s}.article-link:hover{color:#fd2906}.icon-box{align-items:center;background-color:#fd2906;clip-path:polygon(20% 0,100% 0,100% 80%,80% 100%,0 100%,0 20%);color:#fff;display:flex;font-size:18px;height:30px;justify-content:center;margin-right:10px;width:30px}.link-text{font-size:14px;letter-spacing:1px}.hero-swiper{align-items:center;background-color:#111;color:#fff;display:flex;height:auto;min-height:50vh;overflow:hidden;position:relative;width:100%}.background-video{playsInline:true;height:100%;left:0;object-fit:cover;position:absolute;top:0;width:100%;z-index:-1}.hero-slide{display:flex;flex-direction:row;height:auto!important;padding:6rem 0;position:relative;width:100%}.rotate{left:50%;position:absolute;top:59%;transform:translate(-50%,-50%);transition:opacity .5s ease-in-out;z-index:4}.rotate img{animation:rotate 10s linear infinite;height:92vh;object-fit:contain;width:92vh}@media(max-width:992px){.rotate{left:50%;position:absolute;top:60%;transform:translate(-50%,-50%);transition:opacity .5s ease-in-out;z-index:4}.rotate img{height:96vw!important;width:96vw!important}}@media(max-width:662px){.rotate{left:50%;position:absolute;top:58%;transform:translate(-50%,-50%);transition:opacity .5s ease-in-out;z-index:4}}@keyframes rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media (max-width:992px){.hero-slide{flex-direction:column;height:auto!important}.hero-img{order:1}.hero-text{order:2;text-align:center}}.hero-content{align-items:center;flex-wrap:wrap;height:100%;justify-content:space-between;margin:auto;max-width:1200px;padding:0 4rem;z-index:1}.hero-content,.hero-text{display:flex;position:relative}.hero-text{align-items:flex-start;flex:1 1;flex-direction:column;justify-content:center;padding:40px 50px;text-align:left;z-index:2}.hero-text h1{font-size:5rem;font-weight:700;margin-bottom:1rem}.hero-text p{font-size:1.1rem;margin-bottom:2rem}.hero-btn{background-color:#fd2906;border:none;clip-path:polygon(20px 0,100% 0,100% calc(100% - 20px),calc(100% - 20px) 100%,0 100%,0 20px);color:#fff;cursor:pointer;font-weight:700;padding:18px 39px 15px;transition:background-color .3s}.hero-btn:hover{background-color:#a41900}.hero-img{align-items:center;display:flex;flex:1 1;justify-content:center;position:relative;text-align:center}.hero-img .car{height:auto;max-width:100%;object-fit:contain;padding:4rem;position:relative;transition:opacity .5s ease-in-out;z-index:1}.left-light,.right-light{opacity:0;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%);transition:opacity .5s ease;z-index:2}.hero-img:hover .left-light,.hero-img:hover .right-light{opacity:1;pointer-events:auto}.left-light{justify-content:start;left:7%}.left-light,.right-light{align-items:center;display:flex;height:100%;width:100%}.right-light{justify-content:end;right:7%}.left-light img,.right-light img{height:auto;max-width:400px;opacity:1}.background-title{-webkit-text-stroke:1px #ffffff0d;text-stroke:1px #ffffff0d;color:#0000;font-size:10rem;font-weight:900;left:5%;letter-spacing:.5rem;pointer-events:none;position:absolute;top:0;-webkit-user-select:none;user-select:none;z-index:0}@media (max-width:768px){.hero-content{flex-direction:column;padding:2rem;text-align:center}.hero-text h1{font-size:3rem;font-weight:700;margin-bottom:1rem}.hero-img{margin-top:2rem;text-align:center}.background-title{font-size:4rem;top:5%}}@media (max-width:480px){.hero-text h1{font-size:2rem;font-weight:700;margin-bottom:1rem}}@media (min-width:992px){.hero-text h1{font-size:4rem;font-weight:700;margin-bottom:1rem}}@media (min-width:1200px){.hero-text h1{font-size:5rem;font-weight:700;margin-bottom:1rem}}body{background-color:#111;margin:0;padding:0}.contact-container{padding:6rem 50px;text-align:start}@media(max-width:394px){.form-title{font-size:35px!important}}.form-title{font-size:48px;font-weight:700;margin-bottom:10px;text-transform:uppercase}.form-subtitle{color:#aaa;font-size:18px;margin-bottom:30px}.contact-form{display:flex;flex-direction:column;gap:20px}.form-row{display:flex;flex-wrap:wrap;gap:20px}.form-group{display:flex;flex:1 1;flex-direction:column}.form-group label{font-size:16px;font-weight:700;margin-bottom:5px;text-transform:uppercase}.form-group input,.form-group textarea{background:#0000!important;color:#fff!important}input:focus,textarea:focus{background-color:#0e0e0e;border-color:#999;color:#fff!important;outline:none}input:-webkit-autofill,input:-webkit-autofill:focus,textarea:-webkit-autofill{-webkit-text-fill-color:#fff!important;background-color:#0e0e0e!important;-webkit-box-shadow:inset 0 0 0 1000px #0e0e0e!important;-webkit-transition:background-color 5000s ease-in-out 0s;transition:background-color 5000s ease-in-out 0s}.full-width{width:100%}.submit-btn{background-color:#fd2906;border:none;clip-path:polygon(20px 0,100% 0,100% calc(100% - 20px),calc(100% - 20px) 100%,0 100%,0 20px);color:#fff;cursor:pointer;font-size:18px;font-weight:700;margin-top:10px;padding:12px 25px;position:relative;text-transform:uppercase;width:fit-content}.submit-btn:hover{background-color:#bb1c00;transition:background-color .3s ease}@media (max-width:590px){.form-row{flex-direction:column}}.submit-btn:after{border-left:10px solid #0000;border-top:10px solid #f57c00;bottom:-10px;content:"";height:0;position:absolute;right:-10px;width:0}.form-group input,.form-group textarea{background:#0000;border:none;border-bottom:1px solid #444;color:#fff;font-size:14px;outline:none;padding:10px;transition:border-color .3s ease}.form-group input:focus,.form-group textarea:focus{border-bottom:1px solid #f57c00}.form-group input[type=date],.form-group input[type=time]{color:#fff;color-scheme:dark}.form-group input[type=date]::-webkit-datetime-edit,.form-group input[type=time]::-webkit-datetime-edit{color:#fff}.form-group input[type=date]::-moz-placeholder,.form-group input[type=time]::-moz-placeholder{color:#666}.error{color:red;display:block;font-size:.9rem;margin-top:4px}.video-section{background:#111;color:#fff;padding:6rem 50px 2rem}.video-heading{border-bottom:1px solid #333;font-size:42px;font-weight:700;margin-bottom:40px;padding-bottom:30px;position:relative;text-align:start;text-transform:uppercase}.video-heading:after{background-color:#fd2906;bottom:0;content:"";height:2px;left:50%;position:absolute;transform:translateX(-50%);transition:width .3s ease,left .3s ease;width:0}.video-section:hover .video-heading:after{width:100%}.video-bg-section{margin-bottom:40px;overflow:hidden;position:relative}.video-bg-section img{display:block;filter:grayscale(26%);height:auto;transition:transform .5s ease;width:100%}.video-bg-section img:hover{transform:scale(1.1)}.video-bg-overlay{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.video-details-link{align-items:center;color:#fff;display:inline-flex;font-size:14px;font-weight:700;margin-top:10px;text-decoration:none;transition:color .3s}.video-details-link:hover{color:#fd2906}.video-icon-box{align-items:center;background-color:#fd2906;clip-path:polygon(20% 0,100% 0,100% 80%,80% 100%,0 100%,0 20%);color:#fff;display:flex;font-size:18px;height:70px;justify-content:center;margin-right:10px;width:70px}.video-embed-container{height:0;overflow:hidden;padding-bottom:56.25%;position:relative;width:100%}.video-embed-container iframe{height:100%;left:0;position:absolute;top:0;width:100%}body{background-color:#0e0e0e;color:#fff}.pack-container{background-color:#212121;border:1px solid #fff;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;box-sizing:border-box;color:#fff;display:flex;flex-direction:column;height:100%;margin:20px;max-width:350px;padding:1.6rem;position:relative;width:100%}.pack-container:hover{transform:translateY(-10px)}.cardHeading{background:#0000;border-bottom:1px solid #fff;border-radius:0;flex-direction:column;margin:0 0 2rem;overflow:hidden;padding-bottom:1rem;position:relative;text-align:center}.title{color:#fff;display:block;font-family:sans-serif;font-size:.875rem;line-height:1.25rem;text-transform:uppercase}.price-container{align-items:flex-start;display:flex;font-family:sans-serif;font-size:2.2rem;gap:4px;justify-content:center;line-height:1;margin-top:10px}.price-container .frequency{align-items:flex-start;font-size:1.6rem;justify-content:start}.price-container span:last-child{align-self:flex-end;font-size:2.25rem;line-height:2.5rem}.lists{display:flex;flex-direction:column;gap:8px;width:100%}.list{grid-gap:10px;align-items:start;display:grid;gap:10px;grid-template-columns:auto 1fr;text-align:left}.list span{align-items:center;background-color:hsla(0,0%,100%,.185);border:1px solid #ffffff3d;border-radius:50%;display:flex;flex-shrink:0;height:30px;justify-content:center;width:30px}.list span svg{height:12px;width:12px}.list p{word-wrap:break-word;font-family:sans-serif;-webkit-hyphens:auto;hyphens:auto;margin:0;max-width:100%;overflow-wrap:break-word;padding-right:3px;white-space:normal}.button-container{margin-top:20px;padding:0}.button-container button{background-color:#fff;border:0;border-radius:10px;color:#000;display:block;outline:0;padding:10px 20px;text-transform:uppercase;width:100%}.pricing-section{background-color:#111;color:#fff;display:flex;flex-direction:column;padding:6rem 0 6rem 50px;position:relative}.headers-details{margin-bottom:2rem}.pricing-cards-scroll{-ms-overflow-style:none;overflow-y:hidden;scroll-behavior:smooth;scrollbar-width:none;white-space:nowrap}.pricing-cards-scroll::-webkit-scrollbar{display:none}.swiper-button-disabled{opacity:.5;pointer-events:none}.pricing-card{flex:0 0 auto;min-width:300px}.headers-details{flex:1 1 300px;text-align:start}.pricing-headers h2{font-size:3rem;margin-bottom:1rem}.pricing-headers p{font-size:30px}@media (max-width:768px){.pricing-headers h2{font-size:2.5rem;margin-bottom:1rem}.pricing-headers p{font-size:25px}.pricing-section{padding:6rem 30px}}.details-list{list-style:none;margin-top:1rem;padding:0}.details-list li{margin-bottom:.5rem}.orange-square{background-color:#fd2906;display:inline-block;height:8px;margin-right:8px;width:8px}.pricing-cards{display:flex;flex:2 1 600px;gap:2rem}.card{background-color:#0c0c0c;border-radius:8px;flex:1 1;padding:2rem;text-align:center}.card h6{font-size:15px;margin-bottom:12px}.card h2{font-size:42px}.per-month{font-size:.9rem;margin-bottom:1rem}.features{list-style:none;padding:0}.features li{margin:.5rem 0}.inactive{color:gray;text-decoration:line-through}.get-started{background-color:#fd2906;border:none;clip-path:polygon(20px 0,100% 0,100% calc(100% - 20px),calc(100% - 20px) 100%,0 100%,0 20px);color:#fff;cursor:pointer;font-weight:700;padding:18px 39px 15px;transition:background-color .3s}.get-started:hover{background-color:#ff8c00}.pricing-cards-scroll{-webkit-overflow-scrolling:touch;overflow-x:auto;width:100%}.pricing-cards-track{display:flex;gap:1rem;width:max-content}@media (min-width:1024px){.pricing-section{flex-direction:row}.headers-details{flex:1 1;text-align:start}.pricing-cards-scroll{flex:2 1}}@media (max-width:768px){.pricing-cards{align-items:center;flex-direction:column}.card{max-width:33.33%;width:100%}}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{align-items:center;color:var(--swiper-theme-color);color:var(--swiper-navigation-color,var(--swiper-theme-color));cursor:pointer;display:flex;height:44px;height:var(--swiper-navigation-size);justify-content:center;margin-top:-22px;margin-top:calc(0px - var(--swiper-navigation-size)/2);position:absolute;top:50%;top:var(--swiper-navigation-top-offset,50%);width:27px;width:calc(var(--swiper-navigation-size)/44*27);z-index:10}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{cursor:auto;opacity:.35;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{cursor:auto;opacity:0;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{height:100%;object-fit:contain;transform-origin:center;width:100%}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:44px;font-size:var(--swiper-navigation-size);font-variant:normal;letter-spacing:0;line-height:1;text-transform:none!important}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{left:auto;right:10px;right:var(--swiper-navigation-sides-offset,10px)}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.testimonial-section{background-color:#0d0d0d;color:#fff;padding:60px 20px;position:relative}.testimonial-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:40px;padding:0 30px}.testimonial-heading{font-size:28px;font-weight:700}.navigation-buttons{display:flex;gap:15px}.nav-button{background-color:#fd2906;border:none;cursor:pointer;font-size:16px;margin-top:8px;padding:17.5px 23.5px;position:relative}.nav-button,.nav-button :after{clip-path:polygon(35% 0,100% 0,100% 65%,65% 100%,0 100%,0 35%);color:#ccc}.nav-button :after{background:#161616;bottom:2px;content:"";left:2px;position:absolute;right:2px;top:2px;transition:.2s linear;z-index:-1}.nav-button span{font-size:20px;font-weight:700}.testimonial-swiper{padding:0 30px}.testimonial-card{background-color:#1a1a1a;display:flex;flex-direction:column;height:100%;justify-content:space-between;padding:30px}.testimonial-title{align-items:center;display:flex;font-weight:700;gap:10px;margin-bottom:15px}.quote-icon{color:#fd2906;font-size:35px}.testimonial-description{color:#ccc;font-size:14px;line-height:1.5;margin-bottom:20px}.divider{border:none;border-top:1px solid #333;margin:20px 0}.testimonial-footer{align-items:center;display:flex;justify-content:space-between}.testimonial-name{font-weight:700}.testimonial-stars span{border:none;color:#fd2906;font-size:16px}.newsletter-overlay{align-items:center;background:#0006;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:9999}.newsletter-popup{background:#fff;border-radius:12px;box-shadow:0 5px 15px #0003;max-width:500px;padding:30px;position:relative;text-align:center;width:90%}.newsletter-popup h2{color:#000;font-size:22px;margin-bottom:10px}.newsletter-popup p{color:#555;font-size:15px;margin-bottom:20px}.newsletter-popup input[type=email]{border:1px solid #ccc;border-radius:8px;font-size:16px;margin-bottom:20px;padding:12px 15px;width:100%}.subscribe-btn{background-color:#ff3e3e;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:16px;font-weight:700;padding:12px 20px;width:100%}.close-btn{background:none;border:none;cursor:pointer;font-size:24px;position:absolute;right:15px;top:15px}.image-overlay{align-items:center;background:#000000b3;box-sizing:border-box;display:flex;height:100%;justify-content:center;left:0;padding:1rem;position:fixed;top:0;width:100%;z-index:999}.image-popup{background:#fff;border-radius:12px;box-shadow:0 10px 25px #0003;max-height:90%;max-width:90%;overflow:auto;padding:1rem;position:relative}.popup-img{border-radius:8px;display:block;height:auto;width:100%}.close-btns{background:none;background:#fff;border:none;border-radius:50%;color:#333;cursor:pointer;font-size:1.8rem;padding:0 8px;position:absolute;right:8px;top:13px}


/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/.animated{animation-duration:1s;animation-fill-mode:both}.animated.hinge{animation-duration:2s}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-30px)}60%{transform:translateY(-15px)}}.bounce{animation-name:bounce}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.flash{animation-name:flash}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}.pulse{animation-name:pulse}@keyframes shake{0%,to{transform:translateX(0)}10%,30%,50%,70%,90%{transform:translateX(-10px)}20%,40%,60%,80%{transform:translateX(10px)}}.shake{animation-name:shake}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.swing{animation-name:swing;transform-origin:top center}@keyframes tada{0%{transform:scale(1)}10%,20%{transform:scale(.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale(1.1) rotate(3deg)}40%,60%,80%{transform:scale(1.1) rotate(-3deg)}to{transform:scale(1) rotate(0)}}.tada{animation-name:tada}@keyframes wobble{0%{transform:translateX(0)}15%{transform:translateX(-25%) rotate(-5deg)}30%{transform:translateX(20%) rotate(3deg)}45%{transform:translateX(-15%) rotate(-3deg)}60%{transform:translateX(10%) rotate(2deg)}75%{transform:translateX(-5%) rotate(-1deg)}to{transform:translateX(0)}}.wobble{animation-name:wobble}@keyframes bounceIn{0%{opacity:0;transform:scale(.3)}50%{opacity:1;transform:scale(1.05)}70%{transform:scale(.9)}to{transform:scale(1)}}.bounceIn{animation-name:bounceIn}@keyframes bounceInDown{0%{opacity:0;transform:translateY(-2000px)}60%{opacity:1;transform:translateY(30px)}80%{transform:translateY(-10px)}to{transform:translateY(0)}}.bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%{opacity:0;transform:translateX(-2000px)}60%{opacity:1;transform:translateX(30px)}80%{transform:translateX(-10px)}to{transform:translateX(0)}}.bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%{opacity:0;transform:translateX(2000px)}60%{opacity:1;transform:translateX(-30px)}80%{transform:translateX(10px)}to{transform:translateX(0)}}.bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%{opacity:0;transform:translateY(2000px)}60%{opacity:1;transform:translateY(-30px)}80%{transform:translateY(10px)}to{transform:translateY(0)}}.bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{0%{transform:scale(1)}25%{transform:scale(.95)}50%{opacity:1;transform:scale(1.1)}to{opacity:0;transform:scale(.3)}}.bounceOut{animation-name:bounceOut}@keyframes bounceOutDown{0%{transform:translateY(0)}20%{opacity:1;transform:translateY(-20px)}to{opacity:0;transform:translateY(2000px)}}.bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{0%{transform:translateX(0)}20%{opacity:1;transform:translateX(20px)}to{opacity:0;transform:translateX(-2000px)}}.bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{0%{transform:translateX(0)}20%{opacity:1;transform:translateX(-20px)}to{opacity:0;transform:translateX(2000px)}}.bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{0%{transform:translateY(0)}20%{opacity:1;transform:translateY(20px)}to{opacity:0;transform:translateY(-2000px)}}.bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translateY(-2000px)}to{opacity:1;transform:translateY(0)}}.fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translateX(-20px)}to{opacity:1;transform:translateX(0)}}.fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translateX(-2000px)}to{opacity:1;transform:translateX(0)}}.fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translateX(20px)}to{opacity:1;transform:translateX(0)}}.fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translateX(2000px)}to{opacity:1;transform:translateX(0)}}.fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translateY(2000px)}to{opacity:1;transform:translateY(0)}}.fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(20px)}}.fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(2000px)}}.fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(-20px)}}.fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(-2000px)}}.fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(20px)}}.fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(2000px)}}.fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-20px)}}.fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-2000px)}}.fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes flip{0%{animation-timing-function:ease-out;transform:perspective(400px) translateZ(0) rotateY(0) scale(1)}40%{animation-timing-function:ease-out;transform:perspective(400px) translateZ(150px) rotateY(170deg) scale(1)}50%{animation-timing-function:ease-in;transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1)}80%{animation-timing-function:ease-in;transform:perspective(400px) translateZ(0) rotateY(1turn) scale(.95)}to{animation-timing-function:ease-in;transform:perspective(400px) translateZ(0) rotateY(1turn) scale(1)}}.animated.flip{animation-name:flip;backface-visibility:visible}@keyframes flipInX{0%{opacity:0;transform:perspective(400px) rotateX(90deg)}40%{transform:perspective(400px) rotateX(-10deg)}70%{transform:perspective(400px) rotateX(10deg)}to{opacity:1;transform:perspective(400px) rotateX(0deg)}}.flipInX{animation-name:flipInX;backface-visibility:visible!important}@keyframes flipInY{0%{opacity:0;transform:perspective(400px) rotateY(90deg)}40%{transform:perspective(400px) rotateY(-10deg)}70%{transform:perspective(400px) rotateY(10deg)}to{opacity:1;transform:perspective(400px) rotateY(0deg)}}.flipInY{animation-name:flipInY;backface-visibility:visible!important}@keyframes flipOutX{0%{opacity:1;transform:perspective(400px) rotateX(0deg)}to{opacity:0;transform:perspective(400px) rotateX(90deg)}}.flipOutX{animation-name:flipOutX;backface-visibility:visible!important}@keyframes flipOutY{0%{opacity:1;transform:perspective(400px) rotateY(0deg)}to{opacity:0;transform:perspective(400px) rotateY(90deg)}}.flipOutY{animation-name:flipOutY;backface-visibility:visible!important}@keyframes lightSpeedIn{0%{opacity:0;transform:translateX(100%) skewX(-30deg)}60%{opacity:1;transform:translateX(-20%) skewX(30deg)}80%{opacity:1;transform:translateX(0) skewX(-15deg)}to{opacity:1;transform:translateX(0) skewX(0deg)}}.lightSpeedIn{animation-name:lightSpeedIn;animation-timing-function:ease-out}@keyframes lightSpeedOut{0%{opacity:1;transform:translateX(0) skewX(0deg)}to{opacity:0;transform:translateX(100%) skewX(-30deg)}}.lightSpeedOut{animation-name:lightSpeedOut;animation-timing-function:ease-in}@keyframes rotateIn{0%{opacity:0;transform:rotate(-200deg);transform-origin:center center}to{opacity:1;transform:rotate(0);transform-origin:center center}}.rotateIn{animation-name:rotateIn}@keyframes rotateInDownLeft{0%{opacity:0;transform:rotate(-90deg);transform-origin:left bottom}to{opacity:1;transform:rotate(0);transform-origin:left bottom}}.rotateInDownLeft{animation-name:rotateInDownLeft}@keyframes rotateInDownRight{0%{opacity:0;transform:rotate(90deg);transform-origin:right bottom}to{opacity:1;transform:rotate(0);transform-origin:right bottom}}.rotateInDownRight{animation-name:rotateInDownRight}@keyframes rotateInUpLeft{0%{opacity:0;transform:rotate(90deg);transform-origin:left bottom}to{opacity:1;transform:rotate(0);transform-origin:left bottom}}.rotateInUpLeft{animation-name:rotateInUpLeft}@keyframes rotateInUpRight{0%{opacity:0;transform:rotate(-90deg);transform-origin:right bottom}to{opacity:1;transform:rotate(0);transform-origin:right bottom}}.rotateInUpRight{animation-name:rotateInUpRight}@keyframes rotateOut{0%{opacity:1;transform:rotate(0);transform-origin:center center}to{opacity:0;transform:rotate(200deg);transform-origin:center center}}.rotateOut{animation-name:rotateOut}@keyframes rotateOutDownLeft{0%{opacity:1;transform:rotate(0);transform-origin:left bottom}to{opacity:0;transform:rotate(90deg);transform-origin:left bottom}}.rotateOutDownLeft{animation-name:rotateOutDownLeft}@keyframes rotateOutDownRight{0%{opacity:1;transform:rotate(0);transform-origin:right bottom}to{opacity:0;transform:rotate(-90deg);transform-origin:right bottom}}.rotateOutDownRight{animation-name:rotateOutDownRight}@keyframes rotateOutUpLeft{0%{opacity:1;transform:rotate(0);transform-origin:left bottom}to{opacity:0;transform:rotate(-90deg);transform-origin:left bottom}}.rotateOutUpLeft{animation-name:rotateOutUpLeft}@keyframes rotateOutUpRight{0%{opacity:1;transform:rotate(0);transform-origin:right bottom}to{opacity:0;transform:rotate(90deg);transform-origin:right bottom}}.rotateOutUpRight{animation-name:rotateOutUpRight}@keyframes slideInDown{0%{opacity:0;transform:translateY(-2000px)}to{transform:translateY(0)}}.slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{opacity:0;transform:translateX(-2000px)}to{transform:translateX(0)}}.slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{opacity:0;transform:translateX(2000px)}to{transform:translateX(0)}}.slideInRight{animation-name:slideInRight}@keyframes slideOutLeft{0%{transform:translateX(0)}to{opacity:0;transform:translateX(-2000px)}}.slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateX(0)}to{opacity:0;transform:translateX(2000px)}}.slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateY(0)}to{opacity:0;transform:translateY(-2000px)}}.slideOutUp{animation-name:slideOutUp}@keyframes hinge{0%{animation-timing-function:ease-in-out;transform:rotate(0);transform-origin:top left}20%,60%{animation-timing-function:ease-in-out;transform:rotate(80deg);transform-origin:top left}40%{animation-timing-function:ease-in-out;transform:rotate(60deg);transform-origin:top left}80%{animation-timing-function:ease-in-out;opacity:1;transform:rotate(60deg) translateY(0);transform-origin:top left}to{opacity:0;transform:translateY(700px)}}.hinge{animation-name:hinge}@keyframes rollIn{0%{opacity:0;transform:translateX(-100%) rotate(-120deg)}to{opacity:1;transform:translateX(0) rotate(0deg)}}.rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1;transform:translateX(0) rotate(0deg)}to{opacity:0;transform:translateX(100%) rotate(120deg)}}.rollOut{animation-name:rollOut}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.chakra-petch-light{font-weight:300}.chakra-petch-light,.chakra-petch-regular{font-family:Chakra Petch,sans-serif;font-style:normal}.chakra-petch-regular{font-weight:400}.chakra-petch-medium{font-weight:500}.chakra-petch-medium,.chakra-petch-semibold{font-family:Chakra Petch,sans-serif;font-style:normal}.chakra-petch-semibold{font-weight:600}.chakra-petch-bold{font-family:Chakra Petch,sans-serif;font-style:normal;font-weight:700}.chakra-petch-light-italic{font-family:Chakra Petch,sans-serif;font-style:italic;font-weight:300}.chakra-petch-regular-italic{font-family:Chakra Petch,sans-serif;font-style:italic;font-weight:400}.chakra-petch-medium-italic{font-family:Chakra Petch,sans-serif;font-style:italic;font-weight:500}.chakra-petch-semibold-italic{font-family:Chakra Petch,sans-serif;font-style:italic;font-weight:600}.chakra-petch-bold-italic{font-family:Chakra Petch,sans-serif;font-style:italic;font-weight:700}.font-mulish{font-family:Mulish,sans-serif!important}.fade-in-up{opacity:0;transform:translateY(30px);transition:all .6s ease-out}.fade-in-up.visible{opacity:1;transform:translateY(0)}
/*# sourceMappingURL=main.90234fec.css.map*/