.sleepdoctor-content-with-popout p,.sleepdoctor-content-with-popout h1,.sleepdoctor-content-with-popout h2,.sleepdoctor-content-with-popout h3,.sleepdoctor-content-with-popout h4,.sleepdoctor-content-with-popout h5,.sleepdoctor-content-with-popout h6{margin:0;letter-spacing:0}.sleepdoctor-content-with-popout{position:relative;overflow:hidden}.content-with-popout__container{display:flex;flex-direction:column;align-items:center;gap:40px}.content-with-popout__header{display:flex;flex-direction:column;align-items:center;text-align:center;gap:8px;max-width:1040px}.content-with-popout__header .sub-heading{text-align:center;font-size:20px;font-weight:700;line-height:24px}.content-with-popout__header .main-heading{font-family:var(--font-heading-family);font-size:32px;font-weight:700;line-height:38px}.content-with-popout__header .main-heading.highlight em{font-style:normal}.content-with-popout__header .main-heading.underline em{font-style:normal;position:relative;display:inline}.content-with-popout__header .main-heading.underline em:after{content:"";position:absolute;left:0;bottom:0;width:100%;height:4px;border-radius:2px}.content-with-popout__outer{width:100%;position:relative}.content-with-popout__mobile-slider{display:block;width:100vw;margin-left:calc(50% - 50vw);position:relative;padding-bottom:40px;overflow:hidden}.content-with-popout__mobile-track{display:flex;gap:20px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;padding:0 calc((100% - 313px)/2)}.content-with-popout__mobile-track::-webkit-scrollbar{display:none}.content-with-popout__mobile-slide{flex:0 0 313px;scroll-snap-align:center;display:flex;flex-direction:column;align-items:center;cursor:pointer}.content-with-popout__expanded-content{display:none;flex-direction:column;align-items:center;text-align:center;gap:16px;padding:0 20px 40px;animation:fadeIn .3s ease;width:100%}.content-with-popout__mobile-slide.active .content-with-popout__expanded-content{display:flex}.content-with-popout__mobile-slide.active .content-with-popout__card-content{display:none}.content-with-popout__mobile-track.has-active .content-with-popout__mobile-slide:not(.active){display:none}.content-with-popout__mobile-track.has-active{justify-content:center;overflow-x:visible;padding:0}.content-with-popout__mobile-track.has-active .content-with-popout__mobile-slide.active{flex:0 0 auto;max-width:100%}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.content-with-popout__back-btn{display:flex;align-items:center;gap:8px;background:none;border:none;cursor:pointer;font-family:var(--font-body-family);font-weight:700;font-size:14px;letter-spacing:.05em;color:var(--color-delft-blue, #31426A);padding:8px 0;margin-top:16px;transition:opacity .2s ease}.content-with-popout__back-btn:hover{opacity:.7}.content-with-popout__back-btn svg{width:18px;height:15px}.content-with-popout__expanded-title{font-family:var(--font-heading-family);font-weight:700;font-size:24px;line-height:1.3}.content-with-popout__expanded-description{font-family:var(--font-body-family);font-weight:400;font-size:16px;line-height:1.5}.content-with-popout__expanded-description p{margin:0}.content-with-popout__desktop-tabs,.content-with-popout__tab-contents{display:none}.content-with-popout__tab{cursor:pointer}.content-with-popout__card{display:flex;flex-direction:column;align-items:center;text-align:center;height:100%}.content-with-popout__card-link{display:flex;flex-direction:column;align-items:center;text-decoration:none;color:inherit;height:100%;width:100%}.content-with-popout__card-link:hover{text-decoration:none}.content-with-popout__image-container{position:relative;width:313px;height:223px;border-radius:500px;overflow:hidden;flex-shrink:0;transition:transform .15s ease-out;transform-origin:center center}.content-with-popout__image{width:100%;height:100%;object-fit:cover;border-radius:500px}.content-with-popout__image-placeholder{width:100%;height:100%;background-color:var(--color-neutral-20, #E9ECF2);border-radius:500px;display:flex;align-items:center;justify-content:center}.content-with-popout__image-placeholder .placeholder-svg{width:50%;height:50%;fill:var(--color-neutral-40, #C4C9D6)}.content-with-popout__card-content{display:flex;flex-direction:column;align-items:center;gap:12px;padding-top:30px}.content-with-popout__number{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:var(--font-heading-family);font-weight:700;font-size:20px;line-height:24px}.content-with-popout__card-title{font-family:var(--font-body-family);font-weight:700;font-size:20px;line-height:24px;text-decoration:underline;text-underline-offset:8px}.content-with-popout__card-link:hover .content-with-popout__card-title--underline{text-decoration-color:var(--color-glaucous, #677DD2)}.content-with-popout__card-description{font-family:var(--font-body-family);font-weight:400;font-size:16px;line-height:24px;max-width:280px}.content-with-popout__cta{display:flex;justify-content:center;width:100%}.content-with-popout__atc-btn{cursor:pointer}.content-with-popout__cta .btn{padding:16px 50px!important}.content-with-popout__curve-top{position:absolute;top:0;left:0;width:100%;overflow:hidden}.content-with-popout__curve-top svg{width:100%;height:100%;display:block}.content-with-popout__curve-bottom{position:absolute;bottom:0;left:0;width:100%;overflow:hidden}.content-with-popout__curve-bottom svg{width:100%;height:100%;display:block}@media screen and (min-width: 750px){.content-with-popout__container{gap:70px}.content-with-popout__header .main-heading{font-size:48px;line-height:54px}.content-with-popout__back-btn,.content-with-popout__mobile-slider{display:none}.content-with-popout__desktop-tabs{display:flex;flex-direction:row;justify-content:center;gap:40px;flex-wrap:nowrap;width:100%}.content-with-popout__desktop-tabs .content-with-popout__tab{flex:0 1 auto;max-width:240px}.content-with-popout__desktop-tabs.has-active{display:none}.content-with-popout__outer.has-active~.content-with-popout__cta{display:none}.content-with-popout__tab-content.active{flex-direction:row;justify-content:space-between;align-items:center;gap:80px;padding:30px 0;width:100%}.content-with-popout__tab-content.active .content-with-popout__content-left{display:flex;flex-direction:column;align-items:flex-start;text-align:left;gap:24px;flex:1 1 auto}.content-with-popout__tab-content.active .content-with-popout__content-right{flex:0 0 auto}.content-with-popout__tab-content.active .content-with-popout__expanded-title,.content-with-popout__tab-content.active .content-with-popout__expanded-description{text-align:left}.content-with-popout__tab-content .content-with-popout__desktop-back-btn{display:flex;align-items:center;background:none;gap:8px;border:none;cursor:pointer;font-weight:400;font-size:18px;line-height:24px;color:#677dd2;padding:8px 0;transition:opacity .2s ease}.content-with-popout__tab-content .content-with-popout__desktop-back-btn:hover{opacity:.7}.content-with-popout__tab-content .content-with-popout__desktop-back-btn svg{width:18px;height:15px}.content-with-popout__tab-content .content-with-popout__desktop-cta{margin-top:16px}.content-with-popout__tab-content .content-with-popout__desktop-cta .btn{padding:16px 50px!important}.content-with-popout__desktop-tabs.content-with-popout__tabs--2x2{flex-wrap:wrap;max-width:800px;margin:0 auto}.content-with-popout__desktop-tabs.content-with-popout__tabs--2x2 .content-with-popout__tab{flex:0 0 calc(50% - 20px);max-width:calc(50% - 20px)}.content-with-popout__tab-contents{display:block;position:relative;width:100%;min-height:0}.content-with-popout__tab-content{display:none;flex-direction:column;align-items:center;text-align:center;gap:16px;padding:30px 0;animation:fadeIn .3s ease;width:100%}.content-with-popout__tab-content.active{display:flex}.content-with-popout__image-container{width:230px;height:285px}.content-with-popout__card-content{padding-top:30px}.content-with-popout__card-description{max-width:180px}.content-with-popout__expanded-title{font-size:40px;line-height:46px}.content-with-popout__expanded-description{font-size:24px;font-weight:700;line-height:32px}.content-with-popout__card-title{text-decoration:none}}@media screen and (min-width: 1200px){.single-row .content-with-popout__container{gap:70px}.single-row .content-with-popout__back-btn,.single-row .content-with-popout__mobile-slider{display:none}.single-row .content-with-popout__desktop-tabs{display:flex;flex-direction:row;justify-content:center;gap:40px;flex-wrap:nowrap;width:100%}.single-row .content-with-popout__desktop-tabs .content-with-popout__tab{flex:0 1 auto;max-width:240px}.single-row .content-with-popout__desktop-tabs.has-active{display:none}.single-row .content-with-popout__outer.has-active~.content-with-popout__cta{display:none}.single-row .content-with-popout__tab-content.active{flex-direction:row;justify-content:space-between;align-items:center;gap:80px;padding:30px 0;width:100%}.single-row .content-with-popout__tab-content.active .content-with-popout__content-left{display:flex;flex-direction:column;align-items:flex-start;text-align:left;gap:24px;flex:1 1 auto}.single-row .content-with-popout__tab-content.active .content-with-popout__content-right{flex:0 0 auto}.single-row .content-with-popout__tab-content.active .content-with-popout__expanded-title,.single-row .content-with-popout__tab-content.active .content-with-popout__expanded-description{text-align:left}.single-row .content-with-popout__tab-content .content-with-popout__desktop-back-btn{display:flex;align-items:center;background:none;gap:8px;border:none;cursor:pointer;font-weight:400;font-size:18px;line-height:24px;color:#677dd2;padding:8px 0;transition:opacity .2s ease}.single-row .content-with-popout__tab-content .content-with-popout__desktop-back-btn:hover{opacity:.7}.single-row .content-with-popout__tab-content .content-with-popout__desktop-back-btn svg{width:18px;height:15px}.single-row .content-with-popout__tab-content .content-with-popout__desktop-cta{margin-top:16px}.single-row .content-with-popout__tab-content .content-with-popout__desktop-cta .btn{padding:16px 50px!important}.single-row .content-with-popout__desktop-tabs.content-with-popout__tabs--2x2{flex-wrap:wrap;max-width:800px;margin:0 auto}.single-row .content-with-popout__desktop-tabs.content-with-popout__tabs--2x2 .content-with-popout__tab{flex:0 0 calc(50% - 20px);max-width:calc(50% - 20px)}.single-row .content-with-popout__tab-contents{display:block;position:relative;width:100%;min-height:0}.single-row .content-with-popout__tab-content{display:none;flex-direction:column;align-items:center;text-align:center;gap:16px;padding:30px 0;animation:fadeIn .3s ease;width:100%}.single-row .content-with-popout__tab-content.active{display:flex}.single-row .content-with-popout__image-container{width:230px;height:285px}.single-row .content-with-popout__card-content{padding-top:30px}.single-row .content-with-popout__card-description{max-width:180px}.single-row .content-with-popout__expanded-title{font-size:40px;line-height:46px}.single-row .content-with-popout__expanded-description{font-size:24px;font-weight:700;line-height:32px}.single-row .content-with-popout__card-title{text-decoration:none}}
/*# sourceMappingURL=/cdn/shop/t/589/assets/sleepdoctor-learn-more-popout.css.map */
