.AdminTopBar-module-sass-module__wNBEXW__adminHeader{z-index:100;background:var(--white);border-bottom:1px solid var(--border-gray);box-shadow:var(--bs2);position:fixed;top:0;left:0;right:0}.AdminTopBar-module-sass-module__wNBEXW__topBar{max-width:var(--max-width);justify-content:space-between;align-items:center;min-height:64px;margin:0 auto;padding:1rem 2rem;display:flex}@media screen and (max-width:768px){.AdminTopBar-module-sass-module__wNBEXW__topBar{padding:1rem 1.6rem}}.AdminTopBar-module-sass-module__wNBEXW__leftSection{align-items:center;display:flex}.AdminTopBar-module-sass-module__wNBEXW__brandSection{align-items:center;gap:1rem;display:flex}.AdminTopBar-module-sass-module__wNBEXW__logoLink{align-items:center;display:flex}.AdminTopBar-module-sass-module__wNBEXW__logo{width:auto;height:32px}.AdminTopBar-module-sass-module__wNBEXW__adminLabel{font-family:var(--font-sans);color:var(--meta-gray);text-transform:uppercase;letter-spacing:.5px;font-size:1.3rem;font-weight:600}@media screen and (max-width:568px){.AdminTopBar-module-sass-module__wNBEXW__adminLabel{display:none}}.AdminTopBar-module-sass-module__wNBEXW__rightSection{align-items:center;gap:2rem;display:flex}@media screen and (max-width:768px){.AdminTopBar-module-sass-module__wNBEXW__rightSection{gap:1.5rem}}.AdminTopBar-module-sass-module__wNBEXW__tabNavigation{align-items:center;gap:.5rem;display:flex}@media screen and (max-width:768px){.AdminTopBar-module-sass-module__wNBEXW__tabNavigation{gap:.2rem}}@media screen and (max-width:568px){.AdminTopBar-module-sass-module__wNBEXW__tabNavigation{display:none}}.AdminTopBar-module-sass-module__wNBEXW__mobileMenuButton{cursor:pointer;color:var(--subdued-gray-text);background:0 0;border:none;border-radius:6px;padding:.8rem;transition:all .2s;display:none}@media screen and (max-width:568px){.AdminTopBar-module-sass-module__wNBEXW__mobileMenuButton{justify-content:center;align-items:center;display:flex}}.AdminTopBar-module-sass-module__wNBEXW__mobileMenuButton:hover{color:var(--green);background:#1e80441a}.AdminTopBar-module-sass-module__wNBEXW__mobileTabsDropdown{border-bottom:1px solid var(--border-gray);box-shadow:var(--bs2);z-index:99;background:#fff;position:absolute;top:100%;left:0;right:0}.AdminTopBar-module-sass-module__wNBEXW__mobileTab{text-align:left;width:100%;font-family:var(--font-sans);color:var(--subdued-gray-text);cursor:pointer;border:none;border-bottom:1px solid var(--light-gray);background:0 0;padding:1rem 2rem;font-size:1.4rem;font-weight:500;transition:background-color .2s;display:block}.AdminTopBar-module-sass-module__wNBEXW__mobileTab:last-child{border-bottom:none}.AdminTopBar-module-sass-module__wNBEXW__mobileTab:hover{color:var(--green);background:#1e80441a}.AdminTopBar-module-sass-module__wNBEXW__mobileTab.AdminTopBar-module-sass-module__wNBEXW__activeMobileTab{color:var(--green);background:#1e804426;font-weight:600}.AdminTopBar-module-sass-module__wNBEXW__tab{font-family:var(--font-sans);color:var(--subdued-gray-text);cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:6px;padding:.8rem 1.2rem;font-size:1.3rem;font-weight:500;transition:all .2s}@media screen and (max-width:768px){.AdminTopBar-module-sass-module__wNBEXW__tab{padding:.6rem 1rem;font-size:1.2rem}}.AdminTopBar-module-sass-module__wNBEXW__tab:hover{color:var(--green);background:#1e80441a}.AdminTopBar-module-sass-module__wNBEXW__tab.AdminTopBar-module-sass-module__wNBEXW__activeTab{color:var(--green);background:#1e804426;font-weight:600}.AdminTopBar-module-sass-module__wNBEXW__healthButton{cursor:pointer;font-family:var(--font-sans);color:var(--subdued-gray-text);background:0 0;border:none;border-radius:6px;align-items:center;gap:.6rem;padding:.6rem 1rem;font-size:1.3rem;transition:all .2s;display:flex}@media screen and (max-width:768px){.AdminTopBar-module-sass-module__wNBEXW__healthButton{padding:.6rem .8rem}}@media screen and (max-width:568px){.AdminTopBar-module-sass-module__wNBEXW__healthButton .AdminTopBar-module-sass-module__wNBEXW__healthText{display:none}}.AdminTopBar-module-sass-module__wNBEXW__healthButton:hover{background:#1e80441a}.AdminTopBar-module-sass-module__wNBEXW__healthIcon{font-size:1.4rem}.AdminTopBar-module-sass-module__wNBEXW__healthText{font-weight:500}.AdminTopBar-module-sass-module__wNBEXW__modalOverlay{z-index:2000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.AdminTopBar-module-sass-module__wNBEXW__healthModal{background:#fff;border-radius:12px;width:90%;max-width:500px;max-height:80vh;overflow:hidden;box-shadow:0 20px 60px #0000004d}.AdminTopBar-module-sass-module__wNBEXW__healthModalHeader{background:linear-gradient(135deg, var(--green) 0%, var(--green-accent) 100%);color:#fff;justify-content:space-between;align-items:center;padding:1.5rem 2rem;display:flex}.AdminTopBar-module-sass-module__wNBEXW__healthModalTitle{font-family:var(--font-serif);margin:0;font-size:1.8rem;font-weight:700}.AdminTopBar-module-sass-module__wNBEXW__healthModalClose{color:#fff;cursor:pointer;background:0 0;border:none;border-radius:4px;padding:.5rem;font-size:1.8rem;transition:background-color .2s}.AdminTopBar-module-sass-module__wNBEXW__healthModalClose:hover{background:#fff3}.AdminTopBar-module-sass-module__wNBEXW__healthModalContent{padding:2rem}.AdminTopBar-module-sass-module__wNBEXW__healthStatus{font-family:var(--font-sans);align-items:center;gap:1rem;margin-bottom:1.5rem;font-size:1.4rem;font-weight:500;display:flex}.AdminTopBar-module-sass-module__wNBEXW__healthStatusBadge{text-transform:uppercase;border-radius:4px;padding:.4rem .8rem;font-size:1.2rem;font-weight:600}.AdminTopBar-module-sass-module__wNBEXW__healthStatusBadge.AdminTopBar-module-sass-module__wNBEXW__good{color:var(--green);background:#1e80441a}.AdminTopBar-module-sass-module__wNBEXW__healthStatusBadge.AdminTopBar-module-sass-module__wNBEXW__warning{color:#ed8936;background:#ed89361a}.AdminTopBar-module-sass-module__wNBEXW__healthStatusBadge.AdminTopBar-module-sass-module__wNBEXW__error{color:#ff6b6b;background:#ff6b6b1a}.AdminTopBar-module-sass-module__wNBEXW__healthDetails h4{font-family:var(--font-sans);color:var(--dark-black);margin:0 0 1rem;font-size:1.3rem;font-weight:600}.AdminTopBar-module-sass-module__wNBEXW__healthDetails ul{margin:0;padding-left:1.5rem}.AdminTopBar-module-sass-module__wNBEXW__healthDetails li{font-family:var(--font-sans);color:var(--subdued-gray-text);margin-bottom:.5rem;font-size:1.2rem;line-height:1.5}@media screen and (max-width:568px){.AdminTopBar-module-sass-module__wNBEXW__leftSection{gap:1rem}.AdminTopBar-module-sass-module__wNBEXW__brandSection .AdminTopBar-module-sass-module__wNBEXW__title{font-size:1.6rem}.AdminTopBar-module-sass-module__wNBEXW__adminBadge{padding:.3rem .6rem;font-size:1rem}.AdminTopBar-module-sass-module__wNBEXW__backToSite{font-size:1.3rem}}@media screen and (max-width:420px){.AdminTopBar-module-sass-module__wNBEXW__topBar{padding:1rem}.AdminTopBar-module-sass-module__wNBEXW__rightSection{gap:1rem}.AdminTopBar-module-sass-module__wNBEXW__statusIndicator span{display:none}}
.basic-button-module-sass-module__8RvnHW__wrapper{background:var(--green);color:#fff;font-size:1.6rem;font-family:var(--font-sans),sans-serif;border:0;border-radius:4px;padding:1.5rem;font-weight:500;transition:all .1s;display:inline-block}.basic-button-module-sass-module__8RvnHW__wrapper.basic-button-module-sass-module__8RvnHW__tinyWhite{border:1px solid var(--green);color:var(--green);background:#fff;padding:.8rem;font-size:1.4rem;transition:border-color .1s;display:block}.basic-button-module-sass-module__8RvnHW__wrapper.basic-button-module-sass-module__8RvnHW__tinyWhite:hover:not([disabled]),.basic-button-module-sass-module__8RvnHW__wrapper.basic-button-module-sass-module__8RvnHW__tinyWhite:focus:not([disabled]){border-color:var(--button-border-active);transition:border-color .1s}.basic-button-module-sass-module__8RvnHW__wrapper.basic-button-module-sass-module__8RvnHW__smallWhite{border:1px solid var(--border-gray);color:var(--green);background:#fff;padding:1rem 1.5rem;font-size:1.6rem;transition:border-color .1s;display:block}.basic-button-module-sass-module__8RvnHW__wrapper.basic-button-module-sass-module__8RvnHW__smallWhite:hover:not([disabled]),.basic-button-module-sass-module__8RvnHW__wrapper.basic-button-module-sass-module__8RvnHW__smallWhite:focus:not([disabled]){border-color:var(--button-border-active);transition:border-color .1s}.basic-button-module-sass-module__8RvnHW__wrapper.basic-button-module-sass-module__8RvnHW__smallWhite.basic-button-module-sass-module__8RvnHW__articlesIndex button{color:var(--green);cursor:pointer;font-size:1.6rem;font-weight:500}.basic-button-module-sass-module__8RvnHW__wrapper.basic-button-module-sass-module__8RvnHW__smallWhiteBFCM{border:1px solid var(--bfcm-red);color:var(--bfcm-red);background:#fff;padding:1rem 1.5rem;font-size:1.6rem;transition:border-color .1s;display:block}.basic-button-module-sass-module__8RvnHW__wrapper.basic-button-module-sass-module__8RvnHW__smallWhiteBFCM:hover:not([disabled]),.basic-button-module-sass-module__8RvnHW__wrapper.basic-button-module-sass-module__8RvnHW__smallWhiteBFCM:focus:not([disabled]){border-color:var(--button-border-active);transition:border-color .1s}.basic-button-module-sass-module__8RvnHW__wrapper.basic-button-module-sass-module__8RvnHW__largeWhite{border:1px solid var(--border-gray);color:var(--green);background:#fff;padding:2rem 3rem;font-size:1.5rem;transition:border-color .1s;display:block}.basic-button-module-sass-module__8RvnHW__wrapper.basic-button-module-sass-module__8RvnHW__largeWhite:hover:not([disabled]),.basic-button-module-sass-module__8RvnHW__wrapper.basic-button-module-sass-module__8RvnHW__largeWhite:focus:not([disabled]){border-color:var(--button-border-active);transition:border-color .1s}.basic-button-module-sass-module__8RvnHW__wrapper.basic-button-module-sass-module__8RvnHW__fixed56{border:1px solid var(--border-gray);width:138px;height:56px;color:var(--green);background:#fff;padding:1rem 1.5rem;font-size:1.8rem;transition:all .2s;display:block}.basic-button-module-sass-module__8RvnHW__wrapper.basic-button-module-sass-module__8RvnHW__fixed56:hover:not([disabled]),.basic-button-module-sass-module__8RvnHW__wrapper.basic-button-module-sass-module__8RvnHW__fixed56:focus:not([disabled]){color:#fff;border:3px solid #fff;transition:all .2s}.basic-button-module-sass-module__8RvnHW__wrapper.basic-button-module-sass-module__8RvnHW__postBigCta{border:1px solid var(--border-gray);color:var(--black);background:#fff;padding:1.5rem 2.5rem;font-size:1.7rem;font-weight:600;display:block}.basic-button-module-sass-module__8RvnHW__wrapper.basic-button-module-sass-module__8RvnHW__postBigCta:hover:not([disabled]),.basic-button-module-sass-module__8RvnHW__wrapper.basic-button-module-sass-module__8RvnHW__postBigCta:focus:not([disabled]){color:var(--green);border-color:var(--dark-black)}.basic-button-module-sass-module__8RvnHW__wrapper.basic-button-module-sass-module__8RvnHW__stdGreen:hover:not([disabled]),.basic-button-module-sass-module__8RvnHW__wrapper.basic-button-module-sass-module__8RvnHW__stdGreen:focus:not([disabled]){background:#22914d}.basic-button-module-sass-module__8RvnHW__wrapper.basic-button-module-sass-module__8RvnHW__stdGreenTopbar{white-space:nowrap;margin-right:1rem;padding:.7rem}.basic-button-module-sass-module__8RvnHW__wrapper.basic-button-module-sass-module__8RvnHW__stdGreenTopbar.basic-button-module-sass-module__8RvnHW__hideButton{display:none}.basic-button-module-sass-module__8RvnHW__wrapper.basic-button-module-sass-module__8RvnHW__stdGreenTopbar:hover:not([disabled]),.basic-button-module-sass-module__8RvnHW__wrapper.basic-button-module-sass-module__8RvnHW__stdGreenTopbar:focus:not([disabled]){background:#22914d}.basic-button-module-sass-module__8RvnHW__wrapper.basic-button-module-sass-module__8RvnHW__smallGreen{background:var(--green);padding:1rem;font-size:1.6rem}.basic-button-module-sass-module__8RvnHW__wrapper.basic-button-module-sass-module__8RvnHW__bigEmailCta{padding-left:26px;padding-right:26px}.basic-button-module-sass-module__8RvnHW__wrapper.basic-button-module-sass-module__8RvnHW__bigEmailCta:hover:not([disabled]),.basic-button-module-sass-module__8RvnHW__wrapper.basic-button-module-sass-module__8RvnHW__bigEmailCta:focus:not([disabled]){background:#22914d}.basic-button-module-sass-module__8RvnHW__wrapper.basic-button-module-sass-module__8RvnHW__bigEmailCta:disabled{cursor:not-allowed!important}.basic-button-module-sass-module__8RvnHW__wrapper.basic-button-module-sass-module__8RvnHW__premiumAction{border-radius:2px;height:46px;padding:0 1.5rem}.basic-button-module-sass-module__8RvnHW__wrapper.basic-button-module-sass-module__8RvnHW__premiumAction:hover:not([disabled]),.basic-button-module-sass-module__8RvnHW__wrapper.basic-button-module-sass-module__8RvnHW__premiumAction:focus:not([disabled]){background:#22914d}.basic-button-module-sass-module__8RvnHW__wrapper.basic-button-module-sass-module__8RvnHW__mainMobileNav{width:100%}.basic-button-module-sass-module__8RvnHW__wrapper.basic-button-module-sass-module__8RvnHW__mainMobileNav a{color:#fff}.basic-button-module-sass-module__8RvnHW__wrapper.basic-button-module-sass-module__8RvnHW__mainMobileNav:hover:not([disabled]),.basic-button-module-sass-module__8RvnHW__wrapper.basic-button-module-sass-module__8RvnHW__mainMobileNav:focus:not([disabled]){background:#22914d}.basic-button-module-sass-module__8RvnHW__wrapper.basic-button-module-sass-module__8RvnHW__secondaryMobileNav{border:1px solid var(--green);background:#fff;width:100%}.basic-button-module-sass-module__8RvnHW__wrapper.basic-button-module-sass-module__8RvnHW__secondaryMobileNav:hover:not([disabled]),.basic-button-module-sass-module__8RvnHW__wrapper.basic-button-module-sass-module__8RvnHW__secondaryMobileNav:focus:not([disabled]){border-color:var(--black);color:var(--green)}.basic-button-module-sass-module__8RvnHW__wrapper.basic-button-module-sass-module__8RvnHW__productQty{border:1px solid var(--green);color:var(--green);background:#fff;border-radius:2px;margin-top:.3rem;padding:.8rem 1.2rem;font-size:1.2rem;font-weight:900;line-height:1}.basic-button-module-sass-module__8RvnHW__wrapper[disabled]{opacity:.5}.basic-button-module-sass-module__8RvnHW__wrapper:hover,.basic-button-module-sass-module__8RvnHW__wrapper:focus{cursor:pointer;outline:none}.basic-button-module-sass-module__8RvnHW__wrapper.basic-button-module-sass-module__8RvnHW__healthGuidesBanner{justify-content:center;display:flex}.basic-button-module-sass-module__8RvnHW__wrapper.basic-button-module-sass-module__8RvnHW__disabled{cursor:not-allowed}
.checkbox-module-sass-module__dZtoqG__checkboxContainer{vertical-align:middle;display:inline-block}.checkbox-module-sass-module__dZtoqG__checkboxContainer:hover{cursor:pointer}.checkbox-module-sass-module__dZtoqG__icon{fill:none;stroke:#fff;stroke-width:2px;visibility:hidden}.checkbox-module-sass-module__dZtoqG__checked .checkbox-module-sass-module__dZtoqG__icon{visibility:visible}.checkbox-module-sass-module__dZtoqG__hiddenCheckbox{clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.checkbox-module-sass-module__dZtoqG__hiddenCheckbox:focus{box-shadow:0 0 0 3px var(--green-accent);outline:none}.checkbox-module-sass-module__dZtoqG__styledCheckbox{background:var(--border-gray);border:2px solid #fff;border-radius:3px;width:28px;height:28px;padding:2px;line-height:1;transition:all .15s;display:inline-block}.checkbox-module-sass-module__dZtoqG__checked{background:var(--green)}.checkbox-module-sass-module__dZtoqG__checked:hover{box-shadow:0 0 0 3px var(--green-accent)}
.error-module-sass-module__5YPtHa__errorStyles{background:#fff;border:1px solid #0000000d;border-left:5px solid red;margin:2rem 0;padding:2rem}.error-module-sass-module__5YPtHa__errorStyles p{margin:0;font-weight:100}.error-module-sass-module__5YPtHa__errorStyles strong{margin-right:1rem}.error-module-sass-module__5YPtHa__wrapper{color:#cd5c5c;font-size:1.6rem;line-height:1.9;font-family:var(--font-sans),sans-serif;border:1px solid #cd5c5c;border-radius:2px;margin-bottom:2rem;padding:1rem;font-weight:900;display:flex}.error-module-sass-module__5YPtHa__wrapper svg{max-width:24px;max-height:24px;margin-top:3px;margin-right:1rem}
.contact-form-module-sass-module__sIsjVW__wrapper{max-width:1230px;margin:0 auto;padding:5rem 1.6rem}@media screen and (min-width:768px){.contact-form-module-sass-module__sIsjVW__wrapper{grid-template-columns:315px auto;display:grid}}@media screen and (min-width:820px){.contact-form-module-sass-module__sIsjVW__wrapper{grid-template-columns:375px auto}}@media screen and (min-width:900px){.contact-form-module-sass-module__sIsjVW__wrapper{grid-template-columns:415px auto}}.contact-form-module-sass-module__sIsjVW__wrapper>div:first-of-type h2{margin-top:0;font-size:2.8rem;line-height:3.4rem}@media screen and (min-width:768px){.contact-form-module-sass-module__sIsjVW__wrapper>div:first-of-type h2{max-width:350px}}.contact-form-module-sass-module__sIsjVW__form{display:block}@media screen and (min-width:1024px){.contact-form-module-sass-module__sIsjVW__form{display:flex}}.contact-form-module-sass-module__sIsjVW__form>div{margin-bottom:2rem;margin-right:0}@media screen and (min-width:900px){.contact-form-module-sass-module__sIsjVW__form>div{margin-bottom:3rem}}@media screen and (min-width:1024px){.contact-form-module-sass-module__sIsjVW__form>div{margin-bottom:4rem;margin-right:25px}}
.core-values-module-sass-module__G-9IFq__wrapper{max-width:var(--max-width);border-bottom:1px solid #0000;border-bottom-color:var(--border-gray);margin:0 auto;padding:4rem 1.6rem 6rem}.core-values-module-sass-module__G-9IFq__wrapper.core-values-module-sass-module__G-9IFq__last{border-bottom-color:#0000}@media screen and (min-width:600px){.core-values-module-sass-module__G-9IFq__wrapper{padding:6rem 1.6rem 8rem}}@media screen and (min-width:1024px){.core-values-module-sass-module__G-9IFq__wrapper{padding:10rem 1.6rem 8rem}}.core-values-module-sass-module__G-9IFq__wrapper h2{text-align:center;margin-top:0;margin-bottom:4rem;font-size:4rem;line-height:1.1}@media screen and (min-width:600px){.core-values-module-sass-module__G-9IFq__wrapper h2{margin-bottom:5rem}}@media screen and (min-width:768px){.core-values-module-sass-module__G-9IFq__wrapper h2{margin-bottom:6rem}}@media screen and (min-width:1024px){.core-values-module-sass-module__G-9IFq__wrapper h2{margin-bottom:7rem}}@media screen and (min-width:600px){.core-values-module-sass-module__G-9IFq__wrapper>div{grid-column-gap:20px;grid-template-columns:48% 48%;justify-content:space-between;display:grid}}@media screen and (min-width:830px){.core-values-module-sass-module__G-9IFq__wrapper>div{grid-template-columns:repeat(4,22%)}}.core-values-module-sass-module__G-9IFq__wrapper>div>div{grid-gap:16px;grid-template-columns:36px auto;margin-bottom:1rem;display:grid}@media screen and (min-width:830px){.core-values-module-sass-module__G-9IFq__wrapper>div>div{display:unset}}.core-values-module-sass-module__G-9IFq__wrapper>div>div svg{margin-top:10px}.core-values-module-sass-module__G-9IFq__wrapper span{margin-bottom:2rem;font-size:1.9rem;display:block}
.mail-chimp-form-module-sass-module__JxIBca__form.mail-chimp-form-module-sass-module__JxIBca__sending{opacity:.7}.mail-chimp-form-module-sass-module__JxIBca__form.mail-chimp-form-module-sass-module__JxIBca__success{background:#90ee90}.mail-chimp-form-module-sass-module__JxIBca__form.mail-chimp-form-module-sass-module__JxIBca__error{background:#cd5c5c}.mail-chimp-form-module-sass-module__JxIBca__form fieldset{border:none;padding:0}@media screen and (min-width:468px){.mail-chimp-form-module-sass-module__JxIBca__form fieldset .mail-chimp-form-module-sass-module__JxIBca__upperWrapper{grid-gap:20px;grid-template-columns:auto 130px;align-items:flex-end;display:grid}}.mail-chimp-form-module-sass-module__JxIBca__form fieldset .mail-chimp-form-module-sass-module__JxIBca__upperWrapper div:first-of-type label{font-size:1.3rem}.mail-chimp-form-module-sass-module__JxIBca__form fieldset .mail-chimp-form-module-sass-module__JxIBca__upperWrapper div:first-of-type input{border:none;border-bottom:1px solid var(--border-gray);width:100%;margin-bottom:1rem;padding-bottom:1rem;font-size:1.8rem;transition:all .2s}.mail-chimp-form-module-sass-module__JxIBca__form fieldset .mail-chimp-form-module-sass-module__JxIBca__upperWrapper div:first-of-type input:hover,.mail-chimp-form-module-sass-module__JxIBca__form fieldset .mail-chimp-form-module-sass-module__JxIBca__upperWrapper div:first-of-type input:focus{border-bottom-color:var(--border-gray-active);outline:none;transition:border-color .2s}.mail-chimp-form-module-sass-module__JxIBca__form fieldset .mail-chimp-form-module-sass-module__JxIBca__upperWrapper div:first-of-type input:focus::placeholder{color:var(--border-gray-active);transition:color .2s}@media screen and (min-width:468px){.mail-chimp-form-module-sass-module__JxIBca__form fieldset .mail-chimp-form-module-sass-module__JxIBca__upperWrapper div:first-of-type input{margin-bottom:0}}.mail-chimp-form-module-sass-module__JxIBca__form fieldset .mail-chimp-form-module-sass-module__JxIBca__upperWrapper button{width:100%}@media screen and (min-width:380px){.mail-chimp-form-module-sass-module__JxIBca__form fieldset .mail-chimp-form-module-sass-module__JxIBca__upperWrapper button{width:auto}}.mail-chimp-form-module-sass-module__JxIBca__form fieldset:last-of-type{margin-top:2.5rem}.mail-chimp-form-module-sass-module__JxIBca__form fieldset:last-of-type>div{margin-bottom:1.8rem}.mail-chimp-form-module-sass-module__JxIBca__form fieldset:last-of-type label{grid-template-columns:38px auto;display:grid}.mail-chimp-form-module-sass-module__JxIBca__form fieldset:last-of-type label>span{line-height:1.2}.mail-chimp-form-module-sass-module__JxIBca__form fieldset:last-of-type label>span span{font-weight:600;display:block}.mail-chimp-form-module-sass-module__JxIBca__form fieldset:last-of-type label>span small{color:var(--subdued-gray-text);font-size:1.4rem}
.ratings-module-sass-module__80f5iG__ratingsWrapper{border-bottom:1px solid var(--border-gray);margin:1.3rem auto 2rem}.ratings-module-sass-module__80f5iG__ratingsWrapper>div{justify-content:center;margin-bottom:1.5rem;display:flex}@media screen and (min-width:1250px){.ratings-module-sass-module__80f5iG__ratingsWrapper>div{margin:2.8rem auto 1.5rem;display:block}}.ratings-module-sass-module__80f5iG__ratingsWrapper>div.ratings-module-sass-module__80f5iG__num{margin:.2rem auto 1.5rem}.ratings-module-sass-module__80f5iG__ratingsWrapper .ratings-module-sass-module__80f5iG__meta{color:var(--subdued-gray-text);margin-top:.2rem;font-size:1.35rem;font-weight:400}.ratings-module-sass-module__80f5iG__ratingsWrapper .ratings-module-sass-module__80f5iG__meta span{color:var(--black);margin-right:.35rem}.ratings-module-sass-module__80f5iG__ratingsWrapperInner .ratings-module-sass-module__80f5iG__ratings>span>span{margin-right:1.12rem;display:block}.ratings-module-sass-module__80f5iG__ratingsWrapperInner .ratings-module-sass-module__80f5iG__ratings>span>span:last-of-type{margin-right:0}
.product-meta-module-sass-module__LeOBBW__wrapper .product-meta-module-sass-module__LeOBBW__price{max-width:600px;margin:0 3rem 0 0;padding:0;font-size:1.9rem;font-weight:700;line-height:5.5rem}@media screen and (min-width:400px){.product-meta-module-sass-module__LeOBBW__wrapper .product-meta-module-sass-module__LeOBBW__price{font-size:2.9rem}}@media screen and (min-width:470px){.product-meta-module-sass-module__LeOBBW__wrapper .product-meta-module-sass-module__LeOBBW__price{font-size:3.9rem}}@media screen and (min-width:600px){.product-meta-module-sass-module__LeOBBW__wrapper .product-meta-module-sass-module__LeOBBW__price{font-size:3.9rem}}@media screen and (min-width:1024px){.product-meta-module-sass-module__LeOBBW__wrapper .product-meta-module-sass-module__LeOBBW__price{font-size:4.9rem}}.product-meta-module-sass-module__LeOBBW__wrapper .product-meta-module-sass-module__LeOBBW__productMeta{align-items:center;margin:3rem 0;display:flex;position:relative}.product-meta-module-sass-module__LeOBBW__wrapper .product-meta-module-sass-module__LeOBBW__metaRow{line-height:1.2}.product-meta-module-sass-module__LeOBBW__wrapper .product-meta-module-sass-module__LeOBBW__dim{color:#fff9;line-height:1.5}.product-meta-module-sass-module__LeOBBW__wrapper .product-meta-module-sass-module__LeOBBW__dim.product-meta-module-sass-module__LeOBBW__inStockFalse{color:#fff;font-style:italic;text-decoration:underline}.product-meta-module-sass-module__LeOBBW__wrapper .product-meta-module-sass-module__LeOBBW__originalPrice{text-decoration:line-through;position:absolute;top:-12px}
.big-cta-module-sass-module__9V2HCq__bigCtaWrapper{color:#fff;flex-direction:column;grid-template-columns:auto 50%;align-items:center;column-gap:20px;margin-top:4.5rem;padding:4.8rem 1.6rem;display:flex;overflow:hidden}@media print{.big-cta-module-sass-module__9V2HCq__bigCtaWrapper{display:none}}.big-cta-module-sass-module__9V2HCq__bigCtaWrapper h5{color:#fff;max-width:600px;margin:0 3rem 0 0;padding:0;font-size:3.6rem;line-height:1.17}@media screen and (min-width:768px){.big-cta-module-sass-module__9V2HCq__bigCtaWrapper h5{font-size:4.2rem;line-height:1.15}}@media screen and (min-width:1024px){.big-cta-module-sass-module__9V2HCq__bigCtaWrapper h5{font-size:4.9rem;line-height:1.12}}.big-cta-module-sass-module__9V2HCq__bigCtaWrapper p{max-width:500px;margin-bottom:3rem;font-size:2rem}.big-cta-module-sass-module__9V2HCq__bigCtaWrapper .big-cta-module-sass-module__9V2HCq__imageContainer{width:100%;height:355px;margin-bottom:3.5rem;position:relative}@media screen and (min-width:768px){.big-cta-module-sass-module__9V2HCq__bigCtaWrapper .big-cta-module-sass-module__9V2HCq__imageContainer{width:100%;max-width:600px;height:100%;max-height:400px;margin-bottom:0}}.big-cta-module-sass-module__9V2HCq__bigCtaWrapper .big-cta-module-sass-module__9V2HCq__imageContainer a{border-bottom:none}.big-cta-module-sass-module__9V2HCq__bigCtaWrapper img{filter:drop-shadow(0 5px 18px #0000004a);max-width:100%;height:auto}.big-cta-module-sass-module__9V2HCq__bigCtaWrapper img.big-cta-module-sass-module__9V2HCq__noShadow{filter:none}.big-cta-module-sass-module__9V2HCq__bigCtaWrapper.big-cta-module-sass-module__9V2HCq__generalCta{align-items:end;padding-bottom:0}@media screen and (min-width:600px){.big-cta-module-sass-module__9V2HCq__bigCtaWrapper.big-cta-module-sass-module__9V2HCq__generalCta{display:grid}}@media screen and (min-width:768px){.big-cta-module-sass-module__9V2HCq__bigCtaWrapper.big-cta-module-sass-module__9V2HCq__generalCta{padding:6.8rem 2rem 0}}@media screen and (min-width:1024px){.big-cta-module-sass-module__9V2HCq__bigCtaWrapper.big-cta-module-sass-module__9V2HCq__generalCta{padding:6rem 2.4rem 0}}@media screen and (min-width:1250px){.big-cta-module-sass-module__9V2HCq__bigCtaWrapper.big-cta-module-sass-module__9V2HCq__generalCta{padding:8rem 10rem 0}}.big-cta-module-sass-module__9V2HCq__bigCtaWrapper.big-cta-module-sass-module__9V2HCq__generalCta>div:first-of-type{padding-bottom:3rem}@media screen and (min-width:600px){.big-cta-module-sass-module__9V2HCq__bigCtaWrapper.big-cta-module-sass-module__9V2HCq__generalCta>div:first-of-type{margin-bottom:8rem}}.big-cta-module-sass-module__9V2HCq__bigCtaWrapper.big-cta-module-sass-module__9V2HCq__generalCta h5{margin-bottom:3rem}.big-cta-module-sass-module__9V2HCq__bigCtaWrapper.big-cta-module-sass-module__9V2HCq__generalCta p{margin-bottom:4rem}.big-cta-module-sass-module__9V2HCq__bigCtaWrapper.big-cta-module-sass-module__9V2HCq__generalCta .big-cta-module-sass-module__9V2HCq__imageContainer{width:100%;position:relative}.big-cta-module-sass-module__9V2HCq__bigCtaWrapper.big-cta-module-sass-module__9V2HCq__generalCta .big-cta-module-sass-module__9V2HCq__imageContainer img{width:100%;max-width:420px;height:100%;max-height:100%;margin:0 auto;display:block}@media screen and (min-width:600px){.big-cta-module-sass-module__9V2HCq__bigCtaWrapper.big-cta-module-sass-module__9V2HCq__generalCta .big-cta-module-sass-module__9V2HCq__imageContainer img{max-width:100%}}.big-cta-module-sass-module__9V2HCq__bigCtaWrapper.big-cta-module-sass-module__9V2HCq__generalCta .big-cta-module-sass-module__9V2HCq__imageContainer a{width:100%;height:100%;padding-bottom:0;line-height:0;display:block}.big-cta-module-sass-module__9V2HCq__bigCtaWrapper.big-cta-module-sass-module__9V2HCq__product{flex-direction:column;max-width:1230px;margin:0 auto}.big-cta-module-sass-module__9V2HCq__bigCtaWrapper.big-cta-module-sass-module__9V2HCq__product>div:first-of-type{order:2}.big-cta-module-sass-module__9V2HCq__bigCtaWrapper.big-cta-module-sass-module__9V2HCq__product>div:last-of-type{order:1}@media screen and (min-width:600px){.big-cta-module-sass-module__9V2HCq__bigCtaWrapper.big-cta-module-sass-module__9V2HCq__product{display:grid}.big-cta-module-sass-module__9V2HCq__bigCtaWrapper.big-cta-module-sass-module__9V2HCq__product>div:first-of-type{order:1}.big-cta-module-sass-module__9V2HCq__bigCtaWrapper.big-cta-module-sass-module__9V2HCq__product>div:last-of-type{order:2}}@media screen and (min-width:768px){.big-cta-module-sass-module__9V2HCq__bigCtaWrapper.big-cta-module-sass-module__9V2HCq__product{padding:6.8rem 2rem}}@media screen and (min-width:1024px){.big-cta-module-sass-module__9V2HCq__bigCtaWrapper.big-cta-module-sass-module__9V2HCq__product{padding:6rem 2.4rem}}@media screen and (min-width:1250px){.big-cta-module-sass-module__9V2HCq__bigCtaWrapper.big-cta-module-sass-module__9V2HCq__product{padding:8rem 10rem}}@media screen and (min-width:1320px){.big-cta-module-sass-module__9V2HCq__bigCtaWrapper.big-cta-module-sass-module__9V2HCq__product{padding:8rem 0}}
.special-thanks-module-sass-module__fzo6kq__wrapper{max-width:var(--max-width);border-bottom:1px solid #0000;flex-direction:column;align-items:center;margin:0 auto;padding:4rem 1.6rem 0;display:flex}@media screen and (min-width:600px){.special-thanks-module-sass-module__fzo6kq__wrapper{padding:4rem 2.6rem 7rem;display:flex}}@media screen and (min-width:1024px){.special-thanks-module-sass-module__fzo6kq__wrapper{padding:10rem 8rem}}@media screen and (min-width:1250px){.special-thanks-module-sass-module__fzo6kq__wrapper{max-width:1250px;margin:0 auto;padding:10rem 0}}.special-thanks-module-sass-module__fzo6kq__wrapper .special-thanks-module-sass-module__fzo6kq__borderGray{border-bottom-color:var(--borderGray)}.special-thanks-module-sass-module__fzo6kq__wrapper h2{text-align:center;margin-top:0;margin-bottom:5rem;font-size:4rem}@media screen and (min-width:600px){.special-thanks-module-sass-module__fzo6kq__wrapper h2{margin-bottom:7rem}}.special-thanks-module-sass-module__fzo6kq__wrapper .special-thanks-module-sass-module__fzo6kq__name{letter-spacing:-.3px;margin-bottom:2rem;font-size:1.9rem;font-weight:900;display:block}.special-thanks-module-sass-module__fzo6kq__wrapper a{color:var(--green);text-decoration:underline}.special-thanks-module-sass-module__fzo6kq__wrapper .special-thanks-module-sass-module__fzo6kq__attribution{font-size:2rem}@media screen and (min-width:600px){.special-thanks-module-sass-module__fzo6kq__wrapper .special-thanks-module-sass-module__fzo6kq__attribution{grid-gap:40px;grid-template-columns:46% 46%;justify-content:center;display:grid}}@media screen and (min-width:768px){.special-thanks-module-sass-module__fzo6kq__wrapper .special-thanks-module-sass-module__fzo6kq__attribution{grid-template-columns:48% 48%}}@media screen and (min-width:900px){.special-thanks-module-sass-module__fzo6kq__wrapper .special-thanks-module-sass-module__fzo6kq__attribution{grid-gap:50px;grid-template-columns:390px 390px}}.special-thanks-module-sass-module__fzo6kq__wrapper .special-thanks-module-sass-module__fzo6kq__attribution>div{margin-bottom:5rem}@media screen and (min-width:600px){.special-thanks-module-sass-module__fzo6kq__wrapper .special-thanks-module-sass-module__fzo6kq__attribution>div{margin-bottom:0}}
.category-single-module-sass-module__4XlhIa__categoryWrapper{text-transform:uppercase;border:1px solid var(--border-gray);margin-bottom:2rem;margin-right:1rem;padding:.6rem 1rem;font-size:1.3rem;font-weight:900;display:inline-flex}.category-single-module-sass-module__4XlhIa__categoryWrapper .category-single-module-sass-module__4XlhIa__category{text-transform:uppercase;border-bottom:none;padding:0;font-size:1.3rem;font-weight:600;line-height:1.1}.category-single-module-sass-module__4XlhIa__categoryWrapper .category-single-module-sass-module__4XlhIa__category:hover{color:var(--dark)}.category-single-module-sass-module__4XlhIa__categoryWrapper .category-single-module-sass-module__4XlhIa__category.category-single-module-sass-module__4XlhIa__first{padding:0 1rem 0 0}.category-single-module-sass-module__4XlhIa__categoryWrapper .category-single-module-sass-module__4XlhIa__category.category-single-module-sass-module__4XlhIa__second{margin-bottom:0;padding:0;position:relative;top:auto;left:auto}.category-single-module-sass-module__4XlhIa__categoryWrapper .category-single-module-sass-module__4XlhIa__article{color:var(--dark-black);align-self:center;margin-bottom:0;display:inline-flex}.category-single-module-sass-module__4XlhIa__categoryWrapper .category-single-module-sass-module__4XlhIa__article.category-single-module-sass-module__4XlhIa__noPad{margin-bottom:0}.category-single-module-sass-module__4XlhIa__categoryWrapper.category-single-module-sass-module__4XlhIa__noBorder{background:#fff;border:none;position:absolute;top:53vw}@media screen and (min-width:600px){.category-single-module-sass-module__4XlhIa__categoryWrapper.category-single-module-sass-module__4XlhIa__noBorder{top:23vw}}@media screen and (min-width:1024px){.category-single-module-sass-module__4XlhIa__categoryWrapper.category-single-module-sass-module__4XlhIa__noBorder{top:151px}}.category-single-module-sass-module__4XlhIa__categoryWrapper span{background-position:0 5px;background-size:70%;width:15px;height:15px;margin-right:1px}.category-single-module-sass-module__4XlhIa__categoryWrapper a{border-bottom:none!important}.category-single-module-sass-module__4XlhIa__catLink{align-content:center;align-items:center;display:flex}#category-single-module-sass-module__4XlhIa__podcastIcon{align-self:center;width:10px;height:10px;margin-bottom:0;margin-right:10px}
.single-column-text-module-sass-module__YLgkva__wrapper{max-width:var(--max-width);border-bottom:1px solid #0000;border-bottom-color:var(--border-gray);justify-content:center;margin:0 auto;padding:1rem 1.6rem 3rem;font-size:2rem;display:flex}.single-column-text-module-sass-module__YLgkva__wrapper a{color:var(--green);text-decoration:underline}.single-column-text-module-sass-module__YLgkva__wrapper.single-column-text-module-sass-module__YLgkva__last{border-bottom-color:#0000}@media screen and (min-width:600px){.single-column-text-module-sass-module__YLgkva__wrapper{padding:4rem 1.6rem}}@media screen and (min-width:768px){.single-column-text-module-sass-module__YLgkva__wrapper{padding:6rem 1.6rem}}@media screen and (min-width:1024px){.single-column-text-module-sass-module__YLgkva__wrapper{padding:8rem 1.6rem}}@media screen and (min-width:1250px){.single-column-text-module-sass-module__YLgkva__wrapper{padding:8rem 0}}@media screen and (min-width:1024px){.single-column-text-module-sass-module__YLgkva__wrapper>div{max-width:70%}}.single-column-text-module-sass-module__YLgkva__wrapper>div p{margin-top:0}
.comments-sidebar-module-sass-module__mxEJFW__commentsSidebarWrapper{z-index:4;background:#fff;border-left:1px solid #eee;width:100%;height:calc(100% - 64px);transition:transform .1s;position:fixed;top:0;bottom:0;right:0;transform:translate(115%);box-shadow:-9px 0 13px #00000026}@media screen and (min-width:500px){.comments-sidebar-module-sass-module__mxEJFW__commentsSidebarWrapper{width:500px}}@media screen and (min-width:1024px){.comments-sidebar-module-sass-module__mxEJFW__commentsSidebarWrapper{height:100%;transform:translate(100vw)}}.comments-sidebar-module-sass-module__mxEJFW__commentsSidebarWrapper.comments-sidebar-module-sass-module__mxEJFW__commentsSidebarWrapperOpen{transition:transform .1s;transform:translate(0)}.comments-sidebar-module-sass-module__mxEJFW__commentsSidebarWrapper .comments-sidebar-module-sass-module__mxEJFW__close{color:var(--dark);background:0 0;border:none;outline:none;margin-left:2.2rem;padding:.4rem 0;font-size:2rem;transition:color .1s}.comments-sidebar-module-sass-module__mxEJFW__commentsSidebarWrapper .comments-sidebar-module-sass-module__mxEJFW__close:hover{cursor:pointer;color:var(--green);transition:color .1s}.comments-sidebar-module-sass-module__mxEJFW__commentsSidebarWrapper .comments-sidebar-module-sass-module__mxEJFW__header{padding:4.7rem 1.6rem 0;font-size:3.2rem;font-weight:900;display:block}@media screen and (min-width:768px){.comments-sidebar-module-sass-module__mxEJFW__commentsSidebarWrapper .comments-sidebar-module-sass-module__mxEJFW__header{padding:4.7rem 2rem .2rem;font-size:3.5rem}}@media screen and (min-width:1024px){.comments-sidebar-module-sass-module__mxEJFW__commentsSidebarWrapper .comments-sidebar-module-sass-module__mxEJFW__header{padding:4.7rem 2.4rem .7rem;font-size:3.5rem}}.comments-sidebar-module-sass-module__mxEJFW__commentsSidebarWrapper .comments-sidebar-module-sass-module__mxEJFW__header span{font-weight:100}.comments-sidebar-module-sass-module__mxEJFW__commentsSidebarWrapper .comments-sidebar-module-sass-module__mxEJFW__innerWrapper{height:100%;overflow:scroll}.comments-sidebar-module-sass-module__mxEJFW__commentsSidebarWrapper .comments-sidebar-module-sass-module__mxEJFW__formWrapper{padding:0 1.6rem}@media screen and (min-width:768px){.comments-sidebar-module-sass-module__mxEJFW__commentsSidebarWrapper .comments-sidebar-module-sass-module__mxEJFW__formWrapper{padding:0 2rem}}@media screen and (min-width:1024px){.comments-sidebar-module-sass-module__mxEJFW__commentsSidebarWrapper .comments-sidebar-module-sass-module__mxEJFW__formWrapper{padding:0 2.4rem}}.comments-sidebar-module-sass-module__mxEJFW__commentsSidebarWrapper .comments-sidebar-module-sass-module__mxEJFW__comments{flex-direction:column;justify-items:center;max-width:500px;margin-bottom:6rem;padding:1.6rem;display:flex;overflow:hidden}@media screen and (min-width:768px){.comments-sidebar-module-sass-module__mxEJFW__commentsSidebarWrapper .comments-sidebar-module-sass-module__mxEJFW__comments{padding:2rem}}@media screen and (min-width:1024px){.comments-sidebar-module-sass-module__mxEJFW__commentsSidebarWrapper .comments-sidebar-module-sass-module__mxEJFW__comments{padding:2.4rem}}.comments-sidebar-module-sass-module__mxEJFW__commentsSidebarWrapper .comments-sidebar-module-sass-module__mxEJFW__commentSummary{border-bottom:1px solid var(--light-gray);text-align:left;background:#fff;justify-content:space-between;align-items:center;gap:1rem;width:100%;max-width:500px;padding:.9rem 1.6rem;font-size:1.4rem;display:flex;position:fixed;top:0;box-shadow:10px 10px 10px #fff,10px 10px 10px #ffffffb3}@media screen and (min-width:768px){.comments-sidebar-module-sass-module__mxEJFW__commentsSidebarWrapper .comments-sidebar-module-sass-module__mxEJFW__commentSummary{padding:.5px 2rem}}@media screen and (min-width:1024px){.comments-sidebar-module-sass-module__mxEJFW__commentsSidebarWrapper .comments-sidebar-module-sass-module__mxEJFW__commentSummary{padding:.5px 2.4rem}}.comments-sidebar-module-sass-module__mxEJFW__commentsSidebarWrapper .comments-sidebar-module-sass-module__mxEJFW__commentSummary>span{white-space:nowrap;flex-flow:row;line-height:1.2;display:flex}.comments-sidebar-module-sass-module__mxEJFW__commentsSidebarWrapper .comments-sidebar-module-sass-module__mxEJFW__commentSummary>span#comments-sidebar-module-sass-module__mxEJFW__commentCountSpan{flex-flow:row}.comments-sidebar-module-sass-module__mxEJFW__commentsSidebarWrapper .comments-sidebar-module-sass-module__mxEJFW__commentSummary>span>span{display:flex}.comments-sidebar-module-sass-module__mxEJFW__commentsSidebarWrapper .comments-sidebar-module-sass-module__mxEJFW__comment{border-bottom:1px solid var(--light-gray);padding:1.6rem 0 2.6rem}.comments-sidebar-module-sass-module__mxEJFW__commentsSidebarWrapper .comments-sidebar-module-sass-module__mxEJFW__comment .comments-sidebar-module-sass-module__mxEJFW__comment{border-bottom:none;margin-left:12px}@media screen and (min-width:768px){.comments-sidebar-module-sass-module__mxEJFW__commentsSidebarWrapper .comments-sidebar-module-sass-module__mxEJFW__comment .comments-sidebar-module-sass-module__mxEJFW__comment{margin-left:16px}}@media screen and (min-width:1024px){.comments-sidebar-module-sass-module__mxEJFW__commentsSidebarWrapper .comments-sidebar-module-sass-module__mxEJFW__comment .comments-sidebar-module-sass-module__mxEJFW__comment{margin-left:20px}}.comments-sidebar-module-sass-module__mxEJFW__commentsSidebarWrapper .comments-sidebar-module-sass-module__mxEJFW__commentAuthorDate,.comments-sidebar-module-sass-module__mxEJFW__commentsSidebarWrapper .comments-sidebar-module-sass-module__mxEJFW__commentReply{font-weight:900}.comments-sidebar-module-sass-module__mxEJFW__commentsSidebarWrapper .comments-sidebar-module-sass-module__mxEJFW__commentAuthorDate a,.comments-sidebar-module-sass-module__mxEJFW__commentsSidebarWrapper .comments-sidebar-module-sass-module__mxEJFW__commentReply a{color:var(--green)}.comments-sidebar-module-sass-module__mxEJFW__commentsSidebarWrapper .comments-sidebar-module-sass-module__mxEJFW__commentAuthorDate{font-size:1.8rem}.comments-sidebar-module-sass-module__mxEJFW__commentsSidebarWrapper .comments-sidebar-module-sass-module__mxEJFW__commentReply:hover{cursor:pointer}.comments-sidebar-module-sass-module__mxEJFW__commentsSidebarWrapper .comments-sidebar-module-sass-module__mxEJFW__commentBody{padding:0 0 1rem;font-size:1.6rem;line-height:1.45}.comments-sidebar-module-sass-module__mxEJFW__commentsSidebarWrapper .comments-sidebar-module-sass-module__mxEJFW__commentPolicy{background:var(--white);border-top:1px solid #ccc;width:100%;padding:1rem 1.5rem;font-size:1.2rem;line-height:1.2;position:absolute;bottom:0;box-shadow:10px -10px 10px #fff,10px -10px 10px #ffffffb3}@media screen and (min-width:500px){.comments-sidebar-module-sass-module__mxEJFW__commentsSidebarWrapper .comments-sidebar-module-sass-module__mxEJFW__commentPolicy{font-size:1.6rem;line-height:1.6rem}}.comments-sidebar-module-sass-module__mxEJFW__commentsSidebarWrapper .comments-sidebar-module-sass-module__mxEJFW__commentPolicy>span{justify-content:space-between;display:flex}.comments-sidebar-module-sass-module__mxEJFW__commentsSidebarWrapper .comments-sidebar-module-sass-module__mxEJFW__commentsPolicyRight{padding-right:42px;position:relative}.comments-sidebar-module-sass-module__mxEJFW__commentsSidebarWrapper .comments-sidebar-module-sass-module__mxEJFW__commentsPolicyRight span{text-align:center;border:1px solid var(--border-gray);padding:.5rem 1.2rem .1rem;transition:border-color .2s;position:absolute;bottom:-4px;right:-10px}.comments-sidebar-module-sass-module__mxEJFW__commentsSidebarWrapper .comments-sidebar-module-sass-module__mxEJFW__commentsPolicyRight span:hover{cursor:pointer;border-color:var(--border-gray-active);transition:border-color .2s}#comments-sidebar-module-sass-module__mxEJFW__dot{font-feature-settings:"tnum";font-variant-numeric:tabular-nums;border-radius:50%;width:auto;height:auto;margin-right:0;padding:0 .5rem}.comments-sidebar-module-sass-module__mxEJFW__bottomLoadMore{position:absolute;top:-19px}.comments-sidebar-module-sass-module__mxEJFW__bottomLoadMoreOuter{flex-direction:column;align-items:center;width:100%;display:flex;position:relative}
.post-module-sass-module__pIMKja__wrapper{background:#fff;flex-direction:column;padding-bottom:2rem;display:flex;position:relative}.post-module-sass-module__pIMKja__wrapper img{object-fit:cover;display:block}.post-module-sass-module__pIMKja__wrapper a{transition:color .1s}.post-module-sass-module__pIMKja__wrapper a:hover{color:var(--green);border-bottom-color:#0000;transition:color .1s}.post-module-sass-module__pIMKja__wrapper.post-module-sass-module__pIMKja__first{border-bottom:1px solid var(--light-gray);margin-bottom:4rem}@media screen and (min-width:600px){.post-module-sass-module__pIMKja__wrapper.post-module-sass-module__pIMKja__first:last-of-type{border-bottom:0}}@media screen and (min-width:1024px){.post-module-sass-module__pIMKja__wrapper.post-module-sass-module__pIMKja__first{max-width:290px}.post-module-sass-module__pIMKja__wrapper.post-module-sass-module__pIMKja__first:last-of-type{border-bottom:0;margin-bottom:0}}.post-module-sass-module__pIMKja__wrapper.post-module-sass-module__pIMKja__first img{width:100%;height:60vw;margin-bottom:1.4rem}@media screen and (min-width:600px){.post-module-sass-module__pIMKja__wrapper.post-module-sass-module__pIMKja__first img{height:27vw}}@media screen and (min-width:1024px){.post-module-sass-module__pIMKja__wrapper.post-module-sass-module__pIMKja__first img{height:176px}}.post-module-sass-module__pIMKja__wrapper.post-module-sass-module__pIMKja__second{max-width:600px}@media screen and (min-width:600px){.post-module-sass-module__pIMKja__wrapper.post-module-sass-module__pIMKja__second{max-width:100%}}.post-module-sass-module__pIMKja__wrapper.post-module-sass-module__pIMKja__second img{width:100%;height:60vw;margin-bottom:2rem}@media screen and (min-width:600px){.post-module-sass-module__pIMKja__wrapper.post-module-sass-module__pIMKja__second img{height:65vw}}@media screen and (min-width:1024px){.post-module-sass-module__pIMKja__wrapper.post-module-sass-module__pIMKja__second img{height:400px}}.post-module-sass-module__pIMKja__wrapper.post-module-sass-module__pIMKja__third{border-bottom:1px solid var(--light-gray);margin-bottom:1.5rem}.post-module-sass-module__pIMKja__wrapper.post-module-sass-module__pIMKja__third:last-of-type{border-bottom:none;margin-bottom:0}@media screen and (min-width:600px){.post-module-sass-module__pIMKja__wrapper.post-module-sass-module__pIMKja__third h3{margin-top:1.1rem;margin-bottom:0}}@media screen and (min-width:700px){.post-module-sass-module__pIMKja__wrapper.post-module-sass-module__pIMKja__third h3{margin-top:2.1rem;margin-bottom:.5rem}}@media screen and (min-width:1024px){.post-module-sass-module__pIMKja__wrapper.post-module-sass-module__pIMKja__third h3{margin-top:1.1rem;margin-bottom:.5rem}}@media screen and (min-width:1250px){.post-module-sass-module__pIMKja__wrapper.post-module-sass-module__pIMKja__third h3{margin-top:1.1rem;margin-bottom:0}}.post-module-sass-module__pIMKja__wrapper.post-module-sass-module__pIMKja__simple{border-bottom:1px solid var(--border-gray);max-width:400px;margin:0 auto;padding:4rem 0 2rem}@media screen and (min-width:600px){.post-module-sass-module__pIMKja__wrapper.post-module-sass-module__pIMKja__simple{margin:unset;grid-gap:20px;grid-template-columns:200px auto;max-width:100%;display:grid}}@media screen and (min-width:768px){.post-module-sass-module__pIMKja__wrapper.post-module-sass-module__pIMKja__simple{grid-template-columns:290px auto}}.post-module-sass-module__pIMKja__wrapper.post-module-sass-module__pIMKja__simple:last-of-type{border-bottom:none}.post-module-sass-module__pIMKja__wrapper.post-module-sass-module__pIMKja__simple .post-module-sass-module__pIMKja__imageContainer a{height:100%;display:block}.post-module-sass-module__pIMKja__wrapper.post-module-sass-module__pIMKja__simple .post-module-sass-module__pIMKja__imageContainer a img{height:100%}.post-module-sass-module__pIMKja__wrapper.post-module-sass-module__pIMKja__simple img{width:100%}@media screen and (min-width:600px){.post-module-sass-module__pIMKja__wrapper.post-module-sass-module__pIMKja__simple img{max-width:29rem;max-height:20rem}}.post-module-sass-module__pIMKja__wrapper.post-module-sass-module__pIMKja__simple h3{margin-top:1.7rem;font-size:2.8rem}.post-module-sass-module__pIMKja__wrapper.post-module-sass-module__pIMKja__simple p{margin-top:.6rem;font-size:1.8rem;line-height:1.47}.post-module-sass-module__pIMKja__wrapper.post-module-sass-module__pIMKja__simple [class^=CategoryIndicator]{display:none}@media screen and (min-width:600px){.post-module-sass-module__pIMKja__wrapper.post-module-sass-module__pIMKja__simple [class^=CategoryIndicator]{display:unset}}.post-module-sass-module__pIMKja__wrapper p{font-size:2rem;line-height:1.5}.post-module-sass-module__pIMKja__wrapper .post-module-sass-module__pIMKja__buttonList{border-top:1px solid var(--light-gray);grid-gap:1px;background:var(--light-gray);grid-template-columns:repeat(auto-fit,minmax(100px,1fr));width:100%;display:grid}.post-module-sass-module__pIMKja__wrapper .post-module-sass-module__pIMKja__buttonList>*{background:#fff;border:0;padding:1rem;font-size:1rem}
.success-module-sass-module__hrh3Ia__success{border:1px solid var(--green);color:var(--green);font-size:1.6rem;line-height:1.3;font-family:var(--font-sans),sans-serif;border-radius:4px;margin-bottom:2rem;padding:1rem;font-weight:900;display:flex}.success-module-sass-module__hrh3Ia__error{color:#9c3737;border:1px solid #9c3737}.success-module-sass-module__hrh3Ia__error svg{max-width:24px;max-height:24px;margin-right:1rem}
.end-page-subscribe-module-sass-module__0ghYQW__endPageSubscribeWrapper{flex-direction:column;width:100%;max-width:1230px;margin:10rem auto 0;padding:5rem 1.6rem 3rem;display:flex}@media screen and (min-width:768px){.end-page-subscribe-module-sass-module__0ghYQW__endPageSubscribeWrapper{grid-gap:40px;grid-template-columns:auto 50%;padding:6rem 2rem 4.5rem;display:grid}}@media screen and (min-width:1024px){.end-page-subscribe-module-sass-module__0ghYQW__endPageSubscribeWrapper{padding:8rem 2.4rem 6rem}}@media screen and (min-width:1250px){.end-page-subscribe-module-sass-module__0ghYQW__endPageSubscribeWrapper{padding:8rem 0}}@media print{.end-page-subscribe-module-sass-module__0ghYQW__endPageSubscribeWrapper{display:none}}.end-page-subscribe-module-sass-module__0ghYQW__endPageSubscribeWrapper header{color:var(--dark-black);margin-top:0;margin-bottom:2.5rem;font-size:3.4rem;font-weight:700;line-height:1.2}.end-page-subscribe-module-sass-module__0ghYQW__endPageSubscribeWrapper p{font-size:1.7rem;line-height:1.7}.end-page-subscribe-module-sass-module__0ghYQW__epsLeft{max-width:495px;font-size:1.6rem}.end-page-subscribe-module-sass-module__0ghYQW__epsRight{margin-top:.5rem}@media screen and (min-width:768px){.end-page-subscribe-module-sass-module__0ghYQW__epsRight{margin-top:4rem}}
.mobile-sticky-nav-module-sass-module__mdjeza__wrapper{z-index:7;border-top:1px solid var(--border-gray);height:64px;font-family:var(--font-sans),sans-serif;background:#fff;font-size:1.2rem;font-weight:900;display:flex;position:fixed;bottom:0;left:0;right:0}@media screen and (min-width:1024px){.mobile-sticky-nav-module-sass-module__mdjeza__wrapper{display:none}}@media print{.mobile-sticky-nav-module-sass-module__mdjeza__wrapper{display:none}}.mobile-sticky-nav-module-sass-module__mdjeza__wrapper a,.mobile-sticky-nav-module-sass-module__mdjeza__wrapper button{text-align:center;color:var(--dark-black);cursor:pointer;flex:1;padding:1.4rem 0;font-size:1.2rem;font-weight:900;transition:all .1s;position:relative}.mobile-sticky-nav-module-sass-module__mdjeza__wrapper a:focus,.mobile-sticky-nav-module-sass-module__mdjeza__wrapper button:focus{outline:none}.mobile-sticky-nav-module-sass-module__mdjeza__wrapper a svg,.mobile-sticky-nav-module-sass-module__mdjeza__wrapper button svg,.mobile-sticky-nav-module-sass-module__mdjeza__wrapper a svg:hover,.mobile-sticky-nav-module-sass-module__mdjeza__wrapper button svg:hover{transition:all .1s}.mobile-sticky-nav-module-sass-module__mdjeza__wrapper a svg path.mobile-sticky-nav-module-sass-module__mdjeza__line,.mobile-sticky-nav-module-sass-module__mdjeza__wrapper button svg path.mobile-sticky-nav-module-sass-module__mdjeza__line{fill:var(--dark-black)}.mobile-sticky-nav-module-sass-module__mdjeza__wrapper a svg path.mobile-sticky-nav-module-sass-module__mdjeza__lineWhite,.mobile-sticky-nav-module-sass-module__mdjeza__wrapper button svg path.mobile-sticky-nav-module-sass-module__mdjeza__lineWhite{fill:#fff}.mobile-sticky-nav-module-sass-module__mdjeza__wrapper a:hover,.mobile-sticky-nav-module-sass-module__mdjeza__wrapper button:hover{color:var(--green);opacity:1}.mobile-sticky-nav-module-sass-module__mdjeza__wrapper a:hover svg path,.mobile-sticky-nav-module-sass-module__mdjeza__wrapper button:hover svg path{opacity:1}.mobile-sticky-nav-module-sass-module__mdjeza__wrapper a:hover svg path.mobile-sticky-nav-module-sass-module__mdjeza__line,.mobile-sticky-nav-module-sass-module__mdjeza__wrapper button:hover svg path.mobile-sticky-nav-module-sass-module__mdjeza__line{fill:var(--green)}.mobile-sticky-nav-module-sass-module__mdjeza__wrapper a:hover svg path.mobile-sticky-nav-module-sass-module__mdjeza__lineWhite,.mobile-sticky-nav-module-sass-module__mdjeza__wrapper button:hover svg path.mobile-sticky-nav-module-sass-module__mdjeza__lineWhite{fill:#fff}.mobile-sticky-nav-module-sass-module__mdjeza__wrapper a:hover svg path.mobile-sticky-nav-module-sass-module__mdjeza__cross,.mobile-sticky-nav-module-sass-module__mdjeza__wrapper button:hover svg path.mobile-sticky-nav-module-sass-module__mdjeza__cross{stroke:var(--green)}.mobile-sticky-nav-module-sass-module__mdjeza__wrapper a:hover svg g.mobile-sticky-nav-module-sass-module__mdjeza__specialLine,.mobile-sticky-nav-module-sass-module__mdjeza__wrapper button:hover svg g.mobile-sticky-nav-module-sass-module__mdjeza__specialLine{opacity:1}.mobile-sticky-nav-module-sass-module__mdjeza__wrapper a:hover svg g.mobile-sticky-nav-module-sass-module__mdjeza__specialLine path,.mobile-sticky-nav-module-sass-module__mdjeza__wrapper a:hover svg g.mobile-sticky-nav-module-sass-module__mdjeza__specialLine rect,.mobile-sticky-nav-module-sass-module__mdjeza__wrapper button:hover svg g.mobile-sticky-nav-module-sass-module__mdjeza__specialLine path,.mobile-sticky-nav-module-sass-module__mdjeza__wrapper button:hover svg g.mobile-sticky-nav-module-sass-module__mdjeza__specialLine rect{stroke:var(--green)}.mobile-sticky-nav-module-sass-module__mdjeza__wrapper a.mobile-sticky-nav-module-sass-module__mdjeza__current,.mobile-sticky-nav-module-sass-module__mdjeza__wrapper button.mobile-sticky-nav-module-sass-module__mdjeza__current{color:var(--green);opacity:1}.mobile-sticky-nav-module-sass-module__mdjeza__wrapper a.mobile-sticky-nav-module-sass-module__mdjeza__current svg path.mobile-sticky-nav-module-sass-module__mdjeza__line,.mobile-sticky-nav-module-sass-module__mdjeza__wrapper button.mobile-sticky-nav-module-sass-module__mdjeza__current svg path.mobile-sticky-nav-module-sass-module__mdjeza__line{fill:var(--green);opacity:1}.mobile-sticky-nav-module-sass-module__mdjeza__wrapper a.mobile-sticky-nav-module-sass-module__mdjeza__crossOpen,.mobile-sticky-nav-module-sass-module__mdjeza__wrapper button.mobile-sticky-nav-module-sass-module__mdjeza__crossOpen{color:var(--green);opacity:1}.mobile-sticky-nav-module-sass-module__mdjeza__wrapper a.mobile-sticky-nav-module-sass-module__mdjeza__crossOpen svg,.mobile-sticky-nav-module-sass-module__mdjeza__wrapper button.mobile-sticky-nav-module-sass-module__mdjeza__crossOpen svg{opacity:1}.mobile-sticky-nav-module-sass-module__mdjeza__wrapper a.mobile-sticky-nav-module-sass-module__mdjeza__crossOpen svg path.mobile-sticky-nav-module-sass-module__mdjeza__cross,.mobile-sticky-nav-module-sass-module__mdjeza__wrapper button.mobile-sticky-nav-module-sass-module__mdjeza__crossOpen svg path.mobile-sticky-nav-module-sass-module__mdjeza__cross{stroke:var(--green)}.mobile-sticky-nav-module-sass-module__mdjeza__wrapper a.mobile-sticky-nav-module-sass-module__mdjeza__storeLabelWithItem span:nth-child(2),.mobile-sticky-nav-module-sass-module__mdjeza__wrapper button.mobile-sticky-nav-module-sass-module__mdjeza__storeLabelWithItem span:nth-child(2){margin-top:0;display:block}.mobile-sticky-nav-module-sass-module__mdjeza__wrapper a.mobile-sticky-nav-module-sass-module__mdjeza__storeLabelWithItem span:nth-child(3),.mobile-sticky-nav-module-sass-module__mdjeza__wrapper button.mobile-sticky-nav-module-sass-module__mdjeza__storeLabelWithItem span:nth-child(3){line-height:1.1;display:block}.mobile-sticky-nav-module-sass-module__mdjeza__wrapper span:first-child{justify-content:center;align-items:center;height:23px;line-height:1.6;display:block}.mobile-sticky-nav-module-sass-module__mdjeza__wrapper span.mobile-sticky-nav-module-sass-module__mdjeza__cartCount{border:1px solid var(--green);background:var(--green);text-align:center;color:var(--white);font-feature-settings:"tnum";font-variant-numeric:tabular-nums;border-radius:12px;height:auto;padding:0 .6rem;font-size:1.2rem;line-height:1.6;transition:all .1s;display:block;position:absolute;top:4px;right:calc(50% - 22px)}
.show-comments-module-sass-module__uOObMa__showComments{margin:8rem 0 6rem}.show-comments-module-sass-module__uOObMa__showComments.show-comments-module-sass-module__uOObMa__hasNewsletter{margin:7rem 0 10.2rem}.show-comments-module-sass-module__uOObMa__showComments .show-comments-module-sass-module__uOObMa__showCommentsInner{border-bottom:1px solid var(--border-gray);justify-content:center;max-width:60rem;margin:0 auto;display:flex;position:relative}.show-comments-module-sass-module__uOObMa__showComments .show-comments-module-sass-module__uOObMa__showCommentsInner:hover{transition:box-shadow .1s}.show-comments-module-sass-module__uOObMa__hideAds .show-comments-module-sass-module__uOObMa__showComments .show-comments-module-sass-module__uOObMa__showCommentsInner{max-width:60rem}.show-comments-module-sass-module__uOObMa__showComments .show-comments-module-sass-module__uOObMa__pad{background:#fff;padding:2rem;position:absolute;top:-42px}.show-comments-module-sass-module__uOObMa__showComments button{background:var(--green);color:#fff;text-align:center;border:none;border-radius:4px;align-items:center;margin:0 auto;padding:.8rem 1.4rem;font-size:1.8rem;font-weight:600;display:flex}.show-comments-module-sass-module__uOObMa__showComments button:focus{outline:none}.show-comments-module-sass-module__uOObMa__showComments button span:last-of-type{margin-left:1rem;font-weight:400;display:inline-block}.show-comments-module-sass-module__uOObMa__showComments button:hover{cursor:pointer}
.title-module-sass-module__y7jzcG__wrapper{margin-top:8rem;margin-bottom:8rem;padding:0 1.6rem}.title-module-sass-module__y7jzcG__wrapper h1,.title-module-sass-module__y7jzcG__wrapper h2{text-align:center}.title-module-sass-module__y7jzcG__wrapper h1{margin-bottom:1rem;padding:0;font-size:4rem;line-height:1.2}@media screen and (min-width:600px){.title-module-sass-module__y7jzcG__wrapper h1{font-size:4.8rem}}.title-module-sass-module__y7jzcG__wrapper h2{margin-top:0;padding:0;font-size:2rem;font-weight:400}.title-module-sass-module__y7jzcG__title{text-align:left;font-size:2.2rem;line-height:1.2;font-family:var(--font-serif);margin:.8rem 0 0;padding:0}.title-module-sass-module__y7jzcG__second .title-module-sass-module__y7jzcG__title{margin:2rem 0 0;font-size:2.8rem;line-height:1.1}@media screen and (min-width:600px){.title-module-sass-module__y7jzcG__second .title-module-sass-module__y7jzcG__title{font-size:3.5rem}}@media screen and (min-width:1024px){.title-module-sass-module__y7jzcG__second .title-module-sass-module__y7jzcG__title{font-size:4rem}}.title-module-sass-module__y7jzcG__title a{display:block}
.citation-module-sass-module__KGGeYa__citationWrapper{border-left:1px solid var(--black);max-width:1230px;color:var(--black);margin:4em 1.6rem;padding:0 0 0 1.3rem}@media screen and (min-width:768px){.citation-module-sass-module__KGGeYa__citationWrapper{margin:6rem auto}}@media screen and (min-width:1024px){.citation-module-sass-module__KGGeYa__citationWrapper{margin:9rem auto;padding:0 0 0 3rem}}.citation-module-sass-module__KGGeYa__citationWrapper h5{color:var(--dark);margin-bottom:1.2rem;font-size:1.8rem}.citation-module-sass-module__KGGeYa__citationWrapper ul{margin:0;padding:0;list-style-type:none}.citation-module-sass-module__KGGeYa__citationWrapper ul li{word-break:break-all;margin-bottom:2rem}
.product-detail-module-sass-module__aJsUia__wrapper{border-bottom:1px solid var(--border-gray);padding:6rem 1.6rem}@media screen and (min-width:600px){.product-detail-module-sass-module__aJsUia__wrapper{padding:6rem 1.6rem}}@media screen and (min-width:700px){.product-detail-module-sass-module__aJsUia__wrapper{padding:6rem 1.6rem}}@media screen and (min-width:1024px){.product-detail-module-sass-module__aJsUia__wrapper{padding:8rem 1.6rem}}@media screen and (min-width:1250px){.product-detail-module-sass-module__aJsUia__wrapper{padding:10rem 0}}.product-detail-module-sass-module__aJsUia__wrapper span{color:var(--black)}.product-detail-module-sass-module__aJsUia__wrapper>div{max-width:var(--max-width);margin:0 auto}@media screen and (min-width:700px){.product-detail-module-sass-module__aJsUia__wrapper>div{grid-template-columns:270px auto;display:grid}}@media screen and (min-width:768px){.product-detail-module-sass-module__aJsUia__wrapper>div{grid-template-columns:320px auto}}@media screen and (min-width:900px){.product-detail-module-sass-module__aJsUia__wrapper>div{grid-template-columns:350px auto}}@media screen and (min-width:1024px){.product-detail-module-sass-module__aJsUia__wrapper>div{grid-template-columns:380px auto}}@media screen and (min-width:1250px){.product-detail-module-sass-module__aJsUia__wrapper>div{grid-template-columns:415px auto}}.product-detail-module-sass-module__aJsUia__wrapper>div>div:first-of-type{font-size:4rem;font-weight:900;line-height:1.1}.product-detail-module-sass-module__aJsUia__wrapper>div p,.product-detail-module-sass-module__aJsUia__wrapper>div ul,.product-detail-module-sass-module__aJsUia__wrapper>div ol{margin-bottom:3.4rem;font-size:2rem;line-height:1.6}.product-detail-module-sass-module__aJsUia__wrapper>div h2,.product-detail-module-sass-module__aJsUia__wrapper>div h3,.product-detail-module-sass-module__aJsUia__wrapper>div h4,.product-detail-module-sass-module__aJsUia__wrapper>div h5,.product-detail-module-sass-module__aJsUia__wrapper>div h6{font-size:2.2rem;line-height:1.25}.product-detail-module-sass-module__aJsUia__wrapper>div :last-of-type{margin-bottom:0}
.articles-module-sass-module__Uw9rjW__articlesList{flex-direction:column;padding:0 1.6rem 2.5rem;display:flex}@media screen and (min-width:430px){.articles-module-sass-module__Uw9rjW__articlesList{padding-bottom:0}}@media screen and (min-width:600px){.articles-module-sass-module__Uw9rjW__articlesList{flex-flow:wrap;max-width:700px;margin:0 auto}}@media screen and (min-width:1024px){.articles-module-sass-module__Uw9rjW__articlesList{grid-gap:16px;grid-template-columns:repeat(3,auto);max-width:100%;display:grid}}@media screen and (min-width:1250px){.articles-module-sass-module__Uw9rjW__articlesList{padding:0}}.articles-module-sass-module__Uw9rjW__articlesList>div:first-child{order:2}@media screen and (min-width:600px){.articles-module-sass-module__Uw9rjW__articlesList>div:first-child{width:50%;padding-right:2rem}}@media screen and (min-width:1024px){.articles-module-sass-module__Uw9rjW__articlesList>div:first-child{order:unset;width:288px;padding-right:0}}.articles-module-sass-module__Uw9rjW__articlesList>div:nth-child(2){order:1}@media screen and (min-width:1024px){.articles-module-sass-module__Uw9rjW__articlesList>div:nth-child(2){order:unset}}.articles-module-sass-module__Uw9rjW__articlesList>div:nth-child(3){order:3}@media screen and (min-width:600px){.articles-module-sass-module__Uw9rjW__articlesList>div:nth-child(3){width:50%;padding-left:2rem}}@media screen and (min-width:1024px){.articles-module-sass-module__Uw9rjW__articlesList>div:nth-child(3){order:unset;width:288px;padding-left:0}}.articles-module-sass-module__Uw9rjW__articlesList.articles-module-sass-module__Uw9rjW__bottomBorder{border-bottom:1px solid var(--border-gray);padding-bottom:4rem}.articles-module-sass-module__Uw9rjW__simpleList{padding:0 0}.articles-module-sass-module__Uw9rjW__simpleList h2{text-align:center;margin-top:0;font-size:4rem}.articles-module-sass-module__Uw9rjW__wrapper{max-width:var(--max-width);margin:5rem auto 0}.articles-module-sass-module__Uw9rjW__wrapper .articles-module-sass-module__Uw9rjW__middleBorder{border-bottom:1px solid var(--border-gray);justify-content:center;margin:8rem 0 18rem;display:flex;position:relative}.articles-module-sass-module__Uw9rjW__wrapper .articles-module-sass-module__Uw9rjW__pad{background:#fff;padding:2rem;position:absolute;top:-42px}.articles-module-sass-module__Uw9rjW__buttonWrapper{position:relative}.articles-module-sass-module__Uw9rjW__buttonWrapper span{background:#fff;width:186px;margin:0 auto;padding:0 2rem;display:block;position:absolute;top:23px;left:0;right:0}.articles-module-sass-module__Uw9rjW__buttonWrapper span.articles-module-sass-module__Uw9rjW__latestArticles{padding-bottom:10px;top:-6px}@media screen and (min-width:430px){.articles-module-sass-module__Uw9rjW__buttonWrapper span.articles-module-sass-module__Uw9rjW__latestArticles{padding-bottom:0;top:23px;left:-201px}}.articles-module-sass-module__Uw9rjW__buttonWrapper span.articles-module-sass-module__Uw9rjW__latestArticles button{width:100%}.articles-module-sass-module__Uw9rjW__buttonWrapper span.articles-module-sass-module__Uw9rjW__articlesIndex{top:56px}@media screen and (min-width:430px){.articles-module-sass-module__Uw9rjW__buttonWrapper span.articles-module-sass-module__Uw9rjW__articlesIndex{top:23px;left:131px}}.articles-module-sass-module__Uw9rjW__buttonWrapper span button{margin:0 auto}.articles-module-sass-module__Uw9rjW__simplePostsInner{padding:0 1.6rem}@media screen and (min-width:1024px){.articles-module-sass-module__Uw9rjW__simplePostsInner{grid-gap:40px;grid-template-columns:auto 380px;display:grid}}
.product-review-module-sass-module__V74TdG__wrapper{max-width:var(--max-width);border-bottom:1px solid var(--border-gray);margin:0 auto 6rem;padding:14rem 1.6rem 6rem}@media screen and (min-width:900px){.product-review-module-sass-module__V74TdG__wrapper{grid-template-columns:325px auto;display:grid}}@media screen and (min-width:1024px){.product-review-module-sass-module__V74TdG__wrapper{grid-template-columns:355px auto}}@media screen and (min-width:1250px){.product-review-module-sass-module__V74TdG__wrapper{grid-template-columns:415px auto}}.product-review-module-sass-module__V74TdG__wrapper>div:first-of-type{margin-bottom:2rem;font-size:4rem;font-weight:900;line-height:1}@media screen and (min-width:900px){.product-review-module-sass-module__V74TdG__wrapper>div:first-of-type{margin-bottom:unset}}.product-review-module-sass-module__V74TdG__wrapper>div:last-of-type{font-size:2rem;line-height:1.5}.product-review-module-sass-module__V74TdG__wrapper p{margin-top:0;margin-bottom:5rem}
.scientific-consensus-module-sass-module__7xqhXa__wrapper{background:var(--block-box-bg);border-left:1px solid var(--black);color:var(--black);margin-top:4.5rem;margin-bottom:4.5rem;padding:3rem}.scientific-consensus-module-sass-module__7xqhXa__wrapper p{letter-spacing:-.3px;margin-bottom:2rem;font-size:1.9rem}.scientific-consensus-module-sass-module__7xqhXa__header{margin-top:0;font-weight:600;display:flex}.scientific-consensus-module-sass-module__7xqhXa__header .scientific-consensus-module-sass-module__7xqhXa__infoIcon{max-width:24px;max-height:24px;margin-top:3px;margin-right:1rem}.scientific-consensus-module-sass-module__7xqhXa__headerInner{flex:1;justify-content:space-between;align-items:center;display:flex}.scientific-consensus-module-sass-module__7xqhXa__headerInner a{letter-spacing:0;font-size:1.4rem;line-height:1}.scientific-consensus-module-sass-module__7xqhXa__body{font-weight:100}
.article-sticky-title-module-sass-module__KCyRAq__articleStickyTitle{z-index:3;letter-spacing:.3px;white-space:nowrap;text-overflow:ellipsis;font-size:1.6rem;font-weight:700;font-family:var(--font-serif),serif;width:calc(100% - 50px);color:var(--black);background:#fff;margin-left:7rem;padding:1.6rem 0 .8rem;display:none;position:fixed;top:0;left:0;right:0;overflow:hidden}@media screen and (min-width:768px){.article-sticky-title-module-sass-module__KCyRAq__articleStickyTitle{margin-left:7.6rem;display:block}}@media screen and (min-width:1024px){.article-sticky-title-module-sass-module__KCyRAq__articleStickyTitle{width:calc(100% - 504px);margin-left:7.3rem}}
.health-guide-banner-module-sass-module__X0XTra__healthGuideBannerOuter{max-width:700px;margin:2.5rem auto 0;padding:1.6rem}@media screen and (min-width:1024px){.health-guide-banner-module-sass-module__X0XTra__healthGuideBannerOuter{max-width:var(--max-width)}}@media screen and (min-width:1250px){.health-guide-banner-module-sass-module__X0XTra__healthGuideBannerOuter{padding:0}}.health-guide-banner-module-sass-module__X0XTra__healthGuidesBannerWrapper{grid-gap:19px;color:var(--black);background-color:#f5f5f5;justify-content:space-between;align-items:center;display:flex}.health-guide-banner-module-sass-module__X0XTra__healthGuidesBannerWrapper span{font-size:2.1rem;font-weight:600;line-height:1;display:block}@media screen and (min-width:360px){.health-guide-banner-module-sass-module__X0XTra__healthGuidesBannerWrapper span{font-size:2.4rem}}@media screen and (min-width:660px){.health-guide-banner-module-sass-module__X0XTra__healthGuidesBannerWrapper span{font-size:2.6rem}}@media screen and (min-width:1100px){.health-guide-banner-module-sass-module__X0XTra__healthGuidesBannerWrapper span{font-size:3.4rem}}.health-guide-banner-module-sass-module__X0XTra__healthGuidesBannerWrapper .health-guide-banner-module-sass-module__X0XTra__image{object-fit:cover;background-color:#dedede;min-width:15%;max-width:288px;min-height:120px}@media screen and (min-width:340px){.health-guide-banner-module-sass-module__X0XTra__healthGuidesBannerWrapper .health-guide-banner-module-sass-module__X0XTra__image{min-width:20%}}@media screen and (min-width:660px){.health-guide-banner-module-sass-module__X0XTra__healthGuidesBannerWrapper .health-guide-banner-module-sass-module__X0XTra__image{min-height:72px}}@media screen and (min-width:1024px){.health-guide-banner-module-sass-module__X0XTra__healthGuidesBannerWrapper .health-guide-banner-module-sass-module__X0XTra__image{min-width:288px}}@media screen and (min-width:1100px){.health-guide-banner-module-sass-module__X0XTra__healthGuidesBannerWrapper .health-guide-banner-module-sass-module__X0XTra__image{min-height:88px}}.health-guide-banner-module-sass-module__X0XTra__button{max-width:160px;padding:1.6rem 0;margin:0!important}.health-guide-banner-module-sass-module__X0XTra__infoIconContainer{max-height:100px;padding:1rem}.health-guide-banner-module-sass-module__X0XTra__innerContent{text-align:center;flex-direction:column;justify-content:space-between;align-items:center;gap:1rem;width:100%;padding-top:10px;padding-bottom:10px;display:flex}@media screen and (min-width:660px){.health-guide-banner-module-sass-module__X0XTra__innerContent{text-align:left;flex-direction:row}}
.player-new-module-sass-module___MRZJG__playerWrapper{box-shadow:var(--bs2);width:100%;font-family:var(--font-sans);border-radius:5px;margin-top:2rem;padding:1.5rem 2rem}.player-new-module-sass-module___MRZJG__playerWrapper audio{display:none}.player-new-module-sass-module___MRZJG__customPlayer{width:100%;display:flex}.player-new-module-sass-module___MRZJG__customPlayer.player-new-module-sass-module___MRZJG__loading{opacity:.3}.player-new-module-sass-module___MRZJG__customPlayer .player-new-module-sass-module___MRZJG__player-controls-left,.player-new-module-sass-module___MRZJG__customPlayer .player-new-module-sass-module___MRZJG__player-controls-right,.player-new-module-sass-module___MRZJG__customPlayer .player-new-module-sass-module___MRZJG__social-controls{align-items:center;display:flex}.player-new-module-sass-module___MRZJG__customPlayer .player-new-module-sass-module___MRZJG__player-controls-left a,.player-new-module-sass-module___MRZJG__customPlayer .player-new-module-sass-module___MRZJG__player-controls-right a,.player-new-module-sass-module___MRZJG__customPlayer .player-new-module-sass-module___MRZJG__social-controls a{border-bottom:none;margin-right:1rem;padding:0}.player-new-module-sass-module___MRZJG__customPlayer .player-new-module-sass-module___MRZJG__player-controls-left .player-new-module-sass-module___MRZJG__player-time{text-align:right;width:44px}.player-new-module-sass-module___MRZJG__customPlayer .player-new-module-sass-module___MRZJG__player-controls-right .player-new-module-sass-module___MRZJG__share-more{display:none}.player-new-module-sass-module___MRZJG__customPlayer .player-new-module-sass-module___MRZJG__player-time{color:var(--subdued-gray-text);font-size:1.4rem}.player-new-module-sass-module___MRZJG__customPlayer .player-new-module-sass-module___MRZJG__player-fullscreen-button{display:none}.player-new-module-sass-module___MRZJG__customPlayer .player-new-module-sass-module___MRZJG__player-duration,.player-new-module-sass-module___MRZJG__customPlayer .player-new-module-sass-module___MRZJG__player-current-time{-webkit-user-select:none;user-select:none;font-size:1.7rem;font-weight:600}.player-new-module-sass-module___MRZJG__customPlayer .player-new-module-sass-module___MRZJG__social-controls{margin-left:2rem;display:none}@media screen and (min-width:768px){.player-new-module-sass-module___MRZJG__customPlayer .player-new-module-sass-module___MRZJG__social-controls{display:flex}}.player-new-module-sass-module___MRZJG__customPlayer .player-new-module-sass-module___MRZJG__social-controls svg{width:26px;height:26px;margin-right:1rem}.player-new-module-sass-module___MRZJG__customPlayer .player-new-module-sass-module___MRZJG__social-controls svg:last-of-type{margin-right:0}.player-new-module-sass-module___MRZJG__customPlayer button{background:0 0;border:0;padding:0;position:relative}.player-new-module-sass-module___MRZJG__customPlayer button:focus{outline:none}.player-new-module-sass-module___MRZJG__customPlayer svg{fill:currentColor;width:40px;height:40px;transition:fill .1s;display:block}.player-new-module-sass-module___MRZJG__customPlayer svg.player-new-module-sass-module___MRZJG__icon-share{width:20px;height:20px;fill:var(--green);transition:fill .1s}.player-new-module-sass-module___MRZJG__customPlayer svg.player-new-module-sass-module___MRZJG__icon-play,.player-new-module-sass-module___MRZJG__customPlayer svg.player-new-module-sass-module___MRZJG__icon-pause{fill:var(--green)}.player-new-module-sass-module___MRZJG__customPlayer svg.player-new-module-sass-module___MRZJG__icon-play:hover,.player-new-module-sass-module___MRZJG__customPlayer svg.player-new-module-sass-module___MRZJG__icon-pause:hover{fill:#22914d}.player-new-module-sass-module___MRZJG__customPlayer svg:hover{cursor:pointer}.player-new-module-sass-module___MRZJG__customPlayer .player-new-module-sass-module___MRZJG__icon-volume{width:32px!important;height:25px!important}.player-new-module-sass-module___MRZJG__customPlayer .player-new-module-sass-module___MRZJG__icon-muted{position:relative;width:32px!important;height:26px!important;left:-3px!important}.player-new-module-sass-module___MRZJG__customPlayer .player-new-module-sass-module___MRZJG__share-more{position:relative}.player-new-module-sass-module___MRZJG__customPlayer .player-new-module-sass-module___MRZJG__share-more svg #player-new-module-sass-module___MRZJG__bg{transition:all .4s}.player-new-module-sass-module___MRZJG__customPlayer .player-new-module-sass-module___MRZJG__share-more .player-new-module-sass-module___MRZJG__share-more-tooltip{opacity:0;pointer-events:none;background:#fff;border-radius:4px;justify-content:center;align-items:center;width:150px;height:60px;padding:1rem;transition:all .2s;display:flex;position:absolute;top:-96px;left:-62px;transform:rotate(90deg)scale(.9);box-shadow:-5px 0 17px #0003}.player-new-module-sass-module___MRZJG__customPlayer .player-new-module-sass-module___MRZJG__share-more .player-new-module-sass-module___MRZJG__share-more-tooltip svg{transform:rotate(-90deg)}.player-new-module-sass-module___MRZJG__customPlayer .player-new-module-sass-module___MRZJG__share-more .player-new-module-sass-module___MRZJG__share-more-tooltip a{margin-right:1.8rem}.player-new-module-sass-module___MRZJG__customPlayer .player-new-module-sass-module___MRZJG__share-more .player-new-module-sass-module___MRZJG__share-more-tooltip a:last-of-type{margin-right:0}.player-new-module-sass-module___MRZJG__customPlayer .player-new-module-sass-module___MRZJG__share-more .player-new-module-sass-module___MRZJG__share-more-tooltip:after{content:"";border:10px solid #0000;border-left-color:#fff;width:0;height:0;margin-top:auto;margin-bottom:auto;position:absolute;inset:0 -20px 0 auto}.player-new-module-sass-module___MRZJG__customPlayer .player-new-module-sass-module___MRZJG__share-more:hover svg #player-new-module-sass-module___MRZJG__bg{stroke:var(--black);stroke-width:1px;transition:all .2s}.player-new-module-sass-module___MRZJG__customPlayer .player-new-module-sass-module___MRZJG__share-more:hover .player-new-module-sass-module___MRZJG__share-more-tooltip{opacity:1;pointer-events:auto;transition:all .2s;top:-114px;transform:rotate(90deg)scale(1)}.player-new-module-sass-module___MRZJG__customPlayer .player-new-module-sass-module___MRZJG__sr-only{clip:rect(1px, 1px, 1px, 1px);overflow:hidden;border:0!important;width:1px!important;height:1px!important;padding:0!important;position:absolute!important}.player-new-module-sass-module___MRZJG__customPlayer .player-new-module-sass-module___MRZJG__player-progress-container{flex:1;min-width:0;margin:0 10px;line-height:2.4}.player-new-module-sass-module___MRZJG__customPlayer .player-new-module-sass-module___MRZJG__player-progress-container-inner{vertical-align:middle;flex-direction:column;flex-shrink:1;width:100%;max-width:385px;display:flex;position:relative}.player-new-module-sass-module___MRZJG__customPlayer .player-new-module-sass-module___MRZJG__player-progress-container-inner h2{white-space:nowrap;text-overflow:ellipsis;width:100%;max-width:312px;font-size:1.6rem;font-family:var(--font-sans),sans-serif;margin:.1rem 0 .7rem;font-weight:400;overflow:hidden}.player-new-module-sass-module___MRZJG__customPlayer .player-new-module-sass-module___MRZJG__player-progress-container-inner h2.player-new-module-sass-module___MRZJG__no-title{height:9px}.player-new-module-sass-module___MRZJG__customPlayer .player-new-module-sass-module___MRZJG__player-progress{background:var(--white);border:none;width:100%;height:6px;position:relative;bottom:auto}.player-new-module-sass-module___MRZJG__customPlayer .player-new-module-sass-module___MRZJG__player-progress:hover{cursor:pointer}.player-new-module-sass-module___MRZJG__customPlayer .player-new-module-sass-module___MRZJG__player-progress input[type=range]::-webkit-slider-thumb{opacity:0;margin-top:-7px;margin-left:-7px}.player-new-module-sass-module___MRZJG__customPlayer .player-new-module-sass-module___MRZJG__player-progress input[type=range]::-webkit-slider-runnable-track{cursor:pointer;background:0 0;width:100%;height:6px}.player-new-module-sass-module___MRZJG__customPlayer progress::-webkit-progress-bar{background:var(--border-gray);border-radius:3px}.player-new-module-sass-module___MRZJG__customPlayer progress.player-new-module-sass-module___MRZJG__player-progress-buffer::-webkit-progress-value{background:var(--podcast-buffer-gray);border-radius:3px}.player-new-module-sass-module___MRZJG__customPlayer progress.player-new-module-sass-module___MRZJG__player-progress-played::-webkit-progress-bar{background:0 0}.player-new-module-sass-module___MRZJG__customPlayer progress.player-new-module-sass-module___MRZJG__player-progress-played::-webkit-progress-value{background:var(--green);z-index:2;border-radius:3px}.player-new-module-sass-module___MRZJG__customPlayer .player-new-module-sass-module___MRZJG__player-progress-buffer[value],.player-new-module-sass-module___MRZJG__customPlayer .player-new-module-sass-module___MRZJG__player-progress-played[value],.player-new-module-sass-module___MRZJG__customPlayer .player-new-module-sass-module___MRZJG__player-progress-seek[type=range]{vertical-align:top;-webkit-appearance:none;-moz-appearance:none;background:0 0;border:none;outline:0;width:100%;height:6px;margin:0;padding:0;position:absolute;top:0;left:0}.player-new-module-sass-module___MRZJG__customPlayer .player-new-module-sass-module___MRZJG__player-progress-seek[type=range]{cursor:pointer;z-index:4}.player-new-module-sass-module___MRZJG__customPlayer .player-new-module-sass-module___MRZJG__player-progress-played[value]{z-index:2}
.in-content-cta-module-sass-module__eZXNCW__wrapper{background-color:var(--green);color:var(--white);margin-top:4.5rem;margin-bottom:4.5rem;padding:2rem 2rem 0;transition:background-color .4s;overflow:hidden}@media screen and (min-width:620px){.in-content-cta-module-sass-module__eZXNCW__wrapper{grid-template-columns:auto 200px;padding:3rem 0 0 3rem;display:grid}}@media print{.in-content-cta-module-sass-module__eZXNCW__wrapper{display:none}}.in-content-cta-module-sass-module__eZXNCW__wrapper:hover{background-color:var(--green-hover);transition:background-color .25s}.in-content-cta-module-sass-module__eZXNCW__wrapper p.in-content-cta-module-sass-module__eZXNCW__main{color:#fff;max-width:400px;margin-top:0;margin-bottom:2rem;font-size:2.7rem;font-weight:600;line-height:1.2}.in-content-cta-module-sass-module__eZXNCW__left{padding-bottom:2rem}.in-content-cta-module-sass-module__eZXNCW__left a.in-content-cta-module-sass-module__eZXNCW__inContentCtaLink{border-bottom:none}.in-content-cta-module-sass-module__eZXNCW__right{justify-content:center;align-items:flex-end;display:flex}.in-content-cta-module-sass-module__eZXNCW__right img{width:240px;height:147px}@media screen and (min-width:420px){.in-content-cta-module-sass-module__eZXNCW__right img{display:none}}@media screen and (min-width:630px){.in-content-cta-module-sass-module__eZXNCW__right img{width:auto;display:block}}
.product-module-sass-module__zEwatG__feature,.product-module-sass-module__zEwatG__feature h1,.product-module-sass-module__zEwatG__feature a{color:#fff}.product-module-sass-module__zEwatG__feature h1{font-size:3.6rem;line-height:1.1}@media screen and (min-width:500px){.product-module-sass-module__zEwatG__feature h1{font-size:4rem}}@media screen and (min-width:700px){.product-module-sass-module__zEwatG__feature h1{font-size:4.5rem}}@media screen and (min-width:1024px){.product-module-sass-module__zEwatG__feature h1{font-size:5rem;line-height:1}}.product-module-sass-module__zEwatG__feature h5{color:#fff}.product-module-sass-module__zEwatG__feature>div{max-width:var(--max-width);margin:0 auto}.product-module-sass-module__zEwatG__feature.product-module-sass-module__zEwatG__health-guides{background:var(--health-guide-bg)}.product-module-sass-module__zEwatG__feature.product-module-sass-module__zEwatG__body-care{background:var(--body-care-bg)}.product-module-sass-module__zEwatG__feature.product-module-sass-module__zEwatG__body-care img{box-shadow:none}.product-module-sass-module__zEwatG__feature.product-module-sass-module__zEwatG__books{background:var(--books-bg)}.product-module-sass-module__zEwatG__feature.product-module-sass-module__zEwatG__radio-shows{background:var(--radio-shows-bg)}.product-module-sass-module__zEwatG__feature.product-module-sass-module__zEwatG__holiday-gift-bundles{background:var(--holiday-gifts-bg)}.product-module-sass-module__zEwatG__feature .product-module-sass-module__zEwatG__back{padding:4rem 1.6rem;font-size:1.8rem;font-weight:500}@media screen and (min-width:900px){.product-module-sass-module__zEwatG__feature .product-module-sass-module__zEwatG__back{padding:4rem 1.6rem 0}}@media screen and (min-width:1024px){.product-module-sass-module__zEwatG__feature .product-module-sass-module__zEwatG__back{padding:5rem 1.6rem 2rem}}@media screen and (min-width:1250px){.product-module-sass-module__zEwatG__feature .product-module-sass-module__zEwatG__back{padding:5rem 0}}.product-module-sass-module__zEwatG__feature .product-module-sass-module__zEwatG__featureMain{padding:0 1.6rem 6rem}@media screen and (min-width:900px){.product-module-sass-module__zEwatG__feature .product-module-sass-module__zEwatG__featureMain{grid-gap:50px;grid-template-columns:350px auto;align-items:center;padding:0 1.6rem 8rem;display:grid}}@media screen and (min-width:1250px){.product-module-sass-module__zEwatG__feature .product-module-sass-module__zEwatG__featureMain{grid-template-columns:auto 530px;padding:0 0 10rem}}.product-module-sass-module__zEwatG__feature .product-module-sass-module__zEwatG__featureMain .product-module-sass-module__zEwatG__productImage{filter:drop-shadow(14px 14px 10px #0003);justify-content:center;align-items:center;display:flex}.product-module-sass-module__zEwatG__feature .product-module-sass-module__zEwatG__featureMain img{overflow-clip-box:content-box;max-width:100%;height:450px;overflow:clip}@media screen and (min-width:1250px){.product-module-sass-module__zEwatG__feature .product-module-sass-module__zEwatG__featureMain img{max-width:450px}}.product-module-sass-module__zEwatG__feature .product-module-sass-module__zEwatG__overview{font-size:1.8rem;line-height:1.5}.product-module-sass-module__zEwatG__feature .product-module-sass-module__zEwatG__digitalProduct{color:#fff;background:0 0;border:1px solid #fff;border-radius:7px;margin-right:1rem;padding:.5rem 1rem;font-size:1.4rem;font-weight:600;line-height:1;display:inline-block}.product-module-sass-module__zEwatG__formStyle{width:100%;color:var(--black);letter-spacing:-.2px}.product-module-sass-module__zEwatG__formStyle form{flex-wrap:wrap;width:100%;display:flex}.product-module-sass-module__zEwatG__formStyle form>div{width:100%}.product-module-sass-module__zEwatG__formStyle form>div:nth-child(2n){margin-right:0}.product-module-sass-module__zEwatG__formStyle form>div:last-of-type{flex:0 100%;width:100%}.product-module-sass-module__zEwatG__formStyle form input,.product-module-sass-module__zEwatG__formStyle form textarea,.product-module-sass-module__zEwatG__formStyle form select{transition:border-color .2s}.product-module-sass-module__zEwatG__formStyle form input:focus,.product-module-sass-module__zEwatG__formStyle form textarea:focus,.product-module-sass-module__zEwatG__formStyle form select:focus{border-color:var(--border-gray-active);outline:none;transition:border-color .2s}.product-module-sass-module__zEwatG__formStyle label{font-family:var(--font-sans),sans-serif;margin-bottom:.6rem;font-size:16px;font-weight:500;display:block}.product-module-sass-module__zEwatG__formStyle select:focus{border-color:#fff;outline:none}@media screen and (min-width:500px){.product-module-sass-module__zEwatG__formRow{display:flex}.product-module-sass-module__zEwatG__formRow>div{flex:0 33%;margin-right:12px}.product-module-sass-module__zEwatG__formRow>div:nth-child(3n){margin-right:0}}@media screen and (min-width:700px){.product-module-sass-module__zEwatG__formRow>div{margin-right:25px}}.product-module-sass-module__zEwatG__ratingsWrapper{padding-bottom:4rem}.product-module-sass-module__zEwatG__select{margin-bottom:4rem;display:flex}.product-module-sass-module__zEwatG__select select{color:#fff;font-size:1.6rem;font-family:var(--font-serif);box-sizing:border-box;appearance:none;background-color:#0000;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fillRule='evenodd'%3E%3Cpath d='M-6-8h24v24H-6z' /%3E%3Cpath fill='%23fff' fillRule='nonzero' d='M1.41.59L6 5.17 10.59.59 12 2 6 8 0 2z' /%3E%3C/g%3E%3C/svg%3E");background-position:right 1.6rem top 50%,0 0;background-repeat:no-repeat,repeat;background-size:.65em,100%;border:1px solid #ffffff1a;border-radius:4px;flex:1;height:56px;margin:0 1.5rem 0 0;padding:0 1.6rem;transition:border-color .1s;display:block}.product-module-sass-module__zEwatG__select select:hover,.product-module-sass-module__zEwatG__select select:focus{border-color:#fff;outline:none;transition:border-color .1s}
.user-menu-module-sass-module__8t3miq__menu{position:relative}.user-menu-module-sass-module__8t3miq__menuButton{border-radius:9999px;justify-items:center;width:40px;height:40px;display:flex;overflow:hidden;padding:0!important}.user-menu-module-sass-module__8t3miq__menuButton:hover{cursor:pointer}.user-menu-module-sass-module__8t3miq__menuButtonSkeleton{background-color:var(--border-gray);width:100%;height:100%;animation:2s infinite user-menu-module-sass-module__8t3miq__opacityPulse}@keyframes user-menu-module-sass-module__8t3miq__opacityPulse{0%,to{opacity:.6}50%{opacity:1}}.user-menu-module-sass-module__8t3miq__menuItems{z-index:100;width:fit-content;min-width:200px;transform-origin:top-right;border:1px solid var(--border-gray);--tw-shadow:0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);background-color:#fff;border-radius:8px;margin-top:8px;padding:8px;position:absolute;right:0}.user-menu-module-sass-module__8t3miq__menuItems p,.user-menu-module-sass-module__8t3miq__menuItems a,.user-menu-module-sass-module__8t3miq__menuItems span{font-family:var(--font-serif);border-radius:4px;margin:0;font-weight:400;padding:0!important}.user-menu-module-sass-module__8t3miq__menuItems p{font-size:16px;font-weight:700}.user-menu-module-sass-module__8t3miq__menuItems a,.user-menu-module-sass-module__8t3miq__menuItems span{cursor:pointer;padding-left:4px!important}.user-menu-module-sass-module__8t3miq__menuItems a:hover,.user-menu-module-sass-module__8t3miq__menuItems span:hover{color:var(--green);text-decoration:underline}.user-menu-module-sass-module__8t3miq__menuList{flex-direction:column;gap:5px;padding-bottom:10px;display:flex}.user-menu-module-sass-module__8t3miq__divider{border-bottom:1px solid var(--border-gray);width:100%}
.article-toc-module-sass-module__y9LJ-q__articleTOC{border:1px solid var(--border-gray);border-radius:4px;margin-bottom:0}@media screen and (min-width:700px){.article-toc-module-sass-module__y9LJ-q__articleTOC{margin:2rem -20px 0}}@media screen and (min-width:900px){.article-toc-module-sass-module__y9LJ-q__articleTOC{margin:3rem -30px 0}}@media print{.article-toc-module-sass-module__y9LJ-q__articleTOC{display:none}}.article-toc-module-sass-module__y9LJ-q__articleTOC h2{border-bottom:1px solid var(--border-gray);align-items:center;margin:0;padding:1.5rem 2rem;font-size:2.5rem;display:flex}@media screen and (min-width:900px){.article-toc-module-sass-module__y9LJ-q__articleTOC h2{padding:1.5rem 3rem}}.article-toc-module-sass-module__y9LJ-q__articleTOC ul{margin:0;padding:0;list-style-type:none}.article-toc-module-sass-module__y9LJ-q__articleTOC ul a{color:inherit;border-bottom:none;justify-content:space-between;align-items:center;padding:0 2rem;text-decoration:none;display:flex}@media screen and (min-width:900px){.article-toc-module-sass-module__y9LJ-q__articleTOC ul a{padding:0 3rem}}.article-toc-module-sass-module__y9LJ-q__articleTOC ul a:visited{color:var(--meta-gray)}.article-toc-module-sass-module__y9LJ-q__articleTOC ul a:last-child li{border-bottom:none;margin-bottom:0}.article-toc-module-sass-module__y9LJ-q__articleTOC ul li{border-bottom:1px solid #ececec;-webkit-box-pack:justify;margin-bottom:0;padding:1.8rem 0;line-height:1.4;transition:border-bottom-color .1s}.article-toc-module-sass-module__y9LJ-q__articleTOC ul li:hover{border-bottom-color:var(--green);transition:border-bottom-color .1s}.article-toc-module-sass-module__y9LJ-q__articleTOC ul li:before{content:"";display:none}.article-toc-module-sass-module__y9LJ-q__articleTOC ul li .article-toc-module-sass-module__y9LJ-q__arrowIcon{padding-left:2rem}.article-toc-module-sass-module__y9LJ-q__articleTOC .article-toc-module-sass-module__y9LJ-q__iconWrapper{background:var(--green);text-align:center;border-radius:50%;align-items:center;width:4rem;height:4rem;margin-right:1rem;padding:1rem;display:flex}.article-toc-module-sass-module__y9LJ-q__articleTOC .article-toc-module-sass-module__y9LJ-q__iconWrapper svg path{stroke:#fff;stroke-width:1px;fill:var(--green)}.article-toc-module-sass-module__y9LJ-q__articleTOC .article-toc-module-sass-module__y9LJ-q__iconWrapper svg rect{fill:var(--green);stroke-width:1px;stroke:#fff}.article-toc-module-sass-module__y9LJ-q__articleTOC.article-toc-module-sass-module__y9LJ-q__sticky ul a{align-items:center;padding:0 1rem}@media screen and (min-width:900px){.article-toc-module-sass-module__y9LJ-q__articleTOC.article-toc-module-sass-module__y9LJ-q__sticky ul a{padding:0 1.5rem}}.article-toc-module-sass-module__y9LJ-q__articleTOC.article-toc-module-sass-module__y9LJ-q__sticky ul li{padding:1rem 0}.article-toc-module-sass-module__y9LJ-q__active{border-radius:4px;background-color:#f4f4f4!important}
.login-button-module-sass-module__btPP4q__button:hover{cursor:pointer}.login-button-module-sass-module__btPP4q__button.login-button-module-sass-module__btPP4q__mobileNav{border:1px solid var(--green);color:var(--black);background:#fff;border-radius:4px;width:40vw;padding:1.5rem;font-size:1.6rem;font-weight:900;transition:border-color .1s;display:block}.login-button-module-sass-module__btPP4q__button.login-button-module-sass-module__btPP4q__mobileNav:hover:not([disabled]),.login-button-module-sass-module__btPP4q__button.login-button-module-sass-module__btPP4q__mobileNav:focus:not([disabled]){border-color:var(--button-border-active);transition:border-color .1s}
.podcast-wrapper-module-sass-module__le3H8G__podcastsWrapper{max-width:var(--max-width);color:var(--black);border-radius:4px;margin:2.5rem auto 10rem;padding:5rem 1.6rem;position:relative}@media screen and (min-width:768px){.podcast-wrapper-module-sass-module__le3H8G__podcastsWrapper{padding:5rem 2rem}}@media screen and (min-width:1024px){.podcast-wrapper-module-sass-module__le3H8G__podcastsWrapper{margin-bottom:24rem;padding:5rem 2.4rem}}@media screen and (min-width:1250px){.podcast-wrapper-module-sass-module__le3H8G__podcastsWrapper{padding:0}}.podcast-wrapper-module-sass-module__le3H8G__podcastsWrapper img{max-width:118px}.podcast-wrapper-module-sass-module__le3H8G__podcastsWrapper .podcast-wrapper-module-sass-module__le3H8G__morePodcasts{margin-right:2rem}@media screen and (min-width:1250px){.podcast-wrapper-module-sass-module__le3H8G__podcastsWrapper .podcast-wrapper-module-sass-module__le3H8G__morePodcasts{margin-right:0}}.podcast-wrapper-module-sass-module__le3H8G__top{display:flex}.podcast-wrapper-module-sass-module__le3H8G__top h2{margin-top:0}@media screen and (min-width:720px){.podcast-wrapper-module-sass-module__le3H8G__top h2{text-align:center;margin-left:auto;margin-right:auto}}.podcast-wrapper-module-sass-module__le3H8G__top button{position:absolute;top:5rem;right:0}.podcast-wrapper-module-sass-module__le3H8G__list>div{margin-bottom:5rem}@media screen and (min-width:720px){.podcast-wrapper-module-sass-module__le3H8G__list{grid-column-gap:30px;grid-template-columns:1fr 1fr;display:grid}.podcast-wrapper-module-sass-module__le3H8G__list>div{margin-bottom:0}}.podcast-wrapper-module-sass-module__le3H8G__list h2{height:70px;margin-bottom:1.3rem;font-size:2.7rem;line-height:1.3;overflow:hidden}.podcast-wrapper-module-sass-module__le3H8G__podcastMeta{color:var(--subdued-gray-text);font-weight:400}.podcast-wrapper-module-sass-module__le3H8G__podcastBlurb{min-height:85px;font-size:1.7rem}
.shop-with-confidence-module-sass-module__G1Gknq__wrapper{padding:0 1.6rem}.shop-with-confidence-module-sass-module__G1Gknq__wrapper>div{max-width:var(--max-width);border-bottom:1px solid var(--border-gray);margin:0 auto;padding:5.5rem 0 3rem}@media screen and (min-width:768px){.shop-with-confidence-module-sass-module__G1Gknq__wrapper>div{padding:7.5rem 0}}@media screen and (min-width:900px){.shop-with-confidence-module-sass-module__G1Gknq__wrapper>div{grid-template-columns:365px auto;display:grid}}@media screen and (min-width:1024px){.shop-with-confidence-module-sass-module__G1Gknq__wrapper>div{grid-template-columns:385px auto;padding:10rem 0;display:grid}}@media screen and (min-width:1250px){.shop-with-confidence-module-sass-module__G1Gknq__wrapper>div{grid-template-columns:415px auto}}.shop-with-confidence-module-sass-module__G1Gknq__wrapper>div>div:first-of-type{margin-bottom:3rem;font-size:3.6rem;font-weight:900;line-height:1.1}@media screen and (min-width:600px){.shop-with-confidence-module-sass-module__G1Gknq__wrapper>div>div:first-of-type{font-size:4rem}.shop-with-confidence-module-sass-module__G1Gknq__wrapper .shop-with-confidence-module-sass-module__G1Gknq__reasons{grid-gap:40px 20px;grid-template-columns:49% 49%;display:grid}}@media screen and (min-width:900px){.shop-with-confidence-module-sass-module__G1Gknq__wrapper .shop-with-confidence-module-sass-module__G1Gknq__reasons{grid-gap:40px 30px}}.shop-with-confidence-module-sass-module__G1Gknq__wrapper .shop-with-confidence-module-sass-module__G1Gknq__reasons>div{grid-gap:20px;grid-template-columns:36px auto;max-width:100%;margin-bottom:4rem;display:grid}@media screen and (min-width:380px){.shop-with-confidence-module-sass-module__G1Gknq__wrapper .shop-with-confidence-module-sass-module__G1Gknq__reasons>div{grid-gap:30px}}@media screen and (min-width:600px){.shop-with-confidence-module-sass-module__G1Gknq__wrapper .shop-with-confidence-module-sass-module__G1Gknq__reasons>div{grid-gap:20px;margin-bottom:0}}@media screen and (min-width:900px){.shop-with-confidence-module-sass-module__G1Gknq__wrapper .shop-with-confidence-module-sass-module__G1Gknq__reasons>div{display:unset}.shop-with-confidence-module-sass-module__G1Gknq__wrapper .shop-with-confidence-module-sass-module__G1Gknq__reasons>div span:first-of-type{margin-top:1.7rem}}.shop-with-confidence-module-sass-module__G1Gknq__wrapper .shop-with-confidence-module-sass-module__G1Gknq__reasons>div>div:first-of-type{height:36px}.shop-with-confidence-module-sass-module__G1Gknq__wrapper .shop-with-confidence-module-sass-module__G1Gknq__reasons span{display:block}.shop-with-confidence-module-sass-module__G1Gknq__wrapper .shop-with-confidence-module-sass-module__G1Gknq__reasons span:first-of-type{letter-spacing:-.5px;margin-top:0;margin-bottom:.8rem;font-size:2.3rem;font-weight:900}.shop-with-confidence-module-sass-module__G1Gknq__wrapper span:nth-child(2){margin-bottom:.5rem;font-size:2rem;line-height:1.5}.shop-with-confidence-module-sass-module__G1Gknq__wrapper a{color:var(--green);letter-spacing:-.1px;font-size:1.4rem;font-weight:900}.shop-with-confidence-module-sass-module__G1Gknq__wrapper svg{margin-top:10px}@media screen and (min-width:900px){.shop-with-confidence-module-sass-module__G1Gknq__wrapper svg{margin-top:0}}
.nav-module-sass-module__uWPZYa__navStyles{justify-self:end;margin:0;padding:0;font-size:1.6rem;font-weight:900;list-style-type:none;display:none}@media screen and (min-width:1024px){.nav-module-sass-module__uWPZYa__navStyles{display:flex}}@media print{.nav-module-sass-module__uWPZYa__navStyles{display:none}}.nav-module-sass-module__uWPZYa__navStyles ul{padding:0}.nav-module-sass-module__uWPZYa__navStyles a,.nav-module-sass-module__uWPZYa__navStyles button{cursor:pointer;border:0;align-items:center;padding:1.8rem 2.8vw;display:flex;position:relative}.nav-module-sass-module__uWPZYa__navStyles a:before,.nav-module-sass-module__uWPZYa__navStyles button:before{content:"";background:var(--white);width:2px;height:100%;position:absolute;top:0;bottom:0;left:0}.nav-module-sass-module__uWPZYa__navStyles a:after,.nav-module-sass-module__uWPZYa__navStyles button:after{background:var(--dark);content:"";width:0;height:1px;margin-top:6.4rem;transition:width .35s cubic-bezier(1,-.65,0,2.31);position:absolute;left:50%;transform:translate(-50%)}.nav-module-sass-module__uWPZYa__navStyles a:hover,.nav-module-sass-module__uWPZYa__navStyles a:focus,.nav-module-sass-module__uWPZYa__navStyles button:hover,.nav-module-sass-module__uWPZYa__navStyles button:focus{outline:none}.nav-module-sass-module__uWPZYa__navStyles a:hover:after,.nav-module-sass-module__uWPZYa__navStyles a:focus:after,.nav-module-sass-module__uWPZYa__navStyles button:hover:after,.nav-module-sass-module__uWPZYa__navStyles button:focus:after{width:calc(100% - 60px)}@media (max-width:700px){.nav-module-sass-module__uWPZYa__navStyles a:hover,.nav-module-sass-module__uWPZYa__navStyles a:focus,.nav-module-sass-module__uWPZYa__navStyles button:hover,.nav-module-sass-module__uWPZYa__navStyles button:focus{width:calc(100% - 10px)}}@media (max-width:1300px){.nav-module-sass-module__uWPZYa__navStyles{border-top:1px solid var(--light-gray);justify-content:center;width:100%;font-size:1.5rem}}
.newsletter-wrapper-module-sass-module__ChX4bq__newsletterWrapper{max-width:var(--max-width);grid-gap:16px;color:var(--black);background:var(--light-gray-bg);border-top:1px solid #f0f0f0;border-bottom:1px solid #f0f0f0;grid-template-columns:auto 80px;align-items:center;margin:2.5rem 1.6rem 0;padding:1rem;display:grid}@media screen and (min-width:480px){.newsletter-wrapper-module-sass-module__ChX4bq__newsletterWrapper{grid-template-columns:auto 100px;padding:1.2rem}}@media screen and (min-width:580px){.newsletter-wrapper-module-sass-module__ChX4bq__newsletterWrapper{padding:1.6rem}}@media screen and (min-width:650px){.newsletter-wrapper-module-sass-module__ChX4bq__newsletterWrapper{grid-template-columns:120px auto 70px;padding:0 2rem}}@media screen and (min-width:720px){.newsletter-wrapper-module-sass-module__ChX4bq__newsletterWrapper{grid-template-columns:120px auto 100px}}@media screen and (min-width:768px){.newsletter-wrapper-module-sass-module__ChX4bq__newsletterWrapper{grid-template-columns:120px auto 200px;padding:0 2rem}}@media screen and (min-width:1024px){.newsletter-wrapper-module-sass-module__ChX4bq__newsletterWrapper{padding:0 2.4rem}}@media screen and (min-width:1250px){.newsletter-wrapper-module-sass-module__ChX4bq__newsletterWrapper{margin:2.5rem auto 0}}.newsletter-wrapper-module-sass-module__ChX4bq__newsletterWrapper span{max-width:210px;font-size:1.5rem;font-weight:600;line-height:1.18;display:block}@media screen and (min-width:420px){.newsletter-wrapper-module-sass-module__ChX4bq__newsletterWrapper span{max-width:240px;font-size:3.9vw}}@media screen and (min-width:450px){.newsletter-wrapper-module-sass-module__ChX4bq__newsletterWrapper span{max-width:250px}}@media screen and (min-width:470px){.newsletter-wrapper-module-sass-module__ChX4bq__newsletterWrapper span{max-width:270px}}@media screen and (min-width:500px){.newsletter-wrapper-module-sass-module__ChX4bq__newsletterWrapper span{max-width:290px}}@media screen and (min-width:540px){.newsletter-wrapper-module-sass-module__ChX4bq__newsletterWrapper span{max-width:310px}}@media screen and (min-width:580px){.newsletter-wrapper-module-sass-module__ChX4bq__newsletterWrapper span{max-width:300px;font-size:2.1rem}}@media screen and (min-width:720px){.newsletter-wrapper-module-sass-module__ChX4bq__newsletterWrapper span{margin-left:1.5rem}}@media screen and (min-width:768px){.newsletter-wrapper-module-sass-module__ChX4bq__newsletterWrapper span{font-size:2rem;font-weight:900}}@media screen and (min-width:940px){.newsletter-wrapper-module-sass-module__ChX4bq__newsletterWrapper span{max-width:100%;font-size:2.2rem}}.newsletter-wrapper-module-sass-module__ChX4bq__newsletterWrapper img{max-width:120px;height:auto;max-height:90px;margin-top:10px;display:none}@media screen and (min-width:650px){.newsletter-wrapper-module-sass-module__ChX4bq__newsletterWrapper img{display:block}}.newsletter-wrapper-module-sass-module__ChX4bq__newsletterWrapper button{padding:1.6rem 0}.newsletter-wrapper-module-sass-module__ChX4bq__newsletterWrapper button:last-of-type{display:none}@media screen and (min-width:768px){.newsletter-wrapper-module-sass-module__ChX4bq__newsletterWrapper button:first-of-type{display:none}.newsletter-wrapper-module-sass-module__ChX4bq__newsletterWrapper button:last-of-type{display:block}}
.variant-module-sass-module__ZIpkwq__wrapper{margin-bottom:4rem}.variant-module-sass-module__ZIpkwq__wrapper.variant-module-sass-module__ZIpkwq__noMargin{margin-bottom:0}.variant-module-sass-module__ZIpkwq__wrapper button.variant-module-sass-module__ZIpkwq__health-guides,.variant-module-sass-module__ZIpkwq__wrapper button.variant-module-sass-module__ZIpkwq__body-care,.variant-module-sass-module__ZIpkwq__wrapper button.variant-module-sass-module__ZIpkwq__books,.variant-module-sass-module__ZIpkwq__wrapper button.variant-module-sass-module__ZIpkwq__radio-shows{color:#000}.variant-module-sass-module__ZIpkwq__wrapper button.variant-module-sass-module__ZIpkwq__health-guides:hover,.variant-module-sass-module__ZIpkwq__wrapper button.variant-module-sass-module__ZIpkwq__body-care:hover,.variant-module-sass-module__ZIpkwq__wrapper button.variant-module-sass-module__ZIpkwq__books:hover,.variant-module-sass-module__ZIpkwq__wrapper button.variant-module-sass-module__ZIpkwq__radio-shows:hover{background:0 0;color:#fff!important}.variant-module-sass-module__ZIpkwq__wrapper button:disabled{color:#a9a9a9;opacity:1;background-color:#d3d3d3}.variant-module-sass-module__ZIpkwq__wrapper button:disabled:hover{cursor:not-allowed;background-color:#d3d3d3;border-color:#d3d3d3}
.field-module-sass-module__XsWcjG__formStyles{width:100%;color:var(--black);letter-spacing:-.2px}.field-module-sass-module__XsWcjG__formStyles form{grid-template-columns:1fr;display:grid}@media screen and (min-width:1024px){.field-module-sass-module__XsWcjG__formStyles form{grid-template-columns:repeat(2,1fr);gap:0 25px;width:100%}.field-module-sass-module__XsWcjG__formStyles form>div:last-of-type{grid-column:1/3;width:100%}}.field-module-sass-module__XsWcjG__formStyles form button{width:fit-content}.field-module-sass-module__XsWcjG__formStyles form input,.field-module-sass-module__XsWcjG__formStyles form textarea,.field-module-sass-module__XsWcjG__formStyles form select{transition:border-color .2s}.field-module-sass-module__XsWcjG__formStyles form input:hover,.field-module-sass-module__XsWcjG__formStyles form input:focus,.field-module-sass-module__XsWcjG__formStyles form textarea:hover,.field-module-sass-module__XsWcjG__formStyles form textarea:focus,.field-module-sass-module__XsWcjG__formStyles form select:hover,.field-module-sass-module__XsWcjG__formStyles form select:focus{border-color:var(--border-gray-active);outline:none;transition:border-color .2s}.field-module-sass-module__XsWcjG__formStyles label{font-family:var(--font-sans),sans-serif;margin-bottom:.6rem;font-size:16px;font-weight:500;display:block}.field-module-sass-module__XsWcjG__textStyles{font-family:var(--font-sans),sans-serif;margin-bottom:2.5rem}.field-module-sass-module__XsWcjG__textStyles.field-module-sass-module__XsWcjG__noPad{margin-bottom:0}@media screen and (min-width:600px){.field-module-sass-module__XsWcjG__textStyles{margin-bottom:4rem}.field-module-sass-module__XsWcjG__textStyles.field-module-sass-module__XsWcjG__noPad{margin-bottom:0}}.field-module-sass-module__XsWcjG__textStyles:last-of-type{margin-right:0}.field-module-sass-module__XsWcjG__textStyles input{border:1px solid var(--border-gray);text-indent:6px;-webkit-appearance:none;border-radius:2px;width:100%;height:48px;padding:.6rem;font-size:1.6rem;transition:border-color .2s}.field-module-sass-module__XsWcjG__textStyles input:focus{border-color:var(--border-gray-active);outline:none;transition:border-color .2s}@media screen and (min-width:600px){.field-module-sass-module__XsWcjG__textStyles{max-width:100%}}.field-module-sass-module__XsWcjG__textWithIcon{margin-bottom:2.5rem;position:relative}@media screen and (min-width:600px){.field-module-sass-module__XsWcjG__textWithIcon{max-width:100%;margin-bottom:4rem}}.field-module-sass-module__XsWcjG__textWithIcon.field-module-sass-module__XsWcjG__noPad{margin-bottom:0}.field-module-sass-module__XsWcjG__textWithIcon:last-of-type{margin-right:0}.field-module-sass-module__XsWcjG__textWithIcon input{border:1px solid var(--border-gray);text-indent:6px;-webkit-appearance:none;border-radius:2px;width:100%;height:48px;padding:.6rem 0 .6rem 21px;font-size:1.6rem;transition:border-color .2s}.field-module-sass-module__XsWcjG__textWithIcon input:focus{border-color:var(--border-gray-active);outline:none;transition:border-color .2s}.field-module-sass-module__XsWcjG__textWithIcon>i{pointer-events:none;text-align:center;width:30px;font-style:normal;font-family:var(--font-sans),sans-serif;display:block;position:absolute;top:84px;transform:translateY(-46px)}.field-module-sass-module__XsWcjG__selectStyles{margin-bottom:2.5rem}@media screen and (min-width:600px){.field-module-sass-module__XsWcjG__selectStyles{margin-bottom:4rem}}.field-module-sass-module__XsWcjG__selectStyles select{box-sizing:border-box;border:1px solid var(--border-gray);appearance:none;background-color:var(--white);background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fillRule='evenodd'%3E%3Cpath d='M-6-8h24v24H-6z' /%3E%3Cpath fill='%23000' fillRule='nonzero' d='M1.41.59L6 5.17 10.59.59 12 2 6 8 0 2z' /%3E%3C/g%3E%3C/svg%3E");background-position:right 1.6rem top 50%,0 0;background-repeat:no-repeat,repeat;background-size:.65em,100%;border-radius:2px;width:100%;max-width:100%;height:46px;margin:0;padding:0 1.6rem;font-size:1.6rem;transition:border-color .2s;display:block}.field-module-sass-module__XsWcjG__selectStyles select:focus{border-color:var(--border-gray-active);outline:none;transition:border-color .2s}.field-module-sass-module__XsWcjG__textAreaStyles{margin-bottom:2.5rem}@media screen and (min-width:600px){.field-module-sass-module__XsWcjG__textAreaStyles{margin-bottom:4rem}}.field-module-sass-module__XsWcjG__textAreaStyles textarea{border:1px solid var(--border-gray);-webkit-appearance:none;border-radius:2px;width:100%;height:150px;padding:.6rem;font-size:1.6rem;transition:border-color .2s}.field-module-sass-module__XsWcjG__textAreaStyles textarea:focus{border-color:var(--border-gray-active);outline:none;transition:border-color .2s}
.unique-wrapper-module-sass-module__y7Sciq__uniqueWrapper{max-width:var(--max-width);border-bottom:1px solid var(--border-gray);margin:0 auto;padding:0 1.6rem 10rem}@media screen and (min-width:768px){.unique-wrapper-module-sass-module__y7Sciq__uniqueWrapper{padding:0 2rem 10rem}}@media screen and (min-width:900px){.unique-wrapper-module-sass-module__y7Sciq__uniqueWrapper{padding:0 0 10rem}}.unique-wrapper-module-sass-module__y7Sciq__uniqueWrapper .unique-wrapper-module-sass-module__y7Sciq__intro{text-align:center;max-width:960px;margin:0 auto}.unique-wrapper-module-sass-module__y7Sciq__uniqueWrapper .unique-wrapper-module-sass-module__y7Sciq__intro p{letter-spacing:-.2px;max-width:580px;margin:0 auto;font-size:2.2rem;line-height:1.4}.unique-wrapper-module-sass-module__y7Sciq__uniqueWrapper .unique-wrapper-module-sass-module__y7Sciq__reasons{grid-gap:23px;box-shadow:var(--bs2);grid-template-columns:auto auto auto;max-width:720px;margin:6rem auto 0}@media screen and (min-width:900px){.unique-wrapper-module-sass-module__y7Sciq__uniqueWrapper .unique-wrapper-module-sass-module__y7Sciq__reasons{max-width:auto;box-shadow:none;max-width:calc(100% - 3.2rem);padding:0;display:grid}}@media screen and (min-width:1550px){.unique-wrapper-module-sass-module__y7Sciq__uniqueWrapper .unique-wrapper-module-sass-module__y7Sciq__reasons{max-width:100%}}.unique-wrapper-module-sass-module__y7Sciq__uniqueWrapper .unique-wrapper-module-sass-module__y7Sciq__reasons div{border-top:1px solid var(--black);padding:3rem 4rem 4rem}@media screen and (min-width:900px){.unique-wrapper-module-sass-module__y7Sciq__uniqueWrapper .unique-wrapper-module-sass-module__y7Sciq__reasons div{box-shadow:var(--bs2)}}.unique-wrapper-module-sass-module__y7Sciq__uniqueWrapper .unique-wrapper-module-sass-module__y7Sciq__reasons h3{letter-spacing:-.3px;margin:0 0 4rem;font-size:3.4rem;line-height:1.15}.unique-wrapper-module-sass-module__y7Sciq__uniqueWrapper .unique-wrapper-module-sass-module__y7Sciq__reasons h3 span{font-size:2.8rem;font-weight:400;display:block}.unique-wrapper-module-sass-module__y7Sciq__uniqueWrapper .unique-wrapper-module-sass-module__y7Sciq__reasons p{font-size:1.6rem;line-height:1.5}.unique-wrapper-module-sass-module__y7Sciq__uniqueWrapper .unique-wrapper-module-sass-module__y7Sciq__reasons a{color:var(--green);font-weight:900}
.action-module-sass-module__dnKxva__wrapper h1{text-align:center;max-width:98rem;margin:3rem auto;font-size:4rem;line-height:1.1}.action-module-sass-module__dnKxva__section{background:var(--light-gray-bg);flex:1;margin-bottom:2rem;padding:3rem 1.6rem}@media screen and (min-width:730px){.action-module-sass-module__dnKxva__section{grid-template-columns:290px auto;padding:3rem;display:grid}}@media screen and (min-width:900px){.action-module-sass-module__dnKxva__section{grid-template-columns:320px auto}}@media screen and (min-width:1024px){.action-module-sass-module__dnKxva__section{grid-template-columns:350px auto}}@media screen and (min-width:1250px){.action-module-sass-module__dnKxva__section{grid-template-columns:380px auto}}.action-module-sass-module__dnKxva__section h2{max-width:248px;margin-top:0;font-size:2.8rem;line-height:1.214}.action-module-sass-module__dnKxva__section p{max-width:500px;font-size:1.8rem;line-height:1.5}@media screen and (min-width:680px){.action-module-sass-module__dnKxva__section p{font-size:2rem}}.action-module-sass-module__dnKxva__sectionContent>div:last-of-type{justify-content:space-between;display:flex}@media screen and (min-width:680px){.action-module-sass-module__dnKxva__sectionContent{justify-content:space-between;align-items:center;display:flex}.action-module-sass-module__dnKxva__sectionContent p{margin-right:2rem}.action-module-sass-module__dnKxva__sectionContent>div:last-of-type span{margin-right:1rem}}.action-module-sass-module__dnKxva__sectionContent>div span{text-align:right;margin-bottom:1rem;font-size:2.8rem;font-weight:900;display:block}
.line-item-module-sass-module__zxVxpG__lineItem{grid-gap:16px;backface-visibility:visible;opacity:1;border-bottom:1px solid var(--border-gray);grid-template-columns:100px auto;min-height:65px;margin-bottom:20px;transition:opacity .2s ease-in-out;display:grid;position:relative;overflow:hidden}.line-item-module-sass-module__zxVxpG__lineItemImg{background-position:50%;background-repeat:no-repeat;background-size:contain;max-width:100px;max-height:100px;overflow:hidden}.line-item-module-sass-module__zxVxpG__lineItemImg img{max-width:100%}.line-item-module-sass-module__zxVxpG__lineItemContent{width:100%;margin-bottom:2rem}.line-item-module-sass-module__zxVxpG__lineItemDataRow{justify-content:space-between;align-items:center;display:flex}.line-item-module-sass-module__zxVxpG__lineItemVariantTitle{color:var(--meta-gray);margin-bottom:.4rem;font-size:11px;line-height:1.1}.line-item-module-sass-module__zxVxpG__lineItemTitle{color:var(--black);margin-bottom:1.2rem;font-size:16px;font-weight:900;line-height:1.15;display:block}.line-item-module-sass-module__zxVxpG__lineItemPrice{font-size:15px;line-height:1}
.scroll-to-top-module-sass-module___HqLLa__scrollTop{cursor:pointer;border:3px solid var(--green);background-color:#fff;border-radius:6px;justify-content:center;align-items:center;width:60px;height:60px;display:flex;position:fixed;bottom:100px;right:20px}@media screen and (min-width:1024px){.scroll-to-top-module-sass-module___HqLLa__scrollTop{bottom:20px}}
.ad-module-sass-module__TYYRwa__articleAd{display:block!important}@media screen and (min-width:1024px){.ad-module-sass-module__TYYRwa__articleAd{width:360px;height:680px}}@media print{.ad-module-sass-module__TYYRwa__articleAd{display:none}}.ad-module-sass-module__TYYRwa__articleAd img{max-width:100%}.ad-module-sass-module__TYYRwa__articleAd span{color:var(--subdued-gray-text);text-transform:uppercase;letter-spacing:4px;margin-top:1.2rem;font-size:1.2rem;display:block}@media screen and (min-width:1024px){.ad-module-sass-module__TYYRwa__noAdSpacer{width:320px}}.ad-module-sass-module__TYYRwa__noAds .ad-module-sass-module__TYYRwa__noAdSpacer{display:none}@media screen and (min-width:1250px){.ad-module-sass-module__TYYRwa__noAds .ad-module-sass-module__TYYRwa__noAdSpacer{width:160px;display:block}}
.interests-module-sass-module__yc--oa__fieldset{border:none;padding:0}.interests-module-sass-module__yc--oa__fieldset[disabled]{opacity:.3}.interests-module-sass-module__yc--oa__fieldset>div{margin-bottom:.4rem}.interests-module-sass-module__yc--oa__fieldset span{margin-left:8px}
.unsubscribe-module-sass-module__RsDpQW__wrapper{width:100%;max-width:var(--max-width);justify-content:center;display:flex;flex:1!important}.unsubscribe-module-sass-module__RsDpQW__wrapper form{justify-content:center;align-items:center;width:100%}.unsubscribe-module-sass-module__RsDpQW__wrapper input{text-indent:6px;appearance:none;border:1px solid #dedede;border-radius:2px;width:80%;max-width:400px;height:48px;padding:.6rem;font-size:1.6rem;transition:border-color .2s}.unsubscribe-module-sass-module__RsDpQW__successWrapper{justify-content:center;margin-top:2rem;display:flex}
