@layer bricks {.brxe-code{width:100%}}@layer bricks {@keyframes load8{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes spin{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes scrolling{0%{opacity:1}to{opacity:0;-webkit-transform:translateY(10px);transform:translateY(10px)}}a.brxe-image{display:inline-block}figure.brxe-image{margin:0}:where(.brxe-image).tag{display:inline-block;height:fit-content;position:relative;width:auto}:where(.brxe-image).caption{position:relative}:where(.brxe-image).caption:has(figcaption.bricks-image-caption){overflow:hidden}:where(.brxe-image).overlay{position:relative}:where(.brxe-image).overlay:before{bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}:where(.brxe-image):before{border-radius:inherit}:where(.brxe-image) a{border-radius:inherit;position:static;transition:inherit}:where(.brxe-image) picture{border-radius:inherit;transition:inherit}:where(.brxe-image) img{border-radius:inherit;height:100%;position:static!important;transition:inherit;width:100%}:where(.brxe-image) img.bricks-lazy-hidden+figcaption{display:none}:where(.brxe-image) .icon{color:#fff;font-size:60px;pointer-events:none;position:absolute;right:50%;text-align:center;top:50%;transform:translate(50%,-50%);z-index:5}:where(.brxe-image) .bricks-image-caption{background:linear-gradient(0deg,rgba(0,0,0,.5),rgba(0,0,0,.25) 70%,transparent);bottom:0;color:#fff;font-size:inherit;margin:0;padding:10px 15px;pointer-events:none;position:absolute;text-align:center;width:100%;z-index:1}}@layer bricks {:where(.brxe-heading).has-separator{align-items:center;display:inline-flex;gap:20px}:where(.brxe-heading)>[contenteditable]{display:inline-block;text-decoration:inherit}:where(.brxe-heading) .separator{border-top:1px solid;flex-grow:1;flex-shrink:0;height:1px}}.ec-calc-section { --ec-green: #2a341d; --ec-green-strong: #26351d; --ec-accent: #70927a; --ec-cream: #f8f9eb; --ec-warm: #fbf6e9; --ec-warm-border: #e7d6b8; --ec-warm-line: #e7e1d7; --ec-brown: #9f7534; --ec-product-bg: #fbfbfb; --ec-text: #212121; --ec-muted: rgba(0, 0, 0, 0.74); --ec-border: rgba(42, 52, 29, 0.13); --ec-shadow: 0 12px 38px rgba(31, 45, 25, 0.06); --ec-radius-lg: 26px; overflow: hidden; background: #ffffff; color: var(--ec-green); font-family: "Outfit", Arial, sans-serif; font-weight: 400;}.ec-calc-section *,.ec-calc-section *::before,.ec-calc-section *::after { box-sizing: border-box;}.ec-calc-container { width: min(100%, 1220px); margin: 0 auto;}.ec-calc-hero { max-width: 820px; margin-bottom: 36px;}.ec-calc-eyebrow,.ec-calc-card-kicker,.ec-calc-result-kicker { display: inline-flex; width: fit-content; align-items: center; justify-content: center; padding: 5px 12px; margin-bottom: 14px; border: 0; border-radius: 0; background: var(--ec-cream); color: var(--ec-green); font-size: 13px; font-weight: 500; line-height: 1.35; text-transform: uppercase;}.ec-calc-title { max-width: 760px; margin: 0; color: var(--ec-green); font-size: 58px; font-weight: 500; line-height: 1.08; overflow-wrap: anywhere;}.ec-calc-subtitle { max-width: 760px; margin: 16px 0 0; color: var(--ec-muted); font-size: 17px; font-weight: 400; line-height: 1.65;}.ec-calc-layout { display: grid; grid-template-columns: minmax(320px, 0.85fr) minmax(460px, 1.15fr); gap: 28px; align-items: start;}.ec-calc-left { display: contents;}.ec-calc-right { display: grid; gap: 28px; grid-column: 2;}.ec-calc-steps { position: relative; grid-column: 1 / -1; overflow: visible; margin-top: 48px; padding: 64px 0; border: 0; border-radius: 0; background: transparent; box-shadow: none;}.ec-calc-steps::before { content: ""; position: absolute; left: 50%; top: 0; z-index: 0; width: 100vw; height: 100%; transform: translateX(-50%); background: var(--ec-cream);}.ec-calc-steps::after { content: ""; position: absolute; left: 50%; top: -70px; z-index: 0; width: 100vw; height: 70px; transform: translateX(-50%); background: #ffffff; clip-path: polygon(0 0, 100% 0, 100% 100%, 0 42%);}.ec-calc-steps > * { position: relative; z-index: 1;}.ec-calc-form-card { grid-column: 1; padding: 34px; border: 1px solid rgba(42, 52, 29, 0.08); border-radius: var(--ec-radius-lg); background: var(--ec-cream); box-shadow: none;}.ec-calc-result-panel { grid-column: 2; padding: 34px; border: 1px solid var(--ec-green); border-radius: var(--ec-radius-lg); background: var(--ec-green); box-shadow: none;}.ec-calc-steps-title,.ec-calc-form-title,.ec-calc-result-title { margin: 0; color: var(--ec-green); font-size: 40px; font-weight: 500; line-height: 1.08;}.ec-calc-form-title,.ec-calc-result-title { font-size: 38px;}.ec-calc-steps-title,.ec-calc-steps-intro { max-width: 760px; margin-right: auto; margin-left: auto; text-align: center;}.ec-calc-steps-intro,.ec-calc-form-text,.ec-calc-result-subtitle { margin: 12px 0 0; color: var(--ec-muted); font-size: 15px; font-weight: 400; line-height: 1.65;}.ec-calc-step-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; margin-top: 34px;}.ec-calc-step { position: relative; display: block; min-height: 180px; padding: 30px 24px 26px 74px; border: 10px solid var(--ec-warm-line); border-radius: 22px; background: #ffffff; color: var(--ec-green); box-shadow: none; transition: transform 0.2s ease, box-shadow 0.2s ease;}.ec-calc-step:hover { transform: translateY(-2px); box-shadow: var(--ec-shadow);}.ec-calc-step-number { position: absolute; top: -14px; left: 0; display: inline-flex; align-items: center; justify-content: center; width: 54px; height: 54px; border: 1px solid var(--ec-warm-line); border-radius: 999px; background: #ffffff; color: var(--ec-brown); font-size: 24px; font-weight: 700; line-height: 1;}.ec-calc-section h3,.ec-calc-step-title,.ec-calc-product-name,.ec-calc-empty-title { display: block !important; margin-top: 0; letter-spacing: normal !important; word-spacing: normal !important; font-stretch: normal !important; white-space: normal !important;}.ec-calc-section h3 span,.ec-calc-step-title span,.ec-calc-product-name span { display: inline !important; margin: 0 !important; padding: 0 !important; letter-spacing: normal !important; word-spacing: normal !important;}.ec-calc-step-title { margin: 0; color: var(--ec-green); font-size: 18px; font-weight: 600; line-height: 1.35;}.ec-calc-step-text { margin: 7px 0 0; color: var(--ec-muted); font-size: 14px; font-weight: 400; line-height: 1.55;}.ec-calc-info-box { width: fit-content; max-width: 760px; margin: 30px auto 0; padding: 15px 24px; border: 1px dashed rgba(0, 0, 0, 0.12); border-left: 4px solid var(--ec-green); border-radius: 16px; background: #ffffff; color: var(--ec-green); font-size: 14px; font-weight: 600; line-height: 1.55;}.ec-calc-form { display: grid; gap: 18px; margin-top: 22px;}.ec-calc-field { display: grid; gap: 8px;}.ec-calc-label { color: var(--ec-green); font-size: 14px; font-weight: 700;}.ec-calc-input-wrap { position: relative; display: flex; align-items: center;}.ec-calc-input { width: 100%; min-height: 56px; padding: 14px 56px 14px 16px; border: 1px solid var(--ec-warm-line); border-radius: 11px; background: #ffffff; color: var(--ec-green); font: inherit; font-size: 16px; font-weight: 500; outline: none; box-shadow: none;}.ec-calc-input:focus { border-color: var(--ec-accent); box-shadow: 0 0 0 4px rgba(112, 146, 122, 0.16);}.ec-calc-input:disabled { opacity: 0.55; cursor: not-allowed;}select.ec-calc-input { appearance: none; background-image: linear-gradient(45deg, transparent 50%, var(--ec-green) 50%), linear-gradient(135deg, var(--ec-green) 50%, transparent 50%); background-position: calc(100% - 22px) 50%, calc(100% - 16px) 50%; background-size: 6px 6px, 6px 6px; background-repeat: no-repeat; cursor: pointer;}.ec-calc-unit { position: absolute; right: 18px; top: 50%; transform: translateY(-50%); color: rgba(42, 52, 29, 0.58); font-size: 15px; font-weight: 800; pointer-events: none;}.ec-calc-help,.ec-calc-small-note { margin: 0; color: rgba(0, 0, 0, 0.62); font-size: 13px; font-weight: 400; line-height: 1.45;}.ec-calc-checkbox-label { display: inline-flex; width: fit-content; align-items: center; gap: 8px; color: var(--ec-green); font-size: 15px; font-weight: 600; cursor: pointer;}.ec-calc-checkbox-label input { width: 18px; height: 18px; margin: 0; accent-color: var(--ec-accent); cursor: pointer;}.ec-calc-error { display: none; padding: 13px 15px; border: 1px solid var(--ec-warm-border); border-radius: 16px; background: #ffffff; color: var(--ec-green); font-size: 14px; font-weight: 700; line-height: 1.45;}.ec-calc-error.is-visible { display: block;}.ec-calc-button { display: inline-flex; align-items: center; justify-content: center; width: 100%; min-height: 54px; padding: 14px 24px; border: 2px solid var(--ec-green); border-radius: 20px; background: var(--ec-green); color: var(--ec-cream); font-size: 15px; font-weight: 500; line-height: 1; text-align: center; text-decoration: none; cursor: pointer; box-shadow: none; transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;}.ec-calc-button:hover { background: #000000; border-color: #000000; color: #ffffff; transform: translateY(-1px);}.ec-calc-result-panel .ec-calc-card-kicker,.ec-calc-result-panel .ec-calc-result-kicker { background: var(--ec-cream); color: var(--ec-green);}.ec-calc-result-panel .ec-calc-result-title { color: #ffffff;}.ec-calc-result-panel .ec-calc-result-subtitle { color: rgba(255, 255, 255, 0.78);}.ec-calc-empty-state { margin-top: 22px; padding: 24px; border: 1px dashed rgba(231, 214, 184, 0.7); border-radius: 22px; background: var(--ec-cream); color: var(--ec-green); box-shadow: none;}.ec-calc-empty-title,.ec-calc-product-name,.ec-calc-recipe-line strong,.ec-calc-detail-row strong { color: var(--ec-green);}.ec-calc-empty-text,.ec-calc-empty-list,.ec-calc-product-desc,.ec-calc-recipe-label,.ec-calc-recipe-line span,.ec-calc-detail-row { color: rgba(42, 52, 29, 0.74);}.ec-calc-empty-title { margin: 0; font-size: 20px; font-weight: 600; line-height: 1.35;}.ec-calc-empty-text,.ec-calc-empty-list { margin: 10px 0 0; font-size: 15px; line-height: 1.6;}.ec-calc-results-grid { display: grid; grid-template-columns: minmax(0, 520px); justify-content: center; gap: 18px; margin-top: 22px;}.ec-calc-product-card { display: flex; flex-direction: column; gap: 18px; width: 100%; max-width: none; margin: 0; padding: 24px; border: 1px solid rgba(231, 214, 184, 0.7); border-radius: 22px; background: var(--ec-cream); color: var(--ec-green); box-shadow: none;}.ec-calc-product-card.is-recommended,.ec-calc-product-card[data-product="handicast"],.ec-calc-product-card[data-product="astone"] { border-color: rgba(231, 214, 184, 0.7); background: var(--ec-cream); box-shadow: none;}.ec-calc-product-name { margin: 0; font-size: 22px; font-weight: 600; line-height: 1.25;}.ec-calc-product-desc { margin: 7px 0 0; font-size: 14px; font-weight: 400; line-height: 1.55;}.ec-calc-product-badge { display: inline-flex; width: fit-content; padding: 6px 11px; margin-top: 8px; border: 1px solid var(--ec-warm-border); border-radius: 7px; background: #ffffff; color: var(--ec-green); font-size: 12px; font-weight: 800; line-height: 1.25;}.ec-calc-product-card[data-product="astone"] .ec-calc-product-badge { border-color: rgba(159, 117, 52, 0.26); background: #fff3d8; color: var(--ec-green);}.ec-calc-main-recipe { padding: 18px; border: 1px solid rgba(231, 214, 184, 0.75); border-radius: 18px; background: #ffffff;}.ec-calc-product-card[data-product="astone"] .ec-calc-main-recipe { border-color: rgba(231, 214, 184, 0.75); background: #ffffff;}.ec-calc-recipe-label { margin: 0 0 10px; font-size: 13px; font-weight: 700;}.ec-calc-recipe-line { display: flex; flex-wrap: wrap; align-items: baseline; gap: 6px;}.ec-calc-recipe-line + .ec-calc-recipe-line { margin-top: 8px;}.ec-calc-recipe-line strong { font-size: 28px; font-weight: 900;}.ec-calc-recipe-line span { font-size: 14px; font-weight: 700;}.ec-calc-details { display: grid; gap: 9px;}.ec-calc-detail-row { display: flex; justify-content: space-between; gap: 14px; padding-bottom: 9px; border-bottom: 1px solid rgba(42, 52, 29, 0.13); font-size: 14px;}.ec-calc-detail-row strong { font-weight: 900; text-align: right;}.ec-calc-product-link { display: inline-flex; align-items: center; justify-content: center; width: fit-content; min-height: 48px; margin-top: auto; padding: 13px 18px; border: 1px solid var(--ec-green); border-radius: 15px; background: var(--ec-green); color: var(--ec-cream); font-size: 14px; font-weight: 500; line-height: 1; text-align: center; text-decoration: none; cursor: pointer; transition: background-color 0.2s ease, border-color 0.2s ease;}.ec-calc-product-link:hover { background: #000000; border-color: #000000; color: #ffffff;}.ec-calc-package-note { padding: 12px 14px; border: 1px solid var(--ec-warm-border); border-radius: 16px; background: #ffffff; color: var(--ec-green); font-size: 13px; font-weight: 700; line-height: 1.45;}.ec-calc-section .is-hidden,.ec-calc-pigment-field.is-hidden,.ec-calc-product-card.is-hidden,.ec-calc-detail-row.is-hidden,.ec-calc-package-note.is-hidden { display: none !important;}@media (max-width: 991px) { .ec-calc-layout { grid-template-columns: 1fr; } .ec-calc-left { display: contents; } .ec-calc-steps, .ec-calc-form-card, .ec-calc-right, .ec-calc-result-panel { grid-column: 1; } .ec-calc-step-list { grid-template-columns: 1fr; } .ec-calc-results-grid { grid-template-columns: minmax(0, 520px); }}@media (max-width: 767px) { .ec-calc-hero { max-width: 22rem; } .ec-calc-title { max-width: 22rem; font-size: 34px; line-height: 1.1; } .ec-calc-subtitle { max-width: 22rem; font-size: 16px; } .ec-calc-steps { margin-top: 36px; padding: 38px 0; } .ec-calc-steps-title, .ec-calc-form-title, .ec-calc-result-title { font-size: 32px; } .ec-calc-form-card, .ec-calc-result-panel { border-radius: 20px; padding: 22px; } .ec-calc-step { min-height: 0; padding: 24px 18px 22px 64px; } .ec-calc-results-grid { grid-template-columns: 1fr; } .ec-calc-product-card { padding: 20px; } .ec-calc-recipe-line strong { font-size: 26px; }}.ec-calc-steps { text-align: center;}.ec-calc-steps .ec-calc-steps-title { text-align: center;}.ec-calc-steps .ec-calc-steps-intro { max-width: 820px; margin-left: auto; margin-right: auto; text-align: center; font-size: 16px; line-height: 1.6;}.ec-calc-step-list { width: 100%; max-width: 1220px; margin-left: auto; margin-right: auto;}.ec-calc-step { text-align: left;}.ec-calc-step-title,.ec-calc-step-text { text-align: left;}.ec-calc-info-box { max-width: 760px; margin-left: auto; margin-right: auto; text-align: center;}#brxe-c8f964 {padding-left: 0}@media (max-width: 991px) {#brxe-400806 {padding-top: 1px}}@media (max-width: 991px) {#brxe-616f4e {padding-top: 1px}}#brxe-1c279f {position: relative}@media (max-width: 767px) {#brxe-62c66b {margin-bottom: 0}}#brxe-0635ea {margin-bottom: 1rem; z-index: 2}.span-heading { -webkit-text-stroke-color: #000; -webkit-text-stroke-width: 0.5px; color: #FFF;font-weight: 800; font-family: 'Inter'; text-transform: uppercase;}#brxe-791b97 {width: 216px; position: absolute; bottom: -2px; left: 173px; z-index: 0}@media (max-width: 478px) {#brxe-791b97 {left: 25%}}#brxe-2eb1e1 {position: relative}#brxe-0181e4 {max-width: none; width: 100%}@media (max-width: 767px) {#brxe-c3c00b {margin-bottom: 100px}}