.lg-page{--lg-background: hsl(39, 100%, 95%);--lg-foreground: hsl(204, 13%, 22%);--lg-card: hsl(0, 0%, 100%);--lg-primary: hsl(13, 53%, 64%);--lg-primary-foreground: hsl(0, 0%, 100%);--lg-primary-hover: hsl(14, 82%, 72%);--lg-primary-tint-05: hsl(13, 53%, 64%, .05);--lg-primary-tint-10: hsl(13, 53%, 64%, .1);--lg-primary-tint-20: hsl(13, 53%, 64%, .2);--lg-muted-peach: hsl(35, 45%, 94%);--lg-muted-peach-2: hsl(35, 40%, 96%);--lg-border: hsl(39, 30%, 88%);--lg-foreground-85: hsl(204, 13%, 22%, .85);--lg-amber-bg: #fffbeb;--lg-amber-border: #fde68a;--lg-amber-text: #78350f;--lg-radius: .75rem;--lg-shadow-card: 0 4px 20px -4px hsl(204 13% 22% / .08);--lg-shadow-card-lg: 0 12px 32px -8px hsl(204 13% 22% / .16);font-family:Nunito Sans,system-ui,sans-serif;background:var(--lg-background);color:var(--lg-foreground);font-size:1.1875rem;line-height:1.75;-webkit-font-smoothing:antialiased}@media(min-width:768px){.lg-page{font-size:1.25rem}}.lg-page *,.lg-page *:before,.lg-page *:after{box-sizing:border-box}.lg-page img,.lg-page svg{display:block;max-width:100%}.lg-page ul,.lg-page ol{list-style:none;margin:0;padding:0}.lg-page p{margin:0}.lg-page a{color:inherit}.lg-container{max-width:1280px;margin-inline:auto;padding-inline:1rem}.lg-narrow{max-width:48rem;margin-inline:auto}.lg-medium{max-width:64rem;margin-inline:auto}.lg-wide{max-width:72rem;margin-inline:auto}.lg-center{text-align:center}.lg-section{padding-block:5rem}@media(min-width:768px){.lg-section{padding-block:6rem}}.lg-section--tint{background:var(--lg-muted-peach-2)}.lg-section--peach{background:var(--lg-muted-peach)}.lg-section--hero{background:linear-gradient(to bottom,var(--lg-muted-peach),var(--lg-background));padding-block:5rem}@media(min-width:768px){.lg-section--hero{padding-block:7rem}}.lg-h1,.lg-h2,.lg-h3{font-family:Josefin Sans,Nunito Sans,system-ui,sans-serif;font-weight:700;line-height:1.2;margin:0}.lg-h1{font-size:2.25rem}.lg-h2{font-size:1.875rem}.lg-h3{font-size:1.25rem;font-weight:600}@media(min-width:768px){.lg-h1{font-size:3rem}.lg-h2{font-size:2.25rem}.lg-h3{font-size:1.5rem}}@media(min-width:1024px){.lg-h1{font-size:3.75rem}}.lg-eyebrow{display:inline-flex;align-items:center;gap:.5rem;background:var(--lg-primary-tint-10);color:var(--lg-primary);border-radius:999px;padding:.5rem 1.25rem;font-size:1rem;font-weight:600}.lg-lead{font-size:1.25rem;color:var(--lg-foreground-85);line-height:1.6}@media(min-width:768px){.lg-lead{font-size:1.5rem}}.lg-body{font-size:1.0625rem;color:var(--lg-foreground)}@media(min-width:768px){.lg-body{font-size:1.125rem}}.lg-stack{display:flex;flex-direction:column;gap:1.5rem}.lg-stack--tight{gap:1rem}.lg-hero__actions{display:grid;gap:.75rem;max-width:48rem;margin-inline:auto;padding-top:1.5rem}@media(min-width:768px){.lg-hero__actions{grid-template-columns:repeat(3,1fr)}}.lg-choice-btn{display:flex;align-items:center;gap:.75rem;width:100%;border:2px solid var(--lg-primary-tint-20);background:var(--lg-card);border-radius:var(--lg-radius);padding:1.25rem;font-size:1.125rem;font-weight:500;font-family:inherit;text-align:left;color:var(--lg-foreground);cursor:pointer;transition:all .2s ease}.lg-choice-btn:hover{border-color:var(--lg-primary);box-shadow:var(--lg-shadow-card)}.lg-choice-btn svg{color:var(--lg-primary);flex-shrink:0;width:20px;height:20px}.lg-grid{display:grid;gap:1.5rem}.lg-grid--2,.lg-grid--3{grid-template-columns:1fr}@media(min-width:768px){.lg-grid--2{grid-template-columns:repeat(2,1fr)}.lg-grid--3{grid-template-columns:repeat(3,1fr)}}.lg-card{background:var(--lg-card);border:1px solid var(--lg-border);border-radius:1rem;padding:1.5rem;box-shadow:var(--lg-shadow-card)}.lg-card--lg{padding:2rem}@media(min-width:768px){.lg-card--lg{padding:2.5rem}}.lg-feature-card{display:flex;align-items:flex-start;gap:1rem}.lg-icon-circle{background:var(--lg-primary-tint-10);border-radius:999px;padding:.75rem;flex-shrink:0;display:inline-flex}.lg-icon-circle svg{width:24px;height:24px;color:var(--lg-primary)}.lg-icon-circle--lg{width:3.5rem;height:3.5rem;align-items:center;justify-content:center}.lg-callout{background:var(--lg-primary-tint-05);border-left:4px solid var(--lg-primary);border-radius:1rem;padding:2rem;text-align:center}@media(min-width:768px){.lg-callout{padding:2.5rem}}.lg-callout__label{font-size:.875rem;text-transform:uppercase;letter-spacing:.05em;color:var(--lg-primary);font-weight:600;margin-bottom:.75rem}.lg-callout__headline{font-family:Josefin Sans,Nunito Sans,system-ui,sans-serif;font-size:1.5rem;font-weight:600}@media(min-width:768px){.lg-callout__headline{font-size:1.875rem}}.lg-callout--solid{background:var(--lg-primary);color:var(--lg-primary-foreground)}.lg-callout--solid .lg-callout__headline{font-size:1.25rem}@media(min-width:768px){.lg-callout--solid .lg-callout__headline{font-size:1.5rem}}.lg-callout--tinted{background:var(--lg-primary-tint-10);border-left:4px solid var(--lg-primary);text-align:left}.lg-callout--warning{background:var(--lg-amber-bg);border:1px solid var(--lg-amber-border);color:var(--lg-amber-text);border-radius:1rem;padding:1.5rem;display:flex;gap:1rem;text-align:left}.lg-callout--warning svg{width:24px;height:24px;flex-shrink:0;margin-top:.25rem;color:#b45309}.lg-list li,.lg-list-plain li{display:flex;gap:.75rem;padding-block:.25rem}.lg-list li:before{content:"\2022";color:var(--lg-primary);font-weight:700}.lg-list-ordered{counter-reset:lg-step}.lg-list-ordered li{counter-increment:lg-step;display:flex;gap:.75rem;padding-block:.4rem}.lg-list-ordered li:before{content:counter(lg-step);background:var(--lg-primary-tint-10);color:var(--lg-primary);font-weight:600;font-size:.875rem;border-radius:999px;width:1.75rem;height:1.75rem;flex-shrink:0;display:flex;align-items:center;justify-content:center}.lg-stretch-grid{display:grid;gap:.75rem;grid-template-columns:1fr}@media(min-width:640px){.lg-stretch-grid{grid-template-columns:repeat(2,1fr)}}.lg-stretch-grid>div{display:flex;align-items:center;gap:.5rem}.lg-stretch-grid svg{width:16px;height:16px;color:var(--lg-primary)}.lg-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border-radius:999px;font-weight:600;font-family:inherit;font-size:1rem;padding:.9rem 1.75rem;border:none;cursor:pointer;text-decoration:none;transition:background-color .2s ease,box-shadow .2s ease}.lg-btn--solid{background:var(--lg-primary);color:var(--lg-primary-foreground)}.lg-btn--solid:hover{background:var(--lg-primary-hover)}.lg-btn--outline{background:transparent;border:1px solid var(--lg-primary);color:var(--lg-primary)}.lg-btn--outline:hover{background:var(--lg-primary);color:var(--lg-primary-foreground)}.lg-btn--block{width:100%}.lg-btn--lg{padding:1.1rem 2rem;font-size:1.0625rem}.lg-symptom-card{display:flex;flex-direction:column;height:100%}.lg-symptom-card ul{flex:1;margin-bottom:1.5rem}.lg-symptom-card ul li{font-size:1rem}.lg-anchor-section{scroll-margin-top:4rem}.lg-final-card{display:flex;flex-direction:column;height:100%}.lg-final-card__eyebrow{font-size:.875rem;text-transform:uppercase;letter-spacing:.05em;color:var(--lg-foreground-85);font-weight:700;margin-bottom:.5rem}.lg-final-card p.lg-final-card__copy{flex:1;color:var(--lg-foreground-85);margin-bottom:1.5rem}.lg-final-card:hover{box-shadow:var(--lg-shadow-card-lg)}.lg-accordion{display:flex;flex-direction:column;gap:1rem}.lg-accordion__item{background:var(--lg-card);border:1px solid var(--lg-border);border-radius:.5rem;box-shadow:var(--lg-shadow-card);overflow:hidden}.lg-accordion__trigger{width:100%;display:flex;align-items:center;justify-content:space-between;gap:1rem;background:none;border:none;font-family:inherit;font-size:1.125rem;font-weight:600;text-align:left;padding:1.25rem 1.5rem;cursor:pointer;color:var(--lg-foreground)}@media(min-width:768px){.lg-accordion__trigger{font-size:1.25rem}}.lg-accordion__trigger:hover{color:var(--lg-primary)}.lg-accordion__chevron{width:20px;height:20px;flex-shrink:0;transition:transform .2s ease}.lg-accordion__item[data-open=true] .lg-accordion__chevron{transform:rotate(180deg)}.lg-accordion__content{max-height:0;overflow:hidden;transition:max-height .25s ease;padding-inline:1.5rem}.lg-accordion__item[data-open=true] .lg-accordion__content{max-height:20rem}.lg-accordion__content p{color:var(--lg-foreground-85);font-size:1.0625rem;line-height:1.7;padding-bottom:1.25rem}.lg-disclaimer{background:#ede8de80;border:1px solid var(--lg-border);border-radius:1rem;padding:1.5rem;font-size:1rem;color:var(--lg-foreground-85)}.lg-footer{background:var(--lg-foreground);color:#fff6e5;padding-block:3rem}.lg-footer__grid{display:grid;gap:2rem;margin-bottom:2rem}@media(min-width:768px){.lg-footer__grid{grid-template-columns:repeat(3,1fr)}}.lg-footer h3{font-size:1.25rem;font-weight:700;margin:0 0 1rem}.lg-footer h4{font-weight:600;margin:0 0 1rem}.lg-footer p,.lg-footer li{color:#fff6e5b3;font-size:1rem}.lg-footer a:hover{color:#fff6e5}.lg-footer__bottom{padding-top:2rem;border-top:1px solid hsl(39,100%,95%,.2);text-align:center;font-size:1rem;color:#fff6e5b3}.lg-sticky-cta{position:fixed;bottom:0;left:0;right:0;z-index:50;background:var(--lg-primary);box-shadow:0 -8px 30px #00000026;padding:.75rem 1rem;transform:translateY(100%);opacity:0;transition:transform .3s ease,opacity .3s ease}.lg-sticky-cta[data-visible=true]{transform:translateY(0);opacity:1}.lg-sticky-cta .lg-btn{width:100%;background:var(--lg-background);color:var(--lg-primary)}@media(min-width:768px){.lg-sticky-cta{display:none}}.lg-mb-2{margin-bottom:.5rem}.lg-mb-3{margin-bottom:.75rem}.lg-mb-4{margin-bottom:1rem}.lg-mb-6{margin-bottom:1.5rem}.lg-mb-8{margin-bottom:2rem}.lg-mb-10{margin-bottom:2.5rem}.lg-mb-12{margin-bottom:3rem}.lg-mt-4{margin-top:1rem}.lg-mt-6{margin-top:1.5rem}
/*# sourceMappingURL=/cdn/shop/t/2/assets/lead-gen-pelvic-floor.css.map */
