: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:0;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)}.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_de7ol_1{color:var(--theme-link-colour);appearance:none;background:0 0;border:none;text-decoration:underline;text-decoration-thickness:1px}._link_de7ol_1:focus{border-radius:.5px}._link_de7ol_1:not(._disabled_de7ol_12){cursor:pointer}._link_de7ol_1:not(._disabled_de7ol_12):hover,._link_de7ol_1:not(._disabled_de7ol_12):focus{text-decoration:underline;text-decoration-thickness:2px}._outline_de7ol_20:focus{outline-offset:2px;outline:2px solid -webkit-focus-ring-color}._disabled_de7ol_12{cursor:default;opacity:.45}._darkenOnHover_de7ol_30:hover,._darkenOnHover_de7ol_30:focus{color:var(--theme-link-hover-colour)}._invertedColour_de7ol_35{color:var(--theme-link-colour-inverted)}._standalone_de7ol_39{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{z-index:100000;width:max-content}.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--warning,.Toastify__toast--error{background-color:var(--theme-error-colour);color:var(--theme-error-text-colour)}@media only screen and (width<=480px){.Toastify__toast{--toastify-toast-min-height:0;--toastify-toast-padding:10px;margin-top:5px}.Toastify__toast-container{position:fixed;left:50%;transform:translate(-50%)}.app-toast-message{text-wrap:balance;border-radius:4px;max-width:calc(100vw - 20px)}}._icon_uixz2_1{color:var(--theme-icon-colour);vector-effect:non-scaling-stroke}._core_oyzke_7{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);appearance:none;box-sizing:border-box;border-radius:var(--theme-border-radius-full);align-items:center;gap:10px;width:max-content;padding:8px 16px;font-weight:600;display:inline-flex;position:relative}._core_oyzke_7:not(:disabled){cursor:pointer;-webkit-user-select:none;user-select:none}._core_oyzke_7:not(:disabled):hover{background-color:var(--theme-button-hover-colour)}._core_oyzke_7:disabled{opacity:.55}._core_oyzke_7{text-decoration:none}._core_oyzke_7._iconLeft_oyzke_37{padding-left:10px}._core_oyzke_7._iconRight_oyzke_40{padding-right:10px}._primary_oyzke_44{background-color:var(--theme-primary-colour);border-color:var(--theme-primary-colour);color:var(--theme-font-colour-on-primary-background)}._primary_oyzke_44:not(:disabled):hover{background-color:var(--theme-button-hover-primary-colour);border-color:var(--theme-button-hover-primary-colour)}._primary_oyzke_44:not(:disabled):focus-visible{border-color:var(--theme-button-hover-primary-colour);outline:2px solid var(--theme-font-colour-on-primary-background)}._primary_oyzke_44{--theme-icon-colour:var(--theme-font-colour-on-primary-background)}._destructive_oyzke_61{background-color:var(--theme-error-colour);border-color:var(--theme-error-colour);color:var(--theme-error-text-colour)}._destructive_oyzke_61:not(:disabled):hover{background-color:var(--theme-error-colour-strong);border-color:var(--theme-error-colour-strong)}._destructive_oyzke_61:not(:disabled):focus-visible{border-color:var(--theme-error-colour-strong);outline:2px solid var(--theme-font-colour-on-primary-background)}._compact_oyzke_75{font-family:var(--theme-font-family);font-size:var(--theme-caption-size);color:var(--theme-font-colour);border-width:1px;padding:5px 8px}._accessibleDescription_oyzke_83{display:none}._hero_oyzke_87{background-color:var(--theme-heading-colour);border-color:var(--theme-heading-colour);color:var(--theme-background-colour);flex:1;justify-content:center}._hero_oyzke_87:not(:disabled):hover,._hero_oyzke_87:not(:disabled):focus-visible{background-color:var(--theme-background-colour);color:var(--theme-heading-colour)}._hero_oyzke_87: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_jmssp_1{font-family:var(--theme-font-family);color:var(--theme-background-colour);background-color:var(--theme-font-colour);border-radius:var(--theme-border-radius-xs);white-space:preserve;padding:5px 8px;font-size:.9rem}._container_jmssp_1 ._arrow_jmssp_10{color:var(--theme-font-colour);font-size:0;line-height:normal}._container_jmssp_1 ._arrow_jmssp_10 svg{color:var(--theme-font-colour)}._container_jmssp_1 ._arrow_jmssp_10[data-placement=top] svg{transform:rotate(0)}._container_jmssp_1 ._arrow_jmssp_10[data-placement=right] svg{transform:rotate(90deg)}._container_jmssp_1 ._arrow_jmssp_10[data-placement=bottom] svg{transform:rotate(180deg)}._container_jmssp_1 ._arrow_jmssp_10[data-placement=left] svg{transform:rotate(270deg)}._icore_c3yf1_7{width:var(--theme-icon-size);height:var(--theme-icon-size);appearance:none;border-radius:var(--theme-border-radius-full);color:var(--theme-icon-colour);background:0 0;border:none;justify-content:center;align-items:center;padding:8px;display:flex}._icore_c3yf1_7:not(:disabled,._compact_c3yf1_20){cursor:pointer;-webkit-user-select:none;user-select:none}._icore_c3yf1_7:not(:disabled,._compact_c3yf1_20):hover{background-color:var(--theme-button-hover-colour)}._icore_c3yf1_7:not(:disabled,._compact_c3yf1_20):active{background-color:var(--theme-button-selected-colour)}._icore_c3yf1_7:disabled{opacity:.4}._standalone_c3yf1_34{background-color:var(--theme-background-colour);border:1px solid var(--theme-border-colour);min-width:var(--theme-icon-size);min-height:var(--theme-icon-size);justify-content:center;align-items:center;padding:0;display:flex}._pressed_c3yf1_45{background-color:var(--theme-button-selected-colour)}._primary_c3yf1_49{background-color:var(--theme-primary-colour);border-color:var(--theme-primary-colour);color:var(--theme-font-colour-on-primary-background)}._primary_c3yf1_49:not(:disabled):hover{background-color:var(--theme-button-hover-primary-colour);border-color:var(--theme-button-hover-primary-colour)}._primary_c3yf1_49:not(:disabled):focus-visible{border-color:var(--theme-button-hover-primary-colour);outline:2px solid var(--theme-font-colour-on-primary-background)}._primary_c3yf1_49{--theme-icon-colour:var(--theme-font-colour-on-primary-background)}._compact_c3yf1_20{cursor:pointer;padding:0}._compact_c3yf1_20:focus{outline-offset:4px}.screen-reader-announcement{width:1px;height:1px;margin:0;padding:0;position:absolute;bottom:100%;left:-1px;overflow:hidden}._item_n7srz_7{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);appearance:none;box-sizing:border-box;border-radius:var(--theme-border-radius-full);align-items:center;gap:10px;width:max-content;padding:8px 16px;font-weight:600;display:inline-flex;position:relative}._item_n7srz_7:not(:disabled){cursor:pointer;-webkit-user-select:none;user-select:none}._item_n7srz_7:not(:disabled):hover{background-color:var(--theme-button-hover-colour)}._item_n7srz_7:disabled{opacity:.55}._item_n7srz_7{width:unset;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_n7srz_7:focus{outline:none}._item_n7srz_7:focus[data-focus-visible=true]{outline:2px solid highlight;outline:2px solid -webkit-focus-ring-color;outline-offset:-2px}._item_n7srz_7:hover{background-color:var(--theme-background-colour)!important}._item_n7srz_7:hover [slot=label]{text-underline-offset:.2rem;text-decoration:underline}._item_n7srz_7:not(:last-child){border-bottom:1px solid var(--theme-separator-colour)}._item_n7srz_7 [slot=label]{width:100%;font-size:var(--theme-font-size);white-space:nowrap;color:var(--theme-link-colour);font-style:normal;font-weight:600;line-height:normal}._item_n7srz_7 [slot=icon]{width:24px;height:24px}._item_n7srz_7._disabled_n7srz_82:hover [slot=label]{color:var(--theme-placeholder-colour)}._section_1wmrh_1:not(:last-child){border-bottom:1px solid var(--theme-separator-colour)}._sectionHeader_1wmrh_5{border-bottom:1px solid var(--theme-separator-colour);padding:7px 14px 6px;list-style:normal}._heading_1wmrh_11{font-family:var(--theme-font-family);margin:0;padding:0;font-size:.8rem;font-weight:700;line-height:normal}._toggle_cp879_1{font-family:var(--theme-font-family);font-size:var(--theme-font-size);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_cp879_1:hover,._toggle_cp879_1:focus-within{text-decoration:underline;text-decoration-thickness:2px}._toggle_cp879_1[data-selected] ._indicator_cp879_17{--indicator-transform:translateX(calc(var(--indicator-width) - var(--indicator-circle-radius) - 4px));background:var(--theme-primary-colour-extra-strong)}._toggle_cp879_1[data-selected] ._indicator_cp879_17:before{transform:var(--indicator-transform)}._toggle_cp879_1[data-selected] ._indicator_cp879_17:after{opacity:1;transform:var(--indicator-transform)}._toggle_cp879_1[data-focus-visible] ._indicator_cp879_17{outline:-webkit-focus-ring-color solid 2px;outline-offset:2px}._indicator_cp879_17{--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(--theme-border-radius-full);background:var(--theme-border-colour);position:relative}._indicator_cp879_17:before{height:var(--indicator-circle-radius);width:var(--indicator-circle-radius);border-radius:var(--theme-border-radius-full);content:"";background-color:var(--theme-background-colour);margin:2px;transition:all .4s;position:absolute}._indicator_cp879_17:after{height:var(--indicator-circle-radius);width:var(--indicator-circle-radius);content:"";background-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_cp879_65{justify-content:flex-start}._description_cp879_69{font-family:var(--theme-font-family);font-size:var(--theme-font-size);color:var(--theme-font-colour)}@media (prefers-reduced-motion:no-preference){._popover_liw71_2{transition:opacity .2s ease-out,transform .2s ease-out}}._popover_liw71_2[data-entering]{opacity:0;transform:translateY(6px)}._popover_liw71_2[data-exiting]{opacity:0;pointer-events:none;transform:translateY(6px)}._menu_liw71_16{background:var(--theme-background-colour);border:1px solid var(--theme-separator-colour);border-radius:var(--theme-border-radius-md);min-width:8rem;box-shadow:var(--theme-box-shadow-colour) 0 2px 3px 0;outline:none;flex-direction:column;justify-content:flex-start;max-height:80vh;margin:.35rem 0 0;padding:0;list-style-type:none;display:flex;overflow:hidden auto}._menu_liw71_16:focus-visible{outline:2px}._menu_liw71_16>:first-child,._menu_liw71_16>section:first-child>:first-child{border-top-left-radius:var(--theme-border-radius-md);border-top-right-radius:var(--theme-border-radius-md)}._menu_liw71_16>:last-child,._menu_liw71_16>section:last-child>:last-child{border-bottom-left-radius:var(--theme-border-radius-md);border-bottom-right-radius:var(--theme-border-radius-md)}._container_1trag_1{color:unset;background-color:#0000;border:#0000;line-height:0;text-decoration:none}._logo_1trag_9{height:var(--header-height);color:var(--theme-heading-colour-on-primary-background)}@media (width<=400px){._presentLogo_1trag_15{display:none}}._genioLogo_1trag_20{display:none}@media (width<=400px){._genioLogo_1trag_20{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)}.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)}.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)}.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_1afzj_1{border-bottom:1px solid var(--theme-separator-colour);margin-top:0;margin-bottom:0;padding:20px 24px;display:flex}._modalHeader_1afzj_1 ._heading_1afzj_8{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_1afzj_1 ._stepCounter_1afzj_15{color:var(--theme-placeholder-colour-strong);font-size:var(--theme-font-size-small);margin:auto 0;font-weight:600}._modalHeader_1afzj_1._error_1afzj_22{background-color:var(--theme-error-colour);padding:20px}._modalHeader_1afzj_1._error_1afzj_22 ._heading_1afzj_8{color:var(--theme-error-text-colour);font-size:1.17rem;font-weight:700}@media screen and (height<390px){._modalHeader_1afzj_1,._modalHeader_1afzj_1._error_1afzj_22{padding:10px 12px}}._loader_132s5_2{width:50px;height:30px;position:relative}@keyframes _loader_132s5_2{0%{opacity:.5;transform:scaleY(.1)}25%{opacity:1;transform:scale(1)}60%{transform:scaleY(.1)}to{opacity:.5;transform:scaleY(.1)}}._hidePage_132s5_25,._dimPage_132s5_26{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_132s5_26{background-color:var(--theme-loader-background-colour)}._hidePage_132s5_25{background-color:var(--theme-background-colour)}._inlineWrapper_132s5_49{display:inline-block}._bar_132s5_53{opacity:.5;border-radius:4px;width:6px;height:30px;animation:.8s ease-in-out infinite _loader_132s5_2;position:absolute;bottom:0;transform:scaleY(.1)}._bar1_132s5_64{background:#9797ff;animation-delay:0s;left:0}._bar2_132s5_70{background:#00c6b2;animation-delay:.1s;left:10px}._bar3_132s5_76{background:#ff5457;animation-delay:.2s;left:20px}._bar4_132s5_82{background:#d49fff;animation-delay:.3s;left:30px}._bar5_132s5_88{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_jrv4g_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;padding-right:15px;display:grid}._leadingNavItems_jrv4g_14{justify-content:flex-start;align-items:center;display:flex}._trailingNavItems_jrv4g_20{--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_1p3uv_1{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_1p3uv_13{font-weight:700}._presentLinkWrapper_1p3uv_17{margin-top:50px}._accessSection_1p3uv_21{flex-direction:column;gap:10px;margin-top:50px;display:flex}.spinner__wrapper{display:inline-block}.spinner{border:3px solid #fff;border-top-color:#0000;border-radius:50%;width:25px;height:25px;animation:1s ease-in-out infinite spin;display:inline-block}.spinner--primary{border:3px solid var(--theme-primary-colour);border-top-color:#0000}.spinner--small{width:18px;height:18px}.spinner--extra-small{width:16px;height:16px}@keyframes spin{to{transform:rotate(360deg)}}._label_wdb43_1{color:var(--theme-font-colour);margin-bottom:.5rem;font-size:.875rem;font-weight:600;display:block}._input_wdb43_9{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_wdb43_9:focus{border-color:var(--theme-primary-colour);box-shadow:0 0 0 0 2px var(--theme-primary-colour)}._input_wdb43_9::placeholder{color:var(--theme-placeholder-colour)}._input_wdb43_9:disabled{opacity:.45;cursor:not-allowed}._container_13h8z_1{min-height:calc(100dvh - var(--header-height));text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:12px;display:flex}._heading_13h8z_11{flex-direction:column;font-size:1.5rem;display:flex}._headingSpan_13h8z_17{font-size:1.125rem;font-weight:400}._image_13h8z_22{width:200px}._formInputs_13h8z_26{flex-direction:column;align-items:center;gap:20px;display:flex}._inputContainer_13h8z_33{flex-direction:column;gap:10px;display:flex}._privacyNotice_13h8z_39{font-size:var(--theme-caption-size);margin-top:20px}._progressBar_181kx_2{appearance:none;cursor:pointer;background:0 0;position:relative}._progressBar_181kx_2:focus{outline:none}._progressBar_181kx_2::-webkit-slider-runnable-track{background:#8a8a9c;height:6px}._progressBar_181kx_2::-webkit-slider-thumb{appearance:none;position:relative}._progressBar_181kx_2: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_181kx_2: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_181kx_2: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_181kx_2:before{content:"";height:6px;width:var(--progress-width);background:#fff;display:block;position:absolute}._progressBar_181kx_2::-moz-range-track{background:#8a8a9c;height:6px}._progressBar_181kx_2::-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_181kx_2: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_181kx_2: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_181kx_2::-moz-range-progress{background:#fff;height:6px}._contentContainer_1ov48_1{flex-direction:column;display:flex}._contentContainer_1ov48_1 ._headerContainer_1ov48_5{border-bottom:1px solid var(--theme-separator-colour);text-align:left;justify-content:space-between;align-items:center;padding:20px 24px;display:flex}._contentContainer_1ov48_1 ._headerContainer_1ov48_5 h2{color:var(--theme-heading-colour);font-family:var(--theme-heading-font-family);margin-top:auto;margin-bottom:auto;font-size:1.17rem;font-weight:700}._childrenContainer_1ov48_22{padding:20px 24px}._buttonContainer_1ov48_26{border-top:1px solid var(--theme-separator-colour);justify-content:center;align-items:center;gap:10px;padding:20px 24px;display:flex}@media screen and (width<=700px){._contentContainer_1ov48_1{height:100%}._childrenContainer_1ov48_22{flex:1}}@media screen and (height<390px){._contentContainer_1ov48_1 ._headerContainer_1ov48_5,._buttonContainer_1ov48_26,._childrenContainer_1ov48_22{padding:10px 12px}}._overlay_rscd4_1{z-index:10000;text-align:center;background-color:var(--theme-mask-colour);-webkit-backdrop-filter:blur(1.5px);backdrop-filter:blur(1.5px);min-height:100%;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_rscd4_1[data-entering]{animation:.2s _ds-dialog-fade_rscd4_1}._overlay_rscd4_1[data-exiting]{animation:.15s ease-in reverse _ds-dialog-fade_rscd4_1}}._modal_rscd4_30{border-radius:var(--theme-border-radius-lg);text-align:left;vertical-align:middle;background-color:var(--theme-background-colour);border:1px solid var(--theme-modal-border-colour);width:700px;overflow:hidden;box-shadow:0 15px 20px #15151929}@media (prefers-reduced-motion:no-preference){._modal_rscd4_30[data-entering]{animation:.3s cubic-bezier(.175,.885,.32,1.275) _ds-dialog-zoom_rscd4_1}}._dialog_rscd4_46{outline:none;position:relative}@keyframes _ds-dialog-fade_rscd4_1{0%{opacity:0}to{opacity:1}}@keyframes _ds-dialog-zoom_rscd4_1{0%{transform:scale(.8)}to{transform:scale(1)}}@media screen and (width<=700px){._overlay_rscd4_1{padding:0}._overlay_rscd4_1[data-entering],._overlay_rscd4_1[data-exiting]{animation:none}._modal_rscd4_30{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%;position:fixed;overflow-y:auto}._modal_rscd4_30[data-entering],._modal_rscd4_30[data-exiting]{animation:none}._dialog_rscd4_46,._dialog_rscd4_46>*{height:100%}}._radioGroup_12kji_2{flex-direction:column;gap:.5rem;display:flex}._radio_12kji_2{gap:.5rem;display:flex;position:relative}._radio_12kji_2[data-disabled]{opacity:.5}._radio_12kji_2: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_12kji_2: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_12kji_2[data-focus-visible]:before{outline:2px solid -webkit-focus-ring-color;outline-offset:2px}._selected_12kji_47:before{border-width:2px;border-color:#33756b;padding:2px}._selected_12kji_47[data-pressed]:before{border-color:#33756b}._selected_12kji_47:after,._selected_12kji_47[data-pressed]:after{background:var(--theme-font-colour)}._radioHeader_12kji_62{margin:0}._downloadButton_12kji_66{margin-right:-10px}._controlsContainer_1clup_2{justify-content:flex-end;align-items:left;color:#fff;width:80cqw;opacity:var(--controls-visibility);flex-direction:column;margin-left:auto;margin-right:auto;padding-left:16px;padding-right:16px;display:flex}._mediaControls_1clup_16{--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_1clup_16{--theme-icon-colour:white}._mediaControls_1clup_16,.theme__brand--dark ._mediaControls_1clup_16{--theme-button-selected-colour:transparent;--theme-button-hover-colour:#505051}._playbackControls_1clup_41{justify-content:start;align-items:center;margin-top:0;margin-bottom:0;padding:0;list-style:none;display:flex}._playbackControls_1clup_41 p:last-child{margin-bottom:-2px}._playbackLocation_1clup_55{font-size:var(--theme-font-size-small);flex-grow:1}._playButton_1clup_60 button,._playButton_1clup_60 button:focus-visible{margin-left:-11px}._container_u40i3_1{--theme-icon-colour:white;--controls-visibility:1;background:#000;border-radius:1rem;flex-direction:column;justify-content:flex-end;align-items:center;padding:.625rem 1rem;display:flex}._audio_u40i3_16{display:none}._playbackLocation_u40i3_20{color:#fff;margin:0;padding:0}._controlsList_u40i3_26{justify-content:start;align-items:center;width:100%;margin:0;padding:0;list-style:none;display:flex}._container_17so2_1{flex-direction:row;align-items:center;display:flex}meter{appearance:none;border:0;border-radius:5px;width:80px;height:16px;margin-left:4px}._iconWrapper_17so2_18{padding-right:8px}._meterSmall_17so2_22{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}._flipped_pwzos_1{transform:rotateY(180deg)}._hidden_pwzos_5{display:none}._bigVideo_pwzos_9{justify-content:center;width:50cqw;min-height:230px;max-height:50cqh;display:flex}@container (width<=700px){._bigVideo_pwzos_9{width:80cqw}}@container (width<=400px){._bigVideo_pwzos_9{width:90cqw}}@container review-media (width>=0){._bigVideo_pwzos_9{width:80cqw}}@container feedback-media (width>=0){._bigVideo_pwzos_9{width:80cqw}}._video_pwzos_37 video{background-color:#000;border:.1rem solid #000;border-radius:1rem;flex-shrink:1;width:100%}._container_pwzos_45{justify-content:center;width:min-content;min-height:230px;position:relative}._container_pwzos_45:has(._smallVideo_pwzos_51){grid-template-rows:1fr 1rem;grid-template-columns:1rem 35% auto;align-items:end;display:grid}._container_pwzos_45:has(._smallVideo_pwzos_51) ._bigVideo_pwzos_9{grid-area:1/1/3/4;display:flex}._container_pwzos_45:has(._smallVideo_pwzos_51) ._smallVideo_pwzos_51{grid-area:1/2/2/3;justify-self:end;max-height:50%;display:flex}._container_pwzos_45{background:#000;background-image:linear-gradient(180deg, black 70%, var(--theme-primary-colour-extra-strong) 100%);aspect-ratio:4/3;border-radius:1rem;justify-content:center;align-items:center;width:50cqw;max-height:50cqh;display:flex;position:relative}@container (width<=700px){._container_pwzos_45{width:80cqw}}@container (width<=400px){._container_pwzos_45{width:90cqw}}._contents_pwzos_97{text-align:center;color:#fff;--theme-icon-colour:#00c6b2;border-radius:2rem;flex-direction:column;justify-content:center;align-items:center;height:100%;display:flex}.theme__brand--dark ._contents_pwzos_97{--theme-icon-colour:#00c6b2}._contents_pwzos_97._error_pwzos_111{color:#ff5457;--theme-icon-colour:#ff5457}.theme__brand--dark ._contents_pwzos_97._error_pwzos_111{--theme-icon-colour:#ff5457}._contents_pwzos_97 p{padding-top:.5rem}._flipped_1gd0x_1{transform:rotateY(180deg)}._hidden_1gd0x_5{display:none}._bigVideo_1gd0x_9{justify-content:center;width:50cqw;min-height:230px;max-height:50cqh;display:flex}@container (width<=700px){._bigVideo_1gd0x_9{width:80cqw}}@container (width<=400px){._bigVideo_1gd0x_9{width:90cqw}}@container review-media (width>=0){._bigVideo_1gd0x_9{width:80cqw}}@container feedback-media (width>=0){._bigVideo_1gd0x_9{width:80cqw}}._video_1gd0x_37 video{background-color:#000;border:.1rem solid #000;border-radius:1rem;flex-shrink:1;width:100%}._container_1gd0x_45{justify-content:center;width:min-content;min-height:230px;position:relative}._container_1gd0x_45:has(._smallVideo_1gd0x_51){grid-template-rows:1fr 1rem;grid-template-columns:1rem 35% auto;align-items:end;display:grid}._container_1gd0x_45:has(._smallVideo_1gd0x_51) ._bigVideo_1gd0x_9{grid-area:1/1/3/4;display:flex}._container_1gd0x_45:has(._smallVideo_1gd0x_51) ._smallVideo_1gd0x_51{grid-area:1/2/2/3;justify-self:end;max-height:50%;display:flex}._grid_1dw53_1{grid-template-rows:1fr 1fr 1fr;grid-template-columns:1fr;grid-auto-flow:column;display:grid}._grid_1dw53_1:hover,._grid_1dw53_1:focus-within{--controls-visibility:1}._duoVideo_1dw53_11{grid-area:1/1/4/2}._backgroundMediaControls_1dw53_18{opacity:0;z-index:1;grid-area:1/1/4/2}@keyframes _fadeOut_1dw53_1{0%{opacity:1}to{opacity:0}}._playbackOverlay_1dw53_35{z-index:3;pointer-events:none;color:#fff;grid-area:1/1/4/2;justify-content:center;align-items:center;animation:.5s ease-out forwards _fadeOut_1dw53_1;display:flex}._mediaControls_1dw53_49{z-index:2;background:linear-gradient(#0000,#000);border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;grid-area:3/1/4/2;max-width:80cqw}._pane_9zsce_1{justify-content:center;align-items:flex-start;width:100%;display:flex}._placeholder_1xqir_1{text-align:center;color:var(--theme-placeholder-colour);flex-direction:column;flex:1;justify-content:center;align-items:center;display:flex}._image_1xqir_11{-webkit-user-select:none;user-select:none;height:50px;margin-bottom:1rem}._emojiPicker_u37ta_1{--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_u37ta_1{height:360px}}@media only screen and (height<=800px){._emojiPicker_u37ta_1{height:290px}}@media only screen and (width<=400px){._emojiPicker_u37ta_1{--emoji-padding:.1rem;width:300px}}@media only screen and (height<=700px){._emojiPicker_u37ta_1{height:200px}}._popover_uku1k_1{border:1px solid var(--theme-border-colour);z-index:1;background-color:var(--theme-background-colour);border-radius:12px;position:relative}._container_1sfwo_1{position:relative}._emoji_1sfwo_5{font-size:var(--theme-heading-size-large);margin-top:.2rem}._popover_1sfwo_10{position:absolute;bottom:calc(100% + 8px);left:-146px}._actions_1sfwo_16{border-top:1px solid var(--theme-separator-colour);padding:10px}._editableNoteForm_1ybaz_1{gap:.5rem;width:100%;display:flex;position:relative}._editableTextArea_1ybaz_8{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_1ybaz_8:focus{border:2px solid var(--theme-border-colour-strong);padding:2px 9px}._editableTextArea_1ybaz_8._dirty_1ybaz_23{border-color:var(--theme-annotation-note-colour)}._editButtons_1ybaz_27{flex-direction:column;gap:.25rem;padding-top:.25rem;display:flex}._editButton_1ybaz_27{justify-content:center;align-items:center;padding:.25rem;display:flex}._spinnerContainer_1ybaz_41{align-items:center;height:100%;padding-top:.25rem;display:flex}._note_rsgfy_2{transform-origin:50%;flex-direction:column;padding-bottom:.2rem;padding-left:1rem;display:flex}._note_rsgfy_2:hover,._note_rsgfy_2:focus-within{background-color:#b7e4e599}._note_rsgfy_2:hover ._timestamp_rsgfy_12,._note_rsgfy_2:hover ._actions_rsgfy_13,._note_rsgfy_2:hover ._emojiContainer_rsgfy_14,._note_rsgfy_2:focus-within ._timestamp_rsgfy_12,._note_rsgfy_2:focus-within ._actions_rsgfy_13,._note_rsgfy_2:focus-within ._emojiContainer_rsgfy_14,:is(._note_rsgfy_2:has(._actions_rsgfy_13 [aria-expanded=true]) ._timestamp_rsgfy_12,._note_rsgfy_2:has(._actions_rsgfy_13 [aria-expanded=true]) ._actions_rsgfy_13){opacity:1}._noteHeader_rsgfy_24{justify-content:space-between;align-items:center;display:flex}:is(._noteHeader_rsgfy_24:has(:focus-visible) ._timestamp_rsgfy_12,._noteHeader_rsgfy_24:has(:focus-visible) ._actions_rsgfy_13,._noteHeader_rsgfy_24:has(:focus-visible) ._emojiContainer_rsgfy_14){opacity:1}._timestamp_rsgfy_12{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_rsgfy_12._visible_rsgfy_58{opacity:1}._timestamp_rsgfy_12._highlight_rsgfy_61{animation-name:_timestampHighlight_rsgfy_1;animation-duration:2s;animation-timing-function:cubic-bezier(.215,.61,.355,1)}@keyframes _timestampHighlight_rsgfy_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_rsgfy_83{overflow-wrap:anywhere;white-space:pre-wrap;align-items:center;padding-right:.5rem;line-height:1.5;display:flex}._emoji_rsgfy_14{font-size:var(--theme-heading-size);margin-right:.5rem}._actions_rsgfy_13{opacity:0;flex-shrink:0;transition-property:opacity;transition-duration:.2s;transition-timing-function:ease}._actions_rsgfy_13:has(:focus-visible){opacity:1}._emojiContainer_rsgfy_14{opacity:0;transition:opacity .2s}._notesInput_1my7g_1{background-color:var(--theme-background-colour);--theme-icon-size:42px;align-items:center;gap:5px;width:100%;padding:1rem;display:flex;position:relative}._notesInputField_1my7g_12{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_1my7g_12:focus{border:2px solid var(--theme-border-colour-strong);padding:2px 85px 2px 9px}._notesInputField_1my7g_12._dirty_1my7g_28{border-color:var(--theme-annotation-note-colour)}._sendButton_1my7g_32{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_1my7g_32:disabled{opacity:.5;cursor:not-allowed}._sendButton_1my7g_32 svg{width:32px;height:32px}._pane_l2d6j_1{flex-direction:column;height:100%;display:flex}._notesList_l2d6j_7{flex:1;margin:0;padding:0;list-style:none;overflow-y:auto}._sentence_f4jkf_1:first-child{margin-top:0}._sentence_f4jkf_1>div{border-radius:6px;gap:1rem;margin-top:.3rem;padding:.3rem;display:flex}._sentence_f4jkf_1>div:hover{cursor:pointer}._sentence_f4jkf_1>div:hover,._sentence_f4jkf_1>div:focus-within{background-color:var(--theme-background-colour);outline:solid 1px var(--theme-border-colour-strong);outline-offset:-1px}._startTime_f4jkf_20{width:3rem;padding-left:.25rem;font-weight:700}._sentenceText_f4jkf_26{overflow-wrap:anywhere;outline:none}._word_f4jkf_31{border-radius:.2rem}._word_f4jkf_31[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_1o1fj_1{flex-direction:column;width:80cqw;height:350px;max-height:100%;display:flex;overflow-y:auto}@container (width<=400px){._pane_1o1fj_1{width:90cqw}}@media screen and (width<=700px){._pane_1o1fj_1{width:100%}}._pageContainer_2e23l_1{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_2e23l_1:has(div[data-test=FeedbackTranscriptPane\.transcriptPane]:hover){--controls-visibility:1}._titleBar_2e23l_14{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_2e23l_14{text-overflow:ellipsis;white-space:nowrap;justify-self:center;max-width:500px;margin:0 auto;font-size:1.5rem;overflow:hidden}._mediaAndTranscript_2e23l_35{grid-area:mediaAndTranscript;grid-template-rows:auto 1fr;grid-template-areas:"media""transcript";width:100%;height:100%;display:grid;container:feedback-media/size}._media_2e23l_35{background-color:var(--theme-background-colour-strong);grid-area:media;justify-content:center;padding:1rem 5%;display:flex;position:relative}._feedback_2e23l_55{border-left:1px solid var(--theme-separator-colour);grid-area:feedback;min-width:180px;height:100%;min-height:0}._transcript_2e23l_10{background-color:var(--theme-background-colour-strong);grid-area:transcript;justify-content:center;padding:0 5%;display:flex;overflow-y:auto}._tabs_2e23l_72{display:none}@media screen and (width<=700px){._pageContainer_2e23l_1{grid-template:"titleBar"4rem"mediaAndTranscript"16rem"tabs"/1fr;overflow-y:auto}._media_2e23l_35{border-bottom:1px solid var(--theme-separator-colour)}._pane_2e23l_86{height:30%}._feedback_2e23l_55,._transcript_2e23l_10{display:none}._tabs_2e23l_72{flex-direction:column;grid-area:tabs;min-height:300px;display:flex;overflow-y:auto}._tabPanel_2e23l_102{height:100%;min-height:0}._tabList_2e23l_106{flex-wrap:wrap;gap:1rem;width:100%;padding-top:1.1rem;padding-bottom:.9rem;padding-left:1.2rem;display:flex}._tab_2e23l_72{cursor:pointer;outline-offset:.25rem;font-size:.9rem;font-weight:600;display:inline-block}._tab_2e23l_72[data-selected]{border-bottom:.23rem solid var(--theme-primary-colour)}}@media only screen and (width<=400px){._title_2e23l_14{display:none}}._container_zetwa_1{min-height:calc(100dvh - var(--header-height));text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:12px;display:flex}._container_zetwa_1 ._heading_zetwa_10{font-size:var(--theme-heading-size-large)}._container_zetwa_1 ._errorImage_zetwa_13{width:180px}._header_1ge2e_1{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_1ge2e_12{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}._injectSnapshotRow_zotlc_1{align-items:start;display:flex}div:has(>._snapshotNameDropdown_zotlc_6){width:calc(100% - 240px);display:inline-block}._snapshotActionButton_zotlc_11{align-self:center;width:220px;margin-top:5px}._createSnapshotInput_zotlc_17{border-color:var(--theme-border-colour);background-color:var(--theme-background-colour);width:calc(100% - 240px);height:50px;color:var(--theme-font-colour);border-style:solid;border-radius:2rem;padding:5px 0 5px 1rem}._createSnapshotInput_zotlc_17::placeholder{color:var(--theme-placeholder-colour)}._createSnapshotInputActive_zotlc_30{width:100%;padding-right:3rem}._snapshotRefreshButton_zotlc_35{padding-bottom:5px}._fieldGroup_zotlc_39{gap:10px;margin-bottom:24px;display:flex}._fieldGroup_zotlc_39 button{flex:1;justify-content:center;height:50px}.select-dropdown{height:100%}.select-dropdown .select-dropdown__control{border:var(--theme-border-width) solid var(--theme-border-colour);background-color:var(--theme-background-colour);border-radius:25px;height:100%;min-height:50px}.select-dropdown .select-dropdown__control:hover{border-color:var(--theme-border-colour-weak)}.select-dropdown .select-dropdown__control--is-focused,.select-dropdown .select-dropdown__control--is-focused:hover{outline-offset:-2px;box-shadow:none;transition:none;outline:2px solid -webkit-focus-ring-color!important}.select-dropdown .select-dropdown__multi-value{background-color:var(--theme-button-selected-colour);border:1px solid var(--theme-border-colour);border-radius:40px;overflow:hidden}.select-dropdown .select-dropdown__multi-value__remove{cursor:pointer;border-radius:0}.select-dropdown .select-dropdown__multi-value__remove:hover,.select-dropdown .select-dropdown__multi-value__remove__focused{background-color:var(--theme-border-colour)}.select-dropdown .select-dropdown__multi-value__label{color:var(--theme-font-colour);padding-left:10px}.select-dropdown .select-dropdown__single-value,.select-dropdown .select-dropdown__input-container{color:var(--theme-font-colour)}.select-dropdown .select-dropdown__value-container{max-height:250px;overflow-y:auto}.select-dropdown .select-dropdown__value-container:not(.select-dropdown .select-dropdown__value-container--is-multi){margin-left:8px}.select-dropdown .select-dropdown__indicator-separator{background-color:var(--theme-border-colour)}.select-dropdown .select-dropdown__clear-indicator,.select-dropdown .select-dropdown__dropdown-indicator{cursor:pointer}.select-dropdown__indicators>div:only-child{margin-right:8px}.select-dropdown .select-dropdown__placeholder{color:var(--theme-placeholder-colour)}.select-dropdown .select-dropdown__menu-list{background-color:var(--theme-background-colour)}.select-dropdown .select-dropdown__option--is-focused{background-color:var(--theme-background-option-hover-colour)}.select-dropdown .select-dropdown__option--is-selected{color:var(--theme-font-colour);background-color:var(--theme-background-option-selected-colour)}._wrapper_o45bm_1{flex-direction:column;gap:.3em;width:100%;display:flex}._wrapperCompact_o45bm_8 ._icon_o45bm_8{top:2px;left:2px}._wrapperCompact_o45bm_8 ._iconRight_o45bm_12{top:2px;left:auto;right:2px}._wrapperCompact_o45bm_8 ._iconLeft_o45bm_17{width:40px;height:38px}._wrapperCompact_o45bm_8 ._label_o45bm_21{margin-left:15px}._labelWrapper_o45bm_25{text-align:left;gap:5px;display:flex}._label_o45bm_21,._labelOptional_o45bm_32{font-weight:600;font-size:var(--theme-font-size);color:var(--theme-font-colour);font-family:var(--theme-font-family);width:fit-content;line-height:1.4}._label_o45bm_21{margin-left:17px}._labelReadOnly_o45bm_45{margin-left:0}._inputContainer_o45bm_49{flex-grow:1;position:relative}._input_o45bm_49{-webkit-appearance:none;width:100%;height:50px;font-size:var(--theme-font-size);color:var(--theme-font-colour);background-color:var(--theme-background-colour);border-radius:var(--theme-border-radius-full);border:var(--theme-control-border-width) solid var(--theme-border-colour);line-height:1.15;font-family:var(--theme-font-family);box-sizing:border-box;padding:.678571em 1em}._input_o45bm_49::placeholder{color:var(--theme-placeholder-colour)}._input_o45bm_49[type=submit]{color:var(--theme-background-colour);background-color:var(--theme-heading-colour);border-color:var(--theme-heading-colour);border-radius:var(--theme-border-radius-full);width:100%;height:50px;padding:0 1rem;font-size:1.5rem;font-weight:700;display:block}._input_o45bm_49[type=submit]:hover:not(._inputDisabled_o45bm_86),._input_o45bm_49[type=submit]:focus:not(._inputDisabled_o45bm_86){cursor:pointer;background-color:var(--theme-background-colour);color:var(--theme-heading-colour)}._inputDisabled_o45bm_86{cursor:not-allowed;color:var(--theme-text-colour-disabled);border-color:var(--theme-border-colour-disabled)}._input_o45bm_49[readonly]{border:none;border-radius:0;padding:0;line-height:100%}._inputWithIcon_o45bm_102{padding-left:2.5em}._inputWithIconRight_o45bm_105,._inputWithIconRight_o45bm_105[readonly]{padding-right:2.5em}._inputCompact_o45bm_111{height:42px;font-size:var(--theme-font-size-small);border-radius:var(--theme-border-radius-full);padding:.5em 1em;line-height:1.15}._inputCompact_o45bm_111._inputWithIcon_o45bm_102{padding-left:2.5em}._inputCompact_o45bm_111._inputWithIconRight_o45bm_105,._inputCompact_o45bm_111._inputWithIconRight_o45bm_105[readonly]{padding-right:2.5em}._hintText_o45bm_128{font-size:var(--theme-caption-size);color:var(--theme-font-colour);line-height:1.4;font-family:var(--theme-font-family);margin-top:.25em;margin-left:17px;display:block}._wrapperCompact_o45bm_8 ._hintText_o45bm_128{margin-left:15px}._error_o45bm_142{color:var(--theme-standalone-error-text-colour);font-size:var(--theme-caption-size);font-family:var(--theme-font-family);text-align:left;min-height:1.4em;margin-top:.25em;margin-left:17px;line-height:1.4}._icon_o45bm_8{color:var(--theme-font-colour);position:absolute;top:6px;left:8px}._iconRight_o45bm_12{position:absolute;top:6px;left:auto;right:6px}._iconLeft_o45bm_17{justify-content:center;align-items:center;width:38px;height:38px;display:flex}._container_li4at_1{padding-top:1rem}._tabHeader_14swk_1{border-bottom:var(--theme-border-width) solid var(--theme-border-colour-weak);flex-direction:row;gap:4px;margin-bottom:16px;display:flex}._tab_14swk_1{cursor:pointer;border:none;border-top-left-radius:.5rem;border-top-right-radius:.5rem;padding:1rem}._tab_14swk_1[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_14swk_1:focus{outline:none}._miscContent_14swk_26{flex-direction:column;gap:8px;display:flex}._container_137y0_1{width:100%;container:tile-list/inline-size}._tileList_137y0_7{grid-template-columns:1fr;display:grid}@container tile-list (width>=44rem){._tileList_137y0_7{grid-template-columns:repeat(2,1fr)}}@container tile-list (width>=56rem){._tileList_137y0_7{grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}}._tileList_137y0_7{gap:.6rem 1rem;margin:0;padding:0;list-style:none}@container tile-list (width>=44rem){._tileList_137y0_7._preferRow_137y0_29{grid-template-columns:1fr;gap:.4rem}._tileList_137y0_7._preferRow_137y0_29 article{min-width:100%}}._topBar_137y0_38{font-family:var(--theme-font-family);justify-content:space-between;align-items:center;gap:16px;margin-bottom:1rem;display:flex}._toggleButtonGroup_137y0_47{justify-content:flex-end;gap:0;margin-left:auto;display:none}@container tile-list (width>=44rem){._toggleButtonGroup_137y0_47{display:flex}}._toggleButton_137y0_47{cursor:pointer;color:var(--theme-icon-colour);background-color:#0000;border:none;justify-content:center;align-items:center;margin:0;padding:0;display:flex}._toggleButton_137y0_47:hover{background-color:var(--theme-button-hover-colour)}._toggleButton_137y0_47[data-focus-visible]{outline:-webkit-focus-ring-color auto 1px}._toggleButton_137y0_47[data-selected]{background-color:var(--theme-button-selected-colour)}._toggleButton_137y0_47[data-selected]:hover{background:var(--theme-button-selected-colour)}._toggleButton_137y0_47:first-of-type{border:1px solid var(--theme-border-colour);border-radius:var(--theme-border-radius-xl) 0 0 var(--theme-border-radius-xl);padding:5px 5px 5px 10px}._toggleButton_137y0_47:last-of-type{border-top:1px solid var(--theme-border-colour);border-bottom:1px solid var(--theme-border-colour);border-right:1px solid var(--theme-border-colour);border-radius:0 var(--theme-border-radius-xl) var(--theme-border-radius-xl) 0;padding:5px 10px 5px 5px}._tile_47ouu_1{box-sizing:border-box;border-radius:var(--theme-border-radius-md);background-color:var(--theme-background-colour);min-width:280px;max-width:100%;color:var(--theme-font-colour);font-family:var(--theme-font-family);border:1px solid var(--theme-border-colour-extra-weak);container:tile/inline-size}._tile_47ouu_1:focus-within{outline:2px solid var(--theme-font-colour-on-primary-background);outline-offset:2px}._tileContent_47ouu_18{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_47ouu_18._preferRow_47ouu_30{grid-template:"header body footer sidebar"1fr/auto 1fr auto auto}._tileContent_47ouu_18._preferRow_47ouu_30:not(:has(._tileFooter_47ouu_35)){grid-template:"header body sidebar"1fr/auto 1fr auto}._tileContent_47ouu_18._preferRow_47ouu_30:not(:has(._tileBody_47ouu_40)){grid-template:"header footer sidebar"1fr/1fr auto auto}._tileContent_47ouu_18._preferRow_47ouu_30:not(:has(._tileBody_47ouu_40)):not(:has(._tileFooter_47ouu_35)){grid-template:"header sidebar"1fr/1fr auto}._tileContent_47ouu_18._preferRow_47ouu_30:not(:has(._tileBody_47ouu_40)):not(:has(._tileFooter_47ouu_35)):not(:has(._tileSidebar_47ouu_50)){grid-template:"header"1fr/1fr}}._tileContent_47ouu_18:not(:has(._tileBody_47ouu_40)){grid-template-rows:auto auto;grid-template-areas:"header sidebar""footer sidebar"}._tileContent_47ouu_18:not(:has(._tileBody_47ouu_40)):not(:has(._tileSidebar_47ouu_50)){grid-template-columns:1fr;grid-template-areas:"header""footer"}._tileContent_47ouu_18:not(:has(._tileFooter_47ouu_35)){grid-template-rows:auto 1fr;grid-template-areas:"header sidebar""body sidebar"}._tileContent_47ouu_18:not(:has(._tileFooter_47ouu_35)):not(:has(._tileSidebar_47ouu_50)){grid-template-columns:1fr;grid-template-areas:"header""body"}._tileContent_47ouu_18:not(:has(._tileBody_47ouu_40)):not(:has(._tileFooter_47ouu_35)){grid-template-rows:1fr;grid-template-areas:"header sidebar"}._tileContent_47ouu_18:not(:has(._tileBody_47ouu_40)):not(:has(._tileFooter_47ouu_35)):not(:has(._tileSidebar_47ouu_50)){grid-template-columns:1fr;grid-template-areas:"header"}._tileContent_47ouu_18:not(:has(._tileSidebar_47ouu_50)){grid-template-columns:1fr;grid-template-areas:"header""body""footer"}@container tile (width>=44rem){._tileContent_47ouu_18:not(:has(._tileSidebar_47ouu_50))._preferRow_47ouu_30{grid-template-columns:auto 1fr auto;grid-template-areas:"header body footer"}._tileContent_47ouu_18:not(:has(._tileSidebar_47ouu_50))._preferRow_47ouu_30:not(:has(._tileBody_47ouu_40)){grid-template-columns:1fr auto;grid-template-areas:"header footer"}._tileContent_47ouu_18:not(:has(._tileSidebar_47ouu_50))._preferRow_47ouu_30:not(:has(._tileFooter_47ouu_35)){grid-template-columns:auto 1fr;grid-template-areas:"header body"}}._tileHeader_47ouu_99{overflow-wrap:anywhere;grid-area:header}._tileHeader_47ouu_99 h1,._tileHeader_47ouu_99 h2,._tileHeader_47ouu_99 h3,._tileHeader_47ouu_99 h4,._tileHeader_47ouu_99 h5,._tileHeader_47ouu_99 h6{font-family:var(--theme-font-family)}._tileBody_47ouu_40{overflow-wrap:anywhere;grid-area:body}._tileFooter_47ouu_35{overflow-wrap:anywhere;grid-area:footer}._tileSidebar_47ouu_50{overflow-wrap:anywhere;grid-area:sidebar}._folderTileHeader_1o3hj_2{flex-direction:column;justify-content:center;gap:4px;height:100%;display:flex}._headerLink_1o3hj_10{min-width:0;margin:0}._headerLink_1o3hj_10 ._heading_1o3hj_14{font-family:var(--theme-font-family);color:var(--theme-link-colour);font-size:var(--theme-font-size);font-weight:600}._footerContainer_1o3hj_21{justify-content:flex-start;align-items:end;height:100%;display:flex}._rehearsalCountContainer_1o3hj_28{align-items:center;gap:8px;display:flex}._rehearsalCount_1o3hj_28{font-size:var(--theme-caption-size)}._separator_1o3hj_38{background-color:var(--theme-border-colour);width:1px;height:10px}._date_1o3hj_44{font-size:var(--theme-caption-size)}._sidebarContainer_1o3hj_48{justify-content:center;align-items:center;height:100%;display:flex}._sidebarContainer_1o3hj_48 [data-test=FoldersPage\.startRehearsalButton]{box-sizing:border-box;--theme-icon-size:24px}.theme__brand--dark ._sidebarContainer_1o3hj_48 [data-test=FoldersPage\.startRehearsalButton]{--theme-icon-size:24px}@container tile (width>=44rem){._sidebarContainer_1o3hj_48{justify-content:flex-end}}._container_1vmt5_1{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_1vmt5_14{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_1b6wk_1{flex-direction:row;justify-content:center;align-items:center;gap:.5rem;padding:.25rem;display:flex}._step_1b6wk_10{border-radius:var(--theme-border-radius-full);border:1px solid var(--theme-border-colour-strong);background-color:var(--theme-primary-colour-weak);width:.5rem;height:.5rem;transition:all .2s ease-in-out}._step_1b6wk_10[data-active=true]{background-color:var(--theme-primary-colour);width:.7rem;height:.7rem}._accessibilityAnnouncement_15efu_2{width:1px;height:1px;margin:0;padding:0;position:absolute;bottom:100%;left:-1px;overflow:hidden}@keyframes _timer__pulse_15efu_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_15efu_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_15efu_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);appearance:none;box-sizing:border-box;border-radius:var(--theme-border-radius-full);align-items:center;gap:10px;width:max-content;padding:8px 16px;font-weight:600;display:inline-flex;position:relative}._timer_15efu_41:disabled{opacity:.55}._timer_15efu_41{text-align:end;z-index:1;--theme-icon-size:24px;height:2.563rem;text-decoration:none;position:absolute;top:10px;right:10px}._finished_15efu_72{animation:2s ease-in-out 3 _timer__pulse_15efu_1,6s _timer__pulse--border_15efu_1}._container_1a5b8_1{border:1px solid var(--theme-border-colour);border-radius:2rem;width:100%;display:flex}._input_1a5b8_8{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_1a5b8_21{padding:5px 15px}._container_31oyh_1{text-align:end;z-index:1;--theme-icon-size:24px;position:absolute;top:10px;right:10px}._popover_31oyh_10{margin-top:10px;padding:10px}._actions_31oyh_15{gap:10px;margin-top:10px;display:flex}._actions_31oyh_15>*{flex:1;justify-content:center}._accessibleDescription_31oyh_25{display:none}._time_31oyh_29{line-height:1.5}._container_1iwxh_1{justify-content:center;align-items:center;display:flex;position:relative}._core_yafwz_7{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);appearance:none;box-sizing:border-box;border-radius:var(--theme-border-radius-full);align-items:center;gap:10px;width:max-content;padding:8px 16px;font-weight:600;display:inline-flex;position:relative}._core_yafwz_7:not(:disabled){cursor:pointer;-webkit-user-select:none;user-select:none}._core_yafwz_7:not(:disabled):hover{background-color:var(--theme-button-hover-colour)}._core_yafwz_7:disabled{opacity:.55}._core_yafwz_7{height:var(--theme-icon-size);padding-left:10px;text-decoration:none}._primary_yafwz_40{background-color:var(--theme-primary-colour);border-color:var(--theme-primary-colour);color:var(--theme-font-colour-on-primary-background)}._primary_yafwz_40:not(:disabled):hover{background-color:var(--theme-button-hover-primary-colour);border-color:var(--theme-button-hover-primary-colour)}._primary_yafwz_40:not(:disabled):focus-visible{border-color:var(--theme-button-hover-primary-colour);outline:2px solid var(--theme-font-colour-on-primary-background)}._primary_yafwz_40{--theme-icon-colour:var(--theme-font-colour-on-primary-background)}._stopwatch_yafwz_57{margin-bottom:-1px}._content_1ufta_1{flex-direction:column;gap:.5rem;display:flex}._footnote_1ufta_7{font-style:italic}._recordControlsContainer_2szbf_2{flex-direction:row;justify-content:center;align-items:center;gap:.625rem;display:flex}._paused_2szbf_10,.theme__brand--dark ._paused_2szbf_10{--theme-icon-colour:#ff5457}._rehearsalTitle_1g5n1_1{font-family:var(--theme-font-family);font-size:var(--theme-heading-size-small);text-align:center;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;width:100%;min-height:calc(2.212rem + 2px);margin:.25rem 0;font-weight:400;display:-webkit-box;overflow:hidden}._input_1g5n1_18{text-align:center;font-family:var(--theme-font-family);font-size:var(--theme-heading-size-small);background-color:var(--theme-background-colour)}._container_1wq9a_1{margin-left:5px;margin-right:5px}._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_940ur_1{flex-direction:column;flex:1;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative;container-type:inline-size}._container_940ur_13{border:1px solid var(--theme-border-colour-weak);box-sizing:border-box;border-radius:1rem;grid-template-rows:auto auto auto;grid-template-areas:"header""media""footer";gap:2rem;max-width:100%;margin-top:.5rem;padding:1.25rem clamp(.5rem,4vw,2rem);display:grid}._headerContainer_940ur_29{flex-direction:column;grid-area:header;gap:1rem;display:flex}._screenHeader_940ur_36{--back-button-width:50px;grid-template-columns:var(--back-button-width) auto var(--back-button-width);text-align:center;place-items:center;width:100%;display:grid}._screenTitle_940ur_46{font-size:var(--theme-heading-size);overflow-wrap:anywhere;width:100%;margin:0}._mediaContainer_940ur_53{grid-area:media}._footerContainer_940ur_57{flex-direction:column;grid-area:footer;align-self:self-end;align-items:center;gap:1rem;display:flex}._mediaToggles_940ur_66{--theme-icon-size:58px;flex-direction:row;display:flex}._visualiserContainer_940ur_72{padding-top:10px}._hidden_940ur_76,._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_1hksi_8{flex-direction:column;flex:1;justify-content:center;align-items:center;gap:1rem;display:flex}._container_1hksi_17{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_1hksi_17 ._title_1hksi_29{font-size:var(--theme-heading-size-small);margin-top:0;margin-bottom:0}._container_1hksi_17 ._subtitle_1hksi_34{font-size:var(--theme-font-size-small);font-weight:400}._scores_1hksi_39{flex-direction:row;justify-content:center;align-items:center;gap:.25rem;display:flex}._radio_1hksi_47 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_1hksi_47[data-focus-visible] svg{outline:2px solid -webkit-focus-ring-color}._radio_1hksi_47._selected_1hksi_65 svg{stroke:#ffa343;fill:#ffa343;background-color:#fceede;border:1px solid #ffa343}._buttons_1hksi_72{flex-direction:row;justify-content:center;align-items:center;gap:.5rem;display:flex}@media (width<=360px){._radio_1hksi_47 svg{width:48px;height:48px}}._backButton_p1qo6_1{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_p1qo6_1:hover{background-color:#0003}._backButton_p1qo6_1:active{background-color:var(--theme-button-selected-colour)}._screen_g9ha5_2{flex:1;justify-content:center;align-items:center;display:flex}._container_g9ha5_9{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_g9ha5_24{--back-button-width:42px;grid-template-columns:var(--back-button-width) auto var(--back-button-width);gap:1rem;width:100%;display:grid}._title_g9ha5_32{margin-top:0}._subtitle_g9ha5_36{font-size:var(--theme-font-size-small);margin:0;font-weight:600}._helperText_g9ha5_42{font-size:var(--theme-font-size-small);font-weight:400}._footer_g9ha5_47{flex-direction:column;justify-content:center;align-items:center;gap:1rem;width:100%;display:flex}._footer_g9ha5_47 button{width:max-content}._footer_g9ha5_47 p{font-size:var(--theme-font-size-small);color:#757589}.theme__brand--dark ._footer_g9ha5_47 p{color:#8a8a9c}._goalList_g9ha5_66{flex-direction:column;gap:1rem;display:flex}._goal_g9ha5_66{--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_g9ha5_66 ._checkbox_g9ha5_88{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_g9ha5_66 svg{width:1rem;height:1rem;transition:all .2s}._goal_g9ha5_66 svg path{fill:none}._goal_g9ha5_66[data-pressed] ._checkbox_g9ha5_88{border-color:var(--theme-border-colour)}._goal_g9ha5_66[data-focus-visible] ._checkbox_g9ha5_88{outline:2px solid var(--theme-font-colour-on-primary-background);outline-offset:2px}._goal_g9ha5_66[data-selected],._goal_g9ha5_66[data-indeterminate]{background-color:var(--theme-background-colour-strong);border-color:var(--theme-link-colour)}._goal_g9ha5_66[data-selected] ._checkbox_g9ha5_88,._goal_g9ha5_66[data-indeterminate] ._checkbox_g9ha5_88,._goal_g9ha5_66[data-selected][data-pressed] ._checkbox_g9ha5_88,._goal_g9ha5_66[data-indeterminate][data-pressed] ._checkbox_g9ha5_88{border-color:var(--theme-link-colour);background:var(--theme-link-colour)}._goal_g9ha5_66[data-indeterminate] svg path{stroke:none;fill:var(--theme-background-colour)}._goal_g9ha5_66[data-selected] svg path{fill:var(--theme-background-colour)}._goal_g9ha5_66: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_juggk_1{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_juggk_1 ._left_juggk_11{flex-shrink:1;padding-left:21px}._titleBar_juggk_1 ._right_juggk_15{flex-shrink:1;padding-right:15px}._titleBar_juggk_1 ._middle_juggk_19{flex-grow:1;min-width:0}._deleteFolderName_ym470_1{font-size:1.25rem;font-weight:700}._inputForm_s7olo_1{align-items:center;gap:6px;display:flex}._inputContainer_s7olo_7{width:100%;max-width:500px}._buttons_s7olo_12{flex-direction:row;display:flex}._spinner_s7olo_17{margin-top:5px;margin-left:11px}._container_1lb1t_1{flex-direction:row;align-items:center;gap:6px;display:flex}._title_1lb1t_8{font-family:var(--theme-font-family);font-size:var(--theme-font-size);text-overflow:ellipsis;white-space:nowrap;margin:0;font-weight:700;overflow:hidden}._title_17md5_1{font-size:1.125rem;font-weight:700;font-family:var(--theme-font-family);margin:0}._screenReaderOnly_17md5_8{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}.option-picker__wrapper{position:relative}.option-picker{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}.option-picker--listbox{padding:10px}.option-picker--listbox::-webkit-scrollbar-track{border-radius:0 5px 5px 0}.option-picker--listbox .option-picker__option{cursor:pointer;text-overflow:ellipsis;color:var(--theme-font-colour);padding-top:5px;padding-bottom:5px;padding-left:24px;position:relative;overflow:hidden}.option-picker--listbox .option-picker__option:hover,.option-picker--listbox .option-picker__option:checked{background:var(--theme-background-hover-colour)}.option-picker--listbox .option-picker__option--with-tick: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}.option-picker:focus .option-picker__option:checked.option-picker__option--with-tick:after{background-color:var(--theme-option-picker-tick-focus-colour)}.option-picker--single{color:var(--theme-font-colour)}.option-picker--single:hover{background-color:var(--theme-background-hover-colour)}.option-picker__arrow{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_ph40n_2{flex-direction:column;justify-content:flex-start;align-items:center;gap:10px;display:flex}._errorMessage_ph40n_10{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_1aew1_2{--theme-icon-colour:transparent;align-items:center;display:flex}.theme__brand--dark ._star_1aew1_2{--theme-icon-colour:transparent}._star_1aew1_2[data-filled=true]{--theme-icon-colour:#ffa343}.theme__brand--dark ._star_1aew1_2[data-filled=true]{--theme-icon-colour:#ffad75;--theme-border-colour-strong:transparent}._star_1aew1_2 path{stroke:var(--theme-border-colour-strong);stroke-width:1px}._container_oj0az_1{font-size:var(--theme-caption-size);grid-template-columns:auto 1fr;justify-content:center;align-items:center;gap:.5rem;display:grid}._container_oj0az_1 span{padding-top:1px}._container_oj0az_1 ._starsContainer_oj0az_12{align-items:center;gap:2px;display:flex}._rehearsalTileHeader_1jphc_2{flex-direction:column;gap:4px;display:flex}._rehearsalTileHeader_1jphc_2 a{min-width:0;margin:0}._rehearsalTileHeader_1jphc_2 a h2{color:var(--theme-link-colour);font-size:var(--theme-font-size);overflow-wrap:anywhere;font-weight:600}._rehearsalTileHeader_1jphc_2 ._date_1jphc_17{font-size:var(--theme-caption-size)}._rehearsalTileBody_1jphc_21{justify-content:flex-start;align-items:end;height:100%;display:flex}@container tile (width>=44rem){._rehearsalTileBody_1jphc_21{justify-content:flex-end;align-items:center}}._rehearsalTileSidebar_1jphc_34{justify-content:center;align-items:start;height:100%;display:flex}@container tile (width>=44rem){._rehearsalTileSidebar_1jphc_34{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_30b83_1{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_30b83_13{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_adb7a_1{grid-template-columns:1fr 96px;justify-content:space-between;align-items:center;display:grid}._buttons_adb7a_8{flex-direction:row;display:flex}._spinner_adb7a_13{margin-top:.3rem;margin-left:.7rem}._textInput_adb7a_18{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_1mcqb_7{display:inline-block;position:relative}._trigger_1mcqb_12{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);appearance:none;box-sizing:border-box;border-radius:var(--theme-border-radius-full);align-items:center;gap:10px;width:max-content;padding:8px 16px;font-weight:600;display:inline-flex;position:relative}._trigger_1mcqb_12:not(:disabled){cursor:pointer;-webkit-user-select:none;user-select:none}._trigger_1mcqb_12:not(:disabled):hover{background-color:var(--theme-button-hover-colour)}._trigger_1mcqb_12:disabled{opacity:.55}._trigger_1mcqb_12{text-decoration:none}._popover_1mcqb_43{z-index:1000;min-width:max-content}._listbox_1mcqb_48{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_1mcqb_48:focus-visible{outline:2px}._section_1mcqb_65{padding:4px 0}._item_1mcqb_69{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);appearance:none;box-sizing:border-box;border-radius:var(--theme-border-radius-full);align-items:center;gap:10px;width:max-content;padding:8px 16px;font-weight:600;display:inline-flex;position:relative}._item_1mcqb_69:not(:disabled){cursor:pointer;-webkit-user-select:none;user-select:none}._item_1mcqb_69:not(:disabled):hover{background-color:var(--theme-button-hover-colour)}._item_1mcqb_69:disabled{opacity:.55}._item_1mcqb_69{width:unset;border:none;border-radius:0;align-items:center;gap:.5rem;margin:0;padding:.8rem 1.15rem;text-decoration:none;display:flex}._item_1mcqb_69:focus{outline:none}._item_1mcqb_69:focus[data-focus-visible=true]{outline:2px solid -webkit-focus-ring-color;outline-offset:-2px}._item_1mcqb_69:hover{background-color:var(--theme-background-colour)!important}._item_1mcqb_69:hover span{text-underline-offset:.2rem;text-decoration:underline}._item_1mcqb_69:not(:last-child){border-bottom:1px solid var(--theme-separator-colour)}._container_1xxv9_1{color:var(--theme-font-colour);justify-content:center;align-items:center;gap:.3125rem;display:flex}._item_1xxv9_9{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_1xxv9_9:hover{text-underline-offset:.2rem;text-decoration:underline}._item_1xxv9_9 ._unselectedItem_1xxv9_27{padding-left:1.5rem}._container_8ikhu_1{flex-direction:row;align-items:center;display:flex}._title_8ikhu_7{font-size:var(--theme-heading-size-large);text-overflow:ellipsis;white-space:nowrap;max-width:500px;margin:0;overflow:hidden}._hidden_8ikhu_17{display:none}.form{width:100%;position:relative}@media only screen and (width>=700px){._container_13jvb_2{display:none}}._pane_a98b0_1{justify-content:center;align-items:flex-start;width:100%;padding-right:4px;display:flex}._note_1bkzt_2{transform-origin:50%;flex-direction:column;padding-bottom:.2rem;padding-left:1rem;display:flex}._note_1bkzt_2:hover,._note_1bkzt_2:focus-within{background-color:var(--theme-primary-colour-weak)}._note_1bkzt_2:hover ._timestamp_1bkzt_12,._note_1bkzt_2:hover ._actions_1bkzt_13,._note_1bkzt_2:hover ._author_1bkzt_14,._note_1bkzt_2:focus-within ._timestamp_1bkzt_12,._note_1bkzt_2:focus-within ._actions_1bkzt_13,._note_1bkzt_2:focus-within ._author_1bkzt_14,:is(._note_1bkzt_2:has(._actions_1bkzt_13 [aria-expanded=true]) ._timestamp_1bkzt_12,._note_1bkzt_2:has(._actions_1bkzt_13 [aria-expanded=true]) ._actions_1bkzt_13){opacity:1}._noteHeader_1bkzt_24{justify-content:space-between;align-items:center;display:flex}:is(._noteHeader_1bkzt_24:has(:focus-visible) ._actions_1bkzt_13,._noteHeader_1bkzt_24:has(:focus-visible) ._timestamp_1bkzt_12,._noteHeader_1bkzt_24:has(:focus-visible) ._author_1bkzt_14){opacity:1}._timestamp_1bkzt_12{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_1bkzt_12,._author_1bkzt_14{opacity:0;transition-property:opacity;transition-duration:.2s;transition-timing-function:ease}._author_1bkzt_14{align-items:left;text-overflow:ellipsis;white-space:nowrap;flex-grow:1;margin-left:1.2rem;font-size:.875rem;overflow:hidden}._actions_1bkzt_13{opacity:0;flex-shrink:0;transition-property:opacity;transition-duration:.2s;transition-timing-function:ease}._noteContainer_1bkzt_82{overflow-wrap:anywhere;white-space:pre-wrap;align-items:center;padding-right:.5rem;line-height:1.5;display:flex}._emoji_1bkzt_91{font-size:var(--theme-heading-size-large);margin-top:3px}._emojiContainer_1bkzt_96{flex-direction:row;justify-content:center;align-items:center;width:38px;height:38px;padding:6px;display:flex}._tab_1fqje_1{flex-direction:column;height:100%;display:flex}._notesList_1fqje_7{flex:1;margin:0;padding:0 0 1rem;list-style:none;overflow-y:auto}._tab_depmw_1{flex-direction:column;height:100%;padding:1rem;display:flex}._disclosureGroup_depmw_8{flex-direction:column;gap:1rem;display:flex}._disclosure_depmw_8{width:100%}._disclosure_depmw_8 ._triggerContainer_depmw_17{margin-bottom:0;font-size:1rem}._disclosure_depmw_8 ._trigger_depmw_17{--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_depmw_8 ._trigger_depmw_17:hover{cursor:pointer;background-color:var(--theme-background-colour-strong)}._disclosure_depmw_8 ._trigger_depmw_17 svg{width:var(--arrow-width);height:var(--arrow-width);fill:none;stroke:currentColor;stroke-width:1px;rotate:0deg}._disclosure_depmw_8[data-expanded] ._trigger_depmw_17{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_depmw_8[data-expanded] ._trigger_depmw_17 svg{rotate:180deg}._disclosure_depmw_8[data-expanded] ._content_depmw_58{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_10pdm_1{flex-direction:column;gap:1rem;display:flex}._disclosure_10pdm_1{width:100%}._disclosure_10pdm_1 ._triggerContainer_10pdm_10{margin-bottom:0;font-size:1rem}._disclosure_10pdm_1 ._trigger_10pdm_10{--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);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_10pdm_1 ._trigger_10pdm_10:hover{cursor:pointer;background-color:var(--theme-background-colour-strong)}._disclosure_10pdm_1 ._trigger_10pdm_10 svg{width:var(--arrow-width);height:var(--arrow-width);fill:none;stroke:currentColor;stroke-width:1px;rotate:0deg}._disclosure_10pdm_1[data-expanded] ._trigger_10pdm_10{border-bottom-color:var(--theme-border-colour-extra-weak);border-bottom-right-radius:0;border-bottom-left-radius:0}._disclosure_10pdm_1[data-expanded] ._trigger_10pdm_10 svg{rotate:180deg}._disclosure_10pdm_1[data-expanded] ._content_10pdm_50{border:1px solid var(--theme-border-colour-weak);text-align:left;border-top-width:0;border-bottom-right-radius:6px;border-bottom-left-radius:6px;padding:1rem;font-size:.9rem}._feedbackList_10pdm_60 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_yksa0_2{transform-origin:50%;flex-direction:column;padding-bottom:.2rem;padding-left:1rem;display:flex}._note_yksa0_2:hover,._note_yksa0_2:focus-within{background-color:var(--theme-primary-colour-weak)}._note_yksa0_2:hover ._timestamp_yksa0_12,._note_yksa0_2:hover ._actions_yksa0_13,._note_yksa0_2:hover ._emojiContainer_yksa0_14,._note_yksa0_2:focus-within ._timestamp_yksa0_12,._note_yksa0_2:focus-within ._actions_yksa0_13,._note_yksa0_2:focus-within ._emojiContainer_yksa0_14,:is(._note_yksa0_2:has(._actions_yksa0_13 [aria-expanded=true]) ._timestamp_yksa0_12,._note_yksa0_2:has(._actions_yksa0_13 [aria-expanded=true]) ._actions_yksa0_13){opacity:1}._note_yksa0_2 button:focus[data-focus-visible=true]{outline:2px solid var(--theme-link-hover-colour)}._noteHeader_yksa0_27{justify-content:space-between;align-items:center;display:flex}:is(._noteHeader_yksa0_27:has(:focus-visible) ._actions_yksa0_13,._noteHeader_yksa0_27:has(:focus-visible) ._timestamp_yksa0_12,._noteHeader_yksa0_27:has(:focus-visible) ._emojiContainer_yksa0_14){opacity:1}._timestamp_yksa0_12{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_yksa0_12._visible_yksa0_62{opacity:1}._timestamp_yksa0_12._highlight_yksa0_65{animation-name:_timestampHighlight_yksa0_1;animation-duration:2s;animation-timing-function:cubic-bezier(.215,.61,.355,1)}@keyframes _timestampHighlight_yksa0_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_yksa0_87{overflow-wrap:anywhere;white-space:pre-wrap;align-items:center;padding-right:.5rem;line-height:1.5;display:flex}._emoji_yksa0_14{font-size:var(--theme-heading-size);margin-right:.5rem}._actions_yksa0_13{opacity:0;flex-shrink:0;padding-right:4px;transition-property:opacity;transition-duration:.2s;transition-timing-function:ease}._actions_yksa0_13:has(:focus-visible){opacity:1}._emojiContainer_yksa0_14{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_mt52o_1{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:16px;display:flex}._icon_mt52o_11{width:50px;height:auto}._loadingContainer_mt52o_16{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_13vdc_1{flex-direction:column;height:100%;display:flex;overflow-y:auto}._tabPanel_13vdc_8{height:100%;min-height:0}._tabList_13vdc_13{flex-wrap:wrap;gap:1rem;width:100%;padding-top:.9rem;padding-bottom:.9rem;padding-left:1.2rem;display:flex}._tab_13vdc_1{cursor:pointer;outline-offset:.25rem;font-size:.9rem;font-weight:600;display:inline-block}._tab_13vdc_1[data-selected]{border-bottom:.23rem solid var(--theme-primary-colour)}@media screen and (width<=700px){._tabList_13vdc_13{padding-top:1.1rem}}@media only screen and (width>=700px){._transcriptTab_13vdc_40{display:none}}._sharingLink_1ttbc_1{margin-top:16px}._sharingLink_1ttbc_1 input[readonly]{border:var(--theme-control-border-width) solid var(--theme-border-colour);border-radius:25px;padding-left:1rem}@keyframes _fadeIn_1ttbc_1{0%{opacity:0}to{opacity:1}}@keyframes _fadeOut_1ttbc_1{0%{opacity:1}to{opacity:0}}._successMessageContainer_1ttbc_26{text-align:left;min-height:24px;margin-top:8px;padding-left:17px}._successMessage_1ttbc_26{font-size:var(--theme-caption-size);font-family:var(--theme-font-family);animation:.3s ease-out _fadeIn_1ttbc_1}._successMessageExiting_1ttbc_39{animation:.3s ease-out _fadeOut_1ttbc_1}._sharingLinkEnter_1ttbc_43{opacity:0;height:0;margin-top:0;transform:translateY(-20px)}._sharingLinkEnterActive_1ttbc_50{opacity:1;height:82px;margin-top:16px;transition-property:opacity,transform,height,margin-top;transition-duration:.25s;transform:translateY(0)}._sharingLinkExit_1ttbc_59{opacity:1;height:2.6rem;margin-top:16px;transform:translateY(0)}._sharingLinkExitActive_1ttbc_66{opacity:0;pointer-events:none;height:0;margin-top:0;transition-property:opacity,transform,height,margin-top;transition-duration:.25s;transform:translateY(-20px)}._pageContainer_1j6kn_1{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_1j6kn_1:has(div[data-test=TranscriptPane\.pane]:hover){--controls-visibility:1}._title_1j6kn_15{justify-content:center;align-items:center;display:flex}._title_1j6kn_15>div{text-align:left}@media screen and (width<=700px){._title_1j6kn_15{display:none}}._folderTitle_1j6kn_29{font-family:var(--theme-font-family);font-size:var(--theme-caption-size);color:var(--theme-link-colour);margin:0 0 4.2px;font-weight:600}._mediaAndTranscript_1j6kn_38{grid-area:mediaAndTranscript;grid-template-rows:auto 1fr;grid-template-areas:"media""transcript";width:100%;height:100%;display:grid;container:review-media/size}._media_1j6kn_38{background-color:var(--theme-background-colour-strong);grid-area:media;justify-content:center;padding:1rem 5%;display:flex;position:relative}._review_1j6kn_58{border-left:1px solid var(--theme-separator-colour);grid-area:review;min-width:180px;height:100%;min-height:0}._transcript_1j6kn_66{background-color:var(--theme-background-colour-strong);grid-area:transcript;justify-content:center;height:100%;padding:0 5%;display:flex;overflow-y:auto}._toolbar_1j6kn_76{align-items:center;gap:.725rem;display:flex}._backButton_1j6kn_82{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_1j6kn_82:hover{background-color:#0003}._backButton_1j6kn_82:active{background-color:var(--theme-button-selected-colour)}@media screen and (width<=700px){._pageContainer_1j6kn_1{grid-template:"titleBar"4rem"mediaAndTranscript"16rem"review"/1fr}._media_1j6kn_38{border-bottom:1px solid var(--theme-separator-colour)}._review_1j6kn_58{min-height:300px}._editTitleContainer_1j6kn_114,._transcript_1j6kn_66{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-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:#d49fff;--theme-annotation-note-colour:#9797ff;--theme-annotation-slide-colour:#8a8a9c;--theme-label-important-colour:#ff5457;--theme-label-review-colour:#ffa343;--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-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-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{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)}@font-face{font-family:Nunito Sans;src:url(/present/fonts/NunitoSans_10pt-Light.ttf);font-style:normal;font-weight:300;font-stretch:100%;font-display:swap}@font-face{font-family:Nunito Sans;src:url(/present/fonts/NunitoSans_10pt-Regular.ttf);font-style:normal;font-weight:400;font-stretch:100%;font-display:swap}@font-face{font-family:Nunito Sans;src:url(/present/fonts/NunitoSans_10pt-SemiBold.ttf);font-style:normal;font-weight:600;font-stretch:100%;font-display:swap}@font-face{font-family:Nunito Sans;src:url(/present/fonts/NunitoSans_10pt-Bold.ttf);font-style:normal;font-weight:700;font-stretch:100%;font-display:swap}@font-face{font-family:Nunito Sans;src:url(/present/fonts/NunitoSans_10pt-LightItalic.ttf);font-style:italic;font-weight:300;font-stretch:100%;font-display:swap}@font-face{font-family:Nunito Sans;src:url(/present/fonts/NunitoSans_10pt-Italic.ttf);font-style:italic;font-weight:400;font-stretch:100%;font-display:swap}@font-face{font-family:Nunito Sans;src:url(/present/fonts/NunitoSans_10pt-SemiBoldItalic.ttf);font-style:italic;font-weight:600;font-stretch:100%;font-display:swap}@font-face{font-family:Nunito Sans;src:url(/present/fonts/NunitoSans_10pt-BoldItalic.ttf);font-style:italic;font-weight:700;font-stretch:100%;font-display:swap}@font-face{font-family:Poppins;src:url(/present/fonts/Poppins-Bold.ttf);font-style:regular;font-weight:700;font-stretch:100%;font-display:swap}html,body{--header-height:48px;font-family:Nunito Sans}
