@import"https://fonts.googleapis.com/css?family=Poppins:300,400,700&display=swap";body{font-family:"Poppins",sans-serif;font-size:1.6rem;font-weight:400;line-height:1.7;color:#000}.h0{font-size:3.981rem;font-weight:300;line-height:1.3}@media screen and (min-width: 48rem){.h0{font-size:calc(1.4020833333vw + 3.308rem)}}@media screen and (min-width: 192rem){.h0{font-size:6rem}}.hx{font-size:5.4rem;font-weight:300;line-height:1.3}@media screen and (min-width: 48rem){.hx{font-size:calc(3.1944444444vw + 3.8666666667rem)}}@media screen and (min-width: 192rem){.hx{font-size:10rem}}.h1{font-size:3.318rem;font-weight:300;line-height:1.5}@media screen and (min-width: 48rem){.h1{font-size:calc(1.0868055556vw + 2.7963333333rem)}}@media screen and (min-width: 192rem){.h1{font-size:4.883rem}}.h2{font-size:2.765rem;font-weight:800;line-height:1.5}@media screen and (min-width: 48rem){.h2{font-size:calc(0.7923611111vw + 2.3846666667rem)}}@media screen and (min-width: 192rem){.h2{font-size:3.906rem}}.h3{font-size:2.304rem;font-weight:800;line-height:1.7}@media screen and (min-width: 48rem){.h3{font-size:calc(0.5701388889vw + 2.0303333333rem)}}@media screen and (min-width: 192rem){.h3{font-size:3.125rem}}.h4{font-size:1.8rem;font-weight:800;line-height:1.7}@media screen and (min-width: 48rem){.h4{font-size:calc(0.4861111111vw + 1.5666666667rem)}}@media screen and (min-width: 192rem){.h4{font-size:2.5rem}}.h5{font-size:1.6rem;font-weight:800;line-height:1.7}@media screen and (min-width: 48rem){.h5{font-size:calc(0.4166666667vw + 1.4rem)}}@media screen and (min-width: 192rem){.h5{font-size:2.2rem}}.para{font-size:1.6rem !important}p:not(:last-child){margin-bottom:3rem}.meta{font-size:1.2rem}*,*::after,*::before{margin:0;padding:0;box-sizing:inherit}html{font-size:62.5%;overflow-x:hidden}@media screen and (max-width: 64em){html{font-size:56.25%}}@media screen and (max-width: 28.125em){html{font-size:50%}}body{box-sizing:border-box;overflow-x:hidden}::-moz-selection{background-color:#4bcc00;color:#fff}::selection{background-color:#4bcc00;color:#fff}.font-bold{font-weight:700 !important}.font-normal{font-weight:400 !important}.font-light{font-weight:300 !important}.block{display:block}@keyframes fadeDown{0%{transform:translateY(0)}60%{transform:translateY(50%)}100%{transform:translateY(50%)}}@keyframes dots{0%,20%{color:rgba(0,0,0,0);text-shadow:.25em 0 0 rgba(0,0,0,0),.5em 0 0 rgba(0,0,0,0)}40%{color:#fff;text-shadow:.25em 0 0 rgba(0,0,0,0),.5em 0 0 rgba(0,0,0,0)}60%{text-shadow:.25em 0 0 #fff,.5em 0 0 rgba(0,0,0,0)}80%,100%{text-shadow:.25em 0 0 #fff,.5em 0 0 #fff}}@keyframes fade{from{opacity:100%}to{opacity:0}}@keyframes invert{from{background-color:#fff;color:#000}to{background-color:#000;color:#fff}}.loading{position:relative;z-index:2}.loading::before{content:" .";animation:dots 1s steps(5, end) infinite}.nav{position:fixed;top:0;left:0;width:100%;background-color:#000;padding:1rem 3rem;z-index:99;display:flex;justify-content:space-between;align-items:center;box-shadow:0 5px 20px rgba(0,0,0,.1)}.nav__logo{width:7rem}@media screen and (max-width: 36.875em){.nav__logo{width:10rem}}.nav__open{width:5rem;display:none}@media screen and (max-width: 36.875em){.nav__open{display:block}}.nav__close{display:none;cursor:pointer}@media screen and (max-width: 36.875em){.nav__close{display:block;width:5rem;height:5rem;margin-bottom:5rem;transform:translateX(-3rem)}.nav__close img{pointer-events:none}}.nav__list{list-style:none;display:flex;transition:transform .3s;overflow-y:auto}@media screen and (max-width: 36.875em){.nav__list{position:fixed;top:0;right:0;flex-direction:column;background-color:#0d0d0d;transform:translateX(100%);height:100vh;width:100vw;align-items:flex-end;text-align:right;z-index:99;padding:8rem 0}}.nav__list--visible{transform:translateX(0)}.nav__item{margin-top:3px}.nav__item:not(:last-child){margin-right:3rem}@media screen and (max-width: 36.875em){.nav__item:not(:last-child){margin-right:unset}}.nav__item--active .nav__link{font-weight:700;color:#4bcc00;pointer-events:none}.nav__item:hover .nav__link{color:#4bcc00}.nav__link{text-decoration:none;color:#fff}@media screen and (max-width: 36.875em){.nav__link{font-size:4rem;padding:3rem;color:#fff}}.nav__button{border:none;background:none;font-size:inherit;font-family:inherit;color:#000;cursor:pointer}@media screen and (max-width: 36.875em){.nav__button{font-size:4rem;padding:3rem;color:#fff}}.footer{background-color:#000;color:#fff;padding:1rem;text-align:center}.cta{color:#fff;position:relative;z-index:1;padding:20rem 5vw 5rem;text-align:center}.cta::before{content:"";position:absolute;top:0;left:0;height:100%;width:100%;background-color:#000;background-size:cover;border-radius:50% 50% 0% 0%/100% 100% 0 0;transform:scaleX(1.7);z-index:-1}@media screen and (max-width: 68.75em){.cta::before{border-radius:50% 50% 0 0/50% 50% 0 0}}@media screen and (max-width: 54.25em){.cta::before{border-radius:50% 50% 0 0/25% 25% 0 0}}@media screen and (max-width: 31.25em){.cta::before{border-radius:50% 50% 0 0/15% 15% 0 0}}.cta--flat{padding:12rem 5vw 8rem}.cta--flat::before{border-radius:unset;transform:unset}.cta__wrapper{max-width:90rem;margin:0 auto}.cta__title{margin-bottom:5rem;padding-bottom:5rem;border-bottom:2px solid #4bcc00}.cta__heading{margin-bottom:8rem}.cta__form{padding:0 10vw}.whatsapp{position:fixed;z-index:10;bottom:2%;right:2%}.whatsapp__icon{height:50px;width:50px}.btn{display:inline-block;padding:1rem 3rem;font-family:inherit;font-size:2rem;min-width:30rem;border:none;border-radius:100px;font-weight:bold;background-color:#42b300;color:#fff;cursor:pointer;transition:background-color .3s}.btn:hover{background-color:#389900}.input{margin-bottom:5rem}.input__label{display:block;font-weight:bold;font-size:2rem}.input__control{font-family:inherit;font-size:inherit;background-color:#1e1e1e;border:none;padding:1rem 3rem;text-align:center;color:#fff;border-bottom:2px solid rgba(0,0,0,0);transition:border-bottom-color .3s;width:100%;outline:none}.input__control--error{border-bottom-color:red}.input__control:focus{border-bottom-color:#4bcc00}.hero{height:110vh;width:100vw;color:#fff;display:flex;align-items:center;justify-content:center;position:relative;z-index:1}@media screen and (max-width: 68.75em){.hero{height:70vh}}.hero::before{content:"";position:absolute;top:0;left:0;height:100%;width:100%;background-image:linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),url("../img/hero-min.jpg");background-size:cover;border-radius:0 0 50% 50%/0 0 100% 100%;transform:scaleX(1.7);z-index:-1}@media screen and (max-width: 68.75em){.hero::before{border-radius:0 0 50% 50%/0 0 50% 50%}}@media screen and (max-width: 37.5em){.hero::before{border-radius:0 0 50% 50%/0 0 30% 30%}}.hero__content{max-width:90rem;padding:0 1rem;margin-top:5vw;text-align:center}.hero__icon{margin-top:5rem;transition:opacity 1s;animation:fadeDown 1.7s infinite alternate}.introduction{height:100%;min-height:120vh;display:grid;grid-template-columns:repeat(3, 1fr);transform:translateY(-23rem);z-index:-1}@media screen and (max-width: 78.75em){.introduction{min-height:unset;grid-template-columns:repeat(2, 1fr);grid-template-rows:max-content 1fr}}@media screen and (max-width: 42.25em){.introduction{grid-template-columns:1fr}}.introduction__title{background-color:#0d0d0d;color:#fff;padding:35rem 5vw}@media screen and (max-width: 78.75em){.introduction__title{grid-column:1/2;grid-row:1/2;padding:35rem 5vw 5rem}}@media screen and (max-width: 42.25em){.introduction__title{padding:30rem 5vw 5rem}}.introduction__heading{position:relative}.introduction__heading::after{content:"";position:absolute;bottom:0;left:0;height:2px;width:200%;background-color:#4bcc00;z-index:3}.introduction__content{padding:4vw;margin-top:40rem;display:flex;align-items:center}@media screen and (max-width: 78.75em){.introduction__content{grid-column:1/2;grid-row:2/3;margin-top:5rem}}@media screen and (max-width: 42.25em){.introduction__content{margin-top:0}}.introduction__image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}@media screen and (max-width: 78.75em){.introduction__image{grid-column:2/3;grid-row:1/3}}@media screen and (max-width: 42.25em){.introduction__image{grid-column:1/2;grid-row:3/4}}.operation{text-align:center;margin-top:-10rem;padding-bottom:5rem}.operation__illustration{width:100%}.uses{padding:10rem 5vw;display:grid;grid-template-columns:1fr 3fr;align-items:center;background-color:#0d0d0d;color:#fff}@media screen and (max-width: 85.75em){.uses{grid-template-columns:1fr;grid-gap:5rem}}.uses__steps{list-style:none;display:grid;grid-template-rows:repeat(3, 1fr);grid-row-gap:5rem;position:relative;position:relative}.uses__steps::before{content:"";position:absolute;top:0;left:50%;width:3px;height:100%;background-color:#4bcc00;z-index:1}@media screen and (max-width: 85.75em){.uses__steps{grid-template-columns:repeat(3, 1fr);grid-template-rows:1fr;grid-gap:3rem}.uses__steps::before{top:50%;left:0;width:100%;height:3px}}@media screen and (max-width: 53.125em){.uses__steps{grid-template-columns:1fr;grid-template-rows:repeat(3, 1fr)}.uses__steps::before{top:0;left:10%;width:3px;height:100%}}.uses__step{background-color:#1e1e1e;padding:3rem;position:relative;z-index:2;display:flex;align-items:center;overflow:hidden}.uses__number{position:absolute;top:50%;left:10%;font-weight:bold;opacity:.1;z-index:3;transform:translateY(-50%) scale(4);pointer-events:none}.uses__text{padding-left:1rem}.uses__content{padding-left:5vw}@media screen and (max-width: 85.75em){.uses__content{padding-left:0}}.benefits{display:grid;grid-template-columns:2fr 1fr;min-height:100vh;border-bottom:2px solid #f3f3f3}@media screen and (max-width: 48em){.benefits{grid-template-columns:1fr;min-height:auto}}.benefits__content{padding:8rem 5vw;position:relative}@media screen and (max-width: 48em){.benefits__content{padding:8rem 5vw 10rem}}.benefits__copy{margin-top:3rem;padding-top:3rem;border-top:2px solid #4bcc00}.benefits__vector{width:44%;opacity:.1;position:absolute;bottom:5%;left:0}@media screen and (max-width: 48em){.benefits__vector{display:none}}.benefits__list{list-style:none;display:flex;flex-direction:column}@media screen and (max-width: 48em){.benefits__list{display:grid;grid-template-columns:repeat(3, 1fr)}}@media screen and (max-width: 41.25em){.benefits__list{grid-template-columns:1fr}}.benefits__item{flex:1;background-color:#f3f3f3}@media screen and (max-width: 48em){.benefits__item{flex:unset}}.benefits__link{height:100%;text-decoration:none;color:#fff;padding:2rem 3rem;display:flex;align-items:center;background-size:cover;background-position:center;transition:filter .3s}.benefits__link span{display:block;position:relative;padding-left:1rem;transition:transform .3s}.benefits__link span::before{content:"> ";position:absolute;top:50%;left:0;transform:translate(-50%, -50%);opacity:0;transition:transform .3s,opacity .3s}.benefits__link:hover{filter:brightness(130%) contrast(120%)}.benefits__link:hover span{transform:translateX(3rem)}.benefits__link:hover span::before{transform:translate(-20%, -50%);opacity:1}.benefits__link--medical{background-image:linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),url("../img/medical-small-min.jpg")}.benefits__link--dental{background-image:linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),url("../img/dental-small-min.jpg");background-position:center 15%}.benefits__link--pharma{background-image:linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),url("../img/pharma-small-min.jpg")}.benefits__link--laundry{background-image:linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),url("../img/laundry-small-min.jpg")}.benefits__link--dairy{background-image:linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),url("../img/dairy-small-min.jpg")}.benefits__link--pools{background-image:linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),url("../img/pools-small-min.jpg")}.benefits__link--waste-water{background-image:linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),url("../img/waste-water-small-min.jpg")}.benefits__link--drinking-water{background-image:linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),url("../img/drinking-water-small-min.jpg")}.benefits__link--food-processing{background-image:linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),url("../img/food-processing-small-min.jpg")}.products--home{padding:15rem 5vw}.products__title{display:flex;align-items:center;margin-bottom:10rem}.products__title::after{content:"";height:2px;width:100%;background-color:#4bcc00;margin-left:10rem}.products__grid{display:grid}.products__grid--home{grid-template-columns:repeat(3, 1fr);align-items:stretch;grid-gap:5rem}@media screen and (max-width: 87.5em){.products__grid--home{grid-gap:1rem}}@media screen and (max-width: 75em){.products__grid--home{grid-template-columns:repeat(2, 1fr)}}@media screen and (max-width: 54.875em){.products__grid--home{grid-column-gap:1rem;grid-row-gap:5rem}}@media screen and (max-width: 41.75em){.products__grid--home{grid-template-columns:1fr}}.products__card-home{text-align:center;display:flex;flex-direction:column;text-decoration:none;color:#000}.products__card-home .h4{position:relative;z-index:15;transition:transform .3s}.products__card-home:hover .products__image{filter:brightness(110%) contrast(105%)}.products__card-home:hover .products__image-inner{transform:translateY(-5rem)}.products__card-home:hover .h4{transform:translateY(-7rem);color:#4bcc00}.products__card-home--lab .products__image{transform:scale(1.2)}.products__card-home--air .products__image{transform:scale(1.8)}.products__image-wrapper{flex:1;padding:3rem 3rem 2.5rem;background-color:#f3f3f3;margin-bottom:1rem;position:relative;z-index:10}@media screen and (max-width: 54.875em){.products__image-wrapper{padding:1rem}}.products__image-inner{overflow:hidden;transition:transform .3s}.products__image{width:100%;height:100%;min-height:50rem;max-height:50rem;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;position:relative;z-index:3;transition:filter .3s}.clients{padding:10rem 5vw;border-top:3px solid #4bcc00}.clients__header{display:grid;grid-template-columns:max-content 1fr;grid-gap:3rem;align-items:center;margin-bottom:3rem}.clients__header::after{content:"";display:block;width:100%;height:2px;background-color:#4bcc00}.clients__grid{display:grid;grid-template-columns:repeat(4, 1fr)}@media screen and (max-width: 67.5em){.clients__grid{grid-template-columns:repeat(3, 1fr)}}@media screen and (max-width: 41.25em){.clients__grid{grid-template-columns:repeat(2, 1fr)}}.clients__img-wrapper{display:flex;justify-content:center;align-items:center;padding:1rem;border:1px solid #f3f3f3}.clients__img{max-width:100%;padding:3rem}.benefits__header{display:grid;grid-template-columns:1fr 1.2fr;height:100%;min-height:100vh}@media screen and (max-width: 52.25em){.benefits__header{display:flex;flex-direction:column-reverse;grid-template-columns:unset;min-height:auto}}.benefits__image{width:110%;height:90%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;position:relative;z-index:2;box-shadow:0 10px 30px rgba(0,0,0,.1)}.benefits__information{padding:15rem 5vw 15rem 9vw;background-color:#f3f3f3}@media screen and (max-width: 52.25em){.benefits__information{padding:15rem 5vw 8rem}}.benefits__title{margin-bottom:4rem;position:relative;padding-bottom:1rem}.benefits__title::after{content:"";position:absolute;bottom:0;left:0;height:3px;width:100%;background-color:#4bcc00;transform:translateX(-50%);z-index:3}.benefits__points{padding:10rem 0;max-width:93%}.benefits__points--dark .benefits__single::after{background-color:#0d0d0d}.benefits__points--short p{font-size:2.4rem;font-weight:bold}.benefits__points--long p{font-size:2.2rem}.benefits__points--reversed{text-align:right !important;margin-left:auto}.benefits__points--reversed .benefits__heading{margin-left:auto}.benefits__points--reversed .benefits__single{flex-direction:row-reverse}.benefits__points--reversed .benefits__single::after{left:unset;right:0}.benefits__points--reversed .benefits__single::before{transform:rotate(180deg)}.benefits__heading{max-width:100rem;border-bottom:2px solid #0d0d0d;margin:0 5vw 5rem}.benefits__single{margin-bottom:3rem;display:flex;align-items:center;padding:1rem 5vw;position:relative}.benefits__single::before{content:"";display:inline-block;width:5rem;height:5rem;min-width:5rem;min-height:5rem;background-image:url("../img/bullet.svg");background-size:contain;background-repeat:no-repeat}.benefits__single::after{content:"";position:absolute;bottom:0;left:0;width:10%;height:100%;background-color:#f3f3f3;z-index:-1}.benefits__icon{width:3rem;margin-right:3rem}.benefits__comparison{margin-top:10rem;color:#fff;position:relative;z-index:1;padding:30rem 0 5rem}.benefits__comparison::before{content:"";position:absolute;top:0;left:0;height:100%;width:100%;background-color:#000;background-size:cover;border-radius:50% 50% 0% 0%/35% 35% 0 0;transform:scaleX(1.7);z-index:-1}.benefits__comparison-intro{padding:5rem 5vw}.benefits__megaheading{margin-bottom:8rem}.benefits__wrapper{border-top:2px solid #1e1e1e;max-width:120rem;padding-top:3rem;margin-top:3rem}.benefit{background-color:#0d0d0d;color:#fff;padding:15rem 5vw 0}.benefit__header{margin-bottom:8rem;display:grid;grid-template-columns:1fr max-content 1fr;align-items:center;grid-gap:5rem}@media screen and (max-width: 52.25em){.benefit__header{display:flex;flex-direction:column-reverse;grid-template-columns:unset;min-height:auto}}.benefit__header::before,.benefit__header::after{content:"";height:3px;width:100%;background-color:#4bcc00}.benefit__list{list-style:none;display:grid;grid-template-columns:repeat(3, 1fr);grid-template-rows:30rem;grid-auto-rows:30rem;margin-bottom:5rem}@media screen and (max-width: 60em){.benefit__list{grid-template-columns:repeat(2, 1fr);grid-template-rows:20rem;grid-auto-rows:20rem}}@media screen and (max-width: 34.375em){.benefit__list{grid-template-columns:1fr}}.benefit__item{background-color:#f3f3f3}.benefit__link{height:100%;text-decoration:none;color:#fff;padding:2rem 3rem;display:flex;align-items:flex-end;background-size:cover;background-position:center;transition:filter .3s}.benefit__link span{display:block;position:relative;padding-left:1rem;transition:transform .3s}.benefit__link span::before{content:"> ";position:absolute;top:50%;left:0;transform:translate(-50%, -50%);opacity:0;transition:transform .3s,opacity .3s}.benefit__link:hover{filter:brightness(130%) contrast(120%)}.benefit__link:hover span{transform:translateX(3rem)}.benefit__link:hover span::before{transform:translate(-20%, -50%);opacity:1}.benefit__link--medical{background-image:linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),url("../img/medical-small-min.jpg")}.benefit__link--dental{background-image:linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),url("../img/dental-small-min.jpg");background-position:center 15%}.benefit__link--pharma{background-image:linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),url("../img/pharma-small-min.jpg")}.benefit__link--laundry{background-image:linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),url("../img/laundry-small-min.jpg")}.benefit__link--dairy{background-image:linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),url("../img/dairy-small-min.jpg")}.benefit__link--pools{background-image:linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),url("../img/pools-small-min.jpg")}.benefit__link--waste-water{background-image:linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),url("../img/waste-water-small-min.jpg")}.benefit__link--drinking-water{background-image:linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),url("../img/drinking-water-small-min.jpg")}.benefit__link--food-processing{background-image:linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),url("../img/food-processing-small-min.jpg")}.products--home .products__card{color:#000}.products__header{height:80vh;width:100vw;color:#fff;display:flex;align-items:center;justify-content:center;position:relative;z-index:1}@media screen and (max-width: 68.75em){.products__header{height:60vh}}.products__header::before{content:"";position:absolute;top:0;left:0;height:100%;width:100%;background-image:linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),url("../img/hero-min.jpg");background-size:cover;border-radius:0 0 50% 50%/0 0 100% 100%;transform:scaleX(1.7);z-index:-1}@media screen and (max-width: 68.75em){.products__header::before{border-radius:0 0 50% 50%/0 0 50% 50%}}@media screen and (max-width: 37.5em){.products__header::before{border-radius:0 0 50% 50%/0 0 30% 30%}}.products__content{max-width:120rem;padding:0 1rem;margin-top:5vw;text-align:center}.products__icon{margin-top:5rem;transition:opacity 1s;animation:fadeDown 1.7s infinite alternate}.products__instructions-wrapper{padding:8rem 1rem 5rem;text-align:center;display:flex;justify-content:center;align-items:center}.products__instructions{max-width:80rem;position:relative;padding-bottom:3rem}.products__instructions::after{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:50%;height:2px;background-color:#4bcc00}.products__list{padding-top:5rem;list-style:none;display:grid;grid-template-columns:repeat(2, 1fr);grid-template-rows:50rem;grid-auto-rows:50rem}@media screen and (max-width: 75em){.products__list{grid-template-rows:30rem;grid-auto-rows:30rem}}@media screen and (max-width: 41.25em){.products__list{grid-template-columns:1fr}}.products__single{height:100%;width:100%}.products__card{height:100%;width:100%;text-decoration:none;text-align:center;display:flex;flex-direction:column;text-decoration:none;color:#fff;position:relative;overflow:hidden;transition:color .3s,padding .3s}.products__card:hover{padding:3rem;color:#4bcc00}.products__card:hover .products__preview{transform:scale(1.3)}.products__card:hover .products__excerpt{background-color:rgba(0,0,0,.9)}.products__preview{width:100%;position:absolute;top:0;bottom:0;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;z-index:-1;transform:scale(1.5);transition:transform .3s}.products__excerpt{height:100%;background-color:rgba(0,0,0,.75);display:flex;flex-direction:column;justify-content:flex-end;padding:3rem;transition:background-color .3s}.product__header{position:relative;min-height:100vh;height:100%;display:grid;grid-template-columns:1fr 1fr}@media screen and (max-width: 65.625em){.product__header{grid-template-columns:1fr}}.product__header--industrial{animation:invert 1s 1s forwards}.product__header--industrial .product__content{background-color:unset}.product__header--industrial .product__image-wrapper{position:relative}.product__header--industrial .product__image{position:absolute;top:0;left:0;height:100%;width:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.product__header--industrial .product__image--overlay{z-index:3;animation:fade 1s 1s forwards}.product__header--industrial .product__image--xray{z-index:2}.product__content{background-color:#f3f3f3;padding:1rem 5vw;display:flex;flex-direction:column;justify-content:center;height:100%}@media screen and (max-width: 65.625em){.product__content{padding:10rem 5vw 5rem}}.product__name{margin-bottom:5rem;padding-bottom:3rem;position:relative}.product__name::after{content:"";position:absolute;bottom:0;left:0;width:60%;height:3px;background-color:#4bcc00}.product__image-wrapper{width:50vw;height:95vh;transform:translate(-5%, 10%);position:relative;z-index:5}@media screen and (max-width: 65.625em){.product__image-wrapper{width:100%;transform:unset;height:70vh}}.product__image{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;background-color:#fff;box-shadow:0 0 30px rgba(0,0,0,.3)}.product__image--cover{-o-object-fit:cover;object-fit:cover}@media screen and (max-width: 65.625em){.product__image{-o-object-fit:cover;object-fit:cover}}.product__image--horizontal{-o-object-fit:contain;object-fit:contain}.features{padding:20rem 5vw;position:relative;background-color:#000;color:#fff}@media screen and (max-width: 41.25em){.features{padding:10rem 5vw}}.features__backdrop{font-size:40vh;line-height:1;position:absolute;top:10%;left:0;opacity:.05;pointer-events:none}.features__title{border-bottom:3px solid #4bcc00}.features__list{list-style:none;margin-top:10rem;display:grid;grid-template-columns:repeat(2, 1fr);grid-gap:3rem}@media screen and (max-width: 41.25em){.features__list{margin-top:5rem}}@media screen and (max-width: 41.25em){.features__list{grid-template-columns:1fr}}.applications{padding:20rem 5vw;position:relative;background-color:#0d0d0d;color:#fff;overflow:hidden}@media screen and (max-width: 41.25em){.applications{padding:10rem 5vw}}.applications__backdrop{font-size:40vh;line-height:1;position:absolute;top:10%;left:0;opacity:.05;pointer-events:none}.applications__title{border-bottom:3px solid #4bcc00}.applications__list{list-style:none;margin-top:10rem;display:grid;grid-template-columns:repeat(2, 1fr);grid-column-gap:5rem;grid-row-gap:3rem}@media screen and (max-width: 41.25em){.applications__list{margin-top:5rem}}@media screen and (max-width: 41.25em){.applications__list{grid-template-columns:1fr}}/*# sourceMappingURL=main.min.css.map */