.custom-ps{position:relative;display:block;background:var(--ps-bg, #ffffff);padding:var(--ps-pt, 64px) 16px var(--ps-pb, 64px)}.custom-ps__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;overflow:hidden}.custom-ps__bg picture,.custom-ps__bg img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;display:block}.custom-ps__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background-color:var(--ps-bg-overlay, transparent);pointer-events:none}.custom-ps__container{position:relative;z-index:1;max-width:var(--ps-max-width, 1280px);margin:0 auto;width:100%}.custom-ps__title{margin:var(--ps-title-mt, 0) 0 var(--ps-title-mb, 12px);color:var(--ps-title-color, #0d3320);font-family:var(--ps-title-font, inherit);font-size:var(--ps-title-fs-mobile, 26px);font-weight:800;line-height:1.15;text-align:center;text-wrap:balance}.custom-ps__title strong{color:var(--ps-title-accent, inherit);font-weight:inherit}.custom-ps__subtitle{margin:var(--ps-subtitle-mt, 0) auto var(--ps-subtitle-mb, 24px);max-width:var(--ps-subtitle-max-width, 640px);color:var(--ps-subtitle-color, #4a5b52);font-family:var(--ps-subtitle-font, inherit);font-size:var(--ps-subtitle-fs-mobile, 14px);line-height:1.5;text-align:center}.custom-ps__tabs-wrap{display:flex;justify-content:center;margin:0 0 var(--ps-tabs-mb, 20px)}.custom-ps__tabs{display:inline-flex;align-items:center;gap:var(--ps-tabs-gap, 4px);background:var(--ps-tabs-bar-bg, #ffffff);border:var(--ps-tabs-bar-border-w, 1px) solid var(--ps-tabs-bar-border, #e0e5df);border-radius:var(--ps-tabs-bar-radius, 12px);padding:var(--ps-tabs-bar-padding, 4px)}.custom-ps__tab{-webkit-appearance:none;appearance:none;border:0;background:var(--ps-tab-inactive-bg, transparent);color:var(--ps-tab-inactive-text, #0d3320);font-family:var(--ps-tab-font, inherit);font-size:var(--ps-tab-fs-mobile, 14px);font-weight:600;padding:var(--ps-tab-py, 8px) var(--ps-tab-px, 18px);border-radius:var(--ps-tab-radius, 10px);cursor:pointer;line-height:1.2;white-space:nowrap;transition:background-color .2s ease,color .2s ease}.custom-ps__tab:hover{background:var(--ps-tab-hover-bg, rgba(0, 0, 0, .04))}.custom-ps__tab.is-active{background:var(--ps-tab-active-bg, #0d3320);color:var(--ps-tab-active-text, #ffffff)}.custom-ps__panels{position:relative}.custom-ps__panel{display:none}.custom-ps__panel.is-active{display:block}.custom-ps__panel-inner{background:var(--ps-panel-bg, #eef1dd);border-radius:var(--ps-panel-radius, 16px);padding:var(--ps-panel-py-mobile, 20px) var(--ps-panel-px-mobile, 16px);display:flex;flex-direction:column;gap:var(--ps-mobile-gap, 16px)}.custom-ps__step-label{align-self:center;display:inline-flex;align-items:center;justify-content:center;background:var(--ps-step-bg, #d6e3d3);color:var(--ps-step-color, #0d3320);font-family:var(--ps-step-font, inherit);font-size:var(--ps-step-fs-mobile, 12px);font-weight:var(--ps-step-weight, 700);padding:var(--ps-step-py, 8px) var(--ps-step-px, 22px);border-radius:var(--ps-step-radius, 6px);white-space:nowrap}.custom-ps__image-wrap{position:relative;overflow:hidden;border-radius:var(--ps-image-radius, 12px);aspect-ratio:var(--ps-image-aspect, 4/3);background:#0000000a;min-width:0}.custom-ps__image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;display:block}.custom-ps__content{display:flex;flex-direction:column;gap:var(--ps-content-gap, 16px)}.custom-ps__bio-h,.custom-ps__sol-h{margin:0 0 var(--ps-bio-h-mb, 10px);color:var(--ps-bio-h-color, #0d3320);font-family:var(--ps-bio-h-font, inherit);font-size:var(--ps-bio-h-fs-mobile, 22px);font-weight:800;line-height:1.2}.custom-ps__sol-h{color:var(--ps-sol-h-color, #0d3320);font-family:var(--ps-sol-h-font, inherit);font-size:var(--ps-sol-h-fs-mobile, 20px)}.custom-ps__bio-p{color:var(--ps-bio-p-color, #3a4a44);font-family:var(--ps-bio-p-font, inherit);font-size:var(--ps-bio-p-fs-mobile, 14px);line-height:1.55}.custom-ps__bio-p :where(p){margin:0 0 8px}.custom-ps__bio-p :where(p):last-child{margin-bottom:0}.custom-ps__bio-p :where(strong){color:var(--ps-bio-strong-color, inherit);font-weight:700}.custom-ps__solution{background:var(--ps-sol-bg, #ffffff);border:var(--ps-sol-border-w, 0) solid var(--ps-sol-border, transparent);border-radius:var(--ps-sol-radius, 12px);padding:var(--ps-sol-padding, 16px)}.custom-ps__sol-p{color:var(--ps-sol-p-color, #3a4a44);font-family:var(--ps-sol-p-font, inherit);font-size:var(--ps-sol-p-fs-mobile, 14px);line-height:1.55}.custom-ps__sol-p :where(p){margin:0 0 8px}.custom-ps__sol-p :where(p):last-child{margin-bottom:0}.custom-ps__sol-p :where(strong){color:var(--ps-sol-strong-color, inherit);font-weight:700}@media(min-width:990px){.custom-ps__title{font-size:var(--ps-title-fs-desktop, 40px)}.custom-ps__subtitle{font-size:var(--ps-subtitle-fs-desktop, 16px)}.custom-ps__tab{font-size:var(--ps-tab-fs-desktop, 16px)}.custom-ps__bio-h{font-size:var(--ps-bio-h-fs-desktop, 26px)}.custom-ps__sol-h{font-size:var(--ps-sol-h-fs-desktop, 24px)}.custom-ps__bio-p{font-size:var(--ps-bio-p-fs-desktop, 16px)}.custom-ps__sol-p{font-size:var(--ps-sol-p-fs-desktop, 16px)}.custom-ps__step-label{font-size:var(--ps-step-fs-desktop, 12px)}.custom-ps__panel-inner{display:grid;grid-template-columns:var(--ps-step-col-w, 40px) var(--ps-image-col-w, 40%) minmax(0,1fr);align-items:stretch;gap:var(--ps-desktop-gap, 32px);padding:var(--ps-panel-py-desktop, 24px) var(--ps-panel-px-desktop, 24px)}.custom-ps__content{grid-column:3;grid-row:1;justify-content:flex-start;min-width:0}.custom-ps__step-label{grid-column:1;grid-row:1;align-self:stretch;justify-self:stretch;writing-mode:vertical-rl;transform:rotate(180deg);padding:var(--ps-step-py-desktop, 20px) var(--ps-step-px-desktop, 10px);border-radius:var(--ps-step-radius-desktop, 6px)}.custom-ps__image-wrap{grid-column:2;grid-row:1;align-self:start;width:100%;max-width:100%;aspect-ratio:var(--ps-image-aspect-desktop, 4/3)}.custom-ps__content,.custom-ps__bio-p,.custom-ps__sol-p{min-width:0;overflow-wrap:anywhere;word-break:break-word}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/custom-problem-solution.css.map */
