@keyframes modal-delayed-fade-in{0%{opacity:0}50%{opacity:0}to{opacity:1}}@keyframes modalSlideToLeft{0%{transform:translateX(100%)}to{transform:translateX(0)}}@keyframes modalSlideToRight{0%{transform:translateX(0)}to{transform:translateX(100%)}}@keyframes modalSlideFromLeft{0%{transform:translateX(-100%)}to{transform:translateX(0)}}@keyframes modalSlideFromRight{0%{transform:translateX(0)}to{transform:translateX(-100%)}}@keyframes modalSlideDown{0%{transform:translateY(0)}to{transform:translateY(100%)}}@keyframes modalSlideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes modalEnter{0%{-webkit-clip-path:inset(50%);clip-path:inset(50%)}to{-webkit-clip-path:inset(0);clip-path:inset(0)}}@keyframes modalClose{0%{-webkit-clip-path:inset(0);clip-path:inset(0)}to{-webkit-clip-path:inset(50%);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;display:flex;justify-content:center;align-items:center;z-index:400;transition:visibility .2s linear;color:rgb(var(--colour-text-and-icon-2,72,72,72))}.modal-wrapper,.modal-wrapper__backdrop{left:0;right:0;top:0;bottom:0;pointer-events:none}.modal-wrapper__backdrop{position:absolute;opacity:0;transition:opacity .2s linear;visibility:hidden}.modal-wrapper__backdrop--dark{background:rgba(var(--colour-static-black,17,17,17),.4)}.modal-wrapper--open{transition:visibility 0 linear;visibility:visible;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){-webkit-margin-end:0;margin-inline-end:0;-webkit-margin-after:.75rem;margin-block-end:.75rem}.modal-footer--dual-action{flex-direction:column}.modal-footer--borderless{border-top:none}@media (min-width:37.5em),(orientation:landscape){.modal-footer .btn:not(:last-child){-webkit-margin-after:1rem;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){-webkit-margin-end:1rem;margin-inline-end:1rem;-webkit-margin-after:0;margin-block-end:0}}.modal-header{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__back-button,.modal-header--floating-header .modal-header__close{margin:1rem 0 0}.modal-header__title-wrapper{width:100%;text-align:center;margin:1rem .5rem}.modal-header__title-wrapper--padded{-webkit-margin-start:3rem;margin-inline-start:3rem}.modal-header__back-button,.modal-header__close{margin-top:.5rem;margin-bottom:.5rem}[dir=rtl] .modal-header__back-button,[dir=rtl] .modal-header__close{transform:scaleX(-1)}.modal-header__title{font-weight:700;color:rgb(var(--colour-text-and-icon-1,17,17,17))}.modal-header .modal-header__title-wrapper>*{font-size:1rem;line-height:1.5}.modal-body{padding:var(--skapa-modal-body-padding-block,1.5rem) var(--skapa-modal-body-padding-inline,1.5rem)}.sheets--enter{animation:modalSlideUp .2s cubic-bezier(0,0,.1,1)}.sheets--preserve-alignment{animation:modalSlideToLeft .2s cubic-bezier(0,0,.1,1)}.sheets--preserve-alignment.sheets--mirrored{animation:modalSlideFromLeft .2s cubic-bezier(0,0,.1,1)}.sheets--close{animation:modalSlideDown .1s cubic-bezier(.9,0,1,1);pointer-events:none;transition:visibility .1s linear;visibility:hidden;animation-fill-mode:forwards}.sheets--close.sheets--preserve-alignment{animation:modalSlideToRight .1s cubic-bezier(.9,0,1,1);animation-fill-mode:forwards}.sheets--close.sheets--preserve-alignment.sheets--mirrored{animation:modalSlideFromRight .1s cubic-bezier(.9,0,1,1);animation-fill-mode:forwards}[dir=rtl] .sheets--preserve-alignment{animation:modalSlideFromLeft .2s cubic-bezier(0,0,.1,1)}[dir=rtl] .sheets--preserve-alignment.sheets--mirrored{animation:modalSlideToLeft .2s cubic-bezier(0,0,.1,1)}[dir=rtl] .sheets--close{animation:modalSlideDown .1s cubic-bezier(.9,0,1,1);pointer-events:none;animation-fill-mode:forwards}[dir=rtl] .sheets--close.sheets--preserve-alignment{animation:modalSlideFromRight .1s cubic-bezier(.9,0,1,1);animation-fill-mode:forwards}[dir=rtl] .sheets--close.sheets--preserve-alignment.sheets--mirrored{animation:modalSlideToRight .1s cubic-bezier(.9,0,1,1);animation-fill-mode:forwards}.sheets{position:absolute;top:auto;right:0;bottom:0;width:100%;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__content{height:100%}.sheets__content-wrapper{overflow:auto;height:100%;position:relative}.sheets__content-wrapper:focus.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:0;border-radius:8px 0 0 8px;max-height:100%}.sheets--preserve-alignment.sheets--mirrored{right:auto;left: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:0;right:auto;border-radius:0 8px 8px 0}[dir=rtl] .sheets--preserve-alignment.sheets--mirrored{right:0;left:auto;border-radius:8px 0 0 8px}.theatre--enter{animation:modalEnter .2s cubic-bezier(0,0,.1,1)}.theatre--enter .theatre__animation-group{animation:modalContentEnter .2s cubic-bezier(0,0,.1,1)}.theatre--close{animation:modalClose .2s cubic-bezier(.9,0,1,1);animation-fill-mode:forwards;pointer-events:none;transition:visibility .1s linear;visibility:hidden}.theatre--close .theatre__animation-group{animation:modalContentClose .2s cubic-bezier(.9,0,1,1);animation-fill-mode:forwards}.theatre{position:absolute;left:0;width:100%;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__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%}.prompt--enter{animation:modalContentEnter .2s cubic-bezier(.8,0,0,1)}.prompt--close{animation:modalContentClose .1s cubic-bezier(.9,0,1,1);animation-fill-mode:forwards;pointer-events:none;transition:visibility .1s linear;visibility:hidden}.prompt{position:relative;left:auto;right:auto;margin:1.5rem;z-index:100;justify-content:center;border-radius:8px;text-align:initial}.prompt,.prompt__content-wrapper{display:flex;overflow:hidden;flex-direction:column}.prompt__content-wrapper{background:rgb(var(--colour-elevation-2,255,255,255));max-height:75vh;max-width:31.5rem;height:auto}.prompt__heading{margin-bottom:1rem;color:rgb(var(--colour-text-and-icon-1,17,17,17));font-size:1.125rem;line-height:1.444;font-weight:700}.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.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 (min-width:37.5em){.sheets{top:0;border-radius:8px 0 0 8px;width:calc(100% - 3rem);max-height:100%}.sheets--mirrored{right:auto;left: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;-webkit-margin-start:1rem;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--large .modal-footer--dual-action .btn:not(:last-child),.sheets--medium .modal-footer--dual-action .btn:not(:last-child){-webkit-margin-end:1rem;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:0;border-radius:0 8px 8px 0}[dir=rtl] .sheets--mirrored{right:0;left:auto;border-radius:8px 0 0 8px}.sheets.sheets--enter{animation:modalSlideToLeft .2s cubic-bezier(0,0,.1,1)}.sheets.sheets--close{animation:modalSlideToRight .1s cubic-bezier(.9,0,1,1);animation-fill-mode:forwards}.sheets--mirrored.sheets--enter{animation:modalSlideFromLeft .2s cubic-bezier(0,0,.1,1)}.sheets--mirrored.sheets--close{animation:modalSlideFromRight .1s cubic-bezier(.9,0,1,1);animation-fill-mode:forwards}[dir=rtl] .sheets.sheets--enter{animation:modalSlideFromLeft .2s cubic-bezier(0,0,.1,1)}[dir=rtl] .sheets.sheets--close{animation:modalSlideFromRight .1s cubic-bezier(.9,0,1,1);animation-fill-mode:forwards}[dir=rtl] .sheets--mirrored.sheets--enter{animation:modalSlideToLeft .2s cubic-bezier(0,0,.1,1)}[dir=rtl] .sheets--mirrored.sheets--close{animation:modalSlideToRight .1s cubic-bezier(.9,0,1,1);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__back-button,.modal-header__close{margin-top:1rem;margin-bottom:1rem}.modal-header--floating-header .modal-header__back-button,.modal-header--floating-header .modal-header__close{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: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--close,.modal-wrapper .sheets.sheets--enter,.modal-wrapper .sheets.sheets--mirrored,.modal-wrapper .sheets.sheets--preserve-alignment,.modal-wrapper .theatre.theatre--close,.modal-wrapper .theatre.theatre--close .theatre__animation-group,.modal-wrapper .theatre.theatre--enter,.modal-wrapper .theatre.theatre--enter .theatre__animation-group{animation-duration:0s;transition-duration:0s}.modal-wrapper .prompt--close{transition:none}.modal-wrapper .prompt,.modal-wrapper .prompt .prompt__content-wrapper,.modal-wrapper .prompt--close,.modal-wrapper .prompt--close .prompt__content-wrapper,.modal-wrapper .prompt--enter,.modal-wrapper .prompt--enter .prompt__content-wrapper{animation-duration:0s;transition-duration:0s}}