@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%{opacity:0;transform-origin:50%;transform:scale(.8)}to{opacity:1;transform-origin:50%;transform:scale(1)}}@keyframes modalContentClose{0%{opacity:1;transform-origin:50%;transform:scale(1)}to{opacity:0;transform-origin:50%;transform:scale(.8)}}@keyframes modalBackdropEnter{0%{visibility:hidden}1%{visibility:visible}}@keyframes modalBackdropClose{0%,99%{visibility:visible}to{visibility:hidden}}.prevent-scroll-y{width:100%;position:fixed;overflow:hidden}.modal-wrapper{z-index:400;pointer-events:none;color:rgb(var(--colour-text-and-icon-2,72,72,72));justify-content:center;align-items:center;transition:visibility .2s cubic-bezier(0,0,1,1);display:flex;position:fixed;inset:0}.modal-wrapper__backdrop{opacity:0;pointer-events:none;visibility:hidden;transition:opacity .2s cubic-bezier(0,0,1,1);position:absolute;inset:0}.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;visibility:visible;pointer-events:all;animation:.2s modalBackdropEnter}.modal-wrapper--close>.modal-wrapper__backdrop{animation:.2s modalBackdropClose}.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{border-top:1px solid rgb(var(--colour-neutral-3,223,223,223));flex-grow:1;flex-shrink:0;padding:1.5rem;display:flex}.modal-footer .btn{flex-grow:1;flex-basis:auto;width:100%}.modal-footer .btn:not(:last-child){margin-block-end:.75rem;margin-inline-end:0}.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-block-end:0;margin-inline-end:1rem}}.modal-header{box-sizing:border-box;background-color:rgb(var(--colour-elevation-2,255,255,255));z-index:100;flex-direction:row-reverse;flex:0 0 3.5rem;justify-content:space-between;align-items:center;padding:0 .5rem;display:flex;top:0}.modal-header--floating-header{background-color:#0000;width:100%;position:absolute}.modal-header--floating-header .modal-header__close,.modal-header--floating-header .modal-header__back-button{margin:1rem 0 0}.modal-header__title-wrapper{text-align:center;width:100%;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:.2s cubic-bezier(0,0,.1,1) modalSlideUp}.sheets--preserve-alignment{animation:.2s cubic-bezier(0,0,.1,1) modalSlideToLeft}.sheets--preserve-alignment.sheets--mirrored{animation:.2s cubic-bezier(0,0,.1,1) modalSlideFromLeft}.sheets--close{pointer-events:none;visibility:hidden;transition:visibility .1s cubic-bezier(0,0,1,1);animation:.1s cubic-bezier(.9,0,1,1) forwards modalSlideDown}.sheets--close.sheets--preserve-alignment{animation:.1s cubic-bezier(.9,0,1,1) forwards modalSlideToRight}.sheets--close.sheets--preserve-alignment.sheets--mirrored{animation:.1s cubic-bezier(.9,0,1,1) forwards modalSlideFromRight}[dir=rtl] .sheets--preserve-alignment{animation:.2s cubic-bezier(0,0,.1,1) modalSlideFromLeft}[dir=rtl] .sheets--preserve-alignment.sheets--mirrored{animation:.2s cubic-bezier(0,0,.1,1) modalSlideToLeft}[dir=rtl] .sheets--close{pointer-events:none;animation:.1s cubic-bezier(.9,0,1,1) forwards modalSlideDown}[dir=rtl] .sheets--close.sheets--preserve-alignment{animation:.1s cubic-bezier(.9,0,1,1) forwards modalSlideFromRight}[dir=rtl] .sheets--close.sheets--preserve-alignment.sheets--mirrored{animation:.1s cubic-bezier(.9,0,1,1) forwards modalSlideToRight}.sheets{top:auto;right:var(--modal-keyboard-focus-spacing,0);width:calc(100% - var(--modal-keyboard-focus-width,0%));background:rgb(var(--colour-elevation-2,255,255,255));z-index:100;max-height:calc(100% - 3rem);text-align:initial;border-radius:8px 8px 0 0;flex-direction:column;display:flex;position:absolute;bottom:0;overflow:hidden}.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;--modal-keyboard-focus-spacing:.375rem;--modal-keyboard-focus-width:.75rem;transition:outline .2s ease-out,box-shadow .2s ease-out}.sheets__content{height:100%}.sheets__content-wrapper{height:100%;position:relative;overflow:auto}.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);max-height:calc(100% - var(--modal-keyboard-focus-width,0%));border-radius:8px 0 0 8px}.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);border-radius:0 8px 8px 0;right:auto}[dir=rtl] .sheets--preserve-alignment.sheets--mirrored{right:var(--modal-keyboard-focus-spacing,0);border-radius:8px 0 0 8px;left:auto}@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:.2s cubic-bezier(0,0,.1,1) modalEnter}.theatre--enter .theatre__animation-group{animation:.2s cubic-bezier(0,0,.1,1) modalContentEnter}.theatre--close{pointer-events:none;visibility:hidden;transition:visibility .1s cubic-bezier(0,0,1,1);animation:.2s cubic-bezier(.9,0,1,1) forwards modalClose}.theatre--close .theatre__animation-group{animation:.2s cubic-bezier(.9,0,1,1) forwards modalContentClose}.theatre{left:var(--modal-keyboard-focus-spacing,0);width:calc(100% - var(--modal-keyboard-focus-width,0%));background:rgb(var(--colour-elevation-2,255,255,255));z-index:100;height:calc(100% - 3rem);text-align:initial;border-radius:8px 8px 0 0;flex-direction:column;flex-shrink:0;display:flex;position:absolute;top:3rem;overflow:hidden}.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;--modal-keyboard-focus-spacing:.375rem;--modal-keyboard-focus-width:.75rem;transition:outline .2s ease-out,box-shadow .2s ease-out}.theatre__animation-group{flex-direction:column;height:100%;display:flex}.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:.2s cubic-bezier(.8,0,0,1) modalContentEnter}.prompt--close{pointer-events:none;visibility:hidden;transition:visibility .1s cubic-bezier(0,0,1,1);animation:.1s cubic-bezier(.9,0,1,1) forwards modalContentClose}.prompt{z-index:100;text-align:initial;border-radius:8px;flex-direction:column;justify-content:center;margin:1.5rem;display:flex;position:relative;left:auto;right:auto;overflow:hidden}.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));flex-direction:column;max-width:31.5rem;height:auto;max-height:75vh;display:flex;overflow:hidden}.prompt__heading{color:rgb(var(--colour-text-and-icon-1,17,17,17));margin-bottom:1rem}.prompt__content{color:rgb(var(--colour-text-and-icon-2,72,72,72));height:100%;padding:0 2rem;font-size:.875rem;line-height:1.571;overflow:auto}.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);width:calc(100% - 3rem);max-height:calc(100% - var(--modal-keyboard-focus-width,0%));border-radius:8px 0 0 8px}.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{flex:initial;width:auto}.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{flex:initial;width:auto}.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);border-radius:8px 0 0 8px;left:auto}}@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:.2s cubic-bezier(0,0,.1,1) modalSlideToLeft}.sheets.sheets--close{animation:.1s cubic-bezier(.9,0,1,1) forwards modalSlideToRight}.sheets--mirrored.sheets--enter{animation:.2s cubic-bezier(0,0,.1,1) modalSlideFromLeft}.sheets--mirrored.sheets--close{animation:.1s cubic-bezier(.9,0,1,1) forwards modalSlideFromRight}[dir=rtl] .sheets.sheets--enter{animation:.2s cubic-bezier(0,0,.1,1) modalSlideFromLeft}[dir=rtl] .sheets.sheets--close{animation:.1s cubic-bezier(.9,0,1,1) forwards modalSlideFromRight}[dir=rtl] .sheets--mirrored.sheets--enter{animation:.2s cubic-bezier(0,0,.1,1) modalSlideToLeft}[dir=rtl] .sheets--mirrored.sheets--close{animation:.1s cubic-bezier(.9,0,1,1) forwards modalSlideToRight}.modal-body{--skapa-modal-body-padding-block:2rem;--skapa-modal-body-padding-inline:2rem}.modal-header{flex:0 0 4.5rem;padding:0 1rem}.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{letter-spacing:-.0042em;font-size:1.5rem;line-height:1.45}.prompt__content{color:rgb(var(--colour-text-and-icon-2,72,72,72));padding-bottom:1rem;font-size:1rem;line-height:1.625}}@media (min-width:56.25em){.sheets--small .modal-body{--skapa-modal-body-padding-inline:2rem}.theatre{border-radius:8px;width:calc(100% - 6rem);height:calc(100% - 6rem);left:3rem}}@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{transition:none;animation-duration:0s}.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{transition-duration:0s;animation-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{transition-duration:0s;animation-duration:0s}}
/*# sourceMappingURL=299a984b6f54e299.css.map*/