section.consumables-hero{display:none}section.consumables-hero.active{display:grid}section.consumables-hero .background{overflow:hidden}section.consumables-hero.kits .background img{max-width:800px;-o-object-fit:contain;object-fit:contain;opacity:20%;position:absolute;left:50%;transform:translateX(-43%);height:auto}section.consumables-hero.kits .background:after{background:linear-gradient(180deg, rgba(10, 10, 10, 0.2) 37.41%, #0A0A0A 98.85%)}section.consumables-hero.individual-items .background img{max-width:1000px;-o-object-fit:contain;object-fit:contain;-o-object-position:top right;object-position:top right;opacity:20%;position:absolute;left:50%;transform:translateX(-20%)}section.consumables-hero.individual-items .background:after{background:linear-gradient(180deg, rgba(10, 10, 10, 0) 0%, #0A0A0A 97.17%)}section.consumables-hero.custom .background img{max-width:1000px;-o-object-fit:contain;object-fit:contain;-o-object-position:top right;object-position:top right;opacity:20%;position:absolute;left:50%;transform:translateX(-20%)}section.consumables-hero.custom .background:after{background:linear-gradient(180deg, rgba(10, 10, 10, 0) 0%, #0A0A0A 97.17%),linear-gradient(0deg, rgba(18, 44, 99, 0.4) 0%, rgba(18, 44, 99, 0.4) 100%)}section.consumables-main{padding-top:0;padding-bottom:var(--section-padding-md)}section.consumables-main>.content{width:100%}section.consumables-main>.content .menu{display:grid;grid-template-columns:repeat(3, minmax(120px, auto));justify-content:space-around}section.consumables-main>.content .menu>*{font-size:20px;padding-top:10px;border-top:2px solid #404040;color:#404040;cursor:pointer;text-align:center}section.consumables-main>.content .menu>*:hover{color:hsl(0,0%,70%);border-color:hsl(0,0%,70%)}section.consumables-main>.content .menu>*.active{color:#fff;border-color:#fff;cursor:default}@media(max-width: 480px){section.consumables-main>.content .menu{grid-template-columns:repeat(3, minmax(100px, auto))}section.consumables-main>.content .menu>*{font-size:18px}}section.consumables-main-tab{padding-top:0;display:none;padding-left:0;padding-right:0;grid-template-columns:minmax(var(--section-padding-h), 1fr) minmax(0, 800px) minmax(var(--section-padding-h), 1fr);row-gap:70px}section.consumables-main-tab.active{display:grid}section.consumables-main-tab>*{grid-column:2}section.consumables-main-tab>.full-width{grid-column:1/span 3;width:100%}section.consumables-main-tab hr{margin:0;height:1px;opacity:.2;border-top:none}section.consumables-main-tab .products{display:flex;flex-flow:column;width:100%;gap:20px}section.consumables-main-tab .products>.title{color:var(--Atrandi-White, #FFF);text-align:center;font-size:28px}section.consumables-main-tab .products .header{display:flex;justify-content:center;border-radius:6px;background:rgba(241,241,241,.1)}section.consumables-main-tab .products .header>*{--color: #999;--product-color: var(--color);padding:10px 15px;color:var(--color);display:flex;justify-content:center;align-items:center;gap:10px;cursor:pointer;font-size:12px;transition:150ms ease-in color}section.consumables-main-tab .products .header>*:before{content:"";width:7px;height:7px;border-radius:100%;background:var(--product-color);transition:150ms ease-in background}section.consumables-main-tab .products .header>*:hover{--color: #ccc}section.consumables-main-tab .products .header>*.active{--product-color: #F1F1F1;--color: #fff}section.consumables-main-tab .products .header>*.active.onyx{--product-color: #1D469D}section.consumables-main-tab .products .header>*.active.flux{--product-color: #5718A8}section.consumables-main-tab .products .header>*.active.styx{--product-color: #7E1519}section.consumables-main-tab .products .details{--stage-padding: 50px;border-radius:6px;background:hsla(0,0%,100%,.1);-webkit-backdrop-filter:blur(100px);backdrop-filter:blur(100px);display:flex;flex-flow:column;gap:25px;padding:50px 75px;position:relative}section.consumables-main-tab .products .details.onyx>.background.default{opacity:var(--opacity-off)}section.consumables-main-tab .products .details.onyx>.background.onyx{opacity:var(--opacity-on)}section.consumables-main-tab .products .details.flux>.background.default{opacity:var(--opacity-off)}section.consumables-main-tab .products .details.flux>.background.flux{opacity:var(--opacity-on)}section.consumables-main-tab .products .details.styx>.background.default{opacity:var(--opacity-off)}section.consumables-main-tab .products .details.styx>.background.styx{opacity:var(--opacity-on)}section.consumables-main-tab .products .details>.background{--product-color: #888;--opacity-on: .5;--opacity-off: 0;width:100%;height:100%;position:absolute;top:0;left:0;background:radial-gradient(ellipse at center, var(--product-color) 0%, rgba(0, 0, 0, 0) 80%);transition:250ms ease-in opacity;opacity:var(--opacity-off);z-index:-1}section.consumables-main-tab .products .details>.background.default{opacity:var(--opacity-on)}section.consumables-main-tab .products .details>.background.onyx{--product-color: #1D469D}section.consumables-main-tab .products .details>.background.flux{--product-color: #5718A8}section.consumables-main-tab .products .details>.background.styx{--product-color: #7E1519}section.consumables-main-tab .products .details .prev,section.consumables-main-tab .products .details .next{width:var(--stage-padding);height:100%;position:absolute;top:0;z-index:10;display:flex;justify-content:center;align-items:center;cursor:pointer}section.consumables-main-tab .products .details .prev:after,section.consumables-main-tab .products .details .next:after{content:"";width:1rem;height:1rem;border-top:3px solid #fff;border-right:3px solid #fff;border-top-right-radius:2px;opacity:.4;transition:opacity ease-in 150ms;margin-right:5px;transform:rotate(-135deg)}section.consumables-main-tab .products .details .prev:hover:after,section.consumables-main-tab .products .details .next:hover:after{opacity:.75}section.consumables-main-tab .products .details .prev{left:0px}section.consumables-main-tab .products .details .next{right:0px;transform:rotate(180deg)}section.consumables-main-tab .products .details .product{--product-color: #F1F1F1;display:grid;grid-template-columns:max-content 1fr;-moz-column-gap:35px;column-gap:35px;row-gap:20px}section.consumables-main-tab .products .details .product.onyx{--product-color: #1D469D}section.consumables-main-tab .products .details .product.flux{--product-color: #5718A8}section.consumables-main-tab .products .details .product.styx{--product-color: #7E1519}section.consumables-main-tab .products .details .product>.title{grid-column:span 2;display:flex;gap:15px;font-size:28px;justify-content:center;align-items:center;margin-bottom:5px}section.consumables-main-tab .products .details .product>.title:before{content:"";width:10px;height:10px;border-radius:100%;background:var(--product-color)}section.consumables-main-tab .products .details .product .feature{display:contents}section.consumables-main-tab .products .details .product .feature .title{text-align:center;font-weight:bold;padding:20px;border-radius:0px 0px 8px 8px;background:rgba(64,64,64,.2);display:flex;justify-content:center;align-items:center}section.consumables-main-tab .products .details .product .feature .description{padding-top:5px;display:grid;align-content:center}section.consumables-main-tab .products .details .product .feature>*{border-top:1px solid #404040}section.consumables-main-tab .products .details .btn{padding-left:10px;padding-right:10px}@media(max-width: 768px){section.consumables-main-tab .products .details{padding:40px 40px}section.consumables-main-tab .products .details .product{grid-template-columns:1fr;row-gap:30px}section.consumables-main-tab .products .details .product>.title{grid-column:unset;font-size:22px}section.consumables-main-tab .products .details .product .feature{display:flex;flex-flow:column}section.consumables-main-tab .products .details .product .feature .description{border-top:none;padding:10px 16px}section.consumables-main-tab .products .details .product .feature .title{padding:8px 16px;display:inline}}@media(max-width: 700px){section.consumables-main-tab .products .header{display:none}}@media(max-width: 450px){section.consumables-main-tab .products .details{padding:40px 40px}}.consumables-custom-chip{display:grid;grid-template-columns:minmax(var(--section-padding-h), 1fr) minmax(0, 800px) minmax(var(--section-padding-h), 1fr);padding:75px 0;background:linear-gradient(90deg, #0A0A0A 0%, #122C63 67.32%, #0A0A0A 100%);position:relative;row-gap:20px;overflow:hidden}.consumables-custom-chip>*{grid-column:2}.consumables-custom-chip .background{position:absolute;top:20px;left:55%;grid-column:full;opacity:1;height:calc(100% - 40px)}@media(max-width: 1024px){.consumables-custom-chip .background{opacity:.15;width:100%;left:20%}}.consumables-custom-chip .background img{height:100%;width:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:top right;object-position:top right}.consumables-custom-chip .title{font-size:28px}.consumables-custom-chip .title,.consumables-custom-chip .description{max-width:450px;justify-self:start}@media(max-width: 450px){.consumables-custom-chip{padding:32px 0}}section.consumables-main-tab .workflow>.title{font-size:28px;text-align:center;margin-bottom:25px}section.consumables-main-tab .workflow .container{border-radius:10px;background:rgba(241,241,241,.1);display:flex;flex-flow:column;gap:25px;padding:75px}section.consumables-main-tab .workflow .container .step{display:grid;grid-template-columns:auto 150px;-moz-column-gap:50px;column-gap:50px}section.consumables-main-tab .workflow .container .step>*{padding:5px 0}section.consumables-main-tab .workflow .container .step .timeline{text-align:end}section.consumables-main-tab .workflow .container .step .title{text-transform:uppercase}section.consumables-main-tab .workflow .container .step .title,section.consumables-main-tab .workflow .container .step .timeline{border-top:1px solid #6c6c6c;border-bottom:1px solid #6c6c6c}@media(max-width: 768px){section.consumables-main-tab .workflow .container{padding:40px}section.consumables-main-tab .workflow .container .step{grid-template-columns:1fr}section.consumables-main-tab .workflow .container .step .timeline{border-top:none;text-align:start}}section.consumables-studies .content{width:100%;display:flex;flex-flow:column;gap:25px}section.consumables-studies .content>.title{font-size:28px;text-align:center}section.consumables-studies .content .studies{--stage-padding: 100px;position:relative}section.consumables-studies .content .studies .prev,section.consumables-studies .content .studies .next{width:var(--stage-padding);height:100%;background:linear-gradient(to right, rgb(10, 10, 10) 20%, rgba(0, 0, 0, 0) 100%);position:absolute;top:0;z-index:10;display:flex;justify-content:start;align-items:center;cursor:pointer}section.consumables-studies .content .studies .prev:after,section.consumables-studies .content .studies .next:after{content:"";width:1rem;height:1rem;border-top:3px solid #fff;border-right:3px solid #fff;border-top-right-radius:2px;opacity:.4;transition:opacity ease-in 150ms;margin-right:5px;transform:rotate(-135deg)}section.consumables-studies .content .studies .prev:hover:after,section.consumables-studies .content .studies .next:hover:after{opacity:.75}section.consumables-studies .content .studies .prev{left:-10px}section.consumables-studies .content .studies .next{right:-10px;transform:rotate(180deg)}section.consumables-studies .content .studies .owl-stage{display:flex}section.consumables-studies .content .studies .study{border-radius:6px;background:#161616;display:flex;padding:50px;flex-direction:column;align-items:center;gap:20px;height:100%;justify-content:space-between}section.consumables-studies .content .studies .study .image{max-height:80px;padding:10px 0}section.consumables-studies .content .studies .study .image img{height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:top;object-position:top}section.consumables-studies .content .studies .study .title{text-align:center;font-size:16px;font-style:normal;font-weight:400;line-height:120%}@media(max-width: 768px){section.consumables-studies .content .studies{--stage-padding: 40px}}
