.ErrorMessage{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%;min-height:50vh}.ErrorMessage .errorContainer{width:31rem;display:flex;flex-direction:column;justify-content:center;padding:2rem}.ErrorMessage .errorHeader{font-size:1.5625rem;line-height:2.125rem;font-weight:600;padding-bottom:1rem}.ErrorMessage .errorSubheader{font-size:.875rem;line-height:1.375rem;padding-bottom:2.5rem;color:#333}.ErrorMessage .errorCta{text-transform:capitalize;font-weight:700;background-color:#111;color:#fefefe;border-radius:2rem;height:3.5rem;width:28rem;font-size:.875rem;line-height:1.375rem}.FlagsManagerButton{position:fixed;left:0;bottom:0;z-index:999;opacity:0;transition:opacity .25s ease;background-color:#fefefe}.FlagsManagerButton:hover{opacity:1;pointer-events:auto}.FlagsManagerPrompt .prompt__content-wrapper{max-width:none;min-width:31rem}.FlagsManagerPrompt .prompt__content-wrapper .prompt__content{padding:0 2rem 2rem}.FlagsManagerPrompt .prompt__content-wrapper .prompt__content .prompt__heading{display:none}.FlagsManagerPrompt .prompt__content-wrapper .prompt__content .title{font-size:1.25rem;border-bottom:1px solid #aaa;margin-top:1rem;margin-bottom:.5rem;padding-bottom:.5rem;display:flex}.FlagsManagerPrompt .prompt__content-wrapper .prompt__content .title .text{flex:1}.FlagsManagerPrompt .prompt__content-wrapper .prompt__content .title svg{font-size:1rem}.FlagsManagerPrompt .prompt__content-wrapper .prompt__content .feature,.FlagsManagerPrompt .prompt__content-wrapper .prompt__content .experiment{font-size:1rem;line-height:1.625rem}.FlagsManagerPrompt .prompt__content-wrapper .prompt__content .flagsRow{display:flex;flex-direction:row;margin-top:1rem;align-items:center}.FlagsManagerPrompt .prompt__content-wrapper .prompt__content .experimentsRow{display:flex;flex-direction:column;margin-top:1rem}.FlagsManagerPrompt .prompt__content-wrapper .prompt__content .toggle{margin-right:2rem}.FlagsManagerPrompt .prompt__content-wrapper .prompt__content .experimentItem{font-size:1rem;line-height:1.625rem}.FlagsManagerPrompt .prompt__content-wrapper .prompt__content .resetFlags,.FlagsManagerPrompt .prompt__content-wrapper .prompt__content .resetExperiments{margin-top:1rem}.FlagsManagerPrompt .prompt__content-wrapper .prompt__content .referrerContainer{display:flex;flex-direction:column;justify-content:center;margin-top:.5rem}.FlagsManagerPrompt .prompt__content-wrapper .prompt__content .referrerContainer .updateButton{margin-top:.5rem}.FlagsManagerPrompt .prompt__content-wrapper .prompt__content .referrerContainer .referrerInput{width:100%}.FlagsManagerContainer{position:fixed;left:0;bottom:0;z-index:999}.FlagsManagerContainer .FlagsManagerButton{opacity:1}.FlagsManagerPrompt .prompt__content-wrapper{min-width:min(31rem,100vw)}.dimensionsContainer{margin-top:.5rem}.dimensionsContainer .dimensionRow{display:flex;align-items:center;gap:.5rem;margin-top:.25rem}.dimensionsContainer .dimensionRow .dimensionLabel{width:3.5rem;text-transform:capitalize}.dimensionsContainer .dimensionRow .dimensionInput{width:5rem}@keyframes modal-delayed-fade-in{0%{opacity:0}50%{opacity:0}to{opacity:1}}@keyframes modalSlideToLeft{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes modalSlideToRight{0%{transform:translate(0)}to{transform:translate(100%)}}@keyframes modalSlideFromLeft{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes modalSlideFromRight{0%{transform:translate(0)}to{transform:translate(-100%)}}@keyframes modalSlideDown{0%{transform:translateY(0)}to{transform:translateY(100%)}}@keyframes modalSlideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes modalEnter{0%{clip-path:inset(50%)}to{clip-path:inset(0%)}}@keyframes modalClose{0%{clip-path:inset(0%)}to{clip-path:inset(50%)}}@keyframes modalContentEnter{0%{transform:scale(.8);opacity:0;transform-origin:center center}to{transform:scale(1);opacity:1;transform-origin:center center}}@keyframes modalContentClose{0%{transform:scale(1);opacity:1;transform-origin:center center}to{transform:scale(.8);opacity:0;transform-origin:center center}}@keyframes modalBackdropEnter{0%{visibility:hidden}1%{visibility:visible}}@keyframes modalBackdropClose{0%,99%{visibility:visible}to{visibility:hidden}}.prevent-scroll-y{overflow:hidden;position:fixed;width:100%}.modal-wrapper{position:fixed;inset:0;display:flex;justify-content:center;align-items:center;z-index:400;pointer-events:none;transition:visibility cubic-bezier(0,0,1,1) .2s;color:rgb(var(--colour-text-and-icon-2, 72, 72, 72))}.modal-wrapper__backdrop{position:absolute;inset:0;opacity:0;transition:opacity cubic-bezier(0,0,1,1) .2s;pointer-events:none;visibility:hidden}.modal-wrapper__backdrop--dark{background:rgba(var(--colour-static-black, 17, 17, 17),.4)}.modal-wrapper--open{pointer-events:all}.modal-wrapper--open>.modal-wrapper__backdrop{opacity:1;animation:modalBackdropEnter .2s;visibility:visible;pointer-events:all}.modal-wrapper--close>.modal-wrapper__backdrop{animation:modalBackdropClose .2s}.modal-wrapper .btn[data-autofocus]:focus-visible{box-shadow:0 0 0 4px var(--skapa-focus-ring-internal, rgb(var(--colour-neutral-1, 255, 255, 255)));outline:2px solid var(--skapa-focus-ring-external, rgb(var(--colour-neutral-7, 17, 17, 17)));outline-offset:4px;transition:outline .2s ease-out,box-shadow .2s ease-out}.modal-footer{padding:1.5rem;border-top:1px solid rgb(var(--colour-neutral-3, 223, 223, 223));flex-grow:1;flex-shrink:0;display:flex}.modal-footer .btn{flex-grow:1;width:100%;flex-basis:auto}.modal-footer .btn:not(:last-child){margin-inline-end:0;margin-block-end:.75rem}.modal-footer--dual-action{flex-direction:column}.modal-footer--borderless{border-top:none}@media (orientation: landscape),(min-width: 37.5em){.modal-footer .btn:not(:last-child){margin-block-end:1rem}.modal-footer--dual-action:not(.modal-footer--stacked){flex-direction:row}.modal-footer--dual-action:not(.modal-footer--stacked) .btn:not(:last-child){margin-inline-end:1rem;margin-block-end:0}}.modal-header{box-sizing:border-box;top:0;display:flex;justify-content:space-between;flex-direction:row-reverse;padding:0 .5rem;align-items:center;background-color:rgb(var(--colour-elevation-2, 255, 255, 255));z-index:100;flex:0 0 3.5rem}.modal-header--floating-header{position:absolute;width:100%;background-color:transparent}.modal-header--floating-header .modal-header__close,.modal-header--floating-header .modal-header__back-button{margin:1rem 0 0}.modal-header__title-wrapper{width:100%;text-align:center;margin:1rem .5rem}.modal-header__title-wrapper--padded{margin-inline-start:3rem}.modal-header__close,.modal-header__back-button{margin-top:.5rem;margin-bottom:.5rem}[dir=rtl] .modal-header__close,[dir=rtl] .modal-header__back-button{transform:scaleX(-1)}.modal-body{padding:var(--skapa-modal-body-padding-block, 1.5rem) var(--skapa-modal-body-padding-inline, 1.5rem)}.sheets--enter{animation:modalSlideUp cubic-bezier(0,0,.1,1) .2s}.sheets--preserve-alignment{animation:modalSlideToLeft cubic-bezier(0,0,.1,1) .2s}.sheets--preserve-alignment.sheets--mirrored{animation:modalSlideFromLeft cubic-bezier(0,0,.1,1) .2s}.sheets--close{animation:modalSlideDown cubic-bezier(.9,0,1,1) .1s;pointer-events:none;transition:visibility cubic-bezier(0,0,1,1) .1s;visibility:hidden;animation-fill-mode:forwards}.sheets--close.sheets--preserve-alignment{animation:modalSlideToRight cubic-bezier(.9,0,1,1) .1s;animation-fill-mode:forwards}.sheets--close.sheets--preserve-alignment.sheets--mirrored{animation:modalSlideFromRight cubic-bezier(.9,0,1,1) .1s;animation-fill-mode:forwards}[dir=rtl] .sheets--preserve-alignment{animation:modalSlideFromLeft cubic-bezier(0,0,.1,1) .2s}[dir=rtl] .sheets--preserve-alignment.sheets--mirrored{animation:modalSlideToLeft cubic-bezier(0,0,.1,1) .2s}[dir=rtl] .sheets--close{animation:modalSlideDown cubic-bezier(.9,0,1,1) .1s;pointer-events:none;animation-fill-mode:forwards}[dir=rtl] .sheets--close.sheets--preserve-alignment{animation:modalSlideFromRight cubic-bezier(.9,0,1,1) .1s;animation-fill-mode:forwards}[dir=rtl] .sheets--close.sheets--preserve-alignment.sheets--mirrored{animation:modalSlideToRight cubic-bezier(.9,0,1,1) .1s;animation-fill-mode:forwards}.sheets{position:absolute;top:auto;right:var(--modal-keyboard-focus-spacing, 0);bottom:0;width:calc(100% - var(--modal-keyboard-focus-width, 0%));background:rgb(var(--colour-elevation-2, 255, 255, 255));z-index:100;overflow:hidden;border-radius:8px 8px 0 0;max-height:calc(100% - 3rem);text-align:initial;display:flex;flex-direction:column}.sheets:focus-visible{box-shadow:0 0 0 4px var(--skapa-focus-ring-internal, rgb(var(--colour-neutral-1, 255, 255, 255)));outline:2px solid var(--skapa-focus-ring-external, rgb(var(--colour-neutral-7, 17, 17, 17)));outline-offset:4px;transition:outline .2s ease-out,box-shadow .2s ease-out;--modal-keyboard-focus-spacing: .375rem;--modal-keyboard-focus-width: .75rem}.sheets__content{height:100%}.sheets__content-wrapper{overflow:auto;height:100%;position:relative}.sheets__content-wrapper:focus-visible{box-shadow:inset 0 0 0 2px rgb(var(--colour-neutral-7, 17, 17, 17))}.sheets__video{z-index:100;background:rgba(var(--colour-static-black, 17, 17, 17),.8)}.sheets__video iframe{max-width:100%}.sheets--preserve-alignment{width:85%;top:var(--modal-keyboard-focus-spacing, 0);border-radius:8px 0 0 8px;max-height:calc(100% - var(--modal-keyboard-focus-width, 0%))}.sheets--preserve-alignment.sheets--mirrored{right:auto;left:var(--modal-keyboard-focus-spacing, 0);border-radius:0 8px 8px 0}.sheets--mobile-full-size{top:3rem}.sheets .modal-footer{padding:1.5rem 1rem}[dir=rtl] .sheets--preserve-alignment{left:var(--modal-keyboard-focus-spacing, 0);right:auto;border-radius:0 8px 8px 0}[dir=rtl] .sheets--preserve-alignment.sheets--mirrored{right:var(--modal-keyboard-focus-spacing, 0);left:auto;border-radius:8px 0 0 8px}@media (prefers-contrast: more){.sheets{border:1px solid rgb(var(--colour-elevation-1-border, 223, 223, 223));border-block-end-width:0}}.theatre--enter{animation:modalEnter cubic-bezier(0,0,.1,1) .2s}.theatre--enter .theatre__animation-group{animation:modalContentEnter cubic-bezier(0,0,.1,1) .2s}.theatre--close{animation:modalClose cubic-bezier(.9,0,1,1) .2s;animation-fill-mode:forwards;pointer-events:none;transition:visibility cubic-bezier(0,0,1,1) .1s;visibility:hidden}.theatre--close .theatre__animation-group{animation:modalContentClose cubic-bezier(.9,0,1,1) .2s;animation-fill-mode:forwards}.theatre{position:absolute;left:var(--modal-keyboard-focus-spacing, 0);width:calc(100% - var(--modal-keyboard-focus-width, 0%));top:3rem;height:calc(100% - 3rem);border-radius:8px 8px 0 0;background:rgb(var(--colour-elevation-2, 255, 255, 255));z-index:100;overflow:hidden;display:flex;flex-shrink:0;flex-direction:column;text-align:initial}.theatre:focus-visible{box-shadow:0 0 0 4px var(--skapa-focus-ring-internal, rgb(var(--colour-neutral-1, 255, 255, 255)));outline:2px solid var(--skapa-focus-ring-external, rgb(var(--colour-neutral-7, 17, 17, 17)));outline-offset:4px;transition:outline .2s ease-out,box-shadow .2s ease-out;--modal-keyboard-focus-spacing: .375rem;--modal-keyboard-focus-width: .75rem}.theatre__animation-group{display:flex;flex-direction:column;height:100%}.theatre__content-wrapper{overflow:auto}.theatre__video{z-index:100;background:rgba(var(--colour-static-black, 17, 17, 17),.8)}.theatre__video iframe{max-width:100%}@media (prefers-contrast: more){.theatre{border:1px solid rgb(var(--colour-elevation-1-border, 223, 223, 223));border-block-end-width:0}}.prompt--enter{animation:modalContentEnter cubic-bezier(.8,0,0,1) .2s}.prompt--close{animation:modalContentClose cubic-bezier(.9,0,1,1) .1s;animation-fill-mode:forwards;pointer-events:none;transition:visibility cubic-bezier(0,0,1,1) .1s;visibility:hidden}.prompt{position:relative;left:auto;right:auto;display:flex;margin:1.5rem;z-index:100;overflow:hidden;flex-direction:column;justify-content:center;border-radius:8px;text-align:initial}.prompt:focus-visible{box-shadow:0 0 0 4px var(--skapa-focus-ring-internal, rgb(var(--colour-neutral-1, 255, 255, 255)));outline:2px solid var(--skapa-focus-ring-external, rgb(var(--colour-neutral-7, 17, 17, 17)));outline-offset:4px;transition:outline .2s ease-out,box-shadow .2s ease-out}.prompt__content-wrapper{background:rgb(var(--colour-elevation-2, 255, 255, 255));max-height:75vh;max-width:31.5rem;height:auto;overflow:hidden;display:flex;flex-direction:column}.prompt__heading{margin-bottom:1rem;color:rgb(var(--colour-text-and-icon-1, 17, 17, 17))}.prompt__content{color:rgb(var(--colour-text-and-icon-2, 72, 72, 72));font-size:.875rem;line-height:1.571;padding:0 2rem;overflow:auto;height:100%}.prompt__content:focus-visible{box-shadow:inset 0 0 0 2px rgb(var(--colour-neutral-7, 17, 17, 17))}.prompt .modal-header{padding:.5rem .5rem 0}.prompt .modal-header__close{margin:0}.prompt .prompt__content{padding-bottom:0}@media (prefers-contrast: more){.prompt{border:1px solid rgb(var(--colour-elevation-1-border, 223, 223, 223))}}@media (min-width: 37.5em){.sheets{top:var(--modal-keyboard-focus-spacing, 0);border-radius:8px 0 0 8px;width:calc(100% - 3rem);max-height:calc(100% - var(--modal-keyboard-focus-width, 0%))}.sheets--mirrored{right:auto;left:var(--modal-keyboard-focus-spacing, 0);border-radius:0 8px 8px 0}.sheets--mirrored .modal-footer:not(.modal-footer--stacked){flex-direction:row-reverse}.sheets--mirrored .modal-footer:not(.modal-footer--stacked) .btn:not(:last-child){margin:0;margin-inline-start:1rem}.sheets--small{max-width:30rem}.sheets--small .modal-body{--skapa-modal-body-padding-inline: 1.5rem}.sheets--medium{max-width:45rem}.sheets--medium .modal-footer:not(.modal-footer--dual-action) .btn{width:auto;flex:initial}.sheets--large{max-width:67.5rem}.sheets--medium .modal-footer--dual-action .btn:not(:last-child),.sheets--large .modal-footer--dual-action .btn:not(:last-child){margin-inline-end:1rem}.sheets--large .modal-footer .btn{width:auto;flex:initial}.sheets .modal-footer{padding:1.5rem}[dir=rtl] .sheets{right:auto;left:var(--modal-keyboard-focus-spacing, 0);border-radius:0 8px 8px 0}[dir=rtl] .sheets--mirrored{right:var(--modal-keyboard-focus-spacing, 0);left:auto;border-radius:8px 0 0 8px}}@media (min-width: 37.5em) and (prefers-contrast: more){.sheets{border-block-end-width:1px;border-inline-end-width:0}}@media (min-width: 37.5em){.sheets.sheets--enter{animation:modalSlideToLeft cubic-bezier(0,0,.1,1) .2s}.sheets.sheets--close{animation:modalSlideToRight cubic-bezier(.9,0,1,1) .1s;animation-fill-mode:forwards}.sheets--mirrored.sheets--enter{animation:modalSlideFromLeft cubic-bezier(0,0,.1,1) .2s}.sheets--mirrored.sheets--close{animation:modalSlideFromRight cubic-bezier(.9,0,1,1) .1s;animation-fill-mode:forwards}[dir=rtl] .sheets.sheets--enter{animation:modalSlideFromLeft cubic-bezier(0,0,.1,1) .2s}[dir=rtl] .sheets.sheets--close{animation:modalSlideFromRight cubic-bezier(.9,0,1,1) .1s;animation-fill-mode:forwards}[dir=rtl] .sheets--mirrored.sheets--enter{animation:modalSlideToLeft cubic-bezier(0,0,.1,1) .2s}[dir=rtl] .sheets--mirrored.sheets--close{animation:modalSlideToRight cubic-bezier(.9,0,1,1) .1s;animation-fill-mode:forwards}.modal-body{--skapa-modal-body-padding-block: 2rem;--skapa-modal-body-padding-inline: 2rem}.modal-header{padding:0 1rem;flex:0 0 4.5rem}.modal-header__close,.modal-header__back-button{margin-top:1rem;margin-bottom:1rem}.modal-header--floating-header .modal-header__close,.modal-header--floating-header .modal-header__back-button{margin:1.5rem 0 .5rem}.prompt__heading{font-size:1.5rem;line-height:1.45;letter-spacing:-.0042em}.prompt__content{color:rgb(var(--colour-text-and-icon-2, 72, 72, 72));font-size:1rem;line-height:1.625;padding-bottom:1rem}}@media (min-width: 56.25em){.sheets--small .modal-body{--skapa-modal-body-padding-inline: 2rem}.theatre{border-radius:8px;left:3rem;width:calc(100% - 6rem);height:calc(100% - 6rem)}}@media (min-width: 56.25em) and (prefers-contrast: more){.theatre{border-block-end-width:1px}}@media (min-width: 75em){.sheets .modal-body{--skapa-modal-body-padding-inline: 2.5rem}}@media (prefers-reduced-motion){.modal-wrapper{transition:none}.modal-wrapper__backdrop{animation-duration:0s;transition-duration:0s;transition:none}.modal-wrapper .sheets.sheets--enter,.modal-wrapper .sheets.sheets--close,.modal-wrapper .sheets.sheets--preserve-alignment,.modal-wrapper .sheets.sheets--mirrored,.modal-wrapper .theatre.theatre--enter,.modal-wrapper .theatre.theatre--close,.modal-wrapper .theatre.theatre--enter .theatre__animation-group,.modal-wrapper .theatre.theatre--close .theatre__animation-group{animation-duration:0s;transition-duration:0s}.modal-wrapper .prompt--close{transition:none}.modal-wrapper .prompt,.modal-wrapper .prompt--enter,.modal-wrapper .prompt--close,.modal-wrapper .prompt .prompt__content-wrapper,.modal-wrapper .prompt--enter .prompt__content-wrapper,.modal-wrapper .prompt--close .prompt__content-wrapper{animation-duration:0s;transition-duration:0s}}.LoginPromptModal .prompt__content{padding:2.5rem 2rem 0}.LoginPromptModal .prompt__heading{font-size:1.5625rem;line-height:2.125rem;margin-bottom:0}.LoginPromptModal .modal-body{font-size:.875rem;line-height:1.375rem;padding:1rem 0 2.5rem}.LoginPromptModal .modal-footer{padding:0 2rem 2.5rem;border-top:none;flex-direction:column}.LoginPromptModal .modal-footer .btn:not(:last-child){margin-block-end:.75rem}@media (min-width: 37.5em){.LoginPromptModal .modal-footer{flex-direction:row;column-gap:2rem}.LoginPromptModal .modal-footer .btn{flex:1}.LoginPromptModal .modal-footer .btn:not(:last-child){margin-block-end:0}}.Dropdown__item{display:flex;align-items:center;gap:.75rem;width:100%;padding:1rem 1.25rem;background:none;border:none;cursor:pointer;text-align:left;font-size:.875rem;line-height:1.375rem}.Dropdown__item:hover,.Dropdown__item:active{background-color:#f5f5f5}.Dropdown__item svg{width:1.5rem;height:1.5rem;flex-shrink:0}.HeroSection{display:flex;flex-direction:column;align-items:center;text-align:center}.HeroSection__content{display:flex;flex-direction:column;align-items:center;width:100%;padding:1.5rem 0;background:linear-gradient(to bottom,#fefefe,#f5f5f5)}.HeroSection__image-container{display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.HeroSection__image{max-height:5rem;width:auto}.HeroSection__image img{max-height:5rem;width:auto;display:block}.HeroSection__product-wrapper{width:5rem;height:5rem;border-radius:50%;overflow:hidden;flex-shrink:0;border:2px solid #dfdfdf;background-color:#fefefe;display:flex;align-items:center;justify-content:center;position:relative}.HeroSection__product-wrapper:first-child{z-index:1}.HeroSection__product-wrapper:last-child{margin-left:-.75rem}.HeroSection__product-wrapper img{width:100%;height:100%;object-fit:contain;padding:.625rem;box-sizing:border-box}.HeroSection__product-wrapper>div{width:100%!important;height:100%!important}.HeroSection__text{padding:0 2rem}.HeroSection__title{font-size:2rem;line-height:1.375;letter-spacing:-.0067em;margin-bottom:1rem}.HeroSection__subtitle{font-size:1rem;line-height:1.625rem;padding:0 2.25rem;color:#333}.HeroSection__privacy-note{font-size:.75rem;line-height:1.125rem;padding:1.5rem 2rem 0;color:#333;text-align:center}.HeroSection__privacy-note a{text-decoration:underline;color:inherit}.HeroSection__video-section{width:100%;background-color:#f5f5f5;display:flex;justify-content:center;padding:1.5rem 3.5rem 0}.HeroSection__video-container{position:relative;width:100%;max-width:22rem;border-radius:.75rem;overflow:hidden}.HeroSection__actions{display:flex;flex-direction:column;gap:1rem;width:100%;padding:1.5rem 2rem 0;margin-bottom:0}@media (orientation: landscape) and (max-height: 600px){.HeroSection__actions{justify-content:center;align-items:center}.HeroSection__actions button{max-width:22rem}}.HeroSection__actions .btn{width:100%}.HeroSection__add-photo-wrapper{position:relative;width:100%}.HeroSection__add-photo-dropdown{position:absolute;top:100%;left:0;right:0;z-index:100;background-color:#fefefe;border:1px solid #dfdfdf;border-radius:.5rem;box-shadow:0 .5rem 1.5rem #00000026;margin-top:.5rem;overflow:hidden}@media (min-width: 56.25em){.HeroSection{max-width:40rem;margin:0 auto}}.SampleSpacesModal .prompt__content{padding:2rem 1.5rem 0}.SampleSpacesModal .prompt__heading{font-size:1.5625rem;line-height:2.125rem;margin-bottom:1.25rem}.SampleSpacesModal .modal-body{padding:0 0 1.5rem}.SampleSpacesModal__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}.SampleSpacesModal__error{font-size:.875rem;line-height:1.375rem;text-align:center;padding:2rem 0;color:#333}.SampleSpacesModal__tile{display:flex;flex-direction:column;background:none;border:none;padding:0;cursor:pointer;text-align:left;border-radius:.5rem;overflow:hidden}.SampleSpacesModal__tile:hover img,.SampleSpacesModal__tile:active img{opacity:.85}.SampleSpacesModal__tile-image{width:100%;aspect-ratio:1;object-fit:cover;border-radius:.5rem;display:block;transition:opacity .15s ease}.HeroIsland__hidden-input{display:none}.FeatureSection{display:flex;flex-direction:column;gap:1rem}.FeatureSection__image{width:100%;border-radius:.5rem;overflow:hidden}.FeatureSection__image img{width:100%;height:auto;display:block}.FeatureSection__title{font-size:1rem;line-height:1.375rem;font-weight:600;font-weight:700;text-align:center}@media (min-width: 56.25em){.FeatureSection{flex:1}}.FeaturesSection{background-color:#fefefe}.FeaturesSection__intro{text-align:center;padding:0 1.5rem;margin-bottom:1.75rem}.FeaturesSection__title{font-size:1.5rem;line-height:2rem;font-weight:700;margin-top:3.75rem;margin-bottom:.75rem}.FeaturesSection__grid{display:flex;flex-direction:column;gap:2.5rem;padding:0 3rem}@media (min-width: 56.25em){.FeaturesSection{max-width:56rem;margin:0 auto}.FeaturesSection__grid{flex-direction:row;align-items:flex-start}}section.hnf-voc-cta.hnf-voc-cta--footer{display:none}
