:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74d3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-container-width:fit-content;--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-padding:14px;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-toast-shadow:0px 4px 12px #0000001a;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:.2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0, 0, var(--toastify-z-index));width:var(--toastify-container-width);box-sizing:border-box;color:#fff;flex-direction:column;display:flex;position:fixed}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);align-items:center;left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);align-items:center;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y:0px;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;word-break:break-word;flex:auto;align-items:center;margin-bottom:1rem;display:flex;position:relative}@media only screen and (width<=480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width:100%;border-radius:0;margin-bottom:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}@media only screen and (width<=480px){.Toastify__toast-container[data-stacked=true]{width:100vw}}.Toastify__toast--stacked{width:100%;transform:translate3d(0, var(--y), 0) scale(var(--s));transition:transform .3s;position:absolute}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";height:calc(var(--g) * 1px);position:absolute;bottom:100%;left:0;right:0}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";z-index:-1;height:100%;position:absolute;bottom:0;left:0;right:0;transform:scaleY(3)}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{flex-shrink:0;width:22px;margin-inline-end:10px;display:flex}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;cursor:pointer;opacity:.7;z-index:1;background:0 0;border:none;outline:none;padding:0;transition:all .3s;position:absolute;top:6px;right:6px}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;width:14px;height:16px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{z-index:1;opacity:.7;transform-origin:0;width:100%;height:100%;position:absolute;bottom:0;left:0}.Toastify__progress-bar--animated{animation:linear forwards Toastify__trackProgress}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:100%;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius);width:100%;height:5px;position:absolute;bottom:0;left:0;overflow:hidden}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{box-sizing:border-box;border:2px solid;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);border-radius:100%;width:20px;height:20px;animation:.65s linear infinite Toastify__spin}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate(3000px)}60%{opacity:1;transform:translate(-25px)}75%{transform:translate(10px)}90%{transform:translate(-5px)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px, var(--y), 0)}to{opacity:0;transform:translate3d(2000px, var(--y), 0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate(-3000px)}60%{opacity:1;transform:translate(25px)}75%{transform:translate(-10px)}90%{transform:translate(5px)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px, var(--y), 0)}to{opacity:0;transform:translate3d(-2000px, var(--y), 0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translateY(3000px)}60%{opacity:1;transform:translateY(-20px)}75%{transform:translateY(10px)}90%{transform:translateY(-5px)}to{transform:translate(0,0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0, calc(var(--y) - 10px), 0)}40%,45%{opacity:1;transform:translate3d(0, calc(var(--y) + 20px), 0)}to{opacity:0;transform:translateY(-2000px)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translateY(-3000px)}60%{opacity:1;transform:translateY(25px)}75%{transform:translateY(-10px)}90%{transform:translateY(5px)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0, calc(var(--y) - 10px), 0)}40%,45%{opacity:1;transform:translate3d(0, calc(var(--y) + 20px), 0)}to{opacity:0;transform:translateY(2000px)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0, var(--y), 0) scale3d(.3, .3, .3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{opacity:0;animation-timing-function:ease-in;transform:perspective(400px)rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px)rotateX(-20deg)}60%{opacity:1;transform:perspective(400px)rotateX(10deg)}80%{transform:perspective(400px)rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0, var(--y), 0) perspective(400px)}30%{transform:translate3d(0, var(--y), 0) perspective(400px) rotate3d(1, 0, 0, -20deg);opacity:1}to{transform:translate3d(0, var(--y), 0) perspective(400px) rotate3d(1, 0, 0, 90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{visibility:visible;transform:translate(110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideInLeft{0%{visibility:visible;transform:translate(-110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideInUp{0%{visibility:visible;transform:translateY(110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideInDown{0%{visibility:visible;transform:translateY(-110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0, var(--y), 0)}to{visibility:hidden;transform:translate3d(110%, var(--y), 0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0, var(--y), 0)}to{visibility:hidden;transform:translate3d(-110%, var(--y), 0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0, var(--y), 0)}to{visibility:hidden;transform:translateY(500px)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0, var(--y), 0)}to{visibility:hidden;transform:translateY(-500px)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-duration:.3s;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._link_ivqtt_2{color:var(--theme-link-colour);appearance:none;background:0 0;border:none;text-decoration:underline;text-decoration-thickness:1px}._link_ivqtt_2:focus{border-radius:.5px}._link_ivqtt_2:not(._disabled_ivqtt_13){cursor:pointer}._link_ivqtt_2:not(._disabled_ivqtt_13):hover,._link_ivqtt_2:not(._disabled_ivqtt_13):focus{text-decoration:underline;text-decoration-thickness:2px}._outline_ivqtt_21:focus{outline-offset:2px;outline:2px solid -webkit-focus-ring-color}._disabled_ivqtt_13{cursor:default;opacity:.45}._darkenOnHover_ivqtt_31:hover,._darkenOnHover_ivqtt_31:focus{color:var(--theme-link-hover-colour)}._invertedColour_ivqtt_36{color:var(--theme-link-colour-inverted)}._standalone_ivqtt_40{font-weight:600}._page_dwoxw_1{flex-direction:column;justify-content:center;width:100%;height:100vh;display:flex;position:relative;top:0;left:0;overflow:hidden}._content_dwoxw_13{margin-top:10px;margin-left:100px;position:relative}._title_dwoxw_19{padding-left:0;font-size:3rem;font-weight:400}._text_dwoxw_25{font-size:1.8rem}._visualisation_dwoxw_29{-webkit-user-select:none;user-select:none;width:2460px}._link_dwoxw_34{font-size:1.8rem}@media only screen and (width<=1000px){._content_dwoxw_13{margin-left:0;padding-left:20px;padding-right:20px}}@media only screen and (height<=480px){._visualisation_dwoxw_29{display:none}}.Toastify__toast-container.app-toast-container{z-index:100000;width:max-content}.Toastify__toast.app-toast-message{--toastify-toast-min-height:50px;--toastify-toast-bd-radius:4px;--toastify-font-family:var(--theme-font-family);background:var(--theme-toast-success-colour);color:var(--theme-toast-success-text-colour);width:unset;white-space:nowrap;text-overflow:ellipsis;text-align:center;max-width:calc(100vw - 10px);font-size:1rem;display:inline-block;overflow:hidden}.Toastify__toast.Toastify__toast--warning,.Toastify__toast.Toastify__toast--error{background-color:var(--theme-error-colour);color:var(--theme-error-text-colour)}@media only screen and (width<=480px){.Toastify__toast.app-toast-message{--toastify-toast-min-height:0;--toastify-toast-padding:10px;text-wrap:balance;border-radius:4px;max-width:calc(100vw - 20px);margin-top:5px}.Toastify__toast-container.app-toast-container{position:fixed;left:50%;transform:translate(-50%)}}@media print{.Toastify__toast-container.app-toast-container{display:none}}._icon_8jptj_2{color:var(--ds-icon-color,var(--theme-icon-colour));vector-effect:non-scaling-stroke}._core_qmqq4_8{appearance:none;box-sizing:border-box;align-items:center;gap:10px;width:max-content;padding:8px 16px;display:inline-flex;position:relative}._core_qmqq4_8:not(:disabled){cursor:pointer;-webkit-user-select:none;user-select:none}._core_qmqq4_8:disabled{opacity:.55}._core_qmqq4_8{font-family:var(--ds-button-font-family,var(--theme-font-family));font-size:var(--ds-button-font-size,var(--theme-font-size));font-weight:var(--ds-button-font-weight,600);color:var(--ds-button-color,var(--theme-font-colour));background-color:var(--ds-button-bg,var(--theme-background-colour));border:var(--ds-button-border-width,var(--theme-border-width)) solid var(--ds-button-border-color,var(--theme-border-colour));border-radius:var(--ds-button-border-radius,var(--theme-border-radius-full));text-decoration:none}._core_qmqq4_8:not(:disabled):hover{background-color:var(--ds-button-hover-bg,var(--theme-button-hover-colour))}._core_qmqq4_8._iconLeft_qmqq4_38{padding-left:10px}._core_qmqq4_8._iconRight_qmqq4_41{padding-right:10px}._primary_qmqq4_45{background-color:var(--ds-button-primary-bg,var(--theme-primary-colour));border-color:var(--ds-button-primary-border-color,var(--theme-primary-colour));color:var(--ds-button-primary-color,var(--theme-font-colour-on-primary-background));--theme-icon-colour:var(--ds-button-primary-icon-color,var(--theme-font-colour-on-primary-background))}._primary_qmqq4_45:not(:disabled):hover{background-color:var(--ds-button-primary-hover-bg,var(--theme-button-hover-primary-colour));border-color:var(--ds-button-primary-hover-border-color,var(--theme-button-hover-primary-colour))}._primary_qmqq4_45:not(:disabled):focus-visible{border-color:var(--ds-button-primary-hover-border-color,var(--theme-button-hover-primary-colour));outline:2px solid var(--ds-button-primary-focus-outline-color,var(--theme-font-colour-on-primary-background))}._destructive_qmqq4_60{background-color:var(--ds-button-destructive-bg,var(--theme-error-colour));border-color:var(--ds-button-destructive-border-color,var(--theme-error-colour));color:var(--ds-button-destructive-color,var(--theme-error-text-colour))}._destructive_qmqq4_60:not(:disabled):hover{background-color:var(--ds-button-destructive-hover-bg,var(--theme-error-colour-strong));border-color:var(--ds-button-destructive-hover-border-color,var(--theme-error-colour-strong))}._destructive_qmqq4_60:not(:disabled):focus-visible{border-color:var(--ds-button-destructive-hover-border-color,var(--theme-error-colour-strong));outline:2px solid var(--ds-button-destructive-focus-outline-color,var(--theme-font-colour-on-primary-background))}._compact_qmqq4_74{font-size:var(--ds-button-compact-font-size,var(--theme-caption-size));border-width:1px;gap:8px;padding:5px 12px}._compact_qmqq4_74._iconLeft_qmqq4_38{padding-left:8px}._compact_qmqq4_74._iconRight_qmqq4_41{padding-right:8px}._accessibleDescription_qmqq4_87{display:none}._hero_qmqq4_91{background-color:var(--ds-button-hero-bg,var(--theme-heading-colour));border-color:var(--ds-button-hero-border-color,var(--theme-heading-colour));color:var(--ds-button-hero-color,var(--theme-background-colour));flex:1;justify-content:center}._hero_qmqq4_91:not(:disabled):hover,._hero_qmqq4_91:not(:disabled):focus-visible{background-color:var(--ds-button-hero-hover-bg,var(--theme-background-colour));color:var(--ds-button-hero-hover-color,var(--theme-heading-colour))}._hero_qmqq4_91:not(:disabled):focus-visible{outline:2px solid -webkit-focus-ring-color;outline-offset:2px}._compactLinkButton_1969m_1{line-height:1.15}._matchParentWidth_1969m_5{width:100%}._container_1sqvy_2{font-family:var(--ds-tooltip-font-family,var(--theme-font-family));color:var(--ds-tooltip-color,var(--theme-background-colour));background-color:var(--ds-tooltip-bg,var(--theme-font-colour));border-radius:var(--ds-tooltip-border-radius,var(--theme-border-radius-xs));white-space:preserve;padding:5px 8px;font-size:.9rem}._container_1sqvy_2 ._arrow_1sqvy_11{color:var(--ds-tooltip-arrow-color,var(--theme-font-colour));font-size:0;line-height:normal}._container_1sqvy_2 ._arrow_1sqvy_11 svg{color:var(--ds-tooltip-arrow-color,var(--theme-font-colour))}._container_1sqvy_2 ._arrow_1sqvy_11[data-placement=top] svg{transform:rotate(0)}._container_1sqvy_2 ._arrow_1sqvy_11[data-placement=right] svg{transform:rotate(90deg)}._container_1sqvy_2 ._arrow_1sqvy_11[data-placement=bottom] svg{transform:rotate(180deg)}._container_1sqvy_2 ._arrow_1sqvy_11[data-placement=left] svg{transform:rotate(270deg)}._icore_1xs14_2{width:var(--ds-icon-button-size,var(--theme-icon-size));height:var(--ds-icon-button-size,var(--theme-icon-size));appearance:none;border-radius:var(--ds-icon-button-border-radius,var(--theme-border-radius-full));color:var(--ds-icon-button-color,var(--theme-icon-colour));background:0 0;border:none;justify-content:center;align-items:center;padding:8px;display:flex}._icore_1xs14_2:not(:disabled,._compact_1xs14_15){cursor:pointer;-webkit-user-select:none;user-select:none}._icore_1xs14_2:not(:disabled,._compact_1xs14_15):hover{background-color:var(--ds-icon-button-hover-bg,var(--theme-button-hover-colour))}._icore_1xs14_2:not(:disabled,._compact_1xs14_15):active{background-color:var(--ds-icon-button-active-bg,var(--theme-button-selected-colour))}._icore_1xs14_2:not(:disabled,._compact_1xs14_15)[data-focus-visible],._icore_1xs14_2:not(:disabled,._compact_1xs14_15):focus-visible{outline:2px solid -webkit-focus-ring-color;outline-offset:2px}._icore_1xs14_2:disabled{opacity:.4}._standalone_1xs14_33{background-color:var(--ds-icon-button-standalone-bg,var(--theme-background-colour));border:1px solid var(--ds-icon-button-standalone-border-color,var(--theme-border-colour));min-width:var(--ds-icon-button-size,var(--theme-icon-size));min-height:var(--ds-icon-button-size,var(--theme-icon-size));justify-content:center;align-items:center;padding:0;display:flex}._pressed_1xs14_44{background-color:var(--ds-icon-button-pressed-bg,var(--theme-button-selected-colour))}._primary_1xs14_48{background-color:var(--ds-icon-button-primary-bg,var(--theme-primary-colour));border-color:var(--ds-icon-button-primary-border-color,var(--theme-primary-colour));color:var(--ds-icon-button-primary-color,var(--theme-font-colour-on-primary-background));--theme-icon-colour:var(--ds-icon-button-primary-icon-color,var(--theme-font-colour-on-primary-background))}._primary_1xs14_48:not(:disabled):hover{background-color:var(--ds-icon-button-primary-hover-bg,var(--theme-button-hover-primary-colour));border-color:var(--ds-icon-button-primary-hover-border-color,var(--theme-button-hover-primary-colour))}._primary_1xs14_48:not(:disabled)[data-focus-visible],._primary_1xs14_48:not(:disabled):focus-visible{border-color:var(--ds-icon-button-primary-hover-border-color,var(--theme-button-hover-primary-colour));outline:2px solid var(--ds-icon-button-primary-focus-outline-color,var(--theme-font-colour-on-primary-background));outline-offset:0}._compact_1xs14_15{cursor:pointer;padding:0}._compact_1xs14_15[data-focus-visible],._compact_1xs14_15:focus-visible{outline:2px solid -webkit-focus-ring-color;outline-offset:4px}._announcement_1pmnf_2{width:1px;height:1px;margin:0;padding:0;position:absolute;bottom:100%;left:-1px;overflow:hidden}._item_qb86b_8{appearance:none;box-sizing:border-box;align-items:center;gap:10px;width:max-content;padding:8px 16px;display:inline-flex;position:relative}._item_qb86b_8:not(:disabled){cursor:pointer;-webkit-user-select:none;user-select:none}._item_qb86b_8:disabled{opacity:.55}._item_qb86b_8{width:unset;font-family:var(--ds-menu-item-font-family,var(--theme-font-family));font-size:var(--ds-menu-item-font-size,var(--theme-font-size));font-weight:var(--ds-menu-item-font-weight,600);color:var(--ds-menu-item-color,var(--theme-font-colour));background-color:var(--ds-menu-item-bg,var(--theme-background-colour));border:none;border-radius:0;justify-content:start;align-self:stretch;align-items:center;margin:0;padding:10px 14px;text-decoration:none;display:flex}._item_qb86b_8:focus{outline:none}._item_qb86b_8:focus[data-focus-visible=true]{outline:2px solid highlight;outline:2px solid -webkit-focus-ring-color;outline-offset:-2px}._item_qb86b_8:hover{background-color:var(--ds-menu-item-hover-bg,var(--theme-background-colour))}._item_qb86b_8:hover [slot=label]{text-underline-offset:.2rem;text-decoration:underline}._item_qb86b_8:not(:last-child){border-bottom:1px solid var(--ds-menu-item-separator-color,var(--theme-separator-colour))}._item_qb86b_8 [slot=label]{width:100%;font-size:var(--ds-menu-item-label-font-size,var(--theme-font-size));font-style:normal;font-weight:var(--ds-menu-item-label-font-weight,600);white-space:nowrap;color:var(--ds-menu-item-label-color,var(--theme-link-colour));line-height:normal}._item_qb86b_8 [slot=icon]{width:24px;height:24px}._item_qb86b_8._disabled_qb86b_78:hover [slot=label]{color:var(--ds-menu-item-disabled-color,var(--theme-placeholder-colour))}._section_fp477_2:not(:last-child){border-bottom:1px solid var(--ds-menu-section-separator-color,var(--theme-separator-colour))}._sectionHeader_fp477_6{border-bottom:1px solid var(--ds-menu-section-separator-color,var(--theme-separator-colour));padding:7px 14px 6px;list-style:normal}._heading_fp477_12{font-family:var(--ds-menu-section-font-family,var(--theme-font-family));font-size:var(--ds-menu-section-font-size,.8rem);margin:0;padding:0;font-weight:700;line-height:normal}._toggle_1yv43_2{font-family:var(--ds-toggle-font-family,var(--theme-font-family));font-size:var(--ds-toggle-font-size,var(--theme-font-size));color:var(--ds-toggle-color,var(--theme-link-colour));cursor:pointer;justify-content:space-between;align-items:center;gap:.5rem;font-weight:600;line-height:1.25rem;display:flex}._toggle_1yv43_2:hover,._toggle_1yv43_2:focus-within{text-decoration:underline;text-decoration-thickness:2px}._toggle_1yv43_2[data-selected] ._indicator_1yv43_18{--indicator-transform:translateX(calc(var(--indicator-width) - var(--indicator-circle-radius) - 4px));background:var(--ds-toggle-indicator-active-bg,var(--theme-primary-colour-extra-strong))}._toggle_1yv43_2[data-selected] ._indicator_1yv43_18:before{transform:var(--indicator-transform)}._toggle_1yv43_2[data-selected] ._indicator_1yv43_18:after{opacity:1;transform:var(--indicator-transform)}._toggle_1yv43_2[data-focus-visible] ._indicator_1yv43_18{outline:-webkit-focus-ring-color solid 2px;outline-offset:2px}._indicator_1yv43_18{--indicator-width:2rem;--indicator-height:17px;--indicator-circle-radius:calc(var(--indicator-height) - 4px);width:var(--indicator-width);height:var(--indicator-height);border-radius:var(--ds-toggle-indicator-border-radius,var(--theme-border-radius-full));background:var(--ds-toggle-indicator-bg,var(--theme-border-colour));flex-shrink:0;position:relative}._indicator_1yv43_18:before{height:var(--indicator-circle-radius);width:var(--indicator-circle-radius);border-radius:var(--ds-toggle-indicator-circle-border-radius,var(--theme-border-radius-full));content:"";background-color:var(--ds-toggle-indicator-circle-bg,var(--theme-background-colour));margin:2px;transition:all .4s;position:absolute}._indicator_1yv43_18:after{height:var(--indicator-circle-radius);width:var(--indicator-circle-radius);content:"";background-color:var(--ds-toggle-indicator-tick-color,var(--theme-font-colour));opacity:0;margin:2px;transition:all .4s;position:absolute;-webkit-mask:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20id='a'%20xmlns='http://www.w3.org/2000/svg'%20width='9'%20height='9'%20viewBox='0%200%2011%2010'%3e%3cpath%20d='M3.88,9.01c-.34,0-.67-.14-.9-.38L.48,6.05l1.8-1.74,1.6,1.65L8.72,.99l1.8,1.74-5.74,5.9c-.23,.24-.56,.38-.9,.38Z'%20fill='%23151519'%20/%3e%3c/svg%3e") 50% no-repeat}._inline_1yv43_67{justify-content:flex-start}._description_1yv43_71{font-family:var(--ds-toggle-description-font-family,var(--theme-font-family));font-size:var(--ds-toggle-description-font-size,var(--theme-font-size));color:var(--ds-toggle-description-color,var(--theme-font-colour))}@media (prefers-reduced-motion:no-preference){._popover_1m1ju_3{transition:opacity .2s ease-out,transform .2s ease-out}}._popover_1m1ju_3[data-entering]{opacity:0;transform:translateY(6px)}._popover_1m1ju_3[data-exiting]{opacity:0;pointer-events:none;transform:translateY(6px)}._menu_1m1ju_17{background:var(--ds-menu-bg,var(--theme-background-colour));border:1px solid var(--ds-menu-border-color,var(--theme-separator-colour));border-radius:var(--ds-menu-border-radius,var(--theme-border-radius-md));min-width:8rem;box-shadow:var(--ds-menu-box-shadow-color,var(--theme-box-shadow-colour)) 0 2px 3px 0;max-height:inherit;outline:none;flex-direction:column;justify-content:flex-start;margin:0;padding:0;list-style-type:none;display:flex;overflow:hidden auto}._menu_1m1ju_17:focus-visible{outline:2px}._menu_1m1ju_17>:first-child,._menu_1m1ju_17>section:first-child>:first-child{border-top-left-radius:var(--ds-menu-border-radius,var(--theme-border-radius-md));border-top-right-radius:var(--ds-menu-border-radius,var(--theme-border-radius-md))}._menu_1m1ju_17>:last-child,._menu_1m1ju_17>section:last-child>:last-child{border-bottom-left-radius:var(--ds-menu-border-radius,var(--theme-border-radius-md));border-bottom-right-radius:var(--ds-menu-border-radius,var(--theme-border-radius-md))}._container_sb5j2_2{color:unset;background-color:#0000;border:#0000;line-height:0;text-decoration:none}._logo_sb5j2_10{height:var(--header-height);color:var(--theme-heading-colour-on-primary-background)}@media (width<=400px){._presentLogo_sb5j2_16{display:none}}._genioLogo_sb5j2_21{display:none}@media (width<=400px){._genioLogo_sb5j2_21{display:block}}._container_10tzy_1{vertical-align:middle;text-align:center;display:inline-block;position:relative;overflow:hidden}._icon_10tzy_9,._hover_10tzy_10{vertical-align:middle;-webkit-user-select:none;user-select:none;padding:0;display:inline-block;position:absolute;top:0;left:0}._marginRight_10tzy_20{margin-right:10px}:hover>._containerWithHover_10tzy_24 ._icon_10tzy_9,._containerWithHover_10tzy_24 ._hover_10tzy_10{opacity:0}._containerWithHover_10tzy_24 ._icon_10tzy_9,:hover>._containerWithHover_10tzy_24 ._hover_10tzy_10{opacity:1}._containerAnimated_10tzy_34 ._icon_10tzy_9,._containerAnimated_10tzy_34 ._hover_10tzy_10{transition:opacity .25s}.image-mask,.image-loader:not(.image-loader--unmanaged){vertical-align:middle;margin:auto;position:absolute;bottom:0;left:0;right:0}.image-mask.image-loader-centre,.image-loader:not(.image-loader--unmanaged).image-loader-centre{top:0}.image-mask,.image-loader{justify-content:center;height:fit-content;max-height:100%;display:flex}.image-mask svg,.image-loader svg{width:100%;max-width:fit-content;max-height:fit-content;overflow:visible}.image-mask{color:var(--theme-icon-colour)}.image-mask--on-primary-background{color:var(--theme-font-colour-on-primary-background)}.button{cursor:pointer;color:var(--theme-font-colour);font-weight:600;font-size:var(--theme-font-size);-webkit-user-select:none;user-select:none;border:none;border-radius:1.2rem;margin-left:5px;margin-right:5px;padding:8px 12px 7px;line-height:25px;text-decoration:none;display:inline-block;position:relative}.button--bordered{border:var(--theme-control-border-width) solid var(--theme-border-colour);background-color:var(--theme-background-colour);padding:6px 10px 5px}.button--bordered:not(.button--disabled):active{border-color:var(--theme-border-colour)}.button.button--highlight{background-color:var(--theme-font-colour);color:var(--theme-background-colour);outline-offset:3px}.button.button--small:not(.button--bordered) .button__icon--with-text{height:25px;margin:0}.button.button--small{border-radius:24px;height:auto;padding:4px 1px}.button.button--small.button--no-text.button--bordered{padding:4px 1px}.button.button--small .button__text{display:none}.button.button--small .button__icon{margin:3px 6px}.button.button--extra-extra-small{border-radius:16px;height:auto;padding:0}.button.button--extra-small{border-radius:24px;height:auto;padding:1px;left:.25rem}.button.button--extra-small .button__text{display:none}.button.button--extra-small .button__icon{margin:1px}.button.button--with-left-icon .button__text{margin-left:0;margin-right:10px}.button.button--with-right-icon .button__text{margin-left:10px;margin-right:0}.button:not(.button--with-left-icon,.button--with-right-icon){text-align:center}.button.button--no-text.button--bordered{padding:5px 6px}.button.button--disabled{cursor:default;opacity:.45}.button.button--disabled:hover,.button.button--disabled:focus{text-decoration:none}.button.button--big{text-align:center;border-radius:2.2rem;margin-top:5px;margin-bottom:5px;padding:8px;font-size:1.1rem}.button.button--big.button--with-left-icon,.button.button--big.button--with-right-icon{padding:8px}.button.button--extra-big{border-radius:2.2rem;margin:0;padding:3px;font-size:1.1rem}.button.button--extra-extra-big{border-radius:2.2rem;padding:8px;font-size:1.5rem;font-weight:700}.button.button--no-spacing{line-height:initial;margin:0;padding:0}.button.button--no-spacing .button__text{vertical-align:initial;width:100%;margin:0}.button.button--reduced-spacing{padding:0 2px;font-size:.85rem}.button.button--reduced-spacing.button--bordered{border-width:1px}.button.button--reduced-spacing.button--with-left-icon .button__icon--with-text{margin-left:10px;margin-right:6px}.button.button--small-margin .button__text{margin:0 8px}.button .button__icon--with-text{margin-top:-2px}.button.button--with-left-icon .button__icon--with-text{margin-right:10px}.button.button--with-right-icon .button__icon--with-text{margin-left:10px}.button.button--no-margin{margin:0}.button--not-allowed-cursor{cursor:not-allowed}.button .button__text{font-family:var(--theme-font-family);vertical-align:middle;margin-left:15px;margin-right:15px}.button:not(.button--disabled).button--bordered:hover{background-color:var(--theme-button-hover-colour)}.button:not(.button--disabled).button--highlight.button--bordered:hover{background-color:var(--theme-font-colour);color:var(--theme-background-colour)}.button:not(.button--disabled).button--bordered:active{background-color:var(--theme-button-selected-colour)}@keyframes animate-button-press--postslide{0%{background-color:var(--theme-button-hover-primary-colour)}to{background-color:var(--theme-primary-colour)}}.button:not(.button--disabled).button-selection--postslide-enter{animation:1s forwards animate-button-press--postslide}.button:not(.button--disabled):active,.button:not(.button--disabled).button--toggled{background-color:var(--theme-button-selected-colour);border-color:var(--theme-button-selected-colour)}.button:not(.button--disabled):active.button-selection--heading,.button:not(.button--disabled).button--toggled.button-selection--heading{background-color:var(--theme-annotation-heading-selection-colour);border-color:var(--theme-annotation-heading-colour);box-shadow:0 0 0 2px var(--theme-annotation-heading-colour)}.button:not(.button--disabled):active.button-selection--important,.button:not(.button--disabled).button--toggled.button-selection--important{background-color:var(--theme-label-important-selection-colour);border-color:var(--theme-label-important-colour);box-shadow:0 0 0 2px var(--theme-label-important-colour)}.button:not(.button--disabled):active.button-selection--review,.button:not(.button--disabled).button--toggled.button-selection--review{background-color:var(--theme-label-review-selection-colour);border-color:var(--theme-label-review-colour);box-shadow:0 0 0 2px var(--theme-label-review-colour)}.button:not(.button--disabled):active.button-selection--transparent,.button:not(.button--disabled).button--toggled.button-selection--transparent{background-color:#0000;border-color:#0000}.button:not(.button--disabled):active.button-selection--bordered,.button:not(.button--disabled).button--toggled.button-selection--bordered{border-color:var(--theme-font-colour-on-primary-background)}.button--primary{background-color:var(--theme-primary-colour);color:var(--theme-font-colour-on-primary-background);border:none;padding:7px 10px 6px}.button--primary:not(.button--disabled):hover,.button--primary:not(.button--disabled):active{background-color:var(--theme-button-hover-primary-colour)!important}.button--primary.button--toggled{background-color:var(--theme-primary-colour-weak);border-color:var(--theme-primary-colour)}.button--primary:focus{outline:2px solid -webkit-focus-ring-color;outline-offset:2px}.button--primary.button--highlight,.button--primary.button--bordered.button--highlight:not(.button--disabled):hover{background-color:var(--theme-primary-colour)!important;color:var(--theme-font-colour-on-primary-background)!important}.button--destructive{background-color:var(--theme-error-colour);color:var(--theme-error-text-colour);border:none;padding:7px 10px 6px}.button--destructive:not(.button--disabled):hover,.button--destructive:not(.button--disabled):active{background-color:var(--theme-error-colour-strong)!important}.button--on-primary-background:not(.button--disabled):focus-visible{outline:2px solid var(--theme-font-colour-on-primary-background)}.button--on-primary-background:not(.button--disabled):hover,.button--on-primary-background:not(.button--disabled):active{background-color:#0003!important}@media only screen and (width<=700px){.button.button--image-only-mobile .button__text{display:none}.button.button--image-only-mobile .button__icon{margin:0}}@media only screen and (width>=700px){.button.button--text-only-desktop .button__icon{display:none}.button.button--text-only-desktop .button__text{margin-left:15px;margin-right:15px}}._modalHeader_88ad5_2{border-bottom:1px solid var(--theme-separator-colour);margin-top:0;margin-bottom:0;padding:20px 24px;display:flex}._modalHeader_88ad5_2 ._heading_88ad5_9{color:var(--theme-heading-colour);font-family:var(--theme-heading-font-family);margin:auto auto auto 0;font-size:1.17rem;font-weight:700}._modalHeader_88ad5_2 ._stepCounter_88ad5_16{color:var(--theme-placeholder-colour-strong);font-size:var(--theme-font-size-small);margin:auto 0;font-weight:600}._modalHeader_88ad5_2._error_88ad5_23{background-color:var(--theme-error-colour);padding:20px}._modalHeader_88ad5_2._error_88ad5_23 ._heading_88ad5_9{color:var(--theme-error-text-colour);font-size:1.17rem;font-weight:700}@media screen and (height<390px){._modalHeader_88ad5_2,._modalHeader_88ad5_2._error_88ad5_23{padding:10px 12px}}._loader_p4hkr_3{width:50px;height:30px;position:relative}@keyframes _loader_p4hkr_3{0%{opacity:.5;transform:scaleY(.1)}25%{opacity:1;transform:scale(1)}60%{transform:scaleY(.1)}to{opacity:.5;transform:scaleY(.1)}}._hidePage_p4hkr_26,._dimPage_p4hkr_27{z-index:2;text-align:center;vertical-align:middle;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:absolute;top:0;left:0}._dimPage_p4hkr_27{background-color:var(--theme-loader-background-colour)}._hidePage_p4hkr_26{background-color:var(--theme-background-colour)}._inlineWrapper_p4hkr_50{display:inline-block}._bar_p4hkr_54{opacity:.5;border-radius:4px;width:6px;height:30px;animation:.8s ease-in-out infinite _loader_p4hkr_3;position:absolute;bottom:0;transform:scaleY(.1)}._bar1_p4hkr_65{background:#9797ff;animation-delay:0s;left:0}._bar2_p4hkr_71{background:#00c6b2;animation-delay:.1s;left:10px}._bar3_p4hkr_77{background:#ff5457;animation-delay:.2s;left:20px}._bar4_p4hkr_83{background:#d49fff;animation-delay:.3s;left:30px}._bar5_p4hkr_89{background:#ffa343;animation-delay:.4s;left:40px}.modal{font-family:var(--theme-font-family);text-align:left;min-width:50%;max-width:920px}.modal:focus{outline-width:0}.modal .react-aria-Dialog{padding:10px}.modal--narrow{min-width:30%}.modal__inner{background-color:var(--theme-background-colour);text-align:left;border:1px solid var(--theme-modal-border-colour);border-radius:6px;position:relative;overflow:hidden}.modal__content,.modal__buttons{padding:20px 24px}.modal__content{max-height:50vh;overflow:auto}.modal__content--no-max-content-height{max-height:initial}.modal__overlay{background-color:var(--theme-mask-colour);text-align:center;vertical-align:middle;z-index:10000;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0}.modal__overlay--light{background-color:var(--theme-background-colour)}.modal__buttons{text-align:center;border-top:1px solid var(--theme-separator-colour)}.modal__buttons--padded{justify-content:center;gap:10px;display:flex}@media screen and (width<=700px){.modal.modal{top:var(--safe-area-inset-top,env(safe-area-inset-top,0px));left:var(--safe-area-inset-left,env(safe-area-inset-left,0px));right:var(--safe-area-inset-right,env(safe-area-inset-right,0px));bottom:var(--safe-area-inset-bottom,env(safe-area-inset-bottom,0px));width:100%;min-width:unset;max-width:unset;margin:0;padding:0;position:fixed}.modal.modal .react-aria-Dialog{width:100%;height:100%;padding:0}.modal.modal .modal__inner{border:0;border-radius:0;width:100%;height:100%}.modal.modal .modal__content{max-height:unset;flex-grow:1}.modal__contents-wrapper{flex-direction:column;height:100%;display:flex}}@media screen and (height<390px){.modal__content,.modal__buttons{padding:10px 12px}}._siteNav_17s8y_3{background:var(--theme-primary-colour);height:var(--header-height);grid-template-columns:1fr 1fr;justify-content:start;align-items:center;gap:1rem;padding-left:5px;padding-right:15px;display:grid}._leadingNavItems_17s8y_15{justify-content:flex-start;align-items:center;display:flex}._trailingNavItems_17s8y_21{--theme-icon-size:40px;--theme-button-selected-colour:transparent;--theme-button-hover-colour:#0003;--theme-icon-colour:var(--theme-heading-colour-on-primary-background);justify-content:flex-end;align-items:center;gap:.2rem;display:flex}._container_5uwd9_2{min-height:calc(100vh - var(--header-height));text-align:center;flex-direction:column;justify-content:center;align-items:center;width:fit-content;margin:0 auto;padding:32px;display:flex}._email_5uwd9_14{font-weight:700}._presentLinkWrapper_5uwd9_18{margin-top:50px}._accessSection_5uwd9_22{flex-direction:column;gap:10px;margin-top:50px;display:flex}._wrapper_pkijq_3{display:inline-block}._spinner_pkijq_7{border:3px solid #fff;border-top-color:#0000;border-radius:50%;width:25px;height:25px;animation:1s ease-in-out infinite _spin_pkijq_7;display:inline-block}._primary_pkijq_17{border:3px solid var(--theme-primary-colour);border-top-color:#0000}._small_pkijq_22{width:18px;height:18px}._extraSmall_pkijq_27{width:16px;height:16px}@keyframes _spin_pkijq_7{to{transform:rotate(360deg)}}._label_17lpl_2{color:var(--theme-font-colour);margin-bottom:.5rem;font-size:.875rem;font-weight:600;display:block}._input_17lpl_10{background-color:var(--theme-background-colour);border:1px solid var(--theme-border-colour-extra-strong);border-radius:2rem;width:100%;height:2.212rem;padding:1rem}._input_17lpl_10:focus{border-color:var(--theme-primary-colour);box-shadow:0 0 0 0 2px var(--theme-primary-colour)}._input_17lpl_10::placeholder{color:var(--theme-placeholder-colour)}._input_17lpl_10:disabled{opacity:.45;cursor:not-allowed}._container_1syeq_2{min-height:calc(100dvh - var(--header-height));text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:12px;display:flex}._heading_1syeq_12{flex-direction:column;font-size:1.5rem;display:flex}._headingSpan_1syeq_18{font-size:1.125rem;font-weight:400}._image_1syeq_23{width:200px}._formInputs_1syeq_27{flex-direction:column;align-items:center;gap:20px;display:flex}._inputContainer_1syeq_34{flex-direction:column;gap:10px;display:flex}._privacyNotice_1syeq_40{font-size:var(--theme-caption-size);margin-top:20px}._progressBar_1mu52_3{appearance:none;cursor:pointer;background:0 0;position:relative}._progressBar_1mu52_3:focus{outline:none}._progressBar_1mu52_3::-webkit-slider-runnable-track{background:#8a8a9c;height:6px}._progressBar_1mu52_3::-webkit-slider-thumb{appearance:none;position:relative}._progressBar_1mu52_3:hover::-webkit-slider-thumb{-webkit-appearance:none;background-color:#fff;border-width:0;border-radius:8px;width:16px;height:16px;margin-top:-5px;margin-left:1px}._progressBar_1mu52_3:active::-webkit-slider-thumb{-webkit-appearance:none;outline:2px solid -webkkit-focus-ring-color;background-color:#50b0a0;border-width:0;border-radius:9px;width:17.5px;height:17.5px;margin-top:-6px;margin-left:1px}._progressBar_1mu52_3:focus-visible::-webkit-slider-thumb{-webkit-appearance:none;outline:2px solid -webkkit-focus-ring-color;background-color:#50b0a0;border-width:0;border-radius:9px;width:17.5px;height:17.5px;margin-top:-6px;margin-left:1px}._progressBar_1mu52_3:before{content:"";height:6px;width:var(--progress-width);background:#fff;display:block;position:absolute}._progressBar_1mu52_3::-moz-range-track{background:#8a8a9c;height:6px}._progressBar_1mu52_3::-moz-range-thumb{-webkit-appearance:none;background-color:#fff;border-width:0;border-radius:8px;width:16px;height:16px;margin-top:-5px;margin-left:1px}._progressBar_1mu52_3:active::-moz-range-thumb{-webkit-appearance:none;outline:2px solid -webkkit-focus-ring-color;background-color:#50b0a0;border-width:0;border-radius:9px;width:17.5px;height:17.5px;margin-top:-6px;margin-left:1px}._progressBar_1mu52_3:focus-visible::-moz-range-thumb{-webkit-appearance:none;outline:2px solid -webkkit-focus-ring-color;background-color:#50b0a0;border-width:0;border-radius:9px;width:17.5px;height:17.5px;margin-top:-6px;margin-left:1px}._progressBar_1mu52_3::-moz-range-progress{background:#fff;height:6px}._contentContainer_du167_2{flex-direction:column;display:flex}._contentContainer_du167_2 ._headerContainer_du167_6{border-bottom:1px solid var(--ds-dialog-content-separator-color,var(--theme-separator-colour));text-align:left;justify-content:space-between;align-items:center;padding:20px 24px;display:flex}._contentContainer_du167_2 ._headerContainer_du167_6 h2{color:var(--ds-dialog-content-heading-color,var(--theme-heading-colour));font-family:var(--ds-dialog-content-heading-font-family,var(--theme-heading-font-family));margin-top:auto;margin-bottom:auto;font-size:1.17rem;font-weight:700}._childrenContainer_du167_23{max-height:calc(100vh - 240px);color:var(--ds-dialog-content-color,var(--theme-font-colour));padding:20px 24px;overflow-y:auto}._buttonContainer_du167_30{border-top:1px solid var(--ds-dialog-content-separator-color,var(--theme-separator-colour));justify-content:center;align-items:center;gap:10px;padding:20px 24px;display:flex}@media screen and (width<=700px){._contentContainer_du167_2{height:100%}._childrenContainer_du167_23{max-height:unset;flex:1}}@media screen and (height<390px){._contentContainer_du167_2 ._headerContainer_du167_6,._buttonContainer_du167_30,._childrenContainer_du167_23{padding:10px 12px}}._overlay_ghdw2_2{z-index:10000;text-align:center;background-color:var(--ds-dialog-mask-bg,var(--theme-mask-colour));-webkit-backdrop-filter:blur(1.5px);backdrop-filter:blur(1.5px);min-height:100%;font-family:var(--ds-dialog-font-family,var(--theme-font-family));justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0;overflow-y:auto}@media (prefers-reduced-motion:no-preference){._overlay_ghdw2_2[data-entering]{animation:.2s _ds-dialog-fade_ghdw2_1}._overlay_ghdw2_2[data-exiting]{animation:.15s ease-in reverse _ds-dialog-fade_ghdw2_1}}._modal_ghdw2_31{border-radius:var(--ds-dialog-border-radius,var(--theme-border-radius-lg));text-align:left;vertical-align:middle;background-color:var(--ds-dialog-bg,var(--theme-background-colour));border:1px solid var(--ds-dialog-border-color,var(--theme-modal-border-colour));width:700px;max-height:calc(100vh - 32px);overflow:hidden;box-shadow:0 15px 20px #15151929}@media (prefers-reduced-motion:no-preference){._modal_ghdw2_31[data-entering]{animation:.3s cubic-bezier(.175,.885,.32,1.275) _ds-dialog-zoom_ghdw2_1}}._dialog_ghdw2_48{outline:none;position:relative}@keyframes _ds-dialog-fade_ghdw2_1{0%{opacity:0}to{opacity:1}}@keyframes _ds-dialog-zoom_ghdw2_1{0%{transform:scale(.8)}to{transform:scale(1)}}@media screen and (width<=700px){._overlay_ghdw2_2{padding:0}._overlay_ghdw2_2[data-entering],._overlay_ghdw2_2[data-exiting]{animation:none}._modal_ghdw2_31{top:var(--safe-area-inset-top,env(safe-area-inset-top,0px));left:var(--safe-area-inset-left,env(safe-area-inset-left,0px));right:var(--safe-area-inset-right,env(safe-area-inset-right,0px));bottom:var(--safe-area-inset-bottom,env(safe-area-inset-bottom,0px));border-radius:0;max-width:100%;max-height:none;position:fixed;overflow-y:auto}._modal_ghdw2_31[data-entering],._modal_ghdw2_31[data-exiting]{animation:none}._dialog_ghdw2_48,._dialog_ghdw2_48>*{height:100%}}._radioGroup_goo2r_3{flex-direction:column;gap:.5rem;display:flex}._radio_goo2r_3{gap:.5rem;display:flex;position:relative}._radio_goo2r_3[data-disabled]{opacity:.5}._radio_goo2r_3:before{content:"";box-sizing:border-box;border:2px solid var(--theme-font-colour);background:0 0;border-radius:1rem;width:1rem;min-width:1rem;height:1rem;margin-top:2.5px;transition:all .2s;display:block}._radio_goo2r_3:after{content:"";box-sizing:border-box;background:0 0;border-radius:1rem;width:.5rem;height:.5rem;transition:all .2s;display:block;position:absolute;top:calc(.25rem + 2.5px);left:.25rem}._radio_goo2r_3[data-focus-visible]:before{outline:2px solid -webkit-focus-ring-color;outline-offset:2px}._selected_goo2r_48:before{border-width:2px;border-color:#33756b;padding:2px}._selected_goo2r_48[data-pressed]:before{border-color:#33756b}._selected_goo2r_48:after,._selected_goo2r_48[data-pressed]:after{background:var(--theme-font-colour)}._radioHeader_goo2r_63{margin:0}._downloadButton_goo2r_67{margin-right:-10px}._controlsContainer_neea5_3{justify-content:flex-end;align-items:left;color:#fff;width:100%;opacity:var(--controls-visibility);flex-direction:column;margin-left:auto;margin-right:auto;padding-left:16px;padding-right:16px;display:flex}._mediaControls_neea5_17{--theme-icon-colour:white;flex-direction:row;justify-content:space-between;width:100%;margin-left:auto;margin-right:auto;display:flex}.theme__brand--dark ._mediaControls_neea5_17{--theme-icon-colour:white}._mediaControls_neea5_17,.theme__brand--dark ._mediaControls_neea5_17{--theme-button-selected-colour:transparent;--theme-button-hover-colour:#505051}._playbackControls_neea5_42{justify-content:start;align-items:center;margin-top:0;margin-bottom:0;padding:0;list-style:none;display:flex}._playbackControls_neea5_42 p:last-child{margin-bottom:-2px}._playbackLocation_neea5_56{font-size:var(--theme-font-size-small);flex-grow:1}._playButton_neea5_61 button,._playButton_neea5_61 button:focus-visible{margin-left:-11px}._container_14t9j_1{--theme-icon-colour:white;--controls-visibility:1;background:#000;border-radius:1rem;flex-direction:column;justify-content:flex-end;align-items:center;width:80%;max-width:960px;padding:.625rem 1rem;display:flex}._audio_14t9j_18{display:none}._playbackLocation_14t9j_22{color:#fff;margin:0;padding:0}._controlsList_14t9j_28{justify-content:start;align-items:center;width:100%;margin:0;padding:0;list-style:none;display:flex}._flipped_1atkm_1{transform:rotateY(180deg)}._hidden_1atkm_5{display:none}._bigVideo_1atkm_9{width:100%;height:100%}._video_1atkm_14 video{object-fit:contain;background-color:#000;border:.1rem solid #000;border-radius:1rem;width:100%;height:100%;display:block}._topRightSlot_1atkm_24{z-index:1;position:absolute;top:10px;right:10px}._smallVideo_1atkm_31{z-index:1;width:25%;position:absolute;bottom:1rem;left:1rem}._smallVideo_1atkm_31 video{width:100%;height:auto}._container_1atkm_43{justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}._container_1v3kc_2{width:100%;height:100%;display:flex;position:relative}._container_1v3kc_2:hover,._container_1v3kc_2:focus-within{--controls-visibility:1}._backgroundMediaControls_1v3kc_12{opacity:0;z-index:1;position:absolute;inset:0}@keyframes _fadeOut_1v3kc_1{0%{opacity:1}to{opacity:0}}._playbackOverlay_1v3kc_27{z-index:3;pointer-events:none;color:#fff;justify-content:center;align-items:center;animation:.5s ease-out forwards _fadeOut_1v3kc_1;display:flex;position:absolute;inset:0}._mediaControls_1v3kc_39{z-index:2;background:linear-gradient(#0000,#000);border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;height:33%;position:absolute;bottom:0;left:0;right:0}@media screen and (width<=700px){._videoBox_lppzl_9,._videoBox_lppzl_9 video{max-height:14rem}}._placeholder_uwekp_2{text-align:center;color:var(--theme-placeholder-colour);flex-direction:column;flex:1;justify-content:center;align-items:center;display:flex}._image_uwekp_12{-webkit-user-select:none;user-select:none;height:50px;margin-bottom:1rem}._emojiPicker_7ehro_2{--border-color:var(--theme-separator-colour);--border-radius:12px;--emoji-size:24px;--indicator-color:var(--theme-primary-colour)}@media only screen and (height<=900px){._emojiPicker_7ehro_2{height:360px}}@media only screen and (height<=800px){._emojiPicker_7ehro_2{height:290px}}@media only screen and (width<=400px){._emojiPicker_7ehro_2{--emoji-padding:.1rem;width:300px}}@media only screen and (height<=700px){._emojiPicker_7ehro_2{height:200px}}._popover_1cpx9_2{border:1px solid var(--theme-border-colour);z-index:1;background-color:var(--theme-background-colour);border-radius:12px;position:relative}._container_1gku5_2{position:relative}._emoji_1gku5_6{font-size:var(--theme-heading-size-large);margin-top:.2rem}._popover_1gku5_11{position:absolute;bottom:calc(100% + 8px);left:-146px}._actions_1gku5_17{border-top:1px solid var(--theme-separator-colour);padding:10px}._editableNoteForm_sxm49_2{gap:.5rem;width:100%;display:flex;position:relative}._editableTextArea_sxm49_9{resize:none;border:var(--theme-control-border-width) solid var(--theme-border-colour);background-color:var(--theme-background-colour);border-radius:10px;outline:none;width:100%;padding:3px 10px;font-size:1rem;line-height:1.65rem}._editableTextArea_sxm49_9:focus{border:2px solid var(--theme-border-colour-strong);padding:2px 9px}._editableTextArea_sxm49_9._dirty_sxm49_24{border-color:var(--theme-annotation-note-colour)}._editButtons_sxm49_28{flex-direction:column;gap:.25rem;padding-top:.25rem;display:flex}._editButton_sxm49_28{justify-content:center;align-items:center;padding:.25rem;display:flex}._spinnerContainer_sxm49_42{align-items:center;height:100%;padding-top:.25rem;display:flex}._note_crtcc_3{transform-origin:50%;flex-direction:column;padding-bottom:.2rem;padding-left:1rem;display:flex}._note_crtcc_3:hover,._note_crtcc_3:focus-within{background-color:#b7e4e599}._note_crtcc_3:hover ._timestamp_crtcc_13,._note_crtcc_3:hover ._actions_crtcc_14,._note_crtcc_3:hover ._emojiContainer_crtcc_15,._note_crtcc_3:focus-within ._timestamp_crtcc_13,._note_crtcc_3:focus-within ._actions_crtcc_14,._note_crtcc_3:focus-within ._emojiContainer_crtcc_15,:is(._note_crtcc_3:has(._actions_crtcc_14 [aria-expanded=true]) ._timestamp_crtcc_13,._note_crtcc_3:has(._actions_crtcc_14 [aria-expanded=true]) ._actions_crtcc_14){opacity:1}._noteHeader_crtcc_25{justify-content:space-between;align-items:center;display:flex}:is(._noteHeader_crtcc_25:has(:focus-visible) ._timestamp_crtcc_13,._noteHeader_crtcc_25:has(:focus-visible) ._actions_crtcc_14,._noteHeader_crtcc_25:has(:focus-visible) ._emojiContainer_crtcc_15){opacity:1}._timestamp_crtcc_13{appearance:none;background-color:var(--theme-font-colour);color:var(--theme-font-colour-inverted);cursor:pointer;opacity:0;border:none;border-radius:100px;align-items:center;margin-top:.5rem;margin-bottom:.5rem;margin-left:40px;padding:.25rem .5rem;font-size:.875rem;font-weight:700;transition-property:opacity;transition-duration:.2s;transition-timing-function:ease;display:inline-flex}._timestamp_crtcc_13._visible_crtcc_59{opacity:1}._timestamp_crtcc_13._highlight_crtcc_62{animation-name:_timestampHighlight_crtcc_1;animation-duration:2s;animation-timing-function:cubic-bezier(.215,.61,.355,1)}@keyframes _timestampHighlight_crtcc_1{0%{background-color:var(--theme-font-colour);color:var(--theme-font-colour-inverted);opacity:1}50%{background-color:var(--theme-font-colour);color:var(--theme-font-colour-inverted);opacity:1}to{opacity:0;background-color:#0000}}._noteContainer_crtcc_84{overflow-wrap:anywhere;white-space:pre-wrap;align-items:center;padding-right:.5rem;line-height:1.5;display:flex}._emoji_crtcc_15{font-size:var(--theme-heading-size);margin-right:.5rem}._actions_crtcc_14{opacity:0;flex-shrink:0;transition-property:opacity;transition-duration:.2s;transition-timing-function:ease}._actions_crtcc_14:has(:focus-visible){opacity:1}._emojiContainer_crtcc_15{opacity:0;transition:opacity .2s}._notesInput_tcv5n_2{background-color:var(--theme-background-colour);--theme-icon-size:42px;align-items:center;gap:5px;width:100%;padding:1rem;display:flex;position:relative}._notesInputField_tcv5n_13{resize:none;border:var(--theme-control-border-width) solid var(--theme-border-colour);background-color:var(--theme-background-colour);border-radius:10px;outline:none;width:100%;height:5.5rem;padding:3px 50px 3px 10px;font-size:1.2rem;line-height:1.65rem}._notesInputField_tcv5n_13:focus{border:2px solid var(--theme-border-colour-strong);padding:2px 85px 2px 9px}._notesInputField_tcv5n_13._dirty_tcv5n_29{border-color:var(--theme-annotation-note-colour)}._sendButton_tcv5n_33{cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:0;display:flex;position:absolute;top:50%;right:28px;transform:translateY(-50%)}._sendButton_tcv5n_33:disabled{opacity:.5;cursor:not-allowed}._sendButton_tcv5n_33 svg{width:32px;height:32px}._pane_1jdiq_2{flex-direction:column;height:100%;display:flex}._notesList_1jdiq_8{flex:1;margin:0;padding:0;list-style:none;overflow-y:auto}._sentence_1dbsp_2:first-child{margin-top:0}._sentence_1dbsp_2>div{border-radius:6px;gap:1rem;margin-top:.3rem;padding:.3rem;display:flex}._sentence_1dbsp_2>div:hover{cursor:pointer}._sentence_1dbsp_2>div:hover,._sentence_1dbsp_2>div:focus-within{background-color:var(--theme-background-colour);outline:solid 1px var(--theme-border-colour-strong);outline-offset:-1px}._startTime_1dbsp_21{width:3rem;padding-left:.25rem;font-weight:700}._sentenceText_1dbsp_27{overflow-wrap:anywhere;outline:none}._word_1dbsp_32{border-radius:.2rem}._word_1dbsp_32[data-current-word=true]{color:#fff;background-color:var(--theme-selection-colour)}._sentenceList_1aovl_1{flex:1;margin:0 0 1rem;padding-left:0;padding-right:.3rem;list-style:none}._pane_16vxt_2{flex-direction:column;width:80cqw;height:350px;max-height:100%;display:flex;overflow-y:auto}@container (width<=400px){._pane_16vxt_2{width:90cqw}}@media screen and (width<=700px){._pane_16vxt_2{width:100%}}._pageContainer_1w4yr_2{height:calc(100dvh - var(--header-height));--controls-visibility:0;grid-template:"titleBar titleBar titleBar""mediaAndTranscript mediaAndTranscript feedback"1fr/1fr 1fr 1fr;column-gap:0;display:grid}._pageContainer_1w4yr_2:has(div[data-test=FeedbackTranscriptPane\.transcriptPane]:hover){--controls-visibility:1}._titleBar_1w4yr_15{border-bottom:1px solid var(--theme-separator-colour);flex-direction:row;grid-area:titleBar;align-items:center;min-height:71px;padding-left:21px;padding-right:10px;display:flex}._title_1w4yr_15{text-overflow:ellipsis;white-space:nowrap;justify-self:center;max-width:500px;margin:0 auto;font-size:1.5rem;overflow:hidden}._mediaAndTranscript_1w4yr_36{grid-area:mediaAndTranscript;grid-template-rows:auto 1fr;grid-template-areas:"media""transcript";width:100%;height:100%;display:grid;container-type:size}._media_1w4yr_36{background-color:var(--theme-background-colour-strong);grid-area:media;justify-content:center;padding:1rem 5%;display:flex;position:relative}._feedback_1w4yr_55{border-left:1px solid var(--theme-separator-colour);grid-area:feedback;min-width:180px;height:100%;min-height:0}._transcript_1w4yr_11{background-color:var(--theme-background-colour-strong);grid-area:transcript;justify-content:center;padding:0 5%;display:flex;overflow-y:auto}._tabs_1w4yr_72{display:none}@media screen and (width<=700px){._pageContainer_1w4yr_2{grid-template:"titleBar""mediaAndTranscript""tabs"1fr/1fr;overflow-y:auto}._mediaAndTranscript_1w4yr_36{height:auto;display:block;container-type:normal}._media_1w4yr_36{border-bottom:1px solid var(--theme-separator-colour)}._pane_1w4yr_91{height:30%}._feedback_1w4yr_55,._transcript_1w4yr_11{display:none}._tabs_1w4yr_72{flex-direction:column;grid-area:tabs;min-height:300px;display:flex;overflow-y:auto}._tabPanel_1w4yr_107{height:100%;min-height:0}._tabList_1w4yr_111{flex-wrap:wrap;gap:1rem;width:100%;padding-top:1.1rem;padding-bottom:.9rem;padding-left:1.2rem;display:flex}._tab_1w4yr_72{cursor:pointer;outline-offset:.25rem;font-size:.9rem;font-weight:600;display:inline-block}._tab_1w4yr_72[data-selected]{border-bottom:.23rem solid var(--theme-primary-colour)}}@media only screen and (width<=400px){._title_1w4yr_15{clip-path:inset(50%);width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}}._container_1h5ns_2{min-height:calc(100dvh - var(--header-height));text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:12px;display:flex}._container_1h5ns_2 ._heading_1h5ns_11{font-size:var(--theme-heading-size-large)}._container_1h5ns_2 ._errorImage_1h5ns_14{width:180px}._header_poug3_2{background:var(--theme-primary-colour);height:var(--header-height);grid-template-columns:1fr 1fr;justify-content:start;align-items:center;gap:1rem;padding-left:5px;display:grid}._logo_poug3_13{height:var(--header-height);color:var(--theme-heading-colour-on-primary-background)}._container_1x7cc_1{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:100dvh;padding:2rem;display:flex}._welcomeImage_1x7cc_11{width:180px;height:auto}._title_1x7cc_16{margin-bottom:.5rem;font-size:2rem;font-weight:600}._subtitle_1x7cc_22{max-width:500px;margin-bottom:1rem;font-size:1.25rem}._supportText_1x7cc_28{margin-top:1.5rem;font-size:.875rem}._label_1ps4n_1{cursor:pointer;align-items:center;gap:6px;font-size:14px;display:flex}._debugSection_vz5wu_2{margin:0 0 16px}._debugSection_vz5wu_2 ._button_vz5wu_5{margin-bottom:5px}._debugHeading_vz5wu_9{margin:8px 0 2px}._debugButtonNote_vz5wu_13{color:var(--theme-font-colour-weak);font-size:13px}._debugButtonRow_vz5wu_18{flex-wrap:wrap;align-items:center;gap:8px;display:flex}._debugRowInput_vz5wu_25{box-sizing:border-box;color:var(--theme-font-colour);background-color:var(--theme-background-colour);border:1px solid #999;flex:1;min-width:0;padding:3px 6px;font-family:inherit;font-size:14px}._debugRowSelect_vz5wu_37{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath fill='%23555' d='M0 0l5 6 5-6z'/%3E%3C/svg%3E");background-position:right 10px center;background-repeat:no-repeat;padding-right:28px}._debugButton_vz5wu_13{cursor:pointer;border:1px solid var(--theme-border-colour);background:var(--theme-background-colour-strong);color:var(--theme-font-colour);white-space:nowrap;border-radius:2px;padding:3px 10px;font-family:inherit;font-size:14px}._debugButton_vz5wu_13:hover:not(:disabled){background:var(--theme-background-colour-extra-strong)}._debugButton_vz5wu_13:disabled{opacity:.45;cursor:default}._debugImport_vz5wu_64{border:solid 1px var(--theme-border-colour);width:100%;padding:10px}._debugDescription_vz5wu_70{color:var(--theme-font-colour-weak);margin:0 0 8px;font-size:13px}._debugInput_vz5wu_76,._debugTextarea_vz5wu_77{box-sizing:border-box;color:var(--theme-font-colour);background-color:var(--theme-background-colour);border:1px solid #999;width:100%;padding:3px 6px;font-family:inherit;font-size:14px}._debugTextarea_vz5wu_77{resize:vertical;font-family:monospace}._debugTabHeaderList_vz5wu_93{flex-wrap:nowrap;flex-shrink:0;margin-bottom:-1px;padding:0;display:flex;overflow-x:auto}._debugTabHeaderList_vz5wu_93 li{cursor:pointer;white-space:nowrap;margin:1px;padding:5px 10px;font-size:15px;list-style:none}._debugTabHeaderList_vz5wu_93 li[aria-selected=true]{border:1px solid var(--theme-border-colour);background-color:var(--theme-background-colour);border-bottom:var(--theme-background-colour);border-radius:5px 5px 0 0;margin:0}._debugModal_vz5wu_117{width:min(1100px,100vw - 32px);max-width:min(1100px,100vw - 32px)}._debugModalContent_vz5wu_122{flex-direction:column;height:min(600px,100vh - 120px);display:flex;overflow:hidden}._debugTabs_vz5wu_129{flex-direction:column;flex:1;min-height:0;display:flex}._debugTabPanel_vz5wu_136{background-color:var(--theme-background-colour);border:1px solid var(--theme-border-colour);flex:1;min-height:0;padding:1rem;font-size:14px;list-style:none;overflow-y:auto}._debugButtonList_vz5wu_147{grid-template-columns:max-content 1fr;gap:10px 12px;display:grid}._debugButtonList_vz5wu_147>*{grid-column:1/-1}._debugButtonList_vz5wu_147 ._debugButtonRow_vz5wu_18{grid-template-columns:subgrid;align-items:baseline;display:grid}._debugButtonList_vz5wu_147 ._debugButtonRow_vz5wu_18 ._debugButtonNote_vz5wu_13{grid-column:2}._debugCheckboxLabel_vz5wu_165{cursor:pointer;align-items:center;gap:6px;display:flex}._debugRangeRow_vz5wu_172{align-items:center;gap:6px;display:flex}._debugRangeRow_vz5wu_172 input[type=number]{box-sizing:border-box;width:80px;color:var(--theme-font-colour);background-color:var(--theme-background-colour);border:1px solid #999;padding:3px 6px;font-family:inherit;font-size:14px}._debugResults_vz5wu_188{color:#333;margin-top:6px;line-height:1.6}._debugTable_vz5wu_194{border-collapse:collapse;width:100%}._debugTable_vz5wu_194 th,._debugTable_vz5wu_194 td{text-align:left;border-bottom:1px solid #e0e0e0;padding:4px 8px}._debugTable_vz5wu_194 th{color:var(--theme-font-colour-weak);font-weight:400}._debugButtonStatus_vz5wu_209{color:#080;font-size:13px;font-weight:700}._debugButtonGroup_vz5wu_215{margin-top:4px}._debugButtonGroup_vz5wu_215 ._debugButtonList_vz5wu_147{margin-left:10px}._debugButtonGroupLabel_vz5wu_222{color:var(--theme-font-colour-weak);margin-bottom:3px;font-size:13px;font-weight:700;display:block}._debugButtonDestructive_vz5wu_230{color:var(--theme-standalone-error-text-colour);border-color:var(--theme-standalone-error-text-colour)}._debugButtonDestructive_vz5wu_230:hover:not(:disabled){background:var(--theme-error-colour-weak)}._fieldRow_vz5wu_238{margin-top:10px}._s3Link_vz5wu_242{margin-top:24px;display:block}._control_vz5wu_247{flex:none;width:500px}._wrapper_ygc3k_2{flex-direction:column;gap:.3em;width:100%;display:flex}._wrapperCompact_ygc3k_9 ._icon_ygc3k_9{top:2px;left:2px}._wrapperCompact_ygc3k_9 ._iconRight_ygc3k_13{top:2px;left:auto;right:2px}._wrapperCompact_ygc3k_9 ._iconLeft_ygc3k_18{width:40px;height:38px}._wrapperCompact_ygc3k_9 ._label_ygc3k_22{margin-left:15px}._labelWrapper_ygc3k_26{text-align:left;gap:5px;display:flex}._label_ygc3k_22,._labelOptional_ygc3k_33{font-weight:600;font-size:var(--ds-text-input-font-size,var(--theme-font-size));color:var(--ds-text-input-color,var(--theme-font-colour));font-family:var(--ds-text-input-font-family,var(--theme-font-family));width:fit-content;line-height:1.4}._label_ygc3k_22{margin-left:17px}._labelReadOnly_ygc3k_46{margin-left:0}._inputContainer_ygc3k_50{flex-grow:1;position:relative}._input_ygc3k_50{-webkit-appearance:none;width:100%;height:50px;font-size:var(--ds-text-input-font-size,var(--theme-font-size));color:var(--ds-text-input-color,var(--theme-font-colour));background-color:var(--ds-text-input-bg,var(--theme-background-colour));border-radius:var(--ds-text-input-border-radius,var(--theme-border-radius-full));border:var(--ds-text-input-border-width,var(--theme-control-border-width)) solid var(--ds-text-input-border-color,var(--theme-border-colour));line-height:1.15;font-family:var(--ds-text-input-font-family,var(--theme-font-family));box-sizing:border-box;padding:.678571em 1em}._input_ygc3k_50::placeholder{color:var(--ds-text-input-placeholder-color,var(--theme-placeholder-colour))}._input_ygc3k_50[type=submit]{color:var(--ds-text-input-submit-color,var(--theme-background-colour));background-color:var(--ds-text-input-submit-bg,var(--theme-heading-colour));border-color:var(--ds-text-input-submit-bg,var(--theme-heading-colour));border-radius:var(--ds-text-input-border-radius,var(--theme-border-radius-full));width:100%;height:50px;padding:0 1rem;font-size:1.5rem;font-weight:700;display:block}._input_ygc3k_50[type=submit]:hover:not(._inputDisabled_ygc3k_87),._input_ygc3k_50[type=submit]:focus:not(._inputDisabled_ygc3k_87){cursor:pointer;background-color:var(--ds-text-input-submit-color,var(--theme-background-colour));color:var(--ds-text-input-submit-bg,var(--theme-heading-colour))}._inputDisabled_ygc3k_87{cursor:not-allowed;color:var(--ds-text-input-disabled-color,var(--theme-text-colour-disabled));border-color:var(--ds-text-input-disabled-border-color,var(--theme-border-colour-disabled))}._input_ygc3k_50[readonly]{border:none;border-radius:0;padding:0;line-height:100%}._inputWithIcon_ygc3k_103{padding-left:2.5em}._inputWithIconRight_ygc3k_106,._inputWithIconRight_ygc3k_106[readonly]{padding-right:2.5em}._inputCompact_ygc3k_112{height:42px;font-size:var(--ds-text-input-font-size-compact,var(--theme-font-size-small));border-radius:var(--ds-text-input-border-radius,var(--theme-border-radius-full));padding:.5em 1em;line-height:1.15}._inputCompact_ygc3k_112._inputWithIcon_ygc3k_103{padding-left:2.5em}._inputCompact_ygc3k_112._inputWithIconRight_ygc3k_106,._inputCompact_ygc3k_112._inputWithIconRight_ygc3k_106[readonly]{padding-right:2.5em}._hintText_ygc3k_129{font-size:var(--ds-text-input-caption-size,var(--theme-caption-size));color:var(--ds-text-input-color,var(--theme-font-colour));line-height:1.4;font-family:var(--ds-text-input-font-family,var(--theme-font-family));margin-top:.25em;margin-left:17px;display:block}._wrapperCompact_ygc3k_9 ._hintText_ygc3k_129{margin-left:15px}._error_ygc3k_143{color:var(--ds-text-input-error-color,var(--theme-standalone-error-text-colour));font-size:var(--ds-text-input-caption-size,var(--theme-caption-size));font-family:var(--ds-text-input-font-family,var(--theme-font-family));text-align:left;min-height:1.4em;margin-top:.25em;margin-left:17px;line-height:1.4}._icon_ygc3k_9{color:var(--ds-text-input-color,var(--theme-font-colour));position:absolute;top:6px;left:8px}._iconRight_ygc3k_13{position:absolute;top:6px;left:auto;right:6px}._iconLeft_ygc3k_18{justify-content:center;align-items:center;width:38px;height:38px;display:flex}._container_li4at_1{padding-top:1rem}._tabHeader_5dvng_2{border-bottom:var(--theme-border-width) solid var(--theme-border-colour-weak);flex-direction:row;gap:4px;margin-bottom:16px;display:flex}._tab_5dvng_2{cursor:pointer;border:none;border-top-left-radius:.5rem;border-top-right-radius:.5rem;padding:1rem}._tab_5dvng_2[data-selected=true]{background-color:var(--theme-primary-colour);color:var(--theme-font-colour-on-primary-background);transition:transform .2s ease-in-out;transform:translateY(-5px)}._tab_5dvng_2:focus{outline:none}._miscContent_5dvng_27{flex-direction:column;gap:8px;display:flex}._container_k6oco_2{width:100%;container:tile-list/inline-size}._tileList_k6oco_8{grid-template-columns:1fr;display:grid}@container tile-list (width>=44rem){._tileList_k6oco_8{grid-template-columns:repeat(2,1fr)}}@container tile-list (width>=56rem){._tileList_k6oco_8{grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}}._tileList_k6oco_8{gap:.6rem 1rem;margin:0;padding:0;list-style:none}@container tile-list (width>=44rem){._tileList_k6oco_8._preferRow_k6oco_30{grid-template-columns:1fr;gap:.4rem}._tileList_k6oco_8._preferRow_k6oco_30 article{min-width:100%}}._topBar_k6oco_39{font-family:var(--ds-tile-list-font-family,var(--theme-font-family));justify-content:space-between;align-items:center;gap:16px;margin-bottom:1rem;display:flex}._toggleButtonGroup_k6oco_48{justify-content:flex-end;gap:0;margin-left:auto;display:none}@container tile-list (width>=44rem){._toggleButtonGroup_k6oco_48{display:flex}}._toggleButton_k6oco_48{cursor:pointer;color:var(--ds-tile-list-icon-color,var(--theme-icon-colour));background-color:#0000;border:none;justify-content:center;align-items:center;margin:0;padding:0;display:flex}._toggleButton_k6oco_48:hover{background-color:var(--ds-tile-list-button-hover-bg,var(--theme-button-hover-colour))}._toggleButton_k6oco_48[data-focus-visible]{outline:-webkit-focus-ring-color auto 1px}._toggleButton_k6oco_48[data-selected]{background-color:var(--ds-tile-list-button-selected-bg,var(--theme-button-selected-colour))}._toggleButton_k6oco_48[data-selected]:hover{background:var(--ds-tile-list-button-selected-bg,var(--theme-button-selected-colour))}._toggleButton_k6oco_48:first-of-type{border:1px solid var(--ds-tile-list-border-color,var(--theme-border-colour));border-radius:var(--ds-tile-list-border-radius,var(--theme-border-radius-xl)) 0 0 var(--ds-tile-list-border-radius,var(--theme-border-radius-xl));padding:5px 5px 5px 10px}._toggleButton_k6oco_48:last-of-type{border-top:1px solid var(--ds-tile-list-border-color,var(--theme-border-colour));border-bottom:1px solid var(--ds-tile-list-border-color,var(--theme-border-colour));border-right:1px solid var(--ds-tile-list-border-color,var(--theme-border-colour));border-radius:0 var(--ds-tile-list-border-radius,var(--theme-border-radius-xl)) var(--ds-tile-list-border-radius,var(--theme-border-radius-xl)) 0;padding:5px 10px 5px 5px}._tile_g93dv_2{box-sizing:border-box;border-radius:var(--ds-tile-border-radius,var(--theme-border-radius-md));background-color:var(--ds-tile-bg,var(--theme-background-colour));min-width:280px;max-width:100%;color:var(--ds-tile-color,var(--theme-font-colour));font-family:var(--ds-tile-font-family,var(--theme-font-family));border:1px solid var(--ds-tile-border-color,var(--theme-border-colour-extra-weak));container:tile/inline-size}._tile_g93dv_2:focus-within{outline:2px solid var(--ds-tile-focus-outline-color,var(--theme-font-colour-on-primary-background));outline-offset:2px}._tileContent_g93dv_19{box-sizing:border-box;grid-template:"header sidebar""body sidebar"1fr"footer sidebar"/1fr auto;gap:10px;width:100%;height:100%;padding:.6rem .9rem;display:grid}@container tile (width>=44rem){._tileContent_g93dv_19._preferRow_g93dv_31{grid-template:"header body footer sidebar"1fr/auto 1fr auto auto}._tileContent_g93dv_19._preferRow_g93dv_31:not(:has(._tileFooter_g93dv_36)){grid-template:"header body sidebar"1fr/auto 1fr auto}._tileContent_g93dv_19._preferRow_g93dv_31:not(:has(._tileBody_g93dv_41)){grid-template:"header footer sidebar"1fr/1fr auto auto}._tileContent_g93dv_19._preferRow_g93dv_31:not(:has(._tileBody_g93dv_41)):not(:has(._tileFooter_g93dv_36)){grid-template:"header sidebar"1fr/1fr auto}._tileContent_g93dv_19._preferRow_g93dv_31:not(:has(._tileBody_g93dv_41)):not(:has(._tileFooter_g93dv_36)):not(:has(._tileSidebar_g93dv_51)){grid-template:"header"1fr/1fr}}._tileContent_g93dv_19:not(:has(._tileBody_g93dv_41)){grid-template-rows:auto auto;grid-template-areas:"header sidebar""footer sidebar"}._tileContent_g93dv_19:not(:has(._tileBody_g93dv_41)):not(:has(._tileSidebar_g93dv_51)){grid-template-columns:1fr;grid-template-areas:"header""footer"}._tileContent_g93dv_19:not(:has(._tileFooter_g93dv_36)){grid-template-rows:auto 1fr;grid-template-areas:"header sidebar""body sidebar"}._tileContent_g93dv_19:not(:has(._tileFooter_g93dv_36)):not(:has(._tileSidebar_g93dv_51)){grid-template-columns:1fr;grid-template-areas:"header""body"}._tileContent_g93dv_19:not(:has(._tileBody_g93dv_41)):not(:has(._tileFooter_g93dv_36)){grid-template-rows:1fr;grid-template-areas:"header sidebar"}._tileContent_g93dv_19:not(:has(._tileBody_g93dv_41)):not(:has(._tileFooter_g93dv_36)):not(:has(._tileSidebar_g93dv_51)){grid-template-columns:1fr;grid-template-areas:"header"}._tileContent_g93dv_19:not(:has(._tileSidebar_g93dv_51)){grid-template-columns:1fr;grid-template-areas:"header""body""footer"}@container tile (width>=44rem){._tileContent_g93dv_19:not(:has(._tileSidebar_g93dv_51))._preferRow_g93dv_31{grid-template-columns:auto 1fr auto;grid-template-areas:"header body footer"}._tileContent_g93dv_19:not(:has(._tileSidebar_g93dv_51))._preferRow_g93dv_31:not(:has(._tileBody_g93dv_41)){grid-template-columns:1fr auto;grid-template-areas:"header footer"}._tileContent_g93dv_19:not(:has(._tileSidebar_g93dv_51))._preferRow_g93dv_31:not(:has(._tileFooter_g93dv_36)){grid-template-columns:auto 1fr;grid-template-areas:"header body"}}._tileHeader_g93dv_100{overflow-wrap:anywhere;grid-area:header}._tileHeader_g93dv_100 h1,._tileHeader_g93dv_100 h2,._tileHeader_g93dv_100 h3,._tileHeader_g93dv_100 h4,._tileHeader_g93dv_100 h5,._tileHeader_g93dv_100 h6{font-family:var(--ds-tile-font-family,var(--theme-font-family))}._tileBody_g93dv_41{overflow-wrap:anywhere;grid-area:body}._tileFooter_g93dv_36{overflow-wrap:anywhere;grid-area:footer}._tileSidebar_g93dv_51{overflow-wrap:anywhere;grid-area:sidebar}._folderTileHeader_u31c8_3{flex-direction:column;justify-content:center;gap:4px;height:100%;display:flex}._headerLink_u31c8_11{min-width:0;margin:0}._headerLink_u31c8_11 ._heading_u31c8_15{font-family:var(--theme-font-family);color:var(--theme-link-colour);font-size:var(--theme-font-size);font-weight:600}._footerContainer_u31c8_22{justify-content:flex-start;align-items:end;height:100%;display:flex}._rehearsalCountContainer_u31c8_29{align-items:center;gap:8px;display:flex}._rehearsalCount_u31c8_29{font-size:var(--theme-caption-size)}._separator_u31c8_39{background-color:var(--theme-border-colour);width:1px;height:10px}._date_u31c8_45{font-size:var(--theme-caption-size)}._sidebarContainer_u31c8_49{justify-content:center;align-items:center;height:100%;display:flex}._sidebarContainer_u31c8_49 [data-test=FoldersPage\.startRehearsalButton]{box-sizing:border-box;--theme-icon-size:24px}.theme__brand--dark ._sidebarContainer_u31c8_49 [data-test=FoldersPage\.startRehearsalButton]{--theme-icon-size:24px}@container tile (width>=44rem){._sidebarContainer_u31c8_49{justify-content:flex-end}}._container_14nkc_2{border:var(--theme-border-width) solid var(--theme-border-colour);text-align:center;border-radius:10px;flex-direction:column;align-items:center;gap:6px;width:100%;margin-top:10px;padding:6px;display:flex}._message_14nkc_15{margin:0}._container_abocr_1{min-height:calc(100dvh - var(--header-height));text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:2px;max-width:500px;margin-left:auto;margin-right:auto;display:flex}._welcomeImage_abocr_14{width:180px;height:auto}._welcomeActions_abocr_19{flex-direction:column;align-items:center;gap:1rem;display:flex}._foldersPageContents_qw5de_1{padding-left:16px;padding-right:16px}._foldersPageContainer_qw5de_6{margin-top:2rem}._hiddenHeading_qw5de_10{clip-path:inset(50%);width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}._container_7vb6g_2{flex-direction:row;justify-content:center;align-items:center;gap:.5rem;padding:.25rem;display:flex}._step_7vb6g_11{border-radius:var(--ds-stepper-border-radius,var(--theme-border-radius-full));border:1px solid var(--ds-stepper-border-color,var(--theme-border-colour-strong));background-color:var(--ds-stepper-bg,var(--theme-primary-colour-weak));width:.5rem;height:.5rem;transition:all .2s ease-in-out}._step_7vb6g_11[data-active=true]{background-color:var(--ds-stepper-active-bg,var(--theme-primary-colour));width:.7rem;height:.7rem}._container_123h3_2{flex-direction:row;align-items:center;display:flex}meter{appearance:none;border:0;border-radius:5px;width:80px;height:16px;margin-left:4px}._iconWrapper_123h3_19{padding-right:8px}._meterSmall_123h3_23{width:50px;height:14px}meter::-webkit-meter-bar{background:var(--theme-border-colour-extra-strong);border-radius:5px}meter::-webkit-meter-optimum-value{background:var(--theme-primary-colour);border-radius:5px;transition:width .3s}meter::-moz-meter-bar{background:var(--theme-primary-colour);border-radius:5px;transition:width .3s}._container_13do0_2{background:#000;background-image:linear-gradient(180deg, black 70%, var(--theme-primary-colour-extra-strong) 100%);border-radius:1rem;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}._contents_13do0_14{text-align:center;color:#fff;--theme-icon-colour:#00c6b2;border-radius:2rem;flex-direction:column;justify-content:center;align-self:stretch;align-items:center;display:flex}.theme__brand--dark ._contents_13do0_14{--theme-icon-colour:#00c6b2}._contents_13do0_14._error_13do0_28{color:#ff5457;--theme-icon-colour:#ff5457}.theme__brand--dark ._contents_13do0_14._error_13do0_28{--theme-icon-colour:#ff5457}._contents_13do0_14 p{padding-top:.5rem}._accessibilityAnnouncement_11q7q_2{width:1px;height:1px;margin:0;padding:0;position:absolute;bottom:100%;left:-1px;overflow:hidden}@keyframes _timer__pulse_11q7q_1{0%{box-shadow:0 0 #b7e4e5b3}70%{box-shadow:0 0 0 15px #b7e4e5d9}90%{box-shadow:0 0 0 15px #0000}}@keyframes _timer__pulse--border_11q7q_1{0%,99%{border:2px solid var(--theme-primary-colour);padding:7px 11px 6px}to{border:1px solid var(--theme-border-colour);padding:8px 12px 7px}}._timer_11q7q_41{appearance:none;box-sizing:border-box;align-items:center;gap:10px;width:max-content;padding:8px 16px;display:inline-flex;position:relative}._timer_11q7q_41:disabled{opacity:.55}._timer_11q7q_41{font-family:var(--theme-font-family);font-size:var(--theme-font-size);color:var(--theme-font-colour);background-color:var(--theme-background-colour);border:var(--theme-border-width) solid var(--theme-border-colour);border-radius:var(--theme-border-radius-full);--theme-icon-size:24px;height:2.563rem;font-weight:600;text-decoration:none}._finished_11q7q_67{animation:2s ease-in-out 3 _timer__pulse_11q7q_1,6s _timer__pulse--border_11q7q_1}._container_zus7w_2{border:1px solid var(--theme-border-colour);border-radius:2rem;width:100%;display:flex}._input_zus7w_9{background-color:var(--theme-background-colour);font-family:var(--theme-font-family);font-size:var(--theme-font-size);color:var(--theme-font-colour);border:none;border-top-left-radius:2rem;border-bottom-left-radius:2rem;flex:1;padding:5px 5px 5px 15px}._label_zus7w_22{padding:5px 15px}._container_1lj0c_1{--theme-icon-size:24px;flex-direction:column;align-items:flex-end;display:flex}._popover_1lj0c_8{margin-top:10px;padding:10px}._actions_1lj0c_13{gap:10px;margin-top:10px;display:flex}._actions_1lj0c_13>*{flex:1;justify-content:center}._accessibleDescription_1lj0c_23{display:none}._time_1lj0c_27{line-height:1.5}._container_1fojf_2{border:1px solid var(--theme-separator-colour);box-sizing:border-box;border-radius:.75rem;width:100%;overflow:hidden}._row_1fojf_10{align-items:center;gap:.75rem;padding:.875rem 1rem;display:flex}._row_1fojf_10 svg{width:1.25rem;height:1.25rem;color:var(--theme-icon-colour);flex-shrink:0;overflow:visible}._row_1fojf_10:first-child svg{transform:translateY(-2px)}._row_1fojf_10>label{flex:1}._core_5se5i_8{appearance:none;box-sizing:border-box;align-items:center;gap:10px;width:max-content;padding:8px 16px;display:inline-flex;position:relative}._core_5se5i_8:not(:disabled){cursor:pointer;-webkit-user-select:none;user-select:none}._core_5se5i_8:disabled{opacity:.55}._core_5se5i_8{font-family:var(--theme-font-family);font-size:var(--theme-font-size);color:var(--theme-font-colour);background-color:var(--theme-background-colour);border:var(--theme-border-width) solid var(--theme-border-colour);border-radius:var(--theme-border-radius-full);font-weight:600;text-decoration:none}._core_5se5i_8:not(:disabled):hover{background-color:var(--theme-button-hover-colour)}._core_5se5i_8{height:var(--theme-icon-size);padding-left:10px}._primary_5se5i_43{background-color:var(--theme-primary-colour);border-color:var(--theme-primary-colour);color:var(--theme-font-colour-on-primary-background)}._primary_5se5i_43:not(:disabled):hover{background-color:var(--theme-button-hover-primary-colour);border-color:var(--theme-button-hover-primary-colour)}._primary_5se5i_43:not(:disabled):focus-visible{border-color:var(--theme-button-hover-primary-colour);outline:2px solid var(--theme-font-colour-on-primary-background)}._primary_5se5i_43{--theme-icon-colour:var(--theme-font-colour-on-primary-background)}._stopwatch_5se5i_60{margin-bottom:-1px}._content_1ufta_1{flex-direction:column;gap:.5rem;display:flex}._footnote_1ufta_7{font-style:italic}._startRecordingWrapper_7zzto_3{width:100%;display:flex}._startRecordingWrapper_7zzto_3 button{flex:1;justify-content:center}._recordControlsContainer_7zzto_12{flex-direction:row;justify-content:center;align-items:center;gap:.625rem;display:flex}._paused_7zzto_20,.theme__brand--dark ._paused_7zzto_20{--theme-icon-colour:#ff5457}._container_1frnv_2{border:1px solid var(--theme-separator-colour);border-radius:.75rem;padding:.75rem}._input_1frnv_8{text-align:left;font-family:var(--theme-font-family);background-color:var(--theme-background-colour)}._eyePair_1kyhi_1{opacity:0;pointer-events:none;z-index:1;gap:35px;transition:opacity 4s ease-in-out;display:flex;position:absolute}._eyePair_1kyhi_1._visible_1kyhi_10{opacity:1}._eye_1kyhi_1{background:radial-gradient(circle,#fffc 0%,#fff0 60%);border-radius:50%;width:4px;height:4px;box-shadow:0 0 6px 2px #ffffff1a}._screen_1q93a_2{box-sizing:border-box;flex-direction:column;flex:1;align-items:center;width:100%;height:100%;padding:1.5rem 1rem;display:flex;position:relative}._container_1q93a_14{box-sizing:border-box;gap:1rem;width:100%;max-width:1200px;display:grid}@media screen and (width<=700px){._container_1q93a_14{grid-template-columns:1fr;grid-template-areas:"header""titleInput""media""recordingControls""toggles"}}@media screen and (width>700px){._container_1q93a_14{grid-template:"header header""media titleInput""media toggles""media recordingControls""media."1fr/7fr 3fr;column-gap:1.5rem}}._containerRecording_1q93a_36{grid-template:"header""media""recordingControls"/1fr;max-width:840px}._header_1q93a_43{--back-button-width:50px;grid-area:header;grid-template-columns:var(--back-button-width) 1fr var(--back-button-width);align-items:center;display:grid}._title_1q93a_51{font-size:var(--theme-heading-size);overflow-wrap:anywhere;text-align:center;grid-column:2;margin:0}._titleInput_1q93a_59{grid-area:titleInput}._mediaContainer_1q93a_63{flex-direction:column;grid-area:media;align-items:stretch;width:100%;display:flex}._mediaWithAspectRatio_1q93a_71{aspect-ratio:16/9;width:100%;max-height:70dvh}._visualiserContainer_1q93a_77{align-self:stretch;padding-top:10px}._toggles_1q93a_82{grid-area:toggles}._recordingControls_1q93a_86{grid-area:recordingControls;justify-content:center;display:flex}._hidden_1q93a_92,._hidden_120a7_1{clip-path:inset(50%);width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}._container_jmzrr_1{text-align:center;min-height:calc(100dvh - var(--header-height) - var(--stepper-height));flex-direction:column;justify-content:center;align-items:center;gap:16px;padding:24px;display:flex}._errorImage_jmzrr_12{width:120px;height:auto}._pageContainer_1xm71_1{text-align:center;flex-direction:column;justify-content:center;align-items:center;margin:auto;display:flex}._hidden_1xm71_10{clip-path:inset(50%);width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}._screen_7sva1_9{flex-direction:column;flex:1;justify-content:center;align-items:center;gap:1rem;display:flex}._container_7sva1_18{border:1px solid var(--theme-border-colour-weak);text-align:center;border-radius:1rem;flex-direction:column;justify-content:center;align-items:center;gap:1rem;width:100%;padding:1.25rem 1.5rem;display:flex}._container_7sva1_18 ._title_7sva1_30{font-size:var(--theme-heading-size-small);margin-top:0;margin-bottom:0}._container_7sva1_18 ._subtitle_7sva1_35{font-size:var(--theme-font-size-small);font-weight:400}._scores_7sva1_40{flex-direction:row;justify-content:center;align-items:center;gap:.25rem;display:flex}._radio_7sva1_48 svg{cursor:pointer;fill:none;background-color:var(--theme-background-colour);border:1px solid var(--theme-border-colour);width:64px;height:64px;stroke:var(--theme-border-colour);border-radius:4rem;padding:6px 9px 5px;transition:stroke .3s ease-in-out,fill .3s ease-in-out,background-color .3s ease-in-out,border .3s ease-in-out}._radio_7sva1_48[data-focus-visible] svg{outline:2px solid -webkit-focus-ring-color}._radio_7sva1_48._selected_7sva1_66 svg{stroke:#ffa343;fill:#ffa343;background-color:#fceede;border:1px solid #ffa343}._buttons_7sva1_73{flex-direction:row;justify-content:center;align-items:center;gap:.5rem;display:flex}@media (width<=360px){._radio_7sva1_48 svg{width:48px;height:48px}}._backButton_z77ow_2{width:var(--theme-icon-size);height:var(--theme-icon-size);appearance:none;color:var(--theme-icon-colour);cursor:pointer;-webkit-user-select:none;user-select:none;background:0 0;border:none;border-radius:999px;justify-content:center;align-items:center;padding:8px;display:flex}._backButton_z77ow_2:hover{background-color:#0003}._backButton_z77ow_2:active{background-color:var(--theme-button-selected-colour)}._screen_1y9wv_3{flex:1;justify-content:center;align-items:center;display:flex}._container_1y9wv_10{border:1px solid var(--theme-border-colour-weak);text-align:center;border-radius:1rem;flex-direction:column;justify-content:center;align-items:center;gap:20px;padding:20px 31px;display:flex}._header_1y9wv_25{--back-button-width:42px;grid-template-columns:var(--back-button-width) auto var(--back-button-width);gap:1rem;width:100%;display:grid}._title_1y9wv_33{margin-top:0}._subtitle_1y9wv_37{font-size:var(--theme-font-size-small);margin:0;font-weight:600}._helperText_1y9wv_43{font-size:var(--theme-font-size-small);font-weight:400}._footer_1y9wv_48{flex-direction:column;justify-content:center;align-items:center;gap:1rem;width:100%;display:flex}._footer_1y9wv_48 button{width:max-content}._footer_1y9wv_48 p{font-size:var(--theme-font-size-small);color:#757589}.theme__brand--dark ._footer_1y9wv_48 p{color:#8a8a9c}._goalList_1y9wv_67{flex-direction:column;gap:1rem;display:flex}._goal_1y9wv_67{--checkbox-width:1.25rem;grid-template-columns:var(--checkbox-width) auto;border:1px solid var(--theme-border-colour-weak);text-align:left;border-radius:6px;justify-content:start;align-items:center;gap:1rem;padding:.625rem 1rem;transition:background-color .3s ease-in-out;display:grid}._goal_1y9wv_67 ._checkbox_1y9wv_89{width:var(--checkbox-width);height:var(--checkbox-width);border:2px solid var(--theme-border-colour-strong);border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;transition:all .2s;display:flex}._goal_1y9wv_67 svg{width:1rem;height:1rem;transition:all .2s}._goal_1y9wv_67 svg path{fill:none}._goal_1y9wv_67[data-pressed] ._checkbox_1y9wv_89{border-color:var(--theme-border-colour)}._goal_1y9wv_67[data-focus-visible] ._checkbox_1y9wv_89{outline:2px solid var(--theme-font-colour-on-primary-background);outline-offset:2px}._goal_1y9wv_67[data-selected],._goal_1y9wv_67[data-indeterminate]{background-color:var(--theme-background-colour-strong);border-color:var(--theme-link-colour)}._goal_1y9wv_67[data-selected] ._checkbox_1y9wv_89,._goal_1y9wv_67[data-indeterminate] ._checkbox_1y9wv_89,._goal_1y9wv_67[data-selected][data-pressed] ._checkbox_1y9wv_89,._goal_1y9wv_67[data-indeterminate][data-pressed] ._checkbox_1y9wv_89{border-color:var(--theme-link-colour);background:var(--theme-link-colour)}._goal_1y9wv_67[data-indeterminate] svg path{stroke:none;fill:var(--theme-background-colour)}._goal_1y9wv_67[data-selected] svg path{fill:var(--theme-background-colour)}._goal_1y9wv_67:hover{background-color:var(--theme-background-colour-strong);cursor:pointer}._pageContainer_31nv6_1{--stepper-height:52px;min-height:calc(100dvh - var(--header-height));flex-direction:column;align-items:center;display:flex}._contentContainer_31nv6_9{flex-direction:column;flex:1;align-items:center;width:100%;display:flex}._stepperContainer_31nv6_17{width:100%;height:var(--stepper-height);justify-content:center;margin-top:auto;padding:1rem 0;display:flex}._container_ynfmu_1{min-height:calc(100dvh - var(--header-height));flex-direction:row;justify-content:center;align-items:center;gap:48px;padding:24px;display:flex}._content_ynfmu_11{text-align:center;flex-direction:column;align-items:center;gap:16px;display:flex}._roadSign_ynfmu_19{width:auto;max-height:400px}@media (width<=768px){._roadSign_ynfmu_19{display:none}}._loaderContainer_1pq3x_1{min-height:calc(100dvh - var(--header-height));flex-direction:column;justify-content:center;align-items:center;margin:auto;display:flex}._hiddenHeader_1pq3x_10{clip-path:inset(50%);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}._titleBar_93qra_2{border-bottom:1px solid var(--theme-separator-colour);flex-direction:row;grid-area:titleBar;justify-content:space-between;align-items:center;gap:10px;min-height:57px;display:flex}._titleBar_93qra_2 ._left_93qra_12{flex-shrink:1;padding-left:21px}._titleBar_93qra_2 ._right_93qra_16{flex-shrink:1;padding-right:15px}._titleBar_93qra_2 ._middle_93qra_20{flex-grow:1;min-width:0}._deleteFolderName_1gr24_2{font-size:1.25rem;font-weight:700}._inputForm_26h84_2{align-items:center;gap:6px;display:flex}._inputContainer_26h84_8{width:100%;max-width:500px}._buttons_26h84_13{flex-direction:row;display:flex}._spinner_26h84_18{margin-top:5px;margin-left:11px}._container_z1pgj_2{flex-direction:row;justify-content:center;align-items:center;gap:6px;display:flex}._container_z1pgj_2>button{flex-shrink:0}._title_z1pgj_13{font-family:var(--theme-font-family);font-size:var(--theme-font-size);text-overflow:ellipsis;white-space:nowrap;min-width:0;margin:0;font-weight:700;overflow:hidden}._title_hjk1p_2{font-size:1.125rem;font-weight:700;font-family:var(--theme-font-family);margin:0}._screenReaderOnly_hjk1p_9{clip-path:inset(50%);width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}._container_p7a92_1{min-height:calc(100dvh - var(--header-height));text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:2px;display:flex}._containerFolders_p7a92_11{text-align:center;flex-direction:column;flex-grow:1;justify-content:center;align-items:center;gap:15px;display:flex}._emptyRehearsalsImageFolders_p7a92_21{width:115px;height:auto}._welcomeImage_p7a92_26{width:180px;height:auto}._emptyRehearsalsActions_p7a92_31{flex-direction:column;align-items:center;gap:1rem;display:flex}._wrapper_9lz9r_2{position:relative}._picker_9lz9r_6{width:100%;color:var(--theme-font-colour);background-color:var(--theme-background-colour);border-color:var(--theme-border-colour);border-width:var(--theme-border-width);font-family:var(--theme-font-family);font-size:var(--theme-font-size);-webkit-appearance:none;border-radius:6px;padding:4px 25px 2px 10px;line-height:1.5rem;display:block}._listbox_9lz9r_21{padding:10px}._listbox_9lz9r_21::-webkit-scrollbar-track{border-radius:0 5px 5px 0}._listbox_9lz9r_21 ._option_9lz9r_27{cursor:pointer;text-overflow:ellipsis;color:var(--theme-font-colour);padding-top:5px;padding-bottom:5px;padding-left:24px;position:relative;overflow:hidden}._listbox_9lz9r_21 ._option_9lz9r_27:hover,._listbox_9lz9r_21 ._option_9lz9r_27:checked{background:var(--theme-background-hover-colour)}._listbox_9lz9r_21 ._withTick_9lz9r_43:after{content:"";background-color:var(--theme-font-colour);width:1.1rem;height:1.1rem;position:absolute;top:.4rem;left:.2rem;-webkit-mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2020.04%2014'%3e%3cdefs%3e%3cstyle%3e.cls-1{fill:currentColor;}%3c/style%3e%3c/defs%3e%3cg%20id='icons'%3e%3cpath%20class='cls-1'%20d='M7,13.71a1,1,0,0,1-.71-.3L.59,7.71,2,6.29l5,5,11-11,1.41,1.42L7.71,13.41A1,1,0,0,1,7,13.71Z'%20/%3e%3c/g%3e%3c/svg%3e");-webkit-mask-position:50%;-webkit-mask-size:1rem;-webkit-mask-repeat:no-repeat}._picker_9lz9r_6:focus ._option_9lz9r_27:checked._withTick_9lz9r_43:after{background-color:var(--theme-option-picker-tick-focus-colour)}._single_9lz9r_61{color:var(--theme-font-colour)}._single_9lz9r_61:hover{background-color:var(--theme-background-hover-colour)}._arrow_9lz9r_68{border-style:solid;border-color:var(--theme-font-colour) transparent transparent transparent;pointer-events:none;border-width:5px;display:inline-block;position:absolute;top:13px;right:10px}._metaContainer_1jvli_3{flex-direction:column;justify-content:flex-start;align-items:center;gap:10px;display:flex}._errorMessage_1jvli_11{color:var(--theme-error-colour);margin:0}._subtitle_13k6h_2{margin:0;font-size:1.125rem;font-weight:500}._rehearsalTitle_13k6h_8{margin-bottom:20px;font-size:1.125rem;font-weight:700}._deleteRehearsalName_149w8_1{font-size:1.25rem;font-weight:700}._star_1tjt3_3{--theme-icon-colour:transparent;align-items:center;display:flex}.theme__brand--dark ._star_1tjt3_3{--theme-icon-colour:transparent}._star_1tjt3_3[data-filled=true]{--theme-icon-colour:#ffa343}.theme__brand--dark ._star_1tjt3_3[data-filled=true]{--theme-icon-colour:#ffad75;--theme-border-colour-strong:transparent}._star_1tjt3_3 path{stroke:var(--theme-border-colour-strong);stroke-width:1px}._container_1g5qe_2{font-size:var(--theme-caption-size);grid-template-columns:auto 1fr;justify-content:center;align-items:center;gap:.5rem;display:grid}._container_1g5qe_2 span{padding-top:1px}._container_1g5qe_2 ._starsContainer_1g5qe_13{align-items:center;gap:2px;display:flex}._rehearsalTileHeader_1qytx_3{flex-direction:column;gap:4px;display:flex}._rehearsalTileHeader_1qytx_3 a{min-width:0;margin:0}._rehearsalTileHeader_1qytx_3 a h2{color:var(--theme-link-colour);font-size:var(--theme-font-size);overflow-wrap:anywhere;font-weight:600}._rehearsalTileHeader_1qytx_3 ._date_1qytx_18{font-size:var(--theme-caption-size)}._rehearsalTileBody_1qytx_22{justify-content:flex-start;align-items:end;height:100%;display:flex}@container tile (width>=44rem){._rehearsalTileBody_1qytx_22{justify-content:flex-end;align-items:center}}._rehearsalTileSidebar_1qytx_35{justify-content:center;align-items:start;height:100%;display:flex}@container tile (width>=44rem){._rehearsalTileSidebar_1qytx_35{justify-content:flex-end;align-items:center}}._toolbar_1nukv_1{align-items:center;gap:1rem;display:flex}._container_1hbvq_1{padding-top:15px}._emptyList_1hbvq_5{height:100%;display:flex}._container_1sdan_2{border:var(--theme-border-width) solid var(--theme-border-colour);text-align:center;border-radius:10px;flex-direction:column;align-items:center;gap:6px;width:100%;padding:6px;display:flex}._message_1sdan_14{margin:0}._pageContainer_s6nse_1{height:calc(100dvh - var(--header-height));flex-direction:column;display:flex}._pageContent_s6nse_7{width:100%;height:100%;margin-top:20px;margin-left:auto;margin-right:auto;padding-left:16px;padding-right:16px}._inputForm_19tiv_2{grid-template-columns:1fr 96px;justify-content:space-between;align-items:center;display:grid}._buttons_19tiv_9{flex-direction:row;display:flex}._spinner_19tiv_14{margin-top:.3rem;margin-left:.7rem}._textInput_19tiv_19{background-color:var(--theme-background-colour)}._container_1mlpr_1{min-height:calc(100dvh - var(--header-height));text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:2rem;display:flex}._image_1mlpr_11{width:180px;height:auto}._title_1mlpr_16{margin-bottom:.5rem;font-size:2rem;font-weight:600}._subtitle_1mlpr_22{max-width:500px;margin-bottom:1rem;font-size:1.25rem}._supportText_1mlpr_28{margin-top:1.5rem;font-size:.875rem}._select_1fdd1_8{display:inline-block;position:relative}._trigger_1fdd1_13{appearance:none;box-sizing:border-box;align-items:center;gap:10px;width:max-content;padding:8px 16px;display:inline-flex;position:relative}._trigger_1fdd1_13:not(:disabled){cursor:pointer;-webkit-user-select:none;user-select:none}._trigger_1fdd1_13:disabled{opacity:.55}._trigger_1fdd1_13{font-family:var(--theme-font-family);font-size:var(--theme-font-size);color:var(--theme-font-colour);background-color:var(--theme-background-colour);border:var(--theme-border-width) solid var(--theme-border-colour);border-radius:var(--theme-border-radius-full);font-weight:600;text-decoration:none}._trigger_1fdd1_13:not(:disabled):hover{background-color:var(--theme-button-hover-colour)}._popover_1fdd1_44{z-index:1000;min-width:max-content}._listbox_1fdd1_49{background:var(--theme-background-colour);border:1px solid var(--theme-separator-colour);min-width:max-content;box-shadow:var(--theme-box-shadow-colour) 0 2px 3px 0;border-radius:.3rem;outline:none;margin:.35rem 0 0;padding:0;font-size:1rem;list-style-type:none;overflow:hidden}._listbox_1fdd1_49:focus-visible{outline:2px}._section_1fdd1_66{padding:4px 0}._item_1fdd1_70{appearance:none;box-sizing:border-box;align-items:center;gap:10px;width:max-content;padding:8px 16px;display:inline-flex;position:relative}._item_1fdd1_70:not(:disabled){cursor:pointer;-webkit-user-select:none;user-select:none}._item_1fdd1_70:disabled{opacity:.55}._item_1fdd1_70{font-family:var(--theme-font-family);font-size:var(--theme-font-size);color:var(--theme-font-colour);background-color:var(--theme-background-colour);border:var(--theme-border-width) solid var(--theme-border-colour);border-radius:var(--theme-border-radius-full);font-weight:600;text-decoration:none}._item_1fdd1_70:not(:disabled):hover{background-color:var(--theme-button-hover-colour)}._item_1fdd1_70{width:unset;border:none;border-radius:0;align-items:center;gap:.5rem;margin:0;padding:.8rem 1.15rem;display:flex}._item_1fdd1_70:focus{outline:none}._item_1fdd1_70:focus[data-focus-visible=true]{outline:2px solid -webkit-focus-ring-color;outline-offset:-2px}._item_1fdd1_70:hover{background-color:var(--theme-background-colour)!important}._item_1fdd1_70:hover span{text-underline-offset:.2rem;text-decoration:underline}._item_1fdd1_70:not(:last-child){border-bottom:1px solid var(--theme-separator-colour)}._container_1bodf_2{color:var(--theme-font-colour);justify-content:center;align-items:center;gap:.3125rem;display:flex}._item_1bodf_10{font-size:var(--theme-font-size-small);white-space:nowrap;color:var(--theme-link-colour);justify-content:end;align-items:center;padding:.3125rem .625rem .3125rem .3125rem;font-style:normal;font-weight:600;line-height:normal}._item_1bodf_10:hover{text-underline-offset:.2rem;text-decoration:underline}._item_1bodf_10 ._unselectedItem_1bodf_28{padding-left:1.5rem}._container_4hq11_2{flex-direction:row;align-items:center;display:flex}._title_4hq11_8{font-size:var(--theme-heading-size-large);text-overflow:ellipsis;white-space:nowrap;max-width:500px;margin:0;overflow:hidden}._hidden_4hq11_18{display:none}._form_1pz8w_1{width:100%;position:relative}@media only screen and (width>=700px){._container_ikdal_3{display:none}}._pane_lppzl_2{justify-content:center;align-items:flex-start;width:100%;display:flex}._videoBox_lppzl_9{width:90%;max-height:50cqh}._videoBox_lppzl_9 video{max-height:50cqh}@media screen and (width<=700px){._videoBox_lppzl_9,._videoBox_lppzl_9 video{max-height:14rem}}._note_zh0dd_3{transform-origin:50%;flex-direction:column;padding-bottom:.2rem;padding-left:1rem;display:flex}._note_zh0dd_3:hover,._note_zh0dd_3:focus-within{background-color:var(--theme-primary-colour-weak)}._note_zh0dd_3:hover ._timestamp_zh0dd_13,._note_zh0dd_3:hover ._actions_zh0dd_14,._note_zh0dd_3:hover ._author_zh0dd_15,._note_zh0dd_3:focus-within ._timestamp_zh0dd_13,._note_zh0dd_3:focus-within ._actions_zh0dd_14,._note_zh0dd_3:focus-within ._author_zh0dd_15,:is(._note_zh0dd_3:has(._actions_zh0dd_14 [aria-expanded=true]) ._timestamp_zh0dd_13,._note_zh0dd_3:has(._actions_zh0dd_14 [aria-expanded=true]) ._actions_zh0dd_14){opacity:1}._noteHeader_zh0dd_25{justify-content:space-between;align-items:center;display:flex}:is(._noteHeader_zh0dd_25:has(:focus-visible) ._actions_zh0dd_14,._noteHeader_zh0dd_25:has(:focus-visible) ._timestamp_zh0dd_13,._noteHeader_zh0dd_25:has(:focus-visible) ._author_zh0dd_15){opacity:1}._timestamp_zh0dd_13{appearance:none;background-color:var(--theme-font-colour);color:var(--theme-font-colour-inverted);cursor:pointer;border:none;border-radius:100px;align-items:center;margin:-.25rem -.5rem -.25rem 40px;padding:.25rem .5rem;font-size:.875rem;font-weight:700;display:inline-flex}._timestamp_zh0dd_13,._author_zh0dd_15{opacity:0;transition-property:opacity;transition-duration:.2s;transition-timing-function:ease}._author_zh0dd_15{align-items:left;text-overflow:ellipsis;white-space:nowrap;flex-grow:1;margin-left:1.2rem;font-size:.875rem;overflow:hidden}._actions_zh0dd_14{opacity:0;flex-shrink:0;transition-property:opacity;transition-duration:.2s;transition-timing-function:ease}._noteContainer_zh0dd_83{overflow-wrap:anywhere;white-space:pre-wrap;align-items:center;padding-right:.5rem;line-height:1.5;display:flex}._emoji_zh0dd_92{font-size:var(--theme-heading-size-large);margin-top:3px}._emojiContainer_zh0dd_97{flex-direction:row;justify-content:center;align-items:center;width:38px;height:38px;padding:6px;display:flex}._tab_1etyl_2{flex-direction:column;height:100%;display:flex}._notesList_1etyl_8{flex:1;margin:0;padding:0 0 1rem;list-style:none;overflow-y:auto}._tab_gk04l_2{flex-direction:column;height:100%;padding:1rem;display:flex}._disclosureGroup_gk04l_9{flex-direction:column;gap:1rem;display:flex}._disclosure_gk04l_9{width:100%}._disclosure_gk04l_9 ._triggerContainer_gk04l_18{margin-bottom:0;font-size:1rem}._disclosure_gk04l_9 ._trigger_gk04l_18{--arrow-width:20px;grid-template-columns:1fr var(--arrow-width);border:1px solid var(--theme-border-colour-weak);text-align:left;background-color:var(--theme-background-colour);width:100%;color:var(--theme-font-colour);border-radius:6px;justify-content:start;align-items:center;gap:1rem;padding:1rem;transition:background-color .3s ease-in-out;display:grid}._disclosure_gk04l_9 ._trigger_gk04l_18:hover{cursor:pointer;background-color:var(--theme-background-colour-strong)}._disclosure_gk04l_9 ._trigger_gk04l_18 svg{width:var(--arrow-width);height:var(--arrow-width);fill:none;stroke:currentColor;stroke-width:1px;rotate:0deg}._disclosure_gk04l_9[data-expanded] ._trigger_gk04l_18{border-bottom-color:var(--theme-border-colour-extra-weak);color:var(--theme-font-colour);border-bottom-right-radius:0;border-bottom-left-radius:0}._disclosure_gk04l_9[data-expanded] ._trigger_gk04l_18 svg{rotate:180deg}._disclosure_gk04l_9[data-expanded] ._content_gk04l_59{border:1px solid var(--theme-border-colour-weak);border-top-width:0;border-bottom-right-radius:6px;border-bottom-left-radius:6px;padding:1rem 1rem 0;font-size:.9rem}._disclosureGroup_mpwwx_2{flex-direction:column;gap:1rem;display:flex}._disclosure_mpwwx_2{width:100%}._disclosure_mpwwx_2 ._triggerContainer_mpwwx_11{margin-bottom:0;font-size:1rem}._disclosure_mpwwx_2 ._trigger_mpwwx_11{--arrow-width:20px;color:var(--theme-font-colour);grid-template-columns:1fr var(--arrow-width);border:1px solid var(--theme-border-colour-weak);text-align:left;background-color:var(--theme-background-colour);overflow-wrap:anywhere;border-radius:6px;justify-content:start;align-items:center;gap:1rem;width:100%;padding:1rem;transition:background-color .3s ease-in-out;display:grid}._disclosure_mpwwx_2 ._trigger_mpwwx_11:hover{cursor:pointer;background-color:var(--theme-background-colour-strong)}._disclosure_mpwwx_2 ._trigger_mpwwx_11 svg{width:var(--arrow-width);height:var(--arrow-width);fill:none;stroke:currentColor;stroke-width:1px;rotate:0deg}._disclosure_mpwwx_2[data-expanded] ._trigger_mpwwx_11{border-bottom-color:var(--theme-border-colour-extra-weak);border-bottom-right-radius:0;border-bottom-left-radius:0}._disclosure_mpwwx_2[data-expanded] ._trigger_mpwwx_11 svg{rotate:180deg}._disclosure_mpwwx_2[data-expanded] ._content_mpwwx_52{border:1px solid var(--theme-border-colour-weak);text-align:left;overflow-wrap:anywhere;border-top-width:0;border-bottom-right-radius:6px;border-bottom-left-radius:6px;padding:1rem;font-size:.9rem}._feedbackList_mpwwx_63 li{margin-bottom:10px}._panel_ppy6v_1{flex-direction:column;justify-content:center;align-items:center;gap:1rem;height:100%;padding:16px;display:flex}._loadingContainer_ppy6v_11{align-items:center;gap:1rem;display:flex}._tab_1bk4g_1{text-align:center;flex-direction:column;height:100%;padding:1rem;display:flex;overflow-y:auto}._note_1lhxm_3{transform-origin:50%;flex-direction:column;padding-bottom:.2rem;padding-left:1rem;display:flex}._note_1lhxm_3:hover,._note_1lhxm_3:focus-within{background-color:var(--theme-primary-colour-weak)}._note_1lhxm_3:hover ._timestamp_1lhxm_13,._note_1lhxm_3:hover ._actions_1lhxm_14,._note_1lhxm_3:hover ._emojiContainer_1lhxm_15,._note_1lhxm_3:focus-within ._timestamp_1lhxm_13,._note_1lhxm_3:focus-within ._actions_1lhxm_14,._note_1lhxm_3:focus-within ._emojiContainer_1lhxm_15,:is(._note_1lhxm_3:has(._actions_1lhxm_14 [aria-expanded=true]) ._timestamp_1lhxm_13,._note_1lhxm_3:has(._actions_1lhxm_14 [aria-expanded=true]) ._actions_1lhxm_14){opacity:1}._note_1lhxm_3 button:focus[data-focus-visible=true]{outline:2px solid var(--theme-link-hover-colour)}._noteHeader_1lhxm_28{justify-content:space-between;align-items:center;display:flex}:is(._noteHeader_1lhxm_28:has(:focus-visible) ._actions_1lhxm_14,._noteHeader_1lhxm_28:has(:focus-visible) ._timestamp_1lhxm_13,._noteHeader_1lhxm_28:has(:focus-visible) ._emojiContainer_1lhxm_15){opacity:1}._timestamp_1lhxm_13{appearance:none;background-color:var(--theme-font-colour);color:var(--theme-font-colour-inverted);cursor:pointer;opacity:0;border:none;border-radius:100px;align-items:center;margin:.25rem -.5rem .25rem 40px;padding:.25rem .5rem;font-size:.875rem;font-weight:700;transition-property:opacity;transition-duration:.2s;transition-timing-function:ease;display:inline-flex}._timestamp_1lhxm_13._visible_1lhxm_63{opacity:1}._timestamp_1lhxm_13._highlight_1lhxm_66{animation-name:_timestampHighlight_1lhxm_1;animation-duration:2s;animation-timing-function:cubic-bezier(.215,.61,.355,1)}@keyframes _timestampHighlight_1lhxm_1{0%{background-color:var(--theme-font-colour);color:var(--theme-font-colour-inverted);opacity:1}50%{background-color:var(--theme-font-colour);color:var(--theme-font-colour-inverted);opacity:1}to{opacity:0;background-color:#0000}}._noteContainer_1lhxm_88{overflow-wrap:anywhere;white-space:pre-wrap;align-items:center;padding-right:.5rem;line-height:1.5;display:flex}._emoji_1lhxm_15{font-size:var(--theme-heading-size);margin-right:.5rem}._actions_1lhxm_14{opacity:0;flex-shrink:0;padding-right:4px;transition-property:opacity;transition-duration:.2s;transition-timing-function:ease}._actions_1lhxm_14:has(:focus-visible){opacity:1}._emojiContainer_1lhxm_15{opacity:0;transition:opacity .2s}._tab_omfxf_1{flex-direction:column;height:100%;display:flex}._notesList_omfxf_7{flex:1;min-height:0;margin:0;padding:0;list-style:none;overflow-y:auto}._panel_1vtcu_2{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:16px;display:flex}._icon_1vtcu_12{width:50px;height:auto}._loadingContainer_1vtcu_17{justify-content:center;align-items:center;gap:1rem;display:flex}._pane_ysflr_1{flex-direction:column;width:80cqw;height:100%;max-height:100%;display:flex;overflow-y:auto}@container (width<=400px){._pane_ysflr_1{width:90cqw}}._transcriptMenuButtonContainer_ysflr_15{justify-content:flex-end;display:flex}@media screen and (width<880px){._pane_ysflr_1{width:100%;padding-left:16px}}._tabs_jw7mr_2{flex-direction:column;height:100%;display:flex;overflow-y:auto}._tabPanel_jw7mr_9{height:100%;min-height:0}._tabList_jw7mr_14{flex-wrap:wrap;gap:1rem;width:100%;padding-top:.9rem;padding-bottom:.9rem;padding-left:1.2rem;display:flex}._tab_jw7mr_2{cursor:pointer;outline-offset:.25rem;font-size:.9rem;font-weight:600;display:inline-block}._tab_jw7mr_2[data-selected]{border-bottom:.23rem solid var(--theme-primary-colour)}@media screen and (width<=700px){._tabList_jw7mr_14{padding-top:1.1rem}}@media only screen and (width>=700px){._transcriptTab_jw7mr_41{display:none}}._sharingLink_1jjj3_2{margin-top:16px}._sharingLink_1jjj3_2 input[readonly]{border:var(--theme-control-border-width) solid var(--theme-border-colour);border-radius:25px;padding-left:1rem}@keyframes _fadeIn_1jjj3_1{0%{opacity:0}to{opacity:1}}@keyframes _fadeOut_1jjj3_1{0%{opacity:1}to{opacity:0}}._successMessageContainer_1jjj3_27{text-align:left;min-height:24px;margin-top:8px;padding-left:17px}._successMessage_1jjj3_27{font-size:var(--theme-caption-size);font-family:var(--theme-font-family);animation:.3s ease-out _fadeIn_1jjj3_1}._successMessageExiting_1jjj3_40{animation:.3s ease-out _fadeOut_1jjj3_1}._sharingLinkEnter_1jjj3_44{opacity:0;height:0;margin-top:0;transform:translateY(-20px)}._sharingLinkEnterActive_1jjj3_51{opacity:1;height:82px;margin-top:16px;transition-property:opacity,transform,height,margin-top;transition-duration:.25s;transform:translateY(0)}._sharingLinkExit_1jjj3_60{opacity:1;height:2.6rem;margin-top:16px;transform:translateY(0)}._sharingLinkExitActive_1jjj3_67{opacity:0;pointer-events:none;height:0;margin-top:0;transition-property:opacity,transform,height,margin-top;transition-duration:.25s;transform:translateY(-20px)}._pageContainer_coaw1_2{width:100%;height:calc(100dvh - var(--header-height));--controls-visibility:0;grid-template:"titleBar titleBar titleBar""mediaAndTranscript mediaAndTranscript review"1fr/1fr 1fr 1fr;column-gap:0;display:grid}._pageContainer_coaw1_2:has(div[data-test=TranscriptPane\.pane]:hover){--controls-visibility:1}._title_coaw1_16{justify-content:center;align-items:center;display:flex}._title_coaw1_16>div{text-align:left}@media screen and (width<=700px){._title_coaw1_16{display:none}}._folderTitle_coaw1_30{font-family:var(--theme-font-family);font-size:var(--theme-caption-size);color:var(--theme-link-colour);margin:4px 0 0;font-weight:600;line-height:1;display:block}._mediaAndTranscript_coaw1_41{grid-area:mediaAndTranscript;grid-template-rows:auto 1fr;grid-template-areas:"media""transcript";width:100%;height:100%;display:grid;container-type:size}._media_coaw1_41{background-color:var(--theme-background-colour-strong);grid-area:media;justify-content:center;padding:1rem 5%;display:flex;position:relative}._review_coaw1_60{border-left:1px solid var(--theme-separator-colour);grid-area:review;min-width:180px;height:100%;min-height:0}._transcript_coaw1_68{background-color:var(--theme-background-colour-strong);grid-area:transcript;justify-content:center;height:100%;padding:0 5%;display:flex;overflow-y:auto}._toolbar_coaw1_78{align-items:center;gap:.725rem;display:flex}._backButton_coaw1_84{width:var(--theme-icon-size);height:var(--theme-icon-size);color:var(--theme-icon-colour);cursor:pointer;-webkit-user-select:none;user-select:none;border-radius:4rem;justify-content:center;align-items:center;padding:6px;text-decoration:none;display:flex}._backButton_coaw1_84:hover{background-color:#0003}._backButton_coaw1_84:active{background-color:var(--theme-button-selected-colour)}@media screen and (width<=700px){._pageContainer_coaw1_2{grid-template:"titleBar""mediaAndTranscript""review"1fr/1fr}._mediaAndTranscript_coaw1_41{height:auto;display:block;container-type:normal}._media_coaw1_41{border-bottom:1px solid var(--theme-separator-colour)}._review_coaw1_60{min-height:300px;overflow-y:auto}._editTitleContainer_coaw1_122,._transcript_coaw1_68{display:none}}.theme__brand{--theme-primary-colour-extra-weak:#e4e3fd;--theme-primary-colour-weak:#e4e3fd;--theme-primary-colour:#9797ff;--theme-primary-colour-strong:#8888df;--theme-primary-colour-extra-strong:#7979c6;--theme-background-colour-extra-weak:#fff;--theme-background-colour-weak:#fff;--theme-background-colour:#fff;--theme-background-colour-strong:#f4f4f6;--theme-background-colour-extra-strong:#e3e3e7;--theme-error-colour-extra-weak:#fadfdf;--theme-error-colour-weak:#fadfdf;--theme-error-colour:#ff5457;--theme-error-colour-strong:#e1484a;--theme-error-colour-extra-strong:#e1484a;--theme-border-colour-extra-weak:#ccccd4;--theme-border-colour-weak:#a0a0ae;--theme-border-colour:#8a8a9c;--theme-border-colour-strong:#757589;--theme-border-colour-extra-strong:#414150;--theme-placeholder-colour-extra-weak:#757589;--theme-placeholder-colour-weak:#757589;--theme-placeholder-colour:#757589;--theme-placeholder-colour-strong:#5e5e76;--theme-placeholder-colour-extra-strong:#5e5e76;--theme-font-colour-extra-weak:#8a8a9c;--theme-font-colour-weak:#8a8a9c;--theme-font-colour:#151519;--theme-font-colour-strong:#151519;--theme-font-colour-extra-strong:#151519;--theme-error-text-colour:#151519;--theme-standalone-error-text-colour:#dc235a;--theme-font-colour-inverted:#fff;--theme-font-colour-on-primary-background:#151519;--theme-heading-colour-on-primary-background:#fff;--theme-link-colour:#5f5ffc;--theme-link-colour-inverted:#9191fd;--theme-link-hover-colour:#4c4cc2;--theme-heading-colour:#000;--theme-toast-success-colour:#151519;--theme-toast-success-text-colour:#fff;--theme-toast-success-secondary-text-colour:#b7b7c1;--theme-icon-colour:#151519;--theme-info-icon-colour:#9797ff;--theme-button-hover-colour:#f4f4f6;--theme-button-hover-primary-colour:var(--theme-primary-colour-strong);--theme-font-family:Nunito Sans, sans-serif;--theme-font-size:1rem;--theme-font-size-small:.9rem;--theme-font-size-medium:1.125rem;--theme-font-size-large:1.25rem;--theme-caption-size:.8rem;--theme-caption-size-small:.7rem;--theme-caption-size-large:.9rem;--theme-heading-font-family:Poppins;--theme-heading-size:1.375rem;--theme-heading-size-small:1.25rem;--theme-heading-size-large:1.5rem;--theme-text-highlight-font-colour:#000;--theme-default-bubble-colour:#f4f4f6;--theme-default-bubble-border-colour:#8a8a9c;--theme-highlighted-bubble-colour:#b0aff9;--theme-highlighted-bubble-border-colour:#7979c6;--theme-important-bubble-colour:#fc999b;--theme-important-bubble-border-colour:#bd4d4b;--theme-review-bubble-colour:#fdc09d;--theme-review-bubble-border-colour:#c28645;--theme-annotation-heading-background-colour:#eaddfe;--theme-annotation-note-background-colour:#e4e3fd;--theme-annotation-slide-background-colour:#e3e3e7;--theme-label-important-background-colour:#fadfdf;--theme-label-review-background-colour:#fceede;--theme-annotation-heading-colour:#8f71b7;--theme-annotation-note-colour:#9797ff;--theme-annotation-slide-colour:#8a8a9c;--theme-label-important-colour:#bd4d4b;--theme-label-review-colour:#c28645;--theme-annotation-heading-selection-colour:#eaddfe99;--theme-annotation-note-selection-colour:#e4e3fd99;--theme-annotation-slide-selection-colour:#e3e3e799;--theme-label-important-selection-colour:#fadfdf99;--theme-label-review-selection-colour:#fceede99;--theme-separator-colour:#e3e3e7;--theme-mask-colour:#15151980;--theme-modal-border-colour:transparent;--theme-loader-background-colour:#fffc;--theme-button-selected-colour:#e3e3e7;--theme-background-hover-colour:#e4e3fd;--theme-drop-shadow-colour:#e3e3e7;--theme-scrollbar-track-background-colour:#f4f4f6;--theme-scrollbar-thumb-background-colour:#8a8a9c;--theme-scrollbar-thumb-window-inactive-background-colour:#a0a0ae;--theme-scrollbar-thumb-hover-background-colour:#757589;--theme-timestamp-border-colour:#5e5e76;--theme-timestamp-border-colour-selected:#8a8a9ce6;--theme-timestamp-background-colour:#ffffffa6;--theme-timestamp-background-colour-review:#ffffffd9;--theme-timestamp-recording-text-colour:#151519;--theme-timestamp-transcript-text-colour:#5e5e76;--theme-weak-selection-colour:#aaaaf7;--theme-selection-colour:#5f5ffc;--record-button-colour:#ff5457;--record-button-hover-colour:#fadfdf;--record-button-text-colour:#fff;--theme-info-message-background-colour:#e4e3fd;--theme-info-message-border-colour:#9797ff;--theme-password-weak-colour:#ff545740;--theme-password-fair-colour:#ffa34340;--theme-password-strong-colour:#00c6b240;--theme-box-shadow-colour:#0000000f;--theme-gap:10px;--theme-icon-size:38px;--theme-demo-banner-text-colour:#fff;--theme-demo-banner-background-colour:#414150;--theme-progress-bar-value-colour:var(--theme-primary-colour-strong);--theme-background-option-selected-colour:#e4e3fd;--theme-background-option-hover-colour:#e4e3fd99;--theme-background-semi-transparent-colour:#ffffff80;--theme-border-width:1px;--theme-control-border-width:1px;--theme-border-radius-none:0;--theme-border-radius-xs:4px;--theme-border-radius-sm:6px;--theme-border-radius-md:10px;--theme-border-radius-lg:16px;--theme-border-radius-xl:20px;--theme-border-radius-full:999px;--theme-option-picker-tick-focus-colour:#151519;--theme-text-colour-disabled:#8a8a9c;--theme-border-colour-disabled:#b7b7c1;--theme-muted-blue:#9797ff26;--theme-muted-red:#ff545726;--theme-muted-orange:#ffa34326;--theme-muted-green:#00c6b226;--theme-muted-purple:#d49fff26;--theme-muted-grey:#75758926;--theme-muted-pink:#fc88c626}.theme__brand--dark{--theme-background-colour-extra-weak:#151519;--theme-background-colour-weak:#151519;--theme-background-colour:#151519;--theme-background-colour-strong:#2b2b36;--theme-background-colour-extra-strong:#5e5e76;--theme-border-colour-extra-weak:#414150;--theme-border-colour-weak:#4f4f63;--theme-border-colour:#757589;--theme-border-colour-strong:#8a8a9c;--theme-border-colour-extra-strong:#a0a0ae;--theme-error-colour-extra-weak:#4c242f;--theme-error-colour-weak:#4c242f;--theme-error-colour:#8d3a38;--theme-error-colour-strong:#461d1c;--theme-error-colour-extra-strong:#461d1c;--theme-placeholder-colour-extra-weak:#b7b7c1;--theme-placeholder-colour-weak:#b7b7c1;--theme-placeholder-colour:#b7b7c1;--theme-placeholder-colour-strong:#b7b7c1;--theme-placeholder-colour-extra-strong:#b7b7c1;--theme-font-colour-extra-weak:#8a8a9c;--theme-font-colour-weak:#8a8a9c;--theme-font-colour:#ccccd4;--theme-font-colour-strong:#e3e3e7;--theme-font-colour-extra-strong:#e3e3e7;--theme-text-highlight-font-colour:#fff;--theme-error-text-colour:#fff;--theme-standalone-error-text-colour:#ff5457;--theme-link-colour:#9191fd;--theme-link-colour-inverted:#5f5ffc;--theme-link-hover-colour:#9191fd;--theme-font-colour-inverted:#000;--theme-heading-colour:#e3e3e7;--theme-toast-success-colour:#fff;--theme-toast-success-text-colour:#151519;--theme-toast-success-secondary-text-colour:#5e5e76;--theme-icon-colour:#ccccd4;--theme-info-icon-colour:#ccccd4;--theme-default-bubble-colour:#2b2b36;--theme-default-bubble-border-colour:#757589;--theme-highlighted-bubble-colour:#2d2d4a;--theme-highlighted-bubble-border-colour:#7979c6;--theme-important-bubble-colour:#461d1c;--theme-important-bubble-border-colour:#bd4d4b;--theme-review-bubble-colour:#483219;--theme-review-bubble-border-colour:#c28645;--theme-annotation-heading-background-colour:#312753;--theme-annotation-note-background-colour:#1f1f5b;--theme-annotation-slide-background-colour:#2c2c35;--theme-label-important-background-colour:#4c242f;--theme-label-review-background-colour:#3f2b03;--theme-annotation-heading-colour:#705a93;--theme-annotation-note-colour:#5b5b95;--theme-annotation-slide-colour:#8a8a9c;--theme-label-important-colour:#8d3a38;--theme-label-review-colour:#916434;--theme-annotation-heading-selection-colour:#31275399;--theme-annotation-note-selection-colour:#1f1f5b99;--theme-annotation-slide-selection-colour:#5e5e7699;--theme-label-important-selection-colour:#4c242f99;--theme-label-review-selection-colour:#3f2b0399;--theme-separator-colour:#414150;--theme-mask-colour:#151519eb;--theme-modal-border-colour:#5e5e76;--theme-loader-background-colour:#151519cc;--theme-button-hover-colour:#2a2a34;--theme-button-selected-colour:#414150;--theme-button-hover-primary-colour:var(--theme-primary-colour-weak);--theme-background-hover-colour:#2a2a34;--theme-drop-shadow-colour:#000;--theme-scrollbar-track-background-colour:#414150;--theme-scrollbar-thumb-background-colour:#a0a0ae;--theme-scrollbar-thumb-window-inactive-background-colour:#8a8a9c;--theme-scrollbar-thumb-hover-background-colour:#b7b7c1;--theme-timestamp-background-colour:#ffffff1a;--theme-timestamp-background-colour-review:#ffffff26;--theme-timestamp-border-colour:#ccccd4;--record-button-hover-colour:#4c242f;--theme-timestamp-recording-text-colour:#ccccd4;--theme-timestamp-transcript-text-colour:#8a8a9c;--theme-weak-selection-colour:#1f1f5b;--theme-selection-colour:#5b5b95;--theme-info-message-background-colour:#414150;--theme-info-message-border-colour:#414150;--theme-demo-banner-text-colour:#151519;--theme-demo-banner-background-colour:#e3e3e7;--theme-progress-bar-value-colour:var(--theme-primary-colour-strong);--theme-background-option-selected-colour:#1f1f5b;--theme-background-option-hover-colour:#1f1f5b99;--theme-background-semi-transparent-colour:#1515198c}.theme__brand--dark .theme__brand--banner{--theme-background-colour:#e3e3e7;--theme-font-colour:#151519;--theme-icon-colour:#151519}.theme__brand--dark .theme__brand--blue,.theme__brand--dark.theme__brand--blue{--theme-primary-colour:#5b5b95;--theme-primary-colour-weak:#2d2d4a;--theme-primary-colour-strong:#7979c6;--theme-primary-colour-extra-strong:#7979c6;--theme-font-colour-on-primary-background:#fff;--theme-focus-outline-on-primary-background:#fff;--theme-heading-colour-on-primary-background:#fff;--theme-background-gradient:linear-gradient(138deg, #2d2d4d 11.65%, #39224c 87.16%);--theme-background-gradient-hover:linear-gradient(138deg, #2d2d4de0 11.65%, #39224ce0 87.16%)}.theme__brand--dark .theme__brand--red,.theme__brand--dark.theme__brand--red{--theme-primary-colour:#8d3a38;--theme-primary-colour-weak:#461d1c;--theme-primary-colour-strong:#bd4d4b;--theme-primary-colour-extra-strong:#bd4d4b;--theme-font-colour-on-primary-background:#fff;--theme-focus-outline-on-primary-background:#fff;--theme-heading-colour-on-primary-background:#fff;--theme-background-gradient:linear-gradient(138deg, #4d191a 11.65%, #4d3114 87.16%);--theme-background-gradient-hover:linear-gradient(138deg, #4d191ae0 11.65%, #4d3114e0 87.16%)}.theme__brand--dark .theme__brand--orange,.theme__brand--dark.theme__brand--orange{--theme-primary-colour:#916434;--theme-primary-colour-weak:#483219;--theme-primary-colour-strong:#c28645;--theme-primary-colour-extra-strong:#c28645;--theme-font-colour-on-primary-background:#fff;--theme-focus-outline-on-primary-background:#fff;--theme-heading-colour-on-primary-background:#fff;--theme-background-gradient:linear-gradient(138deg, #4d3114 11.65%, #4d191a 87.16%);--theme-background-gradient-hover:linear-gradient(138deg, #4d3114e0 11.65%, #4d191ae0 87.16%)}.theme__brand--dark .theme__brand--green,.theme__brand--dark.theme__brand--green{--theme-primary-colour:#33756b;--theme-primary-colour-weak:#072f31;--theme-primary-colour-strong:#469c8f;--theme-primary-colour-extra-strong:#469c8f;--theme-font-colour-on-primary-background:#fff;--theme-focus-outline-on-primary-background:#fff;--theme-heading-colour-on-primary-background:#fff;--theme-background-gradient:linear-gradient(133deg, #003b35 -8.08%, #2b2b36 41.36%);--theme-background-gradient-hover:linear-gradient(133deg, #003b35e0 -8.08%, #2b2b36e0 41.36%)}.theme__brand--dark .theme__brand--purple,.theme__brand--dark.theme__brand--purple{--theme-primary-colour:#705a93;--theme-primary-colour-weak:#513570;--theme-primary-colour-strong:#8f71b7;--theme-primary-colour-extra-strong:#8f71b7;--theme-font-colour-on-primary-background:#fff;--theme-focus-outline-on-primary-background:#fff;--theme-heading-colour-on-primary-background:#fff;--theme-background-gradient:linear-gradient(138deg, #39224c 11.65%, #2d2d4d 87.16%);--theme-background-gradient-hover:linear-gradient(138deg, #39224ce0 11.65%, #2d2d4de0 87.16%)}.theme__brand--dark .theme__brand--grey,.theme__brand--dark.theme__brand--grey{--theme-primary-colour:#5e5e76;--theme-primary-colour-weak:#2b2b36;--theme-primary-colour-strong:#757589;--theme-primary-colour-extra-strong:#757589;--theme-font-colour-on-primary-background:#fff;--theme-focus-outline-on-primary-background:#fff;--theme-heading-colour-on-primary-background:#fff;--theme-background-gradient:linear-gradient(133deg, #003b35 -8.08%, #2b2b36 41.36%);--theme-background-gradient-hover:linear-gradient(133deg, #003b35e0 -8.08%, #2b2b36e0 41.36%)}.theme__brand--dark .theme__brand--pink,.theme__brand--dark.theme__brand--pink{--theme-primary-colour:#8e5575;--theme-primary-colour-weak:#472a3b;--theme-primary-colour-strong:#bd729c;--theme-primary-colour-extra-strong:#bd729c;--theme-font-colour-on-primary-background:#fff;--theme-focus-outline-on-primary-background:#fff;--theme-heading-colour-on-primary-background:#fff;--theme-background-gradient:linear-gradient(138deg, #4c293b 11.65%, #39224c 87.16%);--theme-background-gradient-hover:linear-gradient(133deg, #4c293bb3 -8.08%, #39224cb3 41.36%)}.theme__brand--banner{--theme-background-colour:#414150;--theme-font-colour:#fff;--theme-icon-colour:#fff}.theme__brand--banner-error{--theme-background-colour:#ff5457;--theme-font-colour:#151519;--theme-icon-colour:#151519}.theme__brand--banner-warning{--theme-background-colour:#ffa343;--theme-font-colour:#151519;--theme-icon-colour:#151519}.theme__brand--banner-info{--theme-background-colour:#00c6b2;--theme-font-colour:#fff;--theme-icon-colour:#fff}.theme__brand--blue{--theme-primary-colour:#9797ff;--theme-primary-colour-weak:#e4e3fd;--theme-primary-colour-strong:#8888df;--theme-primary-colour-extra-strong:#7979c6;--theme-font-colour-on-primary-background:#151519;--theme-focus-outline-on-primary-background:#151519;--theme-heading-colour-on-primary-background:#000;--theme-background-gradient:linear-gradient(138deg, #e0e0ff 11.65%, #ecd5fe 87.16%);--theme-background-gradient-hover:linear-gradient(118deg, #e0e0ffb3 0%, #e2deffb3 19.62%, #ecd5feb3 100%);--theme-muted-blue:#9797ff26}.theme__brand--red{--theme-primary-colour:#ff5457;--theme-primary-colour-weak:#fadfdf;--theme-primary-colour-strong:#e1484a;--theme-primary-colour-extra-strong:#bd4d4b;--theme-font-colour-on-primary-background:#151519;--theme-focus-outline-on-primary-background:#151519;--theme-heading-colour-on-primary-background:#000;--theme-background-gradient:linear-gradient(138deg, #ffcccd 11.65%, #ffe3c7 87.16%);--theme-background-gradient-hover:linear-gradient(118deg, #ffcccdb3 0%, #ffe3c7b3 100%);--theme-muted-red:#ff545726}.theme__brand--orange{--theme-primary-colour:#ffa343;--theme-primary-colour-weak:#fceede;--theme-primary-colour-strong:#da964e;--theme-primary-colour-extra-strong:#c28645;--theme-font-colour-on-primary-background:#151519;--theme-focus-outline-on-primary-background:#151519;--theme-heading-colour-on-primary-background:#000;--theme-background-gradient:linear-gradient(138deg, #ffe3c7 11.65%, #ffcccd 87.16%);--theme-background-gradient-hover:linear-gradient(118deg, #ffe3c7b3 0%, #ffcccdb3 100%);--theme-muted-orange:#ffa34326}.theme__brand--green{--theme-primary-colour:#00c6b2;--theme-primary-colour-weak:#b7e4e5;--theme-primary-colour-strong:#50b0a0;--theme-primary-colour-extra-strong:#469c8f;--theme-font-colour-on-primary-background:#151519;--theme-focus-outline-on-primary-background:#151519;--theme-heading-colour-on-primary-background:#000;--theme-background-gradient:linear-gradient(138deg, #b9ede8 -8.08%, #e3e3e7 41.36%);--theme-background-gradient-hover:linear-gradient(138deg, #b9ede899 -8.08%, #e3e3e799 41.36%);--theme-muted-green:#00c6b226}.theme__brand--purple{--theme-primary-colour:#d49fff;--theme-primary-colour-weak:#eaddfe;--theme-primary-colour-strong:#b08bdb;--theme-primary-colour-extra-strong:#8f71b7;--theme-font-colour-on-primary-background:#151519;--theme-focus-outline-on-primary-background:#151519;--theme-heading-colour-on-primary-background:#000;--theme-background-gradient:linear-gradient(138deg, #ecd5fe 11.65%, #e0e0ff 87.16%);--theme-background-gradient-hover:linear-gradient(118deg, #ecd5feb3 0%, #e3e0ffb3 100%);--theme-muted-purple:#d49fff26}.theme__brand--grey{--theme-primary-colour:#757589;--theme-primary-colour-weak:#e3e3e7;--theme-primary-colour-strong:#2b2b36;--theme-primary-colour-extra-strong:#2b2b36;--theme-font-colour-on-primary-background:#fff;--theme-focus-outline-on-primary-background:#fff;--theme-heading-colour-on-primary-background:#fff;--theme-background-gradient:linear-gradient(138deg, #b9ede8 -8.08%, #e3e3e7 41.36%);--theme-background-gradient-hover:linear-gradient(138deg, #b9ede899 -8.08%, #e3e3e799 41.36%);--theme-muted-grey:#75758926}.theme__brand--pink{--theme-primary-colour:#fc88c6;--theme-primary-colour-weak:#fbecf5;--theme-primary-colour-strong:#d580b0;--theme-primary-colour-extra-strong:#bd729c;--theme-font-colour-on-primary-background:#151519;--theme-focus-outline-on-primary-background:#151519;--theme-heading-colour-on-primary-background:#000;--theme-background-gradient:linear-gradient(138deg, #fedbee 11.65%, #ecd5fe 87.16%);--theme-background-gradient-hover:linear-gradient(118deg, #fedbeeb3 0%, #ecd5feb3 100%);--theme-muted-pink:#fc88c626}._pendo-step-container,._pendo-step-container-styles{background-color:var(--theme-background-colour)!important;border-color:var(--theme-border-colour)!important}._pendo-close-guide,._pendo-close-guide:not(#nonce):hover{color:var(--theme-icon-colour)!important}.pendo-tooltip-caret.pendo-tooltip-caret--bottom{border-bottom-color:var(--theme-background-colour)!important}.pendo-tooltip-caret--bottom+.pendo-tooltip-caret-border{border-bottom-color:var(--theme-border-colour)!important}.pendo-tooltip-caret.pendo-tooltip-caret--top{border-top-color:var(--theme-background-colour)!important}.pendo-tooltip-caret.pendo-tooltip-caret--right{border-right-color:var(--theme-background-colour)!important}.pendo-tooltip-caret.pendo-tooltip-caret--left{border-left-color:var(--theme-background-colour)!important}.pendo-tooltip-caret--top+.pendo-tooltip-caret-border{border-top-color:var(--theme-border-colour)!important}._pendo-backdrop{background-color:var(--theme-mask-colour)!important}._pendo-text-title,._pendo-resource-center-home-title-text,._pendo-resource-center-guidelist-module-title-text{color:var(--theme-heading-colour)!important}.pendo-radio,._pendo-text-plain,._pendo-text-custom,._pendo-text-paragraph{color:var(--theme-font-colour)!important}._pendo-text-link:not(#nonce),._pendo-button-tertiaryButton:not(#nonce),button ._pendo-simple-text,._pendo-resource-center-module-list-item-title-text{cursor:pointer;color:var(--theme-link-colour)!important}._pendo-text-link:not(#nonce):hover,._pendo-button-tertiaryButton:not(#nonce):hover,button ._pendo-simple-text:hover,._pendo-resource-center-module-list-item-title-text:hover{text-decoration:underline;color:var(--theme-link-hover-colour)!important}.bb-button._pendo-button._pendo-button-primaryButton:not(#nonce){cursor:pointer;background-color:var(--theme-primary-colour)!important;border-color:var(--theme-primary-colour)!important;color:var(--theme-font-colour-on-primary-background)!important}.bb-button._pendo-button._pendo-button-primaryButton:not(#nonce):disabled{cursor:default;opacity:.55!important}.pendo-code-block>*{color:var(--theme-font-colour)!important}.pendo-code-block h1,.pendo-code-block h2,.pendo-code-block h3{color:var(--theme-heading-colour)!important}html,body{-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%;height:100%;margin:0;padding:0;line-height:1.4285em}body{background-color:var(--theme-background-colour);transition:background-color .25s}body,textarea,input{font-size:var(--theme-font-size);color:var(--theme-font-colour)}button,input,select,textarea{font-size:100%;line-height:1.15}*{box-sizing:border-box;font-family:var(--theme-font-family)}input::placeholder,textarea::placeholder{color:var(--theme-placeholder-colour)}p{margin:0 0 1em;line-height:1.4285em}p:first-child{margin-top:0}p:last-child{margin-bottom:0}h1,h2,h3,h4,h5{font-family:var(--theme-heading-font-family);color:var(--theme-heading-colour);margin:calc(2rem - .14286em) 0 1rem;font-weight:700;line-height:1.28571em}h2{font-size:1.71429rem}h1:first-child,h2:first-child,h3:first-child,h4:first-child,h5:first-child{margin-top:0}h1:last-child,h2:last-child,h3:last-child,h4:last-child,h5:last-child{margin-bottom:0}.grecaptcha-badge{visibility:hidden}a{color:var(--theme-link-colour)}::-webkit-scrollbar{-webkit-appearance:none;width:10px;height:10px}::-webkit-scrollbar-track{background-color:var(--theme-scrollbar-track-background-colour);border-radius:0}::-webkit-scrollbar-thumb{cursor:pointer;background-color:var(--theme-scrollbar-thumb-background-colour);border-radius:5px;transition:color .2s}::-webkit-scrollbar-thumb:window-inactive{background-color:var(--theme-scrollbar-thumb-window-inactive-background-colour)}::-webkit-scrollbar-thumb:hover{background-color:var(--theme-scrollbar-thumb-hover-background-colour)}::-webkit-file-upload-button{font-family:var(--theme-font-family)}@media (prefers-reduced-motion:reduce){::view-transition-group(*){animation:none}::view-transition-old(*){animation:none}::view-transition-new(*){animation:none}}@font-face{font-family:Nunito Sans;src:url(/present/fonts/NunitoSans-Variable.ttf)format("truetype");font-style:normal;font-weight:300 700;font-stretch:100%;font-display:swap}@font-face{font-family:Nunito Sans;src:url(/present/fonts/NunitoSans-Italic-Variable.ttf)format("truetype");font-style:italic;font-weight:300 700;font-stretch:100%;font-display:swap}@font-face{font-family:Poppins;src:url(/present/fonts/Poppins-Bold.ttf)format("truetype");font-style:normal;font-weight:700;font-stretch:100%;font-display:swap}html,body{--header-height:48px;font-family:Nunito Sans}
