@import"https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700&display=swap";.sap p{font-family:inherit;font-weight:400;font-size:1.125rem;line-height:2rem;color:inherit}.sap .headline{font-family:VastagoGrotesk,sans-serif;font-size:2.5rem;font-weight:500;line-height:2.75rem;letter-spacing:-.03125rem}@media(min-width:768px){.sap .headline{font-size:3.5rem;line-height:4rem}}@media(min-width:1024px){.sap .headline{font-size:4rem;line-height:4.5rem}}.sap .flex{display:flex}.sap .flex-column{display:flex;flex-direction:column}.sap .flex-row{display:flex;flex-direction:row}.sap .flex-center{display:flex;align-items:center;justify-content:center}.sap .flex-between{display:flex;align-items:center;justify-content:space-between}.sap .page-container{display:flex;flex-direction:column;align-items:center;width:100%;flex:1;margin:0 auto}.sap .page-container--transition:has(.transition-content[data-theme=default]){background-color:var(--resmed-blissful-blue-extra-light)}.sap .page-container--transition:has(.transition-content[data-theme=default]) .questionnaire-nav-bar{background-color:var(--resmed-blissful-blue-extra-light)}.sap .questionnaire-content{display:flex;flex-direction:column;flex:1;width:100%;gap:2rem;padding:4rem 1rem 2rem}@media(min-width:1024px){.sap .questionnaire-content{padding:6rem 0 4rem;width:55%;max-width:35rem}}@media(prefers-reduced-motion:no-preference){@keyframes slide-in-from-right{0%{opacity:0;transform:translate(30%)}to{opacity:1;transform:translate(0)}}@keyframes slide-in-from-left{0%{opacity:0;transform:translate(-30%)}to{opacity:1;transform:translate(0)}}@keyframes fade-out{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(-10%)}}.sap .questionnaire-content--slide-forward{animation:slide-in-from-right .25s ease-out}.sap .questionnaire-content--slide-back{animation:slide-in-from-left .25s ease-out}.sap .questionnaire-content--fade-out{animation:fade-out .125s ease-in forwards}}.sap .question-container{display:flex;flex-direction:column;width:100%;gap:1.5rem}@media(min-width:1024px){.sap .question-container{gap:2.5rem}}.sap .question-title{font-weight:600;font-size:1.75rem;line-height:2rem;letter-spacing:-.03125rem;margin:0}@media(min-width:1024px){.sap .question-title{font-size:2.5rem;line-height:2.75rem}}.sap .question-subtitle{margin:0;color:var(--text-secondary-main);font-size:1rem;font-weight:400;line-height:1.5rem}.sap .unit-switcher-container{display:flex;justify-content:center;width:100%}@media(min-width:768px){.sap .unit-switcher-container{justify-content:flex-start}}.sap .unit-switcher-container .segmented-control{width:100%}@media(min-width:768px){.sap .unit-switcher-container .segmented-control{width:auto}}.sap .question-container.has-unit-switcher{gap:1.5rem}.sap .answers-container{display:flex;flex-direction:column;gap:1rem;width:100%}.sap .answer-button{display:flex;align-items:center;gap:1rem;min-height:3rem;padding:.5rem 1rem;background-color:var(--button-likert-main);border:1px solid var(--resmed-cool-galaxy-gray-light);border-radius:.625rem;cursor:pointer;transition:all .2s ease}.sap .answer-button:hover{background-color:var(--button-likert-hover)}.sap .answer-button:focus{outline:.125rem solid var(--action-focus);outline-offset:.125rem}.sap .answer-button:active{background-color:var(--button-likert-active)}.sap .answer-button.selected{background-color:var(--button-likert-selected);border:1px solid var(--resmed-blissful-blue)}.sap .answer-button.selected:hover{background-color:var(--button-likert-selected-hover)}.sap .answer-text{font-size:1rem;line-height:1.5rem;flex:1;display:flex;flex-direction:column;gap:.25rem}.sap .answer-button.has-description{align-items:flex-start}.sap .answer-button.has-description .answer-label{font-weight:600}.sap .answer-description{font-weight:400}.sap .answer-button .MuiCheckbox-root,.sap .answer-button .MuiRadio-root{padding:0}.sap .info-toast-container{display:flex;flex-direction:column;gap:1rem;width:100%}.sap .info-toast{display:flex;align-items:center;justify-content:space-between;width:100%}.sap .info-header{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.sap svg.info-icon{flex-shrink:0;width:1.5rem;height:1.5rem;color:var(--text-secondary-main)}.sap .info-title{font-family:var(--font-plus-jakarta-sans);font-weight:600;font-size:1rem;line-height:1.75rem;letter-spacing:0;color:var(--text-secondary-main);overflow:hidden;text-overflow:ellipsis;white-space:pre-wrap}.sap .toggle-button{display:flex;align-items:center;justify-content:center;background:none;border:none;padding:.25rem;cursor:pointer;flex-shrink:0;transition:opacity .2s ease}.sap .toggle-button:hover{opacity:.7}.sap .toggle-button:focus{outline:.125rem solid var(--action-focus);outline-offset:.125rem;border-radius:.25rem}.sap .toggle-icon{flex-shrink:0;width:1.5rem;height:1.5rem;color:var(--text-secondary-main)}.sap .expanded-content{display:flex;flex-direction:column;gap:.5rem;padding:1.5rem;background-color:var(--primary-states-subtle-hover);border-radius:1.25rem;width:100%}.sap .content-text{font-family:var(--font-plus-jakarta-sans);font-weight:400;font-size:1rem;line-height:1.5rem;color:var(--text-primary-inverted);margin:0}.sap .source-text{font-family:var(--font-plus-jakarta-sans);font-weight:500;font-size:.75rem;line-height:1rem;color:var(--text-secondary-main);margin:0}.sap .content-text sup,.sap .source-text sup{font-size:.65em;vertical-align:super;line-height:0}.sap .source-text a{color:inherit;text-decoration:underline}.sap .transition-content{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1;width:100%;background-color:var(--resmed-blissful-blue-extra-light)}.sap .transition-content[data-theme=female]{background-color:#fff}.sap .transition-content[data-theme=female] .transition-overline,.sap .transition-content[data-theme=female] .transition-title{color:var(--resmed-peaceful-purple-extra-dark)}.sap .transition-content-body{display:flex;flex-direction:column;align-items:flex-start;gap:2.5rem;width:100%;max-width:35rem}.sap .transition-overline{font-weight:700;font-size:.875rem;line-height:1.5rem;letter-spacing:.0025rem;text-transform:uppercase;margin:0}.sap .transition-title{font-weight:600;font-size:2rem;line-height:2.5rem;letter-spacing:-.03125rem;color:var(--resmed-blissful-blue-dark, #004ba6);margin:0}@media(min-width:768px){.sap .transition-title{font-size:2.5rem;line-height:2.75rem}}@media(min-width:1024px){.sap .transition-title{font-size:3rem;line-height:3.25rem}}.sap .transition-body-text{font-weight:500;font-size:1rem;line-height:1.5rem;margin:0}.sap .transition-body-text strong{font-weight:700}.sap .transition-body-text sup{font-size:.65em;vertical-align:super;line-height:0}.sap .transition-body-text ul{margin:.5rem 0 0;padding-left:1.5rem}.sap .transition-body-text ul li{margin-bottom:.25rem}@media(min-width:768px){.sap .transition-body-text{font-size:1.125rem;line-height:1.75rem}}@media(min-width:1024px){.sap .transition-body-text{font-size:1.25rem;line-height:2rem}}.sap .transition-image-container{position:relative;width:100%;height:16rem;border-radius:1.5rem;overflow:hidden}@media(min-width:768px){.sap .transition-image-container{max-width:35rem}}.sap .transition-image{position:absolute;top:-5.37%;left:0;width:100%;height:145.83%;display:block;object-fit:cover}.sap .transition-source{font-weight:400;font-size:.75rem;line-height:1rem;margin:0}.sap .transition-source sup{font-size:.5rem;vertical-align:super;line-height:0}.sap .transition-source-link{color:var(--resmed-soft-black);text-decoration:underline;word-break:break-all}.sap .text-input-wrapper{position:relative;display:flex;flex-direction:column;gap:.25rem;width:100%}@media(min-width:768px){.sap .text-input-wrapper{padding:0}}.sap .text-input-container{position:relative;display:flex;align-items:center;width:100%;min-height:3rem;padding:.125rem 1rem;background-color:var(--white);border:1px solid var(--resmed-cool-galaxy-gray-dark);border-radius:.625rem;transition:border-color .2s ease}@media(min-width:768px){.sap .text-input-container{min-height:3.5rem}}.sap .text-input-container.focused{border-color:var(--resmed-blissful-blue);outline:.125rem solid var(--action-focus);outline-offset:.125rem}.sap .text-input-container.error{border-color:var(--resmed-error-red);background:var(--input-error-bg)}.sap .text-input-container.error.focused{outline-color:var(--resmed-error-red)}.sap .text-input-container.valid{border-color:var(--resmed-success-green);background:var(--input-success-bg)}.sap .text-input-container.valid.focused{outline-color:var(--resmed-success-green)}.sap .text-input-label{position:absolute;left:1rem;top:50%;transform:translateY(-50%);font-family:var(--font-plus-jakarta-sans);font-weight:400;font-size:1rem;line-height:1.75rem;color:var(--resmed-cool-galaxy-gray-dark);pointer-events:none;transition:all .2s ease}.sap .text-input-label.floating{top:.5rem;transform:translateY(0);font-size:.75rem;line-height:1.125rem}.sap .text-input-container.error .text-input-label{color:var(--resmed-error-red)}.sap .text-input-field{width:100%;padding:1.25rem 0 .25rem;border:none;background:transparent;font-weight:400;font-size:1rem;line-height:1.75rem;outline:none;box-shadow:none;border-radius:0}.sap .text-input-field>div{width:100%}.sap .text-input-field:disabled{color:var(--resmed-cool-galaxy-gray-dark);cursor:not-allowed}.sap .text-input-supporting-text{display:flex;align-items:flex-start;gap:.5rem;width:100%;margin-top:.5rem}.sap .text-input-error-icon{flex-shrink:0;width:.75rem;height:.75rem;color:var(--resmed-error-red);margin-top:.1875rem}.sap .text-input-error-message{flex:1;font-family:var(--font-plus-jakarta-sans);font-weight:400;font-size:.75rem;line-height:1.125rem;color:var(--resmed-error-red)}.sap .text-group-container{display:flex;flex-direction:column;gap:1rem;width:100%}@media(min-width:768px){.sap .text-group-container{flex-direction:row;gap:1.5rem}}@media(min-width:1024px){.sap .text-group-container{gap:1.5rem;max-width:35rem}}.sap .text-group-field{display:flex;flex-direction:column;gap:.25rem;flex:1}.sap .nb-feedback{position:absolute;z-index:1}.sap .date-picker-container{width:100%}@media(min-width:768px){.sap .date-picker-container{max-width:20rem}}.sap .date-picker-container .MuiPickersOutlinedInput-root{padding:.125rem 1rem;cursor:pointer}.sap .date-picker-container .MuiPickersOutlinedInput-root input{cursor:pointer;user-select:none}.sap .date-picker-container .MuiPickersOutlinedInput-root{min-height:3.5rem}.sap .date-picker-container .MuiPickersOutlinedInput-root .MuiPickersOutlinedInput-notchedOutline{border:1px solid var(--resmed-cool-galaxy-gray-dark);border-radius:.625rem}.sap .date-picker-container .MuiPickersOutlinedInput-root .MuiPickersOutlinedInput-notchedOutline legend{max-width:0}.sap .date-picker-container .MuiDateCalendar-root{border-radius:.625rem}.sap .date-picker-container .MuiInputLabel-root{left:1rem;top:50%;transform:translateY(-50%);transition:all .2s ease}.sap .date-picker-container .MuiInputLabel-root.MuiInputLabel-shrink{top:.5rem;padding-top:1rem}.sap .date-picker-container .MuiInputLabel-root.Mui-focused{color:var(--text-secondary-main)}.sap .date-picker-container .MuiPickersSectionList-root{padding-bottom:.25rem;margin-top:auto;user-select:none}.sap .date-picker-container .MuiPickersSectionList-root *{user-select:none}.sap .date-picker-container .MuiIconButton-root{padding:1rem;margin:0}.sap .date-picker-container .MuiIconButton-root:hover{background-color:transparent}.sap .select-menu-paper{border-radius:1.25rem;border:.5px solid var(--resmed-cool-galaxy-gray)}.sap .select-menu-paper .MuiYearCalendar-button.Mui-selected,.sap .select-menu-paper .MuiYearCalendar-button.Mui-selected:hover{background-color:var(--resmed-blissful-blue)}.sap .select-menu-paper .MuiYearCalendar-button:hover{background-color:var(--button-likert-selected-hover)}.sap .select-menu-paper .MuiYearCalendar-root{max-height:20rem;padding:.75rem 0 1.5rem;border-radius:.625rem;gap:1rem;scrollbar-width:thin;scrollbar-color:var(--resmed-cool-galaxy-gray) transparent}.sap .questionnaire-navigation{display:flex;justify-content:space-between;margin-top:2rem;gap:1rem}.sap .questionnaire-nav-button{padding:.75rem 1.25rem;min-width:unset;width:auto}.sap .questionnaire-nav-bar{display:flex;justify-content:center;width:100%;padding:.75rem 0;position:sticky;bottom:0;margin-top:auto;background-color:#fff;backdrop-filter:blur(2.5px)}@media(min-width:1024px){.sap .questionnaire-nav-bar{padding:1.5rem 0}}.sap .questionnaire-nav-bar--scrolled{border-top:1px solid var(--resmed-cool-galaxy-gray-light)}.sap .questionnaire-nav-bar-inner{display:flex;justify-content:space-between;gap:1rem;width:100%;padding:0 1rem}@media(min-width:1024px){.sap .questionnaire-nav-bar-inner{max-width:35rem;padding:0}}.sap .questionnaire-nav-bar-inner>:last-child{margin-left:auto}.sap .nav-button-arrow{display:block;margin-left:.5rem;width:1.5rem;height:1.5rem;flex-shrink:0}.sap .polling-screen{min-height:100vh;background-color:#06122b;display:flex;flex-direction:column;position:relative;overflow:hidden}.sap .polling-screen-fallback-bg{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center}.sap .polling-screen-video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.sap .polling-screen-header{z-index:1;padding:.75rem 1rem}@media(min-width:768px){.sap .polling-screen-header{padding:.75rem 1.5rem}}@media(min-width:1024px){.sap .polling-screen-header{padding:1rem 1.5rem}}.sap .polling-screen-logo-link{display:inline-flex;cursor:pointer}.sap .polling-screen-logo{width:124px;height:36px}@media(min-width:1024px){.sap .polling-screen-logo{width:166px;height:44px}}.sap .polling-screen-content{z-index:1;flex:1;display:flex;align-items:center;justify-content:center}.sap .polling-screen-states{display:flex;flex-direction:column;gap:.5rem}.sap .processing-state{display:flex;align-items:center;gap:.5rem}.sap .processing-state-icon{flex-shrink:0;width:1.5rem;height:1.5rem;display:flex;align-items:center;justify-content:center}.sap .processing-state-icon svg{width:100%;height:100%;color:#fff;--fa-primary-color: white;--fa-secondary-opacity: 0}.sap .processing-state-icon.is-hidden{opacity:0}.sap .processing-state-icon.is-spinning svg{animation:polling-spin 1s linear infinite}.sap .processing-state-text{font-size:1.25rem;line-height:2rem;font-weight:400;color:var(--resmed-blissful-blue-light)}.sap .processing-state-text.is-active,.sap .processing-state-text.is-complete{font-weight:500;color:#fff}@keyframes polling-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(prefers-reduced-motion:reduce){.sap .polling-screen-video{display:none}}.sap .sleep-clinic-section{position:relative;overflow:hidden;display:flex;flex-direction:column;justify-content:flex-end;min-height:40rem;padding:4rem 1rem;margin-left:-1rem;margin-right:-1rem}@media(min-width:1024px){.sap .sleep-clinic-section{flex-direction:row;align-items:center;min-height:35rem;padding:6rem 4rem;margin-left:-4rem;margin-right:-4rem}}.sap .sleep-clinic-section-image{object-fit:cover}.sap .sleep-clinic-section-image--default{object-position:30% 17%}@media(min-width:1024px){.sap .sleep-clinic-section-image--default{object-position:30% 25%}}.sap .sleep-clinic-section-image--female{object-position:25% 8%}@media(min-width:1024px){.sap .sleep-clinic-section-image--female{object-position:30% 10%}}.sap .sleep-clinic-section-card{position:relative;background:var(--white);border-radius:1.5rem;display:flex;flex-direction:column;gap:2rem;padding:2rem 1.5rem}@media(min-width:1024px){.sap .sleep-clinic-section-card{padding:3rem;width:42.5rem}}.sap .sleep-clinic-section-title{line-height:2.25rem}@media(min-width:1024px){.sap .sleep-clinic-section-title{font-size:3rem;line-height:3.5rem}}.sap .sleep-clinic-section-title--female{color:var(--resmed-peaceful-purple-extra-dark)}.sap .sleep-clinic-section-body{font-size:1rem;line-height:1.5rem}@media(min-width:1024px){.sap .sleep-clinic-section-body{font-size:1.125rem;line-height:1.75rem}}.sap .sleep-clinic-section-button{gap:.5rem;transition:opacity .2s ease;letter-spacing:-.03125rem}.sap .sleep-clinic-section-button:hover{opacity:.88;box-shadow:none}@media(min-width:1024px){.sap .sleep-clinic-section-button{align-self:flex-start;padding:1.25rem 2rem;font-size:1.125rem;font-weight:700;line-height:2rem}}.sap .sleep-clinic-section-button--default{background-color:var(--resmed-soft-black)}.sap .sleep-clinic-section-button--female{background-color:var(--resmed-peaceful-purple-extra-dark)}.sap .download-report-section-card{position:relative;border-radius:1.5rem;overflow:hidden}@media(min-width:1024px){.sap .download-report-section-card{padding:3rem}}.sap .download-report-section-image-wrapper{position:relative;height:11.25rem}@media(min-width:1024px){.sap .download-report-section-image-wrapper{position:absolute;inset:0;height:auto}}.sap .download-report-section-image{position:absolute;width:100%;height:100%;object-fit:cover;object-position:center 25%}@media(min-width:1024px){.sap .download-report-section-image{width:75%;height:120%;right:0}}@media(min-width:1024px){.sap .download-report-section-gradient{position:absolute;inset:0}}.sap .download-report-section-gradient--default{background:linear-gradient(to right,var(--resmed-cool-galaxy-gray-extra-dark) 0%,var(--resmed-cool-galaxy-gray-extra-dark) 41.8%,transparent 73.6%)}.sap .download-report-section-gradient--female{background:linear-gradient(to right,var(--resmed-peaceful-purple-extra-dark) 0%,var(--resmed-cool-galaxy-gray-extra-dark) 41.8%,transparent 73.6%)}.sap .download-report-section-content{position:relative;display:flex;flex-direction:column;gap:1.5rem;padding:2rem 1.5rem}.sap .download-report-section-content--default{background-color:var(--resmed-cool-galaxy-gray-extra-dark)}.sap .download-report-section-content--female{background-color:var(--resmed-peaceful-purple-extra-dark)}@media(min-width:1024px){.sap .download-report-section-content{gap:2rem;padding:0;width:35rem;background-color:transparent}}.sap .download-report-section-headline{color:var(--white)}@media(min-width:1024px){.sap .download-report-section-headline{font-size:3rem;line-height:3.5rem}}.sap .download-report-section-body{color:var(--white);font-size:1rem;line-height:1.5rem}@media(min-width:1024px){.sap .download-report-section-body{font-size:1.125rem;line-height:1.75rem}}.sap .download-report-section-secure{display:flex;align-items:center;gap:1rem}.sap .download-report-section-secure-label{color:var(--white);font-size:1rem;font-weight:600;line-height:1.75rem}.sap .download-report-section-button.MuiButton-containedSecondary{border:none;gap:.5rem;transition:opacity .2s ease}@media(min-width:1024px){.sap .download-report-section-button.MuiButton-containedSecondary{align-self:flex-start;padding:1.25rem 2rem;font-size:1.125rem;font-weight:700;line-height:2rem;letter-spacing:-.03125rem}}.sap .download-report-section-button--female.MuiButton-containedSecondary{color:var(--resmed-peaceful-purple-extra-dark)}.sap .segmented-control.MuiToggleButtonGroup-root{background-color:var(--segmented-control-bg);border:none;border-radius:.5625rem;padding:.125rem;overflow:visible}.sap .segmented-control .MuiToggleButton-root{flex:1 0 0;min-height:2.5rem;padding:.1875rem .625rem;background-color:transparent;border:none;border-radius:.4375rem!important;font:inherit;color:inherit;font-size:.875rem;line-height:1.125rem;text-transform:none;white-space:nowrap;transition:all .2s ease}.sap .segmented-control .MuiToggleButton-root:hover:not(.Mui-selected){background-color:var(--button-likert-hover)}.sap .segmented-control .MuiToggleButton-root:active:not(.Mui-selected){background-color:var(--button-likert-active)}.sap .segmented-control .MuiToggleButton-root:focus-visible{outline:.125rem solid var(--action-focus);outline-offset:.125rem;z-index:1}.sap .segmented-control .MuiToggleButton-root.Mui-selected,.sap .segmented-control .MuiToggleButton-root.Mui-selected:hover{background-color:var(--white);border:.5px solid rgba(0,0,0,.04);font-weight:600;box-shadow:0 .1875rem .5rem #0000001f,0 .1875rem .0625rem #0000000a}.sap .segmented-control .MuiToggleButton-root.Mui-disabled{cursor:not-allowed;opacity:.5}@media(prefers-reduced-motion:reduce){.sap .segmented-control .MuiToggleButton-root{transition:none}}@media(min-width:768px){.sap .segmented-control .MuiToggleButton-root{min-height:2.75rem;padding:.625rem 2rem;font-size:1rem;line-height:1.5rem}}.sap .card-component-wrapper{width:100%;max-width:20.4rem}@media(min-width:768px){.sap .card-component-wrapper{max-width:unset}}@media(min-width:1025px){.sap .card-component-wrapper{max-width:26.7rem}}.sap .card-component{position:relative;background:var(--white);border-radius:1.5rem;display:flex;flex-direction:column;gap:1rem;height:35rem}@media(min-width:768px){.sap .card-component{height:37.5rem}}@media(min-width:1025px){.sap .card-component{gap:1.5rem;height:45.5rem}}.sap .card-component--expanded .card-component-image-container{top:0;height:100%}.sap .card-component--expanded .card-component-overlay{opacity:1}.sap .card-component--expanded .card-component-risk-label{color:var(--resmed-blissful-blue-extra-light)}.sap .card-component--expanded .card-component-title{color:var(--white)}.sap .card-component--expanded .card-component-description,.sap .card-component--expanded .card-component-cta-area{opacity:0;pointer-events:none}.sap .card-component--expanded .card-component-panel-wrapper{animation:panel-reveal 1s ease forwards;pointer-events:auto;visibility:visible}.sap .card-component-overlay{display:none}@media(min-width:1025px){.sap .card-component-overlay{display:block;position:absolute;inset:0;background:#00000080;border-radius:1.5rem;opacity:0;transition:opacity 1s ease}}.sap .card-component-header{z-index:3;display:flex;flex-direction:column;gap:1rem;padding:2rem 1.5rem 0}@media(min-width:768px){.sap .card-component-header{padding:2rem 2rem 0}}@media(min-width:1025px){.sap .card-component-header{gap:1.5rem}}.sap .card-component-risk-label{font-weight:600;font-size:.875rem;line-height:1.5rem;letter-spacing:.0875rem;text-transform:uppercase;color:var(--resmed-blissful-blue)}@media(min-width:1025px){.sap .card-component-risk-label{transition:color 1s ease}}.sap .card-component-title{font-weight:600}@media(min-width:768px){.sap .card-component-title{font-size:1.75rem;line-height:2.1875rem}}@media(min-width:1025px){.sap .card-component-title{font-size:2rem;line-height:2.5rem;transition:color 1s ease}}.sap .card-component-description{z-index:3;padding:0 1.5rem;font-size:1rem;line-height:1.5rem}@media(min-width:1025px){.sap .card-component-description{padding:0 2rem;transition:opacity .3s ease}}.sap .card-component-description ul{padding-left:1.5rem}.sap .card-component-image-container{position:relative;z-index:1;flex:1;border-radius:0 0 1.5rem 1.5rem;overflow:hidden;order:1;padding:12.5rem 3.8125rem 0 0}@media(min-width:1025px){.sap .card-component-image-container{padding:0;order:unset;position:absolute;top:50%;left:0;right:0;height:50%;transition:top 1s ease,height 1s ease,border-radius 1s ease}}@media(min-width:1025px){.sap .card-component-image-container--osa{padding:0;max-height:unset}}.sap .card-component-image-container--osa .card-component-image{object-fit:contain}@media(min-width:1025px){.sap .card-component-image-container--osa .card-component-image{object-fit:cover;object-position:top}}.sap .card-component-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:top}.sap .card-component-cta-area{position:absolute;bottom:0;left:0;padding:2rem clamp(.5rem,5%,2rem) 2rem clamp(.5rem,5%,2rem);z-index:4}.sap .card-component-cta-area .MuiButton-root{white-space:nowrap}@media(min-width:1025px){.sap .card-component-cta-area{transition:opacity .3s ease}}.sap .card-component-cta-button--female.MuiButton-containedSecondary{border-color:var(--resmed-peaceful-purple-extra-dark);color:var(--resmed-peaceful-purple-extra-dark)}.sap .card-component-cta-button--female.MuiButton-containedSecondary:hover{border-color:var(--resmed-peaceful-purple-extra-dark)}.sap .card-component-panel-wrapper{display:none}@media(min-width:1025px){.sap .card-component-panel-wrapper{display:flex;position:absolute;z-index:4;bottom:2rem;left:2rem;right:2rem;height:calc(100% - 14rem);clip-path:inset(100% 100% 0 0);visibility:hidden;pointer-events:none}}@keyframes panel-reveal{0%{clip-path:inset(100% 100% 0 0)}50%{clip-path:inset(100% 0 0 0)}to{clip-path:inset(0 0 0 0)}}.sap .card-component-panel{background:var(--white);border-radius:1.5rem;padding:2rem;display:flex;flex-direction:column;height:100%}.sap .card-component-panel-content{flex:1;min-height:0;overflow-y:auto;padding-right:1rem;font-size:1rem;line-height:1.5rem}.sap .card-component-panel-content p{font-size:1rem;line-height:1.5rem}.sap .card-component-panel-content{scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.2) transparent}.sap .card-component-panel-footer{display:flex;align-items:center;justify-content:flex-end}.sap .card-component-panel-footer:has(.card-component-treatment-link){justify-content:space-between}.sap .card-component-treatment-link{display:flex;align-items:center;gap:.5rem;font-weight:600;font-size:1rem;line-height:1.75rem;color:var(--resmed-blissful-blue);text-decoration:none;cursor:pointer;background:none;border:none;padding:0}.sap .card-component-treatment-link:hover{text-decoration:underline}.sap .card-component-sheet-title-area{padding:1rem 1rem .75rem}.sap .card-component-sheet-title{font-weight:600;font-size:1.5rem;line-height:1.75rem}.sap .card-component-sheet-body{padding:0 1rem;font-size:1rem;line-height:1.5rem}.sap .card-component-panel-content sup,.sap .card-component-sheet-body sup{font-size:.65em;vertical-align:super;line-height:0}.sap .card-component-sheet-footer{padding:1rem 1rem 0}.sap .MuiDrawer-root.MuiModal-root .MuiBackdrop-root{background:#0000004d;touch-action:none}.sap .MuiDrawer-root.MuiModal-root .MuiPaper-root{max-height:70vh;border-radius:2.5rem 2.5rem 0 0;padding-bottom:4rem}.sap .custom-swipeable-drawer-grabber-area{display:flex;justify-content:center;padding:1rem 0;touch-action:none}@media(min-width:1024px){.sap .custom-swipeable-drawer-grabber-area{display:none}}.sap .custom-swipeable-drawer-grabber{width:2.5rem;height:.25rem;border-radius:.25rem;background:var(--resmed-cool-galaxy-gray)}.sap .custom-swipeable-drawer-header{display:flex;justify-content:flex-end;padding:0 1rem 1rem}@media(min-width:1024px){.sap .custom-swipeable-drawer-header{padding:1.5rem 1.5rem 1rem}}.sap .custom-swipeable-drawer-close-button{padding:.75rem}.sap .treatment-cards{display:flex;flex-direction:column;gap:2rem;padding:0 0 1rem}@media(min-width:1024px){.sap .treatment-cards{flex-direction:row;flex-wrap:wrap;gap:1.5rem;padding:0 0 2rem 3.75rem}}.sap .treatment-cards-heading-area{display:flex;flex-direction:column;gap:1.5rem;padding:0 1rem}@media(min-width:1024px){.sap .treatment-cards-heading-area{width:24.25rem;gap:2.5rem;padding:1rem 0 0}}.sap .treatment-cards-heading{font-weight:600;font-size:1.5rem;line-height:1.75rem}@media(min-width:1024px){.sap .treatment-cards-heading{font-weight:500;font-size:3.5rem;line-height:3.75rem}}.sap .treatment-cards-heading-accent{color:var(--resmed-peaceful-purple-dark)}.sap .treatment-cards-subtitle{font-weight:500;font-size:1rem;line-height:1.375rem}@media(min-width:1024px){.sap .treatment-cards-subtitle{font-size:1.25rem;line-height:2rem}}.sap .treatment-cards-get-started-button{align-self:flex-start}.sap .treatment-cards-carousel-area{flex:1;min-width:0;display:flex;flex-direction:column;gap:1rem}.sap .treatment-cards-row{overflow:hidden}.sap .treatment-cards-track{display:flex;gap:1rem;padding-left:1rem;transition:transform .8s ease-in-out}@media(prefers-reduced-motion:reduce){.sap .treatment-cards-track{transition:none}}@media(min-width:1024px){.sap .treatment-cards-track{padding-left:0}}.sap .treatment-card-wrapper{flex:0 0 auto}.sap .treatment-card{position:relative;overflow:hidden;border-radius:1.5rem;width:18.75rem;height:22.5rem;display:flex}@media(min-width:768px){.sap .treatment-card{width:20rem;height:26rem}}@media(min-width:1024px){.sap .treatment-card{width:25.75rem;height:36.25rem}}.sap .treatment-card-image{object-fit:cover}.sap .treatment-card-gradient{position:absolute;inset:0;z-index:1;pointer-events:none;background:linear-gradient(180deg,transparent 82.07%,var(--gradient-black-40) 87.59%),linear-gradient(181deg,var(--gradient-black-70) 14.4%,transparent 28.07%),radial-gradient(50% 50% at 50% 50%,var(--gradient-black-10) 0%,var(--gradient-black-40) 100%)}.sap .treatment-card-content{z-index:2;display:flex;flex-direction:column;flex:1;justify-content:space-between;padding:1rem}@media(min-width:1024px){.sap .treatment-card-content{padding:1.5rem}}.sap .treatment-card-title{font-weight:500;font-size:1.5rem;line-height:1.75rem;color:var(--white)}@media(min-width:1024px){.sap .treatment-card-title{font-weight:500;font-size:2rem;line-height:2.25rem}}.sap .treatment-card-learn-more-button{align-self:flex-start}.sap .treatment-card-learn-more-button.MuiButton-contained{padding:.5rem 1.5rem}.sap .treatment-card-popup{position:absolute;bottom:1rem;left:1rem;right:1rem;z-index:3;background:var(--white);border-radius:1.5rem;padding:1rem;max-height:calc(100% - 5rem);overflow-y:auto}@media(min-width:1024px){.sap .treatment-card-popup{padding:1.5rem}}.sap .treatment-card-popup-description{font-weight:500;font-size:.875rem;line-height:1.25rem}@media(min-width:1024px){.sap .treatment-card-popup-description{font-size:1.125rem;line-height:1.5rem}}.sap .treatment-card-popup-description sup{font-size:.8em;line-height:0;position:relative;vertical-align:baseline;top:-.35em}.sap .treatment-card-popup-actions{display:flex;align-items:center;justify-content:space-between;padding-top:1.5rem}@media(min-width:1024px){.sap .treatment-card-popup-actions{padding-top:3rem}}.sap .treatment-card-popup-actions .MuiIconButton-root{color:var(--resmed-soft-black)}.sap .treatment-card-popup-actions .MuiIconButton-root .MuiSvgIcon-root{font-size:2rem}.sap .treatment-card-cta-button.MuiButton-contained{background-color:var(--resmed-peaceful-purple-dark);padding:.5rem 1.25rem}@media(min-width:1024px){.sap .treatment-card-cta-button.MuiButton-contained{padding:.75rem 1.25rem}}.sap .treatment-cards-controls{display:flex;justify-content:center;gap:.75rem;padding:1rem}@media(min-width:1024px){.sap .treatment-cards-controls{flex-basis:100%;padding:1rem 0}}.sap .treatment-cards-arrow.MuiIconButton-root{width:3rem;height:3rem;background-color:var(--control-bg-mobile)}.sap .treatment-cards-arrow.MuiIconButton-root .MuiSvgIcon-root{color:var(--white)}@media(min-width:1024px){.sap .treatment-cards-arrow.MuiIconButton-root{background-color:var(--control-bg-desktop)}.sap .treatment-cards-arrow.MuiIconButton-root:hover{background-color:var(--control-bg-desktop-hover)}}.sap .treatment-cards-indicators{display:flex;gap:.5rem;background-color:var(--control-bg-mobile);border-radius:6.25rem;padding:1.25rem}@media(min-width:1024px){.sap .treatment-cards-indicators{background-color:var(--control-bg-desktop)}}.sap .treatment-cards-dot{width:.5rem;height:.5rem;border-radius:6.25rem;border:none;cursor:pointer;transition:width .3s ease,opacity .3s ease}.sap .treatment-cards-dot:focus-visible{outline:2px solid var(--white);outline-offset:2px}.sap .treatment-cards-dot--active{width:2rem}.sap .treatment-cards-play-pause.MuiIconButton-root{width:3rem;height:3rem;background-color:var(--control-bg-mobile);border-radius:6.25rem}.sap .treatment-cards-play-pause.MuiIconButton-root .MuiSvgIcon-root{color:var(--white)}@media(min-width:1024px){.sap .treatment-cards-play-pause.MuiIconButton-root{background-color:var(--control-bg-desktop)}.sap .treatment-cards-play-pause.MuiIconButton-root:hover{background-color:var(--control-bg-desktop-hover)}}.sap .treatment-cards-references{padding:1rem 1rem 0}@media(min-width:1024px){.sap .treatment-cards-references{flex-basis:100%;padding:1rem 3.75rem 0 0}}.sap .treatment-cards-references-toggle{display:flex;align-items:center;justify-content:space-between;width:100%;background:none;border:none;color:var(--resmed-soft-black)}.sap .treatment-cards-references-title{font-size:1.25rem}.sap .treatment-cards-references-icon.MuiIconButton-root{padding:.75rem;color:var(--resmed-soft-black)}.sap .treatment-cards-references-list{margin:1rem 0 0;padding-left:1.25rem;font-weight:500;font-size:.875rem;line-height:1.25rem}.sap .treatment-cards-references-list li{margin-bottom:.75rem}.sap .treatment-cards-references-link{word-break:break-all}.sap .references-section-content{display:flex;flex-direction:column;gap:3rem;padding:4rem 0rem}@media(min-width:768px){.sap .references-section-content{padding:4.5rem 0rem}}@media(min-width:1024px){.sap .references-section-content{gap:4rem;padding:6rem 0rem}}.sap .references-section-disclaimer{display:flex;flex-direction:column;gap:1.5rem}@media(min-width:1024px){.sap .references-section-disclaimer{gap:2rem}}.sap .references-section-heading{flex:1;font-weight:500;font-size:1.25rem;line-height:1.5rem}@media(min-width:1024px){.sap .references-section-heading{font-size:1.5rem;line-height:1.75rem}}.sap .references-section-disclaimer-text{font-size:.875rem;line-height:1.25rem}.sap .references-section-references{display:flex;flex-direction:column;gap:1.5rem}@media(min-width:1024px){.sap .references-section-references{gap:2rem}}.sap .references-section-references-header{display:flex;align-items:center;gap:1.5rem}.sap .references-section-toggle-button{padding:.75rem}.sap .references-section-list{padding-left:1.3125rem;font-size:.875rem;line-height:1.25rem}.sap .references-section-list li{font-size:.875rem;line-height:1.25rem}.sap .motivational-message-section{position:relative;display:flex;flex-direction:column;align-items:center;padding:2.5rem 1rem 4rem;text-align:center}@media(min-width:768px){.sap .motivational-message-section{padding:2.5rem 2rem 4.5rem}}@media(min-width:1024px){.sap .motivational-message-section{padding:2.5rem 0 6rem}}.sap .motivational-message-section-arc{position:absolute;top:-2.5rem;left:-10%;width:120%;height:5rem;background-color:var(--white);border-radius:50%;z-index:0}@media(min-width:768px){.sap .motivational-message-section-arc{height:7rem}}@media(min-width:1024px){.sap .motivational-message-section-arc{top:-5rem;height:10rem}}.sap .motivational-message-section-icon{position:relative;z-index:1;display:flex;justify-content:center;width:5rem;height:5rem;border-radius:50%;background-color:var(--resmed-peaceful-purple);margin-bottom:2rem}@media(min-width:768px){.sap .motivational-message-section-icon{width:7.5rem;height:7.5rem;margin-bottom:2.5rem}}.sap .motivational-message-section-icon img{width:2.5rem;height:auto}@media(min-width:768px){.sap .motivational-message-section-icon img{width:3.5rem}}.sap .motivational-message-section-headline{margin-bottom:2rem}@media(min-width:768px){.sap .motivational-message-section-headline{letter-spacing:0;margin-bottom:2.5rem}}.sap .motivational-message-section-body{font-size:1rem;line-height:1.5rem}@media(min-width:768px){.sap .motivational-message-section-body{font-size:1.125rem;line-height:1.75rem;max-width:45rem}}.sap .book-appointment-section-default{position:relative;overflow:hidden;isolation:isolate;background:linear-gradient(180deg,var(--resmed-peaceful-purple-extra-dark) 0%,var(--resmed-peaceful-purple-extra-light) 100%);margin-left:-1rem;margin-right:-1rem}.sap .book-appointment-section-default .noise-overlay{position:absolute;inset:0;width:100%;height:100%;pointer-events:none;z-index:0}@media(min-width:768px){.sap .book-appointment-section-default{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto 1fr;grid-template-areas:"headline headline" "content  image"}}@media(min-width:1024px){.sap .book-appointment-section-default{grid-template-columns:1fr 1fr;grid-template-areas:"headline image" "content  image";gap:0 2.5rem;padding:0 4rem;margin-left:-4rem;margin-right:-4rem;height:50rem}}.sap .book-appointment-section-default .book-appointment-section-headline{position:relative;z-index:1;font-weight:500;font-size:2.5rem;line-height:2.75rem;letter-spacing:-.03125rem;color:var(--resmed-cool-galaxy-gray-extra-light);padding:4rem 1rem 0}@media(min-width:768px){.sap .book-appointment-section-default .book-appointment-section-headline{grid-area:headline;padding:4.5rem 2rem 0}}@media(min-width:1024px){.sap .book-appointment-section-default .book-appointment-section-headline{padding:6rem 0 0;align-self:start}}.sap .book-appointment-section-default .book-appointment-section-headline-highlight{color:var(--resmed-peaceful-purple-light)}.sap .book-appointment-section-default .book-appointment-section-content{position:relative;z-index:1;display:flex;flex-direction:column;gap:2rem;padding:2rem 1rem 0}@media(min-width:768px){.sap .book-appointment-section-default .book-appointment-section-content{grid-area:content;gap:2.5rem;padding:2.5rem 0 4rem 2rem}}@media(min-width:1024px){.sap .book-appointment-section-default .book-appointment-section-content{padding:2.5rem 0 6rem}}.sap .book-appointment-section-default .book-appointment-section-body{color:var(--white)}.sap .book-appointment-section-default .book-appointment-section-buttons{display:flex;flex-direction:column;gap:1rem}@media(min-width:768px){.sap .book-appointment-section-default .book-appointment-section-buttons{align-items:flex-start}}.sap .book-appointment-section-default .book-appointment-section-button{gap:.5rem;text-align:center}.sap .book-appointment-section-default .book-appointment-section-button.MuiButton-containedSecondary{border:none}@media(min-width:1024px){.sap .book-appointment-section-default .book-appointment-section-button{padding:1.25rem 2rem;font-size:1.125rem;line-height:2rem;letter-spacing:-.03125rem}}.sap .book-appointment-section-default .book-appointment-section-image-container{position:relative;z-index:1;display:flex;align-items:flex-start;justify-content:center;overflow:hidden}@media(min-width:768px){.sap .book-appointment-section-default .book-appointment-section-image-container{grid-area:image;align-items:flex-end}}@media(min-width:1024px){.sap .book-appointment-section-default .book-appointment-section-image-container{border-radius:1.5rem;align-items:flex-end;height:100%}}.sap .book-appointment-section-default .book-appointment-section-image{width:100%;height:auto;display:block}@media(min-width:768px){.sap .book-appointment-section-default .book-appointment-section-image{width:115%;max-width:none;object-fit:unset}}@media(min-width:1024px){.sap .book-appointment-section-default .book-appointment-section-image{object-fit:contain;height:50rem}}.sap .book-appointment-section-female{display:flex;flex-direction:column;gap:2rem;padding:4rem 1rem;background-color:var(--resmed-cool-galaxy-gray-extra-light);margin-left:-1rem;margin-right:-1rem}@media(min-width:768px){.sap .book-appointment-section-female{gap:2.5rem;padding:4.5rem 2rem}}@media(min-width:1024px){.sap .book-appointment-section-female{display:grid;grid-template-columns:35vw 1fr;grid-template-areas:"video headline" "video bold-text" "video body" "video buttons";padding:3.5rem 4rem;margin-left:-4rem;margin-right:-4rem}}.sap .book-appointment-section-female-video-container{position:relative;overflow:hidden;height:11rem}@media(min-width:768px){.sap .book-appointment-section-female-video-container{height:23rem}}@media(min-width:1024px){.sap .book-appointment-section-female-video-container{grid-area:video;height:35rem;align-self:center}}.sap .book-appointment-section-female-fallback{width:100%;height:100%;object-fit:cover;display:block;border-radius:1.5rem}.sap .book-appointment-section-female-video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;display:block;border-radius:1.5rem;pointer-events:none}@media(prefers-reduced-motion:reduce){.sap .book-appointment-section-female-video{display:none}}@media(min-width:1024px){.sap .book-appointment-section-female-headline-low-risk{margin-top:6rem}}.sap .book-appointment-section-female-headline{font-weight:500;font-size:2rem;line-height:2.25rem;letter-spacing:-.04rem;color:var(--resmed-peaceful-purple-extra-dark)}@media(min-width:768px){.sap .book-appointment-section-female-headline{font-size:3.375rem;line-height:4rem}}@media(min-width:1024px){.sap .book-appointment-section-female-headline{grid-area:headline;font-size:4rem;line-height:4.5rem}}.sap .book-appointment-section-female-headline-highlight{background:linear-gradient(to right,var(--resmed-blissful-blue),var(--resmed-peaceful-purple-extra-dark));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.sap .book-appointment-section-female-bold-text{font-size:1rem;line-height:1.5rem}@media(min-width:768px){.sap .book-appointment-section-female-bold-text{font-size:1.125rem;line-height:1.75rem}}@media(min-width:1024px){.sap .book-appointment-section-female-bold-text{grid-area:bold-text}}.sap .book-appointment-section-female-bold-text strong{font-weight:500}@media(min-width:768px){.sap .book-appointment-section-female-bold-text strong{font-weight:700}}.sap .book-appointment-section-female-bold-text sup{font-size:.65em;vertical-align:super;line-height:0}.sap .book-appointment-section-female-body{font-size:1rem;line-height:1.5rem}@media(min-width:768px){.sap .book-appointment-section-female-body{font-size:1.125rem;line-height:1.75rem}}@media(min-width:1024px){.sap .book-appointment-section-female-body{grid-area:body}}.sap .book-appointment-section-female-buttons{display:flex;flex-direction:column;gap:1rem}@media(min-width:768px){.sap .book-appointment-section-female-buttons{flex-direction:row;gap:1rem;align-items:flex-start}}@media(min-width:1024px){.sap .book-appointment-section-female-buttons{flex-wrap:wrap;gap:2rem}}@media(min-width:1024px){.sap .book-appointment-section-female-buttons-high-risk{grid-area:buttons}}.sap .book-appointment-section-female-button{gap:.5rem;text-align:center}.sap .book-appointment-section-female-button.MuiButton-containedSecondary{background-color:var(--resmed-peaceful-purple-extra-dark);border:none;color:var(--white)}.sap .book-appointment-section-female-button.MuiButton-containedSecondary:hover{background-color:var(--resmed-peaceful-purple-extra-dark);opacity:.8}.sap .book-appointment-section-female-button.MuiButton-outlinedSecondary{border-width:2px}@media(min-width:1024px){.sap .book-appointment-section-female-button{padding:1.25rem 2rem;font-size:1.125rem;letter-spacing:-.03125rem}}.sap .results-page{padding-left:1rem;padding-right:1rem}@media(min-width:1024px){.sap .results-page{padding-left:4rem;padding-right:4rem}}.sap .download-report-section--default{padding-bottom:4rem}@media(min-width:1024px){.sap .download-report-section--default{padding-bottom:6rem}}.sap .download-report-section--female{padding-top:4rem;padding-bottom:4rem}@media(min-width:1024px){.sap .download-report-section--female{padding-top:3.5rem;padding-bottom:3.5rem}}.sap .symptom-results-section{background-color:var(--resmed-blissful-blue-extra-light);margin-left:-1rem;margin-right:-1rem;padding:4rem 1rem}@media(min-width:1024px){.sap .symptom-results-section{margin-left:-4rem;margin-right:-4rem;padding:6rem 4rem}}.sap .symptom-results-section-header{max-width:85rem}@media(min-width:768px){.sap .symptom-results-section-header{margin-bottom:4.5rem}}@media(min-width:1024px){.sap .symptom-results-section-header{padding:0;margin-bottom:6rem}}.sap .symptom-results-section-heading{margin:0 0 1rem}.sap .symptom-results-section-heading--default{color:var(--resmed-blissful-blue-dark)}.sap .symptom-results-section-heading--female{color:var(--resmed-peaceful-purple-extra-dark)}@media(min-width:768px){.sap .symptom-results-section-heading{font-size:3.5rem;line-height:4rem}}@media(min-width:1024px){.sap .symptom-results-section-heading{font-size:4rem;line-height:4.5rem}}.sap .symptom-results-section-subtitle{font-size:1rem;line-height:1.5rem;padding-bottom:4rem}@media(min-width:768px){.sap .symptom-results-section-subtitle{font-size:1.125rem;line-height:1.875rem}}@media(min-width:1024px){.sap .symptom-results-section-subtitle{padding-bottom:0rem}}.sap .symptom-results-section-subtitle--female{color:var(--resmed-peaceful-purple-extra-dark)}.sap .symptom-results-section-grid{position:relative;display:flex;gap:1rem;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scroll-padding-inline-start:0;padding-inline:0;scrollbar-width:none}.sap .symptom-results-section-grid::-webkit-scrollbar{display:none}.sap .symptom-results-section-grid>*{scroll-snap-align:start;scroll-snap-stop:always;flex-shrink:0}@media(min-width:768px){.sap .symptom-results-section-grid{display:grid;grid-template-columns:repeat(auto-fill,20.4rem);overflow-x:visible;scroll-snap-type:none;padding:0 2rem}.sap .symptom-results-section-grid>*{flex-shrink:unset}}@media(min-width:1024px){.sap .symptom-results-section-grid{grid-template-columns:repeat(auto-fill,26.7rem);padding:0}}.sap .symptom-results-section-controls{display:flex;justify-content:center;gap:1rem;margin-top:2rem}@media(min-width:768px){.sap .symptom-results-section-controls{display:none}}.sap .symptom-results-section-arrow{background:var(--white);width:3rem;height:3rem;color:var(--resmed-soft-black)}.sap .symptom-results-section-arrow:focus{background:var(--white)}.sap .symptom-results-section-arrow:disabled,.sap .symptom-results-section-arrow.Mui-disabled{opacity:.3;background:var(--white)}.sap .symptom-results-section-indicators{display:flex;align-items:center;gap:.375rem;background:var(--white);border-radius:6.25rem;padding:.75rem 1rem}.sap .symptom-results-section-dot{width:.5rem;height:.5rem;border-radius:6.25rem;background:var(--resmed-soft-black);border:none;transition:width .3s ease}.sap .symptom-results-section-dot:focus-visible{outline:2px solid var(--resmed-soft-black);outline-offset:2px}.sap .symptom-results-section-dot--active{width:2rem}.sap .social-proof-section{position:relative;overflow:hidden;margin-left:-1rem;margin-right:-1rem}@media(min-width:1024px){.sap .social-proof-section{margin-left:0;margin-right:0}}.sap .social-proof-section-rise{display:none}@media(min-width:1024px){.sap .social-proof-section-rise{display:block;position:absolute;width:140%;height:auto;bottom:-9rem;left:-8%;z-index:1;pointer-events:none}}.sap .social-proof-section-card{display:grid;grid-template-columns:9rem 1fr;grid-template-areas:"image headline" "testimonial testimonial";column-gap:1rem;row-gap:2rem;align-items:center;background-color:var(--resmed-blissful-blue-extra-light);padding:4rem 1rem}@media(min-width:768px){.sap .social-proof-section-card{grid-template-columns:18rem 1fr;column-gap:2.125rem;row-gap:2.5rem;padding:4.5rem 1rem}}@media(min-width:1024px){.sap .social-proof-section-card{display:flex;align-items:stretch;gap:1.5rem;background-color:transparent;padding:3.5rem 0}}.sap .social-proof-section-picture-frame{grid-area:image;display:flex;align-items:center;justify-content:center}@media(min-width:1024px){.sap .social-proof-section-picture-frame{position:relative;width:40%;max-width:26.5rem;background-color:var(--resmed-blissful-blue-extra-light);border-radius:1.5rem}}.sap .social-proof-section-image-container{position:relative;width:9rem;height:11rem}@media(min-width:768px){.sap .social-proof-section-image-container{width:18rem;height:22rem}}@media(min-width:1024px){.sap .social-proof-section-image-container{z-index:2;width:85%;max-width:22.5rem;height:auto;aspect-ratio:360/496;max-height:calc(100% - 4rem)}}.sap .social-proof-section-image{width:100%;height:100%;object-fit:cover;border-radius:1rem}@media(min-width:1024px){.sap .social-proof-section-image{border-radius:1.5rem}}.sap .social-proof-section-chip{position:absolute;display:inline-flex;align-items:center;background-color:var(--resmed-peaceful-purple-extra-dark);color:var(--resmed-blissful-blue-extra-light);border-radius:6.25rem;padding:.5rem 1rem;font-weight:500;font-size:1rem;line-height:1.5rem;height:2rem}@media(min-width:768px){.sap .social-proof-section-chip{font-size:1.25rem;line-height:2rem;height:2.5rem}}.sap .social-proof-section-chip--top{top:-1rem;right:-5rem}@media(min-width:768px){.sap .social-proof-section-chip--top{top:1rem;left:1rem;right:auto}}@media(min-width:1024px){.sap .social-proof-section-chip--top{top:2rem;left:2rem}}.sap .social-proof-section-chip--bottom{bottom:1rem;left:-.5rem}@media(min-width:768px){.sap .social-proof-section-chip--bottom{right:1rem;left:auto}}@media(min-width:1024px){.sap .social-proof-section-chip--bottom{bottom:2rem;right:2rem}}.sap .social-proof-section-text-frame{display:contents}@media(min-width:1024px){.sap .social-proof-section-text-frame{display:flex;flex:1 1 0;min-width:0;min-height:35rem;align-items:center;position:relative;background-color:var(--resmed-blissful-blue-extra-light);border-radius:1.5rem;padding:2rem clamp(2rem,4vw,4rem)}}.sap .social-proof-section-content{display:contents}@media(min-width:1024px){.sap .social-proof-section-content{display:flex;flex-direction:column;gap:2.5rem;width:100%;position:relative;z-index:2}}.sap .social-proof-section-headline{grid-area:headline;color:var(--resmed-peaceful-purple-extra-dark);font-size:1.5rem;line-height:1.75rem}@media(min-width:768px){.sap .social-proof-section-headline{font-size:3rem;line-height:3.5rem}}.sap .social-proof-section-headline-gradient{background:linear-gradient(to right,var(--resmed-blissful-blue) 25%,var(--resmed-peaceful-purple-extra-dark));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.sap .social-proof-section-testimonial-card{grid-area:testimonial;display:flex;flex-direction:column;gap:1rem;background-color:var(--white);border-radius:1rem;padding:1rem}@media(min-width:768px){.sap .social-proof-section-testimonial-card{padding:2rem}}@media(min-width:1024px){.sap .social-proof-section-testimonial-card{border-radius:1.5rem;padding:2.5rem 2.5rem 1.5rem}}.sap .social-proof-section-testimonial-text{font-size:1rem;line-height:1.5rem}@media(min-width:768px){.sap .social-proof-section-testimonial-text{font-size:1.125rem;line-height:1.75rem}}.sap .social-proof-section-testimonial-attribution{text-align:right;font-size:.875rem;line-height:1.25rem}@media(min-width:1024px){.sap .social-proof-section-testimonial-attribution{font-size:1.125rem;line-height:1.75rem}}.sap .social-proof-section-disclaimer{grid-column:1/-1;width:100%;font-size:.875rem;font-style:normal;font-weight:400;line-height:1.25rem;word-break:break-word}@media(min-width:1024px){.sap .social-proof-section-disclaimer{width:41.3125rem}}.sap .progress-bar{width:100%;height:.375rem;background-color:var(--resmed-cool-galaxy-gray-extra-light);overflow:hidden;position:sticky;top:60px;z-index:9}@media(min-width:1024px){.sap .progress-bar{top:76px}}.sap .progress-bar-fill{height:100%;background-color:var(--resmed-blissful-blue);border-radius:0 .625rem .625rem 0;transition:width .3s ease}@media(prefers-reduced-motion:reduce){.sap .progress-bar-fill{transition:none}}.sap .submit-question{justify-content:center;flex:1}.sap .submit-question .submit-question-disclaimer{margin-top:2.5rem;font-size:.75rem;line-height:1.4;color:var(--palette-primary-main);opacity:.7}.sap .minor-error-alert-container{display:flex;justify-content:center;padding:2rem 1rem 0}@media(min-width:1024px){.sap .minor-error-alert-container{padding:4rem 0 0}}.sap .minor-error-alert{display:flex;flex-direction:column;align-items:flex-start;width:100%;max-width:35rem;min-width:0;box-shadow:0 2px 6px #0000004d;border-radius:1rem}.sap .minor-error-alert-content{display:flex;gap:1rem;align-items:flex-start;width:100%;padding:1rem;background-color:var(--error-alert-bg);border:1px solid var(--error-alert-border);border-radius:1rem}.sap .minor-error-alert-icon-container{display:flex;align-items:center;padding-top:.25rem;padding-bottom:.25rem;flex-shrink:0}.sap svg.minor-error-alert-icon{width:1.5rem;height:1.5rem;color:var(--resmed-error-red)}.sap .minor-error-alert-text{display:flex;flex-direction:column;gap:.25rem;flex:1;min-width:0}.sap .minor-error-alert-title{font-weight:600;font-size:1rem;line-height:1.75rem;color:var(--black);margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sap .minor-error-alert-description{font-size:.875rem;line-height:1.25rem;color:var(--error-alert-description);margin:0}@media(max-width:767px){.sap .minor-error-alert-description{margin-left:-2.5rem;width:calc(100% + 2.5rem);font-size:1rem;line-height:1.5rem}}.sap .minor-error-alert-close{display:flex;align-items:center;justify-content:center;background:none;border:none;padding:.375rem;cursor:pointer;flex-shrink:0;border-radius:6.25rem;transition:opacity .2s ease}.sap .minor-error-alert-close:hover{opacity:.7}.sap .minor-error-alert-close:focus{outline:.125rem solid var(--action-focus);outline-offset:.125rem}.sap svg.minor-error-alert-close-icon{width:1rem;height:1rem;color:var(--black)}.sap .error-screen{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1;width:100%;padding:2rem 1rem;gap:1.5rem}@media(min-width:768px){.sap .error-screen{padding:4rem 1rem;gap:2rem}}@media(min-width:1024px){.sap .error-screen{gap:2.5rem}}.sap .error-screen-icon{position:relative;width:6rem;height:6rem;flex-shrink:0}@media(min-width:768px){.sap .error-screen-icon{width:7.5rem;height:7.5rem}}@media(min-width:1024px){.sap .error-screen-icon{width:10rem;height:10rem}}.sap .error-screen-title{font-weight:600;font-size:2rem;line-height:2.25rem;letter-spacing:-.03125rem;text-align:center;width:100%;margin:0}@media(min-width:768px){.sap .error-screen-title{font-size:2.5rem;line-height:3.125rem}}@media(min-width:1024px){.sap .error-screen-title{font-size:3rem;line-height:3.25rem}}.sap .error-screen-message{font-weight:500;font-size:1rem;line-height:1.5rem;text-align:center;width:100%;margin:0}@media(min-width:768px){.sap .error-screen-message{font-size:1.125rem;line-height:1.75rem}}@media(min-width:1024px){.sap .error-screen-message{font-size:1.25rem;line-height:2rem}}.sap .header{background-color:var(--white);width:100%;position:sticky;top:0;z-index:10}.sap .header .header-content{display:flex;align-items:center;padding:.75rem 1rem}@media(min-width:768px){.sap .header .header-content{padding:.75rem 1.5rem}}@media(min-width:1024px){.sap .header .header-content{padding:1rem 1.5rem}}.sap .header .header-logo-link{display:inline-flex;cursor:pointer}.sap .header .header-logo{width:124px;height:36px}@media(min-width:1024px){.sap .header .header-logo{width:166px;height:44px}}.sap .questionnaire-loading-state{position:fixed;inset:0;display:flex;align-items:center;justify-content:center}.sap .questionnaire-loading-state-spinner{width:1.5rem;height:1.5rem;animation:polling-spin 1s linear infinite;--fa-primary-color: var(--resmed-blissful-blue);--fa-secondary-opacity: 0}@media(min-width:767px){.sap .questionnaire-loading-state-spinner{width:3.33rem;height:3.33rem}}@media(min-width:1024px){.sap .questionnaire-loading-state-spinner{width:4rem;height:4rem}}.sap .questionnaire-loading-state-icon{width:100%;height:100%}.sap{--resmed-soft-black: #0d0a15;--resmed-cool-galaxy-gray-extra-dark: #3d3b44;--resmed-cool-galaxy-gray-dark: #6e6c73;--resmed-cool-galaxy-gray: #9e9da1;--resmed-cool-galaxy-gray-light: #cfced0;--resmed-cool-galaxy-gray-extra-light: #f2f2f2;--resmed-blissful-blue: #006dff;--resmed-blissful-blue-dark: #004ba6;--resmed-blissful-blue-light: #97c7ff;--resmed-blissful-blue-extra-light: #d0e8ff;--resmed-navy: #102661;--resmed-navy-dark: #0a1a4a;--resmed-peaceful-purple-extra-dark: #371b69;--resmed-peaceful-purple-dark: #4800b7;--resmed-peaceful-purple: #7957ff;--resmed-peaceful-purple-light: #b9b9ff;--resmed-peaceful-purple-extra-light: #d7d7ff;--resmed-error-red: #d0011b;--resmed-success-green: #00a651;--white: #ffffff;--black: #000000;--text-secondary-main: #6e6c73;--text-primary-inverted: #0d0a15;--action-focus: #006dff;--primary-states-subtle-hover: rgba(0, 109, 255, .0509803922);--button-likert-main: rgba(231, 230, 232, .1019607843);--button-likert-hover: rgba(231, 230, 232, .2);--button-likert-active: rgba(231, 230, 232, .3019607843);--button-likert-selected: rgba(151, 199, 255, .1215686275);--button-likert-selected-hover: rgba(151, 199, 255, .1803921569);--resmed-peaceful-purple-dark-hover: #3a009a;--error-alert-bg: #ffe6e8;--error-alert-border: rgba(208, 1, 27, .5);--error-alert-description: #3d3b44;--input-error-bg: rgba(208, 1, 27, .0509803922);--input-success-bg: rgba(0, 166, 81, .0509803922);--segmented-control-bg: rgba(118, 118, 128, .1215686275);--control-bg-mobile: rgba(110, 108, 115, .7490196078);--control-bg-mobile-hover: rgba(110, 108, 115, .8509803922);--control-bg-desktop: rgba(13, 10, 21, .7490196078);--control-bg-desktop-hover: rgba(13, 10, 21, .8509803922);--gradient-black-40: rgba(0, 0, 0, .4);--gradient-black-70: rgba(0, 0, 0, .7019607843);--gradient-black-10: rgba(0, 0, 0, .1019607843)}.sap{--font-plus-jakarta-sans: "Plus Jakarta Sans";all:initial;display:flex;flex-direction:column;height:100%;overflow-x:clip;overflow-y:auto;font-family:var(--font-plus-jakarta-sans, "Plus Jakarta Sans"),system-ui,sans-serif;font-weight:400;font-size:1.125rem;line-height:2rem;color:#0d0a15;box-sizing:border-box}.sap *,.sap *:before,.sap *:after{box-sizing:inherit}@media(max-width:767px){#ot-sdk-btn-floating,.ot-floating-button{bottom:70px!important;left:1rem!important;right:auto!important}}
/*# sourceMappingURL=sleep-assessment.css.map */
