:root{--uniforme-primary: #111;--uniforme-accent: #d4a017;--uniforme-bg: #fafafa}.uniforme-btn{display:inline-block;padding:14px 28px;border-radius:999px;font-weight:700;text-decoration:none;transition:transform .15s,opacity .15s;opacity:1}.uniforme-btn:hover,.uniforme-btn:focus,.uniforme-btn:active{transform:translateY(-2px);opacity:1;text-decoration:none}.uniforme-btn--primary,.uniforme-btn--primary:hover,.uniforme-btn--primary:focus,.uniforme-btn--primary:active,.uniforme-btn--primary:visited{background:var(--uniforme-primary);color:#fff}.uniforme-btn--ghost,.uniforme-btn--ghost:hover,.uniforme-btn--ghost:focus,.uniforme-btn--ghost:active,.uniforme-btn--ghost:visited{border:2px solid #fff;color:#fff;background:transparent}.uniforme-btn--large{padding:18px 40px}.uniforme-hero{position:relative;padding:80px 20px;min-height:480px;background-image:var(--uniforme-hero-bg);background-size:cover;background-position:center;color:#fff;display:flex;align-items:center}@media(max-width:767px){.uniforme-hero{background-image:var(--uniforme-hero-bg-mobile, var(--uniforme-hero-bg))}}.uniforme-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0000004d,#0009)}.uniforme-hero__container{position:relative;max-width:720px;margin:0 auto;text-align:center}.uniforme-hero__headline{margin:0 0 16px;line-height:1.15}.uniforme-hero__sub{margin:0 0 32px;opacity:.95}.uniforme-hero__ctas{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}.uniforme-hero__coupon{margin-top:24px;font-size:14px;opacity:.85}.uniforme-logos{padding:40px 20px;background:#fff;border-bottom:1px solid #eee}.uniforme-logos__container{max-width:1120px;margin:0 auto;text-align:center}.uniforme-logos__title{color:#777;text-transform:uppercase;letter-spacing:.1em;margin:0 0 20px}.uniforme-logos__grid{list-style:none;padding:0;margin:0;display:flex;gap:32px;justify-content:center;align-items:center;flex-wrap:wrap}.uniforme-logos__item img{max-height:40px;filter:grayscale(1);opacity:.7;transition:all .2s}.uniforme-logos__item img:hover{filter:none;opacity:1}.uniforme-benefits{padding:64px 20px;background:#fff}.uniforme-benefits__container{max-width:1120px;margin:0 auto}.uniforme-benefits__title{text-align:center;margin:0 0 40px}.uniforme-benefits__grid{display:grid;grid-template-columns:1fr;gap:24px}@media(min-width:720px){.uniforme-benefits__grid{grid-template-columns:repeat(3,1fr)}}.uniforme-benefit{text-align:center;padding:24px;border:1px solid #eee;border-radius:12px}.uniforme-benefit__icon{width:48px;height:48px;margin:0 auto 12px;display:block}.uniforme-benefit__title{margin:0 0 8px}.uniforme-benefit__desc{color:#555;margin:0}.uniforme-gallery{padding:64px 20px;background:var(--uniforme-bg)}.uniforme-gallery__container{max-width:1120px;margin:0 auto}.uniforme-gallery__title{text-align:center;margin:0 0 40px}.uniforme-gallery__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:16px}.uniforme-gallery__item{margin:0;border-radius:12px;overflow:hidden;background:#fff}.uniforme-gallery__item img{width:100%;height:320px;object-fit:cover;display:block}.uniforme-gallery__item figcaption{padding:12px 16px;color:#555}.uniforme-hiw{padding:64px 20px;background:#fff}.uniforme-hiw__container{max-width:1000px;margin:0 auto}.uniforme-hiw__title{text-align:center;margin:0 0 40px}.uniforme-hiw__steps{list-style:none;padding:0;margin:0;display:grid;gap:32px;grid-template-columns:1fr}@media(min-width:720px){.uniforme-hiw__steps{grid-template-columns:repeat(3,1fr)}}.uniforme-hiw__step{text-align:center}.uniforme-hiw__num{width:48px;height:48px;border-radius:50%;background:var(--uniforme-primary);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;margin:0 auto 16px}.uniforme-hiw__step-title{margin:0 0 8px}.uniforme-hiw__step-desc{color:#555;margin:0}.uniforme-faq{padding:64px 20px;background:var(--uniforme-bg)}.uniforme-faq__container{max-width:800px;margin:0 auto}.uniforme-faq__title{text-align:center;margin:0 0 40px}.uniforme-faq__list{display:grid;gap:12px}.uniforme-faq__item{background:#fff;border-radius:10px;padding:16px 20px}.uniforme-faq__q{font-weight:600;cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center}.uniforme-faq__q:after{content:"+"}.uniforme-faq__item[open] .uniforme-faq__q:after{content:"\2212"}.uniforme-faq__a{padding-top:12px;color:#555}.uniforme-faq__a p{margin:0 0 8px}.uniforme-faq__a a{color:var(--uniforme-primary);text-decoration:underline}.uniforme-final-cta{padding:80px 20px;background:var(--uniforme-primary);color:#fff;text-align:center}.uniforme-final-cta__container{max-width:720px;margin:0 auto}.uniforme-final-cta__headline{margin:0 0 16px}.uniforme-final-cta__sub{opacity:.9;margin:0 0 32px}.uniforme-comp{padding:64px 20px;background:var(--uniforme-bg)}.uniforme-comp__container{max-width:1120px;margin:0 auto}.uniforme-comp__title{text-align:center;margin:0 0 12px}.uniforme-comp__sub{text-align:center;color:#555;margin:0 auto 32px;max-width:640px}.uniforme-comp__table{display:grid;gap:1px;background:#eee;border-radius:12px;overflow:hidden;margin-top:32px}.uniforme-comp__row{display:grid;background:#fff;gap:1px}.uniforme-comp__table--4 .uniforme-comp__row{grid-template-columns:1.4fr 1fr 1fr 1fr}.uniforme-comp__table--5 .uniforme-comp__row{grid-template-columns:1.4fr 1fr 1fr 1fr 1fr}.uniforme-comp__cell{padding:14px 16px;background:#fff}.uniforme-comp__row--header .uniforme-comp__cell{background:#f4f4f4;font-weight:700;text-align:center}.uniforme-comp__cell--feature{font-weight:600}.uniforme-comp__cell--ours{background:#111!important;color:#fff;text-align:center}.uniforme-comp__row--header .uniforme-comp__cell--ours{background:#111!important;color:#fff}.uniforme-comp__row:not(.uniforme-comp__row--header) .uniforme-comp__cell:not(.uniforme-comp__cell--feature):not(.uniforme-comp__cell--ours){text-align:center}@media(max-width:767px){.uniforme-comp__table{background:transparent;gap:16px}.uniforme-comp__row{grid-template-columns:1fr!important;border-radius:12px;overflow:hidden;gap:0}.uniforme-comp__row--header{display:none}.uniforme-comp__cell{padding:12px 16px;text-align:left!important;border-bottom:1px solid #eee}.uniforme-comp__cell--feature{background:#f4f4f4;font-size:16px}.uniforme-comp__cell[data-label]:before{content:attr(data-label) ": ";color:#777;font-weight:400}.uniforme-comp__cell--ours{background:#111!important;color:#fff}.uniforme-comp__cell--ours:before{content:attr(data-label) "";color:#ccc;display:block;font-size:12px}}.uniforme-story{padding:64px 20px;background:#fff}.uniforme-story__container{max-width:1120px;margin:0 auto}.uniforme-story__title{text-align:center;margin:0 0 48px}.uniforme-story__blocks{display:grid;gap:64px}.uniforme-story__block{display:grid;gap:32px;grid-template-columns:1fr;align-items:center}@media(min-width:768px){.uniforme-story__block{grid-template-columns:1fr 1fr;gap:48px}.uniforme-story__block--right .uniforme-story__media{order:2}.uniforme-story__block--right .uniforme-story__text{order:1}}.uniforme-story__media img{width:100%;height:auto;border-radius:16px;display:block}.uniforme-story__eyebrow{display:inline-block;text-transform:uppercase;font-size:12px;letter-spacing:.1em;color:var(--uniforme-accent, #d4a017);margin-bottom:8px;font-weight:700}.uniforme-story__headline{margin:0 0 16px;line-height:1.15}.uniforme-story__body{color:#444}.uniforme-story__body p{margin:0 0 12px}.uniforme-story__body p:last-child{margin-bottom:0}.uniforme-process{padding:64px 20px;background:var(--uniforme-bg)}.uniforme-process__container{max-width:1120px;margin:0 auto;text-align:center}.uniforme-process__title{margin:0 0 8px}.uniforme-process__sub{color:#555;margin:0 auto 40px;max-width:640px}.uniforme-process__steps{list-style:none;padding:0;margin:0;display:grid;gap:32px;grid-template-columns:1fr;counter-reset:process}@media(min-width:640px){.uniforme-process__steps{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.uniforme-process__steps{grid-template-columns:repeat(6,1fr);gap:16px}}.uniforme-process__step{text-align:center;padding:12px;position:relative}.uniforme-process__media{margin:0 auto 12px;width:80px;height:80px;display:flex;align-items:center;justify-content:center;background:#fff;border-radius:50%;box-shadow:0 4px 12px #0000000f}.uniforme-process__media img{max-width:60%;height:auto}.uniforme-process__num{font-size:24px;font-weight:800;color:var(--uniforme-primary)}.uniforme-process__step-label{margin:0 0 4px;font-weight:700}.uniforme-process__step-desc{margin:0;color:#666}.uniforme-video{padding:64px 20px;background:#fff}.uniforme-video__container{max-width:1120px;margin:0 auto;text-align:center}.uniforme-video__title{margin:0 0 8px}.uniforme-video__sub{color:#555;margin:0 0 32px}.uniforme-video__wrapper{margin:0 auto;position:relative;border-radius:16px;overflow:hidden;background:#000;box-shadow:0 8px 32px #00000026}.uniforme-video__wrapper--16-9{aspect-ratio:16 / 9}.uniforme-video__wrapper--9-16{aspect-ratio:9 / 16}.uniforme-video__wrapper--1-1{aspect-ratio:1 / 1}.uniforme-video__wrapper--4-3{aspect-ratio:4 / 3}.uniforme-video__wrapper--auto{aspect-ratio:auto}.uniforme-video__wrapper video,.uniforme-video__wrapper iframe{width:100%;height:100%;display:block;border:0;object-fit:cover}.uniforme-video__wrapper--auto video,.uniforme-video__wrapper--auto iframe{height:auto;object-fit:contain}.uniforme-video__placeholder{display:flex;align-items:center;justify-content:center;height:100%;color:#999;padding:20px;text-align:center}.uniforme-sticky{position:fixed;z-index:100;text-decoration:none;font-weight:700}.uniforme-sticky--mobile{bottom:0;left:0;right:0;background:var(--uniforme-primary);color:#fff;text-align:center;padding:16px;box-shadow:0 -4px 16px #00000026}.uniforme-sticky--desktop{bottom:24px;right:24px;background:var(--uniforme-primary);color:#fff;padding:14px 24px;border-radius:999px;box-shadow:0 8px 24px #0003}@media(min-width:900px){.uniforme-sticky--mobile{display:none}}@media(max-width:899px){.uniforme-sticky--desktop{display:none}}.uniforme-sticky.is-hidden{opacity:0;pointer-events:none;transition:opacity .2s}@media(max-width:767px){.uniforme-hero{padding:48px 16px;min-height:400px}.uniforme-logos{padding:24px 16px}.uniforme-benefits,.uniforme-gallery,.uniforme-hiw,.uniforme-faq,.uniforme-story,.uniforme-process,.uniforme-comp,.uniforme-video{padding:40px 16px}.uniforme-final-cta{padding:48px 16px}.uniforme-configurator{padding:32px 12px}body{padding-bottom:64px}.uniforme-hero__sub{margin-bottom:24px}.uniforme-hero__ctas{gap:10px;flex-direction:column;align-items:stretch}.uniforme-hero__ctas .uniforme-btn{width:100%;padding:14px 20px}.uniforme-hero__coupon{margin-top:20px}.uniforme-logos__grid{gap:20px}.uniforme-logos__item img{max-height:32px}.uniforme-logos__title{margin-bottom:14px;font-size:11px}.uniforme-benefits__title{margin-bottom:28px}.uniforme-benefits__grid{gap:14px}.uniforme-benefit{padding:20px 16px}.uniforme-gallery__title{margin-bottom:24px}.uniforme-gallery__grid{grid-template-columns:repeat(2,1fr);gap:8px}.uniforme-gallery__item img{height:220px}.uniforme-gallery__item figcaption{padding:8px 10px;font-size:12px}.uniforme-hiw__title{margin-bottom:28px}.uniforme-hiw__steps{gap:24px}.uniforme-hiw__num{width:40px;height:40px;margin-bottom:10px}.uniforme-faq__title{margin-bottom:24px}.uniforme-faq__item{padding:12px 16px}.uniforme-final-cta__sub{margin-bottom:24px}.uniforme-story__title{margin-bottom:32px}.uniforme-story__blocks{gap:40px}.uniforme-story__block{gap:20px}.uniforme-story__media img{max-height:400px;object-fit:cover}.uniforme-story__headline{margin-bottom:10px}.uniforme-comp__title{margin-bottom:8px}.uniforme-comp__sub{margin-bottom:24px;font-size:14px}.uniforme-comp__table{display:block!important;background:transparent;padding:0;margin-top:20px;gap:12px}.uniforme-comp__row{display:block!important;background:#fff;border-radius:12px;overflow:hidden;padding:0;gap:0;box-shadow:0 2px 12px #0000000f}.uniforme-comp__row--header{display:none!important}.uniforme-comp__cell{display:block!important;padding:10px 16px!important;text-align:left!important;background:#fff;font-size:14px;border:0!important}.uniforme-comp__cell--feature{background:#f4f4f4!important;font-weight:700;font-size:15px;padding:12px 16px!important;position:static!important}.uniforme-comp__cell--feature:before{content:none!important}.uniforme-comp__cell--ours{background:#111!important;color:#fff!important;padding:14px 16px!important;font-size:16px;font-weight:700;text-align:center!important}.uniforme-comp__cell--ours:before{content:attr(data-ours-label)!important;display:block!important;font-size:10px!important;font-weight:400!important;text-transform:uppercase;letter-spacing:.1em;color:#fff9!important;margin-bottom:4px}.uniforme-comp__cell:not(.uniforme-comp__cell--feature):not(.uniforme-comp__cell--ours){border-top:1px solid #f0f0f0!important;display:flex!important;justify-content:space-between;align-items:center;color:#555}.uniforme-comp__cell[data-label]:not(.uniforme-comp__cell--feature):not(.uniforme-comp__cell--ours):before{content:attr(data-label)!important;color:#999!important;font-weight:500!important;display:inline!important;font-size:inherit!important}.uniforme-process__title{margin-bottom:8px}.uniforme-process__sub{margin-bottom:24px}.uniforme-process__steps{gap:16px}.uniforme-process__media{width:64px;height:64px;margin-bottom:8px}.uniforme-process__num{font-size:20px}.uniforme-process__step-desc{font-size:12px}.uniforme-video{padding:32px 16px}.uniforme-video__sub{margin-bottom:20px}.uniforme-video__wrapper{border-radius:12px;box-shadow:0 4px 16px #0000001a}}@media(max-width:379px){.uniforme-gallery__grid{grid-template-columns:1fr}.uniforme-gallery__item img{height:260px}}
/*# sourceMappingURL=/cdn/shop/t/15/assets/uniforme-page.css.map */
