@import url(https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600&family=Plus+Jakarta+Sans:wght@200;300;400;500;600;700&display=swap);
/*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */*,:after,:before{box-sizing:border-box}html{-webkit-text-size-adjust:100%;line-height:1.15;tab-size:4}body{font-family:system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,Helvetica,Arial,Apple Color Emoji,Segoe UI Emoji;margin:0}hr{color:inherit;height:0}abbr[title]{text-decoration:underline;-webkit-text-decoration:underline dotted currentColor;text-decoration:underline dotted currentColor}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:ui-monospace,SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{border-color:inherit;text-indent:0}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}::-moz-focus-inner{border-style:none;padding:0}:-moz-focusring{outline:1px dotted ButtonText}:-moz-ui-invalid{box-shadow:none}legend{padding:0}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}.gw-button{background-color:#d5d6d7;background-color:#e3e7ed;background-color:var(--defaultColor,var(--defaultColor));border:2px solid #d5d6d7;border:var(--buttonBorder,var(--buttonBorderColor));border-radius:30px;border-radius:var(--buttonBorderRadius,var(--buttonBorderRadius));color:#000;color:#242a38;color:var(--buttonTextColor,var(--fontColorDark));cursor:pointer;display:inline-block;font-family:Open Sans,Arial,sans-serif;font-size:1.4em;font-weight:600;height:44px;line-height:1.4;min-width:15px;overflow:visible;padding:10px 20px;position:relative;text-decoration:none;text-transform:none;transform:none;transition:background-color .06s ease-in-out;transition:color .1s ease-in-out,background-color .1s ease-in-out,border-color .1s ease-in-out,box-shadow .1s ease-in-out;-webkit-user-select:none;user-select:none}.gw-button:visited{color:#000;color:#242a38;color:var(--buttonTextVisitedColor,var(--buttonTextVisitedColor));text-decoration:none}.gw-button:hover{background-color:#bbbdbe;background-color:#bcc3d2;background-color:var(--buttonBackgroundHoverColor,var(--defaultColorHover));border:2px solid #bbbdbe;border:var(--buttonBorderColorHover,var(--buttonBorderColorHover));color:#000;color:#242a38;color:var(--buttonTextHoverColor,var(--fontColorDark))}.gw-button:focus,.gw-button:hover{text-decoration:none}.gw-button:active{background-color:#a1a3a5;background-color:#9ea8bd;background-color:var(--buttonBackgroundActiveColor,var(--defaultColorActive));border:2px solid #bbbdbe;border:var(--buttonBorderColorActive,var(--buttonBorderColorActive));color:#000;color:#242a38;color:var(--buttonTextActiveColor,var(--fontColorDark))}.gw-button>svg{fill:#000;fill:#fff;fill:var(--iconFillColor,var(--iconFillColor))}.gw-button--dropdown{position:relative;z-index:2}.gw-button--dropdown>.gw-button__icon{height:11px;margin-left:8px;width:11px}.gw-button--no-background{fill:#fff;fill:var(--buttonNoBackgroundIconColor,var(--fontColorWhite));background-color:#006fe6;background-color:var(--primaryColor);background-color:var(--buttonNoBackgroundColor,var(--primaryColor));border:2px solid #1b78d0;border:var(--buttonNoBackgroundBorder,var(--primaryButtonBorder));color:#fff;color:var(--buttonNoBackgroundTextColor,var(--fontColorWhite))}.gw-button--no-background:visited{color:#fff;color:var(--primaryButtonTextColor,var(#fff));text-decoration:none}.gw-button--no-background:hover{background-color:#0056b3;background-color:var(--primaryColorHover);background-color:var(--buttonNoBackgroundColorHover,var(--primaryColorHover));border:2px solid #155c9e;border:var(--buttonNoBackgroundBorderHover,var(--primaryButtonBorderHover))}.gw-button--no-background:active,.gw-button--no-background:hover{color:#fff;color:var(--buttonNoBackgroundTextColor,var(--fontColorWhite))}.gw-button--no-background:active{background-color:#003e80;background-color:var(--primaryColorActive);background-color:var(--buttonNoBackgroundColorActive,var(--primaryColorActive));border:2px solid #0f4171;border:var(--buttonNoBackgroundBorderActive,var(--primaryButtonBorderActive))}.gw-button--primary{background-color:#006fe6;background-color:#1b78d0;background-color:var(--primaryButtonBackgroundColor,var(--primaryColor));border:2px solid #1b78d0;border:var(--primaryButtonBorder,var(--primaryButtonBorder));border-radius:30px;border-radius:var(--buttonBorderRadius,var(--buttonBorderRadius));color:#fff;color:var(--primaryButtonTextColor,var(--fontColorWhite))}.gw-button--primary:visited{color:#fff;color:var(--primaryButtonTextColor,var(#fff));text-decoration:none}.gw-button--primary:hover{background-color:#0056b3;background-color:#155c9e;background-color:var(--primaryButtonBackgroundHoverColor,var(--primaryColorHover));border:2px solid #155c9e;border:var(--primaryButtonBorderHover,var(--primaryButtonBorderHover));color:#fff;color:var(--primaryButtonTextHoverColor,var(--fontColorWhite))}.gw-button--primary:active{background-color:#003e80;background-color:#0f4171;background-color:var(--primaryButtonBackgroundActiveColor,var(--primaryColorActive));border:2px solid #0f4171;border:var(--primaryButtonBorderActive,var(--primaryButtonBorderActive));color:#fff;color:var(--primaryButtonTextActiveColor,var(--fontColorWhite))}.gw-button--primary>svg{fill:#000;fill:hsl(0,0,0);fill:var(--buttonIconFillColor,var(--buttonIconFillColor))}.gw-button--secondary{background-color:#434e65;background-color:var(--secondaryButtonBackgroundColor,var(--secondaryColor));border:2px solid #434e65;border:var(--secondaryButtonBorder,var(--secondaryButtonBorderColor));border-radius:30px;border-radius:var(--secondaryButtonBorderRadius,var(--buttonBorderRadius))}.gw-button--secondary,.gw-button--secondary:visited{color:#fff;color:var(--secondaryButtonTextColor,var(--fontColorWhite))}.gw-button--secondary:visited{text-decoration:none}.gw-button--secondary:hover{background-color:#2f3646;background-color:var(--secondaryButtonBackgroundHoverColor,var(--secondaryColorHover));border:2px solid #2f3646;border:var(--secondaryButtonBorderHover,var(--secondaryButtonBorderColorHover));color:#fff;color:var(--secondaryButtonTextHoverColor,var(--fontColorWhite))}.gw-button--secondary:active{background-color:#1b1f28;background-color:var(--secondaryButtonBackgroundActiveColor,var(--secondaryColorActive));border:2px solid #1b1f28;border:var(--secondaryButtonBorderColorActive,var(--secondaryButtonBorderColorActive));color:#fff;color:var(--secondaryButtonTextActiveColor,var(--fontColorWhite))}.gw-button--secondary>svg{fill:#000;fill:#fff;fill:var(--secondaryButtonIconFillColor,var(--secondaryButtonIconFillColor))}.gw-button:disabled,.gw-button[disabled]{opacity:.36;pointer-events:none}.gw-button:disabled .gw-button__icon,.gw-button[disabled] .gw-button__icon{opacity:.36}.gw-button--s1{font-size:1.3em;height:36px;line-height:1.5;padding:6px 15px}.gw-button--s2{font-size:1.5em;height:44px;line-height:1.4;padding:10px 20px}.gw-button--s3{font-size:1.7em;height:56px;line-height:1.3;padding:16px 38px}.gw-button--full-width{width:100%}.gw-button__icon{height:18px;margin:0 .2em 0 0;position:relative;right:2px;top:-1px;vertical-align:middle;width:18px}.gw-button__icon--left{margin:0 .2em 0 0!important}.gw-button__icon--right{margin:0 0 0 .4em!important}.gw-button__icon--s1{height:12px;top:0;width:12px}.gw-button--double-icon{font-size:1.3em;font-weight:700;text-transform:uppercase}.gw-button--green{background-color:var(--primaryColorGreen);border:var(--buttonBorderGreen);color:#fff}.gw-button--green:visited{color:#fff;text-decoration:none}.gw-button--green:hover{background-color:var(--primaryColorGreenHover);border:var(--buttonBorderGreenHover);color:#fff}.gw-button--green:active{background-color:var(--primaryColorGreenActive);border:var(--buttonBorderGreenActive);color:#fff}.gw-button--pink{background-color:var(--primaryColorPink);border:var(--buttonBorderPink);color:#fff}.gw-button--pink:visited{color:#fff;text-decoration:none}.gw-button--pink:hover{background-color:var(--primaryColorPinkHover);border:var(--buttonBorderPinkHover);color:#fff}.gw-button--pink:active{background-color:var(--primaryColorPinkActive);border:var(--buttonBorderPinkActive);color:#fff}.gw-button--teal{background-color:var(--primaryColorTeal);border:var(--buttonBorderTeal);color:#fff}.gw-button--teal:visited{color:#fff;text-decoration:none}.gw-button--teal:hover{background-color:var(--primaryColorTealHover);border:var(--buttonBorderTealHover);color:#fff}.gw-button--teal:active{background-color:var(--primaryColorTealActive);border:var(--buttonBorderTealActive);color:#fff}.gw-button--purple{background-color:var(--primaryColorPurple);border:var(--buttonBorderPurple);color:#fff}.gw-button--purple:visited{color:#fff;text-decoration:none}.gw-button--purple:hover{background-color:var(--primaryColorPurpleHover);border:var(--buttonBorderPurpleHover);color:#fff}.gw-button--purple:active{background-color:var(--primaryColorPurpleActive);border:var(--buttonBorderPurpleActive);color:#fff}.gw-button--orange{background-color:var(--primaryColorOrange);border:var(--buttonBorderOrange);color:#fff}.gw-button--orange:visited{color:#fff;text-decoration:none}.gw-button--orange:hover{background-color:var(--primaryColorOrangeHover);border:var(--buttonBorderOrangeHover);color:#fff}.gw-button--orange:active{background-color:var(--primaryColorOrangeActive);border:var(--buttonBorderOrangeActive);color:#fff}.gw-button--blue{background-color:var(--primaryColorBlue);border:var(--buttonBorderBlue);color:#fff}.gw-button--blue:visited{color:#fff;text-decoration:none}.gw-button--blue:hover{background-color:var(--primaryColorBlueHover);border:var(--buttonBorderBlueHover);color:#fff}.gw-button--blue:active{background-color:var(--primaryColorBlueActive);border:var(--buttonBorderBlueActive);color:#fff}.gw-button--light{background-color:var(--launchpadButtonLight);border:var(--launchpadButtonLight)}.gw-button--light:visited{text-decoration:none}.gw-button--light:hover{background-color:var(--launchpadButtonLightHover);border:var(--launchpadButtonLightHover)}.gw-button--light:active{background-color:var(--launchpadButtonLightActive);border:var(--launchpadButtonLightActive)}.gw-button--link{background-color:transparent;border:2px solid transparent;color:var(--buttonLinkTextColor)!important;font-weight:400;text-decoration:none}.gw-button--link:visited{color:var(--primaryColor)}.gw-button--link:hover{color:var(--primaryColorHover)}.gw-button--link:focus,.gw-button--link:hover{background-color:transparent;border:2px solid transparent;text-decoration:underline}.gw-button--link:active{color:var(--primaryColorActive)}.gw-button--link-dark,.gw-button--link:active{background-color:transparent;border:2px solid transparent}.gw-button--link-dark{color:#fff!important;color:var(--fontColorWhite)!important;font-weight:600;text-decoration:none}.gw-button--link-dark:visited{color:#fff;color:var(--fontColorWhite);text-decoration:none}.gw-button--link-dark:hover{background-color:transparent;border:2px solid transparent;color:#fff;color:var(--fontColorWhite);text-decoration:underline}.gw-button--link-dark:active{color:#fff}.gw-button--icon{fill:#000;fill:var(--fontColorDark);fill:var(--toolbarIconButtonFillColor,var(--fontColorDark));background-color:var(--transparent);border:2px solid transparent;color:#fff}.gw-button--icon:disabled,.gw-button--icon[disabled]{background-color:var(--transparent);border-color:var(--transparent)}.gw-button--icon:visited{color:var(--fontColorDark);text-decoration:none}.gw-button--icon:hover{background-color:#bcc3d2;background-color:var(--defaultColorHover);color:rgba(0,0,0,.6)}.gw-button--icon:focus,.gw-button--icon:hover{text-decoration:none}.gw-button--icon:active{background-color:#9ea8bd;background-color:var(--defaultColorActive,#a1a3a5);color:#000;color:var(--fontColorDark,#000)}::slotted(.gw-button__icon){height:18px;margin:0;position:relative;right:2px;top:-1px;vertical-align:middle;width:18px}.gw-button-outlined{background-color:transparent;border-color:#e3e7ed;border-color:var(--defaultColor);color:var(--fontColorDark)}.gw-button-outlined:visited{color:var(--fontColorDark);text-decoration:none}.gw-button-outlined:hover{background-color:#bcc3d2;background-color:var(--defaultColorHover);border-color:#bcc3d2;border-color:var(--defaultColorHover);color:var(--fontColorDark)}.gw-button-outlined:active{background-color:#9ea8bd;background-color:var(--defaultColorActive);border-color:#9ea8bd;border-color:var(--defaultColorActive);color:var(--fontColorDark)}.gw-button-outlined--primary{background-color:transparent;border:2px solid #1b78d0;border:var(--primaryButtonBorder,var(--primaryButtonBorder));border-radius:30px;border-radius:var(--buttonBorderRadius,var(--buttonBorderRadius));color:var(--fontColorDark)}.gw-button-outlined--primary:visited{color:var(--fontColorDark);text-decoration:none}.gw-button-outlined--primary:hover{background-color:#0056b3;background-color:#155c9e;background-color:var(--primaryButtonBackgroundHoverColor,var(--primaryColorHover));color:#fff;color:var(--fontColorWhite)}.gw-button-outlined--primary:active,.gw-button-outlined--primary:hover{border:2px solid #155c9e;border:var(--primaryButtonBorderHover,var(--primaryButtonBorderHover))}.gw-button-outlined--primary:active{background-color:#003e80;background-color:#0f4171;background-color:var(--primaryButtonBackgroundActiveColor,var(--primaryColorActive));color:#fff}.gw-button-outlined--secondary{background-color:transparent;border:2px solid #434e65;border:var(--secondaryButtonBorder,var(--secondaryButtonBorderColor));color:var(--fontColorDark)}.gw-button-outlined--secondary:visited{color:var(--fontColorDark);text-decoration:none}.gw-button-outlined--secondary:hover{background-color:var(--secondaryColorHover);border-color:var(--secondaryColorHover);color:#fff;color:var(--fontColorWhite)}.gw-button-outlined--secondary:active{background-color:var(--secondaryColorActive);border-color:var(--secondaryColorActive);color:#fff}.gw-button-outlined:disabled,.gw-button-outlined[disabled]{border-color:var(--disabledColor);color:var(--disabledColor);pointer-events:none}.gw-button-outlined:disabled .gw-button__icon,.gw-button-outlined[disabled] .gw-button__icon{opacity:.2}.gw-button-outlined--green{background-color:transparent;border-color:var(--primaryColorGreen);color:var(--fontColorDark)}.gw-button-outlined--green:visited{color:var(--fontColorDark);text-decoration:none}.gw-button-outlined--green:hover{background-color:var(--primaryColorGreenHover);border-color:var(--primaryColorGreenHover);color:#fff;color:var(--fontColorWhite)}.gw-button-outlined--green:active{background-color:var(--primaryColorGreenActive);border-color:var(--primaryColorGreenActive);color:#fff}.gw-button-outlined--pink{background-color:transparent;border-color:var(--primaryColorPink);color:var(--fontColorDark)}.gw-button-outlined--pink:visited{color:var(--fontColorDark);text-decoration:none}.gw-button-outlined--pink:hover{background-color:var(--primaryColorPinkHover);border-color:var(--primaryColorPinkHover);color:#fff}.gw-button-outlined--pink:active{background-color:var(--primaryColorPinkActive);border-color:var(--primaryColorPinkActive);color:#fff}.gw-button-outlined--teal{background-color:transparent;border-color:var(--primaryColorTeal);color:var(--fontColorDark)}.gw-button-outlined--teal:visited{color:var(--fontColorDark);text-decoration:none}.gw-button-outlined--teal:hover{background-color:var(--primaryColorTealHover);border-color:var(--primaryColorTealHover);color:#fff;color:var(--fontColorWhite)}.gw-button-outlined--teal:active{background-color:var(--primaryColorTealActive);border-color:var(--primaryColorTealActive);color:#fff}.gw-button-outlined--purple{background-color:transparent;border-color:var(--primaryColorPurple);color:var(--fontColorDark)}.gw-button-outlined--purple:visited{color:var(--fontColorDark);text-decoration:none}.gw-button-outlined--purple:hover{background-color:var(--primaryColorPurpleHover);border-color:var(--primaryColorPurpleHover);color:#fff;color:var(--fontColorWhite)}.gw-button-outlined--purple:active{background-color:var(--primaryColorPurpleActive);border-color:var(--primaryColorPurpleActive);color:#fff}.gw-button-outlined--orange{background-color:transparent;border-color:var(--primaryColorOrange);color:var(--fontColorDark)}.gw-button-outlined--orange:visited{color:var(--fontColorDark);text-decoration:none}.gw-button-outlined--orange:hover{background-color:var(--primaryColorOrangeHover);border-color:var(--primaryColorOrangeHover);color:#fff;color:var(--fontColorWhite)}.gw-button-outlined--orange:active{background-color:var(--primaryColorOrangeActive);border-color:var(--primaryColorOrangeActive);color:#fff}.gw-button-outlined--blue{background-color:transparent;border-color:var(--primaryColorBlue);color:var(--fontColorDark)}.gw-button-outlined--blue:visited{color:var(--fontColorDark);text-decoration:none}.gw-button-outlined--blue:hover{background-color:var(--primaryColorBlueHover);border-color:var(--primaryColorBlueHover);color:#fff;color:var(--fontColorWhite)}.gw-button-outlined--blue:active{background-color:var(--primaryColorBlueActive);border-color:var(--primaryColorBlueActive);color:#fff}.gw-button-outlined--dark{background-color:transparent;color:#fff;color:var(--fontColorWhite)}.gw-button-outlined--dark:visited{text-decoration:none}.gw-button-outlined--dark:hover,.gw-button-outlined--dark:visited{color:#fff;color:var(--fontColorWhite)}.gw-button-outlined--dark:active{color:#fff}.gw-icon-button{background-color:rgba(220,223,228,.5);background-color:rgba(0,0,0,.077);background-color:var(--iconButtonBackgroundDefaultColor,var(--icon-button-background-default-color));border:2px solid var(--transparent);border-radius:35px;display:inline-block;font-size:10px;height:3.5em;margin:0;padding:.4em;width:3.5em}.gw-icon-button--icon{fill:#000;fill:var(--fontColorDark);fill:var(--toolbarIconButtonFillColor,var(--fontColorDark));background-color:transparent;border:2px solid transparent;color:#fff}.gw-icon-button--icon:disabled,.gw-icon-button--icon[disabled]{background-color:var(--transparent);border-color:var(--transparent)}.gw-icon-button--icon:visited{color:var(--fontColorDark);text-decoration:none}.gw-icon-button--icon:hover{background-color:rgba(220,223,228,.5);background-color:rgba(0,0,0,.125);background-color:var(--iconButtonBackgroundHoverColor,var(--icon-button-background-hover-color));border:2px solid transparent;border:rgba(0,0,0,.077);border:var(--iconButtonBackgroundDefaultColor,var(--icon-button-border-color));color:rgba(0,0,0,.6)}.gw-icon-button--icon:focus,.gw-icon-button--icon:hover{text-decoration:none}.gw-icon-button--icon:active{background-color:rgba(220,223,228,.5);background-color:rgba(0,0,0,.187);background-color:var(--iconButtonBackgroundActiveColor,var(--icon-button-background-active-color));background-color:hsla(0,0%,99%,.135);background-color:var(--icon-button-background-active-color-no-background);background-color:var(--iconButtonBackgroundActiveColorNoBackground,var(--icon-button-background-active-color-no-background));border:2px solid transparent;border:var(--icon-button-border-color,var(--icon-button-background-hover-color));color:#000;color:var(--fontColorDark,#000)}.gw-icon-button:not(:last-child){margin-right:.25em}.gw-icon-button:hover{background-color:hsla(0,0%,100%,.22);background-color:rgba(0,0,0,.125);background-color:var(--iconButtonBackgroundHoverColor,var(--icon-button-background-hover-color))}.gw-icon-button:active,.gw-icon-button:hover{border:2px solid transparent;border:var(--icon-button-border-color,var(--icon-button-background-hover-color))}.gw-icon-button:active{background-color:rgba(36,42,56,.12);background-color:rgba(0,0,0,.187);background-color:var(--iconButtonBackgroundActiveColor,var(--icon-button-background-active-color))}.gw-icon-button__icon{height:1.3em;right:-.1em;top:-.1em;width:1.3em}.gw-icon-button__icon--mini-accordion-collapse{width:.7em}.gw-icon-button__icon--s2b{height:1.7em;top:-1px;width:1.7em}.gw-icon-button__icon--s2{height:1.9em;top:-1px;width:1.9em}.gw-icon-button__icon--s3{height:2.2em;top:0;width:2.2em}.gw-icon-button__icon--app-floating{height:3.2em;top:0;width:3.2em}.gw-icon-button__icon--app-square{height:3.5em;top:0;width:3.5em}.gw-icon-button__icon--launchpad-s1{height:3.2em;top:0;width:auto}.gw-icon-button__icon--launchpad-s1b{height:2.8em;top:0;width:auto}.gw-icon-button__icon--launchpad-s2{height:auto;top:0;width:3.2em}.gw-icon-button--move{background-color:transparent;color:#fff;opacity:.5}.gw-icon-button--move:visited{color:var(--fontColorDark);text-decoration:none}.gw-icon-button--move:hover{background-color:transparent;border-color:transparent;color:rgba(0,0,0,.6);opacity:.8}.gw-icon-button--move:focus,.gw-icon-button--move:hover{text-decoration:none}.gw-icon-button--move:active{background-color:transparent;color:var(--fontColorDark)}.gw-icon-button--move>.gw-icon-button__icon{height:17px;width:17px}.gw-icon-button--selected{background-color:#bcc3d2;background-color:#b3bbcc;background-color:var(--defaultColorSelected,var(--defaultColorSelected));border:2px solid #bcc3d2;border:var(--buttonBorderColorSelected,var(--buttonBorderColorSelected))}.gw-icon-button--s3{align-items:center;border-radius:54px;display:flex;height:54px;justify-content:center;width:54px}.gw-icon-button--recording{background-color:#da2b2e;position:relative;transition:scale .05s ease-in-out}.gw-icon-button--recording:hover{background-color:#c8191c}.gw-icon-button--recording:active{transform:scale(.95)}.gw-icon-button--recording:after,.gw-icon-button--recording:before{border-radius:50%;bottom:0;content:"";height:100%;left:0;position:absolute;right:0;top:0;width:100%}.gw-icon-button--recording:before{-webkit-animation:pulse 1.5s infinite;box-shadow:0 0 0 0 hsla(0,60%,79%,.5);z-index:1}.gw-icon-button--mobile-s4{align-items:center;border-radius:9em;box-shadow:0 3px 9px rgba(0,0,0,.62);display:flex;height:9em;justify-content:center;transition:scale .05s ease-in-out;width:9em}.gw-icon-button--mobile-square{align-items:center;border-radius:0;display:flex;height:8em;justify-content:center;width:8em}.gw-icon-button--green,.gw-icon-button--green:hover{background-color:var(--brandColorGreen)}.gw-icon-button--green:active{background-color:var(--brandColorGreenActive);opacity:1;transform:scale(.95)}.gw-icon-button--blue,.gw-icon-button--blue:hover{background-color:var(--brandColorBlue)}.gw-icon-button--blue:active{background-color:var(--brandColorBlueActive);opacity:1;transform:scale(.95)}.gw-icon-button--red,.gw-icon-button--red:hover{background-color:#da2b2e}.gw-icon-button--red:active{background-color:#c8191c;opacity:1;transform:scale(.95)}.gw-icon-button--orange{background-color:var(--primaryColorOrange)}.gw-icon-button--orange:hover{background-color:var(--primaryColorOrangeHover)}.gw-icon-button--orange:active{background-color:var(--primaryColorOrangeActive);opacity:1}.gw-icon-button--primary-blue{background-color:var(--primaryColorBlue)}.gw-icon-button--primary-blue:hover{background-color:var(--primaryColorBlueHover)}.gw-icon-button--primary-blue:active{background-color:var(--primaryColorBlueActive);opacity:1}.gw-icon-button--dark{background-color:#434e65;background-color:var(--secondaryButtonBackgroundColor,var(--secondaryColor))}.gw-icon-button--dark:hover{background-color:#2f3646;background-color:var(--secondaryButtonBackgroundHoverColor,var(--secondaryColorHover))}.gw-icon-button--dark:active{background-color:#1b1f28;background-color:var(--secondaryButtonBackgroundActiveColor,var(--secondaryColorActive));opacity:1}.gw-icon-button--light{background-color:var(--launchpadButtonLight)}.gw-icon-button--light:hover{background-color:var(--launchpadButtonLightHover)}.gw-icon-button--light:active{background-color:var(--launchpadButtonLightActive);opacity:1}.gw-icon-button--white,.gw-icon-button--white:hover{background-color:#fff}.gw-icon-button--white:active{background-color:hsla(0,0%,100%,.75);transform:scale(.95)}.gw-form{position:relative}.gw-form,.gw-form__container{width:100%}.gw-form-fieldset{border:0;box-sizing:border-box;margin-bottom:1em;margin-top:1em;min-width:175px;padding-left:1.5em;padding-right:1.5em;position:relative;width:100%}.gw-form-fieldset__label{box-sizing:border-box;color:#ff0;display:inline-block;font-family:Open Sans,Arial,sans-serif;font-size:1.3em;font-weight:600;margin:0 0 .1em;padding-top:.9em}.gw-form-fieldset__legend{font-weight:600;padding:0}.gw-form-fieldset__list{list-style-type:none;margin:0;padding:0}.gw-form-fieldset__list--inline{display:flex}.gw-form-fieldset__list--two-col{display:flex;position:relative;width:100%}.gw-form-fieldset__list--colour-picker{grid-gap:1em;background:transparent;border:0;border-radius:0;display:grid;grid-template-columns:repeat(5,1fr);margin:0;padding:0}.gw-form-fieldset--no-padding{margin-bottom:0;margin-top:0;padding-left:0;padding-right:0}.gw-form-fieldset-item{align-items:center;margin:0 .3em .3em 0;padding:0}.gw-form-fieldset-item__label{box-sizing:border-box;color:#242a38;color:#373b43;color:var(--modalTextColor,var(--th-slate-dark));display:inline-block;font-family:Open Sans,Arial,sans-serif;font-size:1.3em;font-weight:600;margin:0 0 .3em;padding:9px 0}.gw-form-fieldset-item__label--left{margin:0 1.5em 1em 0}.gw-form-fieldset-item__wrapper{display:block}.gw-form-fieldset-item__wrapper--slider{align-items:center;display:flex}.gw-form-fieldset-item--colour-picker{display:flex;justify-content:center}.gw-form-fieldset-item--inline{display:inline-flex;margin-right:1.5em}.gw-form-fieldset-item--inline:not(:first-child){padding-left:0}.sr-only{clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.gw-checkbox{display:block;padding-right:1.25em;position:relative}.gw-checkbox__input{-webkit-appearance:none;background:#d7e7ff;border:1px solid #c3daff;border-radius:4px;height:16px;margin-top:.3em;overflow:visible;position:absolute;width:16px}.gw-checkbox__input:checked:after{border:solid #fff;border-width:0 2px 2px 0;content:"";height:10px;left:5px;position:absolute;top:2px;transform:rotate(45deg);width:4px}.gw-checkbox__input:checked{background-color:var(--primaryColor)}.gw-checkbox__input:disabled~.gw-checkbox__input-label{color:#6d767e!important}.gw-checkbox__input:indeterminate:after{border:solid var(--secondaryColor);border-width:0 3px 0 0;content:"";height:10px;left:5px;position:absolute;top:2px;transform:rotate(90deg);width:4px}.gw-checkbox__input-label{color:inherit;display:inline-block;font-family:Open Sans,sans-serif;font-size:1.4em;line-height:1.5;margin:0 0 .5em 1.8em;position:relative}.gw-checkbox--no-form{display:block;padding-left:1.5em;position:relative}.gw-checkbox--inline{display:inline-flex;margin-right:1.5em}.gw-checkbox--inline:not(:first-child){padding-left:0}.gw-checkbox>input[type=checkbox]:after,.gw-checkbox>input[type=checkbox]:before{box-sizing:border-box}.gw-checkbox>input[type=checkbox]{box-sizing:border-box;padding:0}.gw-checkbox>input[type=checkbox]:active{background-color:rgba(112,169,255,.35)}.gw-checkbox>input[type=checkbox]:disabled,.gw-checkbox>input[type=checkbox][disabled]{background-color:rgba(214,231,255,.35);border:1px solid hsla(216,97%,88%,.35);pointer-events:none}.gw-select{-webkit-appearance:none;background:#fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='22' width='22' viewBox='0 0 18 18'%3E%3Cpath d='M7.41 7.84 12 12.42l4.59-4.58L18 9.25l-6 6-6-6z' fill='%23232937'/%3E%3Cpath d='M0-.75h24v24H0z' fill='none'/%3E%3C/svg%3E") no-repeat;background-color:#fff;background-color:var(--settingsDialogBackgroundColor,var(--modal-content-bg));background-position:right .9em top 40%,0 0;background-repeat:no-repeat,repeat;background-size:1.3em auto,100%;border:var(--selectBorder,var(--select-border));border-radius:3px;color:#242a38;color:#373b43;color:var(--modalTextColor,var(--th-slate-dark));cursor:pointer;display:block;font-family:Open Sans,Arial,sans-serif;font-size:1.3em;height:3.25em;line-height:1.75;min-width:175px;padding:5px 30px 5px 10px;width:100%}.gw-select:hover{background-color:#f7f7f7;background-color:#fff;background-color:var(--selectBackgroundColorHover,var(--select-background-color-hover))}.gw-select--dark{background:transparent url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='22' width='22' viewBox='0 0 18 18'%3E%3Cpath d='M7.41 7.84 12 12.42l4.59-4.58L18 9.25l-6 6-6-6z' fill='%23fff'/%3E%3Cpath d='M0-.75h24v24H0z' fill='none'/%3E%3C/svg%3E") no-repeat;background-color:transparent;background-position:right .9em top 40%,0 0;background-repeat:no-repeat,repeat;border:1px solid #fff;color:#fff}.gw-select--dark:hover{background-color:hsla(0,0%,97%,.057)}.gw-select--no-border{border:none}.gw-input{background:transparent;border:1px solid #dadada;border:var(--inputBorder,var(--input-border));border-radius:.3em;color:#242a38;color:var(--th-slate-dark);color:var(--inputTextColor,var(--th-slate-dark));display:block;flex:1;font-family:Open Sans,Arial,sans-serif;font-size:1.4em;height:3.015em;line-height:1.75;padding:8px 10px;width:100%}.gw-input,.gw-input:focus{background-color:#fff;background-color:var(--inputBackgroundColor,var(--th-white))}.gw-input:disabled,.gw-input:read-only{opacity:.36;text-decoration:none;-webkit-user-select:none;user-select:none}.gw-input::placeholder{color:#242a38;color:var(--th-slate-dark);color:var(--inputTextColor,var(--th-slate-dark));opacity:.6}.gw-input--s1{font-size:1.2em;height:2.5em;line-height:1.5}.gw-input--s2{font-size:1.4em;height:3.015em;line-height:1.75}.gw-input--s3{font-size:1.6em;height:4.4em;line-height:1.75}.gw-input--slider-value{margin:0 0 0 1em;position:relative;width:60px}.gw-input:read-only{background-color:#eaedf0;opacity:.8;text-decoration:none;-webkit-user-select:none;user-select:none}.gw-textarea{height:auto;resize:none}.gw-textarea::placeholder{color:#242a38;color:var(--th-slate-dark);color:var(--inputTextColor,var(--th-slate-dark));opacity:.8}input[type=radio]{box-sizing:border-box;padding:0}input[type=radio]:disabled,input[type=radio][disabled]{background-color:rgba(214,231,255,.35);border:1px solid hsla(216,97%,88%,.35);pointer-events:none}.gw-radio{display:block;font-size:10px;padding-right:1.25em;position:relative}.gw-radio__input{height:16px;margin-top:.3em;overflow:visible;position:absolute;width:16px}.gw-radio__input:disabled~.gw-radio__input-label{color:#6d767e!important}.gw-radio__input-label{color:inherit;display:inline-block;font-family:Open Sans,sans-serif;font-size:1.4em;line-height:1.5;margin:0 0 .5em 1.8em;position:relative}.gw-radio--no-form{display:block;padding-left:1.5em;position:relative}.gw-radio--inline{display:inline-flex;margin-right:1.5em}.gw-radio--inline:not(:first-child){padding-left:0}.gw-button-group{display:inline-flex;position:relative;vertical-align:middle}.gw-button-group .gw-group-button:first-of-type{border-radius:4px 0 0 4px}.gw-button-group .gw-group-button:last-of-type{border-radius:0 4px 4px 0}.gw-button-group>.gw-icon-button{border-radius:.4em;flex:1 1 auto;height:3.8em;margin:0!important;position:relative;width:4.3em}.gw-button-group>.gw-icon-button:not(:first-of-type){border-bottom-left-radius:0!important;border-top-left-radius:0!important}.gw-button-group>.gw-icon-button:not(:last-of-type){border-bottom-right-radius:0!important;border-top-right-radius:0!important}.gw-button-group>.gw-icon-button:hover{background-color:#ccd0db}.gw-button-group>.gw-icon-button--active,.gw-button-group>.gw-icon-button--active:hover{background-color:#626f88}.gw-group-button{align-items:center;background-color:rgba(220,223,228,.5);background-color:rgba(0,0,0,.077);background-color:var(--iconButtonBackgroundDefaultColor,var(--icon-button-background-default-color));border:none;color:#454f66;cursor:pointer;display:inline-flex;height:3.8em;justify-content:center;min-width:4.3em;padding:1.2em;transition:all .25s ease}.gw-group-button:hover{background-color:#ccd0db}.gw-group-button--active{background-color:#626f88;color:#fff}.gw-group-button--active:hover{background-color:#626f88}.gw-group-button__label{font-size:1.6em;font-weight:600}.gw-group-button i{height:100%;width:100%}.gw-toggle-checkbox__input{-webkit-appearance:none;cursor:pointer;display:block}.gw-toggle-checkbox__input:not([disabled]):hover:before{filter:drop-shadow(1px 1px 2px hsla(0,0%,40%,.762))}.gw-toggle-checkbox__input:checked:before{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='25' viewBox='0 0 24.905 16.056'%3E%3Cpath fill='%2321BA45' d='M22 7.504a4.5 4.5 0 0 1-4.5 4.5h-13a4.5 4.5 0 0 1 0-9h13a4.5 4.5 0 0 1 4.5 4.5z'/%3E%3Ccircle fill='%23DDD' cx='17.029' cy='7.864' r='6.548'/%3E%3Cg opacity='.04'%3E%3ClinearGradient id='a' gradientUnits='userSpaceOnUse' x1='17.029' y1='14.411' x2='17.029' y2='1.316'%3E%3Cstop offset='0' style='stop-color:%23000'/%3E%3Cstop offset='.138' style='stop-color:%23000;stop-opacity:.8625'/%3E%3Cstop offset='1' style='stop-color:%23000;stop-opacity:0'/%3E%3C/linearGradient%3E%3Cpath fill='url(%23a)' d='M17.029 1.643c3.43 0 6.22 2.79 6.22 6.22 0 3.43-2.79 6.22-6.22 6.22s-6.22-2.79-6.22-6.22a6.227 6.227 0 0 1 6.22-6.22m0-.327a6.548 6.548 0 1 0 0 13.097 6.548 6.548 0 0 0 0-13.097z'/%3E%3C/g%3E%3C/svg%3E")}.gw-toggle-checkbox__input:before{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='25' viewBox='0 0 24.905 16.056'%3E%3Cg style='box-shadow:0 0 5px 1px rgba(0,0,0,.2)'%3E%3Cpath opacity='.26' fill='%23221F1F' d='M24.905 8.159c0 2.531-2.049 5-4.576 5H7.22c-2.527 0-4.576-2.469-4.576-5s2.049-5 4.576-5h13.109c2.527 0 4.576 2.468 4.576 5z'/%3E%3Ccircle fill='%23FBFBFB' cx='7.864' cy='7.864' r='6.548'/%3E%3Ccircle fill='%23F1F1F1' cx='7.864' cy='7.864' r='6.548'/%3E%3Cg opacity='.04'%3E%3ClinearGradient id='a' gradientUnits='userSpaceOnUse' x1='7.864' y1='14.411' x2='7.864' y2='1.316'%3E%3Cstop offset='0' style='stop-color:%23000'/%3E%3Cstop offset='.138' style='stop-color:%23000;stop-opacity:.8625'/%3E%3Cstop offset='1' style='stop-color:%23000;stop-opacity:0'/%3E%3C/linearGradient%3E%3Cpath fill='url(%23a)' d='M7.864 1.643c3.43 0 6.22 2.79 6.22 6.22 0 3.43-2.79 6.22-6.22 6.22-3.43 0-6.22-2.79-6.22-6.22a6.227 6.227 0 0 1 6.22-6.22m0-.327a6.548 6.548 0 1 0 0 13.097 6.548 6.548 0 0 0 0-13.097z'/%3E%3C/g%3E%3Cg opacity='.12'%3E%3ClinearGradient id='b' gradientUnits='userSpaceOnUse' x1='7.864' y1='14.411' x2='7.864' y2='1.316'%3E%3Cstop offset='0' style='stop-color:%23fff;stop-opacity:0'/%3E%3Cstop offset='.863' style='stop-color:%23fff;stop-opacity:.8625'/%3E%3Cstop offset='1' style='stop-color:%23fff'/%3E%3C/linearGradient%3E%3Cpath fill='url(%23b)' d='M7.864 1.643c3.43 0 6.22 2.79 6.22 6.22 0 3.43-2.79 6.22-6.22 6.22-3.43 0-6.22-2.79-6.22-6.22a6.227 6.227 0 0 1 6.22-6.22m0-.327a6.548 6.548 0 1 0 0 13.097 6.548 6.548 0 0 0 0-13.097z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");display:block}.gw-settings{border:1px solid rgba(0,0,0,.125);display:flex;flex:1}.gw-settings-pane{grid-gap:1em;background-color:#fff;background-color:var(--settingsDialogBackgroundColor,var(--modal-content-bg));display:grid;gap:1em;grid-template-columns:1fr 3fr;grid-template-rows:1fr;height:100%;position:relative;width:100%}.gw-settings-pane__left,.gw-settings-pane__right{height:100%}.gw-settings-nav-area{background-color:#f4f5f6;background-color:var(--settingsDialogMenuBackgroundColor,var(--th-grey-white));display:flex;-moz-flex-direction:column;flex-direction:column;height:100%;justify-content:space-between;padding:1em 0}.gw-settings-nav-area__menu{flex:1;list-style-type:none;margin:5px 0;padding:0}.gw-settings-nav-area__menu>li{background-color:transparent;border:0;cursor:pointer;margin:0;padding:0}.gw-settings-nav-area__branding{align-items:flex-end;display:flex;justify-content:center;margin-top:auto;position:relative}.gw-settings-main{background-color:#fff;background-color:var(--settingsDialogBackgroundColor,var(--modal-content-bg));color:#242a38;color:#373b43;color:var(--modalTextColor,var(--th-slate-dark));display:flex;flex-direction:column;height:100%;justify-content:flex-start;padding:1.8em;position:relative}.gw-settings-main__header{margin:0;padding:0}.gw-settings-main__body{height:100%}.gw-settings-main-header{position:relative}.gw-settings-body{display:flex;flex-direction:column;min-height:40em;position:relative}.gw-settings-body__title{-webkit-font-smoothing:antialiased;color:#242a38;color:#373b43;color:var(--modalTextColor,var(--th-slate-dark));font-family:Roboto,sans-serif;font-size:2em;font-weight:900;margin:.4em 0;position:relative}.gw-settings-body__row{margin-bottom:1.4em;position:relative;width:100%}.gw-settings-body__row>:not(:last-child){margin-top:2.25em}.gw-settings-body__row>.gw-group{align-items:flex-start}.gw-settings-body__button-area{margin-top:auto;padding:1em}.gw-settings-field{align-items:flex-start;display:flex;flex:1;flex-direction:column;position:relative;width:100%}.gw-settings-field__label{box-sizing:border-box;color:#242a38;color:#373b43;color:var(--modalTextColor,var(--th-slate-dark));display:inline-block;font-family:Open Sans,Arial,sans-serif;font-size:1.3em;font-weight:600;margin:0 0 .8em;padding-top:.9em}.gw-settings-pane-settings-title{padding:0;position:relative}.gw-settings-pane-settings-title__icon{fill:#006fe6;fill:var(--settings-title-color);fill:var(--settingsTitleColor,var(--settings-title-color));height:2em;margin:0 3px 0 0;position:relative;right:.2em;top:0}.gw-settings-pane-settings-title__text{color:#006fe6;color:var(--settings-title-color);color:var(--settingsTitleColor,var(--settings-title-color));flex:1;font-size:1.6em;font-weight:500;margin:5px 0}.gw-settings-menu-button,.gw-settings-pane-settings-title__text{-webkit-font-smoothing:antialiased;font-family:Open Sans,sans-serif}.gw-settings-menu-button{background-color:transparent;border:0;border-left:5px solid transparent;border-radius:0;box-sizing:border-box;cursor:pointer;display:block;font-weight:400;margin:0;padding:1.3em 2em;text-align:left;text-decoration:none!important;width:100%}.gw-settings-menu-button,.gw-settings-menu-button:hover{color:#242a38;color:#373b43;color:var(--modalTextColor,var(--th-slate-dark))}.gw-settings-menu-button:hover{background-color:#ebedef;background-color:var(--settingsDialogItemBackgroundColorHover,var(--settings-item-background-hover-color))}.gw-settings-menu-button:active{background-color:#e3e7ed;background-color:var(--settingsDialogItemBackgroundColorActive,var(--settings-item-background-active-color));color:#242a38;color:#373b43;color:var(--modalTextColor,var(--th-slate-dark))}.gw-settings-menu-button--selected{background-color:var(--th-grey);border-left:4px solid;border-color:#006fe6;border-color:var(--themeColorPrimary,var(--primaryColor));font-weight:600}.gw-settings-menu-button--selected,.gw-settings-menu-button--selected:hover{background-color:#e3e7ed;background-color:var(--settingsDialogItemSelectedBackgroundColor,var(--th-grey))}.gw-settings-logo{color:#0da0a0;display:block;height:35px;margin:1em;position:relative;text-align:center}.settingsWrapper{background-color:rgba(0,0,0,.4);height:100%;left:0;position:fixed;top:0;width:100%;z-index:999999999999999}.settings-modal-dialog{border:0;box-shadow:0 3px 15px rgba(0,0,0,.12),0 5px 30px rgba(0,0,0,.24);margin:0 auto;outline:none;padding:0;position:sticky;position:relative;text-align:left;top:50%;transform:translateY(-50%);width:777px;z-index:2147483645}.gw-group{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;position:relative}.gw-group,.gw-group--align-left{justify-content:flex-start}.gw-group--align-right{flex-direction:row;justify-content:flex-end}.gw-group--align-start{align-items:flex-start}.gw-group--center{justify-content:center}.gw-group--space-between{justify-content:space-between}.gw-group--space-around{justify-content:space-around}.gw-group--no-wrap{flex:0 0 auto;flex-shrink:0}.gw-group--align-left>:not(:last-child),.gw-group--align-right>:not(:last-child),.gw-group--center>:not(:last-child),.gw-group--space-between>:not(:last-child){margin-right:.25em}.gw-group--align-left>:not(:first-child),.gw-group--align-right>:not(:first-child),.gw-group--center>:not(:first-child),.gw-group--space-between>:not(:first-child){margin-left:.25em}.gw-group .gw-group-item--align-start{align-self:flex-start}.gw-group .gw-group-item--align-end{align-self:flex-end}.gw-control-grid{align-items:center;display:grid;grid-template-columns:1fr 1fr 1fr 1fr;justify-items:center}.gw-control-grid--last-item{grid-column:4}.gw-window{display:block;height:auto;left:0;outline:0;position:relative;top:0;width:auto;z-index:var(--zindex-modal)}.gw-window--rounded .gw-window-content{background-color:#fff;background-color:var(--modalContentBackgroundColor,var(--modal-content-bg));border:none;border-radius:8px;box-shadow:0 8px 16px rgba(0,0,0,.2)}.gw-window--rounded .gw-window-content .gw-window-header{border:none;border-radius:8px;padding:7px}.gw-window--rounded .gw-window-content .gw-window-header .gw-window-header__move-area{height:20px;width:20px}.gw-window-dialog{box-sizing:border-box;margin:0;pointer-events:none;position:relative;width:100%}.gw-window-dialog--follow-cursor{position:fixed}.gw-window-dialog-scrollable{display:flex;max-height:subtract(100%,4rem)}.gw-window-dialog-scrollable .gw-window-content{max-height:subtract(100vh,4rem);overflow:hidden}.gw-window-dialog-scrollable .gw-window-footer,.gw-window-dialog-scrollable .gw-window-header{flex-shrink:0}.gw-window-dialog-scrollable .gw-window-body{overflow-y:auto}.gw-window-dialog-centered{align-items:center;display:flex;min-height:subtract(100%,4rem)}.gw-window-dialog-centered:before{content:"";display:block;height:subtract(100vh,4rem);height:min-content}.gw-window-dialog-centered.gw-window-dialog-scrollable{flex-direction:column;height:100%;justify-content:center}.gw-window-dialog-centered.gw-window-dialog-scrollable .gw-window-content{max-height:none}.gw-window-dialog-centered.gw-window-dialog-scrollable:before{content:none}.gw-window-content{background-clip:padding-box;background-color:#fff;background-color:var(--modalContentBackgroundColor,var(--modal-content-bg));border:1px solid rgba(0,0,0,.12);border-radius:var(--modal-content-border-radius);box-shadow:0 3px 8px rgba(0,0,0,.2);color:#242a38;color:#373b43;color:var(--modalTextColor,var(--th-slate-dark));display:flex;flex-direction:column;outline:0;pointer-events:auto;position:relative;width:100%}.gw-window-content--list-group{border:none;border-radius:.8em;z-index:0}.gw-window-content--list-group:before{border-bottom-color:#fff;border-bottom-color:var(--list-group-item-background-color);border-bottom:1.2em solid var(--listGroupItemArrowColor,var(--list-group-item-background-color));top:-1.1em;z-index:1}.gw-window-content--list-group:after,.gw-window-content--list-group:before{border-left:1em solid transparent;border-right:1em solid transparent;content:"";height:0;left:2.4em;position:absolute;width:0}.gw-window-content--list-group:after{border-bottom:1.2em solid var(--th-grey);top:-1.3em;z-index:-2}.gw-window-content--pointer-bottom-middle:before{border-bottom:none;border-top:1.2em solid var(--white);bottom:-1.2em;left:50%;top:auto;transform:translate(-50%)}.gw-window-content--pointer-bottom-middle:after{border-bottom:none;border-top:1.2em solid var(--th-grey);bottom:-1.4em;left:50%;top:auto;transform:translate(-50%)}.gw-window-content--pointer-bottom-right:before{border-bottom:none;border-top:1.2em solid var(--white);bottom:-1.2em;left:auto;right:2.5em;top:auto;transform:none}.gw-window-content--pointer-bottom-right:after{border-bottom:none;border-top:1.2em solid var(--th-grey);bottom:-1.4em;left:auto;right:2.5em;top:auto;transform:none}.gw-window-content--list-group-form:after,.gw-window-content--list-group-form:before{border:0}.gw-window-backdrop{background-color:var(--modal-backdrop-bg);height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:999999999}.gw-window-backdrop.fade{opacity:0}.gw-window-backdrop.show{opacity:var(--modal-backdrop-opacity)}.gw-window-header{align-items:center;background-color:#f5f5f5;background-color:var(--modalHeaderBackgroundColor,var(--modal-header-background-color));border-bottom:1px solid;border-color:#e5e5e5;border-color:var(--modalContentBorderColorHeader,var(--modal-header-border-color));border-radius:1px;display:flex;font-family:Open Sans,Arial,sans-serif;font-weight:600;justify-content:space-between;padding:1em}.gw-window-header>h5{color:#242a38;color:#373b43;color:var(--modalTextColor,var(--th-slate-dark));font-size:1.4em}.gw-window-header__move-area{background-color:transparent;display:inline-block;height:35px;margin:0 0 0 .8em;overflow:hidden;position:relative;width:35px}.gw-window-header-move{align-items:center;cursor:pointer;display:flex;height:100%;justify-content:center}.gw-window-header-move__icon{height:20px;margin:0 2px 0 0;opacity:.4;position:relative}.gw-window-header-move__icon,.gw-window-header-move__icon:hover{fill:#000;fill:#fff;fill:var(--iconFillColor,var(--iconFillColor))}.gw-window-header-move__icon:hover{opacity:1}.gw-window-header-move__icon:active{fill:#4c4c4c}.gw-window-title{line-height:var(--modal-title-line-height);margin-bottom:0;margin-top:0}.gw-window-body{background-color:#fff;background-color:var(--modalContentBackgroundColor,var(--modal-content-bg));flex:1 1 auto;padding:1.5em;padding:var(--modal-inner-padding);position:relative}.gw-window-body--rounded{background-color:transparent}.gw-window-body>p{color:#242a38;color:#373b43;color:var(--modalTextColor,var(--th-slate-dark));font-family:Open Sans,Arial,sans-serif;font-size:1.4em;font-weight:400}.gw-window-body--section{margin-bottom:1em}.gw-window-body--list-group{padding:0}.gw-window-footer{align-items:center;border-color:currentcolor #fff #fff;border-top:1px solid #fff;border-color:var(--modalContentBorderColorFooter,var(--th-white));border-radius:1px;display:flex;flex-wrap:wrap;justify-content:space-between;margin-top:auto;padding:1.5em}.gw-window-footer>*{margin:1em/2}.gw-window-footer>:not(:last-child){margin-right:.25em}.gw-window-footer>:not(:first-child){margin-left:.25em}.gw-window-footer>p{color:#242a38;color:#373b43;color:var(--modalTextColor,var(--th-slate-dark));font-family:Open Sans,Arial,sans-serif;font-size:1.4em;font-weight:400}.gw-window-scrollbar-measure{height:50px;overflow:scroll;position:absolute;top:-9999px;width:50px}.gw-window-dictionary>div:first-of-type{padding:0}.gw-window-dictionary>div:first-of-type p{color:#242a38;color:#373b43;color:var(--modalTextColor,var(--th-slate-dark));font-size:1.6em;font-weight:600}.gw-window-definitionwrapper{display:flex;margin:0 0 10px;padding:0 0 0 20px}.gw-window-definitionwrapper p{color:#242a38;color:#373b43;color:var(--modalTextColor,var(--th-slate-dark));margin-bottom:.5em;margin-top:6px}.gw-window-definitionwrapper__play{display:inline-block;margin:0 15px 0 0}.gw-window-definitionwrapper__definition{display:inline-block}.gw-window-dictionary__pictures{display:flex;margin:0 0 10px;padding:0 0 0 52px}.gw-window-typewriter__toolbar{background-color:#f0f0f0;border-radius:30px;display:flex;height:45px;padding:5px 4px 3px;width:416px}.gw-window-typewriter__drag-wrapper{align-items:center;border:none;cursor:pointer;display:flex;height:36px;justify-content:center;margin:-1px .4em 0;width:36px}.gw-window-typewriter__drag{fill:#3b4956}.gw-window-typewriter__drag:hover{fill:#fd3269}.gw-window-typewriter__toolbar-inner{align-items:center;border-left:1px solid #767676;display:flex;height:36px;justify-content:flex-start;padding:0 9px;width:100%}.gw-window-typewriter__toolbar-inner button{margin-right:.5em}.gw-window-typewriter__toolbar-inner button:last-child{margin:0 0 0 auto}.gw-window-typewriter__colourpalette{height:30px;margin-right:8px}.gw-window-typewriter .gw-window-typewriter__textbox{background-color:hsla(0,0%,100%,.2);border:1px dashed #bcc3d0;border-radius:0;height:155px;margin:6px 0 0 44px;max-height:300px;min-height:155px;padding:15px;resize:vertical;width:352px}.gw-window-comment__inner--center{display:flex;justify-content:center;margin:18px 0 15px}.gw-window-comment__progresswrapper{align-items:center;display:flex;height:54px;justify-content:center;left:45px;position:absolute;top:34px;width:54px}.gw-window-comment__progress{align-items:center;background-color:#fff;border:2px solid #767676;border-radius:50%;display:flex;height:45px;justify-content:center;width:45px}.gw-window-comment__progress p{color:#626f88;font-size:1.5em;font-weight:600;margin-bottom:0;text-align:center}.gw-window-comment--input-dashed{border-radius:0;border-style:dashed;height:auto;max-height:350px;min-height:150px;resize:vertical}.gw-window-comment__inner{display:flex;width:100%}.gw-window-comment__inner--inlinebtns{height:36px;justify-content:space-between;margin:20px 0 15px}.gw-window-comment__inner--inlinebtns button{margin:0 32px 0 0}.gw-window-comment__inner--inlinebtns button:last-child{margin:0}.gw-window-comment__videowrapper{background-color:#444f66;border:1px solid #fff;height:263.5px;padding:0;position:relative;width:100%}.gw-window-comment__record{background-color:#db2828;border:1px solid #fff;border-radius:15px;height:15px;left:0;margin:15px;position:absolute;top:0;width:15px}.gw-window-comment__expand{bottom:0;margin:15px;position:absolute;right:0}.gw-toast{background:#fff;border-radius:8px;box-shadow:0 3px 8px rgba(0,0,0,.161);display:inline-flex;flex-direction:row;min-height:48px}.gw-toast svg{align-self:flex-start;flex-grow:0;flex-shrink:0;height:18px;margin-right:12px;width:18px}.gw-toast__body{align-items:center;align-self:center;display:flex;flex:1 1 auto;font-size:1.2em;font-weight:600;padding:10px 20px}.gw-toast__actions{align-items:flex-start;align-self:flex-start;display:flex;padding:6px}.gw-toast--info{background:#faffff;background:var(--infoBackgroundColor);color:#0e566c;color:var(--infoTitleColor)}.gw-toast--info svg{fill:#0e566c;fill:var(--infoTitleColor)}.gw-toast--success{background:#fcfff5;background:var(--successBackgroundColor);color:#1e571f;color:var(--successTitleColor)}.gw-toast--success svg{fill:#1e571f;fill:var(--successTitleColor)}.gw-toast--error{background:#fff5f5;background:var(--errorBackgroundColor);color:#963836;color:var(--errorTitleColor)}.gw-toast--error svg{fill:#963836;fill:var(--errorTitleColor)}.gw-toast--warning{background:#fffbf5;background:var(--warningBackgroundColor);color:#7a4d05;color:var(--warningTitleColor)}.gw-toast--warning svg{fill:#7a4d05;fill:var(--warningTitleColor)}.gw-aria-datepicker{display:inline-flex;flex-direction:column}.gw-aria-datepicker>div{display:flex}.gw-aria-datepicker .gw-input:read-only{background-color:#fff;background-color:var(--inputBackgroundColor,var(--th-white));opacity:1}.gw-aria-popover{background-color:#fff;background-color:var(--gw-aria-popover-background);border:1px solid #dadada;border:1px solid hsla(0,0%,44%,.188);border:1px solid var(--gw-aria-popover-border);border-radius:.3em;color:#242a38;color:var(--th-slate-dark);color:var(--inputTextColor,var(--th-slate-dark));flex:1;margin-top:.5rem;max-height:500px;padding:6px 12px 16px;position:absolute;z-index:100000}.gw-aria-calendar-heading{align-items:center;display:flex;justify-content:space-between;margin:12px 0}.gw-aria-calendar-heading h2{font-size:1.8em;margin:0}.gw-aria-calendar{border-collapse:collapse}.gw-aria-calendar__th{font-size:1.2em;padding:10px 0}.gw-aria-calendar__td{font-size:1.2em;padding:2px 0}.gw-aria-calendar__button{align-items:center;border-radius:50%;cursor:pointer;display:flex;height:32px;justify-content:center;text-align:center;width:32px}.gw-aria-calendar__button:hover{background-color:#006fe6;background-color:#124a78;background-color:var(--gw-aria-calendar-active-background);color:#fff;color:var(--gw-aria-calendar-active)}.gw-aria-calendar__button[disabled]{opacity:0}.gw-aria-calendar__button--selected{border-radius:0}.gw-aria-calendar__button--selected,.gw-aria-calendar__button--selected-last{background:#006fe6;background:#124a78;background:var(--gw-aria-calendar-active-background);color:#fff;color:var(--gw-aria-calendar-active)}.gw-aria-calendar__button--selected-last{border-radius:0 50% 50% 0}.gw-aria-calendar__button--selected-first{background:#006fe6;background:#124a78;background:var(--gw-aria-calendar-active-background);border-radius:50% 0 0 50%;color:#fff;color:var(--gw-aria-calendar-active)}.gw-aria-calendar__button--selected-first.gw-aria-calendar__button--selected-last{border-radius:50%}:root{--on-base-text:#373b43;--on-base-background:#f6faff;--on-base-svg:#374762;--on-brand-rw:#8e4eee;--on-context-menu-background:#fff;--on-context-menu-shadow:rgba(0,0,0,.086);--on-context-menu-border:hsla(0,0%,44%,.188);--on-context-menu-hover:#f0f2f3;--on-modal-alt-backdrop:#f8f8f8;--on-modal-backdrop:rgba(0,0,0,.3);--on-modal-background:#fff;--on-modal:#484848;--on-modal-settings:#445066;--on-modal-header:#f5f5f5;--on-card-background:#fff;--on-card-border:#e2e5ea;--on-card-hover:#fafafa;--on-card-inner-border:hsla(223,8%,67%,.188);--on-card-radio-label:#f2f2f2;--on-loading-bar-background:#dbdbdb;--on-loading-bar-active:#007bbd;--on-spinner-stroke:#0069b0;--on-toolbar-border:#bfc6ce;--on-toolbar-background:#e2e7ed;--on-toolbar-active:#328fe5;--on-toolbar-active-alt:#bcc3d1;--on-toolbar-active-svg:#fff;--on-toolbar-highlighter-default:hsla(0,0%,67%,.42);--on-toolbar-group-border:#bfc6ce;--on-toolbar-integration-background:#d3d9e4;--on-toolbar-integration-foreground:#fff;--on-upload-button-background:#fafafa;--on-upload-button-border:#c9d3df;--on-upload-button-hover:hsla(0,0%,98%,.886);--on-viewer-background:#f8f8f8;--on-viewer-pages-background:#d3dae2;--on-viewer-pages-border:#bfc6ce;--on-viewer-tabs-active:#e2e7ed;--on-viewer-tabs-hover:#e2e7ed;--on-viewer-tabs-border:#c9cfd6;--on-viewer-controls-background:#e3e7ed;--on-table:#444f66;--on-table-border:transparent;--on-table-hover:#fafafa;--on-table-cell-border:#dadee2;--on-dropzone:#626f88;--on-dropzone-overlay-background:hsla(0,0%,100%,.9);--on-dropzone-background:#fff;--on-dropzone-hover:#fafafa;--on-dropzone-active:#f2f2f2;--on-dropzone-border:#c5c5c5;--on-dropzone-button:#384963;--on-dropzone-button-background:#f1f5f9;--on-dropzone-button-hover:#e5edf5;--on-feature-button:#707070;--on-feature-button-background:#fff;--on-feature-button-border:#f0f1f1;--on-feature-button-hover:#dde5ec;--on-feature-button-shadow:hsla(197,8%,83%,.5);--on-nav:#f4f5f6;--on-header-color:#626f88;--dashboardBackgroundColor:#f2f5f9;--dashboardHeaderBackgroundColor:#fff;--dashboardHeaderShadow:transparent 0 0 0 0,transparent 0 0 0 0,rgba(0,0,0,.1) 0 1px 3px 0,rgba(0,0,0,.1) 0 1px 2px -1px;--dashboardTopColor:#2a3953;--dashboardNavActive:#00b7ff;--dashboardMainBackground:#fff;--dashboardMainBorder:#e1e3e6;--gw-aria-popover-background:#fff;--gw-aria-popover-border:hsla(0,0%,44%,.188);--gw-aria-calendar-active-background:#124a78;--gw-aria-calendar-active:#fff;--gw-aria-datepicker:#fff no-repeat 10px 50% url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='16.34'%3E%3Cpath fill='%2334374a' d='M5.667 7.351H3.778v1.634h1.889Zm3.778 0H7.556v1.634h1.889Zm3.778 0h-1.889v1.634h1.889Zm1.888-5.718h-.943V0h-1.89v1.634H4.723V0h-1.89v1.634h-.944A1.765 1.765 0 0 0 .011 3.267L0 14.7a1.775 1.775 0 0 0 1.889 1.634h13.222A1.781 1.781 0 0 0 17 14.7V3.267a1.781 1.781 0 0 0-1.889-1.633Zm0 13.069H1.889V5.718h13.222Z' data-name='wriq-svg-calendar (1)'/%3E%3C/svg%3E");--inputBackgroundColor:#fff;--inputDisabledBackgroundColor:#eaedf0;--inputBorder:1px solid #dadada;--selectBackgroundColorHover:#fff;--fontColorWhite:#fff;--defaultColor:#e3e7ed;--defaultColorHover:#bcc3d2;--defaultColorActive:#9ea8bd;--defaultColorSelected:#b3bbcc;--buttonBackgroundHoverColor:#bcc3d2;--buttonBackgroundActiveColor:#9ea8bd;--buttonTextColor:#242a38;--buttonTextHoverColor:#242a38;--buttonTextActiveColor:#242a38;--buttonTextVisitedColor:#242a38;--buttonBorderHover:2px solid #bcc3d2;--buttonBorderRadius:30px;--buttonIconFillColor:hsl(0,0,0);--primaryButtonBackgroundColor:#1b78d0;--primaryButtonBackgroundHoverColor:#155c9e;--primaryButtonBackgroundActiveColor:#0f4171;--primaryButtonBorder:2px solid #1b78d0;--primaryButtonBorderHover:2px solid #155c9e;--primaryButtonBorderActive:2px solid #0f4171;--primaryButtonTextColor:#fff;--primaryButtonTextHoverColor:#fff;--primaryButtonTextActiveColor:#fff;--primaryButtonTextVisitedColor:#fff;--primaryButtonBorderRadius:30px;--primaryButtonIconFillColor:#fff;--secondaryButtonBackgroundColor:#434e65;--secondaryButtonBackgroundHoverColor:#2f3646;--secondaryButtonBackgroundActiveColor:#1b1f28;--secondaryButtonBorder:2px solid #434e65;--secondaryButtonBorderHover:2px solid #2f3646;--secondaryButtonTextColor:#fff;--secondaryButtonTextHoverColor:#fff;--secondaryButtonTextActiveColor:#fff;--secondaryButtonTextVisitedColor:#fff;--secondaryButtonBorderRadius:30px;--secondaryButtonIconFillColor:#fff;--iconButtonBackgroundDefaultColor:rgba(0,0,0,.077);--iconButtonBackgroundHoverColor:rgba(0,0,0,.125);--iconButtonBackgroundActiveColor:rgba(0,0,0,.187);--iconButtonBorderColor:2px solid transparent;--iconFillColor:#fff;--settingsDialogBackgroundColor:#fff;--settingsDialogMenuBackgroundColor:#f4f5f6;--settingsDialogItemSelectedBackgroundColor:#e3e7ed;--settingsDialogItemBackgroundColorHover:#ebedef;--settingsDialogItemBackgroundColorActive:#e3e7ed;--modalHeaderBackgroundColor:#f5f5f5;--modalContentBackgroundColor:#fff;--modalContentBorderColorHeader:#e5e5e5;--modalContentBorderColorFooter:#fff;--modalTextColor:#373b43;--modal-inner-padding:1.5em;--infoBackgroundColor:#faffff;--successBackgroundColor:#fcfff5;--errorBackgroundColor:#fff5f5;--warningBackgroundColor:#fffbf5;--notificationDarkModeBackground:#4a5973;--infoTitleColor:#0e566c;--successTitleColor:#1e571f;--errorTitleColor:#963836;--warningTitleColor:#7a4d05}:root .on-logo--light{display:block}:root .on-logo--dark{display:none}:root .gw-select{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='22' width='22' viewBox='0 0 18 18'%3E%3Cpath d='M7.41 7.84 12 12.42l4.59-4.58L18 9.25l-6 6-6-6z' fill='%23232937'/%3E%3Cpath d='M0-.75h24v24H0z' fill='none'/%3E%3C/svg%3E")}:root .gw-button__icon{display:inline-block}:root .gw-button__icon--delete{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='22' viewBox='0 0 14 18'%3E%3Cpath d='M1 16a2.006 2.006 0 0 0 2 2h8a2.006 2.006 0 0 0 2-2V4H1ZM14 1h-3.5l-1-1h-5l-1 1H0v2h14Z' fill='%23444f66'/%3E%3C/svg%3E")}:root .gw-button__icon--play{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23 24'%3E%3Cpath fill='%232a3953' d='M19.6 10.227a2 2 0 0 1 0 3.546l-16.676 8.7A2 2 0 0 1 0 20.7V3.3a2 2 0 0 1 2.925-1.773Z' data-name='Icon - play'/%3E%3C/svg%3E")}:root .gw-button__icon--turn-in{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15.667 13.514'%3E%3Cpath fill='%23373B43' d='m15.662.388-1.874 12.494a.339.339 0 0 1-.468.261l-5.286-2.266-2.538 2.538a.339.339 0 0 1-.578-.241V9.819l5.844-4.783a.677.677 0 1 0-.857-1.049L3.736 9.038.205 7.523a.339.339 0 0 1-.008-.619L15.186.03a.339.339 0 0 1 .476.358Z'/%3E%3C/svg%3E")}:root .gw-button__icon--close{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='20' viewBox='0 0 13.827 13.826'%3E%3Cpath d='M13.83 1.33 12.502 0 6.913 5.588 1.33 0 0 1.33l5.588 5.588L0 12.502l1.33 1.328 5.588-5.588 5.584 5.588 1.328-1.328-5.588-5.588z' fill='%23444f66'/%3E%3C/svg%3E")}:root .gw-button__icon--close-white{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='20' viewBox='0 0 13.827 13.826'%3E%3Cpath d='M13.83 1.33 12.502 0 6.913 5.588 1.33 0 0 1.33l5.588 5.588L0 12.502l1.33 1.328 5.588-5.588 5.584 5.588 1.328-1.328-5.588-5.588z' fill='%23fff'/%3E%3C/svg%3E")}:root .gw-button__icon--add{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='none'%3E%3Cpath fill='%2344546F' d='M8.062 5.942V0H5.94v5.942H0V8.06h5.941V14h2.118V8.058H14V5.942H8.062Z'/%3E%3C/svg%3E")}:root .gw-button__icon--more{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='20' viewBox='0 0 13 3'%3E%3Cpath d='M1.5 0A1.5 1.5 0 1 0 3 1.5 1.5 1.5 0 0 0 1.5 0zm10 0A1.5 1.5 0 1 0 13 1.5 1.5 1.5 0 0 0 11.5 0zm-5 0A1.5 1.5 0 1 0 8 1.5 1.5 1.5 0 0 0 6.5 0z' fill='%23444f66'/%3E%3C/svg%3E")}:root .gw-button__icon--more-white{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='20' viewBox='0 0 13 3'%3E%3Cpath d='M1.5 0A1.5 1.5 0 1 0 3 1.5 1.5 1.5 0 0 0 1.5 0zm10 0A1.5 1.5 0 1 0 13 1.5 1.5 1.5 0 0 0 11.5 0zm-5 0A1.5 1.5 0 1 0 8 1.5 1.5 1.5 0 0 0 6.5 0z' fill='%23fff'/%3E%3C/svg%3E")}:root .gw-button__icon--search{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='18' viewBox='0 0 487.95 487.95'%3E%3Cpath d='m481.8 453-140-140.1c27.6-33.1 44.2-75.4 44.2-121.6C386 85.9 299.5.2 193.1.2S0 86 0 191.4s86.5 191.1 192.9 191.1c45.2 0 86.8-15.5 119.8-41.4l140.5 140.5c8.2 8.2 20.4 8.2 28.6 0 8.2-8.2 8.2-20.4 0-28.6zM41 191.4c0-82.8 68.2-150.1 151.9-150.1s151.9 67.3 151.9 150.1-68.2 150.1-151.9 150.1S41 274.1 41 191.4z' fill='%23444f66'/%3E%3C/svg%3E")}:root .gw-button__icon--search-white{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='18' viewBox='0 0 487.95 487.95'%3E%3Cpath d='m481.8 453-140-140.1c27.6-33.1 44.2-75.4 44.2-121.6C386 85.9 299.5.2 193.1.2S0 86 0 191.4s86.5 191.1 192.9 191.1c45.2 0 86.8-15.5 119.8-41.4l140.5 140.5c8.2 8.2 20.4 8.2 28.6 0 8.2-8.2 8.2-20.4 0-28.6zM41 191.4c0-82.8 68.2-150.1 151.9-150.1s151.9 67.3 151.9 150.1-68.2 150.1-151.9 150.1S41 274.1 41 191.4z' fill='%23fff'/%3E%3C/svg%3E")}:root .gw-button__icon--print{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15.693 15.694'%3E%3Cpath fill='%23444f66' d='M3.923 11.77h7.847v3.27a.654.654 0 0 1-.654.654H4.577a.654.654 0 0 1-.654-.654Zm8.5-11.116A.654.654 0 0 0 11.77 0H3.923a.654.654 0 0 0-.654.654v2.615h9.155Zm3.269 5.231v6.539a1.312 1.312 0 0 1-1.308 1.308h-1.306v-2.616a.656.656 0 0 0-.654-.654H3.269a.656.656 0 0 0-.654.654v2.616H1.308A1.312 1.312 0 0 1 0 12.424V5.885a1.312 1.312 0 0 1 1.308-1.308h13.078a1.312 1.312 0 0 1 1.308 1.308Zm-1.308.327a.327.327 0 0 0-.327-.327H12.75a.327.327 0 0 0-.327.327v.654a.327.327 0 0 0 .327.327h1.309a.327.327 0 0 0 .327-.327Z'/%3E%3C/svg%3E")}:root .gw-button__icon--print-white{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15.693 15.694'%3E%3Cpath fill='%23fff' d='M3.923 11.77h7.847v3.27a.654.654 0 0 1-.654.654H4.577a.654.654 0 0 1-.654-.654Zm8.5-11.116A.654.654 0 0 0 11.77 0H3.923a.654.654 0 0 0-.654.654v2.615h9.155Zm3.269 5.231v6.539a1.312 1.312 0 0 1-1.308 1.308h-1.306v-2.616a.656.656 0 0 0-.654-.654H3.269a.656.656 0 0 0-.654.654v2.616H1.308A1.312 1.312 0 0 1 0 12.424V5.885a1.312 1.312 0 0 1 1.308-1.308h13.078a1.312 1.312 0 0 1 1.308 1.308Zm-1.308.327a.327.327 0 0 0-.327-.327H12.75a.327.327 0 0 0-.327.327v.654a.327.327 0 0 0 .327.327h1.309a.327.327 0 0 0 .327-.327Z'/%3E%3C/svg%3E")}:root .gw-button__icon--download{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12.924 15.693'%3E%3Cpath fill='%23444f66' d='M12.924 5.539H9.231V0H3.693v5.539H0L6.462 12ZM0 13.847v1.846h12.924v-1.846Z' data-name='Path 11584'/%3E%3C/svg%3E")}:root .gw-button__icon--download-white{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12.924 15.693'%3E%3Cpath fill='%23fff' d='M12.924 5.539H9.231V0H3.693v5.539H0L6.462 12ZM0 13.847v1.846h12.924v-1.846Z' data-name='Path 11584'/%3E%3C/svg%3E")}:root .gw-button__icon--rotate-anticlockwise{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='18.55' viewBox='0 0 20.03 19.283'%3E%3Cpath d='M10.381 11.254a1.608 1.608 0 1 1 1.608-1.608 1.608 1.608 0 0 1-1.608 1.608zM7.787 16.4a7.194 7.194 0 0 1-1.332-.678.4.4 0 0 0-.541.097l-.944 1.3a.408.408 0 0 0 .1.577 9.6 9.6 0 0 0 1.951.992.408.408 0 0 0 .524-.26l.494-1.529a.4.4 0 0 0-.246-.5zm-4.155-4.142a.4.4 0 0 0-.5-.244l-1.528.5a.408.408 0 0 0-.259.525 9.606 9.606 0 0 0 1 1.947.408.408 0 0 0 .577.1l1.3-.947a.4.4 0 0 0 .092-.546 7.209 7.209 0 0 1-.682-1.33zm12.917 1.865a.4.4 0 0 0-.548.079 7.269 7.269 0 0 1-1.058 1.059.4.4 0 0 0-.079.548l.946 1.3a.408.408 0 0 0 .579.084 9.673 9.673 0 0 0 1.544-1.546.408.408 0 0 0-.085-.579zm-3.807 2.771a.4.4 0 0 0-.49-.258 7.216 7.216 0 0 1-1.477.233.4.4 0 0 0-.387.4v1.607a.408.408 0 0 0 .419.409 9.621 9.621 0 0 0 2.16-.342.408.408 0 0 0 .271-.518zM10.381 0a9.632 9.632 0 0 0-7.533 3.624L1.581 2.357a.4.4 0 0 0-.68.212l-.9 4.927a.4.4 0 0 0 .467.467l4.927-.9a.4.4 0 0 0 .212-.68l-1.029-1.03a7.221 7.221 0 0 1 13.036 4.293 9.051 9.051 0 0 1-.242 1.864.4.4 0 0 0 .258.49l1.529.5a.408.408 0 0 0 .518-.272 8 8 0 0 0 .347-2.612A9.635 9.635 0 0 0 10.381 0z' fill='%23444f66'/%3E%3C/svg%3E")}:root .gw-button__icon--rotate-clockwise{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='18.55' viewBox='0 0 20.03 19.283'%3E%3Cpath d='M9.648 11.254A1.608 1.608 0 1 0 8.04 9.646a1.608 1.608 0 0 0 1.608 1.608zm2.594 5.146a7.194 7.194 0 0 0 1.332-.678.4.4 0 0 1 .546.094l.944 1.3a.408.408 0 0 1-.1.577 9.6 9.6 0 0 1-1.951.992.408.408 0 0 1-.524-.26l-.493-1.525a.4.4 0 0 1 .246-.5zm4.156-4.144a.4.4 0 0 1 .5-.244l1.528.5a.408.408 0 0 1 .259.525 9.606 9.606 0 0 1-1 1.947.408.408 0 0 1-.577.1l-1.3-.947a.4.4 0 0 1-.092-.546 7.21 7.21 0 0 0 .682-1.33zM3.48 14.123a.4.4 0 0 1 .548.079 7.269 7.269 0 0 0 1.058 1.059.4.4 0 0 1 .079.548l-.946 1.3a.408.408 0 0 1-.579.084 9.673 9.673 0 0 1-1.544-1.546.408.408 0 0 1 .085-.579zm3.807 2.771a.4.4 0 0 1 .49-.258 7.216 7.216 0 0 0 1.477.233.4.4 0 0 1 .387.4v1.607a.408.408 0 0 1-.419.409 9.621 9.621 0 0 1-2.16-.342.408.408 0 0 1-.271-.518zM9.648 0a9.632 9.632 0 0 1 7.532 3.624l1.267-1.267a.4.4 0 0 1 .68.212l.9 4.927a.4.4 0 0 1-.467.467l-4.927-.9a.4.4 0 0 1-.212-.68l1.035-1.035A7.221 7.221 0 0 0 2.414 9.646a9.051 9.051 0 0 0 .242 1.864.4.4 0 0 1-.258.49l-1.529.5a.408.408 0 0 1-.518-.272 8 8 0 0 1-.347-2.612A9.635 9.635 0 0 1 9.648 0z' fill='%23444f66'/%3E%3C/svg%3E")}:root .gw-button__icon--zoom-in{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='20' viewBox='0 0 20.005 20.004'%3E%3Cpath d='M14.303 12.59h-.9l-.32-.309a7.437 7.437 0 1 0-.8.8l.309.32v.9l5.713 5.7 1.7-1.7zm-6.855 0a5.141 5.141 0 1 1 5.141-5.141 5.135 5.135 0 0 1-5.128 5.141z' fill='%23444f66'/%3E%3Cpath d='M10.219 8.141H8.834a.693.693 0 0 0-.693.693v1.388a.693.693 0 0 1-.693.693.693.693 0 0 1-.693-.693V8.837a.693.693 0 0 0-.693-.693H4.674a.693.693 0 0 1-.693-.693.693.693 0 0 1 .693-.693h1.385a.693.693 0 0 0 .693-.693V4.68a.693.693 0 0 1 .693-.693.693.693 0 0 1 .693.693v1.385a.693.693 0 0 0 .693.693h1.385a.693.693 0 0 1 .693.693.693.693 0 0 1-.69.69z' fill='%23444f66'/%3E%3C/svg%3E")}:root .gw-button__icon--zoom-out{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='20' viewBox='0 0 20.002 20.001'%3E%3Cpath d='M14.3 12.588h-.9l-.32-.309a7.435 7.435 0 1 0-.8.8l.309.32v.9l5.712 5.7 1.7-1.7zm-6.854 0a5.14 5.14 0 1 1 5.14-5.14 5.134 5.134 0 0 1-5.127 5.14zm-1.589-4.2H4.273a.865.865 0 0 1-.792-.923.865.865 0 0 1 .792-.923h6.337a.865.865 0 0 1 .792.923.865.865 0 0 1-.792.923H9.026' fill='%23444f66'/%3E%3C/svg%3E")}:root .gw-button__icon--pan-up{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' data-name='Group 2754' viewBox='0 0 22 22'%3E%3Cpath fill='%23444f66' d='m16.203 9.889-1.359 1.236a.345.345 0 0 1-.454 0L12.054 9v8.839a.614.614 0 0 1-.641.583h-1.281a.614.614 0 0 1-.641-.583V9l-2.336 2.125a.345.345 0 0 1-.454 0L5.342 9.889a.274.274 0 0 1 0-.413l4.977-4.526a.688.688 0 0 1 .906 0l4.977 4.526a.274.274 0 0 1 .001.413Z'/%3E%3Cg fill='none' stroke='%23444f66' stroke-width='2' data-name='Ellipse 91'%3E%3Ccircle cx='11' cy='11' r='11' stroke='none'/%3E%3Ccircle cx='11' cy='11' r='10'/%3E%3C/g%3E%3C/svg%3E")}:root .gw-button__icon--pan-down,:root .gw-button__icon--pan-up{height:20px!important;width:20px!important}:root .gw-button__icon--pan-down{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 22'%3E%3Cg data-name='Group 2753'%3E%3Cpath fill='%23444f66' d='m16.103 13.466-4.977 4.858a.653.653 0 0 1-.906 0l-4.977-4.858a.308.308 0 0 1 0-.442l1.359-1.327a.328.328 0 0 1 .454 0l2.336 2.28V4.49a.634.634 0 0 1 .641-.625h1.281a.634.634 0 0 1 .641.625v9.487l2.336-2.28a.328.328 0 0 1 .454 0l1.359 1.327a.308.308 0 0 1-.001.442Z'/%3E%3Cg fill='none' stroke='%23444f66' stroke-width='2' data-name='Ellipse 90'%3E%3Ccircle cx='11' cy='11' r='11' stroke='none'/%3E%3Ccircle cx='11' cy='11' r='10'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}:root .gw-button__icon--chevron-left{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='17' viewBox='0 0 8.053 13.036'%3E%3Cpath d='m0 6.518 6.518 6.518 1.535-1.535L3.07 6.518l4.983-4.982L6.518.001Z' fill='%23444f66'/%3E%3C/svg%3E")}:root .gw-button__icon--chevron-right{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='17' viewBox='0 0 8.053 13.036'%3E%3Cpath d='M8.053 6.518 1.535 0 0 1.535l4.983 4.983L0 11.5l1.535 1.535Z' fill='%23444f66'/%3E%3C/svg%3E")}@media(color-index:48){:root{--on-base-text:#f2f2f2;--on-base-background:#172536;--on-base-svg:#f2f2f2;--on-brand-rw:#9f5dff;--on-context-menu-background:#1d2f44;--on-context-menu-shadow:rgba(0,0,0,.086);--on-context-menu-border:#3a5171;--on-context-menu-hover:#395577;--on-modal-alt-backdrop:#1a2331;--on-modal-backdrop:rgba(188,195,209,.5);--on-modal-background:#1d2d40;--on-modal:#f2f2f2;--on-modal-settings:#f2f2f2;--on-modal-header:#263043;--on-card-background:#2a3953;--on-card-border:#475d7e;--on-card-hover:#27354e;--on-card-inner-border:#475d7e;--on-card-radio-label:hsla(0,0%,100%,.1);--on-loading-bar-background:#dbdbdb;--on-loading-bar-active:#007bbd;--on-spinner-stroke:#008bea;--on-toolbar-border:#707070;--on-toolbar-background:#1b2231;--on-toolbar-active:#328fe5;--on-toolbar-active-alt:#4c5f7d;--on-toolbar-active-svg:#fff;--on-toolbar-highlighter-default:hsla(0,0%,67%,.42);--on-toolbar-group-border:#464f62;--on-toolbar-integration-background:#2a3953;--on-toolbar-integration-foreground:#1b2231;--on-upload-button-background:#445168;--on-upload-button-border:#4e6689;--on-upload-button-hover:#28303e;--on-viewer-background:#455264;--on-viewer-pages-background:#15181f;--on-viewer-pages-border:#435160;--on-viewer-tabs-active:#1b2231;--on-viewer-tabs-hover:#1b2231;--on-viewer-tabs-border:#51688b;--on-viewer-controls-background:#2a3953;--on-table:#f2f2f2;--on-table-border:transparent;--on-table-hover:#2f405b;--on-table-cell-border:#4f5d71;--on-dropzone:#fff;--on-dropzone-overlay-background:rgba(17,25,39,.9);--on-dropzone-background:#111927;--on-dropzone-hover:#141e2e;--on-dropzone-active:#141e2e;--on-dropzone-border:#777;--on-dropzone-button:#f1f5f9;--on-dropzone-button-background:#1e3047;--on-dropzone-button-hover:#263b58;--on-feature-button:#f7f7f7;--on-feature-button-background:#2a3953;--on-feature-button-border:#27354e;--on-feature-button-hover:#32415c;--on-feature-button-shadow:rgba(0,0,0,.25);--on-nav:#f4f5f6;--on-header-color:#d7dce6;--dashboardBackgroundColor:#182536;--dashboardHeaderBackgroundColor:#111927;--dashboardHeaderShadow:hsla(0,0%,100%,0) 0 0 0 0,hsla(0,0%,100%,0) 0 0 0 0,hsla(0,0%,100%,.1) 0 1px 3px 0,hsla(0,0%,100%,.1) 0 1px 2px -1px;--dashboardTopColor:#2a3953;--dashboardNavActive:#00b7ff;--dashboardMainBackground:#fff;--dashboardMainBorder:#e1e3e6;--gw-aria-popover-background:#1d2f44;--gw-aria-popover-border:#3a5171;--gw-aria-calendar-active-background:#0c9ec0;--gw-aria-calendar-active:#fff;--gw-aria-datepicker:#37455c no-repeat 10px 50% url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='16.34'%3E%3Cpath fill='%23f2f2f2' d='M5.667 7.351H3.778v1.634h1.889Zm3.778 0H7.556v1.634h1.889Zm3.778 0h-1.889v1.634h1.889Zm1.888-5.718h-.943V0h-1.89v1.634H4.723V0h-1.89v1.634h-.944A1.765 1.765 0 0 0 .011 3.267L0 14.7a1.775 1.775 0 0 0 1.889 1.634h13.222A1.781 1.781 0 0 0 17 14.7V3.267a1.781 1.781 0 0 0-1.889-1.633Zm0 13.069H1.889V5.718h13.222Z' data-name='wriq-svg-calendar (1)'/%3E%3C/svg%3E");--inputBackgroundColor:#fff;--inputDisabledBackgroundColor:#eaedf0;--inputBorder:1px solid #dadada;--settingsDialogBackgroundColor:#fff;--selectBackgroundColorHover:#fff;--fontColorWhite:#fff;--defaultColorHover:#bcc3d2;--defaultColorActive:#9ea8bd;--defaultColorSelected:#b3bbcc;--buttonBackgroundHoverColor:#bcc3d2;--buttonBackgroundActiveColor:#9ea8bd;--buttonTextColor:#242a38;--buttonTextHoverColor:#242a38;--buttonTextActiveColor:#242a38;--buttonTextVisitedColor:#242a38;--buttonBorderHover:2px solid #bcc3d2;--buttonIconFillColor:hsl(0,0,0);--primaryColor:#006fe6;--primaryColorHover:#0056b3;--primaryColorActive:#003e80;--primaryButtonBorder:2px solid #006fe6;--primaryButtonBorderHover:2px solid #0056b3;--primaryButtonBorderActive:2px solid #003e80;--secondaryColor:var(--th-slate);--secondaryColorHover:#434e65;--secondaryColorActive:#434e65;--secondaryButtonBorderColor:2px solid var(--th-slate);--secondaryButtonBorderColorHover:2px solid #434e65;--secondaryButtonBorderColorActive:2px solid #434e65;--disabledColor:grey;--disabledBackgroundColor:#f2f2f2;--ListGroupSearchItemColor:#37455c;--ListGroupSearchItemBorderColor:#586780;--inputBackgroundColor:#37455c;--inputDisabledBackgroundColor:#2e3b50;--inputBorder:1px solid #586780;--settingsDialogBackgroundColor:#152333;--selectBackgroundColorHover:#586780;--defaultColor:#e3e7ed;--buttonBorderRadius:30px;--primaryButtonBackgroundColor:#007bbd;--primaryButtonBackgroundHoverColor:#00679e;--primaryButtonBackgroundActiveColor:#005a8a;--primaryButtonTextColor:#fff;--primaryButtonTextHoverColor:#fff;--primaryButtonTextActiveColor:#fff;--primaryButtonTextVisitedColor:#fff;--primaryButtonBorderRadius:30px;--primaryButtonIconFillColor:#fff;--secondaryButtonBackgroundColor:#e4e7ed;--secondaryButtonBackgroundHoverColor:#e4e7ed;--secondaryButtonBackgroundActiveColor:#e4e7ed;--secondaryButtonBorder:2px solid #e4e7ed;--secondaryButtonBorderHover:2px solid #e4e7ed;--secondaryButtonTextColor:#373b43;--secondaryButtonTextHoverColor:#373b43;--secondaryButtonTextActiveColor:#373b43;--secondaryButtonTextVisitedColor:#373b43;--secondaryButtonBorderRadius:30px;--secondaryButtonIconFillColor:#e4e7ed;--iconButtonBackgroundDefaultColor:#2b3a55;--iconButtonBackgroundHoverColor:#27354e;--iconButtonBackgroundActiveColor:#243147;--iconButtonBorderColor:2px solid transparent;--iconFillColor:#fff;--settingsDialogBackgroundColor:#1d2d40;--settingsDialogMenuBackgroundColor:#1d273a;--settingsDialogItemSelectedBackgroundColor:#37455c;--settingsDialogItemBackgroundColorHover:#1d2d40;--settingsDialogItemBackgroundColorActive:#37455c;--modalHeaderBackgroundColor:#1d273a;--modalContentBackgroundColor:#1d2d40;--modalContentBorderColorHeader:#37455c;--modalContentBorderColorFooter:#1d2d40;--modalTextColor:#f2f2f2;--modal-inner-padding:1.5em;--infoBackgroundColor:#faffff;--successBackgroundColor:#fcfff5;--errorBackgroundColor:#fff5f5;--warningBackgroundColor:#fffbf5;--notificationDarkModeBackground:#4a5973;--infoTitleColor:#0e566c;--successTitleColor:#1e571f;--errorTitleColor:#963836;--warningTitleColor:#7a4d05}@supports (color:hsl(0 0% 0%/0)){:root{--buttonBackgroundHoverColor:#bcc3d2;--buttonBackgroundActiveColor:#9ea8bd;--buttonTextColor:#242a38;--buttonTextHoverColor:#242a38;--buttonTextActiveColor:#242a38;--buttonTextVisitedColor:#242a38;--buttonBorderHover:2px solid #bcc3d2;--buttonIconFillColor:hsl(0,0,0);--primaryButtonBorder:2px solid #007bbd;--primaryButtonBorderHover:2px solid #00679e;--primaryButtonBorderActive:2px solid #005a8a}}:root .on-logo--light{display:none}:root .on-logo--dark{display:block}:root .gw-select{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='22' width='22' viewBox='0 0 18 18'%3E%3Cpath d='M7.41 7.84 12 12.42l4.59-4.58L18 9.25l-6 6-6-6z' fill='%23232937'/%3E%3Cpath d='M0-.75h24v24H0z' fill='none'/%3E%3C/svg%3E")}:root .gw-button__icon{display:inline-block}:root .gw-button__icon--delete{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='22' viewBox='0 0 14 18'%3E%3Cpath d='M1 16a2.006 2.006 0 0 0 2 2h8a2.006 2.006 0 0 0 2-2V4H1ZM14 1h-3.5l-1-1h-5l-1 1H0v2h14Z' fill='%23f2f2f2'/%3E%3C/svg%3E")}:root .gw-button__icon--play{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23 24'%3E%3Cpath fill='%23f2f2f2' d='M19.6 10.227a2 2 0 0 1 0 3.546l-16.676 8.7A2 2 0 0 1 0 20.7V3.3a2 2 0 0 1 2.925-1.773Z' data-name='Icon - play'/%3E%3C/svg%3E")}:root .gw-button__icon--turn-in{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15.667 13.514'%3E%3Cpath fill='%23f2f2f2' d='m15.662.388-1.874 12.494a.339.339 0 0 1-.468.261l-5.286-2.266-2.538 2.538a.339.339 0 0 1-.578-.241V9.819l5.844-4.783a.677.677 0 1 0-.857-1.049L3.736 9.038.205 7.523a.339.339 0 0 1-.008-.619L15.186.03a.339.339 0 0 1 .476.358Z'/%3E%3C/svg%3E")}:root .gw-button__icon--close{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='20' viewBox='0 0 13.827 13.826'%3E%3Cpath d='M13.83 1.33 12.502 0 6.913 5.588 1.33 0 0 1.33l5.588 5.588L0 12.502l1.33 1.328 5.588-5.588 5.584 5.588 1.328-1.328-5.588-5.588z' fill='%23f2f2f2'/%3E%3C/svg%3E")}:root .gw-button__icon--close-white{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='20' viewBox='0 0 13.827 13.826'%3E%3Cpath d='M13.83 1.33 12.502 0 6.913 5.588 1.33 0 0 1.33l5.588 5.588L0 12.502l1.33 1.328 5.588-5.588 5.584 5.588 1.328-1.328-5.588-5.588z' fill='%23fff'/%3E%3C/svg%3E")}:root .gw-button__icon--add{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='none'%3E%3Cpath fill='%23fff' d='M8.062 5.942V0H5.94v5.942H0V8.06h5.941V14h2.118V8.058H14V5.942H8.062Z'/%3E%3C/svg%3E")}:root .gw-button__icon--more{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='20' viewBox='0 0 13 3'%3E%3Cpath d='M1.5 0A1.5 1.5 0 1 0 3 1.5 1.5 1.5 0 0 0 1.5 0zm10 0A1.5 1.5 0 1 0 13 1.5 1.5 1.5 0 0 0 11.5 0zm-5 0A1.5 1.5 0 1 0 8 1.5 1.5 1.5 0 0 0 6.5 0z' fill='%23f2f2f2'/%3E%3C/svg%3E")}:root .gw-button__icon--more-white{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='20' viewBox='0 0 13 3'%3E%3Cpath d='M1.5 0A1.5 1.5 0 1 0 3 1.5 1.5 1.5 0 0 0 1.5 0zm10 0A1.5 1.5 0 1 0 13 1.5 1.5 1.5 0 0 0 11.5 0zm-5 0A1.5 1.5 0 1 0 8 1.5 1.5 1.5 0 0 0 6.5 0z' fill='%23fff'/%3E%3C/svg%3E")}:root .gw-button__icon--search{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='18' viewBox='0 0 487.95 487.95'%3E%3Cpath d='m481.8 453-140-140.1c27.6-33.1 44.2-75.4 44.2-121.6C386 85.9 299.5.2 193.1.2S0 86 0 191.4s86.5 191.1 192.9 191.1c45.2 0 86.8-15.5 119.8-41.4l140.5 140.5c8.2 8.2 20.4 8.2 28.6 0 8.2-8.2 8.2-20.4 0-28.6zM41 191.4c0-82.8 68.2-150.1 151.9-150.1s151.9 67.3 151.9 150.1-68.2 150.1-151.9 150.1S41 274.1 41 191.4z' fill='%23f2f2f2'/%3E%3C/svg%3E")}:root .gw-button__icon--search-white{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='18' viewBox='0 0 487.95 487.95'%3E%3Cpath d='m481.8 453-140-140.1c27.6-33.1 44.2-75.4 44.2-121.6C386 85.9 299.5.2 193.1.2S0 86 0 191.4s86.5 191.1 192.9 191.1c45.2 0 86.8-15.5 119.8-41.4l140.5 140.5c8.2 8.2 20.4 8.2 28.6 0 8.2-8.2 8.2-20.4 0-28.6zM41 191.4c0-82.8 68.2-150.1 151.9-150.1s151.9 67.3 151.9 150.1-68.2 150.1-151.9 150.1S41 274.1 41 191.4z' fill='%23fff'/%3E%3C/svg%3E")}:root .gw-button__icon--rotate-anticlockwise{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='18.55' viewBox='0 0 20.03 19.283'%3E%3Cpath d='M10.381 11.254a1.608 1.608 0 1 1 1.608-1.608 1.608 1.608 0 0 1-1.608 1.608zM7.787 16.4a7.194 7.194 0 0 1-1.332-.678.4.4 0 0 0-.541.097l-.944 1.3a.408.408 0 0 0 .1.577 9.6 9.6 0 0 0 1.951.992.408.408 0 0 0 .524-.26l.494-1.529a.4.4 0 0 0-.246-.5zm-4.155-4.142a.4.4 0 0 0-.5-.244l-1.528.5a.408.408 0 0 0-.259.525 9.606 9.606 0 0 0 1 1.947.408.408 0 0 0 .577.1l1.3-.947a.4.4 0 0 0 .092-.546 7.209 7.209 0 0 1-.682-1.33zm12.917 1.865a.4.4 0 0 0-.548.079 7.269 7.269 0 0 1-1.058 1.059.4.4 0 0 0-.079.548l.946 1.3a.408.408 0 0 0 .579.084 9.673 9.673 0 0 0 1.544-1.546.408.408 0 0 0-.085-.579zm-3.807 2.771a.4.4 0 0 0-.49-.258 7.216 7.216 0 0 1-1.477.233.4.4 0 0 0-.387.4v1.607a.408.408 0 0 0 .419.409 9.621 9.621 0 0 0 2.16-.342.408.408 0 0 0 .271-.518zM10.381 0a9.632 9.632 0 0 0-7.533 3.624L1.581 2.357a.4.4 0 0 0-.68.212l-.9 4.927a.4.4 0 0 0 .467.467l4.927-.9a.4.4 0 0 0 .212-.68l-1.029-1.03a7.221 7.221 0 0 1 13.036 4.293 9.051 9.051 0 0 1-.242 1.864.4.4 0 0 0 .258.49l1.529.5a.408.408 0 0 0 .518-.272 8 8 0 0 0 .347-2.612A9.635 9.635 0 0 0 10.381 0z' fill='%23f2f2f2'/%3E%3C/svg%3E")}:root .gw-button__icon--rotate-clockwise{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='18.55' viewBox='0 0 20.03 19.283'%3E%3Cpath d='M9.648 11.254A1.608 1.608 0 1 0 8.04 9.646a1.608 1.608 0 0 0 1.608 1.608zm2.594 5.146a7.194 7.194 0 0 0 1.332-.678.4.4 0 0 1 .546.094l.944 1.3a.408.408 0 0 1-.1.577 9.6 9.6 0 0 1-1.951.992.408.408 0 0 1-.524-.26l-.493-1.525a.4.4 0 0 1 .246-.5zm4.156-4.144a.4.4 0 0 1 .5-.244l1.528.5a.408.408 0 0 1 .259.525 9.606 9.606 0 0 1-1 1.947.408.408 0 0 1-.577.1l-1.3-.947a.4.4 0 0 1-.092-.546 7.21 7.21 0 0 0 .682-1.33zM3.48 14.123a.4.4 0 0 1 .548.079 7.269 7.269 0 0 0 1.058 1.059.4.4 0 0 1 .079.548l-.946 1.3a.408.408 0 0 1-.579.084 9.673 9.673 0 0 1-1.544-1.546.408.408 0 0 1 .085-.579zm3.807 2.771a.4.4 0 0 1 .49-.258 7.216 7.216 0 0 0 1.477.233.4.4 0 0 1 .387.4v1.607a.408.408 0 0 1-.419.409 9.621 9.621 0 0 1-2.16-.342.408.408 0 0 1-.271-.518zM9.648 0a9.632 9.632 0 0 1 7.532 3.624l1.267-1.267a.4.4 0 0 1 .68.212l.9 4.927a.4.4 0 0 1-.467.467l-4.927-.9a.4.4 0 0 1-.212-.68l1.035-1.035A7.221 7.221 0 0 0 2.414 9.646a9.051 9.051 0 0 0 .242 1.864.4.4 0 0 1-.258.49l-1.529.5a.408.408 0 0 1-.518-.272 8 8 0 0 1-.347-2.612A9.635 9.635 0 0 1 9.648 0z' fill='%23f2f2f2'/%3E%3C/svg%3E")}:root .gw-button__icon--zoom-in{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='20' viewBox='0 0 20.005 20.004'%3E%3Cpath d='M14.303 12.59h-.9l-.32-.309a7.437 7.437 0 1 0-.8.8l.309.32v.9l5.713 5.7 1.7-1.7zm-6.855 0a5.141 5.141 0 1 1 5.141-5.141 5.135 5.135 0 0 1-5.128 5.141z' fill='%23f2f2f2'/%3E%3Cpath d='M10.219 8.141H8.834a.693.693 0 0 0-.693.693v1.388a.693.693 0 0 1-.693.693.693.693 0 0 1-.693-.693V8.837a.693.693 0 0 0-.693-.693H4.674a.693.693 0 0 1-.693-.693.693.693 0 0 1 .693-.693h1.385a.693.693 0 0 0 .693-.693V4.68a.693.693 0 0 1 .693-.693.693.693 0 0 1 .693.693v1.385a.693.693 0 0 0 .693.693h1.385a.693.693 0 0 1 .693.693.693.693 0 0 1-.69.69z' fill='%23f2f2f2'/%3E%3C/svg%3E")}:root .gw-button__icon--zoom-out{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='20' viewBox='0 0 20.002 20.001'%3E%3Cpath d='M14.3 12.588h-.9l-.32-.309a7.435 7.435 0 1 0-.8.8l.309.32v.9l5.712 5.7 1.7-1.7zm-6.854 0a5.14 5.14 0 1 1 5.14-5.14 5.134 5.134 0 0 1-5.127 5.14zm-1.589-4.2H4.273a.865.865 0 0 1-.792-.923.865.865 0 0 1 .792-.923h6.337a.865.865 0 0 1 .792.923.865.865 0 0 1-.792.923H9.026' fill='%23f2f2f2'/%3E%3C/svg%3E")}:root .gw-button__icon--pan-up{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' data-name='Group 2754' viewBox='0 0 22 22'%3E%3Cpath fill='%23f2f2f2' d='m16.203 9.889-1.359 1.236a.345.345 0 0 1-.454 0L12.054 9v8.839a.614.614 0 0 1-.641.583h-1.281a.614.614 0 0 1-.641-.583V9l-2.336 2.125a.345.345 0 0 1-.454 0L5.342 9.889a.274.274 0 0 1 0-.413l4.977-4.526a.688.688 0 0 1 .906 0l4.977 4.526a.274.274 0 0 1 .001.413Z'/%3E%3Cg fill='none' stroke='%23f2f2f2' stroke-width='2' data-name='Ellipse 91'%3E%3Ccircle cx='11' cy='11' r='11' stroke='none'/%3E%3Ccircle cx='11' cy='11' r='10'/%3E%3C/g%3E%3C/svg%3E")}:root .gw-button__icon--pan-down,:root .gw-button__icon--pan-up{height:20px!important;width:20px!important}:root .gw-button__icon--pan-down{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 22'%3E%3Cg data-name='Group 2753'%3E%3Cpath fill='%23f2f2f2' d='m16.103 13.466-4.977 4.858a.653.653 0 0 1-.906 0l-4.977-4.858a.308.308 0 0 1 0-.442l1.359-1.327a.328.328 0 0 1 .454 0l2.336 2.28V4.49a.634.634 0 0 1 .641-.625h1.281a.634.634 0 0 1 .641.625v9.487l2.336-2.28a.328.328 0 0 1 .454 0l1.359 1.327a.308.308 0 0 1-.001.442Z'/%3E%3Cg fill='none' stroke='%23f2f2f2' stroke-width='2' data-name='Ellipse 90'%3E%3Ccircle cx='11' cy='11' r='11' stroke='none'/%3E%3Ccircle cx='11' cy='11' r='10'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}:root .gw-button__icon--chevron-left{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='17' viewBox='0 0 8.053 13.036'%3E%3Cpath d='m0 6.518 6.518 6.518 1.535-1.535L3.07 6.518l4.983-4.982L6.518.001Z' fill='%23f2f2f2'/%3E%3C/svg%3E")}:root .gw-button__icon--chevron-right{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='17' viewBox='0 0 8.053 13.036'%3E%3Cpath d='M8.053 6.518 1.535 0 0 1.535l4.983 4.983L0 11.5l1.535 1.535Z' fill='%23f2f2f2'/%3E%3C/svg%3E")}}@media(color:48842621){:root{--on-base-text:#f2f2f2;--on-base-background:#172536;--on-base-svg:#f2f2f2;--on-brand-rw:#9f5dff;--on-context-menu-background:#1d2f44;--on-context-menu-shadow:rgba(0,0,0,.086);--on-context-menu-border:#3a5171;--on-context-menu-hover:#395577;--on-modal-alt-backdrop:#1a2331;--on-modal-backdrop:rgba(188,195,209,.5);--on-modal-background:#1d2d40;--on-modal:#f2f2f2;--on-modal-settings:#f2f2f2;--on-modal-header:#263043;--on-card-background:#2a3953;--on-card-border:#475d7e;--on-card-hover:#27354e;--on-card-inner-border:#475d7e;--on-card-radio-label:hsla(0,0%,100%,.1);--on-loading-bar-background:#dbdbdb;--on-loading-bar-active:#007bbd;--on-spinner-stroke:#008bea;--on-toolbar-border:#707070;--on-toolbar-background:#1b2231;--on-toolbar-active:#328fe5;--on-toolbar-active-alt:#4c5f7d;--on-toolbar-active-svg:#fff;--on-toolbar-highlighter-default:hsla(0,0%,67%,.42);--on-toolbar-group-border:#464f62;--on-toolbar-integration-background:#2a3953;--on-toolbar-integration-foreground:#1b2231;--on-upload-button-background:#445168;--on-upload-button-border:#4e6689;--on-upload-button-hover:#28303e;--on-viewer-background:#455264;--on-viewer-pages-background:#15181f;--on-viewer-pages-border:#435160;--on-viewer-tabs-active:#1b2231;--on-viewer-tabs-hover:#1b2231;--on-viewer-tabs-border:#51688b;--on-viewer-controls-background:#2a3953;--on-table:#f2f2f2;--on-table-border:transparent;--on-table-hover:#2f405b;--on-table-cell-border:#4f5d71;--on-dropzone:#fff;--on-dropzone-overlay-background:rgba(17,25,39,.9);--on-dropzone-background:#111927;--on-dropzone-hover:#141e2e;--on-dropzone-active:#141e2e;--on-dropzone-border:#777;--on-dropzone-button:#f1f5f9;--on-dropzone-button-background:#1e3047;--on-dropzone-button-hover:#263b58;--on-feature-button:#f7f7f7;--on-feature-button-background:#2a3953;--on-feature-button-border:#27354e;--on-feature-button-hover:#32415c;--on-feature-button-shadow:rgba(0,0,0,.25);--on-nav:#f4f5f6;--on-header-color:#d7dce6;--dashboardBackgroundColor:#182536;--dashboardHeaderBackgroundColor:#111927;--dashboardHeaderShadow:hsla(0,0%,100%,0) 0 0 0 0,hsla(0,0%,100%,0) 0 0 0 0,hsla(0,0%,100%,.1) 0 1px 3px 0,hsla(0,0%,100%,.1) 0 1px 2px -1px;--dashboardTopColor:#2a3953;--dashboardNavActive:#00b7ff;--dashboardMainBackground:#fff;--dashboardMainBorder:#e1e3e6;--gw-aria-popover-background:#1d2f44;--gw-aria-popover-border:#3a5171;--gw-aria-calendar-active-background:#0c9ec0;--gw-aria-calendar-active:#fff;--gw-aria-datepicker:#37455c no-repeat 10px 50% url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='16.34'%3E%3Cpath fill='%23f2f2f2' d='M5.667 7.351H3.778v1.634h1.889Zm3.778 0H7.556v1.634h1.889Zm3.778 0h-1.889v1.634h1.889Zm1.888-5.718h-.943V0h-1.89v1.634H4.723V0h-1.89v1.634h-.944A1.765 1.765 0 0 0 .011 3.267L0 14.7a1.775 1.775 0 0 0 1.889 1.634h13.222A1.781 1.781 0 0 0 17 14.7V3.267a1.781 1.781 0 0 0-1.889-1.633Zm0 13.069H1.889V5.718h13.222Z' data-name='wriq-svg-calendar (1)'/%3E%3C/svg%3E");--inputBackgroundColor:#fff;--inputDisabledBackgroundColor:#eaedf0;--inputBorder:1px solid #dadada;--settingsDialogBackgroundColor:#fff;--selectBackgroundColorHover:#fff;--fontColorWhite:#fff;--defaultColorHover:#bcc3d2;--defaultColorActive:#9ea8bd;--defaultColorSelected:#b3bbcc;--buttonBackgroundHoverColor:#bcc3d2;--buttonBackgroundActiveColor:#9ea8bd;--buttonTextColor:#242a38;--buttonTextHoverColor:#242a38;--buttonTextActiveColor:#242a38;--buttonTextVisitedColor:#242a38;--buttonBorderHover:2px solid #bcc3d2;--buttonIconFillColor:hsl(0,0,0);--primaryColor:#006fe6;--primaryColorHover:#0056b3;--primaryColorActive:#003e80;--primaryButtonBorder:2px solid #006fe6;--primaryButtonBorderHover:2px solid #0056b3;--primaryButtonBorderActive:2px solid #003e80;--secondaryColor:var(--th-slate);--secondaryColorHover:#434e65;--secondaryColorActive:#434e65;--secondaryButtonBorderColor:2px solid var(--th-slate);--secondaryButtonBorderColorHover:2px solid #434e65;--secondaryButtonBorderColorActive:2px solid #434e65;--disabledColor:grey;--disabledBackgroundColor:#f2f2f2;--ListGroupSearchItemColor:#37455c;--ListGroupSearchItemBorderColor:#586780;--inputBackgroundColor:#37455c;--inputDisabledBackgroundColor:#2e3b50;--inputBorder:1px solid #586780;--settingsDialogBackgroundColor:#152333;--selectBackgroundColorHover:#586780;--defaultColor:#e3e7ed;--buttonBorderRadius:30px;--primaryButtonBackgroundColor:#007bbd;--primaryButtonBackgroundHoverColor:#00679e;--primaryButtonBackgroundActiveColor:#005a8a;--primaryButtonTextColor:#fff;--primaryButtonTextHoverColor:#fff;--primaryButtonTextActiveColor:#fff;--primaryButtonTextVisitedColor:#fff;--primaryButtonBorderRadius:30px;--primaryButtonIconFillColor:#fff;--secondaryButtonBackgroundColor:#e4e7ed;--secondaryButtonBackgroundHoverColor:#e4e7ed;--secondaryButtonBackgroundActiveColor:#e4e7ed;--secondaryButtonBorder:2px solid #e4e7ed;--secondaryButtonBorderHover:2px solid #e4e7ed;--secondaryButtonTextColor:#373b43;--secondaryButtonTextHoverColor:#373b43;--secondaryButtonTextActiveColor:#373b43;--secondaryButtonTextVisitedColor:#373b43;--secondaryButtonBorderRadius:30px;--secondaryButtonIconFillColor:#e4e7ed;--iconButtonBackgroundDefaultColor:#2b3a55;--iconButtonBackgroundHoverColor:#27354e;--iconButtonBackgroundActiveColor:#243147;--iconButtonBorderColor:2px solid transparent;--iconFillColor:#fff;--settingsDialogBackgroundColor:#1d2d40;--settingsDialogMenuBackgroundColor:#1d273a;--settingsDialogItemSelectedBackgroundColor:#37455c;--settingsDialogItemBackgroundColorHover:#1d2d40;--settingsDialogItemBackgroundColorActive:#37455c;--modalHeaderBackgroundColor:#1d273a;--modalContentBackgroundColor:#1d2d40;--modalContentBorderColorHeader:#37455c;--modalContentBorderColorFooter:#1d2d40;--modalTextColor:#f2f2f2;--modal-inner-padding:1.5em;--infoBackgroundColor:#faffff;--successBackgroundColor:#fcfff5;--errorBackgroundColor:#fff5f5;--warningBackgroundColor:#fffbf5;--notificationDarkModeBackground:#4a5973;--infoTitleColor:#0e566c;--successTitleColor:#1e571f;--errorTitleColor:#963836;--warningTitleColor:#7a4d05}@supports (color:hsl(0 0% 0%/0)){:root{--buttonBackgroundHoverColor:#bcc3d2;--buttonBackgroundActiveColor:#9ea8bd;--buttonTextColor:#242a38;--buttonTextHoverColor:#242a38;--buttonTextActiveColor:#242a38;--buttonTextVisitedColor:#242a38;--buttonBorderHover:2px solid #bcc3d2;--buttonIconFillColor:hsl(0,0,0);--primaryButtonBorder:2px solid #007bbd;--primaryButtonBorderHover:2px solid #00679e;--primaryButtonBorderActive:2px solid #005a8a}}:root .on-logo--light{display:none}:root .on-logo--dark{display:block}:root .gw-select{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='22' width='22' viewBox='0 0 18 18'%3E%3Cpath d='M7.41 7.84 12 12.42l4.59-4.58L18 9.25l-6 6-6-6z' fill='%23232937'/%3E%3Cpath d='M0-.75h24v24H0z' fill='none'/%3E%3C/svg%3E")}:root .gw-button__icon{display:inline-block}:root .gw-button__icon--delete{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='22' viewBox='0 0 14 18'%3E%3Cpath d='M1 16a2.006 2.006 0 0 0 2 2h8a2.006 2.006 0 0 0 2-2V4H1ZM14 1h-3.5l-1-1h-5l-1 1H0v2h14Z' fill='%23f2f2f2'/%3E%3C/svg%3E")}:root .gw-button__icon--play{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23 24'%3E%3Cpath fill='%23f2f2f2' d='M19.6 10.227a2 2 0 0 1 0 3.546l-16.676 8.7A2 2 0 0 1 0 20.7V3.3a2 2 0 0 1 2.925-1.773Z' data-name='Icon - play'/%3E%3C/svg%3E")}:root .gw-button__icon--turn-in{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15.667 13.514'%3E%3Cpath fill='%23f2f2f2' d='m15.662.388-1.874 12.494a.339.339 0 0 1-.468.261l-5.286-2.266-2.538 2.538a.339.339 0 0 1-.578-.241V9.819l5.844-4.783a.677.677 0 1 0-.857-1.049L3.736 9.038.205 7.523a.339.339 0 0 1-.008-.619L15.186.03a.339.339 0 0 1 .476.358Z'/%3E%3C/svg%3E")}:root .gw-button__icon--close{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='20' viewBox='0 0 13.827 13.826'%3E%3Cpath d='M13.83 1.33 12.502 0 6.913 5.588 1.33 0 0 1.33l5.588 5.588L0 12.502l1.33 1.328 5.588-5.588 5.584 5.588 1.328-1.328-5.588-5.588z' fill='%23f2f2f2'/%3E%3C/svg%3E")}:root .gw-button__icon--close-white{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='20' viewBox='0 0 13.827 13.826'%3E%3Cpath d='M13.83 1.33 12.502 0 6.913 5.588 1.33 0 0 1.33l5.588 5.588L0 12.502l1.33 1.328 5.588-5.588 5.584 5.588 1.328-1.328-5.588-5.588z' fill='%23fff'/%3E%3C/svg%3E")}:root .gw-button__icon--add{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='none'%3E%3Cpath fill='%23fff' d='M8.062 5.942V0H5.94v5.942H0V8.06h5.941V14h2.118V8.058H14V5.942H8.062Z'/%3E%3C/svg%3E")}:root .gw-button__icon--more{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='20' viewBox='0 0 13 3'%3E%3Cpath d='M1.5 0A1.5 1.5 0 1 0 3 1.5 1.5 1.5 0 0 0 1.5 0zm10 0A1.5 1.5 0 1 0 13 1.5 1.5 1.5 0 0 0 11.5 0zm-5 0A1.5 1.5 0 1 0 8 1.5 1.5 1.5 0 0 0 6.5 0z' fill='%23f2f2f2'/%3E%3C/svg%3E")}:root .gw-button__icon--more-white{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='20' viewBox='0 0 13 3'%3E%3Cpath d='M1.5 0A1.5 1.5 0 1 0 3 1.5 1.5 1.5 0 0 0 1.5 0zm10 0A1.5 1.5 0 1 0 13 1.5 1.5 1.5 0 0 0 11.5 0zm-5 0A1.5 1.5 0 1 0 8 1.5 1.5 1.5 0 0 0 6.5 0z' fill='%23fff'/%3E%3C/svg%3E")}:root .gw-button__icon--search{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='18' viewBox='0 0 487.95 487.95'%3E%3Cpath d='m481.8 453-140-140.1c27.6-33.1 44.2-75.4 44.2-121.6C386 85.9 299.5.2 193.1.2S0 86 0 191.4s86.5 191.1 192.9 191.1c45.2 0 86.8-15.5 119.8-41.4l140.5 140.5c8.2 8.2 20.4 8.2 28.6 0 8.2-8.2 8.2-20.4 0-28.6zM41 191.4c0-82.8 68.2-150.1 151.9-150.1s151.9 67.3 151.9 150.1-68.2 150.1-151.9 150.1S41 274.1 41 191.4z' fill='%23f2f2f2'/%3E%3C/svg%3E")}:root .gw-button__icon--search-white{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='18' viewBox='0 0 487.95 487.95'%3E%3Cpath d='m481.8 453-140-140.1c27.6-33.1 44.2-75.4 44.2-121.6C386 85.9 299.5.2 193.1.2S0 86 0 191.4s86.5 191.1 192.9 191.1c45.2 0 86.8-15.5 119.8-41.4l140.5 140.5c8.2 8.2 20.4 8.2 28.6 0 8.2-8.2 8.2-20.4 0-28.6zM41 191.4c0-82.8 68.2-150.1 151.9-150.1s151.9 67.3 151.9 150.1-68.2 150.1-151.9 150.1S41 274.1 41 191.4z' fill='%23fff'/%3E%3C/svg%3E")}:root .gw-button__icon--rotate-anticlockwise{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='18.55' viewBox='0 0 20.03 19.283'%3E%3Cpath d='M10.381 11.254a1.608 1.608 0 1 1 1.608-1.608 1.608 1.608 0 0 1-1.608 1.608zM7.787 16.4a7.194 7.194 0 0 1-1.332-.678.4.4 0 0 0-.541.097l-.944 1.3a.408.408 0 0 0 .1.577 9.6 9.6 0 0 0 1.951.992.408.408 0 0 0 .524-.26l.494-1.529a.4.4 0 0 0-.246-.5zm-4.155-4.142a.4.4 0 0 0-.5-.244l-1.528.5a.408.408 0 0 0-.259.525 9.606 9.606 0 0 0 1 1.947.408.408 0 0 0 .577.1l1.3-.947a.4.4 0 0 0 .092-.546 7.209 7.209 0 0 1-.682-1.33zm12.917 1.865a.4.4 0 0 0-.548.079 7.269 7.269 0 0 1-1.058 1.059.4.4 0 0 0-.079.548l.946 1.3a.408.408 0 0 0 .579.084 9.673 9.673 0 0 0 1.544-1.546.408.408 0 0 0-.085-.579zm-3.807 2.771a.4.4 0 0 0-.49-.258 7.216 7.216 0 0 1-1.477.233.4.4 0 0 0-.387.4v1.607a.408.408 0 0 0 .419.409 9.621 9.621 0 0 0 2.16-.342.408.408 0 0 0 .271-.518zM10.381 0a9.632 9.632 0 0 0-7.533 3.624L1.581 2.357a.4.4 0 0 0-.68.212l-.9 4.927a.4.4 0 0 0 .467.467l4.927-.9a.4.4 0 0 0 .212-.68l-1.029-1.03a7.221 7.221 0 0 1 13.036 4.293 9.051 9.051 0 0 1-.242 1.864.4.4 0 0 0 .258.49l1.529.5a.408.408 0 0 0 .518-.272 8 8 0 0 0 .347-2.612A9.635 9.635 0 0 0 10.381 0z' fill='%23f2f2f2'/%3E%3C/svg%3E")}:root .gw-button__icon--rotate-clockwise{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='18.55' viewBox='0 0 20.03 19.283'%3E%3Cpath d='M9.648 11.254A1.608 1.608 0 1 0 8.04 9.646a1.608 1.608 0 0 0 1.608 1.608zm2.594 5.146a7.194 7.194 0 0 0 1.332-.678.4.4 0 0 1 .546.094l.944 1.3a.408.408 0 0 1-.1.577 9.6 9.6 0 0 1-1.951.992.408.408 0 0 1-.524-.26l-.493-1.525a.4.4 0 0 1 .246-.5zm4.156-4.144a.4.4 0 0 1 .5-.244l1.528.5a.408.408 0 0 1 .259.525 9.606 9.606 0 0 1-1 1.947.408.408 0 0 1-.577.1l-1.3-.947a.4.4 0 0 1-.092-.546 7.21 7.21 0 0 0 .682-1.33zM3.48 14.123a.4.4 0 0 1 .548.079 7.269 7.269 0 0 0 1.058 1.059.4.4 0 0 1 .079.548l-.946 1.3a.408.408 0 0 1-.579.084 9.673 9.673 0 0 1-1.544-1.546.408.408 0 0 1 .085-.579zm3.807 2.771a.4.4 0 0 1 .49-.258 7.216 7.216 0 0 0 1.477.233.4.4 0 0 1 .387.4v1.607a.408.408 0 0 1-.419.409 9.621 9.621 0 0 1-2.16-.342.408.408 0 0 1-.271-.518zM9.648 0a9.632 9.632 0 0 1 7.532 3.624l1.267-1.267a.4.4 0 0 1 .68.212l.9 4.927a.4.4 0 0 1-.467.467l-4.927-.9a.4.4 0 0 1-.212-.68l1.035-1.035A7.221 7.221 0 0 0 2.414 9.646a9.051 9.051 0 0 0 .242 1.864.4.4 0 0 1-.258.49l-1.529.5a.408.408 0 0 1-.518-.272 8 8 0 0 1-.347-2.612A9.635 9.635 0 0 1 9.648 0z' fill='%23f2f2f2'/%3E%3C/svg%3E")}:root .gw-button__icon--zoom-in{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='20' viewBox='0 0 20.005 20.004'%3E%3Cpath d='M14.303 12.59h-.9l-.32-.309a7.437 7.437 0 1 0-.8.8l.309.32v.9l5.713 5.7 1.7-1.7zm-6.855 0a5.141 5.141 0 1 1 5.141-5.141 5.135 5.135 0 0 1-5.128 5.141z' fill='%23f2f2f2'/%3E%3Cpath d='M10.219 8.141H8.834a.693.693 0 0 0-.693.693v1.388a.693.693 0 0 1-.693.693.693.693 0 0 1-.693-.693V8.837a.693.693 0 0 0-.693-.693H4.674a.693.693 0 0 1-.693-.693.693.693 0 0 1 .693-.693h1.385a.693.693 0 0 0 .693-.693V4.68a.693.693 0 0 1 .693-.693.693.693 0 0 1 .693.693v1.385a.693.693 0 0 0 .693.693h1.385a.693.693 0 0 1 .693.693.693.693 0 0 1-.69.69z' fill='%23f2f2f2'/%3E%3C/svg%3E")}:root .gw-button__icon--zoom-out{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='20' viewBox='0 0 20.002 20.001'%3E%3Cpath d='M14.3 12.588h-.9l-.32-.309a7.435 7.435 0 1 0-.8.8l.309.32v.9l5.712 5.7 1.7-1.7zm-6.854 0a5.14 5.14 0 1 1 5.14-5.14 5.134 5.134 0 0 1-5.127 5.14zm-1.589-4.2H4.273a.865.865 0 0 1-.792-.923.865.865 0 0 1 .792-.923h6.337a.865.865 0 0 1 .792.923.865.865 0 0 1-.792.923H9.026' fill='%23f2f2f2'/%3E%3C/svg%3E")}:root .gw-button__icon--pan-up{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' data-name='Group 2754' viewBox='0 0 22 22'%3E%3Cpath fill='%23f2f2f2' d='m16.203 9.889-1.359 1.236a.345.345 0 0 1-.454 0L12.054 9v8.839a.614.614 0 0 1-.641.583h-1.281a.614.614 0 0 1-.641-.583V9l-2.336 2.125a.345.345 0 0 1-.454 0L5.342 9.889a.274.274 0 0 1 0-.413l4.977-4.526a.688.688 0 0 1 .906 0l4.977 4.526a.274.274 0 0 1 .001.413Z'/%3E%3Cg fill='none' stroke='%23f2f2f2' stroke-width='2' data-name='Ellipse 91'%3E%3Ccircle cx='11' cy='11' r='11' stroke='none'/%3E%3Ccircle cx='11' cy='11' r='10'/%3E%3C/g%3E%3C/svg%3E")}:root .gw-button__icon--pan-down,:root .gw-button__icon--pan-up{height:20px!important;width:20px!important}:root .gw-button__icon--pan-down{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 22'%3E%3Cg data-name='Group 2753'%3E%3Cpath fill='%23f2f2f2' d='m16.103 13.466-4.977 4.858a.653.653 0 0 1-.906 0l-4.977-4.858a.308.308 0 0 1 0-.442l1.359-1.327a.328.328 0 0 1 .454 0l2.336 2.28V4.49a.634.634 0 0 1 .641-.625h1.281a.634.634 0 0 1 .641.625v9.487l2.336-2.28a.328.328 0 0 1 .454 0l1.359 1.327a.308.308 0 0 1-.001.442Z'/%3E%3Cg fill='none' stroke='%23f2f2f2' stroke-width='2' data-name='Ellipse 90'%3E%3Ccircle cx='11' cy='11' r='11' stroke='none'/%3E%3Ccircle cx='11' cy='11' r='10'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}:root .gw-button__icon--chevron-left{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='17' viewBox='0 0 8.053 13.036'%3E%3Cpath d='m0 6.518 6.518 6.518 1.535-1.535L3.07 6.518l4.983-4.982L6.518.001Z' fill='%23f2f2f2'/%3E%3C/svg%3E")}:root .gw-button__icon--chevron-right{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='17' viewBox='0 0 8.053 13.036'%3E%3Cpath d='M8.053 6.518 1.535 0 0 1.535l4.983 4.983L0 11.5l1.535 1.535Z' fill='%23f2f2f2'/%3E%3C/svg%3E")}}@media(prefers-color-scheme:dark){:root{--on-base-text:#f2f2f2;--on-base-background:#172536;--on-base-svg:#f2f2f2;--on-brand-rw:#9f5dff;--on-context-menu-background:#1d2f44;--on-context-menu-shadow:rgba(0,0,0,.086);--on-context-menu-border:#3a5171;--on-context-menu-hover:#395577;--on-modal-alt-backdrop:#1a2331;--on-modal-backdrop:rgba(188,195,209,.5);--on-modal-background:#1d2d40;--on-modal:#f2f2f2;--on-modal-settings:#f2f2f2;--on-modal-header:#263043;--on-card-background:#2a3953;--on-card-border:#475d7e;--on-card-hover:#27354e;--on-card-inner-border:#475d7e;--on-card-radio-label:hsla(0,0%,100%,.1);--on-loading-bar-background:#dbdbdb;--on-loading-bar-active:#007bbd;--on-spinner-stroke:#008bea;--on-toolbar-border:#707070;--on-toolbar-background:#1b2231;--on-toolbar-active:#328fe5;--on-toolbar-active-alt:#4c5f7d;--on-toolbar-active-svg:#fff;--on-toolbar-highlighter-default:hsla(0,0%,67%,.42);--on-toolbar-group-border:#464f62;--on-toolbar-integration-background:#2a3953;--on-toolbar-integration-foreground:#1b2231;--on-upload-button-background:#445168;--on-upload-button-border:#4e6689;--on-upload-button-hover:#28303e;--on-viewer-background:#455264;--on-viewer-pages-background:#15181f;--on-viewer-pages-border:#435160;--on-viewer-tabs-active:#1b2231;--on-viewer-tabs-hover:#1b2231;--on-viewer-tabs-border:#51688b;--on-viewer-controls-background:#2a3953;--on-table:#f2f2f2;--on-table-border:transparent;--on-table-hover:#2f405b;--on-table-cell-border:#4f5d71;--on-dropzone:#fff;--on-dropzone-overlay-background:rgba(17,25,39,.9);--on-dropzone-background:#111927;--on-dropzone-hover:#141e2e;--on-dropzone-active:#141e2e;--on-dropzone-border:#777;--on-dropzone-button:#f1f5f9;--on-dropzone-button-background:#1e3047;--on-dropzone-button-hover:#263b58;--on-feature-button:#f7f7f7;--on-feature-button-background:#2a3953;--on-feature-button-border:#27354e;--on-feature-button-hover:#32415c;--on-feature-button-shadow:rgba(0,0,0,.25);--on-nav:#f4f5f6;--on-header-color:#d7dce6;--dashboardBackgroundColor:#182536;--dashboardHeaderBackgroundColor:#111927;--dashboardHeaderShadow:hsla(0,0%,100%,0) 0 0 0 0,hsla(0,0%,100%,0) 0 0 0 0,hsla(0,0%,100%,.1) 0 1px 3px 0,hsla(0,0%,100%,.1) 0 1px 2px -1px;--dashboardTopColor:#2a3953;--dashboardNavActive:#00b7ff;--dashboardMainBackground:#fff;--dashboardMainBorder:#e1e3e6;--gw-aria-popover-background:#1d2f44;--gw-aria-popover-border:#3a5171;--gw-aria-calendar-active-background:#0c9ec0;--gw-aria-calendar-active:#fff;--gw-aria-datepicker:#37455c no-repeat 10px 50% url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='16.34'%3E%3Cpath fill='%23f2f2f2' d='M5.667 7.351H3.778v1.634h1.889Zm3.778 0H7.556v1.634h1.889Zm3.778 0h-1.889v1.634h1.889Zm1.888-5.718h-.943V0h-1.89v1.634H4.723V0h-1.89v1.634h-.944A1.765 1.765 0 0 0 .011 3.267L0 14.7a1.775 1.775 0 0 0 1.889 1.634h13.222A1.781 1.781 0 0 0 17 14.7V3.267a1.781 1.781 0 0 0-1.889-1.633Zm0 13.069H1.889V5.718h13.222Z' data-name='wriq-svg-calendar (1)'/%3E%3C/svg%3E");--inputBackgroundColor:#fff;--inputDisabledBackgroundColor:#eaedf0;--inputBorder:1px solid #dadada;--settingsDialogBackgroundColor:#fff;--selectBackgroundColorHover:#fff;--fontColorWhite:#fff;--defaultColorHover:#bcc3d2;--defaultColorActive:#9ea8bd;--defaultColorSelected:#b3bbcc;--buttonBackgroundHoverColor:#bcc3d2;--buttonBackgroundActiveColor:#9ea8bd;--buttonTextColor:#242a38;--buttonTextHoverColor:#242a38;--buttonTextActiveColor:#242a38;--buttonTextVisitedColor:#242a38;--buttonBorderHover:2px solid #bcc3d2;--buttonIconFillColor:hsl(0,0,0);--primaryColor:#006fe6;--primaryColorHover:#0056b3;--primaryColorActive:#003e80;--primaryButtonBorder:2px solid #006fe6;--primaryButtonBorderHover:2px solid #0056b3;--primaryButtonBorderActive:2px solid #003e80;--secondaryColor:var(--th-slate);--secondaryColorHover:#434e65;--secondaryColorActive:#434e65;--secondaryButtonBorderColor:2px solid var(--th-slate);--secondaryButtonBorderColorHover:2px solid #434e65;--secondaryButtonBorderColorActive:2px solid #434e65;--disabledColor:grey;--disabledBackgroundColor:#f2f2f2;--ListGroupSearchItemColor:#37455c;--ListGroupSearchItemBorderColor:#586780;--inputBackgroundColor:#37455c;--inputDisabledBackgroundColor:#2e3b50;--inputBorder:1px solid #586780;--settingsDialogBackgroundColor:#152333;--selectBackgroundColorHover:#586780;--defaultColor:#e3e7ed;--buttonBorderRadius:30px;--primaryButtonBackgroundColor:#007bbd;--primaryButtonBackgroundHoverColor:#00679e;--primaryButtonBackgroundActiveColor:#005a8a;--primaryButtonTextColor:#fff;--primaryButtonTextHoverColor:#fff;--primaryButtonTextActiveColor:#fff;--primaryButtonTextVisitedColor:#fff;--primaryButtonBorderRadius:30px;--primaryButtonIconFillColor:#fff;--secondaryButtonBackgroundColor:#e4e7ed;--secondaryButtonBackgroundHoverColor:#e4e7ed;--secondaryButtonBackgroundActiveColor:#e4e7ed;--secondaryButtonBorder:2px solid #e4e7ed;--secondaryButtonBorderHover:2px solid #e4e7ed;--secondaryButtonTextColor:#373b43;--secondaryButtonTextHoverColor:#373b43;--secondaryButtonTextActiveColor:#373b43;--secondaryButtonTextVisitedColor:#373b43;--secondaryButtonBorderRadius:30px;--secondaryButtonIconFillColor:#e4e7ed;--iconButtonBackgroundDefaultColor:#2b3a55;--iconButtonBackgroundHoverColor:#27354e;--iconButtonBackgroundActiveColor:#243147;--iconButtonBorderColor:2px solid transparent;--iconFillColor:#fff;--settingsDialogBackgroundColor:#1d2d40;--settingsDialogMenuBackgroundColor:#1d273a;--settingsDialogItemSelectedBackgroundColor:#37455c;--settingsDialogItemBackgroundColorHover:#1d2d40;--settingsDialogItemBackgroundColorActive:#37455c;--modalHeaderBackgroundColor:#1d273a;--modalContentBackgroundColor:#1d2d40;--modalContentBorderColorHeader:#37455c;--modalContentBorderColorFooter:#1d2d40;--modalTextColor:#f2f2f2;--modal-inner-padding:1.5em;--infoBackgroundColor:#faffff;--successBackgroundColor:#fcfff5;--errorBackgroundColor:#fff5f5;--warningBackgroundColor:#fffbf5;--notificationDarkModeBackground:#4a5973;--infoTitleColor:#0e566c;--successTitleColor:#1e571f;--errorTitleColor:#963836;--warningTitleColor:#7a4d05}@supports (color:hsl(0 0% 0%/0)){:root{--buttonBackgroundHoverColor:#bcc3d2;--buttonBackgroundActiveColor:#9ea8bd;--buttonTextColor:#242a38;--buttonTextHoverColor:#242a38;--buttonTextActiveColor:#242a38;--buttonTextVisitedColor:#242a38;--buttonBorderHover:2px solid #bcc3d2;--buttonIconFillColor:hsl(0,0,0);--primaryButtonBorder:2px solid #007bbd;--primaryButtonBorderHover:2px solid #00679e;--primaryButtonBorderActive:2px solid #005a8a}}:root .on-logo--light{display:none}:root .on-logo--dark{display:block}:root .gw-select{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='22' width='22' viewBox='0 0 18 18'%3E%3Cpath d='M7.41 7.84 12 12.42l4.59-4.58L18 9.25l-6 6-6-6z' fill='%23232937'/%3E%3Cpath d='M0-.75h24v24H0z' fill='none'/%3E%3C/svg%3E")}:root .gw-button__icon{display:inline-block}:root .gw-button__icon--delete{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='22' viewBox='0 0 14 18'%3E%3Cpath d='M1 16a2.006 2.006 0 0 0 2 2h8a2.006 2.006 0 0 0 2-2V4H1ZM14 1h-3.5l-1-1h-5l-1 1H0v2h14Z' fill='%23f2f2f2'/%3E%3C/svg%3E")}:root .gw-button__icon--play{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23 24'%3E%3Cpath fill='%23f2f2f2' d='M19.6 10.227a2 2 0 0 1 0 3.546l-16.676 8.7A2 2 0 0 1 0 20.7V3.3a2 2 0 0 1 2.925-1.773Z' data-name='Icon - play'/%3E%3C/svg%3E")}:root .gw-button__icon--turn-in{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15.667 13.514'%3E%3Cpath fill='%23f2f2f2' d='m15.662.388-1.874 12.494a.339.339 0 0 1-.468.261l-5.286-2.266-2.538 2.538a.339.339 0 0 1-.578-.241V9.819l5.844-4.783a.677.677 0 1 0-.857-1.049L3.736 9.038.205 7.523a.339.339 0 0 1-.008-.619L15.186.03a.339.339 0 0 1 .476.358Z'/%3E%3C/svg%3E")}:root .gw-button__icon--close{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='20' viewBox='0 0 13.827 13.826'%3E%3Cpath d='M13.83 1.33 12.502 0 6.913 5.588 1.33 0 0 1.33l5.588 5.588L0 12.502l1.33 1.328 5.588-5.588 5.584 5.588 1.328-1.328-5.588-5.588z' fill='%23f2f2f2'/%3E%3C/svg%3E")}:root .gw-button__icon--close-white{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='20' viewBox='0 0 13.827 13.826'%3E%3Cpath d='M13.83 1.33 12.502 0 6.913 5.588 1.33 0 0 1.33l5.588 5.588L0 12.502l1.33 1.328 5.588-5.588 5.584 5.588 1.328-1.328-5.588-5.588z' fill='%23fff'/%3E%3C/svg%3E")}:root .gw-button__icon--add{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='none'%3E%3Cpath fill='%23fff' d='M8.062 5.942V0H5.94v5.942H0V8.06h5.941V14h2.118V8.058H14V5.942H8.062Z'/%3E%3C/svg%3E")}:root .gw-button__icon--more{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='20' viewBox='0 0 13 3'%3E%3Cpath d='M1.5 0A1.5 1.5 0 1 0 3 1.5 1.5 1.5 0 0 0 1.5 0zm10 0A1.5 1.5 0 1 0 13 1.5 1.5 1.5 0 0 0 11.5 0zm-5 0A1.5 1.5 0 1 0 8 1.5 1.5 1.5 0 0 0 6.5 0z' fill='%23f2f2f2'/%3E%3C/svg%3E")}:root .gw-button__icon--more-white{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='20' viewBox='0 0 13 3'%3E%3Cpath d='M1.5 0A1.5 1.5 0 1 0 3 1.5 1.5 1.5 0 0 0 1.5 0zm10 0A1.5 1.5 0 1 0 13 1.5 1.5 1.5 0 0 0 11.5 0zm-5 0A1.5 1.5 0 1 0 8 1.5 1.5 1.5 0 0 0 6.5 0z' fill='%23fff'/%3E%3C/svg%3E")}:root .gw-button__icon--search{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='18' viewBox='0 0 487.95 487.95'%3E%3Cpath d='m481.8 453-140-140.1c27.6-33.1 44.2-75.4 44.2-121.6C386 85.9 299.5.2 193.1.2S0 86 0 191.4s86.5 191.1 192.9 191.1c45.2 0 86.8-15.5 119.8-41.4l140.5 140.5c8.2 8.2 20.4 8.2 28.6 0 8.2-8.2 8.2-20.4 0-28.6zM41 191.4c0-82.8 68.2-150.1 151.9-150.1s151.9 67.3 151.9 150.1-68.2 150.1-151.9 150.1S41 274.1 41 191.4z' fill='%23f2f2f2'/%3E%3C/svg%3E")}:root .gw-button__icon--search-white{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='18' viewBox='0 0 487.95 487.95'%3E%3Cpath d='m481.8 453-140-140.1c27.6-33.1 44.2-75.4 44.2-121.6C386 85.9 299.5.2 193.1.2S0 86 0 191.4s86.5 191.1 192.9 191.1c45.2 0 86.8-15.5 119.8-41.4l140.5 140.5c8.2 8.2 20.4 8.2 28.6 0 8.2-8.2 8.2-20.4 0-28.6zM41 191.4c0-82.8 68.2-150.1 151.9-150.1s151.9 67.3 151.9 150.1-68.2 150.1-151.9 150.1S41 274.1 41 191.4z' fill='%23fff'/%3E%3C/svg%3E")}:root .gw-button__icon--rotate-anticlockwise{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='18.55' viewBox='0 0 20.03 19.283'%3E%3Cpath d='M10.381 11.254a1.608 1.608 0 1 1 1.608-1.608 1.608 1.608 0 0 1-1.608 1.608zM7.787 16.4a7.194 7.194 0 0 1-1.332-.678.4.4 0 0 0-.541.097l-.944 1.3a.408.408 0 0 0 .1.577 9.6 9.6 0 0 0 1.951.992.408.408 0 0 0 .524-.26l.494-1.529a.4.4 0 0 0-.246-.5zm-4.155-4.142a.4.4 0 0 0-.5-.244l-1.528.5a.408.408 0 0 0-.259.525 9.606 9.606 0 0 0 1 1.947.408.408 0 0 0 .577.1l1.3-.947a.4.4 0 0 0 .092-.546 7.209 7.209 0 0 1-.682-1.33zm12.917 1.865a.4.4 0 0 0-.548.079 7.269 7.269 0 0 1-1.058 1.059.4.4 0 0 0-.079.548l.946 1.3a.408.408 0 0 0 .579.084 9.673 9.673 0 0 0 1.544-1.546.408.408 0 0 0-.085-.579zm-3.807 2.771a.4.4 0 0 0-.49-.258 7.216 7.216 0 0 1-1.477.233.4.4 0 0 0-.387.4v1.607a.408.408 0 0 0 .419.409 9.621 9.621 0 0 0 2.16-.342.408.408 0 0 0 .271-.518zM10.381 0a9.632 9.632 0 0 0-7.533 3.624L1.581 2.357a.4.4 0 0 0-.68.212l-.9 4.927a.4.4 0 0 0 .467.467l4.927-.9a.4.4 0 0 0 .212-.68l-1.029-1.03a7.221 7.221 0 0 1 13.036 4.293 9.051 9.051 0 0 1-.242 1.864.4.4 0 0 0 .258.49l1.529.5a.408.408 0 0 0 .518-.272 8 8 0 0 0 .347-2.612A9.635 9.635 0 0 0 10.381 0z' fill='%23f2f2f2'/%3E%3C/svg%3E")}:root .gw-button__icon--rotate-clockwise{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='18.55' viewBox='0 0 20.03 19.283'%3E%3Cpath d='M9.648 11.254A1.608 1.608 0 1 0 8.04 9.646a1.608 1.608 0 0 0 1.608 1.608zm2.594 5.146a7.194 7.194 0 0 0 1.332-.678.4.4 0 0 1 .546.094l.944 1.3a.408.408 0 0 1-.1.577 9.6 9.6 0 0 1-1.951.992.408.408 0 0 1-.524-.26l-.493-1.525a.4.4 0 0 1 .246-.5zm4.156-4.144a.4.4 0 0 1 .5-.244l1.528.5a.408.408 0 0 1 .259.525 9.606 9.606 0 0 1-1 1.947.408.408 0 0 1-.577.1l-1.3-.947a.4.4 0 0 1-.092-.546 7.21 7.21 0 0 0 .682-1.33zM3.48 14.123a.4.4 0 0 1 .548.079 7.269 7.269 0 0 0 1.058 1.059.4.4 0 0 1 .079.548l-.946 1.3a.408.408 0 0 1-.579.084 9.673 9.673 0 0 1-1.544-1.546.408.408 0 0 1 .085-.579zm3.807 2.771a.4.4 0 0 1 .49-.258 7.216 7.216 0 0 0 1.477.233.4.4 0 0 1 .387.4v1.607a.408.408 0 0 1-.419.409 9.621 9.621 0 0 1-2.16-.342.408.408 0 0 1-.271-.518zM9.648 0a9.632 9.632 0 0 1 7.532 3.624l1.267-1.267a.4.4 0 0 1 .68.212l.9 4.927a.4.4 0 0 1-.467.467l-4.927-.9a.4.4 0 0 1-.212-.68l1.035-1.035A7.221 7.221 0 0 0 2.414 9.646a9.051 9.051 0 0 0 .242 1.864.4.4 0 0 1-.258.49l-1.529.5a.408.408 0 0 1-.518-.272 8 8 0 0 1-.347-2.612A9.635 9.635 0 0 1 9.648 0z' fill='%23f2f2f2'/%3E%3C/svg%3E")}:root .gw-button__icon--zoom-in{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='20' viewBox='0 0 20.005 20.004'%3E%3Cpath d='M14.303 12.59h-.9l-.32-.309a7.437 7.437 0 1 0-.8.8l.309.32v.9l5.713 5.7 1.7-1.7zm-6.855 0a5.141 5.141 0 1 1 5.141-5.141 5.135 5.135 0 0 1-5.128 5.141z' fill='%23f2f2f2'/%3E%3Cpath d='M10.219 8.141H8.834a.693.693 0 0 0-.693.693v1.388a.693.693 0 0 1-.693.693.693.693 0 0 1-.693-.693V8.837a.693.693 0 0 0-.693-.693H4.674a.693.693 0 0 1-.693-.693.693.693 0 0 1 .693-.693h1.385a.693.693 0 0 0 .693-.693V4.68a.693.693 0 0 1 .693-.693.693.693 0 0 1 .693.693v1.385a.693.693 0 0 0 .693.693h1.385a.693.693 0 0 1 .693.693.693.693 0 0 1-.69.69z' fill='%23f2f2f2'/%3E%3C/svg%3E")}:root .gw-button__icon--zoom-out{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='20' viewBox='0 0 20.002 20.001'%3E%3Cpath d='M14.3 12.588h-.9l-.32-.309a7.435 7.435 0 1 0-.8.8l.309.32v.9l5.712 5.7 1.7-1.7zm-6.854 0a5.14 5.14 0 1 1 5.14-5.14 5.134 5.134 0 0 1-5.127 5.14zm-1.589-4.2H4.273a.865.865 0 0 1-.792-.923.865.865 0 0 1 .792-.923h6.337a.865.865 0 0 1 .792.923.865.865 0 0 1-.792.923H9.026' fill='%23f2f2f2'/%3E%3C/svg%3E")}:root .gw-button__icon--pan-up{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' data-name='Group 2754' viewBox='0 0 22 22'%3E%3Cpath fill='%23f2f2f2' d='m16.203 9.889-1.359 1.236a.345.345 0 0 1-.454 0L12.054 9v8.839a.614.614 0 0 1-.641.583h-1.281a.614.614 0 0 1-.641-.583V9l-2.336 2.125a.345.345 0 0 1-.454 0L5.342 9.889a.274.274 0 0 1 0-.413l4.977-4.526a.688.688 0 0 1 .906 0l4.977 4.526a.274.274 0 0 1 .001.413Z'/%3E%3Cg fill='none' stroke='%23f2f2f2' stroke-width='2' data-name='Ellipse 91'%3E%3Ccircle cx='11' cy='11' r='11' stroke='none'/%3E%3Ccircle cx='11' cy='11' r='10'/%3E%3C/g%3E%3C/svg%3E")}:root .gw-button__icon--pan-down,:root .gw-button__icon--pan-up{height:20px!important;width:20px!important}:root .gw-button__icon--pan-down{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 22'%3E%3Cg data-name='Group 2753'%3E%3Cpath fill='%23f2f2f2' d='m16.103 13.466-4.977 4.858a.653.653 0 0 1-.906 0l-4.977-4.858a.308.308 0 0 1 0-.442l1.359-1.327a.328.328 0 0 1 .454 0l2.336 2.28V4.49a.634.634 0 0 1 .641-.625h1.281a.634.634 0 0 1 .641.625v9.487l2.336-2.28a.328.328 0 0 1 .454 0l1.359 1.327a.308.308 0 0 1-.001.442Z'/%3E%3Cg fill='none' stroke='%23f2f2f2' stroke-width='2' data-name='Ellipse 90'%3E%3Ccircle cx='11' cy='11' r='11' stroke='none'/%3E%3Ccircle cx='11' cy='11' r='10'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}:root .gw-button__icon--chevron-left{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='17' viewBox='0 0 8.053 13.036'%3E%3Cpath d='m0 6.518 6.518 6.518 1.535-1.535L3.07 6.518l4.983-4.982L6.518.001Z' fill='%23f2f2f2'/%3E%3C/svg%3E")}:root .gw-button__icon--chevron-right{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='17' viewBox='0 0 8.053 13.036'%3E%3Cpath d='M8.053 6.518 1.535 0 0 1.535l4.983 4.983L0 11.5l1.535 1.535Z' fill='%23f2f2f2'/%3E%3C/svg%3E")}}.on-theme-light,[data-th-theme=light]{--on-base-text:#373b43;--on-base-background:#f6faff;--on-base-svg:#374762;--on-brand-rw:#8e4eee;--on-context-menu-background:#fff;--on-context-menu-shadow:rgba(0,0,0,.086);--on-context-menu-border:hsla(0,0%,44%,.188);--on-context-menu-hover:#f0f2f3;--on-modal-alt-backdrop:#f8f8f8;--on-modal-backdrop:rgba(0,0,0,.3);--on-modal-background:#fff;--on-modal:#484848;--on-modal-settings:#445066;--on-modal-header:#f5f5f5;--on-card-background:#fff;--on-card-border:#e2e5ea;--on-card-hover:#fafafa;--on-card-inner-border:hsla(223,8%,67%,.188);--on-card-radio-label:#f2f2f2;--on-loading-bar-background:#dbdbdb;--on-loading-bar-active:#007bbd;--on-spinner-stroke:#0069b0;--on-toolbar-border:#bfc6ce;--on-toolbar-background:#e2e7ed;--on-toolbar-active:#328fe5;--on-toolbar-active-alt:#bcc3d1;--on-toolbar-active-svg:#fff;--on-toolbar-highlighter-default:hsla(0,0%,67%,.42);--on-toolbar-group-border:#bfc6ce;--on-toolbar-integration-background:#d3d9e4;--on-toolbar-integration-foreground:#fff;--on-upload-button-background:#fafafa;--on-upload-button-border:#c9d3df;--on-upload-button-hover:hsla(0,0%,98%,.886);--on-viewer-background:#f8f8f8;--on-viewer-pages-background:#d3dae2;--on-viewer-pages-border:#bfc6ce;--on-viewer-tabs-active:#e2e7ed;--on-viewer-tabs-hover:#e2e7ed;--on-viewer-tabs-border:#c9cfd6;--on-viewer-controls-background:#e3e7ed;--on-table:#444f66;--on-table-border:transparent;--on-table-hover:#fafafa;--on-table-cell-border:#dadee2;--on-dropzone:#626f88;--on-dropzone-overlay-background:hsla(0,0%,100%,.9);--on-dropzone-background:#fff;--on-dropzone-hover:#fafafa;--on-dropzone-active:#f2f2f2;--on-dropzone-border:#c5c5c5;--on-dropzone-button:#384963;--on-dropzone-button-background:#f1f5f9;--on-dropzone-button-hover:#e5edf5;--on-feature-button:#707070;--on-feature-button-background:#fff;--on-feature-button-border:#f0f1f1;--on-feature-button-hover:#dde5ec;--on-feature-button-shadow:hsla(197,8%,83%,.5);--on-nav:#f4f5f6;--on-header-color:#626f88;--dashboardBackgroundColor:#f2f5f9;--dashboardHeaderBackgroundColor:#fff;--dashboardHeaderShadow:transparent 0 0 0 0,transparent 0 0 0 0,rgba(0,0,0,.1) 0 1px 3px 0,rgba(0,0,0,.1) 0 1px 2px -1px;--dashboardTopColor:#2a3953;--dashboardNavActive:#00b7ff;--dashboardMainBackground:#fff;--dashboardMainBorder:#e1e3e6;--gw-aria-popover-background:#fff;--gw-aria-popover-border:hsla(0,0%,44%,.188);--gw-aria-calendar-active-background:#124a78;--gw-aria-calendar-active:#fff;--gw-aria-datepicker:#fff no-repeat 10px 50% url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='16.34'%3E%3Cpath fill='%2334374a' d='M5.667 7.351H3.778v1.634h1.889Zm3.778 0H7.556v1.634h1.889Zm3.778 0h-1.889v1.634h1.889Zm1.888-5.718h-.943V0h-1.89v1.634H4.723V0h-1.89v1.634h-.944A1.765 1.765 0 0 0 .011 3.267L0 14.7a1.775 1.775 0 0 0 1.889 1.634h13.222A1.781 1.781 0 0 0 17 14.7V3.267a1.781 1.781 0 0 0-1.889-1.633Zm0 13.069H1.889V5.718h13.222Z' data-name='wriq-svg-calendar (1)'/%3E%3C/svg%3E");--inputBackgroundColor:#fff;--inputDisabledBackgroundColor:#eaedf0;--inputBorder:1px solid #dadada;--selectBackgroundColorHover:#fff;--fontColorWhite:#fff;--defaultColor:#e3e7ed;--defaultColorHover:#bcc3d2;--defaultColorActive:#9ea8bd;--defaultColorSelected:#b3bbcc;--buttonBackgroundHoverColor:#bcc3d2;--buttonBackgroundActiveColor:#9ea8bd;--buttonTextColor:#242a38;--buttonTextHoverColor:#242a38;--buttonTextActiveColor:#242a38;--buttonTextVisitedColor:#242a38;--buttonBorderHover:2px solid #bcc3d2;--buttonBorderRadius:30px;--buttonIconFillColor:hsl(0,0,0);--primaryButtonBackgroundColor:#1b78d0;--primaryButtonBackgroundHoverColor:#155c9e;--primaryButtonBackgroundActiveColor:#0f4171;--primaryButtonBorder:2px solid #1b78d0;--primaryButtonBorderHover:2px solid #155c9e;--primaryButtonBorderActive:2px solid #0f4171;--primaryButtonTextColor:#fff;--primaryButtonTextHoverColor:#fff;--primaryButtonTextActiveColor:#fff;--primaryButtonTextVisitedColor:#fff;--primaryButtonBorderRadius:30px;--primaryButtonIconFillColor:#fff;--secondaryButtonBackgroundColor:#434e65;--secondaryButtonBackgroundHoverColor:#2f3646;--secondaryButtonBackgroundActiveColor:#1b1f28;--secondaryButtonBorder:2px solid #434e65;--secondaryButtonBorderHover:2px solid #2f3646;--secondaryButtonTextColor:#fff;--secondaryButtonTextHoverColor:#fff;--secondaryButtonTextActiveColor:#fff;--secondaryButtonTextVisitedColor:#fff;--secondaryButtonBorderRadius:30px;--secondaryButtonIconFillColor:#fff;--iconButtonBackgroundDefaultColor:rgba(0,0,0,.077);--iconButtonBackgroundHoverColor:rgba(0,0,0,.125);--iconButtonBackgroundActiveColor:rgba(0,0,0,.187);--iconButtonBorderColor:2px solid transparent;--iconFillColor:#fff;--settingsDialogBackgroundColor:#fff;--settingsDialogMenuBackgroundColor:#f4f5f6;--settingsDialogItemSelectedBackgroundColor:#e3e7ed;--settingsDialogItemBackgroundColorHover:#ebedef;--settingsDialogItemBackgroundColorActive:#e3e7ed;--modalHeaderBackgroundColor:#f5f5f5;--modalContentBackgroundColor:#fff;--modalContentBorderColorHeader:#e5e5e5;--modalContentBorderColorFooter:#fff;--modalTextColor:#373b43;--modal-inner-padding:1.5em;--infoBackgroundColor:#faffff;--successBackgroundColor:#fcfff5;--errorBackgroundColor:#fff5f5;--warningBackgroundColor:#fffbf5;--notificationDarkModeBackground:#4a5973;--infoTitleColor:#0e566c;--successTitleColor:#1e571f;--errorTitleColor:#963836;--warningTitleColor:#7a4d05}.on-theme-light .on-logo--light,[data-th-theme=light] .on-logo--light{display:block}.on-theme-light .on-logo--dark,[data-th-theme=light] .on-logo--dark{display:none}.on-theme-light .gw-select,[data-th-theme=light] .gw-select{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='22' width='22' viewBox='0 0 18 18'%3E%3Cpath d='M7.41 7.84 12 12.42l4.59-4.58L18 9.25l-6 6-6-6z' fill='%23232937'/%3E%3Cpath d='M0-.75h24v24H0z' fill='none'/%3E%3C/svg%3E")}.on-theme-light .gw-button__icon,[data-th-theme=light] .gw-button__icon{display:inline-block}.on-theme-light .gw-button__icon--delete,[data-th-theme=light] .gw-button__icon--delete{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='22' viewBox='0 0 14 18'%3E%3Cpath d='M1 16a2.006 2.006 0 0 0 2 2h8a2.006 2.006 0 0 0 2-2V4H1ZM14 1h-3.5l-1-1h-5l-1 1H0v2h14Z' fill='%23444f66'/%3E%3C/svg%3E")}.on-theme-light .gw-button__icon--play,[data-th-theme=light] .gw-button__icon--play{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23 24'%3E%3Cpath fill='%232a3953' d='M19.6 10.227a2 2 0 0 1 0 3.546l-16.676 8.7A2 2 0 0 1 0 20.7V3.3a2 2 0 0 1 2.925-1.773Z' data-name='Icon - play'/%3E%3C/svg%3E")}.on-theme-light .gw-button__icon--turn-in,[data-th-theme=light] .gw-button__icon--turn-in{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15.667 13.514'%3E%3Cpath fill='%23373B43' d='m15.662.388-1.874 12.494a.339.339 0 0 1-.468.261l-5.286-2.266-2.538 2.538a.339.339 0 0 1-.578-.241V9.819l5.844-4.783a.677.677 0 1 0-.857-1.049L3.736 9.038.205 7.523a.339.339 0 0 1-.008-.619L15.186.03a.339.339 0 0 1 .476.358Z'/%3E%3C/svg%3E")}.on-theme-light .gw-button__icon--close,[data-th-theme=light] .gw-button__icon--close{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='20' viewBox='0 0 13.827 13.826'%3E%3Cpath d='M13.83 1.33 12.502 0 6.913 5.588 1.33 0 0 1.33l5.588 5.588L0 12.502l1.33 1.328 5.588-5.588 5.584 5.588 1.328-1.328-5.588-5.588z' fill='%23444f66'/%3E%3C/svg%3E")}.on-theme-light .gw-button__icon--close-white,[data-th-theme=light] .gw-button__icon--close-white{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='20' viewBox='0 0 13.827 13.826'%3E%3Cpath d='M13.83 1.33 12.502 0 6.913 5.588 1.33 0 0 1.33l5.588 5.588L0 12.502l1.33 1.328 5.588-5.588 5.584 5.588 1.328-1.328-5.588-5.588z' fill='%23fff'/%3E%3C/svg%3E")}.on-theme-light .gw-button__icon--add,[data-th-theme=light] .gw-button__icon--add{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='none'%3E%3Cpath fill='%2344546F' d='M8.062 5.942V0H5.94v5.942H0V8.06h5.941V14h2.118V8.058H14V5.942H8.062Z'/%3E%3C/svg%3E")}.on-theme-light .gw-button__icon--more,[data-th-theme=light] .gw-button__icon--more{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='20' viewBox='0 0 13 3'%3E%3Cpath d='M1.5 0A1.5 1.5 0 1 0 3 1.5 1.5 1.5 0 0 0 1.5 0zm10 0A1.5 1.5 0 1 0 13 1.5 1.5 1.5 0 0 0 11.5 0zm-5 0A1.5 1.5 0 1 0 8 1.5 1.5 1.5 0 0 0 6.5 0z' fill='%23444f66'/%3E%3C/svg%3E")}.on-theme-light .gw-button__icon--more-white,[data-th-theme=light] .gw-button__icon--more-white{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='20' viewBox='0 0 13 3'%3E%3Cpath d='M1.5 0A1.5 1.5 0 1 0 3 1.5 1.5 1.5 0 0 0 1.5 0zm10 0A1.5 1.5 0 1 0 13 1.5 1.5 1.5 0 0 0 11.5 0zm-5 0A1.5 1.5 0 1 0 8 1.5 1.5 1.5 0 0 0 6.5 0z' fill='%23fff'/%3E%3C/svg%3E")}.on-theme-light .gw-button__icon--search,[data-th-theme=light] .gw-button__icon--search{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='18' viewBox='0 0 487.95 487.95'%3E%3Cpath d='m481.8 453-140-140.1c27.6-33.1 44.2-75.4 44.2-121.6C386 85.9 299.5.2 193.1.2S0 86 0 191.4s86.5 191.1 192.9 191.1c45.2 0 86.8-15.5 119.8-41.4l140.5 140.5c8.2 8.2 20.4 8.2 28.6 0 8.2-8.2 8.2-20.4 0-28.6zM41 191.4c0-82.8 68.2-150.1 151.9-150.1s151.9 67.3 151.9 150.1-68.2 150.1-151.9 150.1S41 274.1 41 191.4z' fill='%23444f66'/%3E%3C/svg%3E")}.on-theme-light .gw-button__icon--search-white,[data-th-theme=light] .gw-button__icon--search-white{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='18' viewBox='0 0 487.95 487.95'%3E%3Cpath d='m481.8 453-140-140.1c27.6-33.1 44.2-75.4 44.2-121.6C386 85.9 299.5.2 193.1.2S0 86 0 191.4s86.5 191.1 192.9 191.1c45.2 0 86.8-15.5 119.8-41.4l140.5 140.5c8.2 8.2 20.4 8.2 28.6 0 8.2-8.2 8.2-20.4 0-28.6zM41 191.4c0-82.8 68.2-150.1 151.9-150.1s151.9 67.3 151.9 150.1-68.2 150.1-151.9 150.1S41 274.1 41 191.4z' fill='%23fff'/%3E%3C/svg%3E")}.on-theme-light .gw-button__icon--print,[data-th-theme=light] .gw-button__icon--print{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15.693 15.694'%3E%3Cpath fill='%23444f66' d='M3.923 11.77h7.847v3.27a.654.654 0 0 1-.654.654H4.577a.654.654 0 0 1-.654-.654Zm8.5-11.116A.654.654 0 0 0 11.77 0H3.923a.654.654 0 0 0-.654.654v2.615h9.155Zm3.269 5.231v6.539a1.312 1.312 0 0 1-1.308 1.308h-1.306v-2.616a.656.656 0 0 0-.654-.654H3.269a.656.656 0 0 0-.654.654v2.616H1.308A1.312 1.312 0 0 1 0 12.424V5.885a1.312 1.312 0 0 1 1.308-1.308h13.078a1.312 1.312 0 0 1 1.308 1.308Zm-1.308.327a.327.327 0 0 0-.327-.327H12.75a.327.327 0 0 0-.327.327v.654a.327.327 0 0 0 .327.327h1.309a.327.327 0 0 0 .327-.327Z'/%3E%3C/svg%3E")}.on-theme-light .gw-button__icon--print-white,[data-th-theme=light] .gw-button__icon--print-white{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15.693 15.694'%3E%3Cpath fill='%23fff' d='M3.923 11.77h7.847v3.27a.654.654 0 0 1-.654.654H4.577a.654.654 0 0 1-.654-.654Zm8.5-11.116A.654.654 0 0 0 11.77 0H3.923a.654.654 0 0 0-.654.654v2.615h9.155Zm3.269 5.231v6.539a1.312 1.312 0 0 1-1.308 1.308h-1.306v-2.616a.656.656 0 0 0-.654-.654H3.269a.656.656 0 0 0-.654.654v2.616H1.308A1.312 1.312 0 0 1 0 12.424V5.885a1.312 1.312 0 0 1 1.308-1.308h13.078a1.312 1.312 0 0 1 1.308 1.308Zm-1.308.327a.327.327 0 0 0-.327-.327H12.75a.327.327 0 0 0-.327.327v.654a.327.327 0 0 0 .327.327h1.309a.327.327 0 0 0 .327-.327Z'/%3E%3C/svg%3E")}.on-theme-light .gw-button__icon--download,[data-th-theme=light] .gw-button__icon--download{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12.924 15.693'%3E%3Cpath fill='%23444f66' d='M12.924 5.539H9.231V0H3.693v5.539H0L6.462 12ZM0 13.847v1.846h12.924v-1.846Z' data-name='Path 11584'/%3E%3C/svg%3E")}.on-theme-light .gw-button__icon--download-white,[data-th-theme=light] .gw-button__icon--download-white{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12.924 15.693'%3E%3Cpath fill='%23fff' d='M12.924 5.539H9.231V0H3.693v5.539H0L6.462 12ZM0 13.847v1.846h12.924v-1.846Z' data-name='Path 11584'/%3E%3C/svg%3E")}.on-theme-light .gw-button__icon--rotate-anticlockwise,[data-th-theme=light] .gw-button__icon--rotate-anticlockwise{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='18.55' viewBox='0 0 20.03 19.283'%3E%3Cpath d='M10.381 11.254a1.608 1.608 0 1 1 1.608-1.608 1.608 1.608 0 0 1-1.608 1.608zM7.787 16.4a7.194 7.194 0 0 1-1.332-.678.4.4 0 0 0-.541.097l-.944 1.3a.408.408 0 0 0 .1.577 9.6 9.6 0 0 0 1.951.992.408.408 0 0 0 .524-.26l.494-1.529a.4.4 0 0 0-.246-.5zm-4.155-4.142a.4.4 0 0 0-.5-.244l-1.528.5a.408.408 0 0 0-.259.525 9.606 9.606 0 0 0 1 1.947.408.408 0 0 0 .577.1l1.3-.947a.4.4 0 0 0 .092-.546 7.209 7.209 0 0 1-.682-1.33zm12.917 1.865a.4.4 0 0 0-.548.079 7.269 7.269 0 0 1-1.058 1.059.4.4 0 0 0-.079.548l.946 1.3a.408.408 0 0 0 .579.084 9.673 9.673 0 0 0 1.544-1.546.408.408 0 0 0-.085-.579zm-3.807 2.771a.4.4 0 0 0-.49-.258 7.216 7.216 0 0 1-1.477.233.4.4 0 0 0-.387.4v1.607a.408.408 0 0 0 .419.409 9.621 9.621 0 0 0 2.16-.342.408.408 0 0 0 .271-.518zM10.381 0a9.632 9.632 0 0 0-7.533 3.624L1.581 2.357a.4.4 0 0 0-.68.212l-.9 4.927a.4.4 0 0 0 .467.467l4.927-.9a.4.4 0 0 0 .212-.68l-1.029-1.03a7.221 7.221 0 0 1 13.036 4.293 9.051 9.051 0 0 1-.242 1.864.4.4 0 0 0 .258.49l1.529.5a.408.408 0 0 0 .518-.272 8 8 0 0 0 .347-2.612A9.635 9.635 0 0 0 10.381 0z' fill='%23444f66'/%3E%3C/svg%3E")}.on-theme-light .gw-button__icon--rotate-clockwise,[data-th-theme=light] .gw-button__icon--rotate-clockwise{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='18.55' viewBox='0 0 20.03 19.283'%3E%3Cpath d='M9.648 11.254A1.608 1.608 0 1 0 8.04 9.646a1.608 1.608 0 0 0 1.608 1.608zm2.594 5.146a7.194 7.194 0 0 0 1.332-.678.4.4 0 0 1 .546.094l.944 1.3a.408.408 0 0 1-.1.577 9.6 9.6 0 0 1-1.951.992.408.408 0 0 1-.524-.26l-.493-1.525a.4.4 0 0 1 .246-.5zm4.156-4.144a.4.4 0 0 1 .5-.244l1.528.5a.408.408 0 0 1 .259.525 9.606 9.606 0 0 1-1 1.947.408.408 0 0 1-.577.1l-1.3-.947a.4.4 0 0 1-.092-.546 7.21 7.21 0 0 0 .682-1.33zM3.48 14.123a.4.4 0 0 1 .548.079 7.269 7.269 0 0 0 1.058 1.059.4.4 0 0 1 .079.548l-.946 1.3a.408.408 0 0 1-.579.084 9.673 9.673 0 0 1-1.544-1.546.408.408 0 0 1 .085-.579zm3.807 2.771a.4.4 0 0 1 .49-.258 7.216 7.216 0 0 0 1.477.233.4.4 0 0 1 .387.4v1.607a.408.408 0 0 1-.419.409 9.621 9.621 0 0 1-2.16-.342.408.408 0 0 1-.271-.518zM9.648 0a9.632 9.632 0 0 1 7.532 3.624l1.267-1.267a.4.4 0 0 1 .68.212l.9 4.927a.4.4 0 0 1-.467.467l-4.927-.9a.4.4 0 0 1-.212-.68l1.035-1.035A7.221 7.221 0 0 0 2.414 9.646a9.051 9.051 0 0 0 .242 1.864.4.4 0 0 1-.258.49l-1.529.5a.408.408 0 0 1-.518-.272 8 8 0 0 1-.347-2.612A9.635 9.635 0 0 1 9.648 0z' fill='%23444f66'/%3E%3C/svg%3E")}.on-theme-light .gw-button__icon--zoom-in,[data-th-theme=light] .gw-button__icon--zoom-in{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='20' viewBox='0 0 20.005 20.004'%3E%3Cpath d='M14.303 12.59h-.9l-.32-.309a7.437 7.437 0 1 0-.8.8l.309.32v.9l5.713 5.7 1.7-1.7zm-6.855 0a5.141 5.141 0 1 1 5.141-5.141 5.135 5.135 0 0 1-5.128 5.141z' fill='%23444f66'/%3E%3Cpath d='M10.219 8.141H8.834a.693.693 0 0 0-.693.693v1.388a.693.693 0 0 1-.693.693.693.693 0 0 1-.693-.693V8.837a.693.693 0 0 0-.693-.693H4.674a.693.693 0 0 1-.693-.693.693.693 0 0 1 .693-.693h1.385a.693.693 0 0 0 .693-.693V4.68a.693.693 0 0 1 .693-.693.693.693 0 0 1 .693.693v1.385a.693.693 0 0 0 .693.693h1.385a.693.693 0 0 1 .693.693.693.693 0 0 1-.69.69z' fill='%23444f66'/%3E%3C/svg%3E")}.on-theme-light .gw-button__icon--zoom-out,[data-th-theme=light] .gw-button__icon--zoom-out{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='20' viewBox='0 0 20.002 20.001'%3E%3Cpath d='M14.3 12.588h-.9l-.32-.309a7.435 7.435 0 1 0-.8.8l.309.32v.9l5.712 5.7 1.7-1.7zm-6.854 0a5.14 5.14 0 1 1 5.14-5.14 5.134 5.134 0 0 1-5.127 5.14zm-1.589-4.2H4.273a.865.865 0 0 1-.792-.923.865.865 0 0 1 .792-.923h6.337a.865.865 0 0 1 .792.923.865.865 0 0 1-.792.923H9.026' fill='%23444f66'/%3E%3C/svg%3E")}.on-theme-light .gw-button__icon--pan-up,[data-th-theme=light] .gw-button__icon--pan-up{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' data-name='Group 2754' viewBox='0 0 22 22'%3E%3Cpath fill='%23444f66' d='m16.203 9.889-1.359 1.236a.345.345 0 0 1-.454 0L12.054 9v8.839a.614.614 0 0 1-.641.583h-1.281a.614.614 0 0 1-.641-.583V9l-2.336 2.125a.345.345 0 0 1-.454 0L5.342 9.889a.274.274 0 0 1 0-.413l4.977-4.526a.688.688 0 0 1 .906 0l4.977 4.526a.274.274 0 0 1 .001.413Z'/%3E%3Cg fill='none' stroke='%23444f66' stroke-width='2' data-name='Ellipse 91'%3E%3Ccircle cx='11' cy='11' r='11' stroke='none'/%3E%3Ccircle cx='11' cy='11' r='10'/%3E%3C/g%3E%3C/svg%3E");height:20px!important;width:20px!important}.on-theme-light .gw-button__icon--pan-down,[data-th-theme=light] .gw-button__icon--pan-down{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 22'%3E%3Cg data-name='Group 2753'%3E%3Cpath fill='%23444f66' d='m16.103 13.466-4.977 4.858a.653.653 0 0 1-.906 0l-4.977-4.858a.308.308 0 0 1 0-.442l1.359-1.327a.328.328 0 0 1 .454 0l2.336 2.28V4.49a.634.634 0 0 1 .641-.625h1.281a.634.634 0 0 1 .641.625v9.487l2.336-2.28a.328.328 0 0 1 .454 0l1.359 1.327a.308.308 0 0 1-.001.442Z'/%3E%3Cg fill='none' stroke='%23444f66' stroke-width='2' data-name='Ellipse 90'%3E%3Ccircle cx='11' cy='11' r='11' stroke='none'/%3E%3Ccircle cx='11' cy='11' r='10'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");height:20px!important;width:20px!important}.on-theme-light .gw-button__icon--chevron-left,[data-th-theme=light] .gw-button__icon--chevron-left{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='17' viewBox='0 0 8.053 13.036'%3E%3Cpath d='m0 6.518 6.518 6.518 1.535-1.535L3.07 6.518l4.983-4.982L6.518.001Z' fill='%23444f66'/%3E%3C/svg%3E")}.on-theme-light .gw-button__icon--chevron-right,[data-th-theme=light] .gw-button__icon--chevron-right{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='17' viewBox='0 0 8.053 13.036'%3E%3Cpath d='M8.053 6.518 1.535 0 0 1.535l4.983 4.983L0 11.5l1.535 1.535Z' fill='%23444f66'/%3E%3C/svg%3E")}.on-theme-dark,[data-th-theme=dark]{--on-base-text:#f2f2f2;--on-base-background:#172536;--on-base-svg:#f2f2f2;--on-brand-rw:#9f5dff;--on-context-menu-background:#1d2f44;--on-context-menu-shadow:rgba(0,0,0,.086);--on-context-menu-border:#3a5171;--on-context-menu-hover:#395577;--on-modal-alt-backdrop:#1a2331;--on-modal-backdrop:rgba(188,195,209,.5);--on-modal-background:#1d2d40;--on-modal:#f2f2f2;--on-modal-settings:#f2f2f2;--on-modal-header:#263043;--on-card-background:#2a3953;--on-card-border:#475d7e;--on-card-hover:#27354e;--on-card-inner-border:#475d7e;--on-card-radio-label:hsla(0,0%,100%,.1);--on-loading-bar-background:#dbdbdb;--on-loading-bar-active:#007bbd;--on-spinner-stroke:#008bea;--on-toolbar-border:#707070;--on-toolbar-background:#1b2231;--on-toolbar-active:#328fe5;--on-toolbar-active-alt:#4c5f7d;--on-toolbar-active-svg:#fff;--on-toolbar-highlighter-default:hsla(0,0%,67%,.42);--on-toolbar-group-border:#464f62;--on-toolbar-integration-background:#2a3953;--on-toolbar-integration-foreground:#1b2231;--on-upload-button-background:#445168;--on-upload-button-border:#4e6689;--on-upload-button-hover:#28303e;--on-viewer-background:#455264;--on-viewer-pages-background:#15181f;--on-viewer-pages-border:#435160;--on-viewer-tabs-active:#1b2231;--on-viewer-tabs-hover:#1b2231;--on-viewer-tabs-border:#51688b;--on-viewer-controls-background:#2a3953;--on-table:#f2f2f2;--on-table-border:transparent;--on-table-hover:#2f405b;--on-table-cell-border:#4f5d71;--on-dropzone:#fff;--on-dropzone-overlay-background:rgba(17,25,39,.9);--on-dropzone-background:#111927;--on-dropzone-hover:#141e2e;--on-dropzone-active:#141e2e;--on-dropzone-border:#777;--on-dropzone-button:#f1f5f9;--on-dropzone-button-background:#1e3047;--on-dropzone-button-hover:#263b58;--on-feature-button:#f7f7f7;--on-feature-button-background:#2a3953;--on-feature-button-border:#27354e;--on-feature-button-hover:#32415c;--on-feature-button-shadow:rgba(0,0,0,.25);--on-nav:#f4f5f6;--on-header-color:#d7dce6;--dashboardBackgroundColor:#182536;--dashboardHeaderBackgroundColor:#111927;--dashboardHeaderShadow:hsla(0,0%,100%,0) 0 0 0 0,hsla(0,0%,100%,0) 0 0 0 0,hsla(0,0%,100%,.1) 0 1px 3px 0,hsla(0,0%,100%,.1) 0 1px 2px -1px;--dashboardTopColor:#2a3953;--dashboardNavActive:#00b7ff;--dashboardMainBackground:#fff;--dashboardMainBorder:#e1e3e6;--gw-aria-popover-background:#1d2f44;--gw-aria-popover-border:#3a5171;--gw-aria-calendar-active-background:#0c9ec0;--gw-aria-calendar-active:#fff;--gw-aria-datepicker:#37455c no-repeat 10px 50% url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='16.34'%3E%3Cpath fill='%23f2f2f2' d='M5.667 7.351H3.778v1.634h1.889Zm3.778 0H7.556v1.634h1.889Zm3.778 0h-1.889v1.634h1.889Zm1.888-5.718h-.943V0h-1.89v1.634H4.723V0h-1.89v1.634h-.944A1.765 1.765 0 0 0 .011 3.267L0 14.7a1.775 1.775 0 0 0 1.889 1.634h13.222A1.781 1.781 0 0 0 17 14.7V3.267a1.781 1.781 0 0 0-1.889-1.633Zm0 13.069H1.889V5.718h13.222Z' data-name='wriq-svg-calendar (1)'/%3E%3C/svg%3E");--inputBackgroundColor:#fff;--inputDisabledBackgroundColor:#eaedf0;--inputBorder:1px solid #dadada;--settingsDialogBackgroundColor:#fff;--selectBackgroundColorHover:#fff;--fontColorWhite:#fff;--defaultColorHover:#bcc3d2;--defaultColorActive:#9ea8bd;--defaultColorSelected:#b3bbcc;--buttonBackgroundHoverColor:#bcc3d2;--buttonBackgroundActiveColor:#9ea8bd;--buttonTextColor:#242a38;--buttonTextHoverColor:#242a38;--buttonTextActiveColor:#242a38;--buttonTextVisitedColor:#242a38;--buttonBorderHover:2px solid #bcc3d2;--buttonIconFillColor:hsl(0,0,0);--primaryColor:#006fe6;--primaryColorHover:#0056b3;--primaryColorActive:#003e80;--primaryButtonBorder:2px solid #006fe6;--primaryButtonBorderHover:2px solid #0056b3;--primaryButtonBorderActive:2px solid #003e80;--secondaryColor:var(--th-slate);--secondaryColorHover:#434e65;--secondaryColorActive:#434e65;--secondaryButtonBorderColor:2px solid var(--th-slate);--secondaryButtonBorderColorHover:2px solid #434e65;--secondaryButtonBorderColorActive:2px solid #434e65;--disabledColor:grey;--disabledBackgroundColor:#f2f2f2;--ListGroupSearchItemColor:#37455c;--ListGroupSearchItemBorderColor:#586780;--inputBackgroundColor:#37455c;--inputDisabledBackgroundColor:#2e3b50;--inputBorder:1px solid #586780;--settingsDialogBackgroundColor:#152333;--selectBackgroundColorHover:#586780;--defaultColor:#e3e7ed;--buttonBorderRadius:30px;--primaryButtonBackgroundColor:#007bbd;--primaryButtonBackgroundHoverColor:#00679e;--primaryButtonBackgroundActiveColor:#005a8a;--primaryButtonTextColor:#fff;--primaryButtonTextHoverColor:#fff;--primaryButtonTextActiveColor:#fff;--primaryButtonTextVisitedColor:#fff;--primaryButtonBorderRadius:30px;--primaryButtonIconFillColor:#fff;--secondaryButtonBackgroundColor:#e4e7ed;--secondaryButtonBackgroundHoverColor:#e4e7ed;--secondaryButtonBackgroundActiveColor:#e4e7ed;--secondaryButtonBorder:2px solid #e4e7ed;--secondaryButtonBorderHover:2px solid #e4e7ed;--secondaryButtonTextColor:#373b43;--secondaryButtonTextHoverColor:#373b43;--secondaryButtonTextActiveColor:#373b43;--secondaryButtonTextVisitedColor:#373b43;--secondaryButtonBorderRadius:30px;--secondaryButtonIconFillColor:#e4e7ed;--iconButtonBackgroundDefaultColor:#2b3a55;--iconButtonBackgroundHoverColor:#27354e;--iconButtonBackgroundActiveColor:#243147;--iconButtonBorderColor:2px solid transparent;--iconFillColor:#fff;--settingsDialogBackgroundColor:#1d2d40;--settingsDialogMenuBackgroundColor:#1d273a;--settingsDialogItemSelectedBackgroundColor:#37455c;--settingsDialogItemBackgroundColorHover:#1d2d40;--settingsDialogItemBackgroundColorActive:#37455c;--modalHeaderBackgroundColor:#1d273a;--modalContentBackgroundColor:#1d2d40;--modalContentBorderColorHeader:#37455c;--modalContentBorderColorFooter:#1d2d40;--modalTextColor:#f2f2f2;--modal-inner-padding:1.5em;--infoBackgroundColor:#faffff;--successBackgroundColor:#fcfff5;--errorBackgroundColor:#fff5f5;--warningBackgroundColor:#fffbf5;--notificationDarkModeBackground:#4a5973;--infoTitleColor:#0e566c;--successTitleColor:#1e571f;--errorTitleColor:#963836;--warningTitleColor:#7a4d05}@supports (color:hsl(0 0% 0%/0)){.on-theme-dark,[data-th-theme=dark]{--buttonBackgroundHoverColor:#bcc3d2;--buttonBackgroundActiveColor:#9ea8bd;--buttonTextColor:#242a38;--buttonTextHoverColor:#242a38;--buttonTextActiveColor:#242a38;--buttonTextVisitedColor:#242a38;--buttonBorderHover:2px solid #bcc3d2;--buttonIconFillColor:hsl(0,0,0);--primaryButtonBorder:2px solid #007bbd;--primaryButtonBorderHover:2px solid #00679e;--primaryButtonBorderActive:2px solid #005a8a}}.on-theme-dark .on-logo--light,[data-th-theme=dark] .on-logo--light{display:none}.on-theme-dark .on-logo--dark,[data-th-theme=dark] .on-logo--dark{display:block}.on-theme-dark .gw-select,[data-th-theme=dark] .gw-select{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='22' width='22' viewBox='0 0 18 18'%3E%3Cpath d='M7.41 7.84 12 12.42l4.59-4.58L18 9.25l-6 6-6-6z' fill='%23232937'/%3E%3Cpath d='M0-.75h24v24H0z' fill='none'/%3E%3C/svg%3E")}.on-theme-dark .gw-button__icon,[data-th-theme=dark] .gw-button__icon{display:inline-block}.on-theme-dark .gw-button__icon--delete,[data-th-theme=dark] .gw-button__icon--delete{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='22' viewBox='0 0 14 18'%3E%3Cpath d='M1 16a2.006 2.006 0 0 0 2 2h8a2.006 2.006 0 0 0 2-2V4H1ZM14 1h-3.5l-1-1h-5l-1 1H0v2h14Z' fill='%23f2f2f2'/%3E%3C/svg%3E")}.on-theme-dark .gw-button__icon--play,[data-th-theme=dark] .gw-button__icon--play{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23 24'%3E%3Cpath fill='%23f2f2f2' d='M19.6 10.227a2 2 0 0 1 0 3.546l-16.676 8.7A2 2 0 0 1 0 20.7V3.3a2 2 0 0 1 2.925-1.773Z' data-name='Icon - play'/%3E%3C/svg%3E")}.on-theme-dark .gw-button__icon--turn-in,[data-th-theme=dark] .gw-button__icon--turn-in{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15.667 13.514'%3E%3Cpath fill='%23f2f2f2' d='m15.662.388-1.874 12.494a.339.339 0 0 1-.468.261l-5.286-2.266-2.538 2.538a.339.339 0 0 1-.578-.241V9.819l5.844-4.783a.677.677 0 1 0-.857-1.049L3.736 9.038.205 7.523a.339.339 0 0 1-.008-.619L15.186.03a.339.339 0 0 1 .476.358Z'/%3E%3C/svg%3E")}.on-theme-dark .gw-button__icon--close,[data-th-theme=dark] .gw-button__icon--close{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='20' viewBox='0 0 13.827 13.826'%3E%3Cpath d='M13.83 1.33 12.502 0 6.913 5.588 1.33 0 0 1.33l5.588 5.588L0 12.502l1.33 1.328 5.588-5.588 5.584 5.588 1.328-1.328-5.588-5.588z' fill='%23f2f2f2'/%3E%3C/svg%3E")}.on-theme-dark .gw-button__icon--close-white,[data-th-theme=dark] .gw-button__icon--close-white{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='20' viewBox='0 0 13.827 13.826'%3E%3Cpath d='M13.83 1.33 12.502 0 6.913 5.588 1.33 0 0 1.33l5.588 5.588L0 12.502l1.33 1.328 5.588-5.588 5.584 5.588 1.328-1.328-5.588-5.588z' fill='%23fff'/%3E%3C/svg%3E")}.on-theme-dark .gw-button__icon--add,[data-th-theme=dark] .gw-button__icon--add{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='none'%3E%3Cpath fill='%23fff' d='M8.062 5.942V0H5.94v5.942H0V8.06h5.941V14h2.118V8.058H14V5.942H8.062Z'/%3E%3C/svg%3E")}.on-theme-dark .gw-button__icon--more,[data-th-theme=dark] .gw-button__icon--more{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='20' viewBox='0 0 13 3'%3E%3Cpath d='M1.5 0A1.5 1.5 0 1 0 3 1.5 1.5 1.5 0 0 0 1.5 0zm10 0A1.5 1.5 0 1 0 13 1.5 1.5 1.5 0 0 0 11.5 0zm-5 0A1.5 1.5 0 1 0 8 1.5 1.5 1.5 0 0 0 6.5 0z' fill='%23f2f2f2'/%3E%3C/svg%3E")}.on-theme-dark .gw-button__icon--more-white,[data-th-theme=dark] .gw-button__icon--more-white{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='20' viewBox='0 0 13 3'%3E%3Cpath d='M1.5 0A1.5 1.5 0 1 0 3 1.5 1.5 1.5 0 0 0 1.5 0zm10 0A1.5 1.5 0 1 0 13 1.5 1.5 1.5 0 0 0 11.5 0zm-5 0A1.5 1.5 0 1 0 8 1.5 1.5 1.5 0 0 0 6.5 0z' fill='%23fff'/%3E%3C/svg%3E")}.on-theme-dark .gw-button__icon--search,[data-th-theme=dark] .gw-button__icon--search{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='18' viewBox='0 0 487.95 487.95'%3E%3Cpath d='m481.8 453-140-140.1c27.6-33.1 44.2-75.4 44.2-121.6C386 85.9 299.5.2 193.1.2S0 86 0 191.4s86.5 191.1 192.9 191.1c45.2 0 86.8-15.5 119.8-41.4l140.5 140.5c8.2 8.2 20.4 8.2 28.6 0 8.2-8.2 8.2-20.4 0-28.6zM41 191.4c0-82.8 68.2-150.1 151.9-150.1s151.9 67.3 151.9 150.1-68.2 150.1-151.9 150.1S41 274.1 41 191.4z' fill='%23f2f2f2'/%3E%3C/svg%3E")}.on-theme-dark .gw-button__icon--search-white,[data-th-theme=dark] .gw-button__icon--search-white{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='18' viewBox='0 0 487.95 487.95'%3E%3Cpath d='m481.8 453-140-140.1c27.6-33.1 44.2-75.4 44.2-121.6C386 85.9 299.5.2 193.1.2S0 86 0 191.4s86.5 191.1 192.9 191.1c45.2 0 86.8-15.5 119.8-41.4l140.5 140.5c8.2 8.2 20.4 8.2 28.6 0 8.2-8.2 8.2-20.4 0-28.6zM41 191.4c0-82.8 68.2-150.1 151.9-150.1s151.9 67.3 151.9 150.1-68.2 150.1-151.9 150.1S41 274.1 41 191.4z' fill='%23fff'/%3E%3C/svg%3E")}.on-theme-dark .gw-button__icon--rotate-anticlockwise,[data-th-theme=dark] .gw-button__icon--rotate-anticlockwise{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='18.55' viewBox='0 0 20.03 19.283'%3E%3Cpath d='M10.381 11.254a1.608 1.608 0 1 1 1.608-1.608 1.608 1.608 0 0 1-1.608 1.608zM7.787 16.4a7.194 7.194 0 0 1-1.332-.678.4.4 0 0 0-.541.097l-.944 1.3a.408.408 0 0 0 .1.577 9.6 9.6 0 0 0 1.951.992.408.408 0 0 0 .524-.26l.494-1.529a.4.4 0 0 0-.246-.5zm-4.155-4.142a.4.4 0 0 0-.5-.244l-1.528.5a.408.408 0 0 0-.259.525 9.606 9.606 0 0 0 1 1.947.408.408 0 0 0 .577.1l1.3-.947a.4.4 0 0 0 .092-.546 7.209 7.209 0 0 1-.682-1.33zm12.917 1.865a.4.4 0 0 0-.548.079 7.269 7.269 0 0 1-1.058 1.059.4.4 0 0 0-.079.548l.946 1.3a.408.408 0 0 0 .579.084 9.673 9.673 0 0 0 1.544-1.546.408.408 0 0 0-.085-.579zm-3.807 2.771a.4.4 0 0 0-.49-.258 7.216 7.216 0 0 1-1.477.233.4.4 0 0 0-.387.4v1.607a.408.408 0 0 0 .419.409 9.621 9.621 0 0 0 2.16-.342.408.408 0 0 0 .271-.518zM10.381 0a9.632 9.632 0 0 0-7.533 3.624L1.581 2.357a.4.4 0 0 0-.68.212l-.9 4.927a.4.4 0 0 0 .467.467l4.927-.9a.4.4 0 0 0 .212-.68l-1.029-1.03a7.221 7.221 0 0 1 13.036 4.293 9.051 9.051 0 0 1-.242 1.864.4.4 0 0 0 .258.49l1.529.5a.408.408 0 0 0 .518-.272 8 8 0 0 0 .347-2.612A9.635 9.635 0 0 0 10.381 0z' fill='%23f2f2f2'/%3E%3C/svg%3E")}.on-theme-dark .gw-button__icon--rotate-clockwise,[data-th-theme=dark] .gw-button__icon--rotate-clockwise{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='18.55' viewBox='0 0 20.03 19.283'%3E%3Cpath d='M9.648 11.254A1.608 1.608 0 1 0 8.04 9.646a1.608 1.608 0 0 0 1.608 1.608zm2.594 5.146a7.194 7.194 0 0 0 1.332-.678.4.4 0 0 1 .546.094l.944 1.3a.408.408 0 0 1-.1.577 9.6 9.6 0 0 1-1.951.992.408.408 0 0 1-.524-.26l-.493-1.525a.4.4 0 0 1 .246-.5zm4.156-4.144a.4.4 0 0 1 .5-.244l1.528.5a.408.408 0 0 1 .259.525 9.606 9.606 0 0 1-1 1.947.408.408 0 0 1-.577.1l-1.3-.947a.4.4 0 0 1-.092-.546 7.21 7.21 0 0 0 .682-1.33zM3.48 14.123a.4.4 0 0 1 .548.079 7.269 7.269 0 0 0 1.058 1.059.4.4 0 0 1 .079.548l-.946 1.3a.408.408 0 0 1-.579.084 9.673 9.673 0 0 1-1.544-1.546.408.408 0 0 1 .085-.579zm3.807 2.771a.4.4 0 0 1 .49-.258 7.216 7.216 0 0 0 1.477.233.4.4 0 0 1 .387.4v1.607a.408.408 0 0 1-.419.409 9.621 9.621 0 0 1-2.16-.342.408.408 0 0 1-.271-.518zM9.648 0a9.632 9.632 0 0 1 7.532 3.624l1.267-1.267a.4.4 0 0 1 .68.212l.9 4.927a.4.4 0 0 1-.467.467l-4.927-.9a.4.4 0 0 1-.212-.68l1.035-1.035A7.221 7.221 0 0 0 2.414 9.646a9.051 9.051 0 0 0 .242 1.864.4.4 0 0 1-.258.49l-1.529.5a.408.408 0 0 1-.518-.272 8 8 0 0 1-.347-2.612A9.635 9.635 0 0 1 9.648 0z' fill='%23f2f2f2'/%3E%3C/svg%3E")}.on-theme-dark .gw-button__icon--zoom-in,[data-th-theme=dark] .gw-button__icon--zoom-in{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='20' viewBox='0 0 20.005 20.004'%3E%3Cpath d='M14.303 12.59h-.9l-.32-.309a7.437 7.437 0 1 0-.8.8l.309.32v.9l5.713 5.7 1.7-1.7zm-6.855 0a5.141 5.141 0 1 1 5.141-5.141 5.135 5.135 0 0 1-5.128 5.141z' fill='%23f2f2f2'/%3E%3Cpath d='M10.219 8.141H8.834a.693.693 0 0 0-.693.693v1.388a.693.693 0 0 1-.693.693.693.693 0 0 1-.693-.693V8.837a.693.693 0 0 0-.693-.693H4.674a.693.693 0 0 1-.693-.693.693.693 0 0 1 .693-.693h1.385a.693.693 0 0 0 .693-.693V4.68a.693.693 0 0 1 .693-.693.693.693 0 0 1 .693.693v1.385a.693.693 0 0 0 .693.693h1.385a.693.693 0 0 1 .693.693.693.693 0 0 1-.69.69z' fill='%23f2f2f2'/%3E%3C/svg%3E")}.on-theme-dark .gw-button__icon--zoom-out,[data-th-theme=dark] .gw-button__icon--zoom-out{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='20' viewBox='0 0 20.002 20.001'%3E%3Cpath d='M14.3 12.588h-.9l-.32-.309a7.435 7.435 0 1 0-.8.8l.309.32v.9l5.712 5.7 1.7-1.7zm-6.854 0a5.14 5.14 0 1 1 5.14-5.14 5.134 5.134 0 0 1-5.127 5.14zm-1.589-4.2H4.273a.865.865 0 0 1-.792-.923.865.865 0 0 1 .792-.923h6.337a.865.865 0 0 1 .792.923.865.865 0 0 1-.792.923H9.026' fill='%23f2f2f2'/%3E%3C/svg%3E")}.on-theme-dark .gw-button__icon--pan-up,[data-th-theme=dark] .gw-button__icon--pan-up{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' data-name='Group 2754' viewBox='0 0 22 22'%3E%3Cpath fill='%23f2f2f2' d='m16.203 9.889-1.359 1.236a.345.345 0 0 1-.454 0L12.054 9v8.839a.614.614 0 0 1-.641.583h-1.281a.614.614 0 0 1-.641-.583V9l-2.336 2.125a.345.345 0 0 1-.454 0L5.342 9.889a.274.274 0 0 1 0-.413l4.977-4.526a.688.688 0 0 1 .906 0l4.977 4.526a.274.274 0 0 1 .001.413Z'/%3E%3Cg fill='none' stroke='%23f2f2f2' stroke-width='2' data-name='Ellipse 91'%3E%3Ccircle cx='11' cy='11' r='11' stroke='none'/%3E%3Ccircle cx='11' cy='11' r='10'/%3E%3C/g%3E%3C/svg%3E");height:20px!important;width:20px!important}.on-theme-dark .gw-button__icon--pan-down,[data-th-theme=dark] .gw-button__icon--pan-down{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 22'%3E%3Cg data-name='Group 2753'%3E%3Cpath fill='%23f2f2f2' d='m16.103 13.466-4.977 4.858a.653.653 0 0 1-.906 0l-4.977-4.858a.308.308 0 0 1 0-.442l1.359-1.327a.328.328 0 0 1 .454 0l2.336 2.28V4.49a.634.634 0 0 1 .641-.625h1.281a.634.634 0 0 1 .641.625v9.487l2.336-2.28a.328.328 0 0 1 .454 0l1.359 1.327a.308.308 0 0 1-.001.442Z'/%3E%3Cg fill='none' stroke='%23f2f2f2' stroke-width='2' data-name='Ellipse 90'%3E%3Ccircle cx='11' cy='11' r='11' stroke='none'/%3E%3Ccircle cx='11' cy='11' r='10'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");height:20px!important;width:20px!important}.on-theme-dark .gw-button__icon--chevron-left,[data-th-theme=dark] .gw-button__icon--chevron-left{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='17' viewBox='0 0 8.053 13.036'%3E%3Cpath d='m0 6.518 6.518 6.518 1.535-1.535L3.07 6.518l4.983-4.982L6.518.001Z' fill='%23f2f2f2'/%3E%3C/svg%3E")}.on-theme-dark .gw-button__icon--chevron-right,[data-th-theme=dark] .gw-button__icon--chevron-right{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='17' viewBox='0 0 8.053 13.036'%3E%3Cpath d='M8.053 6.518 1.535 0 0 1.535l4.983 4.983L0 11.5l1.535 1.535Z' fill='%23f2f2f2'/%3E%3C/svg%3E")}body,html{font-family:Inter,sans-serif}h1,h2,h3,h4,h5,h6{color:#373b43;color:var(--on-base-text);font-family:Plus Jakarta Sans,sans-serif;font-weight:600}h1{font-size:3em;line-height:1.5em}h1,h2{margin-bottom:1.5em}h2{font-size:2.6em;line-height:2em}h3{font-size:2em;line-height:1.5em;margin-bottom:1.5em}h4{font-size:1.8em;line-height:1.8em;margin-bottom:1.4em}h5{font-size:1.6em;line-height:1.6em;margin-bottom:1.6em}h6{font-size:1.4em;line-height:1.4em;margin-bottom:1.4em}[dir=ltr] p{margin-left:0}[dir=ltr] p,[dir=rtl] p{margin-right:0}[dir=rtl] p{margin-left:0}p{color:#373b43;color:var(--on-base-text);font-size:1.4em;font-weight:400;line-height:1.4em;margin-bottom:0;margin-top:0}.gw-button,.gw-outline-button{font-family:Inter,sans-serif}body,html{color:#373b43;color:var(--on-base-text);font-size:10px}svg{color:#374762;color:var(--on-base-svg)}.gw-button svg{color:inherit;height:14px;margin:0 4px -1px 0;width:14px}.gw-select{border:1px solid #dadada;border:var(--inputBorder,var(--input-border))}.gw-input--datepicker{background:#fff no-repeat 10px 50% url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='16.34'%3E%3Cpath fill='%2334374a' d='M5.667 7.351H3.778v1.634h1.889Zm3.778 0H7.556v1.634h1.889Zm3.778 0h-1.889v1.634h1.889Zm1.888-5.718h-.943V0h-1.89v1.634H4.723V0h-1.89v1.634h-.944A1.765 1.765 0 0 0 .011 3.267L0 14.7a1.775 1.775 0 0 0 1.889 1.634h13.222A1.781 1.781 0 0 0 17 14.7V3.267a1.781 1.781 0 0 0-1.889-1.633Zm0 13.069H1.889V5.718h13.222Z' data-name='wriq-svg-calendar (1)'/%3E%3C/svg%3E");background:var(--gw-aria-datepicker);cursor:pointer;min-width:220px;padding-left:35px}.gw-button-outlined,.gw-icon-button{cursor:pointer}.on-dashboard{background-color:#f2f5f9;background-color:var(--dashboardBackgroundColor);display:flex;flex-direction:column;font-size:10px;height:100vh;margin-left:238px;transition:all .25s ease;width:calc(100vw - 238px)}.on-dashboard[\:has\(\.on-dashboard-sidebar--mini\)]{margin-left:80px;width:calc(100vw - 80px)}.on-dashboard:has(.on-dashboard-sidebar--mini){margin-left:80px;width:calc(100vw - 80px)}.on-dashboard-header{align-items:center;background-color:#fff;background-color:var(--dashboardHeaderBackgroundColor,var(--defaultColor));border-top:4px solid #2a3953;border-top:4px solid var(--dashboardTopColor,var(--th-grey));box-shadow:0 0 0 0 transparent,0 0 0 0 transparent,0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px -1px rgba(0,0,0,.1);box-shadow:var(--dashboardHeaderShadow);display:flex;grid-area:header;height:7em;justify-content:space-between;padding:0 14px;position:relative;width:100%;z-index:5}.on-dashboard-header h1{color:#626f88;color:var(--on-header-color);font-size:2.4em;margin:0 0 0 10px}.on-dashboard-header__profile{align-items:center;background:#fff no-repeat 95% 50% url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='4.738' data-name='Arrow-Down 2'%3E%3Cpath fill='%238697a8' fill-rule='evenodd' d='M7.85.15a.522.522 0 0 1 0 .738L4 4.738.15.891A.524.524 0 0 1 .891.15L4 3.262 7.109.15a.522.522 0 0 1 .741 0Z' data-name='Arrow-Down 2'/%3E%3C/svg%3E");background:var(--dashboardHeaderBackgroundColor) no-repeat 95% 50% url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='4.738' data-name='Arrow-Down 2'%3E%3Cpath fill='%238697a8' fill-rule='evenodd' d='M7.85.15a.522.522 0 0 1 0 .738L4 4.738.15.891A.524.524 0 0 1 .891.15L4 3.262 7.109.15a.522.522 0 0 1 .741 0Z' data-name='Arrow-Down 2'/%3E%3C/svg%3E");border:none;display:flex;margin-left:auto;max-width:400px;padding-right:25px}.on-dashboard-header__profile p{font-size:1.4em;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.on-dashboard-header__profile svg{flex-shrink:0;height:38px;margin-right:8px;width:38px}.on-dashboard-header .on-dashboard-global-filter{margin-left:12px}.on-dashboard-header .on-dashboard-context-menu{position:absolute;right:13px;top:60px}.on-dashboard-sidebar{align-items:center;background-color:#2a3953;border-bottom:1px solid #e6e6e6;border-top:4px solid #2a3953;border-top:4px solid var(--dashboardTopColor,var(--th-grey));bottom:-1px;display:flex;flex-direction:column;justify-content:flex-start;left:0;overflow-x:hidden;overflow-y:auto;position:fixed;top:0;transition:all .25s ease;width:238px;z-index:10}.on-dashboard-sidebar--mini{position:fixed;width:80px}.on-dashboard-sidebar--mini+.on-dashboard-main__wrapper{margin-left:80px;width:calc(100% - 80px)}.on-dashboard-sidebar--mini .on-dashboard-nav__section:before{margin:0 12px 0 2px;width:28px}.on-dashboard-sidebar--mini .on-dashboard-nav__section p{margin-left:16px}.on-dashboard-sidebar--mini .on-dashboard-nav__link a svg{margin-left:10px;margin-right:26px}.on-dashboard-sidebar--mini .on-dashboard-extension-cta{display:none}.on-dashboard-sidebar--mini:hover,.on-dashboard-sidebar--mini[focus-within]{width:260px}.on-dashboard-sidebar--mini:focus-within,.on-dashboard-sidebar--mini:hover{width:260px}.on-dashboard-sidebar--mini:hover .on-dashboard-nav__section:before,.on-dashboard-sidebar--mini[focus-within] .on-dashboard-nav__section:before{margin:0;width:0}.on-dashboard-sidebar--mini:focus-within .on-dashboard-nav__section:before,.on-dashboard-sidebar--mini:hover .on-dashboard-nav__section:before{margin:0;width:0}.on-dashboard-sidebar--mini:hover .on-dashboard-nav__section p,.on-dashboard-sidebar--mini[focus-within] .on-dashboard-nav__section p{margin-left:0}.on-dashboard-sidebar--mini:focus-within .on-dashboard-nav__section p,.on-dashboard-sidebar--mini:hover .on-dashboard-nav__section p{margin-left:0}.on-dashboard-sidebar--mini:hover .on-dashboard-nav__link a svg,.on-dashboard-sidebar--mini[focus-within] .on-dashboard-nav__link a svg{margin-left:0;margin-right:12px}.on-dashboard-sidebar--mini:focus-within .on-dashboard-nav__link a svg,.on-dashboard-sidebar--mini:hover .on-dashboard-nav__link a svg{margin-left:0;margin-right:12px}.on-dashboard-sidebar--mini:hover .on-dashboard-extension-cta,.on-dashboard-sidebar--mini[focus-within] .on-dashboard-extension-cta{display:flex}.on-dashboard-sidebar--mini:focus-within .on-dashboard-extension-cta,.on-dashboard-sidebar--mini:hover .on-dashboard-extension-cta{display:flex}.on-dashboard-sidebar--mini .on-dashboard-sidebar__logo--full{display:none}.on-dashboard-sidebar--mini .on-dashboard-sidebar__logo--mini{display:block}.on-dashboard-sidebar__logo{flex-shrink:0;height:40px;margin:12px 0 20px;width:100%}.on-dashboard-sidebar__logo--full{display:block;width:auto}.on-dashboard-sidebar__logo--mini{display:none}.on-dashboard-sidebar__skip{background-color:#f4f5f6;border-radius:6px;color:#2a3953;font-size:1.2em;font-weight:400;left:50%;padding:.8em 1.2em;position:absolute;top:-4px;transform:translate(-50%,-100%);transition:transform .25s;width:120px}.on-dashboard-sidebar__skip:focus{transform:translate(-50%,60%)}.on-dashboard-sidebar .on-dashboard-extension-cta{margin:auto 9px 50px}.on-dashboard-main{display:flex;flex:1;flex-direction:column;grid-area:main;justify-content:flex-start;overflow-y:auto;position:relative}.on-dashboard-main__header-wrapper{background:#fff;background:var(--dashboardMainBackground);border-bottom:1px solid #e1e3e6;border-bottom:1px solid var(--dashboardMainBorder)}.on-dashboard-main__header{align-items:center;display:flex;flex-shrink:0;height:82px;justify-content:flex-start;margin:0 auto;max-width:1440px;padding:40px;width:100%}.on-dashboard-main__header--mini{padding:18px 40px}.on-dashboard-main__header>svg{display:block;height:28px;margin-right:8px;width:28px}.on-dashboard-main__header h1{font-size:2.6em;margin:0 auto 0 0}.on-dashboard-main__header h1>span{font-weight:300}.on-dashboard-main__header[\:has\(\.on-dashboard-tabs\)]{padding-bottom:0}.on-dashboard-main__header:has(.on-dashboard-tabs){padding-bottom:0}.on-dashboard-main__controls{align-items:center;background:#f2f5f9;background:var(--dashboardBackgroundColor);display:flex;height:80px;justify-content:left;margin:-20px 0;padding:20px 0;position:sticky;top:0;z-index:3}.on-dashboard-main__controls--no-stick{position:relative}.on-dashboard-main__controls h2{font-size:1.8em;margin:0}.on-dashboard-main__controls>.gw-icon-button{margin-right:12px}.on-dashboard-main__filters{align-items:center;display:flex;justify-content:space-between;margin-left:auto}.on-dashboard-main__filters .gw-form-fieldset-item{align-items:center;display:flex;justify-content:space-between;margin:0 14px 0 0}.on-dashboard-main__filters .gw-form-fieldset-item__label{margin:0 8px 0 0}.on-dashboard-main__filters .gw-form-fieldset-item:last-of-type{margin-right:0}.on-dashboard-main__filters .gw-icon-button svg{height:16px;width:16px}.on-dashboard-main__filters .gw-icon-button--active{border:2px solid transparent;border:var(--icon-button-border-color,var(--icon-button-background-hover-color))}.on-dashboard-main__filters .gw-icon-button--active svg{color:#297bbd}.on-dashboard-main__content{flex:1;margin:0 auto 80px;max-width:1440px;padding:28px 40px;width:100%}.on-dashboard-main__content>h2{margin:18px 0 -18px}.on-dashboard-main__content>h3{margin:12px 0 -12px}.on-dashboard-grid{grid-gap:30px;align-content:flex-start;display:grid;gap:30px;grid-template-columns:repeat(1,minmax(0,1fr));margin:0 auto;max-width:1440px;padding:28px 40px;width:100%}.on-dashboard-grid+.on-dashboard-grid{padding-top:0}.on-dashboard-grid>.on-dashboard-grid{padding:0}.on-dashboard-grid--two{grid-template-columns:repeat(2,minmax(0,1fr))}.on-dashboard-grid--two>.on-dashboard-grid__full-width{grid-column:span 2}.on-dashboard-grid--three{grid-template-columns:repeat(3,minmax(0,1fr))}.on-dashboard-grid--three>.on-dashboard-grid__full-width{grid-column:span 3}.on-dashboard-grid--four{grid-template-columns:repeat(4,minmax(0,1fr))}.on-dashboard-grid--four>.on-dashboard-grid__full-width{grid-column:span 4}.on-dashboard-grid--five{grid-template-columns:repeat(5,minmax(0,1fr))}.on-dashboard-grid--five>.on-dashboard-grid__full-width{grid-column:span 5}.on-dashboard-grid__span-1{grid-column:span 1}.on-dashboard-grid__span-2{grid-column:span 2}.on-dashboard-grid__span-3{grid-column:span 3}.on-dashboard-grid__span-4{grid-column:span 4}.on-dashboard-grid__span-row-2{grid-row:span 2}.on-dashboard-grid__span-row-3{grid-row:span 3}@media screen and (max-width:1300px){.on-dashboard-grid--lg-one{grid-template-columns:repeat(1,minmax(0,1fr))}.on-dashboard-grid--lg-one>.on-dashboard-grid__full-width{grid-column:span 1}.on-dashboard-grid--lg-two{grid-template-columns:repeat(2,minmax(0,1fr))}.on-dashboard-grid--lg-two>.on-dashboard-grid__full-width{grid-column:span 2}.on-dashboard-grid--lg-three{grid-template-columns:repeat(3,minmax(0,1fr))}.on-dashboard-grid--lg-three>.on-dashboard-grid__full-width{grid-column:span 3}.on-dashboard-grid__lg-span-1{grid-column:auto}.on-dashboard-grid__lg-span-2{grid-column:span 2}.on-dashboard-grid__lg-span-3{grid-column:span 3}}@media screen and (max-width:968px){.on-dashboard-grid--five,.on-dashboard-grid--four,.on-dashboard-grid--lg-one,.on-dashboard-grid--lg-three,.on-dashboard-grid--lg-two,.on-dashboard-grid--three,.on-dashboard-grid--two{grid-template-columns:repeat(1,minmax(0,1fr))}.on-dashboard-grid--five>.on-dashboard-grid__full-width,.on-dashboard-grid--four>.on-dashboard-grid__full-width,.on-dashboard-grid--lg-one>.on-dashboard-grid__full-width,.on-dashboard-grid--lg-three>.on-dashboard-grid__full-width,.on-dashboard-grid--lg-two>.on-dashboard-grid__full-width,.on-dashboard-grid--three>.on-dashboard-grid__full-width,.on-dashboard-grid--two>.on-dashboard-grid__full-width,.on-dashboard-grid__span-1,.on-dashboard-grid__span-2,.on-dashboard-grid__span-3,.on-dashboard-grid__span-4{grid-column:auto}.on-dashboard-grid__span-row-2,.on-dashboard-grid__span-row-3,.on-dashboard-grid__span-row-4{grid-row:auto}.on-dashboard-grid--xs-one{grid-template-columns:repeat(1,minmax(0,1fr))}.on-dashboard-grid--xs-one>.on-dashboard-grid__full-width{grid-column:span 1}.on-dashboard-grid--xs-two{grid-template-columns:repeat(2,minmax(0,1fr))}.on-dashboard-grid--xs-two>.on-dashboard-grid__full-width{grid-column:span 2}.on-dashboard-grid--xs-three{grid-template-columns:repeat(3,minmax(0,1fr))}.on-dashboard-grid--xs-three>.on-dashboard-grid__full-width{grid-column:span 3}.on-dashboard-grid__xs-span-1{grid-column:auto}.on-dashboard-grid__xs-span-2{grid-column:span 2}.on-dashboard-grid__xs-span-3{grid-column:span 3}}.on-dashboard-nav{align-self:stretch;color:#f4f5f6;display:flex;flex-direction:column;list-style:none;margin:24px 8px;padding-left:0}.on-dashboard-nav__section{align-items:center;display:flex;flex-shrink:0;margin-top:20px;overflow:hidden;padding:.8em 1.3em;transition:all .25s ease}.on-dashboard-nav__section:before{background-color:#00b7ff;background-color:var(--dashboardNavActive);content:"";display:block;flex-shrink:0;height:2px;margin:0;transition:all .25s ease;width:0}.on-dashboard-nav__section p{color:#fff;font-size:1.4em;font-weight:600;margin:0;transition:margin .25s ease}.on-dashboard-nav__link{cursor:pointer;flex-shrink:0;font-weight:400}.on-dashboard-nav__link a{text-wrap:nowrap;align-items:center;border-radius:6px;color:#fff;display:flex;height:45px;justify-content:flex-start;overflow:hidden;padding:.8em;position:relative;text-decoration:none;transition:background .25s ease}.on-dashboard-nav__link a:before{background-color:transparent;bottom:0;content:"";position:absolute;right:0;top:0;width:8px}.on-dashboard-nav__link a svg{color:inherit;flex-shrink:0;height:20px;margin-right:12px;transition:margin .25s ease;width:20px}.on-dashboard-nav__link a p{color:#fff;font-size:1.6em;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.on-dashboard-nav__link a:hover,.on-dashboard-nav__link--active a{background-color:#404c60}.on-dashboard-nav__link--active a:before{background-color:#00b7ff;background-color:var(--dashboardNavActive,var(--dashboardTopColor))}.on-dashboard-nav__link:hover{color:#e4e7ed;color:var(--list-group-item-background-hover-color);color:var(--listGroupItemBackgroundColorHover,var(--list-group-item-background-hover-color))}.on-dashboard-card{background:#fff;background:var(--on-card-background);border:1px solid #e2e5ea;border:1px solid var(--on-card-border);border-radius:6px;box-shadow:0 16px 20px rgba(51,72,84,.02);display:flex;flex-direction:column;padding:28px}.on-dashboard-card--centered,.on-dashboard-card--notification{align-items:center;justify-content:center}.on-dashboard-card--notification{padding:70px 0 40px;text-align:center}.on-dashboard-card--notification h2{font-size:2.4em;line-height:1.2em;margin:0 0 11px}.on-dashboard-card--notification p{font-size:1.6em;margin:0 0 20px}.on-dashboard-card--notification .gw-button+.gw-button{margin:20px 0 0}.on-dashboard-card--button{align-items:center;cursor:pointer;justify-content:center;padding:60px;text-align:center}.on-dashboard-card--button svg{height:50px;margin-bottom:12px;width:50px}.on-dashboard-card--button p{font-size:1.6em;margin:0}.on-dashboard-card--list{padding:28px 28px 24px}.on-dashboard-card--list .on-dashboard-card__header{flex-direction:column;justify-content:center}.on-dashboard-card--list .on-dashboard-card__header h2,.on-dashboard-card--list .on-dashboard-card__header h3{text-align:center}.on-dashboard-card--recent-file{padding:0;position:relative}.on-dashboard-card--recent-file>button:first-of-type{background:none;border:none;cursor:pointer;margin:0;padding:0}.on-dashboard-card--recent-file>button:first-of-type:hover{background:#fafafa;background:var(--on-card-hover)}.on-dashboard-card--recent-file>button:first-of-type img{width:100%}.on-dashboard-card--recent-file .gw-icon-button{bottom:5px;position:absolute;right:5px}.on-dashboard-card--recent-file__title{overflow:hidden;padding:14px 40px 14px 14px;text-align:left;text-overflow:ellipsis;white-space:nowrap}.on-dashboard-card--recent-file__title svg{color:#007bbd;height:18px;margin-right:8px;vertical-align:bottom;width:18px}.on-dashboard-card>.gw-form-fieldset-item{margin:0 0 24px;position:relative}.on-dashboard-card>.gw-form-fieldset-item>.gw-aria-datepicker{display:block}.on-dashboard-card>.gw-group{margin:12px 0 20px}.on-dashboard-card>.gw-group .on-upload-button{flex:1}.on-dashboard-card>.gw-group .on-upload-button:first-of-type{margin-right:20px}.on-dashboard-card__big-icon{height:110px;margin-bottom:22px;width:110px}.on-dashboard-card__image{align-items:center;align-self:center;background:#fff;border:1px solid hsla(223,8%,67%,.188);border:1px solid var(--on-card-inner-border);border-radius:16px;box-shadow:0 16px 20px rgba(51,72,84,.02);display:flex;height:70px;justify-content:center;margin-top:-35px;width:70px}.on-dashboard-card__image svg{color:#444f66;height:30px;width:30px}.on-dashboard-card[\:has\(\.on-dashboard-card__image\)]{margin-top:35px;padding-top:0}.on-dashboard-card:has(.on-dashboard-card__image){margin-top:35px;padding-top:0}.on-dashboard-card[\:has\(\.on-dashboard-card__image\)] .on-dashboard-card__header{padding-top:12px}.on-dashboard-card:has(.on-dashboard-card__image) .on-dashboard-card__header{padding-top:12px}.on-dashboard-card__header{align-items:center;display:flex;flex-wrap:wrap}.on-dashboard-card__header svg{height:30px;margin-right:8px;width:30px}.on-dashboard-card__header h3{font-size:1.7em;line-height:1.7em;margin:0}.on-dashboard-card__header+.on-dashboard-card__content{margin-top:18px}.on-dashboard-card__subtitle{font-size:1.3em;font-weight:600;margin:2px 0 0}.on-dashboard-card__content{flex:1}.on-dashboard-card__content--centered{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:40px 0}.on-dashboard-card__content--centered>svg{height:50px;margin-bottom:18px;width:50px}.on-dashboard-card__content+.on-dashboard-card__footer{margin-top:18px}.on-dashboard-card__content .on-dashboard-chart{aspect-ratio:3/2;height:auto;max-height:350px;width:100%}.on-dashboard-card__footer{border-top:1px solid hsla(223,8%,67%,.188);border-top:1px solid var(--on-card-inner-border);display:flex;justify-content:center;margin-top:20px;padding-top:20px}.on-dashboard-card__footer .gw-button{margin:0 auto}.on-dashboard-list__rows{list-style-type:none;margin:0 0 24px;padding:0}.on-dashboard-list__rows li .gw-radio{align-items:center;display:flex;justify-content:flex-start}.on-dashboard-list__rows li label{cursor:pointer;flex:1;font-size:1.8em;margin:0;padding:14px}.on-dashboard-list__rows li .gw-radio__input{margin-right:22px;position:relative}.on-dashboard-list__rows li:nth-child(odd) label{background-color:#f2f2f2;background-color:var(--on-card-radio-label)}.on-viewer{background-color:#e2e7ed;background-color:var(--on-viewer-tabs-active);display:flex;flex-direction:column;height:100vh;overflow:hidden;position:relative;width:100vw}.on-viewer .on-viewer-kit-container{flex:1;overflow-y:auto}.on-viewer .on-viewer-controls{bottom:20px;left:50%;position:absolute;transform:translateX(-50%)}.on-viewer-header{align-items:center;background:#2a3953;color:#fff;display:flex;height:38px;justify-content:flex-start;padding:0 10px;width:100%}.on-viewer-header__icon{height:28px;margin-right:24px;position:relative;width:28px}.on-viewer-header__icon svg{height:100%;width:100%}.on-viewer-header__icon:after{background:#bfc6ce;content:"";height:22px;position:absolute;right:-10px;top:50%;transform:translateY(-50%);width:1px}.on-viewer-header__title{color:#fff;font-size:14px;font-weight:100;margin:0 auto 0 0}.on-viewer-header__save-icon{height:18px;margin-right:7px;width:18px}.on-viewer-header__profile-icon{height:23px;margin-left:12px;width:23px}.on-viewer-header__save{color:#fff;font-size:13px;font-weight:100;margin:0 auto 0 0}.on-viewer-header__save a{color:inherit;text-decoration:none}.on-viewer-header .gw-button{background-color:transparent;color:#fff}.on-viewer-header .gw-button:hover{background-color:rgba(0,0,0,.125);background-color:var(--iconButtonBackgroundHoverColor,var(--icon-button-background-hover-color))}.on-viewer-pages{background-color:#d3dae2;background-color:var(--on-viewer-pages-background);width:100%}.on-viewer-pages,.on-viewer-tabs{align-items:center;display:flex;justify-content:flex-start}.on-viewer-tabs__button{align-items:center;background-color:transparent;border-left:1px solid #c9cfd6;border-left:1px solid var(--on-viewer-tabs-border);border-right:1px solid #c9cfd6;border-right:1px solid var(--on-viewer-tabs-border);cursor:pointer;display:flex;height:34px;justify-content:space-between;padding:0 8px 0 20px;transition:all .25s ease;width:200px}.on-viewer-tabs__button:focus,.on-viewer-tabs__button:hover{background-color:#e2e7ed;background-color:var(--on-viewer-tabs-hover)}.on-viewer-tabs__button--active,.on-viewer-tabs__button--active:focus,.on-viewer-tabs__button--active:hover{background-color:#e2e7ed;background-color:var(--on-viewer-tabs-active)}.on-viewer-tabs__button p{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.on-viewer-tabs__button .gw-icon-button{flex-shrink:0;margin-left:8px}.on-viewer-tabs__button+.on-viewer-tabs__button{border-left:none}.on-viewer-tabs__button .gw-icon-button{height:28px;position:relative;width:28px}.on-viewer-tabs__button .gw-icon-button .gw-icon-button__icon{display:block;height:10px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:10px}.on-viewer-tabs__new{align-items:center;background:none;border:none;border-radius:50%;cursor:pointer;display:flex;height:28px;justify-content:center;margin-left:8px;transition:all .25s ease;width:28px}.on-viewer-tabs__new:focus,.on-viewer-tabs__new:hover{background-color:#e2e7ed;background-color:var(--on-viewer-tabs-hover)}.on-viewer-tabs__new svg{height:14px;width:14px}.on-viewer-controls{align-items:center;background:#e3e7ed;background:var(--on-viewer-controls-background);border-radius:21px;display:flex;height:42px;justify-content:flex-start;opacity:.4;padding:6px 14px;transition:all .25s ease;transition-delay:2s}.on-viewer-controls:hover,.on-viewer-controls[focus-within]{opacity:1;transition-delay:0s}.on-viewer-controls:focus-within,.on-viewer-controls:hover{opacity:1;transition-delay:0s}.on-viewer-controls>.on-viewer-controls__group:last-of-type:after{display:none}.on-viewer-controls__group{align-items:center;display:flex;justify-content:flex-start;margin-right:27px;position:relative}.on-viewer-controls__group:after{background:#bfc6ce;content:"";height:26px;position:absolute;right:-17px;top:50%;transform:translateY(-50%);width:1px}.on-viewer-controls__group>.gw-form-fieldset-item,.on-viewer-controls__group>.gw-icon-button{margin-right:5px}.on-viewer-controls__group>:last-child{margin-right:0}.on-viewer-controls .gw-form-fieldset-item{margin:0}.on-viewer-controls .gw-icon-button__icon{height:18px;width:18px}.on-viewer-controls .gw-input{height:26px;margin-right:6px;padding:0;text-align:center;width:38px}.on-viewer-controls .gw-select{height:22px;min-width:40px;padding:0 30px 0 10px;width:110px}.on-viewer-sidebar__toggle{align-items:center;background-color:transparent;border:none;cursor:pointer;display:flex;height:34px;justify-content:center;transition:all .25s ease;width:34px}.on-viewer-sidebar__toggle--active,.on-viewer-sidebar__toggle:focus,.on-viewer-sidebar__toggle:hover{background-color:#e2e7ed}.on-viewer-sidebar__toggle>svg{height:16px;width:16px}.on-viewer-sidebar__toggle--active:after{background:#374762;background:var(--on-base-svg);content:"";height:14px;left:10px;position:absolute;top:10px;width:5px}.on-viewer-kit-container{background-color:#f8f8f8;background-color:var(--on-viewer-background)}.on-toolbar-button{align-items:center;background:transparent;border:none;border-radius:9px;cursor:pointer;display:flex;height:44px;justify-content:center;padding:12px;position:relative;transition:all .25s ease;width:44px}.on-toolbar-button svg{height:22px;transition:all .25s ease;width:22px;z-index:2}.on-toolbar-button--alt.on-toolbar-button--active,.on-toolbar-button--alt:focus,.on-toolbar-button--alt:hover{background-color:#bcc3d1;background-color:var(--on-toolbar-active-alt)}.on-toolbar-button--alt.on-toolbar-button--active svg,.on-toolbar-button--alt:focus svg,.on-toolbar-button--alt:hover svg{color:#374762;color:var(--on-base-svg)}.on-toolbar-button--active,.on-toolbar-button:focus,.on-toolbar-button:hover{background-color:#328fe5;background-color:var(--on-toolbar-active)}.on-toolbar-button--active svg,.on-toolbar-button:focus svg,.on-toolbar-button:hover svg{color:#fff;color:var(--on-toolbar-active-svg)}.on-toolbar-button:disabled{opacity:.4;pointer-events:none}.on-toolbar-button__highlight{background:hsla(0,0%,67%,.42);background:var(--on-toolbar-highlighter-default);border-radius:4px;height:6px;left:12px;position:absolute;top:27px;width:21px;z-index:1}.on-toolbar-group{align-items:center;display:flex;justify-content:flex-start;margin-right:17px;position:relative}.on-toolbar-group:after{background:#bfc6ce;background:var(--on-toolbar-group-border);content:"";height:35px;position:absolute;right:-8px;top:50%;transform:translateY(-50%);width:1px}.on-toolbar-group>.on-toolbar-button,.on-toolbar-group>.on-toolbar-subgroup{margin-right:5px}.on-toolbar-group>:last-child{margin-right:0}.on-toolbar-group__align-right{margin-left:auto}.on-toolbar-integration{align-items:center;background-color:transparent;border-radius:8px;display:flex;justify-content:flex-start;margin-right:17px;position:relative}@media(min-width:1280px){.on-toolbar-integration-subgroup--md{background-color:#d3d9e4;background-color:var(--on-toolbar-integration-background)}.on-toolbar-integration-subgroup--md .on-toolbar-integration__button{pointer-events:none}.on-toolbar-integration-subgroup--md .on-toolbar-integration__button svg{--on-toolbar-integration-foreground:#fff;color:#8e4eee;color:var(--on-brand-rw)}}@media(min-width:960px){.on-toolbar-integration-subgroup--sm{background-color:#d3d9e4;background-color:var(--on-toolbar-integration-background)}.on-toolbar-integration-subgroup--sm .on-toolbar-integration__button{pointer-events:none}.on-toolbar-integration-subgroup--sm .on-toolbar-integration__button svg{--on-toolbar-integration-foreground:#fff;color:#8e4eee;color:var(--on-brand-rw)}}@media(min-width:768px){.on-toolbar-integration-subgroup--xs{background-color:#d3d9e4;background-color:var(--on-toolbar-integration-background)}.on-toolbar-integration-subgroup--xs .on-toolbar-integration__button{pointer-events:none}.on-toolbar-integration-subgroup--xs .on-toolbar-integration__button svg{--on-toolbar-integration-foreground:#fff;color:#8e4eee;color:var(--on-brand-rw)}}.on-toolbar-integration>.on-toolbar-button,.on-toolbar-integration>.on-toolbar-integration__button,.on-toolbar-integration>.on-toolbar-subgroup{margin-right:5px}.on-toolbar-integration>.on-toolbar-subgroup--active{--on-toolbar-integration-foreground:#fff}.on-toolbar-integration>.on-toolbar-subgroup--active .on-toolbar-integration__button{background-color:#d3d9e4;background-color:var(--on-toolbar-integration-background)}.on-toolbar-integration>.on-toolbar-subgroup--active .on-toolbar-integration__button>svg{color:#8e4eee;color:var(--on-brand-rw)}.on-toolbar-integration>:last-child{margin-right:0}.on-toolbar-integration>.on-toolbar-button:hover{background:#e2e7ed;background:var(--on-toolbar-background)}.on-toolbar-integration>.on-toolbar-button:hover svg{color:#374762;color:var(--on-base-svg)}.on-toolbar-integration>.on-toolbar-button--active{background-color:#d3d9e4;background-color:var(--on-toolbar-integration-background)}.on-toolbar-integration>.on-toolbar-button--active:after{background-color:#8e4eee;background-color:var(--on-brand-rw);border-radius:50%;bottom:3px;content:"";display:inline-block;height:4px;left:calc(50% - 2px);position:absolute;width:4px}.on-toolbar-integration>.on-toolbar-button--active svg,.on-toolbar-integration>.on-toolbar-button--active:hover svg{color:#8e4eee;color:var(--on-brand-rw)}.on-toolbar-integration__align-right{margin-left:auto}.on-toolbar-integration__button{align-items:center;background:transparent;border:none;border-radius:9px;cursor:pointer;display:flex;height:44px;justify-content:center;padding:8px;position:relative;transition:all .25s ease;width:44px}.on-toolbar-integration__button svg{height:28px;transition:all .25s ease;width:28px;z-index:2}.on-toolbar-integration__button--active,.on-toolbar-integration__button:focus,.on-toolbar-integration__button:hover{background-color:#d3d9e4;background-color:var(--on-toolbar-integration-background)}.on-toolbar-integration__button--active svg,.on-toolbar-integration__button:focus svg,.on-toolbar-integration__button:hover svg{color:#374762;color:var(--on-base-svg)}.on-toolbar-integration__button:disabled{pointer-events:none}.on-toolbar-subgroup{height:44px;position:relative;width:44px}.on-toolbar-subgroup--active .on-toolbar-subgroup__options{display:flex}.on-toolbar-subgroup--notification:after{background-color:#1b78d0;background-color:var(--primaryButtonBackgroundColor);border:1px solid #fff;border-radius:50%;content:"";height:8px;position:absolute;right:0;top:0;width:8px}.on-toolbar-subgroup__options{background-color:#e2e7ed;background-color:var(--on-toolbar-background);border-radius:0 0 9px 9px;bottom:-4px;box-shadow:0 4px 8px 0 rgba(68,84,111,.16);display:none;left:-10px;padding:4px 10px;position:absolute;transform:translateY(100%)}.on-toolbar-subgroup__options>.on-toolbar-button{margin-right:5px}.on-toolbar-subgroup__options>.on-toolbar-button:last-of-type,.on-toolbar-subgroup__options>.on-toolbar-group:last-of-type{margin-right:0}.on-toolbar-subgroup__options>.on-toolbar-group:last-of-type:after{display:none}.on-toolbar-subgroup__options>.on-toolbar-integration{background-color:#d3d9e4;background-color:var(--on-toolbar-integration-background);margin-right:0}.on-toolbar{align-items:center;background-color:#e2e7ed;background-color:var(--on-toolbar-background);border-bottom:1px solid #bfc6ce;border-bottom:1px solid var(--on-toolbar-border);border-top:1px solid #bfc6ce;border-top:1px solid var(--on-viewer-pages-border);display:flex;height:54px;justify-content:flex-start;padding:0 10px;position:relative;width:100%}.on-toolbar>.on-toolbar-group:last-of-type{margin-right:0}.on-toolbar>.on-toolbar-group:last-of-type:after{display:none}.on-toolbar .gw-button-outlined{align-items:center;display:flex;margin-left:auto}.on-toolbar .gw-button-outlined svg,.on-toolbar .gw-button-outlined>i{margin-right:4px}.on-toolbar .gw-button-outlined>svg{height:16px;width:16px}.on-toolbar__notification{align-items:center;background:#fffbf5;border:1px solid #cbbd9f;display:flex;gap:16px;justify-content:flex-start;left:0;padding:12px 36px;position:absolute;right:0;top:100%}.on-toolbar__notification>p{color:#101828;flex:1}.on-toolbar__notification>.gw-button-outlined{color:#101828}.on-toolbar__notification>svg{fill:#c06307}.on-toolbar__notification>.gw-button{background-color:#fff;border:1px solid #8d95a7}.on-toolbar__notification>.gw-button:active,.on-toolbar__notification>.gw-button:hover{background-color:#f2f4f7}@media(max-width:1280px){.on-toolbar--hidden-md{display:none}}@media(max-width:960px){.on-toolbar--hidden-sm{display:none}}@media(max-width:768px){.on-toolbar--hidden-xs{display:none}}.on-toolbar--shown-md{display:none}@media(max-width:1280px){.on-toolbar--shown-md{display:flex}}.on-toolbar--shown-sm{display:none}@media(max-width:960px){.on-toolbar--shown-sm{display:flex}}.on-toolbar--shown-xs{display:none}@media(max-width:768px){.on-toolbar--shown-xs{display:flex}}.on-modal{background:rgba(0,0,0,.3);background:var(--on-modal-backdrop);bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:20}.on-modal .gw-settings{align-self:center;display:flex;flex-direction:column;height:-moz-fit-content;height:fit-content;margin:60px 20px;max-width:700px;overflow:hidden;position:relative;width:100%}.on-modal .gw-settings .gw-settings-logo{width:145px}.on-modal .gw-settings .gw-settings-nav-area__menu{flex:0}.on-modal .gw-settings .gw-settings-nav-area__menu--rw .gw-settings-menu-button--selected{border-color:#8e4eee;border-color:var(--on-brand-rw)}.on-modal .gw-settings .gw-settings-menu-button{display:flex;justify-content:space-between;padding:14px 18px 14px 20px}.on-modal .gw-settings .gw-settings-menu-button svg{height:18px;width:18px}.on-modal .gw-settings .gw-list-group__item{font-size:1.4em}.on-modal .gw-settings .gw-list-group__item--brand{align-items:center;border-top:1px solid #d3d9e4;border-top:1px solid var(--on-toolbar-integration-background);display:flex;height:54px;justify-content:flex-start;padding:14px 18px 14px 20px}.on-modal .gw-settings .gw-list-group__item--brand svg{height:18px;margin-right:10px;width:18px}.on-modal .gw-settings .gw-settings-pane-settings-title__text{color:#445066;color:var(--on-modal-settings);font-weight:700}.on-modal .gw-settings .gw-settings-main__body.gw-settings-body{padding:10px 10px 0 2px}.on-modal .gw-settings .gw-settings-body__button-area{padding:0}.on-modal .gw-settings .gw-settings-body{height:45em;overflow-y:auto}.on-modal .gw-settings .gw-settings-body>p{margin-bottom:12px}.on-modal .gw-settings .gw-settings-body .gw-settings-body__row>:not(:last-child){margin-top:0}.on-modal .gw-settings .gw-settings-body .gw-settings-body-label{box-sizing:border-box;color:#373b43;color:var(--modalTextColor,var(--th-slate-dark));display:inline-block;font-family:Open Sans,Arial,sans-serif;font-size:1.3em;font-weight:600;margin:0 0 .8em;padding-top:.9em}.on-modal .gw-settings .gw-settings-body__button-area small{font-size:1em}.on-modal__container{background:#fff;background:var(--on-modal-background);border-radius:10px;box-shadow:0 8px 16px rgba(0,0,0,.086);display:flex;flex-direction:column;margin:60px 0;max-width:800px;overflow:hidden;position:relative;width:100%}.on-modal__container--popover{margin:0;max-width:380px}.on-modal__container--popover .on-modal-header>h3{font-size:1.6em}.on-modal__container--popover .on-loading-bar{height:16px;margin-bottom:16px}.on-modal__container--popover .on-loading-bar+p{font-size:1.6em;font-weight:700;margin:6px;text-align:center}.on-modal__container--popover .on-modal-content{padding:11px 20px 20px}.on-modal__container--popover .on-modal-content>.gw-group{flex-direction:column;gap:12px}.on-modal__container--popover .on-modal-content>.gw-group .gw-button{margin:0}.on-modal__close-button{position:absolute;right:16px;top:16px}.on-modal--flex-height{align-items:center}.on-modal--large .on-modal__container{max-width:1000px}.on-modal--large .on-modal-content--stretch{padding:0 30px 20px}.on-modal--mini .on-modal__container{align-self:center;border-radius:6px;flex:0 1;min-height:200px;min-width:540px}.on-modal--mini .on-modal-content h3{margin:0 0 16px;text-align:center}.on-modal--mini .gw-radio{margin-bottom:8px}.on-modal--mini .gw-radio svg{height:20px;margin-right:12px;vertical-align:sub;width:20px}.on-modal--mini .gw-round-spinner{margin-top:12px;width:65px}.on-modal--mini .gw-group{flex-wrap:nowrap}.on-modal--mini .gw-group .gw-form-fieldset-item{flex-basis:50%}.on-modal--mini .gw-group:last-of-type{margin-top:40px}.on-modal--mini .gw-button{margin-right:15px}.on-modal--mini .gw-button:last-of-type{margin-right:0}.on-modal--loader,.on-modal--loader-full{align-items:center;background:#f8f8f8;background:var(--on-modal-alt-backdrop)}.on-modal--loader .on-modal__container,.on-modal--loader-full .on-modal__container{align-items:center;height:220px;width:280px}.on-modal--loader .on-modal__container p,.on-modal--loader-full .on-modal__container p{font-size:1.6em}.on-modal--loader .on-modal__container .on-spinner,.on-modal--loader-full .on-modal__container .on-spinner{height:50px;margin-top:20px;width:50px}.on-modal--turnin{align-items:center;background:#f8f8f8;background:var(--on-modal-alt-backdrop)}.on-modal--turnin .on-modal__container{align-items:center;max-width:420px;overflow:visible;width:100%}.on-modal--turnin .on-modal__container h1{margin:28px 0 16px}.on-modal--turnin .on-modal__container p{font-size:1.6em;margin-bottom:40px;max-width:75%;text-align:center}.on-modal--turnin .on-modal__container .on-spinner{height:50px;margin-top:20px;width:50px}.on-modal--turnin__complete{height:110px;margin-bottom:40px;width:110px}.on-modal--turnin__logo{bottom:-55px;height:30px;left:50%;position:absolute;transform:translateX(-50%);width:140px}.on-modal-header{background-color:#f5f5f5;background-color:var(--on-modal-header);padding:16px}.on-modal-header h3{margin:0}.on-modal-content{padding:28px 16px 16px}.on-modal-content h2{color:#484848;color:var(--on-modal);font-size:2em;font-weight:500;margin-bottom:12px}.on-modal-content h3{color:#484848;color:var(--on-modal);font-size:1.6em;margin-bottom:14px}.on-modal-content p{color:#484848;color:var(--on-modal);margin-bottom:1em}.on-modal-content b{font-weight:600}.on-modal-content ul{margin-left:20px;padding:0}.on-modal-content .gw-search{margin-bottom:20px}.on-modal-content .gw-search .gw-input{border-radius:20px}.on-modal-content .gw-form-fieldset__list{flex:1;margin:0}.on-modal-content .gw-form-fieldset__list:first-of-type{margin-right:40px}.on-modal-content .gw-form-fieldset-item__label svg{display:inline-block;height:15px;margin-left:4px;vertical-align:top;width:15px}.on-modal-content .gw-form-fieldset-item{margin-bottom:10px;position:relative}.on-modal-content .gw-form-fieldset-item .gw-icon-button{bottom:4px;position:absolute;right:10px}.on-modal-content .gw-form-fieldset-item__label{color:#484848;color:var(--on-modal);font-size:1.4em;margin-bottom:0}.on-modal-content .gw-form-fieldset-item--stretch{display:flex;flex-direction:column;height:calc(100% - 60px)}.on-modal-content .gw-form-fieldset-item--stretch textarea{flex:1;margin-bottom:18px}.on-spinner circle{fill:none;stroke:#0069b0;stroke:var(--on-spinner-stroke);stroke-width:3;stroke-dasharray:1,200;stroke-dashoffset:0;stroke-linecap:square;animation:dash 1.5s ease-in-out infinite}@keyframes rotate{to{transform:rotate(1turn)}}@keyframes dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:90,200;stroke-dashoffset:-35px}to{stroke-dashoffset:-125px}}.on-loading-bar{-webkit-appearance:none;height:20px;width:100%}.on-loading-bar::-webkit-progress-bar{background-color:#dbdbdb;background-color:var(--on-loading-bar-background)}.on-loading-bar::-webkit-progress-value{background-color:#007bbd;background-color:var(--on-loading-bar-active);-webkit-transition:all .25s ease;transition:all .25s ease}.on-loading-bar--rounded::-webkit-progress-bar,.on-loading-bar--rounded::-webkit-progress-value{border-radius:60px}.on-context-menu,.on-dashboard-context-menu{background:#fff;background:var(--on-context-menu-background);border:1px solid hsla(0,0%,44%,.188);border:1px solid var(--on-context-menu-border);border-radius:10px;box-shadow:0 0 4px rgba(0,0,0,.086);box-shadow:0 0 4px var(--on-context-menu-shadow);list-style:none;margin:0;overflow:hidden;padding:0;width:160px;z-index:15}.on-context-menu__item,.on-dashboard-context-menu__item{width:auto}.on-context-menu__item button,.on-dashboard-context-menu__item button{align-items:center;background:#fff;background:var(--on-context-menu-background);border:none;border-bottom:1px solid hsla(0,0%,44%,.188);border-bottom:1px solid var(--on-context-menu-border);color:#373b43;color:var(--on-base-text);cursor:pointer;display:flex;font-size:1.4em;justify-content:flex-start;padding:14px;text-align:left;transition:all .25s ease;width:100%}.on-context-menu__item button:hover,.on-dashboard-context-menu__item button:hover{background:#f0f2f3;background:var(--on-context-menu-hover)}.on-context-menu__item button svg,.on-dashboard-context-menu__item button svg{color:#373b43;color:var(--on-base-text);flex-shrink:0;height:15px;margin-right:10px;width:15px}.on-context-menu__item:first-of-type button,.on-dashboard-context-menu__item:first-of-type button{border-radius:10px 10px 0 0}.on-context-menu__item:last-of-type button,.on-dashboard-context-menu__item:last-of-type button{border-bottom:none;border-radius:0 0 10px 10px}.on-context-menu--header,.on-dashboard-context-menu--header{border-radius:4px;box-shadow:0 0 6px rgba(0,0,0,.086);box-shadow:0 0 6px var(--on-context-menu-shadow);display:block;width:205px}.on-context-menu--header button,.on-dashboard-context-menu--header button{padding:12px}.on-context-menu--header button svg,.on-dashboard-context-menu--header button svg{height:13px;margin-right:10px;width:13px}.on-context-menu--header:first-of-type button,.on-dashboard-context-menu--header:first-of-type button{border-radius:0}.on-upload-button--insert .on-upload-button__button>svg:first-of-type,.on-upload-button--insert .on-upload-button__file>svg:first-of-type{background-color:#e12463}.on-upload-button--answer .on-upload-button__button>svg:first-of-type,.on-upload-button--answer .on-upload-button__file>svg:first-of-type{background-color:#2d8086}.on-upload-button__label{box-sizing:border-box;color:#242a38;color:var(--th-slate-dark);color:#373b43;color:var(--modalTextColor,var(--th-slate-dark));font-family:Open Sans,Arial,sans-serif;font-size:1.3em;font-weight:600;margin:0 0 .3em;padding:9px 0}.on-upload-button>button{cursor:pointer}.on-upload-button__button{align-items:center;background-color:#fafafa;background-color:var(--on-upload-button-background);border:1px solid #c9d3df;border:1px solid var(--on-upload-button-border);border-radius:4px;display:flex;justify-content:flex-start;max-height:80px;padding:22px 14px;transition:all .25s ease;width:100%}.on-upload-button__button:hover{background-color:hsla(0,0%,98%,.886);background-color:var(--on-upload-button-hover)}.on-upload-button__button svg{height:14px;margin-left:12px;width:14px}.on-upload-button__button>svg:first-of-type{border-radius:4px;color:#fff;display:block;height:34px;margin:0 18px 0 0;padding:8px;width:34px}.on-upload-button__button>p{font-size:1.6em;font-weight:600;margin-right:auto}.on-upload-button__file{align-items:center;background-color:#fafafa;background-color:var(--on-upload-button-background);border:1px solid #c9d3df;border:1px solid var(--on-upload-button-border);border-radius:4px;display:flex;justify-content:flex-start;max-height:80px;padding:22px 14px;transition:all .25s ease;width:100%}.on-upload-button__file:hover{background-color:hsla(0,0%,98%,.886);background-color:var(--on-upload-button-hover)}.on-upload-button__file>svg{border-radius:50%;color:#fff;display:block;height:34px;margin:0 18px 0 0;padding:8px;width:34px}.on-upload-button__file>p{font-size:1.6em;font-weight:600;margin-right:auto}.on-upload-button__file>.gw-button{margin-right:12px}.on-filepicker{background-color:#fff;background-color:var(--on-dropzone-background);position:relative;width:100%}.on-filepicker__container{grid-row-gap:20px;display:grid;grid-template-columns:repeat(1,minmax(0,1fr));margin:40px auto 0;max-width:1440px;padding:42px 40px 34px;pointer-events:none;position:relative;row-gap:20px;width:100%}@media screen and (min-width:1200px){.on-filepicker__container{column-gap:30px;display:flex;row-gap:20px}}.on-filepicker__button{align-items:center;background-color:#f1f5f9;background-color:var(--on-dropzone-button-background);border:none;border-radius:12px;color:#384963;color:var(--on-dropzone-button);cursor:pointer;display:flex;flex:1;flex-wrap:wrap;font-size:1.5em;font-weight:500;padding:18px;pointer-events:all;transition:background .25s ease;z-index:1}.on-filepicker__button:active,.on-filepicker__button:hover{background-color:#e5edf5;background-color:var(--on-dropzone-button-hover)}@media screen and (min-width:1200px){.on-filepicker__button{align-items:center;flex-direction:column;justify-content:flex-end}}@media screen and (min-width:1400px){.on-filepicker__button{flex:1;max-width:188px}}.on-filepicker__button svg{color:#006fe6;height:32px;margin-right:12px;width:32px}@media screen and (min-width:1200px){.on-filepicker__button svg{height:46px;margin:30px 0 40px;width:54px}}.on-filepicker__button:last-of-type svg{height:32px;width:32px}@media screen and (min-width:1200px){.on-filepicker__button:last-of-type svg{height:64px;margin:40px 0 30px;width:64px}}.on-filepicker__overlay{align-items:center;background-color:hsla(0,0%,100%,.9);background-color:var(--on-dropzone-overlay-background);border:1px dashed #c5c5c5;border:1px dashed var(--on-dropzone-border);bottom:0;display:flex;flex-direction:column;justify-content:center;left:0;position:absolute;right:0;top:0;z-index:2}.on-filepicker__overlay svg{color:#f6faff;color:var(--on-base-background);height:108px;margin-bottom:12px;width:108px}.on-filepicker__overlay p{font-size:1.8em;font-weight:700;text-align:center}.on-dropzone{background-color:#fff;background-color:var(--on-dropzone-background);border:1px dashed #c5c5c5;border:1px dashed var(--on-dropzone-border);bottom:0;box-sizing:border-box;display:flex;left:0;min-height:240px;position:absolute;right:0;top:0;transition:background .2s ease;width:100%}.on-dropzone:hover{background-color:#fafafa;background-color:var(--on-dropzone-hover)}.on-dropzone:active{background-color:#f2f2f2;background-color:var(--on-dropzone-active)}.on-dropzone:focus,.on-dropzone[focus-within]{outline:2px solid blue;outline:2px solid -webkit-focus-ring-color;outline-offset:2px}.on-dropzone:focus,.on-dropzone:focus-within{outline:2px solid blue;outline:2px solid -webkit-focus-ring-color;outline-offset:2px}.on-dropzone__text{font-size:18px;font-weight:700;margin:0 auto;max-width:1440px;padding:40px 40px 0;width:100%}.on-dropzone__input{bottom:0;height:100%;left:0;opacity:0;position:absolute;right:0;top:0;width:100%}.on-table{border:0;border-collapse:collapse;margin:20px 0 0;width:100%}.on-table__sorted--asc p{display:inline-block}.on-table__sorted--asc p:after{border:solid transparent;border:solid var(--on-table-border);border-top-color:#444f66;border-top-color:var(--on-table);border-width:6px 4px 2px;content:"";display:inline-block;height:6px;margin-left:5px;width:3px}.on-table__sorted--desc p{display:inline-block}.on-table__sorted--desc p:after{border:solid transparent;border:solid var(--on-table-border);border-bottom-color:#444f66;border-bottom-color:var(--on-table);border-width:2px 4px 6px;content:"";display:inline-block;height:6px;margin-left:5px;width:3px}.on-table td,.on-table th{text-align:left}.on-table td:not(:first-of-type),.on-table th:not(:first-of-type){text-align:center}.on-table td p,.on-table th p{color:#444f66;color:var(--on-table);margin-bottom:0}.on-table td>div,.on-table th>div{position:relative}.on-table thead tr th{padding-bottom:20px}.on-table thead tr th:first-of-type{padding-left:35px}.on-table tbody tr.wh-table__row--selected{border-radius:8px;outline:4px solid var(--on-table-outline)}.on-table tbody tr td{border-top:1px solid #dadee2;border-top:1px solid var(--on-table-cell-border);cursor:pointer;padding:16px 8px}.on-table tbody tr td p{color:#444f66;color:var(--on-table)}.on-table tbody tr td:first-of-type{text-wrap:nowrap;max-width:300px;overflow:hidden;padding:20px 40px;position:relative}.on-table tbody tr td:first-of-type svg{color:#007bbd;display:inline-block;height:20px;margin-right:25px;vertical-align:middle;width:20px}.on-table tbody tr td:first-of-type p{display:inline-block;overflow:hidden;text-overflow:ellipsis;vertical-align:middle;white-space:nowrap;width:100%}.on-table tbody tr:hover>td{background-color:#fafafa;background-color:var(--on-table-hover)}.on-feature-button__group{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(1,minmax(0,1fr))}.on-feature-button__group h2{font-size:1.8em;line-height:2em;margin:20px 0 12px}@media screen and (min-width:968px){.on-feature-button__group h2{grid-column:span 2}}@media screen and (min-width:1300px){.on-feature-button__group h2{grid-column:span 1;margin:6px 0 18px}}@media screen and (min-width:968px){.on-feature-button__group{grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (min-width:1300px){.on-feature-button__group{display:flex;flex-direction:column;justify-self:flex-end;max-width:410px}}.on-feature-button{align-items:center;background:#fff;background:var(--on-feature-button-background);border:1px solid #fff;border:1px solid var(--on-feature-button-background);border-radius:12px;cursor:pointer;display:flex;justify-content:flex-start;min-height:88px;padding:14px 20px;transition:all .25s ease;width:100%}.on-feature-button:active,.on-feature-button:hover{border:1px solid #dde5ec;border:1px solid var(--on-feature-button-hover);box-shadow:0 4px 20px 0 hsla(197,8%,83%,.5);box-shadow:0 4px 20px 0 var(--on-feature-button-shadow)}.on-feature-button--split-and-merge svg:first-of-type{background-color:#73c0b1}.on-feature-button--image-to-pdf svg:first-of-type{background-color:#ffbf52}.on-feature-button--document-conversion svg:first-of-type{background-color:#ff7a63}.on-feature-button--ocr svg:first-of-type{background-color:#c72cca}.on-feature-button--worksheet-maker svg:first-of-type{background-color:#5f2cca}.on-feature-button--texthelp-academy svg:first-of-type{background-color:#00b7ff}.on-feature-button>svg{height:15px;width:8px}.on-feature-button>svg:first-of-type{border-radius:3px;color:#fff;height:34px;margin-right:16px;padding:6px;width:32px}.on-feature-button__content{align-items:flex-start;display:flex;flex:1;flex-direction:column;justify-content:center;margin-right:14px;text-align:left}.on-feature-button__content h4{color:#707070;color:var(--on-feature-button);font-size:1.5em;font-weight:700;line-height:1em;margin:0 0 6px}.on-feature-button__content p{color:#707070;color:var(--on-feature-button);font-size:1.4em;font-weight:400;margin:0}.gw-window-content{border-radius:8px}.gw-window-header{border-radius:8px 8px 0 0;padding:1em 1em 1em 2em}.gw-window-body{border-radius:0 0 8px 8px}.gw-modal-footer{padding:1.5em}.gw-modal-title{margin:0}.on-viewer-new-document{flex:1;overflow-y:auto;width:100%}.on-viewer-new-document__container{display:flex;flex-direction:column;margin:0 auto;max-width:680px;padding:36px 0;width:100%}.on-viewer-new-document__tabs{display:flex}.on-viewer-new-document__tab{align-content:center;background:none;border:none;border-bottom:5px solid #c1c8ce;border-radius:12px 12px 0 0;color:#373b43;color:var(--on-base-text);cursor:pointer;display:flex;flex:1;font-size:1.8em;font-weight:600;justify-content:center;padding:20px 20px 15px;transition:all .25s ease}.on-viewer-new-document__tab:hover{text-decoration:underline}.on-viewer-new-document__tab--active{border-bottom-color:#00b7ff;color:#006e99}.on-viewer-new-document__content{display:flex;flex:1;flex-direction:column;padding:10px 0}.on-viewer-new-document__content .on-filepicker{margin-bottom:40px}.on-viewer-new-document__content .on-filepicker__container{display:flex;flex-direction:row;gap:10px;justify-content:center;margin-top:80px}.on-viewer-new-document__content .on-filepicker__button{border-radius:50%;flex:none;height:54px;justify-content:center;padding:0;width:54px}.on-viewer-new-document__content .on-filepicker__button svg{height:32px;margin:0;width:32px}.on-viewer-new-document__content .on-dropzone{padding-top:30px}.on-viewer-new-document__content .on-dropzone__text{font-size:2.2em;font-weight:700;text-align:center}.on-viewer-new-document__content .on-dashboard-card h3{margin:0 0 14px}.on-viewer-new-document__content .gw-form-fieldset-item__label{font-size:1.4em;font-weight:300}.on-viewer-new-document__content .gw-group{align-items:flex-start;column-gap:20px}.on-viewer-new-document__content .gw-group>.gw-form-fieldset-item,.on-viewer-new-document__content .gw-group>.on-color-picker{flex:1}.on-viewer-new-document__content .gw-group .gw-radio{align-items:center;display:flex;margin-bottom:8px}.on-viewer-new-document__content .gw-group .gw-radio input{margin:0 8px 0 0;position:relative}.on-viewer-new-document__content .gw-group .gw-radio .gw-radio__input-label{margin:0}.on-viewer-new-document__content .gw-group .gw-radio svg{color:#007bbd;height:42px;width:42px}.on-color-picker__colors{display:flex;flex-direction:row;flex-wrap:wrap;gap:6px;justify-content:flex-start}.on-color-picker__color{border:3px solid #bcc3d1;border-radius:4px;cursor:pointer;height:30px;width:30px}.on-color-picker__color input{opacity:0}.on-color-picker__color[\:has\(input\:checked\)]{border-color:#019af9}.on-color-picker__color:has(input:checked){border-color:#019af9}.on-color-picker__color[focus-within]{border-color:blue}.on-color-picker__color:focus-within{border-color:blue}.on-dashboard-extension-cta{background:#354867;border:1px solid #485e81;border-radius:8px;display:flex;flex-direction:column;min-width:220px}.on-dashboard-extension-cta--expanded .on-dashboard-extension-cta__content{display:flex}.on-dashboard-extension-cta__activator{align-items:center;background:none;border:none;color:#fff;cursor:pointer;display:flex;flex:1 1 0%;font-size:1.6em;font-weight:400;justify-content:space-between;padding:14px}.on-dashboard-extension-cta__activator svg{color:#fff;flex-shrink:0;height:14px;transform:rotate(90deg);width:14px}.on-dashboard-extension-cta__activator:hover{background:#3d5171}.on-dashboard-extension-cta__content{color:#fff;display:none;flex-direction:column;padding:0 9px}.on-dashboard-extension-cta__content .gw-group{flex-wrap:nowrap}.on-dashboard-extension-cta__content svg{flex-shrink:0;height:44px;width:44px}.on-dashboard-extension-cta__content p{color:#fff;font-size:1.4em;font-weight:200;margin-left:12px!important;margin-right:14px}.on-dashboard-extension-cta__content .gw-button{color:#83d0ff!important;margin-left:auto;text-decoration:underline!important}.on-imagepdf{box-shadow:0 16px 20px rgba(51,72,84,.02);display:flex;flex-direction:column;margin:0 auto;max-width:660px;position:relative;width:100%}.on-imagepdf__controls{display:flex;pointer-events:none;position:absolute;right:20px;top:14px;z-index:3}.on-imagepdf__controls .gw-icon-button{pointer-events:all}.on-imagepdf__content{align-items:center;background:#fff;background:var(--on-card-background);border:1px dashed #e2e5ea;border:1px dashed var(--on-card-border);border-radius:6px 6px 0 0;display:flex;flex-direction:column;justify-content:center;min-height:285px;position:relative;width:100%}.on-imagepdf__content .on-dropzone{padding-top:30px}.on-imagepdf__content .on-dropzone__text{font-size:2.2em;font-weight:700;text-align:center}.on-imagepdf__content .on-dropzone__text p{font-size:.7em;font-weight:400;margin-top:8px}.on-imagepdf__content .on-filepicker{flex:1}.on-imagepdf__content .on-filepicker__container{display:flex;flex-direction:row;gap:10px;justify-content:center;margin-top:100px}.on-imagepdf__content .on-filepicker__button{border-radius:50%;flex:none;height:54px;justify-content:center;padding:0;width:54px}.on-imagepdf__content .on-filepicker__button svg{height:32px;margin:0;width:32px}.on-imagepdf__content .on-loading-bar{max-width:320px}.on-imagepdf__content>svg{height:54px;margin-bottom:14px;width:54px}.on-imagepdf__content>h2{color:#626f88;color:var(--on-dropzone);font-size:2.2em;font-weight:700;line-height:normal;margin:0}.on-imagepdf__content>h2+p{margin-top:7px}.on-imagepdf__content>p{color:#626f88;color:var(--on-dropzone);font-size:1.6em;font-weight:400;line-height:normal;margin-top:18px}.on-imagepdf__content>.gw-button{margin-top:18px}.on-imagepdf__content>img{margin:20px;max-height:240px;max-width:250px}.on-imagepdf__footer{align-items:center;background:#fff;background:var(--on-card-background);border-radius:0 0 6px 6px;display:flex;justify-content:center;min-height:106px;padding:24px 28px;width:100%}.on-imagepdf .gw-checkbox{display:inline-block;margin:12px auto}