.wy-callout{background:var(--wy-sec-bg, transparent)}.wy-callout--invert{background:var(--wy-sec-bg, var(--wy-brand-green, #2c442d))}.wy-callout--invert.wy-callout--card{background:var(--wy-sec-bg, transparent)}.wy-callout__inner{max-width:calc(var(--page-width, 1250px) + 80px);margin:0 auto;padding:56px 40px}.wy-callout__box{max-width:var(--wy-callout-width, 860px)}.wy-callout__head,.wy-callout__content{display:contents}.wy-callout--center .wy-callout__box{margin-inline:auto;text-align:center}.wy-callout--card .wy-callout__box{margin-inline:auto;padding:36px 34px 38px;border:1px solid var(--wy-callout-card-border, rgba(44, 68, 45, .16));border-radius:14px;background:var(--wy-callout-card-bg, #ffffff)}.wy-callout--invert.wy-callout--card .wy-callout__box{border-color:var(--wy-callout-card-border, transparent);background:var(--wy-callout-card-bg, var(--wy-brand-green, #2c442d))}@media(min-width:1025px){.wy-callout--split .wy-callout__inner{padding-block:72px}.wy-callout--split .wy-callout__box{max-width:none;display:grid;grid-template-columns:minmax(0,5fr) minmax(0,7fr);column-gap:clamp(48px,7vw,110px);align-items:start}.wy-callout--split .wy-callout__head,.wy-callout--split .wy-callout__content{display:block;min-width:0}.wy-callout--split .wy-callout__heading{font-size:var(--wy-heading-fs-d, clamp(30px, 3.2vw, 46px));margin-bottom:0}}.wy-callout__media{margin:28px 0 0}.wy-callout__media img{display:block;width:100%;max-width:100%;height:auto;border-radius:20px}@media(min-width:1025px){.wy-callout--split.wy-callout--media .wy-callout__box{grid-template-columns:minmax(0,6fr) minmax(0,5fr);align-items:center}.wy-callout--split.wy-callout--media .wy-callout__stack{min-width:0}.wy-callout--split.wy-callout--media .wy-callout__heading{margin-bottom:14px}.wy-callout--split.wy-callout--media .wy-callout__media{margin:0}}.wy-callout__media--banner{margin:32px 0 0}@media(min-width:1025px){.wy-callout--banner .wy-callout__media--banner{grid-column:1 / -1;margin:40px 0 0}}.wy-callout__eyebrow{margin:0 0 10px;font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--wy-brand-green, #2c442d)}.wy-callout__heading{margin:0 0 14px;font-family:var(--font-heading-family);font-size:clamp(26px,2.8vw,38px);font-weight:900;line-height:1.08;letter-spacing:-.01em;text-wrap:balance;color:var(--wy-sec-heading, #221f1f)}.wy-callout--card .wy-callout__heading{font-size:clamp(21px,2.2vw,28px)}@media(min-width:750px){.wy-callout__heading{font-size:var(--wy-heading-fs-d, clamp(26px, 2.8vw, 38px))}.wy-callout--card .wy-callout__heading{font-size:var(--wy-heading-fs-d, clamp(21px, 2.2vw, 28px))}}@media(max-width:749px){.wy-callout__heading{font-size:var(--wy-heading-fs-m, clamp(26px, 2.8vw, 38px))}.wy-callout--card .wy-callout__heading{font-size:var(--wy-heading-fs-m, clamp(21px, 2.2vw, 28px))}}.wy-callout__lead{margin:0 0 16px;font-size:17px;line-height:1.55;font-weight:500;color:var(--wy-sec-text, inherit)}.wy-callout__body{font-size:15px;line-height:1.7;color:var(--wy-sec-text, inherit)}.wy-callout__lead>:first-child,.wy-callout__body>:first-child{margin-top:0}.wy-callout__lead>:last-child,.wy-callout__body>:last-child{margin-bottom:0}.wy-callout__body ul{list-style:none;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:18px 0;padding:0}.wy-callout__body ul li{margin:0;padding:13px 16px;border-radius:12px;background:var(--wy-chip-tint, #e9f0ea);font-size:14.5px;font-weight:600;line-height:1.4;color:var(--wy-sec-heading, #221f1f)}.wy-callout__bodywrap{position:relative}.js .wy-callout--rm .wy-callout__body,.js .wy-callout--rm .wy-callout__fade{--wy-rm-fade: min(2.6em, calc((var(--wy-rm-lines, 6) - 1) * 1.7em))}.js .wy-callout--rm .wy-callout__body{overflow:hidden;max-height:calc(var(--wy-rm-lines, 6) * 1.7em);transition:max-height .4s ease;-webkit-mask-image:linear-gradient(to bottom,#000 calc(100% - var(--wy-rm-fade)),transparent 100%);mask-image:linear-gradient(to bottom,#000 calc(100% - var(--wy-rm-fade)),transparent 100%);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.js .wy-callout--rm.wy-callout--rm-open .wy-callout__body{max-height:none;-webkit-mask-image:none;mask-image:none}@media(prefers-reduced-motion:reduce){.js .wy-callout--rm .wy-callout__body{transition:none}}.js .wy-callout--rm.wy-callout--rm-fits .wy-callout__body{max-height:none;-webkit-mask-image:none;mask-image:none}.wy-callout__fade{display:none}.js .wy-callout--rm .wy-callout__fade{-webkit-appearance:none;appearance:none;display:flex;align-items:flex-end;justify-content:center;position:absolute;left:0;right:0;bottom:0;height:calc(var(--wy-rm-fade) + .2em);margin:0;padding:0;border:0;background:none;font-size:15px;line-height:1.7;color:var(--wy-sec-heading, var(--wy-brand-green, #2c442d));cursor:pointer}.js .wy-callout--rm.wy-callout--rm-open .wy-callout__fade,.js .wy-callout--rm.wy-callout--rm-fits .wy-callout__fade{display:none}.wy-callout--invert .wy-callout__fade{color:var(--wy-sec-heading, var(--wy-brand-cream, #fcf7ec))}.wy-callout__fade-icon{width:21px;height:21px;opacity:0;transform:translateY(-3px);transition:opacity .18s ease,transform .18s ease}.js .wy-callout--rm .wy-callout__fade:hover .wy-callout__fade-icon,.js .wy-callout--rm .wy-callout__fade:focus-visible .wy-callout__fade-icon{opacity:.85;transform:translateY(0)}.wy-callout__fade:focus-visible{outline:2px solid currentColor;outline-offset:2px;border-radius:8px}.wy-callout__body:focus{outline:none}@media(prefers-reduced-motion:reduce){.wy-callout__fade-icon{transition:none}}.wy-callout__quote{margin:26px 0 0;padding:0;border:0;border-radius:0;background:transparent;max-width:24em;font-family:var(--font-heading-family);font-size:clamp(21px,2.4vw,30px);font-weight:800;font-style:normal;line-height:1.22;letter-spacing:-.02em;text-wrap:balance;color:var(--wy-sec-heading, var(--wy-brand-green, #2c442d))}.wy-callout--center .wy-callout__quote{margin-inline:auto}.wy-callout__quote>:first-child{margin-top:0}.wy-callout__quote>:last-child{margin-bottom:0}.wy-callout__cta{margin-top:26px;display:flex;flex-wrap:wrap;gap:12px}.wy-callout--center .wy-callout__cta{justify-content:center}.wy-callout .wy-callout__btn-ghost{--background: transparent;--border: 1.5px solid var(--wy-brand-green, #2c442d);--color: var(--wy-brand-green, #2c442d);--fill: var(--wy-brand-green, #2c442d)}.wy-callout--invert .wy-callout__eyebrow{color:#fcf7ecb8}.wy-callout--invert .wy-callout__heading,.wy-callout--invert .wy-callout__quote{color:var(--wy-sec-heading, var(--wy-brand-cream, #fcf7ec))}.wy-callout--invert .wy-callout__lead,.wy-callout--invert .wy-callout__body{color:var(--wy-sec-text, rgba(252, 247, 236, .85))}.wy-callout--invert .wy-callout__body ul li{background:#fcf7ec1f;color:var(--wy-sec-heading, var(--wy-brand-cream, #fcf7ec))}.wy-callout--invert .wy-callout__cta .btn{--background: var(--wy-brand-cream, #fcf7ec);--color: var(--wy-brand-green, #2c442d);--fill: var(--wy-brand-green, #2c442d)}.wy-callout--invert .wy-callout__cta .wy-callout__btn-ghost{--background: transparent;--border: 1.5px solid rgba(252, 247, 236, .6);--color: var(--wy-brand-cream, #fcf7ec);--fill: var(--wy-brand-cream, #fcf7ec)}@media screen and (max-width:1024px){.wy-callout__inner{padding:44px 24px}}@media screen and (max-width:600px){.wy-callout__inner{padding:36px 18px}.wy-callout--card .wy-callout__box{padding:26px 22px 28px}.wy-callout__body ul{grid-template-columns:1fr;gap:8px}}@media(hover:none){.js .wy-callout--rm .wy-callout__fade .wy-callout__fade-icon{opacity:.85;transform:translateY(0)}}@media screen and (max-width:749px){.js .wy-callout--rm .wy-callout__body,.js .wy-callout--rm .wy-callout__fade{--wy-rm-fade: min(3.4em, calc((var(--wy-rm-lines, 6) - 1) * 1.7em))}.js .wy-callout--rm .wy-callout__body{-webkit-mask-image:linear-gradient(to bottom,#000 calc(100% - var(--wy-rm-fade)),transparent 100%);mask-image:linear-gradient(to bottom,#000 calc(100% - var(--wy-rm-fade)),transparent 100%)}.js .wy-callout--rm .wy-callout__fade{height:calc(var(--wy-rm-fade) + .2em)}}@media screen and (max-width:1024px){body.template-product .wy-callout--media .wy-callout__box,body.template-product .wy-callout--banner .wy-callout__box{max-width:none}body.template-product .wy-callout__media{width:100vw;max-width:100vw;margin-inline:calc(50% - 50vw)}body.template-product .wy-callout__media img{width:100vw;max-width:100vw;border-radius:0}}@media screen and (max-width:1024px){.wy-callout--m-bleed .wy-callout__box{max-width:none}.wy-callout--m-bleed .wy-callout__media{width:100vw;max-width:100vw;margin-inline:calc(50% - 50vw)}.wy-callout--m-bleed .wy-callout__media img{width:100vw;max-width:100vw;border-radius:0}}
/*# sourceMappingURL=/cdn/shop/t/21/assets/wythout-callout.css.map */
