.ind{--ind-green: rgb(var(--link-color, 141 198 63));--ind-green-ink: #16210a;--ind-green-text: color-mix(in srgb, var(--ind-green) 55%, #000);--ind-navy: rgb(var(--color-scheme-3-bg, 3 40 58));--ind-navy-deep: #052f44;--ind-hero-gradient: linear-gradient(to bottom, #0f5c82 0%, var(--ind-navy-deep) 100%);--ind-ink: rgb(var(--text-color, 42 43 42));--ind-ink-muted: rgb(var(--text-color, 42 43 42) / .68);--ind-on-navy: #ffffff;--ind-on-navy-muted: rgb(255 255 255 / .76);--ind-surface: #ffffff;--ind-surface-alt: #f6f7f8;--ind-line: rgb(42 43 42 / .12);--ind-line-on-navy: rgb(255 255 255 / .16);--ind-radius: 10px;--ind-band-y: clamp(56px, 7vw, 96px);--ind-gap: clamp(16px, 2vw, 28px);--ind-measure: 62ch;--ind-s1: 4px;--ind-s2: 8px;--ind-s3: 12px;--ind-s4: 16px;--ind-s5: 24px;--ind-s6: 32px;--ind-h1: clamp(30px, 4.2vw, 50px);--ind-h2: clamp(28px, 3.2vw, 40px);--ind-h2-sm: clamp(22px, 2.4vw, 28px);--ind-h3: clamp(18px, 1.5vw, 21px);--ind-lead: clamp(16px, 1.3vw, 18px);--ind-body: clamp(15px, 1.15vw, 17px);--ind-small: clamp(13px, 1vw, 14px);--ind-icon-xs: 14px;--ind-icon-sm: 20px;--ind-icon-md: 34px;--ind-icon-lg: 44px;--ind-icon-xl: 52px;--ind-tick-light: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M1.5 6.2l3.2 3.2L10.5 3' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");--ind-tick-green-text: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M1.5 6.2l3.2 3.2L10.5 3' fill='none' stroke='%234e6d23' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.ind-band{padding-block:var(--ind-band-y);background:var(--ind-surface);color:var(--ind-ink)}.ind-band--alt{background:var(--ind-surface-alt)}.ind-band--navy{background:var(--ind-navy);color:var(--ind-on-navy)}.ind-band--tight{padding-block:calc(var(--ind-band-y) * .45)}.shopify-section:has(>.ind-band:not(.ind-band--alt):not(.ind-band--navy)):has(+.shopify-section>.ind-band:not(.ind-band--alt):not(.ind-band--navy))>.ind-band{padding-block-end:calc(var(--ind-band-y) * .5)}.shopify-section:has(>.ind-band:not(.ind-band--alt):not(.ind-band--navy))+.shopify-section>.ind-band:not(.ind-band--alt):not(.ind-band--navy){padding-block-start:calc(var(--ind-band-y) * .5)}.ind-inner{width:min(100% - 2 * clamp(16px,4vw,40px),var(--page-width, 1200px));margin-inline:auto}.ind-section-head{margin-bottom:clamp(24px,3.5vw,48px);text-align:center}.ind-section-head h2{font-family:var(--heading-font-family);font-weight:var(--heading-font-weight, 600);font-size:var(--ind-h2);line-height:1.2;margin:0}.ind-eyebrow{font-size:var(--ind-small);font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--ind-green);margin:0 0 var(--ind-s2)}.ind-band:not(.ind-band--navy) .ind-eyebrow{color:var(--ind-green-text)}.ind-btn{display:inline-flex;align-items:center;gap:var(--ind-s2);padding:var(--ind-s3) 22px;border:1px solid transparent;border-radius:var(--btn-border-radius, 8px);font-size:var(--ind-body);font-weight:600;line-height:1;text-decoration:none;cursor:pointer;transition:background-color .15s ease,border-color .15s ease,color .15s ease}.ind-btn:focus-visible{outline:2px solid var(--ind-green);outline-offset:3px}.ind-btn--primary{background:var(--ind-green);color:var(--ind-green-ink)}.ind-btn--primary:hover{filter:brightness(1.06)}.ind-btn--on-dark{border-color:var(--ind-line-on-navy);color:var(--ind-on-navy)}.ind-btn--on-dark:hover{border-color:var(--ind-on-navy)}.ind-btn svg{width:var(--ind-icon-xs);height:var(--ind-icon-xs)}.ind-btn .ind-icon{color:currentColor}.ind-card{background:var(--ind-surface);border:1px solid var(--ind-line);border-radius:var(--ind-radius);padding:clamp(16px,2vw,24px)}.ind-card h3{font-family:var(--heading-font-family);font-size:var(--ind-h3);font-weight:600;line-height:1.3;margin:0 0 var(--ind-s2)}.ind-card p{margin:0;font-size:var(--ind-body);line-height:1.6;color:var(--ind-ink-muted)}.ind-check-list{list-style:none;margin:0;padding:0;display:grid;gap:var(--ind-s3)}.ind-check-list li{display:grid;grid-template-columns:var(--ind-icon-sm) 1fr;gap:var(--ind-s3);align-items:start;font-size:var(--ind-body);line-height:1.5}.ind-check-list li:before{content:"";width:var(--ind-icon-sm);height:var(--ind-icon-sm);margin-top:2px;border-radius:50%;background-color:var(--ind-green);background-image:var(--ind-tick-light);background-size:12px;background-position:center;background-repeat:no-repeat}.ind-check-list--ring li:before{background-color:transparent;border:1.5px solid var(--ind-green-text);background-image:var(--ind-tick-green-text);background-size:11px}.ind-grid{display:grid;gap:var(--ind-gap)}.ind-grid--2{grid-template-columns:repeat(2,1fr)}.ind-grid--3{grid-template-columns:repeat(3,1fr)}.ind-grid--4{grid-template-columns:repeat(4,1fr)}.ind-grid--5{grid-template-columns:repeat(5,1fr)}@media(max-width:1023px){.ind-grid--3,.ind-grid--4,.ind-grid--5{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.ind-grid--3,.ind-grid--5{grid-template-columns:1fr}}.ind-media{border-radius:var(--ind-radius);overflow:hidden}.ind-media img{display:block;width:100%;height:100%;object-fit:cover}.ind-scrimmedia{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.ind-scrimmedia img,.ind-scrimmedia video{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:100%;object-fit:cover;border:0}.ind-scrimmedia:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:var(--ind-scrim-tint-color, var(--ind-navy-deep));opacity:var(--ind-scrim-tint, 0)}.ind-scrim{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:var(--ind-scrim-paint, transparent);-webkit-mask-image:linear-gradient(to right,#000 0,#000 var(--ind-scrim-stop, 55%),transparent calc(var(--ind-scrim-stop, 55%) + var(--ind-scrim-fade, 20%)));mask-image:linear-gradient(to right,#000 0,#000 var(--ind-scrim-stop, 55%),transparent calc(var(--ind-scrim-stop, 55%) + var(--ind-scrim-fade, 20%)))}.ind-icon{color:var(--ind-green);flex:none}.ind-icon--img{width:var(--ind-icon-lg);height:var(--ind-icon-lg);object-fit:contain}.ind-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}@media(prefers-reduced-motion:reduce){.ind *,.ind *:before,.ind *:after{animation-duration:.001ms!important;transition-duration:.001ms!important}}.ind-hero{position:relative;isolation:isolate;overflow:hidden;display:grid;align-items:center;padding-block:calc(var(--ind-band-y) * .6);min-height:clamp(360px,30vw,480px);background:var(--ind-hero-gradient);--ind-scrim-paint: var(--ind-hero-gradient);--ind-scrim-tint-color: var(--ind-navy-deep)}.ind-hero--flush{padding-bottom:calc(var(--ind-band-y) * .5)}.ind-hero__title{font-family:var(--heading-font-family);font-weight:var(--heading-font-weight, 600);font-size:var(--ind-h1);line-height:1.12;margin:0;color:var(--ind-on-navy)}.ind-hero__title p{margin:0}.ind-hero__sub{margin:var(--ind-s4) 0 0;max-width:46ch;font-size:var(--ind-lead);line-height:1.65;color:var(--ind-on-navy-muted)}.ind-hero__ctas{display:flex;flex-wrap:wrap;gap:var(--ind-s3);margin-top:var(--ind-s5)}.ind-hero__inner{position:relative;z-index:2}.ind-hero__copy{max-width:560px}@media(max-width:1199px){.ind-hero__copy{max-width:480px}}@media(max-width:899px){.ind-hero{min-height:clamp(420px,76vw,560px)}.ind-hero__copy{max-width:none}.ind-hero .ind-scrim{-webkit-mask-image:linear-gradient(to bottom,#000 0,#000 55%,rgb(0 0 0 / .55) 100%);mask-image:linear-gradient(to bottom,#000 0 55%,#0000008c)}}.ind-trust{background:var(--ind-navy-deep)}.ind-trust__list{list-style:none;margin:0;padding:0}.ind-trust__item{display:grid;grid-template-columns:var(--ind-icon-xl) 1fr;gap:var(--ind-s4);align-items:start}.ind-trust__item .ind-icon{width:var(--ind-icon-xl);height:var(--ind-icon-xl)}.ind-trust__title{font-family:var(--heading-font-family);font-size:var(--ind-body);font-weight:600;line-height:1.35;margin:0 0 var(--ind-s2);color:var(--ind-on-navy)}.ind-trust__text{margin:0;font-size:var(--ind-small);line-height:1.5;color:var(--ind-on-navy-muted)}@media(max-width:640px){.ind-trust__list.ind-grid--4{grid-template-columns:1fr}}.ind-stats__list{list-style:none;margin:0;padding:0}.ind-stats__item{text-align:center}.ind-stats__item .ind-stats__value{font-family:var(--heading-font-family);font-size:var(--ind-h2);font-weight:700;line-height:1;color:var(--ind-green-text);margin:0 0 var(--ind-s2);font-variant-numeric:tabular-nums}.ind-stats__item .ind-stats__label{margin:0;font-size:var(--ind-body);line-height:1.45;color:var(--ind-ink-muted)}@media(max-width:640px){.ind-stats__list.ind-grid--4{grid-template-columns:repeat(2,1fr)}}.ind-split{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(24px,4vw,64px);align-items:center}.ind-split--media-first>*:last-child{order:-1}@media(max-width:1023px){.ind-split{grid-template-columns:1fr}.ind-split--media-first>*:last-child{order:0}}.ind-intro__title{font-family:var(--heading-font-family);font-size:var(--ind-h2);font-weight:600;line-height:1.2;margin:0 0 var(--ind-s4)}.ind-intro__title p{margin:0}.ind-intro__body{font-size:var(--ind-lead);line-height:1.7;color:var(--ind-ink-muted);max-width:var(--ind-measure)}.ind-intro__body p{margin:0 0 var(--ind-s4)}.ind-intro__body p:last-child{margin-bottom:0}.ind-intro__cta{margin-top:var(--ind-s5)}.ind-intro__media{aspect-ratio:16 / 10}.ind-services__list{list-style:none;margin:0;padding:0}.ind-services__item{display:grid;grid-template-columns:auto 1fr;column-gap:var(--ind-s4);align-items:start}.ind-services__item>.ind-icon{width:var(--ind-icon-lg);height:var(--ind-icon-lg)}.ind-services__body{display:flex;flex-direction:column;min-width:0}.ind-services__body p{flex:1}.ind-services__link,.ind-solutions__link{display:inline-flex;align-items:center;gap:var(--ind-s2);margin-top:var(--ind-s4);font-size:var(--ind-small);font-weight:600;line-height:1;color:var(--ind-green-text);text-decoration:none}.ind-services__link:hover,.ind-solutions__link:hover{text-decoration:underline}.ind-services__link:focus-visible,.ind-solutions__link:focus-visible{outline:2px solid var(--ind-green);outline-offset:3px}.ind-services__link svg,.ind-solutions__link svg{width:var(--ind-icon-xs);height:var(--ind-icon-xs)}.ind-methods__list{list-style:none;margin:0;padding:0}.ind-methods__item{display:grid;grid-template-columns:auto 1fr;column-gap:var(--ind-s4);align-items:start}.ind-methods__item .ind-icon{width:var(--ind-icon-xl);height:var(--ind-icon-xl)}.ind-methods__body h3{font-family:var(--heading-font-family);font-size:var(--ind-h3);font-weight:600;margin:0 0 var(--ind-s2);line-height:1.3}.ind-methods__body p{margin:0;font-size:var(--ind-body);line-height:1.55;color:var(--ind-ink-muted)}@media(max-width:640px){.ind-methods__list.ind-grid--4{grid-template-columns:1fr}}.ind-coverage__map-wrap{position:relative}.ind-coverage__map{position:relative;color:var(--ind-navy)}.ind-coverage__map .ind-map,.ind-coverage__map-img{display:block;width:100%;height:auto}.ind-coverage__pin{position:absolute;width:var(--ind-icon-sm);height:var(--ind-icon-sm);transform:translate(-50%,-100%) rotate(-45deg);background:var(--ind-green);border:2px solid var(--ind-surface);border-radius:50% 50% 50% 0;box-shadow:0 1px 3px #00000040}.ind-coverage__pin:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:6px;height:6px;border-radius:50%;background:var(--ind-surface)}.ind-coverage__title{font-family:var(--heading-font-family);font-size:var(--ind-h2);font-weight:600;line-height:1.2;margin:0 0 var(--ind-s4)}.ind-coverage__body{font-size:var(--ind-lead);line-height:1.7;color:var(--ind-ink-muted)}.ind-coverage__body p{margin:0 0 var(--ind-s4)}.ind-coverage__checks{margin-bottom:var(--ind-s5)}@media(max-width:1023px){.ind-coverage__map-wrap{order:2}}.ind-testpanel__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.ind-testpanel__left{background:var(--ind-navy);color:var(--ind-on-navy)}.ind-testpanel__right{position:relative;isolation:isolate;overflow:hidden;background:var(--ind-surface-alt);color:var(--ind-ink);--ind-tp-copy: 58%;--ind-scrim-paint: var(--ind-surface-alt);--ind-scrim-stop: var(--ind-tp-copy);--ind-scrim-fade: 20%;--ind-scrim-tint: 0}.ind-testpanel__pad{padding:clamp(32px,4vw,64px);max-width:640px;margin-inline-start:auto}.ind-testpanel__right .ind-testpanel__pad{position:relative;z-index:2;margin-inline:0;max-width:none;padding-inline-end:calc(100% - var(--ind-tp-copy))}@media(max-width:1279px){.ind-testpanel__right{--ind-tp-copy: 66%;--ind-scrim-fade: 16%}}.ind-testpanel__title{font-family:var(--heading-font-family);font-size:var(--ind-h2-sm);font-weight:600;line-height:1.25;margin:0 0 var(--ind-s3);color:var(--ind-on-navy)}.ind-testpanel__title--dark{color:var(--ind-ink)}.ind-testpanel__intro{margin:0 0 var(--ind-s5);font-size:var(--ind-lead);line-height:1.6;color:var(--ind-on-navy-muted)}.ind-testpanel__body{font-size:var(--ind-lead);line-height:1.65;color:var(--ind-ink-muted)}.ind-testpanel__body p{margin:0 0 var(--ind-s4)}.ind-testpanel__substances{grid-template-columns:repeat(var(--ind-testpanel-cols, 2),minmax(0,1fr));column-gap:var(--ind-s5)}@media(max-width:1023px){.ind-testpanel__grid{grid-template-columns:1fr}.ind-testpanel__pad{margin-inline:0;max-width:none}.ind-testpanel__right .ind-testpanel__pad{padding-inline-end:clamp(32px,4vw,64px)}.ind-testpanel__right{display:flex;flex-direction:column;overflow:visible}.ind-testpanel__right .ind-testpanel__pad{order:1}.ind-testpanel__right .ind-scrim{display:none}.ind-testpanel__media{order:2;position:relative;inset:auto;aspect-ratio:4 / 3}}@media(max-width:560px){.ind-testpanel__substances{grid-template-columns:1fr}}.ind-solutions__list{list-style:none;margin:0;padding:0}.ind-solutions__item{display:flex;flex-direction:column}.ind-solutions__media{aspect-ratio:1;border-radius:var(--ind-radius);overflow:hidden;background:var(--ind-surface);border:1px solid var(--ind-line);margin-bottom:var(--ind-s4)}.ind-solutions__media img{width:100%;height:100%;object-fit:contain;display:block;padding:10%}.ind-solutions__media--cover img{object-fit:cover;padding:0}.ind-solutions__placeholder{display:grid;place-items:center;height:100%;color:var(--ind-line)}.ind-solutions__placeholder .ind-icon{width:var(--ind-icon-xl);height:var(--ind-icon-xl)}.ind-solutions__title{font-family:var(--heading-font-family);font-size:var(--ind-h3);font-weight:600;line-height:1.3;margin:0 0 var(--ind-s2)}.ind-solutions__blurb{flex:1;margin:0;font-size:var(--ind-small);line-height:1.55;color:var(--ind-ink-muted)}@media(max-width:1023px){.ind-solutions__list.ind-grid--5,.ind-solutions__list.ind-grid--4{grid-template-columns:repeat(3,1fr)}}@media(max-width:767px){.ind-solutions__list[data-ind-carousel]{grid-template-columns:none;grid-auto-flow:column;grid-auto-columns:68%;overflow-x:auto;scroll-snap-type:x mandatory;scroll-padding-inline:clamp(16px,4vw,40px);-webkit-overflow-scrolling:touch;scrollbar-width:none}.ind-solutions__list[data-ind-carousel]::-webkit-scrollbar{display:none}.ind-solutions__list[data-ind-carousel]>*{scroll-snap-align:start}}.ind-why__list{list-style:none;margin:0;padding:0;display:grid;gap:clamp(16px,2vw,24px)}.ind-why__item{display:grid;grid-template-columns:var(--ind-icon-md) 1fr;gap:var(--ind-s4);align-items:start}.ind-why__item .ind-icon{width:var(--ind-icon-md);height:var(--ind-icon-md);margin-top:1px}.ind-why__item h3{font-family:var(--heading-font-family);font-size:var(--ind-h3);font-weight:600;line-height:1.3;margin:0 0 var(--ind-s2)}.ind-why__item p{margin:0;font-size:var(--ind-body);line-height:1.55;color:var(--ind-ink-muted)}.ind-why__media{aspect-ratio:4 / 3}.ind-quotes__item{margin:0;display:flex;flex-direction:column}.ind-quotes__text{margin:0;padding:0;border:0;flex:1;font-size:var(--ind-body);line-height:1.65;color:var(--ind-ink-muted)}.ind-quotes__text:before{content:"\201c";display:block;font-family:Georgia,Times New Roman,serif;font-size:2.5em;line-height:.8;color:var(--ind-green);margin-bottom:var(--ind-s2)}.ind-quotes__cite{margin-top:var(--ind-s4);font-style:normal}.ind-quotes__name{display:block;font-size:var(--ind-small);font-weight:600}.ind-quotes__role{display:block;font-size:var(--ind-small);color:var(--ind-ink-muted);margin-top:2px}.ind-process__list{list-style:none;margin:0;padding:0}@media(max-width:767px){.ind-process__list{grid-template-columns:1fr}}.ind-process__item{position:relative}.ind-process__head{display:flex;align-items:center;gap:var(--ind-s3);margin-bottom:var(--ind-s2)}.ind-process__num{display:grid;place-items:center;width:24px;height:24px;border-radius:50%;background:var(--ind-green);color:var(--ind-green-ink);font-size:var(--ind-small);font-weight:700;line-height:1;flex:none}.ind-process__head h3{font-family:var(--heading-font-family);font-size:var(--ind-h3);font-weight:600;line-height:1.3;margin:0}.ind-process__item p{margin:0;font-size:var(--ind-body);line-height:1.55;color:var(--ind-ink-muted)}@media(min-width:1024px){.ind-process__list--connected .ind-process__item+.ind-process__item:before{content:"";position:absolute;inset-inline-start:calc(var(--ind-gap) * -1);top:50%;width:var(--ind-gap);height:8px;transform:translateY(-50%);background:var(--ind-line);-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 8'%3E%3Cpath d='M0 4h20M17 1l3 3-3 3' fill='none' stroke='%23000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 8'%3E%3Cpath d='M0 4h20M17 1l3 3-3 3' fill='none' stroke='%23000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat}}.ind-cta__grid{display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,1fr);gap:clamp(24px,4vw,64px);align-items:start}.ind-cta__title{font-family:var(--heading-font-family);font-size:var(--ind-h2);font-weight:600;line-height:1.2;margin:0 0 var(--ind-s4);color:var(--ind-on-navy)}.ind-cta__body{margin:0 0 var(--ind-s5);font-size:var(--ind-lead);line-height:1.65;color:var(--ind-on-navy-muted);max-width:42ch}.ind-cta__contacts{list-style:none;margin:0;padding:0;display:grid;gap:var(--ind-s3)}.ind-cta__contacts li{display:grid;grid-template-columns:var(--ind-icon-sm) 1fr;gap:var(--ind-s3);align-items:center;font-size:var(--ind-body)}.ind-cta__contacts .ind-icon{width:var(--ind-icon-sm);height:var(--ind-icon-sm)}.ind-cta__contacts a{color:var(--ind-on-navy);text-decoration:none}.ind-cta__contacts a:hover{text-decoration:underline}.ind-cta__contacts a:focus-visible{outline:2px solid var(--ind-green);outline-offset:3px}.ind-cta__contacts span{color:var(--ind-on-navy-muted)}.ind-cta__form{display:grid;gap:var(--ind-s3)}.ind-cta__row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--ind-s3)}.ind-cta__field{min-width:0}.ind-cta__field input,.ind-cta__field select,.ind-cta__field textarea{width:100%;padding:var(--ind-s3) var(--ind-s4);font:inherit;font-size:var(--ind-body);color:var(--ind-ink);background:var(--ind-surface);border:1px solid var(--ind-line);border-radius:var(--input-border-radius, 7px)}.ind-cta__field textarea{resize:vertical;min-height:96px}.ind-cta__field select{-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M2.5 4.5l3.5 3.5 3.5-3.5' fill='none' stroke='%232a2b2a' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right var(--ind-s4) center;background-size:12px;padding-inline-end:40px}.ind-cta__field :is(input,select,textarea):focus-visible{outline:2px solid var(--ind-green);outline-offset:1px;border-color:transparent}.ind-cta__field ::placeholder{color:#2a2b2a8c;opacity:1}.ind-cta__submit{width:100%;justify-content:center;margin-top:var(--ind-s1)}.ind-cta__status{margin:0 0 var(--ind-s1);padding:var(--ind-s3) var(--ind-s4);border-radius:var(--ind-radius);font-size:var(--ind-body)}.ind-cta__status--ok{background:#ffffff1f;color:var(--ind-on-navy)}.ind-cta__status--err{background:#dc26262e;border:1px solid rgb(252 165 165 / .4);color:#fca5a5}.ind-cta__status--err ul{margin:0;padding-inline-start:var(--ind-s4)}@media(max-width:1023px){.ind-cta__grid{grid-template-columns:1fr}}@media(max-width:560px){.ind-cta__row{grid-template-columns:1fr}}[id$=__ind_faq],[id$=__ind_insights]{padding-block:var(--ind-band-y, clamp(56px, 7vw, 96px))}[id$=__ind_faq]{background:#fff}[id$=__ind_insights]{background:#f6f7f8}[id$=__ind_faq] .section,[id$=__ind_insights] .section{padding-block:0;margin-block:0}[id$=__ind_faq] .section__heading,[id$=__ind_insights] .section__heading{font-size:clamp(28px,3.2vw,40px);line-height:1.2}[id$=__ind_insights] a.link{color:#4e6d23}.ind-media--placeholder{display:grid;place-items:center;background:color-mix(in srgb,currentColor 5%,transparent);border:1px dashed color-mix(in srgb,currentColor 25%,transparent)}.ind-media__placeholder-label{font-size:var(--ind-small);font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:color-mix(in srgb,currentColor 50%,transparent)}@media(min-width:1024px){.ind-testpanel__right .ind-media--placeholder{justify-items:end;padding-inline-end:calc((100% - var(--ind-tp-copy)) / 2)}}
/*# sourceMappingURL=/cdn/shop/t/63/assets/industry-landing.css.map */
