:root{--cfg-nav-h:84px}@media(max-width:1060px){:root{--cfg-nav-h:68px}}.cfg-header-section{position:sticky;top:0;z-index:40}.cfg-nav{background:#faf7f0;color:#182f44;border-bottom:1px solid #E6DFCF;font-family:DM Sans,system-ui,sans-serif;transition:background .3s ease,color .3s ease,border-color .3s ease}html.cfg-over-hero .cfg-header-section:not(.is-solid) .cfg-nav{background:transparent;color:#faf7f0;border-color:transparent}.cfg-nav__inner{max-width:1440px;margin:0 auto;height:var(--cfg-nav-h);padding:0 clamp(20px,4vw,64px);display:flex;align-items:center;justify-content:space-between;gap:20px}.cfg-nav a{color:inherit;text-decoration:none}.cfg-nav__logo{position:relative;display:block;flex-shrink:0}.cfg-nav__logo img{display:block;width:100%;height:auto;transition:opacity .3s}.cfg-nav__logo .cfg-logo-light{position:absolute;left:0;top:0;opacity:0}html.cfg-over-hero .cfg-header-section:not(.is-solid) .cfg-logo-dark{opacity:0}html.cfg-over-hero .cfg-header-section:not(.is-solid) .cfg-logo-light{opacity:1}.cfg-menu{display:flex;align-items:center;gap:2px;list-style:none;margin:0;padding:0}.cfg-menu>li{position:relative}.cfg-menu__link{display:flex;align-items:center;gap:6px;height:44px;padding:0 14px;border-radius:999px;background:none;border:0;color:inherit;font:500 16px DM Sans,sans-serif;cursor:pointer;letter-spacing:0}.cfg-menu__link:hover,.cfg-menu>li.open>.cfg-menu__link{background:#87b1bb3d}.cfg-menu__link[aria-current=page]{font-weight:700}.cfg-caret{width:10px;height:10px;transition:transform .2s}.cfg-menu>li.open .cfg-caret{transform:rotate(180deg)}.cfg-drop{position:absolute;top:calc(100% + 10px);left:-8px;min-width:310px;background:#fffdf8;color:#182f44;border:1px solid #E6DFCF;border-radius:20px;padding:10px;box-shadow:0 18px 40px #182f442e;opacity:0;visibility:hidden;transform:translateY(-6px);transition:opacity .18s,transform .18s,visibility .18s;z-index:5}.cfg-menu>li.open .cfg-drop{opacity:1;visibility:visible;transform:none}.cfg-drop a{display:block;padding:12px 14px;border-radius:14px}.cfg-drop a:hover,.cfg-drop a:focus-visible{background:#e6efe3}.cfg-drop strong{display:block;font-size:16px;font-weight:700}.cfg-drop span{display:block;font-size:14px;color:#59627a;line-height:1.45;margin-top:2px}.cfg-nav__actions{display:flex;align-items:center;gap:8px}.cfg-support-btn{background:none;border:2px solid currentColor;color:inherit;min-height:44px;padding:0 18px;border-radius:999px;font:700 15px DM Sans,sans-serif;cursor:pointer}.cfg-support-btn:hover{background:#87b1bb3d}.cfg-book-btn{display:inline-flex;align-items:center;min-height:44px;padding:0 20px;border-radius:999px;background:#87b1bb;color:#182f44!important;font:700 15px DM Sans,sans-serif}.cfg-book-btn:hover{background:#9cc1ca}.cfg-nav .cfg-cart{position:relative;display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:999px;color:inherit}.cfg-nav .cfg-cart:hover{background:#87b1bb3d}.cfg-nav .cfg-cart svg{width:32px;height:32px;display:block}.cfg-nav .cfg-cart svg path,.cfg-nav .cfg-cart svg .st0{fill:currentColor!important}.cfg-nav .cart-count-bubble{position:absolute;top:4px;right:2px;min-width:19px;height:19px;padding:0 5px;border-radius:999px;background:#2e7d5b;color:#fffdf8;font:700 11px/19px DM Sans,sans-serif;text-align:center;display:block}.cfg-burger{display:none;width:44px;height:44px;border-radius:999px;border:0;background:none;color:inherit;cursor:pointer;align-items:center;justify-content:center}@media(max-width:1060px){.cfg-nav nav,.cfg-nav .cfg-support-btn,.cfg-nav .cfg-book-btn{display:none}.cfg-burger{display:flex}}.cfg-nav :focus-visible{outline:3px solid #87B1BB;outline-offset:3px}.cfg-mm{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;background:#182f44;color:#faf7f0;padding:calc(env(safe-area-inset-top,0px) + 12px) 24px calc(env(safe-area-inset-bottom,0px) + 24px);display:flex;flex-direction:column;gap:6px;overflow:auto;transform:translate(100%);visibility:hidden;transition:transform .3s ease,visibility .3s;font-family:DM Sans,sans-serif}.cfg-mm.open{transform:none;visibility:visible}.cfg-mm__top{display:flex;justify-content:space-between;align-items:center;min-height:60px;margin-bottom:6px}.cfg-mm a{color:inherit;text-decoration:none}.cfg-mm details{border-bottom:1px solid #34506A}.cfg-mm summary,.cfg-mm .cfg-mm__a{list-style:none;display:flex;justify-content:space-between;align-items:center;min-height:60px;font:800 26px Bricolage Grotesque,DM Sans,sans-serif;cursor:pointer;letter-spacing:-.01em}.cfg-mm .cfg-mm__a{border-bottom:1px solid #34506A}.cfg-mm summary::-webkit-details-marker{display:none}.cfg-mm details a{display:block;padding:10px 0 10px 4px;color:#c6d8dd;font-size:17px}.cfg-mm details[open] summary .cfg-caret{transform:rotate(180deg)}.cfg-mm__btns{display:flex;flex-direction:column;gap:12px;margin-top:20px}.cfg-mm__btns a,.cfg-mm__btns button{min-height:52px;border-radius:999px;display:flex;align-items:center;justify-content:center;font:700 16px DM Sans,sans-serif}.cfg-mm__btns a{background:#2e7d5b;color:#fffdf8}.cfg-mm__btns button{background:none;border:2px solid #FAF7F0;color:#faf7f0;cursor:pointer}dialog.cfg-sheet{border:0;padding:0;border-radius:26px;max-width:560px;width:calc(100% - 32px);background:#fffdf8;color:#182f44;box-shadow:0 30px 80px #00000059;font-family:DM Sans,sans-serif}dialog.cfg-sheet::backdrop{background:#13263a99}.cfg-sheet__in{position:relative;padding:32px;display:flex;flex-direction:column;gap:16px}.cfg-sheet h2{font:800 30px Bricolage Grotesque,sans-serif;letter-spacing:-.02em;margin:0;padding-right:40px;color:#182f44}.cfg-sheet p{margin:0;line-height:1.6}.cfg-sheet__row{background:#e6efe3;border-radius:18px;padding:18px 20px;line-height:1.6}.cfg-sheet__row p:first-child{font-weight:700;font-size:18px}.cfg-sheet a{color:#2e7d5b;font-weight:700}.cfg-sheet__x{position:absolute;top:14px;right:14px;width:44px;height:44px;border-radius:999px;border:0;background:transparent;color:inherit;cursor:pointer;font-size:28px;line-height:1}.cfg-hero-photo{position:relative;overflow:hidden;display:flex;align-items:flex-end;background:#182f44;color:#faf7f0;min-height:min(100svh,860px);padding-top:calc(var(--cfg-nav-h) + 40px + var(--cfg-hero-extra,0px));padding-bottom:clamp(56px,9vh,110px);box-sizing:border-box}.cfg-hero-photo--medium{min-height:min(80svh,720px)}.cfg-hero-photo--short{min-height:min(62svh,580px)}html.cfg-over-hero #MainContent>.shopify-section:first-child .cfg-hero-photo{margin-top:calc(-1 * var(--cfg-nav-h))}.cfg-hero-photo__img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;display:block;max-width:none}.cfg-hero-photo:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#182f4499}.cfg-hero-photo.no-img:after{display:none}.cfg-hero-photo__inner{position:relative;z-index:1;width:100%;max-width:1440px;margin:0 auto;padding:0 clamp(20px,4vw,64px);box-sizing:border-box}.cfg-hero-photo__label{margin:0 0 16px;font:700 17px DM Sans,sans-serif;color:#faf7f0;text-shadow:0 1px 12px rgba(24,47,68,.5)}.cfg-hero-photo__title{margin:0;font-family:Bricolage Grotesque,DM Sans,sans-serif;font-weight:800;font-size:clamp(40px,5.2vw,72px);line-height:.98;letter-spacing:-.03em;color:#faf7f0;max-width:16ch;text-transform:none}.cfg-hero-photo__text{margin:20px 0 0;max-width:620px;font-size:clamp(17px,1.5vw,20px);line-height:1.6;color:#dce7ea}.cfg-hero-photo__btns{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}.cfg-hero-photo .cfg-btn--outline{border:2px solid #FAF7F0;color:#faf7f0;background:transparent}.cfg-hero-photo .cfg-btn--outline:hover{background:#faf7f01f}.cfg-hero-photo__small{margin:20px 0 0;font-size:15px;color:#c6d8dd}@media(max-width:749px){.cfg-hero-photo{min-height:min(88svh,720px);padding-top:calc(var(--cfg-nav-h) + 40px + min(var(--cfg-hero-extra,0px),48px));padding-bottom:48px}.cfg-hero-photo--short{min-height:min(64svh,520px)}}html.cfg-motion .cfg-hero-photo__img{transform:scale(1.1);transition:transform 2.6s cubic-bezier(.2,.7,.2,1)}html.cfg-motion .cfg-hero-photo.is-in .cfg-hero-photo__img{transform:scale(1)}html.cfg-motion .cfg-hero-photo__title .w{display:inline-block;opacity:0;transform:translateY(.4em);transition:opacity .7s,transform .7s cubic-bezier(.2,.7,.2,1);transition-delay:calc(var(--i) * 90ms + .2s)}html.cfg-motion .cfg-hero-photo.is-in .cfg-hero-photo__title .w{opacity:1;transform:none}html.cfg-motion .cfg-hero-photo__label,html.cfg-motion .cfg-hero-photo__text,html.cfg-motion .cfg-hero-photo__btns,html.cfg-motion .cfg-hero-photo__small{opacity:0;transition:opacity .8s}html.cfg-motion .cfg-hero-photo.is-in .cfg-hero-photo__label{opacity:1;transition-delay:.1s}html.cfg-motion .cfg-hero-photo.is-in .cfg-hero-photo__text{opacity:1;transition-delay:.9s}html.cfg-motion .cfg-hero-photo.is-in .cfg-hero-photo__btns{opacity:1;transition-delay:1.1s}html.cfg-motion .cfg-hero-photo.is-in .cfg-hero-photo__small{opacity:1;transition-delay:1.3s}html.cfg-motion [data-cfg-reveal]{opacity:0;transform:translateY(22px);transition:opacity .8s cubic-bezier(.2,.7,.2,1),transform .8s cubic-bezier(.2,.7,.2,1);transition-delay:calc(var(--cfg-d,0) * .1s)}html.cfg-motion [data-cfg-reveal].is-in{opacity:1;transform:none}[data-cfg-parallax]{will-change:transform}@media(prefers-reduced-motion:reduce){html.cfg-motion *{transition:none!important;animation:none!important}}.cfg-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;margin-top:40px}.cfg-stat{background:#fffdf8;border:1px solid #E6DFCF;border-radius:24px;padding:28px 26px 30px;display:flex;flex-direction:column;gap:12px}.cfg-stat b{font-family:Bricolage Grotesque,sans-serif;font-size:clamp(34px,3.2vw,48px);line-height:1;font-weight:800;color:#2e7d5b;white-space:nowrap;font-variant-numeric:tabular-nums}.cfg-stat p{margin:0;font-size:16px;line-height:1.55;color:#3f4860}.cfg-banner3{position:relative;margin-top:22px;border-radius:28px;overflow:hidden;min-height:340px;display:flex;align-items:flex-end;color:#faf7f0;background:#182f44}.cfg-banner3 img,.cfg-photo-band>img{position:absolute;left:0;top:-12%;width:100%;height:124%;object-fit:cover;max-width:none}.cfg-banner3:after,.cfg-photo-band:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#182f4499}.cfg-banner3__in{position:relative;z-index:1;padding:clamp(28px,4vw,52px);display:grid;grid-template-columns:minmax(0,1.2fr) minmax(0,1fr);gap:36px;align-items:end;width:100%;box-sizing:border-box}.cfg-banner3__in p{margin:0;font-family:Bricolage Grotesque,sans-serif;font-size:clamp(24px,2.6vw,34px);line-height:1.12;font-weight:800;letter-spacing:-.02em;color:#faf7f0}.cfg-pills{display:flex;flex-wrap:wrap;gap:10px}.cfg-pills span{font-family:TAY Birdie,Birdie,Bricolage Grotesque,sans-serif;font-size:19px;letter-spacing:.04em;padding:9px 18px 8px;border-radius:999px}.cfg-src{margin:18px 0 0;font-size:13px;color:#59627a;max-width:900px}.cfg-split{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:clamp(36px,6vw,80px);align-items:center}.cfg-split__img{border-radius:28px;overflow:hidden;height:clamp(360px,42vw,560px);background:#d5dfd0}.cfg-split__img img{width:100%;height:100%;object-fit:cover;display:block}.cfg-split--right .cfg-split__img{order:2}.cfg-story{background:#fffdf8;border-top:1px solid #E6DFCF;border-bottom:1px solid #E6DFCF}.cfg-story__grid{display:grid;grid-template-columns:minmax(240px,360px) minmax(0,1fr);gap:clamp(36px,6vw,88px);align-items:start}.cfg-story__side{position:sticky;top:calc(var(--cfg-nav-h) + 32px);display:flex;flex-direction:column;gap:14px}.cfg-story__photo{aspect-ratio:4/5;border-radius:26px;overflow:hidden;background:#e6efe3}.cfg-story__photo img{width:100%;height:100%;object-fit:cover;display:block}.cfg-story__name{font:800 26px Bricolage Grotesque,sans-serif;letter-spacing:-.01em}.cfg-story__role{font-weight:700;color:#2e7d5b;font-size:15px}.cfg-story__body{display:flex;flex-direction:column;gap:22px;max-width:680px}.cfg-story__body .cfg-rte p{font-size:clamp(17px,1.3vw,19px);line-height:1.8;color:#3f4860;margin:0 0 20px}.cfg-quote{background:#87b1bb;color:#182f44}.cfg-quote blockquote{margin:0;font-family:Bricolage Grotesque,sans-serif;font-weight:800;font-size:clamp(30px,4vw,52px);line-height:1.06;letter-spacing:-.025em;max-width:18ch;border:0;padding:0}.cfg-truths{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:40px}.cfg-truths div{background:#faf7f0;border-radius:20px;padding:22px 24px;font-weight:500;font-size:17px;line-height:1.5}.cfg-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;margin-top:40px}.cfg-cards a{display:flex;flex-direction:column;gap:12px;background:#fffdf8;border:1px solid #E6DFCF;border-radius:24px;padding:30px;text-decoration:none;color:#182f44;min-height:250px;transition:border-color .2s,transform .2s}.cfg-cards a:hover{border-color:#182f44;transform:translateY(-3px)}.cfg-cards h3{margin:0;font:700 23px Bricolage Grotesque,sans-serif;letter-spacing:-.01em}.cfg-cards p{margin:0;color:#59627a;font-size:16px;line-height:1.6;flex-grow:1}.cfg-cards .cfg-go{font-weight:700;color:#2e7d5b}.cfg-cards .cfg-pill{align-self:flex-start}.cfg-role{background:#e6efe3;border-radius:28px;padding:clamp(28px,4vw,52px);display:grid;grid-template-columns:minmax(0,1.3fr) minmax(0,1fr);gap:clamp(28px,4vw,56px)}.cfg-role h3{margin:10px 0 0;font:800 clamp(24px,2.4vw,30px) "Bricolage Grotesque",sans-serif;letter-spacing:-.02em}.cfg-role__stats{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px 30px;margin-top:22px}.cfg-role__stats b{display:block;font-family:Bricolage Grotesque,sans-serif;font-size:clamp(32px,3.2vw,44px);line-height:1;font-weight:800;color:#2e7d5b;font-variant-numeric:tabular-nums}.cfg-role__stats span{display:block;font-size:15px;line-height:1.5;color:#3f4860;margin-top:6px}.cfg-role__help{align-self:center;display:flex;flex-direction:column;gap:14px;font-size:16px;line-height:1.65;color:#3f4860}.cfg-role__help p{margin:0 0 12px}.cfg-role__help a{font-weight:700;color:#2e7d5b}.cfg-role__help button{align-self:flex-start;min-height:52px;padding:0 24px;border-radius:999px;border:2px solid #182F44;background:transparent;color:#182f44;font:700 16px DM Sans,sans-serif;cursor:pointer}.cfg-role__help button:hover{background:#fffdf8}.cfg-photo-band{position:relative;min-height:540px;display:flex;align-items:center;justify-content:center;text-align:center;color:#faf7f0;overflow:hidden;background:#182f44}.cfg-photo-band__in{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:22px;padding:72px 20px}.cfg-photo-band h2{margin:0;font:800 clamp(36px,4.6vw,60px)/1 "Bricolage Grotesque",sans-serif;letter-spacing:-.02em;color:#faf7f0}.cfg-photo-band p{margin:0;font-size:19px;color:#dce7ea;max-width:560px}.cfg-photo-band .cfg-btn--outline{border:2px solid #FAF7F0;color:#faf7f0;background:transparent}.cfg-mhfa.has-bg{position:relative;overflow:hidden}.cfg-mhfa.has-bg>.cfg-mhfa__bg{position:absolute;left:0;top:-12%;width:100%;height:124%;object-fit:cover;z-index:0;max-width:none}.cfg-mhfa.has-bg:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#182f44db;z-index:1}.cfg-mhfa.has-bg>.cfg-inner{position:relative;z-index:2}@media(max-width:989px){.cfg-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.cfg-banner3__in,.cfg-split,.cfg-story__grid,.cfg-role{grid-template-columns:1fr}.cfg-split--right .cfg-split__img{order:0}.cfg-story__side{position:static;flex-direction:row;align-items:center;gap:18px}.cfg-story__photo{width:120px;flex-shrink:0;aspect-ratio:1}.cfg-truths,.cfg-cards{grid-template-columns:1fr}}@media(max-width:560px){.cfg-stats{grid-template-columns:1fr}.cfg-photo-band{min-height:440px}}
/*# sourceMappingURL=/cdn/shop/t/13/assets/cfg-site.css.map */
