.plyt-formula{--plyt-formula-gap: 0px;--plyt-formula-accent: var(--primary, #1a4fce);width:100%;min-width:0;display:flex;flex-direction:column;gap:16px}.plyt-formula__heading,.plyt-formula__intro{margin:0}.plyt-formula__intro{opacity:.85}.plyt-formula__table{display:flex;flex-direction:column;gap:var(--plyt-formula-gap);border-top:1px solid rgba(13,31,60,.12)}.plyt-formula__row{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(0,1fr) minmax(0,1fr);align-items:baseline;gap:12px;padding-block:14px;border-bottom:1px solid rgba(13,31,60,.12)}.plyt-formula__row--head{padding-block:0 8px;border-bottom:0;opacity:.6}.plyt-formula__row--head .plyt-formula__value{font-size:13px;text-transform:uppercase;letter-spacing:.04em;font-weight:500}.plyt-formula__mineral{font-weight:500;overflow-wrap:break-word}.plyt-formula__value{overflow-wrap:break-word}.plyt-formula__value--product{color:var(--plyt-formula-accent);font-weight:600}.plyt-formula__footer{display:flex;flex-wrap:wrap;align-items:baseline;gap:8px 16px}.plyt-formula__disclaimer{margin:0;opacity:.6}@media screen and (max-width:767px){.plyt-formula__row{grid-template-columns:minmax(0,1fr) minmax(0,.8fr) minmax(0,.8fr);gap:8px}}.plyt-cta{--plyt-cta-radius: 16px;--plyt-cta-padding: 0px;display:grid;grid-template-columns:minmax(0,1fr);gap:20px;align-items:center;width:100%;min-width:0;padding:var(--plyt-cta-padding);border-radius:var(--plyt-cta-radius);background:var(--plyt-cta-bg, transparent)}.plyt-cta__content{display:flex;flex-direction:column;gap:8px;min-width:0}.plyt-cta__heading,.plyt-cta__body{margin:0}.plyt-cta__body{opacity:.8}.plyt-cta__actions{display:flex;flex-wrap:wrap;gap:12px}@media screen and (min-width:768px){.plyt-cta{grid-template-columns:minmax(0,1fr) auto;gap:32px}.plyt-cta__actions{flex-wrap:nowrap;justify-content:flex-end}}.plyt-hero{--plyt-hero-gap: 48px;--plyt-hero-media-width: 45%;--plyt-hero-radius: 16px;--plyt-hero-content-width: 640px;display:grid;grid-template-columns:minmax(0,1fr);gap:min(var(--plyt-hero-gap),32px);width:100%;min-width:0}.plyt-hero__content,.plyt-hero__media{min-width:0}.plyt-hero__content-inner{display:flex;flex-direction:column;align-items:flex-start;gap:16px;max-width:var(--plyt-hero-content-width)}.plyt-hero--align-center .plyt-hero__content{text-align:center}.plyt-hero--align-center .plyt-hero__content-inner{align-items:center;margin-inline:auto}.plyt-hero--align-right .plyt-hero__content{text-align:right}.plyt-hero--align-right .plyt-hero__content-inner{align-items:flex-end;margin-inline-start:auto}.plyt-hero__eyebrow{margin:0;opacity:.7}.plyt-hero__heading{margin:0}.plyt-hero__body{margin:0;opacity:.85}.plyt-hero__body>*:first-child{margin-top:0}.plyt-hero__body>*:last-child{margin-bottom:0}.plyt-hero__actions{display:flex;flex-wrap:wrap;gap:12px;width:100%;margin-top:8px}.plyt-hero--align-center .plyt-hero__actions{justify-content:center}.plyt-hero--align-right .plyt-hero__actions{justify-content:flex-end}.plyt-hero__footnote{margin:0;opacity:.6}.plyt-hero__frame{position:relative;width:100%;overflow:hidden;border-radius:var(--plyt-hero-radius)}.plyt-hero__frame--ratio{aspect-ratio:var(--plyt-hero-ratio, 4 / 3)}.plyt-hero__frame--ratio>picture,.plyt-hero__frame--ratio>video-media,.plyt-hero__frame--ratio>.deferred-media,.plyt-hero__frame--ratio>svg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.plyt-hero__frame img,.plyt-hero__frame video,.plyt-hero__frame iframe,.plyt-hero__frame svg{display:block;width:100%;height:100%;object-fit:cover}.plyt-hero__frame--natural img,.plyt-hero__frame--natural svg{height:auto;object-fit:initial}.plyt-hero__media{order:0}.plyt-hero--mobile-media-first .plyt-hero__media{order:-1}@media screen and (min-width:768px){.plyt-hero{gap:var(--plyt-hero-gap)}.plyt-hero--with-media{grid-template-columns:minmax(0,1fr) minmax(0,var(--plyt-hero-media-width))}.plyt-hero--with-media.plyt-hero--media-left{grid-template-columns:minmax(0,var(--plyt-hero-media-width)) minmax(0,1fr)}.plyt-hero--valign-start{align-items:start}.plyt-hero--valign-center{align-items:center}.plyt-hero--valign-end{align-items:end}.plyt-hero--mobile-media-first .plyt-hero__media{order:0}.plyt-hero--media-left .plyt-hero__media{order:-1}}.plyt-proof{--plyt-proof-gap: 24px;--plyt-proof-stat-size: 28px;--plyt-proof-label-size: 14px;--plyt-proof-panel-padding: 0px;--plyt-proof-panel-radius: 0px;width:100%;min-width:0;padding:var(--plyt-proof-panel-padding);border-radius:var(--plyt-proof-panel-radius);background:var(--plyt-proof-panel-bg, transparent)}.plyt-proof__heading{margin:0 0 20px}.plyt-proof__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--plyt-proof-gap);min-width:0}.plyt-proof__item{display:flex;flex-direction:column;gap:4px;min-width:0;color:inherit;text-decoration:none}.plyt-proof--align-center .plyt-proof__item{align-items:center;text-align:center}.plyt-proof__item .plyt-proof__stat{display:block;font-size:max(18px,calc(var(--plyt-proof-stat-size) * .78));line-height:1.1;color:var(--plyt-proof-stat-color, inherit);overflow-wrap:break-word}.plyt-proof__item .plyt-proof__label{display:block;font-size:var(--plyt-proof-label-size);line-height:1.4;opacity:.7;overflow-wrap:break-word}.plyt-proof__item--link{transition:opacity .2s ease}.plyt-proof__item--link:hover{opacity:.7}.plyt-proof__item--link:focus-visible{outline:2px solid currentColor;outline-offset:4px}.plyt-proof--divider-boxed .plyt-proof__item{padding:20px;border-radius:12px;color:var(--plyt-proof-box-text, inherit);background:#0d1f3c0a;background:var(--plyt-proof-box-bg, color-mix(in srgb, currentColor 5%, transparent))}@media screen and (max-width:767px){.plyt-proof--mcols-1 .plyt-proof__grid{grid-template-columns:minmax(0,1fr)}.plyt-proof--mcols-2 .plyt-proof__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.plyt-proof--divider-vertical.plyt-proof--mcols-2 .plyt-proof__item{padding-inline:12px;border-inline-start:1px solid rgba(13,31,60,.15);border-inline-start-color:var(--plyt-proof-divider-color, color-mix(in srgb, currentColor 20%, transparent))}.plyt-proof--divider-vertical.plyt-proof--mcols-2 .plyt-proof__item:nth-child(odd){padding-inline-start:0;border-inline-start:0}}@media screen and (min-width:768px){.plyt-proof--cols-2 .plyt-proof__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.plyt-proof--cols-3 .plyt-proof__grid{grid-template-columns:repeat(3,minmax(0,1fr))}.plyt-proof--cols-4 .plyt-proof__grid{grid-template-columns:repeat(4,minmax(0,1fr))}.plyt-proof--cols-5 .plyt-proof__grid{grid-template-columns:repeat(5,minmax(0,1fr))}.plyt-proof--cols-6 .plyt-proof__grid{grid-template-columns:repeat(6,minmax(0,1fr))}.plyt-proof__item .plyt-proof__stat{font-size:var(--plyt-proof-stat-size)}.plyt-proof--divider-vertical .plyt-proof__item{padding-inline:20px;border-inline-start:1px solid rgba(13,31,60,.15);border-inline-start-color:var(--plyt-proof-divider-color, color-mix(in srgb, currentColor 20%, transparent))}.plyt-proof--divider-vertical.plyt-proof--cols-2 .plyt-proof__item:nth-child(odd),.plyt-proof--divider-vertical.plyt-proof--cols-3 .plyt-proof__item:nth-child(3n+1),.plyt-proof--divider-vertical.plyt-proof--cols-4 .plyt-proof__item:nth-child(4n+1),.plyt-proof--divider-vertical.plyt-proof--cols-5 .plyt-proof__item:nth-child(5n+1),.plyt-proof--divider-vertical.plyt-proof--cols-6 .plyt-proof__item:nth-child(6n+1){padding-inline-start:0;border-inline-start:0}.plyt-proof--divider-boxed .plyt-proof__item{padding:24px}}.plyt-split{--plyt-split-gap: 48px;--plyt-split-image-width: 42%;--plyt-split-radius: 16px;display:grid;grid-template-columns:minmax(0,1fr);gap:32px;width:100%;min-width:0;align-items:center}.plyt-split__content,.plyt-split__media{min-width:0}.plyt-split__content{display:flex;flex-direction:column;align-items:flex-start;gap:14px}.plyt-split--align-center:not(.plyt-split--with-image) .plyt-split__content{align-items:center;text-align:center;margin-inline:auto;max-width:640px}.plyt-split__eyebrow{margin:0;opacity:.7}.plyt-split__heading{margin:0}.plyt-split__body{margin:0;opacity:.85}.plyt-split__body>*:first-child{margin-top:0}.plyt-split__body>*:last-child{margin-bottom:0}.plyt-split__frame{position:relative;width:100%;overflow:hidden;border-radius:var(--plyt-split-radius)}.plyt-split__frame--ratio{aspect-ratio:var(--plyt-split-ratio, 4 / 3)}.plyt-split__frame--ratio>picture{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.plyt-split__frame img{display:block;width:100%;height:100%;object-fit:cover}.plyt-split__frame--natural img{height:auto;object-fit:initial}@media screen and (min-width:768px){.plyt-split{gap:var(--plyt-split-gap)}.plyt-split--with-image{grid-template-columns:minmax(0,1fr) minmax(0,var(--plyt-split-image-width))}.plyt-split--with-image.plyt-split--image-left{grid-template-columns:minmax(0,var(--plyt-split-image-width)) minmax(0,1fr)}.plyt-split--with-image.plyt-split--image-left .plyt-split__media{order:-1}}.plyt-steps{--plyt-steps-gap: 32px;--plyt-steps-number-color: var(--primary, #1a4fce);width:100%;min-width:0;display:flex;flex-direction:column;gap:24px}.plyt-steps__heading{margin:0}.plyt-steps__grid{display:grid;grid-template-columns:minmax(0,1fr);gap:var(--plyt-steps-gap);counter-reset:plyt-step}.plyt-steps__item{display:flex;flex-direction:column;gap:6px;min-width:0;counter-increment:plyt-step}.plyt-steps__index{order:-1;font-weight:600;color:var(--plyt-steps-number-color)}.plyt-steps--style-number .plyt-steps__index:before{content:counter(plyt-step) "."}.plyt-steps--style-circle .plyt-steps__index{display:flex;align-items:center;justify-content:center;width:32px;height:32px;margin-bottom:4px;border-radius:50%;background:color-mix(in srgb,var(--plyt-steps-number-color) 12%,transparent)}.plyt-steps--style-circle .plyt-steps__index:before{content:counter(plyt-step)}.plyt-steps--style-none .plyt-steps__index{display:none}.plyt-steps__heading+.plyt-steps__text,span.plyt-steps__heading{display:block}.plyt-steps__item .plyt-steps__heading{font-size:1.05em;font-weight:500}.plyt-steps__text{display:block;opacity:.8}.plyt-steps__text p{margin:0}@media screen and (min-width:768px){.plyt-steps--cols-2 .plyt-steps__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.plyt-steps--cols-3 .plyt-steps__grid{grid-template-columns:repeat(3,minmax(0,1fr))}.plyt-steps--cols-4 .plyt-steps__grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.plyt-testimonial{display:grid;grid-template-columns:minmax(0,1fr);gap:24px;align-items:center;width:100%;min-width:0}.plyt-testimonial--centered{max-width:720px;margin-inline:auto;text-align:center}.plyt-testimonial__content{display:flex;flex-direction:column;gap:12px;min-width:0}.plyt-testimonial--centered .plyt-testimonial__content{align-items:center}.plyt-testimonial__quote{margin:0;padding-inline-start:20px;border-inline-start:3px solid var(--viz-series-1, #1a4fce);font-size:1.3em;font-weight:500;line-height:1.4}.plyt-testimonial--centered .plyt-testimonial__quote{padding-inline-start:0;border-inline-start:0}.plyt-testimonial__attribution{display:block;font-style:normal;opacity:.6;padding-inline-start:23px}.plyt-testimonial--centered .plyt-testimonial__attribution{padding-inline-start:0}.plyt-testimonial__frame{overflow:hidden;border-radius:16px}.plyt-testimonial__image{display:block;width:100%;height:auto}@media screen and (min-width:768px){.plyt-testimonial--with-image{grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr);gap:48px}.plyt-testimonial--with-image.plyt-testimonial--image-left .plyt-testimonial__media{order:-1}}
/*# sourceMappingURL=/cdn/shop/t/29/compiled_assets/styles.css.map?subset=AAAAAAAAAAAAAAAAAAAAAAAA3gE */
