.accordion-module__1S1LZW__accordionItem{border-bottom:1px solid var(--border-default)}.accordion-module__1S1LZW__accordionItem:focus-within{z-index:1;position:relative}.accordion-module__1S1LZW__accordionHeader{display:flex}.accordion-module__1S1LZW__accordionTrigger{border-radius:var(--border-radius-s);text-align:left;background-color:#0000;border:none;flex:1;justify-content:space-between;align-items:center;padding:1rem 0;font-family:inherit;font-size:1rem;font-weight:500;line-height:1;display:flex}.accordion-module__1S1LZW__accordionTrigger:focus-visible{box-shadow:var(--focus-ring);outline-offset:2px;outline:2px solid #0000}.accordion-module__1S1LZW__accordionTrigger:hover{text-decoration:underline}.accordion-module__1S1LZW__accordionTrigger .accordion-module__1S1LZW__accordionChevron{width:1rem;height:1rem;color:var(--color-grey-600);transition:transform .3s cubic-bezier(.87,0,.13,1)}.accordion-module__1S1LZW__accordionTrigger[data-state=open]>.accordion-module__1S1LZW__accordionChevron{transform:rotate(180deg)}.accordion-module__1S1LZW__accordionContent{overflow:hidden}.accordion-module__1S1LZW__accordionContent[data-state=open]{animation:.3s cubic-bezier(.87,0,.13,1) accordion-module__1S1LZW__slideDown}.accordion-module__1S1LZW__accordionContent[data-state=closed]{animation:.3s cubic-bezier(.87,0,.13,1) accordion-module__1S1LZW__slideUp}.accordion-module__1S1LZW__accordionContentText{padding:0 0 1rem}@keyframes accordion-module__1S1LZW__slideDown{0%{height:0}to{height:var(--radix-accordion-content-height)}}@keyframes accordion-module__1S1LZW__slideUp{0%{height:var(--radix-accordion-content-height)}to{height:0}}
.badge-module__f7n62q__badge{width:fit-content;padding:.125rem var(--spacing-2xs);border-radius:var(--border-radius-round);font-size:var(--text-copy-micro-size);line-height:var(--text-copy-micro-line-height);white-space:nowrap;border:1px solid #0000;flex-shrink:0;justify-content:center;align-items:center;gap:.325rem;display:inline-flex;overflow:hidden}.badge-module__f7n62q__badge>svg{width:.875rem;height:.875rem;color:inherit;pointer-events:none;flex-shrink:0}.badge-module__f7n62q__badge.badge-module__f7n62q__iconOnly{padding:.25rem}.badge-module__f7n62q__default{background-color:var(--color-grey-100);color:var(--content-default-brand)}.badge-module__f7n62q__navy{background-color:var(--color-navy-500);color:var(--content-on-color-brand)}.badge-module__f7n62q__outline{border-color:var(--border-default);color:var(--content-default-body)}.badge-module__f7n62q__leaders{background-color:var(--color-brand-leaders-50);color:var(--content-default-brand)}.badge-module__f7n62q__governorhub{background-color:var(--color-brand-governorhub-100);color:var(--content-default-brand)}.badge-module__f7n62q__safeguarding{background-color:var(--color-brand-safeguarding-100);color:var(--content-default-brand)}.badge-module__f7n62q__cpd{background-color:var(--color-brand-cpd-100);color:var(--content-default-brand)}.badge-module__f7n62q__keygpt{background-color:var(--color-brand-keygpt-100);color:var(--content-default-brand)}.badge-module__f7n62q__keyhr{background-color:var(--color-brand-keyhr-100);color:var(--content-default-brand)}.badge-module__f7n62q__orgadmin{background-color:var(--color-pink-100);color:var(--content-default-body)}.badge-module__f7n62q__stcadmin{background-color:var(--color-yellow-100);color:var(--content-default-body)}.badge-module__f7n62q__groupadmin{border-color:var(--color-indigo-300);background-color:var(--color-indigo-100);color:var(--content-default-body)}.badge-module__f7n62q__groupstcadmin{border-color:var(--color-teal-300);background-color:var(--color-teal-100);color:var(--content-default-body)}.badge-module__f7n62q__overdue{background-color:var(--color-signal-error-550);color:var(--content-on-color-brand);font-weight:500}.badge-module__f7n62q__complete{background-color:var(--color-signal-success-100);color:var(--theme-success-primary-aa);font-weight:500}.badge-module__f7n62q__incomplete{background-color:var(--color-signal-warning-100);color:var(--theme-warning-primary-aa);font-weight:500}.badge-module__f7n62q__pending{background-color:var(--color-grey-100);color:var(--color-navy-300);font-weight:500}.badge-module__f7n62q__time{border-color:var(--border-default);border-radius:var(--border-radius-round);background:var(--color-grey-100);color:var(--color-grey-600);font-weight:500}.badge-module__f7n62q__new{background-color:var(--color-brand-leaders-500);color:var(--content-on-color-brand);text-transform:uppercase;border-radius:3px;padding:.25rem .375rem;font-size:.75rem;font-weight:700;line-height:1}.badge-module__f7n62q__pink{background-color:var(--color-pink-550);color:var(--color-foundations-white)}
.collapsible-module__83_Rjq__collapsibleContent{overflow:hidden}.collapsible-module__83_Rjq__collapsibleContent[data-state=open]{animation:.3s ease-out collapsible-module__83_Rjq__slideDown}.collapsible-module__83_Rjq__collapsibleContent[data-state=closed]{animation:.3s ease-out collapsible-module__83_Rjq__slideUp}.collapsible-module__83_Rjq__collapsibleStyledTrigger{border:1px solid var(--border-default);border-radius:var(--border-radius-s);text-align:left;background-color:#0000;flex:1;justify-content:space-between;align-items:center;gap:1rem;width:100%;padding:1rem 1.5rem;font-family:inherit;font-size:1.125rem;font-weight:500;display:flex}.collapsible-module__83_Rjq__collapsibleStyledTrigger:focus-visible{box-shadow:var(--focus-ring);outline-offset:2px;outline:2px solid #0000}.collapsible-module__83_Rjq__collapsibleStyledTrigger:hover{text-decoration:underline}.collapsible-module__83_Rjq__collapsibleStyledTrigger .collapsible-module__83_Rjq__accordionChevron{width:1rem;height:1rem;color:var(--color-grey-600);flex:none;transition:transform .3s cubic-bezier(.87,0,.13,1)}.collapsible-module__83_Rjq__collapsibleStyledTrigger[data-state=open]{border-bottom-right-radius:0;border-bottom-left-radius:0}.collapsible-module__83_Rjq__collapsibleStyledTrigger[data-state=open]>.collapsible-module__83_Rjq__accordionChevron{transform:rotate(180deg)}.collapsible-module__83_Rjq__collapsibleContentInner{border:1px solid var(--border-default);border-radius:var(--border-radius-s);border-top:0;border-top-left-radius:0;border-top-right-radius:0;padding:1.5rem}@keyframes collapsible-module__83_Rjq__slideDown{0%{height:0}to{height:var(--radix-collapsible-content-height)}}@keyframes collapsible-module__83_Rjq__slideUp{0%{height:var(--radix-collapsible-content-height)}to{height:0}}
.table-module__J6PsIG__tableWrapper{width:100%;position:relative;overflow-x:auto}.table-module__J6PsIG__table{border-color:inherit;border-collapse:collapse;caption-side:bottom;text-indent:0;width:100%}.table-module__J6PsIG__tableHeader>tr{border-bottom:1px solid var(--border-default)}.table-module__J6PsIG__tableBody>tr:last-child{border-width:0}.table-module__J6PsIG__tableFooter{border-top:1px solid var(--border-default);background-color:var(--color-grey-50);font-weight:500}.table-module__J6PsIG__tableFooter>tr:last-child{border-bottom-width:0}.table-module__J6PsIG__tableRow{border-bottom:1px solid var(--border-default);transition:all .15s cubic-bezier(.4,0,.2,1)}.table-module__J6PsIG__tableRow:hover,.table-module__J6PsIG__tableRow[data-state=selected]{background-color:var(--color-grey-50)}.table-module__J6PsIG__tableHead{height:2.5rem;color:var(--color-grey-600);text-align:left;vertical-align:middle;padding-left:.5rem;padding-right:.5rem;font-weight:500}.table-module__J6PsIG__tableHead:has([role=checkbox]){padding-right:0}.table-module__J6PsIG__tableHead>[role=checkbox]{transform:translateY(2px)}.table-module__J6PsIG__tableCell{vertical-align:middle;padding:.5rem}.table-module__J6PsIG__tableCell:has([role=checkbox]){padding-right:0}.table-module__J6PsIG__tableCell>[role=checkbox]{transform:translateY(2px)}.table-module__J6PsIG__tableCaption{color:var(--color-grey-600);font-size:var(--text-copy-caption-size);margin-top:1rem;line-height:1.25rem}
.tooltip-module__rKVS6W__tooltipContent{z-index:50;border-radius:var(--border-radius-s);background-color:var(--tooltip);color:var(--tooltip-foreground);font-size:var(--text-copy-caption-size);-webkit-user-select:none;user-select:none;will-change:transform, opacity;padding:.5rem 1rem;line-height:1.2;animation-duration:.4s;animation-timing-function:cubic-bezier(.16,1,.3,1);box-shadow:0 10px 38px -10px #0e121659,0 10px 20px -15px #0e121633}.tooltip-module__rKVS6W__tooltipContent[data-state=delayed-open][data-side=top]{animation-name:tooltip-module__rKVS6W__slideDownAndFade}.tooltip-module__rKVS6W__tooltipContent[data-state=delayed-open][data-side=right]{animation-name:tooltip-module__rKVS6W__slideLeftAndFade}.tooltip-module__rKVS6W__tooltipContent[data-state=delayed-open][data-side=bottom]{animation-name:tooltip-module__rKVS6W__slideUpAndFade}.tooltip-module__rKVS6W__tooltipContent[data-state=delayed-open][data-side=left]{animation-name:tooltip-module__rKVS6W__slideRightAndFade}.tooltip-module__rKVS6W__tooltipArrow{fill:var(--tooltip)}@keyframes tooltip-module__rKVS6W__slideUpAndFade{0%{opacity:0;transform:translateY(2px)}to{opacity:1;transform:translateY(0)}}@keyframes tooltip-module__rKVS6W__slideRightAndFade{0%{opacity:0;transform:translate(-2px)}to{opacity:1;transform:translate(0)}}@keyframes tooltip-module__rKVS6W__slideDownAndFade{0%{opacity:0;transform:translateY(-2px)}to{opacity:1;transform:translateY(0)}}@keyframes tooltip-module__rKVS6W__slideLeftAndFade{0%{opacity:0;transform:translate(2px)}to{opacity:1;transform:translate(0)}}
.badge-module__7Pe_9a__badge{text-align:center;vertical-align:baseline;white-space:nowrap;border-radius:10rem;align-items:center;gap:.5rem;padding:.35em .75em;line-height:1;display:inline-flex}.badge-module__7Pe_9a__badge:focus-visible{box-shadow:var(--focus-ring);outline-offset:2px;outline:2px solid #0000}.badge-module__7Pe_9a__default{background-color:var(--color-grey-200);color:var(--color-grey-800)}.badge-module__7Pe_9a__pink{color:var(--color-pink-500)}.badge-module__7Pe_9a__pink2{border-left:2px solid var(--color-pink-500);color:var(--color-pink-500);background-color:#fff2f6;border-radius:0 5px 5px 0}.badge-module__7Pe_9a__pinkBg{background-color:var(--color-pink-500);color:var(--color-foundations-white)}.badge-module__7Pe_9a__blue{background-color:var(--color-neutral-500);color:var(--color-foundations-white)}.badge-module__7Pe_9a__yellow{background-color:var(--theme-safeguarding-primary);color:var(--color-neutral-500)}.badge-module__7Pe_9a__product{color:var(--product);text-transform:uppercase}.badge-module__7Pe_9a__safeguarding,.badge-module__7Pe_9a__training{border:2px solid var(--theme-safeguarding-background);background-color:var(--theme-safeguarding-background);color:var(--color-grey-800)}.badge-module__7Pe_9a__cpd{border:2px solid var(--theme-cpd-primary);background-color:var(--color-neutral-500);color:var(--color-foundations-white);white-space:pre;border-radius:5px;padding:.5rem .75rem .475rem}.badge-module__7Pe_9a__ai{background-color:var(--theme-keygpt-primary);color:var(--color-foundations-white)}.badge-module__7Pe_9a__admin{background-color:var(--color-orange-500);color:var(--color-foundations-white)}.badge-module__7Pe_9a__governance{background-color:var(--theme-governorhub-primary);color:var(--color-foundations-white)}.badge-module__7Pe_9a__groupAdmin{border:2px solid var(--color-pink-200);background-color:var(--color-pink-100);color:var(--color-grey-800)}.badge-module__7Pe_9a__groupTrainingAdmin{border:2px solid var(--color-signal-warning-300);background-color:var(--color-signal-warning-100);color:var(--color-grey-800)}.badge-module__7Pe_9a__pmAdmin,.badge-module__7Pe_9a__pmOwner{background-color:var(--color-indigo-100);color:var(--color-grey-800)}.badge-module__7Pe_9a__outline{border:1px solid var(--color-grey-200);color:var(--content-default-body);background-color:#0000}.badge-module__7Pe_9a__user{background-color:var(--color-grey-200);min-height:2rem;color:var(--color-grey-800);padding:.2rem .75rem .25rem}.badge-module__7Pe_9a__articleType{border-radius:var(--border-radius-s);background-color:var(--color-grey-100);color:var(--content-default-body);padding:.5rem;font-weight:400}.badge-module__7Pe_9a__articleTypeLight{border-radius:var(--border-radius-s);background-color:var(--color-grey-50);color:var(--content-default-body);padding:.5rem;font-weight:400}.badge-module__7Pe_9a__success{background-color:var(--theme-success-background);color:var(--content-default-body)}.badge-module__7Pe_9a__warning{background-color:var(--theme-warning-background);color:var(--content-default-body)}.badge-module__7Pe_9a__trainingPassed{background-color:var(--color-signal-success-100);color:var(--content-default-body)}.badge-module__7Pe_9a__trainingIncomplete{background-color:var(--color-signal-warning-100);color:var(--content-default-body)}.badge-module__7Pe_9a__trainingFailed{background-color:var(--color-signal-error-100);color:var(--content-default-body)}.badge-module__7Pe_9a__destructive{background-color:var(--theme-error-background);color:var(--content-default-body)}.badge-module__7Pe_9a__awaitingApproval{border-radius:var(--border-radius-s);background-color:var(--color-signal-warning-100);color:var(--content-default-body);padding:.3rem .5rem}.badge-module__7Pe_9a__outOfDate{border-radius:var(--border-radius-s);background-color:var(--color-signal-error-100);color:var(--content-default-body);padding:.3rem .5rem}.badge-module__7Pe_9a__upToDate{border-radius:var(--border-radius-s);background-color:var(--color-signal-success-100);color:var(--content-default-body);padding:.3rem .5rem}.badge-module__7Pe_9a__draft{border-radius:var(--border-radius-s);background-color:var(--color-grey-100);color:var(--content-default-body);padding:.3rem .5rem;font-weight:400}.badge-module__7Pe_9a__siteCode{--sitecode-color:var(--color-pink-500);border-radius:1px 3px 3px 1px;padding:.375rem .375rem .375rem calc(.375rem + 3px);position:relative;overflow:hidden}.badge-module__7Pe_9a__siteCode:before{background-color:var(--sitecode-color);content:"";width:3px;height:100%;position:absolute;top:0;left:0}.badge-module__7Pe_9a__siteCode.badge-module__7Pe_9a__siteCodeKsl{--sitecode-color:var(--color-brand-leaders-500);background-color:var(--color-brand-leaders-200)}.badge-module__7Pe_9a__siteCode.badge-module__7Pe_9a__siteCodeKsg{--sitecode-color:var(--theme-governorhub-primary);background-color:var(--theme-governorhub-background)}.badge-module__7Pe_9a__siteCode.badge-module__7Pe_9a__siteCodeStc{--sitecode-color:var(--theme-safeguarding-primary);background-color:var(--theme-safeguarding-background)}.badge-module__7Pe_9a__siteCode.badge-module__7Pe_9a__siteCodeCpd{--sitecode-color:var(--theme-cpd-primary);background-color:var(--theme-cpd-background)}.badge-module__7Pe_9a__siteCode.badge-module__7Pe_9a__siteCodeAi{--sitecode-color:var(--theme-keygpt-primary);background-color:var(--theme-keygpt-background)}.badge-module__7Pe_9a__siteCode.badge-module__7Pe_9a__siteCodeKeyHr{--sitecode-color:var(--theme-keyhr-primary);background-color:var(--theme-keyhr-background)}.badge-module__7Pe_9a__siteCode.badge-module__7Pe_9a__siteCodeAdmin{--sitecode-color:var(--color-orange-500);background-color:var(--color-orange-100)}.badge-module__7Pe_9a__permission{border:2px solid var(--color-grey-100);border-radius:var(--border-radius-s);background-color:var(--color-grey-100);color:var(--color-grey-800);gap:.25rem;padding:.25rem .375rem;position:relative;overflow:hidden;font-size:var(--text-copy-caption-size)!important}.badge-module__7Pe_9a__org-admin{border-color:var(--color-grey-100);background-color:var(--color-grey-100)}.badge-module__7Pe_9a__group-admin{border-color:var(--color-grey-400);background-color:var(--color-grey-100)}.badge-module__7Pe_9a__stc-admin{border-color:var(--theme-safeguarding-background);background-color:var(--theme-safeguarding-background)}.badge-module__7Pe_9a__group-stc-admin{border-color:var(--theme-safeguarding-hover);background-color:var(--theme-safeguarding-background)}.badge-module__7Pe_9a__connection.badge-module__7Pe_9a__connectionKHR{background-color:#f0e1f2}.badge-module__7Pe_9a__connection.badge-module__7Pe_9a__connectionPM{background-color:var(--color-red-50)}.badge-module__7Pe_9a__connection.badge-module__7Pe_9a__connectionKTP{background-color:#f0e1f2}.badge-module__7Pe_9a__squared{border-radius:var(--border-radius-s);padding:.1875rem .375rem}.badge-module__7Pe_9a__noPadding{padding:.125rem 0}.badge-module__7Pe_9a__fontTag{font-size:var(--text-copy-micro-size)}.badge-module__7Pe_9a__fontLarge{font-size:var(--text-heading-h4-size);font-size:1rem}.badge-module__7Pe_9a__fontDefault{font-size:.8125rem}.badge-module__7Pe_9a__fontWeightDefault{font-weight:500}.badge-module__7Pe_9a__fontWeightNormal{font-weight:400}.badge-module__7Pe_9a__icon{width:1rem;height:1rem;color:var(--icon)}
.checkbox-module__a1ZHOG__checkboxRoot{--checkbox-size:1.125rem;--checkbox-icon-size:1rem;width:var(--checkbox-size);height:var(--checkbox-size);border:1px solid var(--border-default);background-color:var(--surface-page);border-radius:4px}.checkbox-module__a1ZHOG__checkboxRoot:focus-visible{box-shadow:var(--focus-ring);outline-offset:2px;outline:2px solid #0000}.checkbox-module__a1ZHOG__checkboxRoot:disabled{cursor:not-allowed;opacity:.6}.checkbox-module__a1ZHOG__checkboxRoot:disabled+label{cursor:not-allowed;opacity:.6}.checkbox-module__a1ZHOG__checkboxRoot[data-state=checked]{border-color:var(--surface-primary);background-color:var(--surface-primary)}.checkbox-module__a1ZHOG__checkboxRoot[data-state=indeterminate]{border-color:var(--surface-primary);background-color:var(--surface-primary)}.checkbox-module__a1ZHOG__checkboxRoot[data-state=indeterminate] .checkbox-module__a1ZHOG__checkboxIndicator{color:var(--content-on-color-body)}.checkbox-module__a1ZHOG__checkboxIndicator{color:var(--content-on-color-body)}.checkbox-module__a1ZHOG__checkboxIcon{width:var(--checkbox-icon-size);height:var(--checkbox-icon-size);display:block}
.wizard-toggle-group-module__2hh_iG__wizardToggleGroup{flex-direction:column;display:flex}.wizard-toggle-group-module__2hh_iG__wizardToggleGroup .wizard-toggle-group-module__2hh_iG__wizardFormLabel{margin-bottom:.75rem}.wizard-toggle-group-module__2hh_iG__wizardToggleGroup .wizard-toggle-group-module__2hh_iG__toggles{flex-wrap:wrap;gap:.5rem;display:flex}.wizard-toggle-group-module__2hh_iG__wizardToggleGroup .wizard-toggle-group-module__2hh_iG__supplementalInput{border-color:var(--color-navy-200);margin-top:.75rem}.wizard-toggle-group-module__2hh_iG__wizardToggleGroup .wizard-toggle-group-module__2hh_iG__supplementalInput::placeholder{color:var(--color-navy-300)}.wizard-toggle-group-module__2hh_iG__wizardToggleGroup .wizard-toggle-group-module__2hh_iG__supplementalInput:focus,.wizard-toggle-group-module__2hh_iG__wizardToggleGroup .wizard-toggle-group-module__2hh_iG__supplementalInput.wizard-toggle-group-module__2hh_iG__highlight{outline:1px solid var(--product)}.wizard-toggle-group-module__2hh_iG__wizardToggle{border-radius:2rem;flex-direction:row;align-items:center;gap:.5rem;width:100%;height:2.25rem;padding:.5rem .75rem;font-weight:400!important;display:flex!important}@media (min-width:576px){.wizard-toggle-group-module__2hh_iG__wizardToggle{width:fit-content}}.wizard-toggle-group-module__2hh_iG__wizardToggle .wizard-toggle-group-module__2hh_iG__checkbox{display:none}.wizard-toggle-group-module__2hh_iG__wizardToggle.wizard-toggle-group-module__2hh_iG__disabled{border:solid 1px var(--color-grey-200);background-color:var(--color-grey-200);color:var(--color-grey-600)}.wizard-toggle-group-module__2hh_iG__wizardToggle.wizard-toggle-group-module__2hh_iG__disabled .wizard-toggle-group-module__2hh_iG__uncheckedIcon{fill:var(--color-grey-300)}.wizard-toggle-group-module__2hh_iG__wizardToggle.wizard-toggle-group-module__2hh_iG__checked{border:solid 1px var(--color-neutral-500);background-color:var(--color-neutral-500);color:var(--color-foundations-white)}.wizard-toggle-group-module__2hh_iG__wizardToggle.wizard-toggle-group-module__2hh_iG__checked .wizard-toggle-group-module__2hh_iG__icon{fill:var(--color-foundations-white)}.wizard-toggle-group-module__2hh_iG__wizardToggle.wizard-toggle-group-module__2hh_iG__unchecked{border:solid 1px var(--color-navy-200);color:var(--color-grey-600)}.wizard-toggle-group-module__2hh_iG__wizardToggle.wizard-toggle-group-module__2hh_iG__unchecked .wizard-toggle-group-module__2hh_iG__icon{fill:var(--color-grey-300)}.wizard-toggle-group-module__2hh_iG__wizardToggle .wizard-toggle-group-module__2hh_iG__icon{width:18px;height:18px}.wizard-toggle-group-module__2hh_iG__wizardToggle .wizard-toggle-group-module__2hh_iG__icon path{stroke-width:4rem}.wizard-toggle-group-module__2hh_iG__disabledCheck{border:solid 1px var(--color-grey-400);background-color:var(--color-grey-100);color:var(--color-grey-600);pointer-events:none}
.wizard-form-element-module__PZl4jG__wizardFormElement{flex-direction:column;display:flex}.wizard-form-element-module__PZl4jG__wizardFormElement.wizard-form-element-module__PZl4jG__withProgressIndicator{grid-template-rows:auto auto;grid-template-columns:2.375rem auto;column-gap:1.5rem;display:grid}.wizard-form-element-module__PZl4jG__wizardFormElement .wizard-form-element-module__PZl4jG__indicator .wizard-form-element-module__PZl4jG__indicatorIconWrapper{border:1.5px solid var(--color-grey-300);border-radius:100%;justify-content:center;align-items:center;width:2.375rem;height:2.375rem;display:flex}.wizard-form-element-module__PZl4jG__wizardFormElement .wizard-form-element-module__PZl4jG__indicator .wizard-form-element-module__PZl4jG__indicatorIconWrapper .wizard-form-element-module__PZl4jG__iconBaseplate{background-color:var(--color-grey-300);border-radius:100%;justify-content:center;align-items:center;width:2rem;height:2rem;padding:2px;display:flex}.wizard-form-element-module__PZl4jG__wizardFormElement .wizard-form-element-module__PZl4jG__indicator .wizard-form-element-module__PZl4jG__indicatorIconWrapper .wizard-form-element-module__PZl4jG__iconBaseplate .wizard-form-element-module__PZl4jG__icon{width:1.125rem;height:1.125rem;color:var(--black)}.wizard-form-element-module__PZl4jG__wizardFormElement.wizard-form-element-module__PZl4jG__focus .wizard-form-element-module__PZl4jG__indicator .wizard-form-element-module__PZl4jG__indicatorIconWrapper .wizard-form-element-module__PZl4jG__iconBaseplate{background-color:var(--color-grey-800)}.wizard-form-element-module__PZl4jG__wizardFormElement.wizard-form-element-module__PZl4jG__focus .wizard-form-element-module__PZl4jG__indicator .wizard-form-element-module__PZl4jG__indicatorIconWrapper .wizard-form-element-module__PZl4jG__iconBaseplate .wizard-form-element-module__PZl4jG__icon{color:var(--color-foundations-white)}.wizard-form-element-module__PZl4jG__wizardFormElement.wizard-form-element-module__PZl4jG__populated .wizard-form-element-module__PZl4jG__indicator .wizard-form-element-module__PZl4jG__indicatorIconWrapper .wizard-form-element-module__PZl4jG__iconBaseplate{background-color:var(--theme-success-primary)}.wizard-form-element-module__PZl4jG__wizardFormElement.wizard-form-element-module__PZl4jG__populated .wizard-form-element-module__PZl4jG__indicator .wizard-form-element-module__PZl4jG__indicatorIconWrapper .wizard-form-element-module__PZl4jG__iconBaseplate .wizard-form-element-module__PZl4jG__icon{color:var(--color-foundations-white)}.wizard-form-element-module__PZl4jG__wizardFormElement.wizard-form-element-module__PZl4jG__disabled .wizard-form-element-module__PZl4jG__indicator .wizard-form-element-module__PZl4jG__indicatorIconWrapper .wizard-form-element-module__PZl4jG__iconBaseplate{background-color:var(--color-navy-200)}.wizard-form-element-module__PZl4jG__wizardFormElement.wizard-form-element-module__PZl4jG__disabled .wizard-form-element-module__PZl4jG__indicator .wizard-form-element-module__PZl4jG__indicatorIconWrapper .wizard-form-element-module__PZl4jG__iconBaseplate .wizard-form-element-module__PZl4jG__icon{color:var(--color-foundations-white)}.wizard-form-element-module__PZl4jG__wizardFormElement .wizard-form-element-module__PZl4jG__label{align-items:center;gap:.25rem;display:flex}.wizard-form-element-module__PZl4jG__wizardFormElement .wizard-form-element-module__PZl4jG__label label{font-size:var(--text-heading-h4-size);font-weight:700}.wizard-form-element-module__PZl4jG__wizardFormElement .wizard-form-element-module__PZl4jG__label label .wizard-form-element-module__PZl4jG__required{color:var(--product);margin-left:.25rem}.wizard-form-element-module__PZl4jG__wizardFormElement .wizard-form-element-module__PZl4jG__label .wizard-form-element-module__PZl4jG__tooltipTrigger{align-items:center;display:flex}.wizard-form-element-module__PZl4jG__wizardFormElement .wizard-form-element-module__PZl4jG__label .wizard-form-element-module__PZl4jG__tooltipTrigger svg{width:1.5rem;height:1.5rem;color:var(--color-navy-300)}.wizard-form-element-module__PZl4jG__wizardFormElement .wizard-form-element-module__PZl4jG__content{margin-top:.375rem;margin-bottom:1.75rem}.wizard-form-element-module__PZl4jG__wizardFormElement .wizard-form-element-module__PZl4jG__content .wizard-form-element-module__PZl4jG__caption{margin:0 0 .5rem;font-weight:400}.wizard-form-element-module__PZl4jG__wizardFormElement .wizard-form-element-module__PZl4jG__content .wizard-form-element-module__PZl4jG__adminModeCheckbox{border-radius:2rem;flex-direction:row;align-items:center;gap:.5rem;margin-top:.75rem;font-weight:400;display:flex}.wizard-form-element-module__PZl4jG__wizardFormElement .wizard-form-element-module__PZl4jG__content .wizard-form-element-module__PZl4jG__adminModeCheckbox.wizard-form-element-module__PZl4jG__disabled{color:var(--color-grey-500)}.wizard-form-element-module__PZl4jG__wizardFormElement .wizard-form-element-module__PZl4jG__content .wizard-form-element-module__PZl4jG__adminModeCheckbox input[type=checkbox]{--checkbox-size:1.125rem;width:var(--checkbox-size);height:var(--checkbox-size);border:1px solid var(--color-grey-500);border-radius:4px}.wizard-form-element-module__PZl4jG__wizardFormElement .wizard-form-element-module__PZl4jG__indicatorStalk{width:100%;height:100%;position:relative}.wizard-form-element-module__PZl4jG__wizardFormElement .wizard-form-element-module__PZl4jG__indicatorStalk:before{--stalk-width:1px;bottom:0;left:calc(50% - var(--stalk-width));border:var(--stalk-width) solid var(--color-grey-300);content:"";height:100%;display:block;position:absolute}.wizard-form-element-module__PZl4jG__wizardFormElement:last-of-type{margin-bottom:0}.wizard-form-element-module__PZl4jG__wizardFormElement:last-of-type .wizard-form-element-module__PZl4jG__indicatorStalk:before{display:none}
.wizard-form-module__8oaGJq__wizardForm .wizard-form-module__8oaGJq__submit{align-items:center;gap:.5rem;display:flex}.wizard-form-module__8oaGJq__wizardForm .wizard-form-module__8oaGJq__submit .wizard-form-module__8oaGJq__icon{width:1rem;height:1rem}
.InlineWizard-module-scss-module__hx812q__inlineWizard{border:1px solid var(--grey-200);background-color:var(--grey-50);border-radius:.75rem;flex-direction:column;margin-top:2rem;padding:1.5rem;display:flex}.InlineWizard-module-scss-module__hx812q__inlineWizard .InlineWizard-module-scss-module__hx812q__badges{align-items:center;gap:.5rem;display:flex}.InlineWizard-module-scss-module__hx812q__inlineWizard .InlineWizard-module-scss-module__hx812q__badge{display:block}.InlineWizard-module-scss-module__hx812q__inlineWizard .InlineWizard-module-scss-module__hx812q__header .InlineWizard-module-scss-module__hx812q__title{margin-top:.75rem}.InlineWizard-module-scss-module__hx812q__inlineWizard .InlineWizard-module-scss-module__hx812q__header .InlineWizard-module-scss-module__hx812q__description{color:var(--grey-600);margin-top:.5rem}.InlineWizard-module-scss-module__hx812q__inlineWizard .InlineWizard-module-scss-module__hx812q__wizardForm{margin-top:2rem}.InlineWizard-module-scss-module__hx812q__inlineWizard .InlineWizard-module-scss-module__hx812q__actions{flex-wrap:wrap;gap:.75rem;margin-top:1.5rem;display:flex}.InlineWizard-module-scss-module__hx812q__inlineWizard .InlineWizard-module-scss-module__hx812q__primaryAction,.InlineWizard-module-scss-module__hx812q__inlineWizard .InlineWizard-module-scss-module__hx812q__secondaryAction{align-items:center;gap:.375rem;display:inline-flex}.InlineWizard-module-scss-module__hx812q__inlineWizard .InlineWizard-module-scss-module__hx812q__icon{width:1.25rem;height:1.25rem}.InlineWizard-module-scss-module__hx812q__inlineWizard .InlineWizard-module-scss-module__hx812q__error{color:var(--error);margin-top:.75rem;font-size:.875rem}
.feedback-form-module__9FmFtW__label .feedback-form-module__9FmFtW__tag{color:var(--color-grey-600);margin-left:.5rem;font-weight:400}
@media (min-width:576px){.chat-entry-actions-module__OSy8MW__chatEntryActions{max-width:80%}}.chat-entry-actions-module__OSy8MW__chatEntryActions .chat-entry-actions-module__OSy8MW__iconButton{border-radius:100%;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;padding:0;display:flex}.chat-entry-actions-module__OSy8MW__chatEntryActions .chat-entry-actions-module__OSy8MW__iconButton svg{width:1.5rem;height:1.5rem}.chat-entry-actions-module__OSy8MW__chatEntryActions .chat-entry-actions-module__OSy8MW__toolbar{gap:1rem;display:flex}.chat-entry-actions-module__OSy8MW__chatEntryActions .chat-entry-actions-module__OSy8MW__toolbar .chat-entry-actions-module__OSy8MW__iconButton.chat-entry-actions-module__OSy8MW__active{background-color:var(--product-tint-25)}.chat-entry-actions-module__OSy8MW__chatEntryActions .chat-entry-actions-module__OSy8MW__toolbar .chat-entry-actions-module__OSy8MW__iconButton.chat-entry-actions-module__OSy8MW__active svg{color:var(--product);fill:var(--product)}.chat-entry-actions-module__OSy8MW__chatEntryActions .chat-entry-actions-module__OSy8MW__feedbackFormWrapper,.chat-entry-actions-module__OSy8MW__chatEntryActions .chat-entry-actions-module__OSy8MW__feedbackSuccessWrapper{background-color:var(--color-grey-100);border-radius:.375rem 1.5rem 1.5rem;margin-top:1.5rem;padding:1.5rem 1.625rem;display:flex}.chat-entry-actions-module__OSy8MW__chatEntryActions .chat-entry-actions-module__OSy8MW__feedbackFormWrapper{flex-direction:column-reverse}@media (min-width:576px){.chat-entry-actions-module__OSy8MW__chatEntryActions .chat-entry-actions-module__OSy8MW__feedbackFormWrapper{flex-direction:row}.chat-entry-actions-module__OSy8MW__chatEntryActions .chat-entry-actions-module__OSy8MW__feedbackFormWrapper .chat-entry-actions-module__OSy8MW__feedbackForm{margin-top:.5rem}}.chat-entry-actions-module__OSy8MW__chatEntryActions .chat-entry-actions-module__OSy8MW__feedbackFormWrapper .chat-entry-actions-module__OSy8MW__closeFormButton{align-self:flex-end}@media (min-width:576px){.chat-entry-actions-module__OSy8MW__chatEntryActions .chat-entry-actions-module__OSy8MW__feedbackFormWrapper .chat-entry-actions-module__OSy8MW__closeFormButton{flex:none;align-self:flex-start}}.chat-entry-actions-module__OSy8MW__chatEntryActions .chat-entry-actions-module__OSy8MW__feedbackSuccessWrapper{justify-content:space-between;align-items:center}
.dialog-module__GLR_Cq__dialogOverlay{z-index:50;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);background-color:#242424cc;place-items:center;padding:1.5rem;animation:.15s cubic-bezier(.16,1,.3,1) dialog-module__GLR_Cq__overlayShow;display:grid;position:fixed;inset:0;overflow-y:auto}.dialog-module__GLR_Cq__dialogContent{border-top:6px solid var(--product);background-color:var(--surface-page);border-radius:6px;flex-direction:column;align-items:flex-start;width:100%;min-width:300px;max-width:800px;padding:1.75rem;animation:.15s cubic-bezier(.16,1,.3,1) dialog-module__GLR_Cq__scaleShow;display:flex;position:relative;box-shadow:0 10px 38px -10px #0e121659,0 10px 20px -15px #0e121633}.dialog-module__GLR_Cq__dialogContent:focus{outline:none}.dialog-module__GLR_Cq__dialogContent .dialog-module__GLR_Cq__dialogClose{border-radius:var(--border-radius-s);background-color:#0000;border:none;justify-content:center;align-items:center;height:auto;padding:.25rem;display:inline-flex;position:absolute;top:1.5rem;right:1rem}.dialog-module__GLR_Cq__dialogContent .dialog-module__GLR_Cq__dialogClose:focus-visible{box-shadow:var(--focus-ring);outline-offset:2px;outline:2px solid #0000}.dialog-module__GLR_Cq__dialogContent .dialog-module__GLR_Cq__dialogClose:focus,.dialog-module__GLR_Cq__dialogContent .dialog-module__GLR_Cq__dialogClose:hover{background-color:var(--color-grey-300)}.dialog-module__GLR_Cq__dialogContent .dialog-module__GLR_Cq__dialogClose .dialog-module__GLR_Cq__closeIcon{width:1.5rem;height:1.5rem}.dialog-module__GLR_Cq__dialogHeader{border-bottom:1px solid var(--border-default);justify-content:space-between;align-items:flex-start;gap:.5rem;width:100%;padding-bottom:1rem;display:flex}.dialog-module__GLR_Cq__dialogTitle{width:100%;font-size:1.5rem;font-weight:700;line-height:1.3}.dialog-module__GLR_Cq__dialogDescription{margin:1.5rem 0}.dialog-module__GLR_Cq__dialogFooter{justify-content:flex-start;gap:.5rem;margin-top:1.5rem;display:flex}@keyframes dialog-module__GLR_Cq__overlayShow{0%{opacity:0}to{opacity:1}}@keyframes dialog-module__GLR_Cq__scaleShow{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}
.contact-an-adviser-dialog-module__H4NNaW__dialogContent{--product:var(--product)}.contact-an-adviser-dialog-module__H4NNaW__dialogContent .contact-an-adviser-dialog-module__H4NNaW__dialogDescription{flex-direction:column;gap:1rem;display:flex}.contact-an-adviser-dialog-module__H4NNaW__dialogContent .contact-an-adviser-dialog-module__H4NNaW__dialogDescription .contact-an-adviser-dialog-module__H4NNaW__buttons{gap:.5rem;display:flex}.contact-an-adviser-dialog-module__H4NNaW__dialogContent .contact-an-adviser-dialog-module__H4NNaW__dialogDescription .contact-an-adviser-dialog-module__H4NNaW__buttons .contact-an-adviser-dialog-module__H4NNaW__mailToButton{gap:.5rem;display:flex}.contact-an-adviser-dialog-module__H4NNaW__dialogContent .contact-an-adviser-dialog-module__H4NNaW__dialogDescription .contact-an-adviser-dialog-module__H4NNaW__buttons .contact-an-adviser-dialog-module__H4NNaW__mailToButton .contact-an-adviser-dialog-module__H4NNaW__icon{width:1rem;height:1rem}
.booking-chat-entry-module__kohPgq__bookingChatEntry>:first-child{margin-top:1rem}@media (min-width:576px){.booking-chat-entry-module__kohPgq__bookingChatEntry>:first-child{margin-top:.5rem}}.booking-chat-entry-module__kohPgq__bookingChatEntry>:not(:first-child){margin-top:1.5rem}.booking-chat-entry-module__kohPgq__bookingChatEntry .booking-chat-entry-module__kohPgq__buttonWrapper{--flow-space:2.5rem}.booking-chat-entry-module__kohPgq__bookingChatEntry .booking-chat-entry-module__kohPgq__buttonWrapper .booking-chat-entry-module__kohPgq__icon{width:1.125rem;height:1.125rem;margin-right:.5rem}
.fallback-source-link-module__BSiFOa__fallbackSourceLink .fallback-source-link-module__BSiFOa__iconWrapper{width:var(--source-icon-wrapper-size);height:var(--source-icon-wrapper-size);border:1px solid var(--color-grey-300);border-radius:50%;flex:none;justify-content:center;align-items:center;display:flex;overflow:hidden}.fallback-source-link-module__BSiFOa__fallbackSourceLink .fallback-source-link-module__BSiFOa__iconWrapper svg{width:var(--source-icon-size);height:var(--source-icon-size)}.fallback-source-link-module__BSiFOa__fallbackSourceLink .fallback-source-link-module__BSiFOa__sourceDetails{flex-direction:column;gap:.25rem;display:flex}@media (min-width:992px){.fallback-source-link-module__BSiFOa__fallbackSourceLink .fallback-source-link-module__BSiFOa__sourceDetails{flex-direction:row;align-items:center;gap:.5rem}}.fallback-source-link-module__BSiFOa__fallbackSourceLink .fallback-source-link-module__BSiFOa__sourceDetails .fallback-source-link-module__BSiFOa__sourceDescription{color:var(--color-grey-600)}
.government-source-link-module__VATh-a__governmentSourceLink .government-source-link-module__VATh-a__iconWrapper{width:var(--source-icon-wrapper-size);height:var(--source-icon-wrapper-size);border:1px solid var(--color-grey-300);border-radius:50%;flex:none;justify-content:center;align-items:center;display:flex;overflow:hidden}.government-source-link-module__VATh-a__governmentSourceLink .government-source-link-module__VATh-a__iconWrapper svg{width:var(--source-icon-size);height:var(--source-icon-size)}.government-source-link-module__VATh-a__governmentSourceLink .government-source-link-module__VATh-a__sourceDetails{flex-direction:column;gap:.25rem;display:flex}@media (min-width:992px){.government-source-link-module__VATh-a__governmentSourceLink .government-source-link-module__VATh-a__sourceDetails{flex-direction:row;align-items:center;gap:.5rem}}.government-source-link-module__VATh-a__governmentSourceLink .government-source-link-module__VATh-a__sourceDetails .government-source-link-module__VATh-a__sourceDescription{color:var(--color-grey-600)}
.citation-link-module__9NMxrG__citationDialogTrigger.citation-link-module__9NMxrG__citationLink{height:var(--text-copy-body-size);background-color:var(--color-grey-100);color:var(--color-foundations-link);font-size:var(--text-copy-caption-size);border-radius:.25rem;align-items:center;padding:0 .5rem;display:inline-flex}.citation-link-module__9NMxrG__citationDialogTrigger.citation-link-module__9NMxrG__citationLink.citation-link-module__9NMxrG__disabled{color:var(--color-grey-600);cursor:default;text-decoration:none}.citation-link-module__9NMxrG__citationDialogContent{max-width:95vw;max-height:90vh;overflow:auto}.citation-link-module__9NMxrG__citationDialogContent .citation-link-module__9NMxrG__citationDialogHeader{border:none}.citation-link-module__9NMxrG__citationDialogContentCited{max-width:800px;max-height:90vh;overflow-y:auto}.citation-link-module__9NMxrG__citationDialogContentCited .citation-link-module__9NMxrG__citationDialogHeader{border:none}.citation-link-module__9NMxrG__citationDialogContentFullSize{max-width:80vw;max-height:90vh;overflow-y:auto}.citation-link-module__9NMxrG__citationDialogContentFullSize .citation-link-module__9NMxrG__citationDialogHeader{border:none}.citation-link-module__9NMxrG__citationMarkdown{overflow-wrap:anywhere;max-width:100%;overflow-x:auto}.citation-link-module__9NMxrG__citationMarkdown *{min-width:0}.citation-link-module__9NMxrG__citationMarkdown img{max-width:100%;height:auto}.citation-link-module__9NMxrG__citationMarkdown code{white-space:break-spaces}.citation-link-module__9NMxrG__citationMarkdown pre{-webkit-overflow-scrolling:touch;white-space:pre;max-width:100%;overflow-x:auto}.citation-link-module__9NMxrG__citationMarkdown h1{font-size:1.7rem}.citation-link-module__9NMxrG__citationMarkdown blockquote{border:1px solid var(--color-grey-300);border-radius:3px;margin:30px 0;padding:12px 32px}.citation-link-module__9NMxrG__citationMarkdown ul{padding-left:2.5rem}.citation-link-module__9NMxrG__citationMarkdown thead th{background:var(--color-grey-100)}.citation-link-module__9NMxrG__citationMarkdown th,.citation-link-module__9NMxrG__citationMarkdown td{border:1px solid var(--color-grey-300);overflow-wrap:break-word;text-align:left;vertical-align:top;padding:8px 12px}.citation-link-module__9NMxrG__citationMarkdown tbody tr:nth-child(2n){background:var(--color-grey-100)}.citation-link-module__9NMxrG__citationMarkdown table{border:1px solid var(--color-grey-300);border-collapse:collapse;-webkit-overflow-scrolling:auto;width:max-content;max-width:100%;display:block;overflow-x:visible}
.markdown-renderer-module__sAvlzW__markdownRenderer{overflow-wrap:anywhere;flex-direction:column;gap:20px;max-width:100%;margin-bottom:16px;display:flex;overflow-x:auto}.markdown-renderer-module__sAvlzW__markdownRenderer *{min-width:0}.markdown-renderer-module__sAvlzW__markdownRenderer img{max-width:100%;height:auto}.markdown-renderer-module__sAvlzW__markdownRenderer code{white-space:break-spaces}.markdown-renderer-module__sAvlzW__markdownRenderer pre{-webkit-overflow-scrolling:touch;white-space:pre;max-width:100%;overflow-x:auto}.markdown-renderer-module__sAvlzW__markdownRenderer h1{font-size:1.7rem}.markdown-renderer-module__sAvlzW__markdownRenderer blockquote{border:1px solid var(--color-grey-300);border-radius:3px;margin:30px 0;padding:12px 32px}.markdown-renderer-module__sAvlzW__markdownRenderer ul{padding-left:2.5rem}.markdown-renderer-module__sAvlzW__markdownRenderer thead th{background:var(--color-grey-100)}.markdown-renderer-module__sAvlzW__markdownRenderer th,.markdown-renderer-module__sAvlzW__markdownRenderer td{border:1px solid var(--color-grey-300);overflow-wrap:break-word;text-align:left;vertical-align:top;padding:8px 12px}.markdown-renderer-module__sAvlzW__markdownRenderer tbody tr:nth-child(2n){background:var(--color-grey-100)}.markdown-renderer-module__sAvlzW__markdownRenderer table{border:1px solid var(--color-grey-300);border-collapse:collapse;-webkit-overflow-scrolling:auto;width:max-content;max-width:100%;display:block;overflow-x:visible}
.source-link-module__7MNJpG__sourceLink{--source-icon-wrapper-size:1.375rem;--source-icon-size:.75rem;--source-gutter-size:.75rem;align-items:center;gap:var(--source-gutter-size);display:flex}
.nav-link-module__-2JLba__navLink{border-bottom:1px solid var(--border-default);padding:.5rem 0;font-weight:500;color:var(--color-foundations-link)!important}.nav-link-module__-2JLba__linkGrid{container:linkgrid/inline-size}.nav-link-module__-2JLba__grid{grid-template-columns:1fr;grid-auto-columns:1fr;grid-auto-flow:row;gap:0 1.5rem;margin-top:1rem;display:grid}@container linkgrid (min-width:550px){.nav-link-module__-2JLba__grid{grid-template-columns:1fr 1fr}}@container linkgrid (min-width:800px){.nav-link-module__-2JLba__grid{grid-template-columns:1fr 1fr 1fr}}
.in-chat-upload-source-link-module__micLWG__linkText{color:var(--color-foundations-link)}.in-chat-upload-source-link-module__micLWG__linkText:hover{text-underline-offset:2px;text-decoration:underline}.in-chat-upload-source-link-module__micLWG__inChatUploadSourceLink{gap:10px}.in-chat-upload-source-link-module__micLWG__iconWrapper{border:1px solid var(--color-grey-300);opacity:1;border-radius:3px;justify-content:center;align-items:center;width:21px;height:21px;display:flex}.in-chat-upload-source-link-module__micLWG__iconWrapper svg{width:14px;height:14px}.in-chat-upload-source-link-module__micLWG__iconWrapper .in-chat-upload-source-link-module__micLWG__scaledLoader{border-width:2px!important;width:14px!important;height:14px!important}.in-chat-upload-source-link-module__micLWG__disabled .in-chat-upload-source-link-module__micLWG__linkText{color:var(--color-grey-600);cursor:default;-webkit-user-select:none;user-select:none;text-decoration:none}.in-chat-upload-source-link-module__micLWG__disabled .in-chat-upload-source-link-module__micLWG__iconWrapper{border-color:var(--color-grey-200);background-color:var(--color-grey-50)}.in-chat-upload-source-link-module__micLWG__loadingContainer{align-items:center;gap:.5rem;display:flex}
.view-all-link-module__W8-oca__viewAll{align-items:center;margin-top:1rem;font-weight:500;display:inline-flex}.view-all-link-module__W8-oca__viewAll .view-all-link-module__W8-oca__arrow{width:.75rem;height:.75rem;margin-left:.5rem}
.leaders-source-link-module__Gdcs4q__leadersSourceLink .leaders-source-link-module__Gdcs4q__iconWrapper{width:var(--source-icon-wrapper-size);height:var(--source-icon-wrapper-size);border:1px solid var(--color-grey-300);border-radius:50%;flex:none;justify-content:center;align-items:center;display:flex;overflow:hidden}.leaders-source-link-module__Gdcs4q__leadersSourceLink .leaders-source-link-module__Gdcs4q__iconWrapper svg{width:var(--source-icon-size);height:var(--source-icon-size)}.leaders-source-link-module__Gdcs4q__leadersSourceLink .leaders-source-link-module__Gdcs4q__sourceDetails{flex-direction:column;gap:.25rem;display:flex}@media (min-width:992px){.leaders-source-link-module__Gdcs4q__leadersSourceLink .leaders-source-link-module__Gdcs4q__sourceDetails{flex-direction:row;align-items:center;gap:.5rem}}.leaders-source-link-module__Gdcs4q__leadersSourceLink .leaders-source-link-module__Gdcs4q__sourceDetails .leaders-source-link-module__Gdcs4q__sourceDescription{color:var(--color-grey-600)}
.service-dropdown-module__MtulpW__grid{grid-template-columns:300px 1fr;grid-auto-columns:1fr;grid-auto-flow:row;gap:0 1.75rem;display:grid}.service-dropdown-module__MtulpW__grid.service-dropdown-module__MtulpW__hasImage{grid-template-columns:120px 300px 1fr}.service-dropdown-module__MtulpW__grid.service-dropdown-module__MtulpW__hasSiteAccess{grid-template-columns:1fr 1fr}.service-dropdown-module__MtulpW__grid.service-dropdown-module__MtulpW__hasImageAndSiteAccess{grid-template-columns:120px 1fr 1fr}.service-dropdown-module__MtulpW__image{width:120px;height:120px}.service-dropdown-module__MtulpW__description{color:var(--color-grey-600)}.service-dropdown-module__MtulpW__crossSell{background-color:var(--color-neutral-500);border-top-left-radius:var(--border-radius-s);border-top-right-radius:var(--border-radius-s);color:var(--color-foundations-white);font-size:var(--text-heading-h4-size);padding:2rem 4rem 2rem 2rem;position:relative}.service-dropdown-module__MtulpW__crossSell a{color:var(--color-brand-governorhub-200);text-decoration:underline}.service-dropdown-module__MtulpW__crossSell a:hover,.service-dropdown-module__MtulpW__crossSell a:focus{color:var(--theme-governorhub-background)}.service-dropdown-module__MtulpW__crossSell .service-dropdown-module__MtulpW__text b{text-underline-offset:4px;text-decoration:underline;text-decoration-thickness:2px}.service-dropdown-module__MtulpW__crossSell .service-dropdown-module__MtulpW__text.service-dropdown-module__MtulpW__stc b{-webkit-text-decoration-color:var(--theme-safeguarding-primary);text-decoration-color:var(--theme-safeguarding-primary)}.service-dropdown-module__MtulpW__crossSell .service-dropdown-module__MtulpW__text.service-dropdown-module__MtulpW__cpd b{-webkit-text-decoration-color:var(--theme-cpd-primary);text-decoration-color:var(--theme-cpd-primary)}.service-dropdown-module__MtulpW__crossSell .service-dropdown-module__MtulpW__text.service-dropdown-module__MtulpW__ksg b{-webkit-text-decoration-color:var(--theme-governorhub-primary);text-decoration-color:var(--theme-governorhub-primary)}.service-dropdown-module__MtulpW__crossSell .service-dropdown-module__MtulpW__illustration{width:55px;height:155px;position:absolute;bottom:-1.5rem;right:-.5rem}.service-dropdown-module__MtulpW__crossSell .service-dropdown-module__MtulpW__crossSellLinkWrapper{flex-wrap:wrap;align-items:center;gap:.5rem 1.5rem;margin-top:1rem;display:flex}.service-dropdown-module__MtulpW__crossSell .service-dropdown-module__MtulpW__crossSellText{color:var(--color-grey-500)}.service-dropdown-module__MtulpW__crossSell .service-dropdown-module__MtulpW__crossSellLink{color:var(--color-foundations-white);align-items:center;text-decoration:none;display:inline-flex}.service-dropdown-module__MtulpW__crossSell .service-dropdown-module__MtulpW__crossSellLink:hover,.service-dropdown-module__MtulpW__crossSell .service-dropdown-module__MtulpW__crossSellLink:focus{text-decoration:underline}.service-dropdown-module__MtulpW__crossSell .service-dropdown-module__MtulpW__crossSellLink .service-dropdown-module__MtulpW__arrow{width:.75rem;height:.75rem;margin-left:.5rem}.service-dropdown-module__MtulpW__crossSell .service-dropdown-module__MtulpW__crossSellLink .service-dropdown-module__MtulpW__icon{width:16px;height:auto;margin-right:.5rem}.service-dropdown-module__MtulpW__subheading{margin-bottom:1rem}.service-dropdown-module__MtulpW__loggedOutLinks{grid-template-columns:1fr 1fr;grid-auto-columns:1fr;grid-auto-flow:row;gap:1rem;display:grid}@media (min-width:1270px){.service-dropdown-module__MtulpW__loggedOutLinks{grid-template-columns:1fr 1fr 1fr}}.service-dropdown-module__MtulpW__block{border:1px solid var(--border-default);background-color:var(--color-foundations-white);border-top-left-radius:var(--border-radius-s);border-top-right-radius:var(--border-radius-s);padding:1rem;position:relative}.service-dropdown-module__MtulpW__block .service-dropdown-module__MtulpW__abstract{color:var(--color-grey-600);font-size:var(--text-copy-caption-size);margin-top:.25rem}.service-dropdown-module__MtulpW__stretchedLink{font-weight:500;color:var(--color-foundations-link)!important}.service-dropdown-module__MtulpW__stretchedLink:before{z-index:1;content:"";position:absolute;inset:0}
.file-card-module___-Nk8G__fileCard{border:1px solid var(--color-grey-300);border-radius:.25rem;align-items:center;gap:1rem;padding:.75rem 1rem;display:flex}.file-card-module___-Nk8G__fileCard svg{width:1.5rem;height:1.5rem}.file-card-module___-Nk8G__fileCard .file-card-module___-Nk8G__fileIcon{color:var(--color-navy-300)}.file-card-module___-Nk8G__fileCard .file-card-module___-Nk8G__fileInfo{flex:1}.file-card-module___-Nk8G__fileCard .file-card-module___-Nk8G__fileInfo .file-card-module___-Nk8G__fileName{font-size:var(--text-copy-body-size)}.file-card-module___-Nk8G__fileCard .file-card-module___-Nk8G__fileInfo .file-card-module___-Nk8G__fileDetails{color:var(--color-grey-600);font-size:var(--text-copy-micro-size)}.file-card-module___-Nk8G__fileCard .file-card-module___-Nk8G__fileActions{flex-direction:column;justify-content:center;align-items:flex-end;gap:.25rem;display:flex}.file-card-module___-Nk8G__fileCard .file-card-module___-Nk8G__fileActions .file-card-module___-Nk8G__lastUpdated{color:var(--color-grey-600);font-size:var(--text-copy-micro-size)}
.loader-module__L_W2Wa__loader{box-sizing:border-box;border:3px solid var(--loader-color);border-bottom-color:#0000;border-radius:50%;width:48px;height:48px;animation:1s linear infinite loader-module__L_W2Wa__rotation;display:inline-block}@keyframes loader-module__L_W2Wa__rotation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loader-module__L_W2Wa__loaderText{color:var(--color-navy-400);text-align:center;margin-top:1rem;font-size:1rem}.loader-module__L_W2Wa__loaderCenter{flex-direction:column;justify-content:center;align-items:center;display:flex}.loader-module__L_W2Wa__fullWidth{width:100%}.loader-module__L_W2Wa__buttonLoader{opacity:.6;border-width:2px;flex:none;width:.875rem;height:.875rem}
.sheet-module__pA7cVa__sheetOverlay{z-index:50;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);background-color:hsl(0deg 0% 98%; / 80%);position:fixed;inset:0}.sheet-module__pA7cVa__sheetOverlay[data-state=closed]{--key-exit-opacity:0;--key-exit-scale:initial;--key-exit-rotate:initial;--key-exit-translate-x:initial;--key-exit-translate-y:initial;animation-name:sheet-module__pA7cVa__exit;animation-duration:.15s}.sheet-module__pA7cVa__sheetOverlay[data-state=open]{--key-enter-opacity:0;--key-enter-scale:initial;--key-enter-rotate:initial;--key-enter-translate-x:initial;--key-enter-translate-y:initial;animation-name:sheet-module__pA7cVa__enter;animation-duration:.15s}.sheet-module__pA7cVa__sheetContent{--key-enter-opacity:initial;--key-enter-scale:initial;--key-enter-rotate:initial;--key-enter-translate-x:initial;--key-enter-translate-y:initial;z-index:50;background-color:var(--surface-page);gap:1rem;padding:1.5rem;animation-name:sheet-module__pA7cVa__enter;animation-duration:.15s;animation-timing-function:cubic-bezier(.4,0,.2,1);position:fixed;overflow-y:auto;box-shadow:0 0 #0000,0 0 #0000,0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}.sheet-module__pA7cVa__sheetContent[data-state=open]{--key-enter-opacity:initial;--key-enter-scale:initial;--key-enter-rotate:initial;--key-enter-translate-x:initial;--key-enter-translate-y:initial;animation-name:sheet-module__pA7cVa__enter;animation-duration:.15s}.sheet-module__pA7cVa__sheetContent[data-state=closed]{--key-exit-opacity:initial;--key-exit-scale:initial;--key-exit-rotate:initial;--key-exit-translate-x:initial;--key-exit-translate-y:initial;animation-name:sheet-module__pA7cVa__exit;animation-duration:.15s}.sheet-module__pA7cVa__right{border-left-width:1px;width:75%;height:100%;top:0;bottom:0;right:0}.sheet-module__pA7cVa__right[data-state=open]{--key-enter-translate-x:100%}.sheet-module__pA7cVa__right[data-state=closed]{--key-exit-translate-x:100%}.sheet-module__pA7cVa__left{border-right-width:1px;width:75%;height:100%;top:0;bottom:0;left:0}.sheet-module__pA7cVa__left[data-state=open]{--key-enter-translate-x:-100%}.sheet-module__pA7cVa__left[data-state=closed]{--key-exit-translate-x:-100%}.sheet-module__pA7cVa__closeButton{position:absolute;top:1rem;right:1rem;height:auto!important;padding:.25rem!important}.sheet-module__pA7cVa__closeIcon{width:1.5rem;height:1.5rem}.sheet-module__pA7cVa__sheetHeader{flex-direction:column;gap:.5rem;display:flex}.sheet-module__pA7cVa__sheetFooter{flex-direction:column;gap:.75rem;margin-top:1rem;display:flex}@media (min-width:768px){.sheet-module__pA7cVa__sheetFooter{flex-direction:row}}@keyframes sheet-module__pA7cVa__enter{0%{opacity:var(--key-enter-opacity,1);transform:translate3d(var(--key-enter-translate-x,0), var(--key-enter-translate-y,0), 0) scale3d(var(--key-enter-scale,1), var(--key-enter-scale,1), var(--key-enter-scale,1)) rotate(var(--key-enter-rotate,0))}}@keyframes sheet-module__pA7cVa__exit{to{opacity:var(--key-exit-opacity,1);transform:translate3d(var(--key-exit-translate-x,0), var(--key-exit-translate-y,0), 0) scale3d(var(--key-exit-scale,1), var(--key-exit-scale,1), var(--key-exit-scale,1)) rotate(var(--key-exit-rotate,0))}}
.edit-file-connections-dialog-module__JstSYG__dialogHeader{flex-direction:column;display:flex}.edit-file-connections-dialog-module__JstSYG__dialogHeader .edit-file-connections-dialog-module__JstSYG__dialogHeaderContent{gap:1rem;max-width:95%;display:flex}.edit-file-connections-dialog-module__JstSYG__dialogHeader .edit-file-connections-dialog-module__JstSYG__dialogHeaderContent h2{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.edit-file-connections-dialog-module__JstSYG__dialogHeader .edit-file-connections-dialog-module__JstSYG__dialogTagline{color:var(--color-grey-600);font-size:var(--text-copy-caption-size);margin-top:.25rem;font-weight:400}.edit-file-connections-dialog-module__JstSYG__dialogHeader .edit-file-connections-dialog-module__JstSYG__dialogTags{align-items:center;gap:.5rem;display:flex}.edit-file-connections-dialog-module__JstSYG__policyOwners{flex-direction:column;gap:.5rem;margin-top:2rem;display:flex}.edit-file-connections-dialog-module__JstSYG__policyOwners .edit-file-connections-dialog-module__JstSYG__policyOwnerBadge{padding:.25rem .75rem;font-weight:400;line-height:1.5rem}.edit-file-connections-dialog-module__JstSYG__linkedFile{flex-direction:column;gap:.25rem;width:100%;margin-top:1.5rem;display:flex}.edit-file-connections-dialog-module__JstSYG__loadingPolicy{align-items:center;gap:.5rem;margin-top:1.5rem;display:flex}
.mobile-menu-module__ao2yGG__mobileMenuButton{flex-shrink:0;gap:.5rem;padding:.75rem}@media (min-width:1270px){.mobile-menu-module__ao2yGG__mobileMenuButton{display:none!important}}.mobile-menu-module__ao2yGG__mobileMenuButton .mobile-menu-module__ao2yGG__btnIcon{width:1rem;height:1rem;color:var(--content-default-secondary)}.mobile-menu-module__ao2yGG__sheet{--padding-x:1.5rem;flex-direction:column;align-items:flex-start;gap:1rem;width:100%;max-width:500px;display:flex;background-color:var(--color-grey-50)!important;padding:0!important}.mobile-menu-module__ao2yGG__sheet .mobile-menu-module__ao2yGG__wrapper{background-color:var(--surface-page);flex-direction:column;align-items:flex-start;gap:.5rem;width:100%;display:flex}.mobile-menu-module__ao2yGG__sheet .mobile-menu-module__ao2yGG__header{padding:2rem var(--padding-x) 0;flex-direction:column;gap:2rem;display:flex}.mobile-menu-module__ao2yGG__sheet .mobile-menu-module__ao2yGG__header .mobile-menu-module__ao2yGG__theKeyLogo{height:32px}.mobile-menu-module__ao2yGG__sheet .mobile-menu-module__ao2yGG__header .mobile-menu-module__ao2yGG__serviceLink{padding:0}.mobile-menu-module__ao2yGG__sheet .mobile-menu-module__ao2yGG__menu,.mobile-menu-module__ao2yGG__sheet .mobile-menu-module__ao2yGG__children{flex-direction:column;align-items:flex-start;gap:1rem;width:100%;margin:0;padding:0;display:flex}.mobile-menu-module__ao2yGG__sheet .mobile-menu-module__ao2yGG__menu{gap:0;list-style-type:none}.mobile-menu-module__ao2yGG__sheet .mobile-menu-module__ao2yGG__menu .mobile-menu-module__ao2yGG__topLevelItem{width:100%}.mobile-menu-module__ao2yGG__sheet .mobile-menu-module__ao2yGG__menu .mobile-menu-module__ao2yGG__topLevelTrigger{width:100%;height:auto;padding:1rem var(--padding-x);border-bottom:1px solid var(--border-default);color:var(--color-grey-600);align-items:baseline;gap:.5rem;font-size:1rem;display:inline-flex}.mobile-menu-module__ao2yGG__sheet .mobile-menu-module__ao2yGG__menu .mobile-menu-module__ao2yGG__topLevelTrigger.mobile-menu-module__ao2yGG__collapsibleTrigger{width:100%;height:auto;color:var(--color-grey-600);text-align:left;justify-content:space-between;align-items:center;gap:1rem;font-size:16px;font-weight:400;display:inline-flex}.mobile-menu-module__ao2yGG__sheet .mobile-menu-module__ao2yGG__menu .mobile-menu-module__ao2yGG__topLevelTrigger.mobile-menu-module__ao2yGG__collapsibleTrigger .mobile-menu-module__ao2yGG__icon{vertical-align:middle;width:1rem;height:1rem;margin-left:.5rem;transition:transform .3s cubic-bezier(.87,0,.13,1)}.mobile-menu-module__ao2yGG__sheet .mobile-menu-module__ao2yGG__menu .mobile-menu-module__ao2yGG__topLevelTrigger.mobile-menu-module__ao2yGG__collapsibleTrigger[aria-expanded=true]{color:var(--content-default-body);font-weight:500}.mobile-menu-module__ao2yGG__sheet .mobile-menu-module__ao2yGG__menu .mobile-menu-module__ao2yGG__topLevelTrigger.mobile-menu-module__ao2yGG__collapsibleTrigger[aria-expanded=true] .mobile-menu-module__ao2yGG__icon{transform:rotate(180deg)}.mobile-menu-module__ao2yGG__sheet .mobile-menu-module__ao2yGG__menu .mobile-menu-module__ao2yGG__topLevelTrigger .mobile-menu-module__ao2yGG__lockIcon{width:1rem;height:1rem;color:var(--content-default-secondary);flex-shrink:0}.mobile-menu-module__ao2yGG__sheet .mobile-menu-module__ao2yGG__collapsible{width:100%}.mobile-menu-module__ao2yGG__sheet .mobile-menu-module__ao2yGG__collapsible .mobile-menu-module__ao2yGG__submenu{border-bottom:1px solid var(--border-default);background-color:var(--color-grey-100);border-bottom-left-radius:var(--border-radius-s);border-bottom-right-radius:var(--border-radius-s);flex-direction:column;align-items:flex-start;gap:1.25rem;margin:0;padding:1.5rem 2rem;list-style-type:none;display:flex}.mobile-menu-module__ao2yGG__sheet .mobile-menu-module__ao2yGG__collapsible .mobile-menu-module__ao2yGG__submenu .mobile-menu-module__ao2yGG__submenuItem{color:var(--color-grey-600);font-size:1rem}.mobile-menu-module__ao2yGG__sheet .mobile-menu-module__ao2yGG__collapsible .mobile-menu-module__ao2yGG__submenu .mobile-menu-module__ao2yGG__submenuLi{width:100%}.mobile-menu-module__ao2yGG__sheet .mobile-menu-module__ao2yGG__collapsible .mobile-menu-module__ao2yGG__submenu .mobile-menu-module__ao2yGG__viewAll{border-top:1px solid var(--border-default);width:100%;padding-top:1.25rem;font-weight:700;display:inline-block}.mobile-menu-module__ao2yGG__sheet .mobile-menu-module__ao2yGG__otherServices{flex-direction:column;gap:.5rem;width:100%;display:flex}.mobile-menu-module__ao2yGG__sheet .mobile-menu-module__ao2yGG__otherServices .mobile-menu-module__ao2yGG__serviceLink{padding:.5rem var(--padding-x)}.mobile-menu-module__ao2yGG__serviceLink{z-index:1;border-radius:var(--border-radius-s);color:var(--color-grey-700);align-items:center;gap:.25rem;padding:.5rem;font-size:17px;display:inline-flex;position:relative}.mobile-menu-module__ao2yGG__serviceLink.mobile-menu-module__ao2yGG__activeSite{color:var(--content-default-body);align-items:flex-start}.mobile-menu-module__ao2yGG__serviceLink.mobile-menu-module__ao2yGG__activeSite .mobile-menu-module__ao2yGG__name{font-weight:500}.mobile-menu-module__ao2yGG__serviceLink .mobile-menu-module__ao2yGG__brandUnderline{flex:none;font-weight:500;display:inline-flex;position:relative}.mobile-menu-module__ao2yGG__serviceLink .mobile-menu-module__ao2yGG__arrow{flex:none;width:1.125rem;height:1.125rem;margin-left:.25rem;transition:all .2s}.mobile-menu-module__ao2yGG__serviceLink:hover,.mobile-menu-module__ao2yGG__serviceLink:focus{background-color:var(--color-grey-50);color:var(--content-default-body);text-decoration:none}:is(.mobile-menu-module__ao2yGG__serviceLink:hover,.mobile-menu-module__ao2yGG__serviceLink:focus) .mobile-menu-module__ao2yGG__arrow{margin-left:.5rem}
.organisation-document-source-link-module__i0D7Pa__organisationDocumentSourceLink{--icon-size:1.375rem}.organisation-document-source-link-module__i0D7Pa__organisationDocumentSourceLink .organisation-document-source-link-module__i0D7Pa__iconWrapper{width:var(--source-icon-wrapper-size);height:var(--source-icon-wrapper-size);border:1px solid var(--color-grey-300);border-radius:50%;flex:none;justify-content:center;align-items:center;display:flex;overflow:hidden}.organisation-document-source-link-module__i0D7Pa__organisationDocumentSourceLink .organisation-document-source-link-module__i0D7Pa__iconWrapper .organisation-document-source-link-module__i0D7Pa__icon{width:var(--source-icon-size);height:var(--source-icon-size)}.organisation-document-source-link-module__i0D7Pa__organisationDocumentSourceLink .organisation-document-source-link-module__i0D7Pa__sourceDetails{flex-direction:column;gap:.25rem;display:flex}@media (min-width:992px){.organisation-document-source-link-module__i0D7Pa__organisationDocumentSourceLink .organisation-document-source-link-module__i0D7Pa__sourceDetails{flex-direction:row;align-items:center;gap:.5rem}}.organisation-document-source-link-module__i0D7Pa__organisationDocumentSourceLink .organisation-document-source-link-module__i0D7Pa__sourceDetails button{height:auto}.organisation-document-source-link-module__i0D7Pa__organisationDocumentSourceLink .organisation-document-source-link-module__i0D7Pa__sourceDetails .organisation-document-source-link-module__i0D7Pa__sourceDescription{color:var(--color-grey-600)}.organisation-document-source-link-module__i0D7Pa__organisationDocumentSourceLink .organisation-document-source-link-module__i0D7Pa__sourceLoadingMessage,.organisation-document-source-link-module__i0D7Pa__organisationDocumentSourceLink .organisation-document-source-link-module__i0D7Pa__sourceErrorMessage{align-items:center;gap:.5rem;display:flex}:is(.organisation-document-source-link-module__i0D7Pa__organisationDocumentSourceLink .organisation-document-source-link-module__i0D7Pa__sourceLoadingMessage,.organisation-document-source-link-module__i0D7Pa__organisationDocumentSourceLink .organisation-document-source-link-module__i0D7Pa__sourceErrorMessage) .organisation-document-source-link-module__i0D7Pa__icon{width:var(--icon-size);height:var(--icon-size)}.organisation-document-source-link-module__i0D7Pa__organisationDocumentSourceLink .organisation-document-source-link-module__i0D7Pa__sourceLoadingMessage{color:var(--color-grey-500)}.organisation-document-source-link-module__i0D7Pa__organisationDocumentSourceLink .organisation-document-source-link-module__i0D7Pa__sourceErrorMessage .organisation-document-source-link-module__i0D7Pa__icon{color:var(--color-pink-500)}
.services-module__nkGRpq__services{align-items:center;gap:1rem;width:100%;display:flex}@media (min-width:1024px){.services-module__nkGRpq__services{gap:2rem}}.services-module__nkGRpq__servicesNav{flex:1;align-items:center;min-width:0;display:flex}.services-module__nkGRpq__servicesList{align-items:center;gap:1rem;display:flex;overflow:hidden}.services-module__nkGRpq__servicesListCollapsed{flex:0 0 0;min-width:0;overflow:hidden}.services-module__nkGRpq__activeSite{align-items:center;display:flex}.services-module__nkGRpq__activeSite .services-module__nkGRpq__brandUnderline{font-size:1rem;font-weight:400}.services-module__nkGRpq__serviceLink{color:var(--content-default-heading);flex:none;align-items:center;gap:.5rem;text-decoration:none;display:inline-flex}.services-module__nkGRpq__serviceLink:hover,.services-module__nkGRpq__serviceLink:focus{text-decoration:none}.services-module__nkGRpq__serviceLink .services-module__nkGRpq__brandUnderline{align-items:center;gap:.5rem;font-size:1rem;font-weight:400;display:inline-flex}.services-module__nkGRpq__serviceLink .services-module__nkGRpq__brandUnderline:not(:hover,:focus){--branding-underline:var(--border-secondary)}.services-module__nkGRpq__serviceLink.services-module__nkGRpq__active .services-module__nkGRpq__brandUnderline{--branding-underline:var(--product);font-weight:500}.services-module__nkGRpq__serviceLink .services-module__nkGRpq__icon{width:1rem;height:1rem;color:var(--content-default-secondary);flex:none}.services-module__nkGRpq__moreButton{gap:.25rem}.services-module__nkGRpq__moreButton .services-module__nkGRpq__moreChevron{width:.875rem;height:.875rem}.services-module__nkGRpq__dropdownMenuContent{flex-direction:column;display:flex}.services-module__nkGRpq__theKeyLink{display:flex}.services-module__nkGRpq__theKeyLogo{width:137px;height:auto}.services-module__nkGRpq__ghLink{color:var(--content-default-heading);font-size:var(--text-heading-h3-size);align-items:center;gap:.5rem;text-decoration:none;display:flex}.services-module__nkGRpq__ghLink:hover,.services-module__nkGRpq__ghLink:focus{text-decoration:none}.services-module__nkGRpq__ghLink .services-module__nkGRpq__ortooIcon{width:1.5rem}.services-module__nkGRpq__ghLink .services-module__nkGRpq__ghText{font-weight:700}.services-module__nkGRpq__ghLink .services-module__nkGRpq__knowledgeText{font-weight:300}.services-module__nkGRpq__skeleton .services-module__nkGRpq__servicesNav{display:none}@media (min-width:768px){.services-module__nkGRpq__skeleton .services-module__nkGRpq__servicesNav{display:flex}}
.WizardDocumentSourceLink-module-scss-module__5XMjIq__wizardDocumentSourceLink .WizardDocumentSourceLink-module-scss-module__5XMjIq__iconWrapper{width:var(--source-icon-wrapper-size);height:var(--source-icon-wrapper-size);border:1px solid var(--color-grey-300);border-radius:50%;flex:none;justify-content:center;align-items:center;display:flex;overflow:hidden}.WizardDocumentSourceLink-module-scss-module__5XMjIq__wizardDocumentSourceLink .WizardDocumentSourceLink-module-scss-module__5XMjIq__iconWrapper svg{width:var(--source-icon-size);height:var(--source-icon-size)}.WizardDocumentSourceLink-module-scss-module__5XMjIq__wizardDocumentSourceLink .WizardDocumentSourceLink-module-scss-module__5XMjIq__sourceDetails{flex-direction:column;gap:.25rem;display:flex}@media (min-width:992px){.WizardDocumentSourceLink-module-scss-module__5XMjIq__wizardDocumentSourceLink .WizardDocumentSourceLink-module-scss-module__5XMjIq__sourceDetails{flex-direction:row;align-items:center;gap:.5rem}}
.dropdown-menu-module__YU1s1G__dropdownMenuContent,.dropdown-menu-module__YU1s1G__dropdownMenuSubContent{z-index:50;min-width:220px;max-height:var(--radix-dropdown-menu-content-available-height);background-color:var(--surface-page);transform-origin:var(--radix-dropdown-menu-content-transform-origin);will-change:transform, opacity;border-radius:.5rem;padding:.5rem;animation-duration:.4s;animation-timing-function:cubic-bezier(.16,1,.3,1);overflow:hidden auto;box-shadow:0 10px 38px -10px #16171859,0 10px 20px -15px #16171833}:is(.dropdown-menu-module__YU1s1G__dropdownMenuContent,.dropdown-menu-module__YU1s1G__dropdownMenuSubContent)[data-side=top]{animation-name:dropdown-menu-module__YU1s1G__slideDownAndFade}:is(.dropdown-menu-module__YU1s1G__dropdownMenuContent,.dropdown-menu-module__YU1s1G__dropdownMenuSubContent)[data-side=right]{animation-name:dropdown-menu-module__YU1s1G__slideLeftAndFade}:is(.dropdown-menu-module__YU1s1G__dropdownMenuContent,.dropdown-menu-module__YU1s1G__dropdownMenuSubContent)[data-side=bottom]{animation-name:dropdown-menu-module__YU1s1G__slideUpAndFade}:is(.dropdown-menu-module__YU1s1G__dropdownMenuContent,.dropdown-menu-module__YU1s1G__dropdownMenuSubContent)[data-side=left]{animation-name:dropdown-menu-module__YU1s1G__slideRightAndFade}.dropdown-menu-module__YU1s1G__dropdownMenuTrigger{justify-content:space-between;align-items:center;gap:2px;display:flex}.dropdown-menu-module__YU1s1G__dropdownMenuItem,.dropdown-menu-module__YU1s1G__dropdownMenuCheckboxItem,.dropdown-menu-module__YU1s1G__dropdownMenuRadioItem,.dropdown-menu-module__YU1s1G__dropdownMenuSubTrigger{border-radius:var(--border-radius-s);color:var(--color-grey-700);cursor:pointer;font-size:var(--text-copy-caption-size);-webkit-user-select:none;user-select:none;outline:none;align-items:center;gap:.5rem;padding:.5rem;line-height:1.2;text-decoration:none;display:flex;position:relative}:is(.dropdown-menu-module__YU1s1G__dropdownMenuItem,.dropdown-menu-module__YU1s1G__dropdownMenuCheckboxItem,.dropdown-menu-module__YU1s1G__dropdownMenuRadioItem,.dropdown-menu-module__YU1s1G__dropdownMenuSubTrigger):hover,:is(.dropdown-menu-module__YU1s1G__dropdownMenuItem,.dropdown-menu-module__YU1s1G__dropdownMenuCheckboxItem,.dropdown-menu-module__YU1s1G__dropdownMenuRadioItem,.dropdown-menu-module__YU1s1G__dropdownMenuSubTrigger):focus{text-decoration:none}.dropdown-menu-module__YU1s1G__dropdownMenuItem[data-disabled],.dropdown-menu-module__YU1s1G__dropdownMenuCheckboxItem[data-disabled],.dropdown-menu-module__YU1s1G__dropdownMenuRadioItem[data-disabled],.dropdown-menu-module__YU1s1G__dropdownMenuSubTrigger[data-disabled]{color:var(--color-grey-600);pointer-events:none}.dropdown-menu-module__YU1s1G__dropdownMenuItem[data-highlighted],.dropdown-menu-module__YU1s1G__dropdownMenuCheckboxItem[data-highlighted],.dropdown-menu-module__YU1s1G__dropdownMenuRadioItem[data-highlighted],.dropdown-menu-module__YU1s1G__dropdownMenuSubTrigger[data-highlighted]{background-color:var(--color-grey-100)}:is(.dropdown-menu-module__YU1s1G__dropdownMenuItem[data-highlighted],.dropdown-menu-module__YU1s1G__dropdownMenuCheckboxItem[data-highlighted],.dropdown-menu-module__YU1s1G__dropdownMenuRadioItem[data-highlighted],.dropdown-menu-module__YU1s1G__dropdownMenuSubTrigger[data-highlighted]):hover svg{color:var(--color-grey-700)}.dropdown-menu-module__YU1s1G__dropdownMenuCheckboxItem{border-radius:calc(var(--border-radius-s) - 4px);cursor:default;outline-offset:2px;-webkit-user-select:none;user-select:none;outline:2px solid #0000;align-items:center;padding:.5rem .5rem .5rem 2rem;display:flex;position:relative}.dropdown-menu-module__YU1s1G__dropdownMenuCheckboxItem .dropdown-menu-module__YU1s1G__checkboxWrapper{justify-content:center;align-items:center;width:.875rem;height:.875rem;display:flex;position:absolute;left:.5rem}.dropdown-menu-module__YU1s1G__dropdownMenuCheckboxItem .dropdown-menu-module__YU1s1G__checkboxWrapper .dropdown-menu-module__YU1s1G__checkboxIcon{width:1rem;height:1rem;display:block}.dropdown-menu-module__YU1s1G__dropdownMenuLabel{color:var(--color-grey-600);font-size:var(--text-copy-caption-size);padding:.25rem .5rem;font-weight:500}.dropdown-menu-module__YU1s1G__dropdownMenuSeparator{background-color:var(--color-grey-200);height:1px;margin:.25rem -.5rem}.dropdown-menu-module__YU1s1G__dropdownMenuItemIndicator{justify-content:center;align-items:center;width:25px;display:inline-flex;position:absolute;left:0}.dropdown-menu-module__YU1s1G__dropdownMenuArrow{fill:var(--dropdown)}@keyframes dropdown-menu-module__YU1s1G__slideUpAndFade{0%{opacity:0;transform:translateY(2px)}to{opacity:1;transform:translateY(0)}}@keyframes dropdown-menu-module__YU1s1G__slideRightAndFade{0%{opacity:0;transform:translate(-2px)}to{opacity:1;transform:translate(0)}}@keyframes dropdown-menu-module__YU1s1G__slideDownAndFade{0%{opacity:0;transform:translateY(-2px)}to{opacity:1;transform:translateY(0)}}@keyframes dropdown-menu-module__YU1s1G__slideLeftAndFade{0%{opacity:0;transform:translate(2px)}to{opacity:1;transform:translate(0)}}
.main-header-module__M_igxq__mainHeader{padding:var(--spacing-s) 0 var(--spacing-xs) 0}.main-header-module__M_igxq__container{grid-template-columns:1fr;grid-auto-columns:1fr;gap:1rem;display:grid}@media (min-width:992px){.main-header-module__M_igxq__container{grid-template-columns:1fr 300px}}.main-header-module__M_igxq__mainHeaderLeft{justify-content:flex-start;align-items:center;min-width:0;display:flex}.main-header-module__M_igxq__mainHeaderRight{justify-content:flex-end;align-items:center;gap:.5rem;display:flex}.main-header-module__M_igxq__search{min-height:auto}
@keyframes chat-entry-sources-module__Adoi2G__sharedKeyFadeInUp{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.chat-entry-sources-module__Adoi2G__chatEntrySources{border-left:1px solid var(--color-grey-300);will-change:opacity, transform;padding-left:.25rem;animation:.24s ease-out both chat-entry-sources-module__Adoi2G__sharedKeyFadeInUp}@media (min-width:768px){.chat-entry-sources-module__Adoi2G__chatEntrySources{padding-left:1.25rem}}.chat-entry-sources-module__Adoi2G__chatEntrySources .chat-entry-sources-module__Adoi2G__label{font-size:var(--text-copy-caption-size);font-weight:700;line-height:1.75rem}.chat-entry-sources-module__Adoi2G__chatEntrySources .chat-entry-sources-module__Adoi2G__sourceList{--source-icon-wrapper-size:1.375rem;--source-gutter-size:.75rem;flex-direction:column;gap:.75rem;margin-top:.5rem;margin-bottom:0;display:flex}.chat-entry-sources-module__Adoi2G__chatEntrySources .chat-entry-sources-module__Adoi2G__sourceList li{list-style:none}.chat-entry-sources-module__Adoi2G__chatEntrySources .chat-entry-sources-module__Adoi2G__sourceList>li{opacity:0;animation:.26s ease-out both chat-entry-sources-module__Adoi2G__sharedKeyFadeInUp;transform:translateY(4px)}.chat-entry-sources-module__Adoi2G__chatEntrySources .chat-entry-sources-module__Adoi2G__sourceList>li:first-child{animation-delay:40ms}.chat-entry-sources-module__Adoi2G__chatEntrySources .chat-entry-sources-module__Adoi2G__sourceList>li:nth-child(2){animation-delay:80ms}.chat-entry-sources-module__Adoi2G__chatEntrySources .chat-entry-sources-module__Adoi2G__sourceList>li:nth-child(3){animation-delay:.12s}.chat-entry-sources-module__Adoi2G__chatEntrySources .chat-entry-sources-module__Adoi2G__sourceList>li:nth-child(4){animation-delay:.16s}.chat-entry-sources-module__Adoi2G__chatEntrySources .chat-entry-sources-module__Adoi2G__sourceList>li:nth-child(5){animation-delay:.2s}.chat-entry-sources-module__Adoi2G__chatEntrySources .chat-entry-sources-module__Adoi2G__sourceList>li:nth-child(6){animation-delay:.24s}.chat-entry-sources-module__Adoi2G__chatEntrySources .chat-entry-sources-module__Adoi2G__sourceList .chat-entry-sources-module__Adoi2G__expandButtonListItem{margin-left:calc(var(--source-icon-wrapper-size) + var(--source-gutter-size))}.chat-entry-sources-module__Adoi2G__chatEntrySources .chat-entry-sources-module__Adoi2G__sourceList .chat-entry-sources-module__Adoi2G__expandButtonListItem .chat-entry-sources-module__Adoi2G__expandButton{gap:.5rem;height:auto;display:flex}.chat-entry-sources-module__Adoi2G__chatEntrySources .chat-entry-sources-module__Adoi2G__sourceList .chat-entry-sources-module__Adoi2G__expandButtonListItem .chat-entry-sources-module__Adoi2G__expandButton svg{width:1rem;height:1rem}@media (prefers-reduced-motion:reduce){.chat-entry-sources-module__Adoi2G__chatEntrySources,.chat-entry-sources-module__Adoi2G__chatEntrySources .chat-entry-sources-module__Adoi2G__sourceList>li{animation:none!important;transform:none!important}}
.skeleton-module__8bK7xW__skeleton{border-radius:var(--border-radius-s);background:linear-gradient(to right, var(--color-grey-100) 2%, var(--color-grey-300) 18%, var(--color-grey-100) 33%);background-color:var(--color-grey-100);-webkit-user-select:none;user-select:none;will-change:background-position;background-position:-650px 0;background-size:1300px;width:100%;height:1rem;line-height:1;animation:.2s ease-out skeleton-module__8bK7xW__skeleton-fade-in,1.8s ease-in-out .15s infinite skeleton-module__8bK7xW__skeleton-loading;display:inline-flex;overflow:hidden;transform:translateZ(0)}@keyframes skeleton-module__8bK7xW__skeleton-loading{0%{background-position:-650px 0}to{background-position:650px 0}}@keyframes skeleton-module__8bK7xW__skeleton-fade-in{0%{opacity:0;transform:translateZ(0)scale(.98)}to{opacity:1;transform:translateZ(0)scale(1)}}
.my-training-link-module__y5HJUq__badge{display:none;padding:1px .375rem!important}@media (min-width:768px){.my-training-link-module__y5HJUq__badge{display:inline-flex}}.my-training-link-module__y5HJUq__buttonText{display:none}@media (min-width:768px){.my-training-link-module__y5HJUq__buttonText{display:block}}
.DocumentDownloadCard-module-scss-module__CcsXWG__documentDownloadCard{border:1px solid var(--grey-200);background-color:var(--grey-50);border-radius:.5rem;align-items:center;gap:.75rem;margin:.75rem 0;padding:.75rem 1rem;transition:background-color .2s;display:flex}.DocumentDownloadCard-module-scss-module__CcsXWG__iconWrapper{background-color:var(--grey-200);border-radius:.375rem;flex-shrink:0;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;display:flex}.DocumentDownloadCard-module-scss-module__CcsXWG__icon{width:1.25rem;height:1.25rem;color:var(--grey-600)}.DocumentDownloadCard-module-scss-module__CcsXWG__details{flex-direction:column;flex:auto;gap:.125rem;min-width:0;display:flex}.DocumentDownloadCard-module-scss-module__CcsXWG__title{color:var(--grey-900);text-overflow:ellipsis;white-space:nowrap;font-size:.875rem;font-weight:500;overflow:hidden}.DocumentDownloadCard-module-scss-module__CcsXWG__subtitle{color:var(--grey-500);font-size:.75rem}.DocumentDownloadCard-module-scss-module__CcsXWG__actions{flex-shrink:0;align-items:center;gap:.5rem;display:flex}.DocumentDownloadCard-module-scss-module__CcsXWG__downloadButton{border:1px solid var(--grey-300);color:var(--grey-700);cursor:pointer;background-color:#fff;border-radius:.375rem;align-items:center;gap:.375rem;padding:.375rem .75rem;font-size:.8125rem;font-weight:500;transition:all .2s;display:inline-flex}.DocumentDownloadCard-module-scss-module__CcsXWG__downloadButton:hover{border-color:var(--grey-400);background-color:var(--grey-100)}.DocumentDownloadCard-module-scss-module__CcsXWG__downloadIcon{width:.875rem;height:.875rem}@media (max-width:576px){.DocumentDownloadCard-module-scss-module__CcsXWG__documentDownloadCard{flex-direction:column;align-items:flex-start}.DocumentDownloadCard-module-scss-module__CcsXWG__actions{justify-content:flex-end;width:100%}}
.reading-list-module__3SPUoW__buttonText{display:none}@media (min-width:768px){.reading-list-module__3SPUoW__buttonText{display:block}}.reading-list-module__3SPUoW__sheet{max-width:500px!important}.reading-list-module__3SPUoW__sheet .reading-list-module__3SPUoW__bookmarks{flex-direction:column;gap:1.5rem;display:flex}.reading-list-module__3SPUoW__sheet .reading-list-module__3SPUoW__blockHeader{margin-bottom:1rem}.reading-list-module__3SPUoW__sheet .reading-list-module__3SPUoW__blockHeader .reading-list-module__3SPUoW__heading{color:var(--content-default-heading);font-size:var(--text-heading-h4-size);font-weight:700;line-height:var(--text-heading-h4-line-height)}.reading-list-module__3SPUoW__sheet .reading-list-module__3SPUoW__list{flex-direction:column;align-items:flex-start;gap:.75rem;margin:0;padding:0;list-style-type:none;display:flex}.reading-list-module__3SPUoW__sheet .reading-list-module__3SPUoW__list li{flex-direction:row;align-items:baseline;gap:.5rem;width:100%;display:flex}.reading-list-module__3SPUoW__sheet .reading-list-module__3SPUoW__list li .reading-list-module__3SPUoW__chevron{flex:none;width:.625rem;height:.625rem}.reading-list-module__3SPUoW__sheet .reading-list-module__3SPUoW__list li .reading-list-module__3SPUoW__badge{margin-left:.25rem}.reading-list-module__3SPUoW__sheet .reading-list-module__3SPUoW__loading{justify-content:center;align-items:center;height:100%;display:flex}.reading-list-module__3SPUoW__sheet .reading-list-module__3SPUoW__error{color:var(--content-default-secondary);font-size:var(--text-copy-caption-size)}
.wagtail-admin-module__yJTExW__wagtail{z-index:9999;position:fixed;top:2rem;right:2rem}.wagtail-admin-module__yJTExW__wagtail .wagtail-admin-module__yJTExW__trigger{border-radius:100%;justify-content:center;align-items:center;width:55px;height:55px;padding:0;box-shadow:0 0 2.3px #0000001b,0 0 7.8px #00000028,0 0 35px #00000042}.wagtail-admin-module__yJTExW__wagtail .wagtail-admin-module__yJTExW__trigger:hover{background-color:var(--color-grey-100)}.wagtail-admin-module__yJTExW__wagtail .wagtail-admin-module__yJTExW__trigger .wagtail-admin-module__yJTExW__icon{width:2rem;height:2rem}.wagtail-admin-module__yJTExW__content{--dropdown-menu-font-size:var(--text-copy-caption-size)}.wagtail-admin-module__yJTExW__content .wagtail-admin-module__yJTExW__item .wagtail-admin-module__yJTExW__icon{width:1rem;color:var(--icon);flex:none;align-self:flex-start}.wagtail-admin-module__yJTExW__content .wagtail-admin-module__yJTExW__item .wagtail-admin-module__yJTExW__icon.wagtail-admin-module__yJTExW__key{width:.75rem;margin:0 .125rem}.wagtail-admin-module__yJTExW__content .wagtail-admin-module__yJTExW__item .wagtail-admin-module__yJTExW__icon.wagtail-admin-module__yJTExW__key path{fill:var(--icon)}.wagtail-admin-module__yJTExW__content .wagtail-admin-module__yJTExW__item[data-highlighted]:hover .wagtail-admin-module__yJTExW__key path{fill:var(--product)}
.logged-out-links-module__kinoGG__freeTrialButton{height:2.25rem;padding:.5rem .875rem}.logged-out-links-module__kinoGG__loggedOutMarketingLinks{display:none!important}@media (min-width:1200px){.logged-out-links-module__kinoGG__loggedOutMarketingLinks{display:flex!important}}
.mykey-apps-module__El5oRq__myKeyApps{flex:1;align-items:center;min-width:0;display:none}@media (min-width:1150px){.mykey-apps-module__El5oRq__myKeyApps{display:flex}}.mykey-apps-module__El5oRq__myKeyAppsList{align-items:center;gap:1rem;display:flex;overflow:hidden}.mykey-apps-module__El5oRq__serviceLink{color:var(--content-default-heading);flex:none;align-items:center;gap:.5rem;text-decoration:none;display:inline-flex;position:relative}.mykey-apps-module__El5oRq__serviceLink:hover,.mykey-apps-module__El5oRq__serviceLink:focus{text-decoration:none}.mykey-apps-module__El5oRq__serviceLink .mykey-apps-module__El5oRq__brandUnderline{align-items:center;gap:.5rem;font-size:1rem;font-weight:400;display:inline-flex}.mykey-apps-module__El5oRq__serviceLink .mykey-apps-module__El5oRq__icon{width:1rem;height:1rem;color:var(--content-default-secondary);flex:none}
.tabs-module__tLx4Ca__tabsList{border-bottom:1px solid var(--border-default);flex-shrink:0;width:100%;display:flex}.tabs-module__tLx4Ca__tabsTrigger{color:var(--color-grey-600);font-family:inherit;font-size:var(--tabs-font-size);-webkit-user-select:none;user-select:none;background-color:#0000;border:none;border-bottom:2px solid #0000;flex:0 auto;justify-content:center;align-items:center;padding:1rem;font-weight:400;line-height:1;display:flex}.tabs-module__tLx4Ca__tabsTrigger:first-child{border-top-left-radius:6px}.tabs-module__tLx4Ca__tabsTrigger:last-child{border-top-right-radius:6px}.tabs-module__tLx4Ca__tabsTrigger:hover{color:var(--content-default-body)}.tabs-module__tLx4Ca__tabsTrigger:hover,.tabs-module__tLx4Ca__tabsTrigger:focus{border-bottom:2px solid var(--border-default);color:var(--content-default-body)}.tabs-module__tLx4Ca__tabsTrigger[data-state=active]{border-bottom:2px solid var(--product);color:var(--content-default-body);font-weight:500}.tabs-module__tLx4Ca__tabsTrigger:focus{border-bottom:2px solid var(--product);position:relative}.tabs-module__tLx4Ca__tabsTrigger:focus-visible{box-shadow:var(--focus-ring);outline-offset:2px;outline:2px solid #0000}.tabs-module__tLx4Ca__tabsTrigger+.tabs-module__tLx4Ca__tabsTrigger{margin-left:0}.tabs-module__tLx4Ca__tabsContent{border-radius:var(--border-radius-s);flex-grow:1;margin-top:1rem;padding:1rem 0}.tabs-module__tLx4Ca__tabsContent:focus-visible{box-shadow:var(--focus-ring);outline-offset:2px;outline:2px solid #0000}
.content-blocks-module__lC2l1G__flow{overflow-wrap:anywhere;max-width:100%;overflow-x:auto}.content-blocks-module__lC2l1G__flow *{min-width:0}.content-blocks-module__lC2l1G__flow img{max-width:100%;height:auto}.content-blocks-module__lC2l1G__flow code{white-space:break-spaces}.content-blocks-module__lC2l1G__flow pre{-webkit-overflow-scrolling:touch;white-space:pre;max-width:100%;overflow-x:auto}.content-blocks-module__lC2l1G__flow h1{font-size:1.7rem}.content-blocks-module__lC2l1G__flow blockquote{border:1px solid var(--color-grey-300);border-radius:3px;margin:30px 0;padding:12px 32px}.content-blocks-module__lC2l1G__flow ul{padding-left:2.5rem}.content-blocks-module__lC2l1G__flow thead th{background:var(--color-grey-100)}.content-blocks-module__lC2l1G__flow th,.content-blocks-module__lC2l1G__flow td{border:1px solid var(--color-grey-300);overflow-wrap:break-word;text-align:left;vertical-align:top;padding:8px 12px}.content-blocks-module__lC2l1G__flow tbody tr:nth-child(2n){background:var(--color-grey-100)}.content-blocks-module__lC2l1G__flow table{border:1px solid var(--color-grey-300);border-collapse:collapse;-webkit-overflow-scrolling:auto;width:max-content;max-width:100%;margin:8px 0 16px;display:block;overflow-x:visible}
.the-key-logo-module__azoyBa__theKeyLink{display:flex}.the-key-logo-module__azoyBa__theKeyLink .the-key-logo-module__azoyBa__theKeyLogo{align-self:center;height:22px}
.nudge-my-admin-button-module__V0i_oq__dialogContent .nudge-my-admin-button-module__V0i_oq__dialogFooter{gap:1rem;display:flex}.nudge-my-admin-button-module__V0i_oq__dialogContent .nudge-my-admin-button-module__V0i_oq__dialogFooter .nudge-my-admin-button-module__V0i_oq__loadingMessage{align-items:center;gap:.5rem;display:flex}.nudge-my-admin-button-module__V0i_oq__dialogContent .nudge-my-admin-button-module__V0i_oq__dialogFooter .nudge-my-admin-button-module__V0i_oq__loadingMessage .nudge-my-admin-button-module__V0i_oq__loader{width:1.5rem;height:1.5rem}.nudge-my-admin-button-module__V0i_oq__dialogContent .nudge-my-admin-button-module__V0i_oq__dialogFooter .nudge-my-admin-button-module__V0i_oq__noAdminMessage{align-items:center;display:flex}
.workspace-picker-module__-OVjaG__workspaces{border-radius:var(--border-radius-s);background-color:var(--surface-card);font-size:var(--text-copy-caption-size);margin-top:.5rem;padding:.5rem}.workspace-picker-module__-OVjaG__workspaces .workspace-picker-module__-OVjaG__dropdownMenuLabel{font-size:var(--text-copy-caption-size)}.workspace-picker-module__-OVjaG__workspaces .workspace-picker-module__-OVjaG__workspaceItem{height:auto;font-size:inherit;text-align:left;font-weight:500}.workspace-picker-module__-OVjaG__workspaces .workspace-picker-module__-OVjaG__workspaceItem:focus,.workspace-picker-module__-OVjaG__workspaces .workspace-picker-module__-OVjaG__workspaceItem:hover{background-color:var(--surface-page);text-decoration:none}.workspace-picker-module__-OVjaG__workspaces .workspace-picker-module__-OVjaG__workspaceItem:first-child{color:var(--content-default-secondary);padding:.25rem 1rem}.workspace-picker-module__-OVjaG__workspaceName{overflow-wrap:break-word;width:100%;padding-left:1rem;position:relative}.workspace-picker-module__-OVjaG__workspaceName .workspace-picker-module__-OVjaG__active{background-color:var(--color-pink-500);vertical-align:middle;border-radius:100%;width:.375rem;height:.375rem;display:inline-block;position:absolute;top:.375rem;left:0}
@keyframes document-recommendation-module__U5DrCa__sharedKeyFadeInUp{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.document-recommendation-module__U5DrCa__documentRecommendation{border-left:2px solid var(--theme-keyhr-primary);will-change:opacity, transform;flex-direction:column;gap:.5rem;padding-left:.25rem;animation:.26s ease-out both document-recommendation-module__U5DrCa__sharedKeyFadeInUp;display:flex}@media (min-width:768px){.document-recommendation-module__U5DrCa__documentRecommendation{padding-left:1.25rem}}.document-recommendation-module__U5DrCa__documentRecommendation .document-recommendation-module__U5DrCa__label{font-size:var(--text-copy-caption-size);font-weight:700;line-height:1.75rem}.document-recommendation-module__U5DrCa__documentRecommendation .document-recommendation-module__U5DrCa__description{font-size:var(--text-copy-caption-size)}.document-recommendation-module__U5DrCa__documentRecommendation .document-recommendation-module__U5DrCa__documentList{--source-icon-wrapper-size:1.375rem;--source-icon-size:.75rem;--source-gutter-size:.75rem;flex-direction:column;gap:.75rem;margin-top:.5rem;margin-bottom:0;display:flex}.document-recommendation-module__U5DrCa__documentRecommendation .document-recommendation-module__U5DrCa__documentList .document-recommendation-module__U5DrCa__documentItem{align-items:center;gap:var(--source-gutter-size);opacity:0;list-style:none;animation:.28s ease-out both document-recommendation-module__U5DrCa__sharedKeyFadeInUp;display:flex;transform:translateY(4px)}.document-recommendation-module__U5DrCa__documentRecommendation .document-recommendation-module__U5DrCa__documentList .document-recommendation-module__U5DrCa__documentItem .document-recommendation-module__U5DrCa__iconWrapper{width:var(--source-icon-wrapper-size);height:var(--source-icon-wrapper-size);border:1px solid var(--color-grey-300);border-radius:50%;flex:none;justify-content:center;align-items:center;display:flex;overflow:hidden}.document-recommendation-module__U5DrCa__documentRecommendation .document-recommendation-module__U5DrCa__documentList .document-recommendation-module__U5DrCa__documentItem .document-recommendation-module__U5DrCa__iconWrapper .document-recommendation-module__U5DrCa__icon{width:var(--source-icon-size);height:var(--source-icon-size)}.document-recommendation-module__U5DrCa__documentRecommendation .document-recommendation-module__U5DrCa__documentList .document-recommendation-module__U5DrCa__documentItem .document-recommendation-module__U5DrCa__sourceDetails{flex-direction:column;gap:.25rem;display:flex}@media (min-width:992px){.document-recommendation-module__U5DrCa__documentRecommendation .document-recommendation-module__U5DrCa__documentList .document-recommendation-module__U5DrCa__documentItem .document-recommendation-module__U5DrCa__sourceDetails{flex-direction:row;align-items:center;gap:.5rem}}.document-recommendation-module__U5DrCa__documentRecommendation .document-recommendation-module__U5DrCa__documentList .document-recommendation-module__U5DrCa__documentItem .document-recommendation-module__U5DrCa__sourceDetails button{height:auto}.document-recommendation-module__U5DrCa__documentRecommendation .document-recommendation-module__U5DrCa__documentList .document-recommendation-module__U5DrCa__documentItem .document-recommendation-module__U5DrCa__sourceDetails .document-recommendation-module__U5DrCa__sourceDescription{color:var(--color-grey-600)}.document-recommendation-module__U5DrCa__documentRecommendation .document-recommendation-module__U5DrCa__documentList .document-recommendation-module__U5DrCa__documentItem:first-child{animation-delay:60ms}.document-recommendation-module__U5DrCa__documentRecommendation .document-recommendation-module__U5DrCa__documentList .document-recommendation-module__U5DrCa__documentItem:nth-child(2){animation-delay:.1s}.document-recommendation-module__U5DrCa__documentRecommendation .document-recommendation-module__U5DrCa__documentList .document-recommendation-module__U5DrCa__documentItem:nth-child(3){animation-delay:.14s}.document-recommendation-module__U5DrCa__documentRecommendation .document-recommendation-module__U5DrCa__documentList .document-recommendation-module__U5DrCa__documentItem:nth-child(4){animation-delay:.18s}.document-recommendation-module__U5DrCa__documentRecommendation .document-recommendation-module__U5DrCa__documentList .document-recommendation-module__U5DrCa__uploadButtonItem{margin-left:calc(var(--source-icon-wrapper-size) + var(--source-gutter-size))}.document-recommendation-module__U5DrCa__documentRecommendation .document-recommendation-module__U5DrCa__documentList .document-recommendation-module__U5DrCa__uploadButtonItem .document-recommendation-module__U5DrCa__linkButton{gap:.5rem;height:auto;display:flex}@media (prefers-reduced-motion:reduce){.document-recommendation-module__U5DrCa__documentRecommendation,.document-recommendation-module__U5DrCa__documentRecommendation .document-recommendation-module__U5DrCa__documentList .document-recommendation-module__U5DrCa__documentItem{animation:none!important;transform:none!important}}
.user-profile-module__hW1THa__dropdownTrigger{border-radius:0;gap:.75rem;height:100%;padding:0 .75rem}.user-profile-module__hW1THa__dropdownTrigger:hover,.user-profile-module__hW1THa__dropdownTrigger:focus{text-decoration:none}.user-profile-module__hW1THa__dropdownTrigger:hover{background-color:var(--surface-page)}.user-profile-module__hW1THa__dropdownTrigger[data-state=open]{background-color:var(--surface-page)}.user-profile-module__hW1THa__dropdownTrigger[data-state=open] .user-profile-module__hW1THa__chevron{transform:rotate(180deg)}.user-profile-module__hW1THa__dropdownTrigger .user-profile-module__hW1THa__chevron{width:.875rem;height:.875rem;color:var(--content-default-secondary);transition:all .2s}.user-profile-module__hW1THa__iconWrapper{width:1.5rem;height:1.5rem;position:relative}.user-profile-module__hW1THa__iconWrapper .user-profile-module__hW1THa__typeIcon{width:.75rem;height:auto;position:absolute;top:-.375rem;left:-.25rem}.user-profile-module__hW1THa__userDetails{text-align:left;text-overflow:ellipsis;white-space:nowrap;flex-direction:column;gap:.125rem;width:150px;display:flex;overflow:hidden}@media (min-width:768px){.user-profile-module__hW1THa__userDetails{width:200px}}.user-profile-module__hW1THa__userDetails .user-profile-module__hW1THa__name{font-size:var(--text-copy-caption-size);text-overflow:ellipsis;white-space:nowrap;font-weight:700;line-height:1.1;overflow:hidden}.user-profile-module__hW1THa__userDetails .user-profile-module__hW1THa__org{font-size:var(--text-copy-micro-size);text-overflow:ellipsis;white-space:nowrap;line-height:1.2;overflow:hidden}.user-profile-module__hW1THa__dropdownContent{width:var(--radix-dropdown-menu-trigger-width);border-top-left-radius:0!important;border-top-right-radius:0!important}.user-profile-module__hW1THa__dropdownContent .user-profile-module__hW1THa__dropdownMenuItem{font-size:var(--text-copy-caption-size)}.user-profile-module__hW1THa__menuIcon{width:1rem;height:1rem;color:var(--content-default-secondary);flex:none;align-self:flex-start}.user-profile-module__hW1THa__skeleton{height:1rem}
.message-steps-module__3qw7Dq__messageSteps{align-items:center;gap:.5rem;font-weight:700;display:flex;margin-top:0!important}.message-steps-module__3qw7Dq__messageSteps svg{width:1.25rem;height:1.25rem;color:var(--product)}
.top-bar-module__kcj7WW__topBar{--top-bar-height:50px;height:var(--top-bar-height);background-color:var(--color-grey-100);color:var(--content-default-body);font-size:var(--text-copy-body-size);position:relative}.top-bar-module__kcj7WW__container{width:100%;height:100%}.top-bar-module__kcj7WW__topBarContent{justify-content:space-between;align-items:center;width:100%;height:100%;display:flex}.top-bar-module__kcj7WW__topBarLeft,.top-bar-module__kcj7WW__topBarRight{flex:none;gap:.5rem;height:100%;display:flex}
@keyframes SourcesLoadingIndicator-module-scss-module__IcieQW__sharedKeyFadeInUp{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.SourcesLoadingIndicator-module-scss-module__IcieQW__sourcesLoading{border-left:1px solid var(--grey-300);will-change:opacity,transform;padding-left:.25rem;animation:.24s ease-out both SourcesLoadingIndicator-module-scss-module__IcieQW__sharedKeyFadeInUp}@media (min-width:768px){.SourcesLoadingIndicator-module-scss-module__IcieQW__sourcesLoading{padding-left:1.25rem}}.SourcesLoadingIndicator-module-scss-module__IcieQW__sourcesLoading .SourcesLoadingIndicator-module-scss-module__IcieQW__label{font-size:var(--font-small);font-weight:700;line-height:1.75rem}.SourcesLoadingIndicator-module-scss-module__IcieQW__sourcesLoading .SourcesLoadingIndicator-module-scss-module__IcieQW__indicator{font-size:var(--font-small);align-items:center;gap:.5rem;margin-top:.5rem;font-weight:700;display:flex}.SourcesLoadingIndicator-module-scss-module__IcieQW__sourcesLoading .SourcesLoadingIndicator-module-scss-module__IcieQW__indicator svg{width:1.25rem;height:1.25rem;color:var(--product)}@media (prefers-reduced-motion:reduce){.SourcesLoadingIndicator-module-scss-module__IcieQW__sourcesLoading{animation:none!important;transform:none!important}}
@media (min-width:1270px){.common-header-module__jjbw2q__commonHeader{border-bottom:1px solid var(--border-default)}}
.stream-status-indicator-module__Oz4TdW__streamStatusMessage{align-items:center;gap:.5rem;font-weight:700;display:flex}.stream-status-indicator-module__Oz4TdW__streamStatusMessage svg{width:1.25rem;height:1.25rem;color:var(--product)}
.toggle-module__SsiyUW__toggle{border:1px solid var(--border-default);border-radius:var(--border-radius-s);background-color:var(--color-grey-50);height:2.5rem;color:var(--color-grey-700);cursor:pointer;font-size:var(--text-copy-caption-size);justify-content:center;align-items:center;padding:.5rem .75rem;font-weight:500;line-height:1;display:inline-flex}.toggle-module__SsiyUW__toggle:hover{background-color:var(--color-grey-100)}.toggle-module__SsiyUW__toggle[data-state=on]{border-color:var(--color-neutral-500);background-color:var(--color-neutral-500);color:var(--color-foundations-white)}.toggle-module__SsiyUW__toggle[data-disabled]{opacity:.6}.toggle-module__SsiyUW__toggle:focus{box-shadow:var(--focus-ring);outline-offset:2px;outline:2px solid #0000}
.assistant-chat-entry-module__Hlht3W__assistantChatEntry>:first-child{margin-top:1rem}@media (min-width:576px){.assistant-chat-entry-module__Hlht3W__assistantChatEntry>:first-child{margin-top:.5rem}}.assistant-chat-entry-module__Hlht3W__assistantChatEntry>:not(:first-child){margin-top:1.5rem}.assistant-chat-entry-module__Hlht3W__responsiveContainer{flex-direction:column;gap:1.5rem;display:flex}@media (min-width:768px){.assistant-chat-entry-module__Hlht3W__responsiveContainer{flex-direction:row;align-items:flex-start;gap:1.5rem}.assistant-chat-entry-module__Hlht3W__responsiveContainer>*{flex:1;min-width:0}.assistant-chat-entry-module__Hlht3W__responsiveContainer>:first-child{flex:2}}
.toggle-group-module__hByO0a__toggleGroup{justify-content:center;align-items:center;gap:.75rem;display:flex}
.FreeTrialToggles-module__K8owNW__toggles{--flow-space:2.5rem;flex-wrap:wrap;justify-content:flex-start!important}.FreeTrialToggles-module__K8owNW__buttonWrapper{--flow-space:2rem;margin:2rem 0 0}
.InlineWizardResponse-module-scss-module__XNhgXq__responseContainer{margin-top:1.5rem}.InlineWizardResponse-module-scss-module__XNhgXq__continueLink{color:var(--product);margin-top:1rem;font-size:.875rem;text-decoration:none;display:inline-block}.InlineWizardResponse-module-scss-module__XNhgXq__continueLink:hover{text-decoration:underline}
.FreeTrialSheet-module__aAJ7DG__overlay{background-color:#00000080!important}.FreeTrialSheet-module__aAJ7DG__sheetContent{max-width:590px;padding:3rem 2rem;width:100%!important;animation-duration:1s!important}.FreeTrialSheet-module__aAJ7DG__sheetContent .FreeTrialSheet-module__aAJ7DG__sheetHeader{align-items:center;gap:1rem;margin-bottom:1rem;font-size:1.375rem;display:flex}.FreeTrialSheet-module__aAJ7DG__sheetContent .FreeTrialSheet-module__aAJ7DG__sheetHeader .FreeTrialSheet-module__aAJ7DG__lockIcon{width:100%;max-width:2.25rem;height:2.25rem}.FreeTrialSheet-module__aAJ7DG__sheetContent .FreeTrialSheet-module__aAJ7DG__sheetHeader .FreeTrialSheet-module__aAJ7DG__heading{font-size:2.25rem;font-weight:700}.FreeTrialSheet-module__aAJ7DG__sheetContent .FreeTrialSheet-module__aAJ7DG__intro{margin-bottom:3rem}.FreeTrialSheet-module__aAJ7DG__sheetContent .FreeTrialSheet-module__aAJ7DG__intro .FreeTrialSheet-module__aAJ7DG__countDown{background-color:var(--color-grey-100);border-radius:.5rem;flex-direction:column;gap:1rem;margin-bottom:.5rem;padding:1.5rem;display:flex}.FreeTrialSheet-module__aAJ7DG__sheetContent .FreeTrialSheet-module__aAJ7DG__intro .FreeTrialSheet-module__aAJ7DG__countDown .FreeTrialSheet-module__aAJ7DG__inner{align-items:center;gap:1.5rem;display:flex}.FreeTrialSheet-module__aAJ7DG__sheetContent .FreeTrialSheet-module__aAJ7DG__intro .FreeTrialSheet-module__aAJ7DG__countDown .FreeTrialSheet-module__aAJ7DG__inner div:first-child{flex-grow:1}.FreeTrialSheet-module__aAJ7DG__sheetContent .FreeTrialSheet-module__aAJ7DG__intro .FreeTrialSheet-module__aAJ7DG__countDown .FreeTrialSheet-module__aAJ7DG__inner .FreeTrialSheet-module__aAJ7DG__text{font-size:1.125rem;font-weight:400}.FreeTrialSheet-module__aAJ7DG__sheetContent .FreeTrialSheet-module__aAJ7DG__intro .FreeTrialSheet-module__aAJ7DG__countDown .FreeTrialSheet-module__aAJ7DG__inner .FreeTrialSheet-module__aAJ7DG__dayCount{color:var(--color-pink-500);font-weight:700}.FreeTrialSheet-module__aAJ7DG__sheetContent .FreeTrialSheet-module__aAJ7DG__intro .FreeTrialSheet-module__aAJ7DG__countDown .FreeTrialSheet-module__aAJ7DG__inner .FreeTrialSheet-module__aAJ7DG__timeBar{background-color:var(--color-grey-400);border-radius:2px;height:4px;margin-top:.5rem}.FreeTrialSheet-module__aAJ7DG__sheetContent .FreeTrialSheet-module__aAJ7DG__intro .FreeTrialSheet-module__aAJ7DG__countDown .FreeTrialSheet-module__aAJ7DG__inner .FreeTrialSheet-module__aAJ7DG__timeBar .FreeTrialSheet-module__aAJ7DG__timeRemaining{background-color:var(--color-pink-500);border-radius:2px;height:4px}.FreeTrialSheet-module__aAJ7DG__sheetContent .FreeTrialSheet-module__aAJ7DG__intro .FreeTrialSheet-module__aAJ7DG__countDown .FreeTrialSheet-module__aAJ7DG__message{color:var(--color-grey-600);font-size:.875rem;font-weight:400}.FreeTrialSheet-module__aAJ7DG__sheetContent .FreeTrialSheet-module__aAJ7DG__intro .FreeTrialSheet-module__aAJ7DG__link{text-align:right;font-size:.875rem;font-weight:400;display:block}.FreeTrialSheet-module__aAJ7DG__sheetContent .FreeTrialSheet-module__aAJ7DG__subHeading{border-bottom:2px solid var(--color-grey-200);margin:0 0 .5rem;font-size:1.375rem}.FreeTrialSheet-module__aAJ7DG__sheetContent .FreeTrialSheet-module__aAJ7DG__needs{margin-bottom:3rem}.FreeTrialSheet-module__aAJ7DG__sheetContent .FreeTrialSheet-module__aAJ7DG__needs .FreeTrialSheet-module__aAJ7DG__message{justify-content:space-between;align-items:center;gap:1.5rem;margin-top:1rem;display:flex}.FreeTrialSheet-module__aAJ7DG__sheetContent .FreeTrialSheet-module__aAJ7DG__needs .FreeTrialSheet-module__aAJ7DG__message .FreeTrialSheet-module__aAJ7DG__buttonColumn{text-align:right;width:8rem}.FreeTrialSheet-module__aAJ7DG__sheetContent .FreeTrialSheet-module__aAJ7DG__needs .FreeTrialSheet-module__aAJ7DG__message .FreeTrialSheet-module__aAJ7DG__button{height:auto}.FreeTrialSheet-module__aAJ7DG__sheetContent .FreeTrialSheet-module__aAJ7DG__needs .FreeTrialSheet-module__aAJ7DG__recommended{border-radius:var(--border-radius-s);flex-direction:column;gap:.75rem;margin:1rem 0 0;display:flex}@media (min-width:576px){.FreeTrialSheet-module__aAJ7DG__sheetContent .FreeTrialSheet-module__aAJ7DG__needs .FreeTrialSheet-module__aAJ7DG__recommended{flex-direction:row}}.FreeTrialSheet-module__aAJ7DG__sheetContent .FreeTrialSheet-module__aAJ7DG__needsForm{margin:1rem 0 3rem}.FreeTrialSheet-module__aAJ7DG__sheetContent .FreeTrialSheet-module__aAJ7DG__needsForm .FreeTrialSheet-module__aAJ7DG__toggles{margin-top:2rem}.FreeTrialSheet-module__aAJ7DG__sheetContent .FreeTrialSheet-module__aAJ7DG__inviteLink{margin:0 0 3rem}.FreeTrialSheet-module__aAJ7DG__sheetContent .FreeTrialSheet-module__aAJ7DG__inviteLink .FreeTrialSheet-module__aAJ7DG__label{margin:.5rem 0;line-height:1.5;font-weight:400!important}.FreeTrialSheet-module__aAJ7DG__sheetContent .FreeTrialSheet-module__aAJ7DG__inviteLink .FreeTrialSheet-module__aAJ7DG__addUsersLink{border:1px solid var(--color-grey-200);border-radius:.5rem}.FreeTrialSheet-module__aAJ7DG__sheetContent .FreeTrialSheet-module__aAJ7DG__inviteLink .FreeTrialSheet-module__aAJ7DG__addUsersLink input{color:var(--color-foundations-link);background-color:#0000;border:none;font-weight:700}.FreeTrialSheet-module__aAJ7DG__sheetContent .FreeTrialSheet-module__aAJ7DG__inviteLink .FreeTrialSheet-module__aAJ7DG__addUsersLink button{color:var(--color-grey-800);background-color:#0000}
.leaders-article-body-module__rWG9eq__contentAside{border-top:.25rem solid var(--product);background-color:var(--color-grey-50);border-bottom-left-radius:var(--border-radius-s);border-bottom-right-radius:var(--border-radius-s);width:100%;margin:1.25rem 0;padding:1rem 1.25rem}@media (min-width:992px){.leaders-article-body-module__rWG9eq__contentAside{float:right;width:50%;margin:1.25rem .625rem}}.leaders-article-body-module__rWG9eq__downloadBlock{border-radius:var(--border-radius-s);background:var(--color-grey-50);flex-direction:row;justify-content:flex-start;align-items:center;gap:.75rem;width:100%;padding:1rem;display:flex;position:relative;overflow:hidden}@media (min-width:768px){.leaders-article-body-module__rWG9eq__downloadBlock{gap:0;padding:1.5rem}}.leaders-article-body-module__rWG9eq__downloadBlock.leaders-article-body-module__rWG9eq__locked{cursor:not-allowed;opacity:.6}:is(.leaders-article-body-module__rWG9eq__downloadBlock.leaders-article-body-module__rWG9eq__locked .leaders-article-body-module__rWG9eq__fileName:hover,.leaders-article-body-module__rWG9eq__downloadBlock.leaders-article-body-module__rWG9eq__locked .leaders-article-body-module__rWG9eq__fileName:focus) .link-title{text-decoration:none}.leaders-article-body-module__rWG9eq__downloadBlock.leaders-article-body-module__rWG9eq__locked .leaders-article-body-module__rWG9eq__fileName .leaders-article-body-module__rWG9eq__button{border-radius:var(--border-radius-s);background-color:var(--color-grey-300);align-items:center;height:2.5rem;margin-top:.5rem;padding:.5rem 1rem;font-weight:700;line-height:1;display:inline-flex}@media (min-width:576px){.leaders-article-body-module__rWG9eq__downloadBlock.leaders-article-body-module__rWG9eq__locked .leaders-article-body-module__rWG9eq__fileName .leaders-article-body-module__rWG9eq__button{grid-area:download;margin-top:0}}.leaders-article-body-module__rWG9eq__downloadBlock:before{background-color:var(--product);content:"";width:4px;height:100%;position:absolute;top:0;left:0}.leaders-article-body-module__rWG9eq__downloadBlock .leaders-article-body-module__rWG9eq__downloadIconHolder{border:1px solid var(--border-default);background-color:var(--color-foundations-white);border-radius:5px;flex:none;justify-content:center;place-self:flex-start;align-items:center;width:32px;height:32px;display:flex}@media (min-width:768px){.leaders-article-body-module__rWG9eq__downloadBlock .leaders-article-body-module__rWG9eq__downloadIconHolder{place-self:center}}.leaders-article-body-module__rWG9eq__downloadBlock .leaders-article-body-module__rWG9eq__downloadIconHolder .leaders-article-body-module__rWG9eq__downloadIcon{width:1.5rem;height:1.5rem;color:var(--color-navy-300)}.leaders-article-body-module__rWG9eq__downloadBlock a,.leaders-article-body-module__rWG9eq__downloadBlock .leaders-article-body-module__rWG9eq__fileName{width:100%;text-decoration:none;display:inline-block;position:relative}@media (min-width:768px){.leaders-article-body-module__rWG9eq__downloadBlock a,.leaders-article-body-module__rWG9eq__downloadBlock .leaders-article-body-module__rWG9eq__fileName{padding-left:1rem}}:is(:is(.leaders-article-body-module__rWG9eq__downloadBlock a,.leaders-article-body-module__rWG9eq__downloadBlock .leaders-article-body-module__rWG9eq__fileName):hover,:is(.leaders-article-body-module__rWG9eq__downloadBlock a,.leaders-article-body-module__rWG9eq__downloadBlock .leaders-article-body-module__rWG9eq__fileName):focus) .link-title{text-decoration:underline}.leaders-article-body-module__rWG9eq__downloadBlock .link-meta{flex-direction:column;align-items:flex-start;display:flex}@media (min-width:576px){.leaders-article-body-module__rWG9eq__downloadBlock .link-meta{grid-template:"title download"1fr"meta download"/1fr auto;grid-auto-flow:dense;align-items:flex-start;gap:0 1rem;display:grid}}.leaders-article-body-module__rWG9eq__downloadBlock .link-meta .link-title{grid-area:title}.leaders-article-body-module__rWG9eq__downloadBlock .link-meta .link-property{color:var(--color-grey-600);font-size:var(--text-copy-micro-size);grid-area:meta}.leaders-article-body-module__rWG9eq__downloadBlock .link-meta button{margin-top:.5rem}@media (min-width:576px){.leaders-article-body-module__rWG9eq__downloadBlock .link-meta button{grid-area:download;margin-top:0}}.leaders-article-body-module__rWG9eq__table{--flow-space:1.5rem}.leaders-article-body-module__rWG9eq__infoBlock{border-radius:var(--border-radius-s);background-color:var(--color-grey-100);margin-top:3rem;padding:2rem;position:relative}.leaders-article-body-module__rWG9eq__infoBlock>*+*{margin-block-start:var(--flow-space,1rem)}.leaders-article-body-module__rWG9eq__infoBlock .title{--space:0;border-radius:var(--border-radius-s);background-color:var(--color-pink-500);font-size:var(--text-copy-caption-size);padding:.5rem 1rem;line-height:1;display:inline-block;position:absolute;top:-2rem;color:#fff!important}.leaders-article-body-module__rWG9eq__articleModule{border-radius:var(--border-radius-s);background:var(--color-grey-50);justify-content:flex-start;align-items:center;width:100%;padding:1.5rem 1.5rem 1.5rem calc(1.5rem + 4px);position:relative;overflow:hidden}@media (min-width:768px){.leaders-article-body-module__rWG9eq__articleModule{padding:1.5rem 1.5rem 1.5rem calc(1.5rem + 4px)}}.leaders-article-body-module__rWG9eq__articleModule>*+*{margin-block-start:var(--flow-space,1rem)}.leaders-article-body-module__rWG9eq__articleModule:before{background-color:var(--product);content:"";width:4px;height:100%;position:absolute;top:0;left:0}.leaders-article-body-module__rWG9eq__responsiveObject{width:100%;padding-top:56.25%;position:relative;overflow:hidden}.leaders-article-body-module__rWG9eq__responsiveObject iframe{border:0;width:100%;height:100%;position:absolute;top:0;bottom:0;left:0}.leaders-article-body-module__rWG9eq__imageCaption{font-size:var(--text-copy-caption-size);text-align:center;padding:0 1rem;line-height:1.5}.leaders-article-body-module__rWG9eq__leadershipCalculator{--flow-space:2rem}.leaders-article-body-module__rWG9eq__blockquote{--blockquote-margin-x:1rem;--blockquote-padding:2rem;padding:var(--blockquote-padding);border:1px solid var(--color-grey-400);margin-right:var(--blockquote-margin-x);margin-bottom:0;margin-left:var(--blockquote-margin-x);font-size:var(--text-heading-h4-size);border-radius:0 2rem 2rem;font-weight:700;line-height:1.6;position:relative}@media (min-width:576px){.leaders-article-body-module__rWG9eq__blockquote{--blockquote-margin-x:2rem;--blockquote-padding:3rem}}@media (min-width:768px){.leaders-article-body-module__rWG9eq__blockquote{--blockquote-margin-x:3rem}}@media (min-width:1200px){.leaders-article-body-module__rWG9eq__blockquote{--blockquote-margin-x:4rem}}.leaders-article-body-module__rWG9eq__blockquote:before{z-index:-1;top:calc(var(--blockquote-padding) / 2);left:calc(var(--blockquote-padding) / 2);width:65px;height:65px;color:var(--color-grey-100);content:"“";vertical-align:middle;font-size:11rem;line-height:.93;display:flex;position:absolute}.leaders-article-body-module__rWG9eq__blockquote span{font-weight:inherit!important}.leaders-article-body-module__rWG9eq__blockquote em{font-style:normal}.leaders-article-body-module__rWG9eq__pullquote{border:1px solid var(--color-grey-400);font-size:var(--text-heading-h4-size);border-radius:0 2rem 2rem;flex-direction:column;gap:.5rem;margin:2rem 1rem;padding:2rem;font-weight:700;line-height:1.6;display:flex;position:relative}@media (min-width:576px){.leaders-article-body-module__rWG9eq__pullquote{margin:2rem}}@media (min-width:768px){.leaders-article-body-module__rWG9eq__pullquote{float:right;max-width:275px;margin:2rem 0 2rem 3rem}}.leaders-article-body-module__rWG9eq__pullquote:before{z-index:-1;width:65px;height:65px;color:var(--color-grey-100);content:"“";vertical-align:middle;font-size:11rem;line-height:.93;display:flex;position:absolute;top:.5rem;left:1rem}.leaders-article-body-module__rWG9eq__pullquote em{font-size:var(--text-copy-caption-size);font-weight:400}.leaders-article-body-module__rWG9eq__body{line-height:1.7}.leaders-article-body-module__rWG9eq__body .article-module-fullwidth img{width:100%}.leaders-article-body-module__rWG9eq__body .image-left{float:left;max-width:36%;margin:.5rem 2rem 1.5rem 0}.leaders-article-body-module__rWG9eq__body .image-right{float:right;max-width:36%;margin:.5rem 0 1.5rem 2rem}.leaders-article-body-module__rWG9eq__body .table-responsive td{border-top:1px solid var(--color-grey-200);vertical-align:top;padding:.75rem}
.HaveYouTried-module__TGvRKa__explore{border-radius:var(--border-radius-s);background-color:var(--color-neutral-500);color:var(--color-foundations-white);margin-top:1rem;padding:2rem 1.5rem 1.5rem;position:relative}.HaveYouTried-module__TGvRKa__explore .HaveYouTried-module__TGvRKa__layout{align-items:flex-end;gap:2rem;display:flex}.HaveYouTried-module__TGvRKa__explore .HaveYouTried-module__TGvRKa__layout .HaveYouTried-module__TGvRKa__underLineTitle{margin-bottom:.5rem;font-size:1.25rem;display:inline-block;position:relative}.HaveYouTried-module__TGvRKa__explore .HaveYouTried-module__TGvRKa__layout .HaveYouTried-module__TGvRKa__button{margin-bottom:1rem}
.container-module__EhQD7q__container{max-width:var(--container-width,1200px);padding-right:var(--container-padding);padding-left:var(--container-padding);margin:0 auto}@media (min-width:768px){.container-module__EhQD7q__container{--container-padding:2rem}}@media (min-width:1440px){.container-module__EhQD7q__container{--container-padding:1.5rem}}
.PageWrapper-module__WBPSlW__pageContentAsideWrapper{gap:var(--aside-y-gap);grid-template-columns:1fr;display:grid}@media (min-width:992px){.PageWrapper-module__WBPSlW__pageContentAsideWrapper{gap:var(--aside-y-gap) var(--aside-x-gap);grid-template-areas:". .";grid-auto-flow:row;grid-template-columns:1fr var(--aside-width)}}@media (min-width:992px){.PageWrapper-module__WBPSlW__pageContentAsideWrapper.PageWrapper-module__WBPSlW__reverse{grid-template-columns:var(--aside-width) 1fr}}
.LoadingSkeleton-module__qjw70q__loading{border-radius:var(--border-radius-s);flex-direction:column;gap:.75rem;margin:1rem 0 0;display:flex}@media (min-width:576px){.LoadingSkeleton-module__qjw70q__loading{flex-direction:row}}.LoadingSkeleton-module__qjw70q__loading .LoadingSkeleton-module__qjw70q__resourceItem{border:1px solid var(--color-grey-200);border-radius:var(--border-radius-s);flex:1;padding:1rem}.LoadingSkeleton-module__qjw70q__loading .LoadingSkeleton-module__qjw70q__resourceItem .LoadingSkeleton-module__qjw70q__title{margin-top:.5rem}@media (min-width:576px){.LoadingSkeleton-module__qjw70q__loading .LoadingSkeleton-module__qjw70q__resourceItem .LoadingSkeleton-module__qjw70q__title .LoadingSkeleton-module__qjw70q__mobile{display:none}}.LoadingSkeleton-module__qjw70q__loading .LoadingSkeleton-module__qjw70q__resourceItem .LoadingSkeleton-module__qjw70q__title .LoadingSkeleton-module__qjw70q__desktop{display:none}@media (min-width:576px){.LoadingSkeleton-module__qjw70q__loading .LoadingSkeleton-module__qjw70q__resourceItem .LoadingSkeleton-module__qjw70q__title .LoadingSkeleton-module__qjw70q__desktop{display:inline-flex}}
.alert-module__4CKuHW__alert{--alert-border:var(--color-grey-500);--alert-icon:var(--alert-border);border-radius:var(--border-radius-s);background-color:var(--color-grey-50);overflow-wrap:break-word;width:100%;padding:1rem 1.5rem;position:relative;overflow:hidden}.alert-module__4CKuHW__alert:before{background-color:var(--alert-border);content:"";width:4px;height:100%;position:absolute;top:0;left:0}.alert-module__4CKuHW__alert>svg{width:1.5rem;height:1.5rem;color:var(--alert-icon);flex:none;position:absolute;top:1.125rem;left:1rem}.alert-module__4CKuHW__alert>svg~*{margin-left:1.75rem}.alert-module__4CKuHW__alert .alert-module__4CKuHW__heading{color:var(--alert-border);margin-bottom:.5rem;font-weight:500}.alert-module__4CKuHW__alert.alert-module__4CKuHW__hideBorder:before{display:none}.alert-module__4CKuHW__default{--alert-border:var(--color-pink-500)}.alert-module__4CKuHW__warning{--alert-border:var(--theme-warning-primary-aa);background-color:var(--theme-warning-background)}.alert-module__4CKuHW__destructive{--alert-border:var(--theme-error-primary-aa);background-color:var(--theme-error-background)}.alert-module__4CKuHW__success{--alert-border:var(--theme-success-primary-aa);background-color:var(--theme-success-background)}.alert-module__4CKuHW__governorhub{--alert-border:var(--theme-governorhub-primary);background-color:#ecf8ff}.alert-module__4CKuHW__info{--alert-border:var(--color-grey-400);--alert-icon:var(--color-grey-600)}.alert-module__4CKuHW__neutral{--alert-icon:var(--color-grey-500);background-color:var(--color-grey-100)}.alert-module__4CKuHW__neutral:before{display:none}.alert-module__4CKuHW__blue{--alert-border:#54a1f4;--alert-icon:#54a1f4;background-color:#eef6fe}.alert-module__4CKuHW__pink{--alert-border:var(--color-pink-500);background-color:#fff2f6}.alert-module__4CKuHW__ai{--alert-border:var(--theme-keygpt-primary);background-color:var(--color-grey-50)}.alert-module__4CKuHW__keyhr{--alert-border:var(--theme-keyhr-primary);background-color:var(--color-grey-50)}.alert-module__4CKuHW__admin{--alert-border:var(--color-orange-500);background-color:var(--color-grey-50)}
.ResourceItem-module__7SfiWa__resourceItem{border:1px solid var(--color-grey-200);border-radius:var(--border-radius-s);flex:1;padding:1rem}.ResourceItem-module__7SfiWa__resourceItem .ResourceItem-module__7SfiWa__title{margin-top:.5rem;font-weight:700}
.ratings-module__wvv3Ca__ratings{--rating-star-border:#ffb74f;--rating-star-fill:#ffe2bb;background-color:var(--color-grey-50);border-bottom-left-radius:var(--border-radius-s);border-bottom-right-radius:var(--border-radius-s);margin-top:4rem;padding:calc(2rem + 4px) 2rem 2rem;position:relative;overflow:hidden}.ratings-module__wvv3Ca__ratings:before{background-color:var(--product);content:"";width:100%;height:4px;position:absolute;top:0;left:0}.ratings-module__wvv3Ca__starWrapper{flex-direction:column;gap:1rem;display:flex}@media (min-width:768px){.ratings-module__wvv3Ca__starWrapper{flex-direction:row;align-items:center}}.ratings-module__wvv3Ca__starSelection{display:flex}.ratings-module__wvv3Ca__starSelection label{width:2.5rem;height:2rem}.ratings-module__wvv3Ca__starSelection label .ratings-module__wvv3Ca__star{width:2rem;height:2rem;color:var(--rating-star-border)}.ratings-module__wvv3Ca__starSelection label .ratings-module__wvv3Ca__star path{fill:var(--rating-star-fill)}.ratings-module__wvv3Ca__starSelection input{width:0;height:0}:is(.ratings-module__wvv3Ca__starSelection:not(:hover) input:indeterminate+label,.ratings-module__wvv3Ca__starSelection:not(:hover) input:checked~input+label,.ratings-module__wvv3Ca__starSelection input:hover~input+label) .ratings-module__wvv3Ca__star path{fill:var(--color-foundations-white)}.ratings-module__wvv3Ca__selectionMessage{color:var(--color-grey-600);font-size:var(--text-copy-caption-size);line-height:1}.ratings-module__wvv3Ca__selectionMessage .ratings-module__wvv3Ca__errorRating{color:var(--theme-error-primary-aa)}.ratings-module__wvv3Ca__description{color:var(--color-grey-600)}.ratings-module__wvv3Ca__errorText{color:var(--theme-error-primary-aa);font-size:var(--text-copy-caption-size)}.ratings-module__wvv3Ca__submit{flex-direction:column;justify-content:space-between;align-items:flex-start;gap:2rem;display:flex}@media (min-width:992px){.ratings-module__wvv3Ca__submit{flex-direction:row;align-items:center}}.ratings-module__wvv3Ca__submit .ratings-module__wvv3Ca__button{flex:none}.ratings-module__wvv3Ca__alert{margin-top:4rem}
.start-assessment-module__xQ2RDW__button{gap:.5rem;display:flex}.start-assessment-module__xQ2RDW__button svg{width:1rem;height:1rem;margin:0}
.policy-update-alert-module__YyaYdG__abstract{margin-bottom:var(--spacing-2xs)}
.policy-updates-module__fwIXiW__policyUpdates,.policy-updates-module__fwIXiW__skeleton{gap:var(--spacing-xs);flex-direction:column;display:flex}.policy-updates-module__fwIXiW__skeletonAlert{border-radius:var(--border-radius-s);height:7.875rem}