.slider{user-select:none;position:relative;overflow:hidden;touch-action:manipulation;-webkit-user-select:none}.slider.is-dragging{cursor:grabbing}.slider.is-loading{position:relative}.slider.is-loading>*+*{display:none}.slider.is-loading:after{content:"";display:block;position:absolute;width:40px;height:40px;top:0;bottom:0;left:0;right:0;background:rgba(255,255,255,.5);border:4px solid #06f;border-top-color:rgba(0,0,0,0);border-radius:50%;animation:spin 1s linear infinite;margin:auto}@keyframes spin{to{transform:rotate(360deg)}}.slider-track{display:flex;width:100%;transition:transform .3s ease}.slider-slide{flex:0 0 100%}.slider-nav{position:absolute;top:50%;width:100%;display:flex;justify-content:space-between;transform:translateY(-50%);pointer-events:none}.slider-nav-button{pointer-events:all;width:30px;height:80px;background-color:rgba(255,255,255,.2);border:none;display:flex;justify-content:center;align-items:center;cursor:pointer;text-indent:-9999px;overflow:hidden;transition:background-color .3s ease;background-repeat:no-repeat;background-position:center;margin:auto 0}.slider-nav-button:hover,.slider-nav-button:active{background-color:rgba(255,255,255,.5)}.slider-nav-button[disabled]{opacity:.5;cursor:not-allowed}.slider-nav-button-prev{left:0;border-top-right-radius:5px;border-bottom-right-radius:5px;background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" stroke="%23007bff" fill="none" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M14 6L8 12L14 18"/></svg>')}.slider-nav-button-next{right:0;border-top-left-radius:5px;border-bottom-left-radius:5px;background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" stroke="%23007bff" fill="none" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M10 6L16 12L10 18"/></svg>')}.slider-pagination{display:flex;justify-content:center;position:absolute;bottom:0;left:0;right:0}.slider-pagination-dot{appearance:none;-webkit-appearance:none;border:none;background:none;cursor:pointer;width:20px;height:17px;display:flex;justify-content:center;align-items:center;padding:0}.slider-pagination-dot:before{content:"";display:block;width:9px;aspect-ratio:1;border-radius:50%;background:#eaeaf1;transition:transform .3s ease,background-color .3s ease;transform:scale(0.9)}.slider-pagination-dot:hover:before{transform:scale(1.1);background:#d5d5e2}.slider-pagination-dot.active:before{transform:scale(1.2);background:#006}body{background-color:#f9f9fb}.container{max-width:1200px;margin:0 auto}.slide{border-bottom:20px solid #000}.button-view-range{margin-bottom:40px;max-width:300px}.quinetic-header{text-align:center;font-size:16px;padding:20px 20px 0 20px;color:#595973;line-height:1.4}@media(min-width: 500px){.quinetic-header{font-size:20px}}@media(min-width: 800px){.quinetic-header{font-size:24px}}@media(min-width: 1050px){.quinetic-header{padding-top:30px;padding-bottom:20px}}.quinetic-header__logo{padding-bottom:20px;margin:auto;max-width:215px}@media(min-width: 500px){.quinetic-header__logo{max-width:60%}}.quinetic-header__logo img{max-width:100%}.quinetic-header__heading{font-weight:600}.products>.container{max-width:1200px;padding-top:15px;padding-left:20px;padding-right:20px}@media(min-width: 1200px){.products>.container{padding-left:0;padding-right:0}}.products__title{font-weight:bold;line-height:1.2;margin:0;text-align:center}@media(min-width: 500px){.products__title{font-size:20px;text-align:left}}@media(min-width: 800px){.products__title{font-size:24px}}.products-grid{display:grid;grid-template-columns:repeat(auto-fill, minmax(150px, 1fr));grid-column-gap:20px;padding:20px 0}@media(min-width: 800px){.products-grid{padding:40px 0 20px 0}}.product-tile{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#fff;border-radius:20px;margin:0 auto 20px auto;text-decoration:none;box-shadow:0 1px 6px rgba(0,0,0,.05),0 5px 15px rgba(0,0,0,.01);transition-property:box-shadow;transition-duration:.2s;transition-timing-function:ease-in-out}.product-tile:hover{box-shadow:0 0 10px 0 rgba(0,0,0,.2)}.product-tile:hover .product-tile__title{color:#006;text-decoration:underline}.product-tile:hover .product-tile__image{background:linear-gradient(#3a66c6 60%, #bbbdf0)}.product-tile__image{border-radius:20px 20px 0 0;overflow:hidden;background:linear-gradient(#2854b4 60%, #aaace1)}.product-tile__image>img{display:block;width:100%;height:auto}.product-tile__title{display:flex;align-items:center;justify-content:center;flex:1 1 auto;color:#000;text-align:center;width:100%;line-height:1;padding:10px 20px;margin:auto 0 0 0;font-size:16px;font-weight:600;border-radius:0 0 20px 20px;min-height:60px}.features{background-color:#f3f3f7}.features>.container{background:#fff;background-image:url(/Graphics/manufacturers/quinetic/switch-with-hand.png);background-size:contain;background-position:bottom center;background-repeat:no-repeat;padding-bottom:150px;text-align:center}@media(min-width: 800px){.features>.container{background-image:none;padding-bottom:40px}}.features a{color:#e2000f}.features a:hover{color:#ff0c1c}.features__text{padding:40px 40px;text-align:left}.features__text p{padding-bottom:20px}@media(min-width: 800px){.features__text{background-image:url(/Graphics/manufacturers/quinetic/switch-with-hand.png);background-size:contain;background-position:bottom center;background-repeat:no-repeat;padding-bottom:15%;margin-bottom:50px}.features__text p{font-size:1.1em;line-height:1.5}.features__text p:nth-child(2){max-width:90%;font-size:1.5em;color:#434356}.features__text p:nth-child(3){max-width:60%}.features__text p:nth-child(4){max-width:60%}}@media(min-width: 1050px){.features__text{padding-bottom:20%}}@media(min-width: 1200px){.features__text{padding-bottom:12%}}.features__heading{font-size:calc(.1em + 6vw);line-height:1.1;font-weight:600;padding-bottom:.5em}@media(min-width: 1050px){.features__heading{font-size:42px}}.check-list{display:inline-block;margin:0 auto;list-style:none;padding:0 40px;overflow:hidden}@media(min-width: 800px){.check-list{column-count:2}}.check-list li{text-align:left;background-repeat:no-repeat;background-image:url(/Graphics/manufacturers/quinetic/bullet-check.svg);background-size:16px;background-position:0 3px;padding-left:30px;break-inside:avoid;margin-bottom:25px}@media(min-width: 800px){.check-list li{background-position:0;background-size:36px;padding-left:50px;font-size:1.2em;margin:0 20px 40px 20px}}@media(min-width: 1050px){.check-list li{padding-left:70px;margin-bottom:60px}}.check-list h4{font-weight:600;font-size:1.1em;line-height:1.2;margin:0;padding-bottom:5px}.check-list p{line-height:1.2;margin:0}.technology{background-color:#17171c}.technology>.container{background:#2e2e38;color:#f9f9fb;padding:20px}@media(min-width: 1050px){.technology>.container{display:flex;flex-direction:column;min-height:650px}}.technology__text{width:100%;max-width:1024px;margin:20px auto 20px auto}.technology__heading{font-weight:600;font-size:24px;color:#ffca22;margin:0 0 .5em 0}@media(min-width: 800px){.technology__heading{font-size:30px}}.technology__sub-heading{color:#7e7ea0;font-size:1.3em;line-height:1.2;margin:0 0 .5em 0}@media(min-width: 800px){.technology__sub-heading{font-size:1.6em}}.technology p{line-height:1.4;margin:0 0 1em 0}.technology-flowchart{color:#e2000f;margin:0 auto;padding:0;max-width:380px}@media(min-width: 800px){.technology-flowchart{margin-top:80px;margin-bottom:30px}}@media(min-width: 1050px){.technology-flowchart{display:flex;justify-content:space-between;max-width:none;margin-top:auto;margin-bottom:auto}}.technology-flowchart__step{height:100px;display:flex;justify-content:space-between;align-items:center;margin:0 0 10px 0;padding-bottom:40px;position:relative}@media(min-width: 1050px){.technology-flowchart__step{text-align:center;height:auto;flex-direction:column;max-width:220px;margin-left:10px;margin-right:10px;justify-content:flex-start}}.technology-flowchart__step:before{font-weight:600;width:60px;height:60px;line-height:50px;text-align:center;display:block;background-image:url(/Graphics/manufacturers/quinetic/technology-triangle-down.svg);background-position:center}@media(min-width: 1050px){.technology-flowchart__step:before{background-image:url(/Graphics/manufacturers/quinetic/technology-triangle.svg);background-size:120%;width:80px;height:80px;line-height:80px;text-indent:-10px}}.technology-flowchart__step:nth-child(1):before{content:"1.";background-image:url(/Graphics/manufacturers/quinetic/technology-circle.svg);text-indent:0;line-height:60px}@media(min-width: 1050px){.technology-flowchart__step:nth-child(1):before{line-height:80px}}.technology-flowchart__step:nth-child(2):before{content:"2."}.technology-flowchart__step:nth-child(3):before{content:"3."}.technology-flowchart__step:nth-child(4):before{content:"4."}.technology-flowchart__step:nth-child(5){margin-right:0}.technology-flowchart__step:nth-child(5):before{content:"5.";background-image:url(/Graphics/manufacturers/quinetic/technology-circle.svg);line-height:60px;text-indent:0}@media(min-width: 1050px){.technology-flowchart__step:nth-child(5):before{line-height:80px}}.technology-flowchart__step:nth-child(5):after{background-image:none}.technology-flowchart__step:nth-child(odd) p{order:1}.technology-flowchart__step:nth-child(odd) img{order:2}@media(min-width: 1050px){.technology-flowchart__step:nth-child(odd) p{order:2}.technology-flowchart__step:nth-child(odd) img{order:1}}.technology-flowchart__step:after{content:"";display:block;width:3px;height:25px;position:absolute;left:30px;bottom:5px;background-image:url(/Graphics/manufacturers/quinetic/dots.svg)}@media(min-width: 1050px){.technology-flowchart__step:after{transform:rotate(90deg);top:29px;right:0px;left:auto}}.technology-flowchart__step-image{max-width:60px}@media(min-width: 1050px){.technology-flowchart__step-image{max-width:120px;margin-top:30px;margin-bottom:30px}}.technology-flowchart__step-description{font-weight:normal;width:50%;color:#fff}@media(min-width: 1050px){.technology-flowchart__step-description{width:auto;font-size:1.2em}}.applications{background-color:#f3f3f7}.applications>.container{background:#ffca22;*zoom:1}.applications>.container:before,.applications>.container:after{display:table;content:"";line-height:0}.applications>.container:after{clear:both}@media(min-width: 800px){.applications>.container{display:flex}}.applications__title{font-weight:600;line-height:1.2;margin-top:0;margin-bottom:1em}.applications__tile-text{display:flex;flex-direction:column;justify-content:center;align-content:center;padding:20px;line-height:1.5}@media(min-width: 500px){.applications__tile-text{padding:50px}}@media(min-width: 800px){.applications__tile-text{padding:50px 5%;min-height:500px;width:50%;float:left}}.applications__tile-text p{margin-top:0;margin-bottom:1em}.applications__list{margin-left:4px;list-style-position:inside;margin-bottom:1em}@media(min-width: 500px){.applications__list{column-count:2}}@media(min-width: 800px){.applications__list{column-count:1}}@media(min-width: 1200px){.applications__list{column-count:2}}.applications__list li{text-indent:-24px;line-height:1.2;margin-bottom:10px;margin-left:20px}.applications__tile-images{text-align:center;background-color:#eeb500;display:flex;flex-wrap:wrap;justify-content:space-around;align-content:center;padding-top:30px;padding-bottom:30px}@media(min-width: 500px){.applications__tile-images{padding-top:50px;padding-bottom:50px}}@media(min-width: 800px){.applications__tile-images{min-height:500px;width:50%;float:left;padding-top:60px;padding-bottom:60px}}@media(min-width: 1200px){.applications__tile-images{padding-top:100px;padding-bottom:100px}}.applications .application{color:#fff;font-weight:600;line-height:1.4;flex-basis:25%;margin:0 10%}.applications .application:nth-child(3){flex-basis:100%;margin-top:-20px;margin-bottom:-20px}.applications .application:nth-child(3) figure{max-width:25%}.applications .application figure{display:inline-block;margin:0;max-width:175px}.applications .application img{max-width:150px;width:100%;height:auto}.video-gallery{text-align:center;background-color:#f3f3f7;padding:45px 0}.video-gallery .container{padding:0 20px}.video-gallery__title{line-height:1;font-weight:bold;padding-bottom:45px;font-size:24px}@media(min-width: 800px){.video-gallery__title{font-size:42px}}.play-icon{appearance:none;-webkit-appearance:none;border:none;background-color:rgba(0,0,0,0);position:absolute;display:flex;align-items:center;justify-content:center;width:60px;height:60px;z-index:1;opacity:.4}.play-icon:before{font-family:"iconfont";content:"🎥";position:absolute;font-size:3em;z-index:1;color:#fff;text-shadow:0 0 10px rgba(0,0,0,.5)}.slider{max-width:1060px;margin:0 auto}.slider img{aspect-ratio:16/9;width:100%;height:auto;object-fit:cover}.slider-slide{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:flex;align-items:center;justify-content:center;position:relative;aspect-ratio:16/9}.slider-pagination{position:static;margin-top:10px;height:20px}.faqs{padding:40px 20px;background-color:#f3f3f7}@media(min-width: 800px){.faqs{padding-left:0;padding-right:0}}.faqs__title{font-weight:bold;line-height:1;padding-bottom:1em;text-align:center;font-size:24px}@media(min-width: 800px){.faqs__title{font-size:42px}}.faqs .button-view-range{margin-top:80px}.faqs-search{position:relative;max-width:550px;margin:0 auto 20px}.faqs-search__input{padding:0 18px;height:50px;width:100%;border-radius:25px;border:none;box-shadow:0 0 5px rgba(0,0,0,.06)}.faqs-search__input:hover+.faqs-search__icon,.faqs-search__input:focus+.faqs-search__icon{color:#e2000f}.faqs-search__icon{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;position:absolute;top:16px;right:20px;color:#06f}.faqs-search .faqs-search__description{font-weight:600;text-align:center;color:#e2000f;padding-top:20px}.faq{padding:20px;border-radius:40px;margin-bottom:20px;background-color:rgba(255,255,255,.5);line-height:1.3}.faq:hover,.faq:focus{background-color:#fff}.faq:hover .faq__question-text,.faq:focus .faq__question-text{text-decoration:underline;color:#006}.faq.is-hidden{display:none}.faq.is-active{background-color:#fff}.faq.is-active .faq__question:before{color:red}.faq.is-active .faq__question-text{text-decoration:underline;color:#006}.faq.is-active .faq__answer{display:block}.faq__question{display:flex;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;font-weight:600;cursor:pointer;font-size:18px}@media(min-width: 800px){.faq__question{font-size:24px}}.faq__question:before{font-family:iconfont;content:"";color:#e2000f;padding:0 20px 0 0}.faq__answer{display:none;max-width:80ch;line-height:1.5;margin:20px 20px 0 45px}.app-links{text-align:center;margin:-5px}.app-links__button{display:inline-block;margin:0 2px}
/*# sourceMappingURL=manufacturer-quinetic.css.map */