/*
 * react-circular-progressbar styles
 * All of the styles in this file are configurable!
 */

.CircularProgressbar {
  /*
   * This fixes an issue where the CircularProgressbar svg has
   * 0 width inside a "display: flex" container, and thus not visible.
   */
  width: 100%;
  /*
   * This fixes a centering issue with CircularProgressbarWithChildren:
   * https://github.com/kevinsqi/react-circular-progressbar/issues/94
   */
  vertical-align: middle;
}

.CircularProgressbar .CircularProgressbar-path {
  stroke: #3e98c7;
  stroke-linecap: round;
  -webkit-transition: stroke-dashoffset 0.5s ease 0s;
  transition: stroke-dashoffset 0.5s ease 0s;
}

.CircularProgressbar .CircularProgressbar-trail {
  stroke: #d6d6d6;
  /* Used when trail is not full diameter, i.e. when props.circleRatio is set */
  stroke-linecap: round;
}

.CircularProgressbar .CircularProgressbar-text {
  fill: #3e98c7;
  font-size: 20px;
  dominant-baseline: middle;
  text-anchor: middle;
}

.CircularProgressbar .CircularProgressbar-background {
  fill: #d6d6d6;
}

/*
 * Sample background styles. Use these with e.g.:
 *
 *   <CircularProgressbar
 *     className="CircularProgressbar-inverted"
 *     background
 *     percentage={50}
 *   />
 */
.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-background {
  fill: #3e98c7;
}

.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-text {
  fill: #fff;
}

.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-path {
  stroke: #fff;
}

.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-trail {
  stroke: transparent;
}

.skeleton-loading,.cxb-lookupfield .cxb-dropdown .cxe-lookupfield-message:not(.cxs-no-results),.cxm-skeleton-loading{position:relative}.skeleton-loading:after,.cxb-lookupfield .cxb-dropdown .cxe-lookupfield-message:not(.cxs-no-results):after,.cxm-skeleton-loading:after{position:absolute;top:0;right:0;bottom:0;left:0;transform:translateX(-100%);background-image:linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0));animation:shimmer 1s infinite;content:""}.skeleton-loading.cxm-dark,.cxb-lookupfield .cxb-dropdown .cxm-dark.cxe-lookupfield-message:not(.cxs-no-results),.cxm-skeleton-loading.cxm-dark{background-image:linear-gradient(90deg, rgba(238, 238, 238, 0.2) 0, rgba(238, 238, 238, 0.5) 20%, rgba(238, 238, 238, 0.8) 60%, rgba(238, 238, 238, 0))}@keyframes shimmer{100%{transform:translateX(100%)}}@keyframes ping{75%{transform:scale(2);opacity:0}100%{transform:scale(2);opacity:0}}html{font-weight:500;height:100%}html h1{font-size:72px;letter-spacing:-0.02em;line-height:90px;color:#101828}html h2{font-size:60px;letter-spacing:-0.02em;line-height:72px;color:#101828}html h3{font-size:48px;letter-spacing:-0.02em;line-height:60px;color:#101828}html h4{font-size:36px;letter-spacing:-0.02em;line-height:44px;color:#101828}html h5{font-size:30px;letter-spacing:-0.02em;line-height:38px;color:#101828}html h6{font-size:20px;letter-spacing:-0.02em;line-height:32px;color:#101828}body{font-family:"Inter",sans-serif;height:100%;color:#667085;font-size:14px}.cx-text-left.cx-text-left{text-align:left}.cx-text-right.cx-text-right{text-align:right}.cx-text-center.cx-text-center{text-align:center}.cxb-labelsleftlayout{border-spacing:0}.cxb-labelsleftlayout.cxm-stretch{width:100%}.cxb-labelsleftlayout.cxm-stretch .cxe-labelsleftlayout-label{width:5em}.cxb-labelsleftlayout.cxm-stretch .cxe-labelsleftlayout-label .cxb-label{white-space:nowrap}.cxe-labelsleftlayout-field{padding:5px 0 5px 5px}.cxe-labelsleftlayout-label{text-align:right;vertical-align:top;padding:5px 5px 5px 0}.cxe-labelsleftlayout-label .cxb-label{padding-right:0}.cxb-labelstoplayout{border-spacing:0 3px}.cxb-labelstoplayout.cxm-stretch{width:100%}.cxe-labelstoplayout-field{padding:0 5px;box-sizing:border-box;vertical-align:top}.cxe-labelstoplayout-field:first-child{padding-left:0}.cxe-labelstoplayout-field:last-child{padding-right:0}.cxe-labelstoplayout-label{vertical-align:bottom;padding:5px 5px 0 5px;box-sizing:border-box}.cxe-labelstoplayout-label .cxb-label{padding-left:0;padding-bottom:0}.cxe-labelstoplayout-label:first-child{padding-left:0}.cxe-labelstoplayout-label:last-child{padding-right:0}.cxm-fixed{table-layout:fixed}@keyframes cx-rotate{from{transform:rotate(0)}to{transform:rotate(360deg)}}.cxb-button{position:relative;box-sizing:border-box;display:inline-block;height:36px;background-color:#e8ebf5;box-shadow:none;border-color:rgba(0,0,0,0);border-width:1px;border-radius:6px;border-style:solid;user-select:none;color:#475467;font-family:inherit;font-size:14px;font-weight:normal;line-height:18px;padding:8px 16px 8px 16px;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;white-space:nowrap;text-decoration:none}.cxb-button::-moz-focus-inner{border:0;padding:0;margin:-1px}.cxb-button:hover{box-shadow:none;text-decoration:none;color:#1d2939;background-color:#d6dbea}.cxb-button:focus{outline:none;box-shadow:inset 0 0 0 4px #eaecf0;border-color:#eaecf0}.cxb-button:active,.cxb-button.cxs-pressed{top:0;box-shadow:none}.cxb-button[disabled],.cxb-button.cxs-disabled{color:#98a2b3;box-shadow:none;pointer-events:none;background-color:#f2f4fb}.cxb-button.cxm-primary{background-color:var(--brand_color_primary_button_bg, #04042f);border-color:var(--brand_color_primary_button_bg, #04042f);color:var(--brand_color_primary_button_text, white)}.cxb-button.cxm-primary[disabled],.cxb-button.cxm-primary.cxs-disabled{background-color:var(--brand_color_primary_button_bg_disabled, #04042f);border-color:rgba(30,136,229,.1);color:--brand_color_primary_disabled,#fff;opacity:.15}.cxb-button.cxm-primary:hover{background-color:var(--brand_color_primary_button_bg_hover, #04042f);border-color:var(--brand_color_primary_button_bg_hover, #04042f)}.cxb-button.cxm-primary:focus{border-color:var(--brand_color_primary_button_bg, #b6bed7);box-shadow:inset 0 0 0 4px var(--brand_color_primary_button_bg_hover, #b6bed7)}.cxb-button.cxm-danger{background-color:#d32f2f;border-color:#c62828;color:#fff}.cxb-button.cxm-danger[disabled],.cxb-button.cxm-danger.cxs-disabled{background-color:rgba(211,47,47,.6);border-color:rgba(198,40,40,.1);color:rgba(255,255,255,.5)}.cxb-button.cxm-danger:hover{background-color:#d32f2f}.cxb-button.cxm-hollow{background-color:rgba(0,0,0,0);border-color:rgba(0,0,0,0);color:inherit;box-shadow:none}.cxb-button.cxm-hollow[disabled],.cxb-button.cxm-hollow.cxs-disabled{color:rgba(128,128,128,.5)}.cxb-button.cxm-hollow:hover{background-color:rgba(128,128,128,.1);outline:none;cursor:pointer;box-shadow:none;border-color:rgba(0,0,0,0)}.cxb-button.cxm-hollow:focus{background-color:rgba(123,190,255,.3);outline:none;box-shadow:none;border-color:rgba(0,0,0,0)}.cxb-button.cxm-accent{background-color:var(--brand_color_accent, #eb003f);border-color:var(--brand_color_accent, #eb003f);color:var(--brand_color_accent_text, #ffffff)}.cxb-button.cxm-accent[disabled],.cxb-button.cxm-accent.cxs-disabled{background-color:var(--brand_color_accent_disabled, #eb003f);opacity:.3;color:var(--accent_brand_text_color_disabled, white)}.cxb-button.cxm-accent:hover{background-color:var(--brand_color_accent_bg_hover, #8d0026);border-color:var(--brand_color_accent_bg_hover, #8d0026)}.cxb-button.cxm-accent:focus{border-color:var(--brand_color_accent_focus, #ff628c);box-shadow:inset 0 0 0 4px var(--brand_color_accent_focus, #ff628c)}.cxb-button.cxm-secondary{background-color:#fff;border-color:#d0d5dd;border-radius:4px;padding:3px 8px}.cxb-button.cxm-secondary[disabled],.cxb-button.cxm-secondary.cxs-disabled{color:#d0d5dd;border-color:#eaecf0}.cxb-button.cxm-secondary:hover{background-color:#f9fafb}.cxb-button.cxm-secondary:focus{border-color:#0e0e3d;box-shadow:0px 1px 2px 0px rgba(16,24,40,.05)}.cxb-button.cxm-error-default{border-color:#f97066}.cxb-button.cxm-error-default[disabled],.cxb-button.cxm-error-default.cxs-disabled{border-color:#fee4e2;color:#d0d5dd}.cxb-button.cxm-error-default:hover{border-color:#f04438;color:#1d2939}.cxb-button.cxm-error-default:focus{border-color:#fecdca;box-shadow:inset 0 0 0 4px #fecdca}.cxb-button.cxm-error-primary{border-color:#f04438;background-color:#f04438;color:#fff}.cxb-button.cxm-error-primary[disabled],.cxb-button.cxm-error-primary.cxs-disabled{border-color:#fecdca;background-color:#fecdca;color:#fff}.cxb-button.cxm-error-primary:hover{border-color:#d92d20;background-color:#d92d20;color:#fff}.cxb-button.cxm-error-primary:focus{border-color:#fecdca;box-shadow:inset 0 0 0 4px #fecdca}.cxb-button.cxm-alert-default{border-color:#fdb022}.cxb-button.cxm-alert-default[disabled],.cxb-button.cxm-alert-default.cxs-disabled{border-color:#fedf89;color:#d0d5dd}.cxb-button.cxm-alert-default:hover{border-color:#f79009;color:#1d2939}.cxb-button.cxm-alert-default:focus{border-color:#fedf89;box-shadow:inset 0 0 0 4px #fedf89}.cxb-button.cxm-alert-primary{border-color:#fdb022;background-color:#fdb022;color:#fff}.cxb-button.cxm-alert-primary[disabled],.cxb-button.cxm-alert-primary.cxs-disabled{border-color:#fef0c7;background-color:#fef0c7;color:#fff}.cxb-button.cxm-alert-primary:hover{border-color:#f79009;background-color:#f79009;color:#fff}.cxb-button.cxm-alert-primary:focus{background-color:#fdb022;border-color:#fedf89;box-shadow:inset 0 0 0 4px #fedf89}.cxb-button.cxm-success-default{border-color:#12b799}.cxb-button.cxm-success-default[disabled],.cxb-button.cxm-success-default.cxs-disabled{border-color:#a6f4e1}.cxb-button.cxm-success-default:hover{border-color:#03987d}.cxb-button.cxm-success-default:focus{border-color:#a6f4e1;box-shadow:inset 0 0 0 4px #a6f4e1}.cxb-button.cxm-success-primary{border-color:#12b799;background-color:#12b799;color:#fff}.cxb-button.cxm-success-primary[disabled],.cxb-button.cxm-success-primary.cxs-disabled{border-color:#a6f4e1;background-color:#a6f4e1;color:#fff}.cxb-button.cxm-success-primary:hover{border-color:#03987d;background-color:#03987d;color:#fff}.cxb-button.cxm-success-primary:focus{border-color:#a6f4e1;box-shadow:inset 0 0 0 4px #a6f4e1;background-color:#12b799}.cxb-button.cxm-circle{border-radius:100%;width:36px}.cxb-button.cxm-square{width:36px;border-radius:6px}.cxb-button.cxm-small{width:24px;height:24px;border-radius:6px;font-size:12px}.cxb-button.cxm-gray{background-color:#f2f4f7;color:#475467;border:none}.cxb-button.cxm-gray:hover{background-color:#eaecf0;color:#1d2939}.cxb-button.cxm-error-text{color:#f04438}.cxb-button.cxm-link{color:var(--brand_color_accent, #eb003f);border:none;padding:0;background-color:rgba(0,0,0,0);height:20px;text-align:left;font-size:12px}.cxb-button.cxm-link[disabled],.cxb-button.cxm-link.cxs-disabled{opacity:.8;color:#344054 !important}.cxb-button.cxm-link:hover{filter:saturate(1.5)}.cxe-button-icon{display:inline-block;position:absolute;top:50%;left:8px;margin-top:-8px;height:16px;width:16px;line-height:16px;text-align:center}.cxe-button-baseline{display:inline-block;width:1px;margin-left:-1px}.cxb-button.cxs-icon{padding:8px 16px 8px 32px}.cxb-button.cxs-icon.cxs-empty{padding:8px 8px 8px 24px}.cxb-list{list-style:none;margin:0;padding:0;overflow:auto;border:0 solid #eaecf0;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-overflow-scrolling:touch}.cxb-list.cxs-focused{outline:none}.cxb-list.cxm-bordered{border-width:1px}.cxb-list.cxm-bordered>.cxe-list-item:not(:first-child){border-top-width:1px}.cxe-list-item{margin:0;border:0 solid #eaecf0}.cxe-list-item.cxs-pad{padding:12px 16px}.cxs-selectable>.cxe-list-item{cursor:pointer}.cxe-list-item:hover{background-color:#f9fafb;outline:none;cursor:pointer}.cxe-list-item.cxs-cursor{background-color:#f9fafb;outline:none;cursor:pointer}.cxb-list.cxs-focused>.cxe-list-item.cxs-cursor,.cxb-list:focus>.cxe-list-item.cxs-cursor{background-color:#f2f4f7;outline:none}.cxe-list-item.cxs-selected{background-color:#f2f4f7}.cxe-list-item.cxs-selected.cxs-cursor{background-color:#f2f4f7}.cxb-list.cxs-focused>.cxe-list-item.cxs-selected.cxs-cursor,.cxb-list:focus>.cxe-list-item.cxs-selected.cxs-cursor{background-color:#f2f4f7;outline:none}.cxe-list-item.cxs-disabled{cursor:default;opacity:.4;pointer-events:none}.cxe-list-empty-text{padding:12px 16px;color:rgba(128,128,128,.7)}.cxb-cxcredit{width:50px;height:50px;opacity:.5;transition:opacity .3s ease-in-out;background:rgba(255,255,255,.1);cursor:pointer;position:fixed;bottom:20px;right:20px}.cxb-cxcredit:hover{opacity:1}.cxb-cxcredit.cxm-inline{position:relative;bottom:auto;right:auto}.cxe-cxcredit-icon{width:100%;height:100%}.cxb-section{flex-direction:column;display:flex;box-sizing:border-box}.cxb-section.cxm-card,.cxb-section.cxm-well{background-color:rgba(255,255,255,.9);border-radius:3px}.cxb-section.cxm-warning{color:#fff;background-color:#f09037;border-radius:3px}.cxb-section.cxm-primary{color:#fff;background-color:#1f99f8;border-radius:3px}.cxb-section.cxm-success{color:#fff;background-color:#5cb85c;border-radius:3px}.cxb-section.cxm-error{color:#fff;background-color:#d9534f;border-radius:3px}.cxe-section-header{margin:0 1.5rem;padding:1rem 0;box-sizing:border-box;border-bottom:1px solid rgba(128,128,128,.3)}.cxe-section-body{flex:1 1 auto;box-sizing:border-box;overflow:auto}.cxs-pad>.cxe-section-body{padding:1rem 1.5rem}.cxe-section-footer{margin:0 1.5rem;padding:1rem 0;box-sizing:border-box;border-top:1px solid rgba(128,128,128,.3)}.cxb-heading.cxs-level-1{margin:0;padding:0}.cxb-heading.cxs-level-2{margin:0;padding:0}.cxb-heading.cxs-level-3{margin:0;padding:0}.cxb-heading.cxs-level-4{margin:0;padding:0}.cxb-heading.cxs-level-5{margin:0;padding:0}.cxb-heading.cxs-level-6{margin:0;padding:0}.cxb-flexbox{box-sizing:border-box;position:relative;display:flex;flex-direction:column}.cxb-flexbox.cxs-nested{overflow:hidden}.cxb-flexbox.cxs-nested>div{overflow:auto}.cxb-flexbox.cxs-xsmall-hpad{padding-left:3px;padding-right:3px}.cxb-flexbox.cxs-xsmall-vpad{padding-top:3px;padding-bottom:3px}.cxb-flexbox.cxs-small-hpad{padding-left:5px;padding-right:5px}.cxb-flexbox.cxs-small-vpad{padding-top:5px;padding-bottom:5px}.cxb-flexbox.cxs-medium-hpad{padding-left:10px;padding-right:10px}.cxb-flexbox.cxs-medium-vpad{padding-top:10px;padding-bottom:10px}.cxb-flexbox.cxs-large-hpad{padding-left:15px;padding-right:15px}.cxb-flexbox.cxs-large-vpad{padding-top:15px;padding-bottom:15px}.cxb-flexbox.cxs-xlarge-hpad{padding-left:20px;padding-right:20px}.cxb-flexbox.cxs-xlarge-vpad{padding-top:20px;padding-bottom:20px}.cxe-flexbox-flexbox{display:flex;flex:1 1 auto}.cxe-flexbox-flexbox.cxs-column{flex-direction:column}.cxe-flexbox-flexbox.cxs-row{flex-direction:row}.cxe-flexbox-flexbox.cxs-row-reverse{flex-direction:row-reverse}.cxe-flexbox-flexbox.cxs-xsmall-hspacing{margin-left:-1.5px;margin-right:-1.5px}.cxe-flexbox-flexbox.cxs-xsmall-hspacing>*{margin-left:1.5px;margin-right:1.5px}.cxe-flexbox-flexbox.cxs-xsmall-vspacing{margin-top:-1.5px;margin-bottom:-1.5px}.cxe-flexbox-flexbox.cxs-xsmall-vspacing>*{margin-top:1.5px;margin-bottom:1.5px}.cxe-flexbox-flexbox.cxs-small-hspacing{margin-left:-2.5px;margin-right:-2.5px}.cxe-flexbox-flexbox.cxs-small-hspacing>*{margin-left:2.5px;margin-right:2.5px}.cxe-flexbox-flexbox.cxs-small-vspacing{margin-top:-2.5px;margin-bottom:-2.5px}.cxe-flexbox-flexbox.cxs-small-vspacing>*{margin-top:2.5px;margin-bottom:2.5px}.cxe-flexbox-flexbox.cxs-medium-hspacing{margin-left:-5px;margin-right:-5px}.cxe-flexbox-flexbox.cxs-medium-hspacing>*{margin-left:5px;margin-right:5px}.cxe-flexbox-flexbox.cxs-medium-vspacing{margin-top:-5px;margin-bottom:-5px}.cxe-flexbox-flexbox.cxs-medium-vspacing>*{margin-top:5px;margin-bottom:5px}.cxe-flexbox-flexbox.cxs-large-hspacing{margin-left:-7.5px;margin-right:-7.5px}.cxe-flexbox-flexbox.cxs-large-hspacing>*{margin-left:7.5px;margin-right:7.5px}.cxe-flexbox-flexbox.cxs-large-vspacing{margin-top:-7.5px;margin-bottom:-7.5px}.cxe-flexbox-flexbox.cxs-large-vspacing>*{margin-top:7.5px;margin-bottom:7.5px}.cxe-flexbox-flexbox.cxs-xlarge-hspacing{margin-left:-10px;margin-right:-10px}.cxe-flexbox-flexbox.cxs-xlarge-hspacing>*{margin-left:10px;margin-right:10px}.cxe-flexbox-flexbox.cxs-xlarge-vspacing{margin-top:-10px;margin-bottom:-10px}.cxe-flexbox-flexbox.cxs-xlarge-vspacing>*{margin-top:10px;margin-bottom:10px}.cxe-flexbox-flexbox.cxs-align-center{align-items:center}.cxe-flexbox-flexbox.cxs-align-start{align-items:flex-start}.cxe-flexbox-flexbox.cxs-align-end{align-items:flex-end}.cxe-flexbox-flexbox.cxs-align-baseline{align-items:baseline}.cxe-flexbox-flexbox.cxs-wrap{flex-wrap:wrap}.cxe-flexbox-flexbox.cxs-justify-center{justify-content:center}.cxe-flexbox-flexbox.cxs-justify-start{justify-content:flex-start}.cxe-flexbox-flexbox.cxs-justify-end{justify-content:flex-end}.cxe-flexbox-flexbox.cxs-justify-space-between{justify-content:space-between}.cxe-flexbox-flexbox.cxs-justify-space-around{justify-content:space-around}.cxe-flexbox-flexbox.cxs-justify-space-evenly{justify-content:space-evenly}@media not screen and (min-width: 400px){.cxe-flexbox-flexbox.cxs-target-phone{display:block}.cxe-flexbox-flexbox.cxs-target-phone.cxs-xsmall-hspacing{margin-left:-3px;margin-right:-3px}.cxe-flexbox-flexbox.cxs-target-phone.cxs-xsmall-hspacing>*{margin-left:3px;margin-right:3px}.cxe-flexbox-flexbox.cxs-target-phone.cxs-xsmall-vspacing{margin-top:-3px;margin-bottom:-3px}.cxe-flexbox-flexbox.cxs-target-phone.cxs-xsmall-vspacing>*{margin-top:3px;margin-bottom:3px}.cxe-flexbox-flexbox.cxs-target-phone.cxs-small-hspacing{margin-left:-5px;margin-right:-5px}.cxe-flexbox-flexbox.cxs-target-phone.cxs-small-hspacing>*{margin-left:5px;margin-right:5px}.cxe-flexbox-flexbox.cxs-target-phone.cxs-small-vspacing{margin-top:-5px;margin-bottom:-5px}.cxe-flexbox-flexbox.cxs-target-phone.cxs-small-vspacing>*{margin-top:5px;margin-bottom:5px}.cxe-flexbox-flexbox.cxs-target-phone.cxs-medium-hspacing{margin-left:-10px;margin-right:-10px}.cxe-flexbox-flexbox.cxs-target-phone.cxs-medium-hspacing>*{margin-left:10px;margin-right:10px}.cxe-flexbox-flexbox.cxs-target-phone.cxs-medium-vspacing{margin-top:-10px;margin-bottom:-10px}.cxe-flexbox-flexbox.cxs-target-phone.cxs-medium-vspacing>*{margin-top:10px;margin-bottom:10px}.cxe-flexbox-flexbox.cxs-target-phone.cxs-large-hspacing{margin-left:-15px;margin-right:-15px}.cxe-flexbox-flexbox.cxs-target-phone.cxs-large-hspacing>*{margin-left:15px;margin-right:15px}.cxe-flexbox-flexbox.cxs-target-phone.cxs-large-vspacing{margin-top:-15px;margin-bottom:-15px}.cxe-flexbox-flexbox.cxs-target-phone.cxs-large-vspacing>*{margin-top:15px;margin-bottom:15px}.cxe-flexbox-flexbox.cxs-target-phone.cxs-xlarge-hspacing{margin-left:-20px;margin-right:-20px}.cxe-flexbox-flexbox.cxs-target-phone.cxs-xlarge-hspacing>*{margin-left:20px;margin-right:20px}.cxe-flexbox-flexbox.cxs-target-phone.cxs-xlarge-vspacing{margin-top:-20px;margin-bottom:-20px}.cxe-flexbox-flexbox.cxs-target-phone.cxs-xlarge-vspacing>*{margin-top:20px;margin-bottom:20px}}@media not screen and (min-width: 800px){.cxe-flexbox-flexbox.cxs-target-tablet{display:block}.cxe-flexbox-flexbox.cxs-target-tablet.cxs-xsmall-hspacing{margin-left:-3px;margin-right:-3px}.cxe-flexbox-flexbox.cxs-target-tablet.cxs-xsmall-hspacing>*{margin-left:3px;margin-right:3px}.cxe-flexbox-flexbox.cxs-target-tablet.cxs-xsmall-vspacing{margin-top:-3px;margin-bottom:-3px}.cxe-flexbox-flexbox.cxs-target-tablet.cxs-xsmall-vspacing>*{margin-top:3px;margin-bottom:3px}.cxe-flexbox-flexbox.cxs-target-tablet.cxs-small-hspacing{margin-left:-5px;margin-right:-5px}.cxe-flexbox-flexbox.cxs-target-tablet.cxs-small-hspacing>*{margin-left:5px;margin-right:5px}.cxe-flexbox-flexbox.cxs-target-tablet.cxs-small-vspacing{margin-top:-5px;margin-bottom:-5px}.cxe-flexbox-flexbox.cxs-target-tablet.cxs-small-vspacing>*{margin-top:5px;margin-bottom:5px}.cxe-flexbox-flexbox.cxs-target-tablet.cxs-medium-hspacing{margin-left:-10px;margin-right:-10px}.cxe-flexbox-flexbox.cxs-target-tablet.cxs-medium-hspacing>*{margin-left:10px;margin-right:10px}.cxe-flexbox-flexbox.cxs-target-tablet.cxs-medium-vspacing{margin-top:-10px;margin-bottom:-10px}.cxe-flexbox-flexbox.cxs-target-tablet.cxs-medium-vspacing>*{margin-top:10px;margin-bottom:10px}.cxe-flexbox-flexbox.cxs-target-tablet.cxs-large-hspacing{margin-left:-15px;margin-right:-15px}.cxe-flexbox-flexbox.cxs-target-tablet.cxs-large-hspacing>*{margin-left:15px;margin-right:15px}.cxe-flexbox-flexbox.cxs-target-tablet.cxs-large-vspacing{margin-top:-15px;margin-bottom:-15px}.cxe-flexbox-flexbox.cxs-target-tablet.cxs-large-vspacing>*{margin-top:15px;margin-bottom:15px}.cxe-flexbox-flexbox.cxs-target-tablet.cxs-xlarge-hspacing{margin-left:-20px;margin-right:-20px}.cxe-flexbox-flexbox.cxs-target-tablet.cxs-xlarge-hspacing>*{margin-left:20px;margin-right:20px}.cxe-flexbox-flexbox.cxs-target-tablet.cxs-xlarge-vspacing{margin-top:-20px;margin-bottom:-20px}.cxe-flexbox-flexbox.cxs-target-tablet.cxs-xlarge-vspacing>*{margin-top:20px;margin-bottom:20px}}@media not screen and (min-width: 1300px){.cxe-flexbox-flexbox.cxs-target-desktop{display:block}.cxe-flexbox-flexbox.cxs-target-desktop.cxs-xsmall-hspacing{margin-left:-3px;margin-right:-3px}.cxe-flexbox-flexbox.cxs-target-desktop.cxs-xsmall-hspacing>*{margin-left:3px;margin-right:3px}.cxe-flexbox-flexbox.cxs-target-desktop.cxs-xsmall-vspacing{margin-top:-3px;margin-bottom:-3px}.cxe-flexbox-flexbox.cxs-target-desktop.cxs-xsmall-vspacing>*{margin-top:3px;margin-bottom:3px}.cxe-flexbox-flexbox.cxs-target-desktop.cxs-small-hspacing{margin-left:-5px;margin-right:-5px}.cxe-flexbox-flexbox.cxs-target-desktop.cxs-small-hspacing>*{margin-left:5px;margin-right:5px}.cxe-flexbox-flexbox.cxs-target-desktop.cxs-small-vspacing{margin-top:-5px;margin-bottom:-5px}.cxe-flexbox-flexbox.cxs-target-desktop.cxs-small-vspacing>*{margin-top:5px;margin-bottom:5px}.cxe-flexbox-flexbox.cxs-target-desktop.cxs-medium-hspacing{margin-left:-10px;margin-right:-10px}.cxe-flexbox-flexbox.cxs-target-desktop.cxs-medium-hspacing>*{margin-left:10px;margin-right:10px}.cxe-flexbox-flexbox.cxs-target-desktop.cxs-medium-vspacing{margin-top:-10px;margin-bottom:-10px}.cxe-flexbox-flexbox.cxs-target-desktop.cxs-medium-vspacing>*{margin-top:10px;margin-bottom:10px}.cxe-flexbox-flexbox.cxs-target-desktop.cxs-large-hspacing{margin-left:-15px;margin-right:-15px}.cxe-flexbox-flexbox.cxs-target-desktop.cxs-large-hspacing>*{margin-left:15px;margin-right:15px}.cxe-flexbox-flexbox.cxs-target-desktop.cxs-large-vspacing{margin-top:-15px;margin-bottom:-15px}.cxe-flexbox-flexbox.cxs-target-desktop.cxs-large-vspacing>*{margin-top:15px;margin-bottom:15px}.cxe-flexbox-flexbox.cxs-target-desktop.cxs-xlarge-hspacing{margin-left:-20px;margin-right:-20px}.cxe-flexbox-flexbox.cxs-target-desktop.cxs-xlarge-hspacing>*{margin-left:20px;margin-right:20px}.cxe-flexbox-flexbox.cxs-target-desktop.cxs-xlarge-vspacing{margin-top:-20px;margin-bottom:-20px}.cxe-flexbox-flexbox.cxs-target-desktop.cxs-xlarge-vspacing>*{margin-top:20px;margin-bottom:20px}}.cxb-icon{width:16px;height:16px;font-size:16px;line-height:1;text-align:center;vertical-align:middle;display:inline-block}.cxb-label{display:inline-block;padding:8px 0;font-size:14px;font-family:inherit;font-weight:inherit;line-height:20px;border-style:solid;border-width:1px 0 1px 0;border-color:rgba(0,0,0,0)}.cxb-label.cxs-disabled{color:#bdbdbd}.cxe-label-asterisk{color:#a80000}.cxb-textfield{position:relative;display:inline-block;box-sizing:border-box;width:210px;line-height:0;height:38px}.cxb-textfield.cxs-view-mode{line-height:20px;padding:8px 16px;border-width:1px;border-style:solid;border-color:rgba(0,0,0,0)}.cxe-textfield-input{box-sizing:border-box;width:100%;height:100%;line-height:36px;padding:0 16px 0 16px;border-width:1px;font-size:14px;font-family:inherit;border-color:#d0d5dd;border-style:solid;border-radius:4px;background-color:#fff;color:inherit;outline-offset:0;box-shadow:none;text-overflow:ellipsis;-ms-appearance:none;-moz-appearance:none;-webkit-appearance:none;font-weight:inherit}.cxe-textfield-input:hover{border-color:#98a2b3}.cxe-textfield-input:focus{border-color:#98a2b3;outline:none;box-shadow:none;color:#1d2939}.cxe-textfield-input:disabled{background:#ebebe4;color:#545454;pointer-events:none}.cxs-error>.cxe-textfield-input{border-color:rgba(220,0,9,.8);box-shadow:none;border:1px solid #f04438}.cxs-error>.cxe-textfield-input:focus{box-shadow:none;border-color:#d92d20}.cxe-textfield-input::-webkit-input-placeholder{color:#98a2b3;opacity:1}.cxe-textfield-input::-moz-placeholder{color:#98a2b3;opacity:1}.cxe-textfield-input:-ms-input-placeholder{color:#98a2b3;opacity:1}.cxe-textfield-input::-ms-clear{width:0;height:0}.cxs-icon>.cxe-textfield-input{padding-left:48px}.cxs-clear>.cxe-textfield-input{padding-right:37px}.cxe-textfield-left-icon{pointer-events:none;display:block;position:absolute;font-size:16px;left:10px;top:50%;margin-top:-10px;height:20px;width:20px;line-height:20px;opacity:.6;text-align:center}.cxe-textfield-left-icon:hover{opacity:1}.cxe-textfield-clear{display:block;position:absolute;font-size:16px;right:17px;top:50%;margin-top:-10px;height:20px;width:20px;line-height:20px;color:#828282;border-radius:3px;text-align:center}.cxe-textfield-clear:hover{background-color:rgba(128,128,128,.2)}.cxe-textfield-icon{display:block;position:absolute;left:50%;top:50%;margin-top:-8px;margin-left:-8px;height:16px;width:16px;line-height:16px;text-align:center}.cxe-textfield-empty-text{color:rgba(128,128,128,.7)}.cxb-numberfield{position:relative;display:inline-block;box-sizing:border-box;width:210px;line-height:0;height:38px}.cxb-numberfield.cxs-view-mode{line-height:20px;padding:8px 16px;border-width:1px;border-style:solid;border-color:rgba(0,0,0,0)}.cxe-numberfield-input{box-sizing:border-box;width:100%;height:100%;line-height:36px;padding:0 16px 0 16px;border-width:1px;font-size:14px;font-family:inherit;border-color:#d0d5dd;border-style:solid;border-radius:4px;background-color:#fff;color:inherit;outline-offset:0;box-shadow:none;text-overflow:ellipsis;-ms-appearance:none;-moz-appearance:none;-webkit-appearance:none;font-weight:inherit}.cxe-numberfield-input:hover{border-color:#98a2b3}.cxe-numberfield-input:focus{border-color:#98a2b3;outline:none;box-shadow:none;color:#1d2939}.cxe-numberfield-input:disabled{background:#ebebe4;color:#545454;pointer-events:none}.cxs-error>.cxe-numberfield-input{border-color:rgba(220,0,9,.8);box-shadow:none;border:1px solid #f04438}.cxs-error>.cxe-numberfield-input:focus{box-shadow:none;border-color:#d92d20}.cxe-numberfield-input::-webkit-input-placeholder{color:#98a2b3;opacity:1}.cxe-numberfield-input::-moz-placeholder{color:#98a2b3;opacity:1}.cxe-numberfield-input:-ms-input-placeholder{color:#98a2b3;opacity:1}.cxe-numberfield-input::-ms-clear{width:0;height:0}.cxe-numberfield-input::-webkit-inner-spin-button,.cxe-numberfield-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.cxs-icon>.cxe-numberfield-input{padding-left:48px}.cxe-numberfield-tool{pointer-events:none;display:block;position:absolute;font-size:16px;right:17px;top:50%;margin-top:-10px;height:20px;width:20px;line-height:20px;opacity:.6;text-align:center;cursor:pointer}.cxe-numberfield-tool:hover{opacity:1}.cxe-numberfield-icon{display:block;position:absolute;left:50%;top:50%;margin-top:-8px;margin-left:-8px;height:16px;width:16px;line-height:16px;text-align:center}.cxe-numberfield-left-icon{pointer-events:none;display:block;position:absolute;font-size:16px;left:10px;top:50%;margin-top:-10px;height:20px;width:20px;line-height:20px;opacity:.6;text-align:center}.cxe-numberfield-left-icon:hover{opacity:1}.cxe-numberfield-clear{display:block;position:absolute;font-size:16px;right:17px;top:50%;margin-top:-10px;height:20px;width:20px;line-height:20px;color:#828282;border-radius:3px;text-align:center}.cxe-numberfield-clear:hover{background-color:rgba(128,128,128,.2)}.cxe-numberfield-empty-text{color:rgba(128,128,128,.7)}.cxb-calendar{display:inline-block;vertical-align:middle;width:18em;overflow-y:auto;box-sizing:border-box;line-height:20px;padding:5px;border-width:1px;font-size:14px;font-family:inherit;border-color:#d0d5dd;border-style:solid;border-radius:3px;background-color:#fff;color:#98a2b3;outline-offset:0;box-shadow:none;text-overflow:ellipsis;-ms-appearance:none;-moz-appearance:none;-webkit-appearance:none}.cxb-calendar:focus{border-color:rgba(77,144,254,.8);outline:none;box-shadow:0 0 2px rgba(77,144,254,.8)}.cxb-calendar.cxs-error{border-color:rgba(220,0,9,.8)}.cxb-calendar.cxs-error:focus{box-shadow:0 0 2px rgba(220,0,9,.8)}.cxb-calendar table{border-spacing:0;width:100%}.cxb-calendar td,.cxb-calendar th{text-align:center;width:2em;line-height:2em;-webkit-tap-highlight-color:rgba(0,0,0,0)}.cxb-calendar th{font-weight:500}.cxb-calendar tbody td{user-select:none;font-size:14px;background-color:rgba(0,0,0,0);border-radius:9999px;height:28px;line-height:28px;width:28px;min-width:28px;border:1px solid rgba(0,0,0,0);color:#04042f}.cxb-calendar .cxe-calendar-header{font-size:14px;font-weight:500;color:#344054;background-color:rgba(0,0,0,0)}.cxb-calendar td.cxs-today{background-color:rgba(0,0,0,0);border:1px solid #04042f}.cxb-calendar td.cxs-today:hover{background-color:#f2f4fb;outline:none;cursor:pointer}.cxb-calendar td.cxs-outside{color:rgba(4,4,47,.55)}.cxb-calendar td.cxs-unselectable{cursor:default;opacity:.2;pointer-events:none}.cxb-calendar td.cxs-cursor,.cxb-calendar .cxe-calendar-header td:hover{background-color:#f2f4fb;outline:none;cursor:pointer}.cxb-calendar td.cxs-selected{background-color:var(--brand_color_primary_button_bg, #04042f);border-color:var(--brand_color_primary_button_bg, #04042f);color:var(--brand_color_primary_button_text, white)}.cxb-calendar:not(.cxs-disabled) td{cursor:pointer}.cxb-calendar td:not(.cxe-calendar-year-option):first-child,.cxb-calendar td:not(.cxe-calendar-year-option):last-child{display:none;pointer-events:none}.cxb-calendar:focus td.cxs-selected{background-color:var(--brand_color_primary_button_bg, #04042f);border-color:var(--brand_color_primary_button_bg, #04042f);color:var(--brand_color_primary_button_text, white)}.cxb-calendar.cxs-disabled{background-color:rgba(0,0,0,0);border-color:rgba(0,0,0,0);color:#d1d1d1;pointer-events:none;opacity:.9}.cxe-calendar-header td{line-height:0}.cxe-calendar-icon-next-year,.cxe-calendar-icon-prev-year,.cxe-calendar-icon-prev-month,.cxe-calendar-icon-next-month{width:16px;height:16px;display:inline-block;font-size:16px;line-height:16px;user-select:none}.cxe-calendar-year-name{cursor:pointer}.cxe-calendar-year-picker{user-select:none;overflow-y:scroll;width:100%;max-height:24em;height:auto}.cxe-calendar-year-option{cursor:pointer;font-size:14px;background-color:rgba(0,0,0,0);border-radius:9999px;height:28px;line-height:28px;width:28px;min-width:28px;border:1px solid rgba(0,0,0,0);color:#04042f}.cxe-calendar-year-option.cxs-active{background-color:rgba(0,0,0,0);border:1px solid #04042f}.cxe-calendar-year-option:hover{background-color:#f2f4fb;outline:none;cursor:pointer}.cxe-calendar-year-option.cxs-selected{background-color:var(--brand_color_primary_button_bg, #04042f);border-color:var(--brand_color_primary_button_bg, #04042f);color:var(--brand_color_primary_button_text, white)}.cxe-calendar-icon-prev-year{transform:rotate(180deg)}.cxe-calendar-icon-prev-month{transform:rotate(90deg)}.cxe-calendar-icon-next-month{transform:rotate(-90deg)}th.cxe-calendar-display{line-height:1.5;padding:.5em}.cxe-calendar-toolbar{display:flex;justify-content:center;margin-top:5px}.cxb-lookupfield{cursor:pointer;width:210px;font-size:14px;position:relative;display:inline-block;box-sizing:border-box}.cxb-lookupfield.cxs-view-mode{line-height:20px;padding:8px 16px;border-width:1px;border-style:solid;border-color:rgba(0,0,0,0)}.cxb-lookupfield.cxs-multiple{min-width:210px;width:auto}.cxb-lookupfield.cxs-readonly{pointer-events:none}.cxb-lookupfield.cxs-readonly>.cxe-lookupfield-input{padding-right:16px}.cxe-lookupfield-input{box-sizing:border-box;line-height:20px;padding:8px 39px 8px 16px;border-width:1px;font-size:14px;font-family:inherit;border-color:#d0d5dd;border-style:solid;border-radius:4px;background-color:#fff;color:inherit;outline-offset:0;box-shadow:none;-ms-appearance:none;-moz-appearance:none;-webkit-appearance:none;font-weight:inherit;height:100%}.cxe-lookupfield-input:hover{border-color:#98a2b3}.cxe-lookupfield-input:focus{border-color:#98a2b3;outline:none;box-shadow:none;color:#1d2939}.cxs-disabled>.cxe-lookupfield-input{background:#ebebe4;color:#545454;pointer-events:none}.cxs-error>.cxe-lookupfield-input{border-color:rgba(220,0,9,.8);box-shadow:none;border:1px solid #f04438}.cxs-error>.cxe-lookupfield-input:focus{box-shadow:none;border-color:#d92d20}.cxs-multiple>.cxe-lookupfield-input{padding:0 39px 3px 0;align-items:center;flex-wrap:wrap;display:flex}.cxs-single>.cxe-lookupfield-input{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block;flex-basis:0%;flex-grow:1}.cxs-icon>.cxe-lookupfield-input{padding-left:48px}.cxe-lookupfield-tag{display:inline-block;position:relative;box-sizing:border-box;background-color:#eee;margin:3px 0 0 3px;padding:5px;padding-right:22px;border-radius:3px}.cxe-lookupfield-tag.cxs-readonly{padding-right:16px;pointer-events:none}.cxe-lookupfield-placeholder{color:#98a2b3}.cxb-lookupfield.cxs-multiple .cxe-lookupfield-placeholder{display:inline-block;margin:3px 0 0 3px;box-sizing:border-box;padding:5px 13px 5px 13px}.cxe-lookupfield-tag-value{padding:0 4px;display:inline-block}.cxe-lookupfield-tag-clear{display:block;position:absolute;font-size:16px;right:0px;top:50%;margin-top:-10px;height:20px;width:20px;line-height:20px;color:#828282;border-radius:3px;text-align:center}.cxe-lookupfield-tag-clear:hover{background-color:rgba(128,128,128,.2)}.cxe-lookupfield-lookup-options{padding:0;margin:0;min-width:100%;width:100%}.cxe-lookupfield-query{box-sizing:border-box;width:calc(100% - 10px);height:100%;line-height:36px;padding:0 16px 0 16px;border-width:1px;font-size:14px;font-family:inherit;border-color:#d0d5dd;border-style:solid;border-radius:4px;background-color:#fff;color:inherit;outline-offset:0;box-shadow:none;text-overflow:ellipsis;-ms-appearance:none;-moz-appearance:none;-webkit-appearance:none;font-weight:inherit;margin:5px;flex:0 0 auto;height:auto}.cxe-lookupfield-query:hover{border-color:#98a2b3}.cxe-lookupfield-query:focus{border-color:#98a2b3;outline:none;box-shadow:none;color:#1d2939}.cxe-lookupfield-query:disabled{background:#ebebe4;color:#545454;pointer-events:none}.cxs-error>.cxe-lookupfield-query{border-color:rgba(220,0,9,.8);box-shadow:none;border:1px solid #f04438}.cxs-error>.cxe-lookupfield-query:focus{box-shadow:none;border-color:#d92d20}.cxe-lookupfield-query::-webkit-input-placeholder{color:#98a2b3;opacity:1}.cxe-lookupfield-query::-moz-placeholder{color:#98a2b3;opacity:1}.cxe-lookupfield-query:-ms-input-placeholder{color:#98a2b3;opacity:1}.cxe-lookupfield-query::-ms-clear{width:0;height:0}.cxs-place-up-right .cxe-lookupfield-query,.cxs-place-up .cxe-lookupfield-query,.cxs-place-up-left .cxe-lookupfield-query{order:1}.cxe-lookupfield-dropdown{display:flex;flex-direction:column;height:100%}.cxe-lookupfield-dropdown:focus{outline:none}.cxe-lookupfield-message{font-size:smaller;padding:10px;color:gray;font-style:italic}.cxe-lookupfield-message.cxs-error{color:#9e2f2d}.cxe-lookupfield-scroll-container{overflow:auto;flex:1 1 auto}.cxe-lookupfield-clear{display:block;position:absolute;font-size:16px;right:17px;top:50%;margin-top:-10px;height:20px;width:20px;line-height:20px;color:#828282;border-radius:3px;text-align:center}.cxe-lookupfield-clear:hover{background-color:rgba(128,128,128,.2)}.cxe-lookupfield-tool{display:block;position:absolute;font-size:16px;right:17px;top:50%;margin-top:-10px;height:20px;width:20px;line-height:20px;opacity:.6;text-align:center;cursor:pointer}.cxe-lookupfield-tool:hover{opacity:1}.cxs-disabled>.cxe-lookupfield-tool{border-width:0;background:#ebebe4;color:#545454;pointer-events:none}.cxe-lookupfield-left-icon{display:block;position:absolute;font-size:16px;left:10px;top:50%;margin-top:-10px;height:20px;width:20px;line-height:20px;opacity:.6;text-align:center}.cxe-lookupfield-left-icon:hover{opacity:1}.cxe-lookupfield-icon{display:block;position:absolute;left:50%;top:50%;margin-top:-8px;margin-left:-8px;height:16px;width:16px;line-height:16px;text-align:center}.cxe-lookupfield-empty-text{color:rgba(128,128,128,.7)}.cxb-dropdown{display:block;left:-10000px;top:-10000px;color:#344054;background-color:#fff;border-radius:3px;border-color:#eaecf0;border-width:0;box-shadow:0px 4px 6px 0px rgba(16,24,40,.03),0px 12px 16px 0px rgba(16,24,40,.15);white-space:normal;font-weight:400;font-size:14px;text-align:left;line-height:normal;border:1px solid #f2f4f7;padding:0}.cxb-dropdown.cxs-place-screen-center{box-shadow:0 0 10px 1px rgba(0,0,0,.29),0 0 1000px 1000px rgba(128,128,128,.3)}.cxb-dropdown.cxs-pad{padding:5px}.cxe-dropdown-beacon{position:absolute;width:1px;height:1px;visibility:hidden}.cxe-dropdown-arrow-border,.cxe-dropdown-arrow-fill{border-style:solid;border-color:rgba(0,0,0,0);content:" ";height:0;width:0;position:absolute;pointer-events:none}.cxe-dropdown-arrow-border{color:#eaecf0;border-width:6px}.cxe-dropdown-arrow-fill{color:#fff;border-width:6px}.cxs-place-right>.cxe-dropdown-arrow-fill,.cxs-place-right-up>.cxe-dropdown-arrow-fill,.cxs-place-right-down>.cxe-dropdown-arrow-fill{right:100%;top:50%;border-right-color:currentColor;margin-top:-6px}.cxs-place-right>.cxe-dropdown-arrow-border,.cxs-place-right-up>.cxe-dropdown-arrow-border,.cxs-place-right-down>.cxe-dropdown-arrow-border{right:100%;top:50%;border-right-color:currentColor;margin-top:-6px}.cxs-place-left>.cxe-dropdown-arrow-fill,.cxs-place-left-down>.cxe-dropdown-arrow-fill,.cxs-place-left-up>.cxe-dropdown-arrow-fill{left:100%;top:50%;border-left-color:currentColor;margin-top:-6px}.cxs-place-left>.cxe-dropdown-arrow-border,.cxs-place-left-down>.cxe-dropdown-arrow-border,.cxs-place-left-up>.cxe-dropdown-arrow-border{left:100%;top:50%;border-left-color:currentColor;margin-top:-6px}.cxs-place-right-down>.cxe-dropdown-arrow-fill,.cxs-place-left-down>.cxe-dropdown-arrow-fill{top:16px}.cxs-place-right-down>.cxe-dropdown-arrow-border,.cxs-place-left-down>.cxe-dropdown-arrow-border{top:16px}.cxs-place-right-up>.cxe-dropdown-arrow-fill,.cxs-place-right-up>.cxe-dropdown-arrow-border,.cxs-place-left-up>.cxe-dropdown-arrow-fill,.cxs-place-left-up>.cxe-dropdown-arrow-border{top:calc(100% + -16px)}.cxs-place-up>.cxe-dropdown-arrow-fill,.cxs-place-up-left>.cxe-dropdown-arrow-fill,.cxs-place-up-right>.cxe-dropdown-arrow-fill{left:50%;top:100%;border-top-color:currentColor;margin-left:-6px}.cxs-place-up>.cxe-dropdown-arrow-border,.cxs-place-up-left>.cxe-dropdown-arrow-border,.cxs-place-up-right>.cxe-dropdown-arrow-border{left:50%;top:100%;border-top-color:currentColor;margin-left:-6px}.cxs-place-down>.cxe-dropdown-arrow-fill,.cxs-place-down-left>.cxe-dropdown-arrow-fill,.cxs-place-down-right>.cxe-dropdown-arrow-fill{left:50%;bottom:100%;border-bottom-color:currentColor;margin-left:-6px}.cxs-place-down>.cxe-dropdown-arrow-border,.cxs-place-down-left>.cxe-dropdown-arrow-border,.cxs-place-down-right>.cxe-dropdown-arrow-border{left:50%;bottom:100%;border-bottom-color:currentColor;margin-left:-6px}.cxs-place-down-right>.cxe-dropdown-arrow-fill,.cxs-place-down-right>.cxe-dropdown-arrow-border,.cxs-place-up-right>.cxe-dropdown-arrow-fill,.cxs-place-up-right>.cxe-dropdown-arrow-border{left:16px}.cxs-place-down-left>.cxe-dropdown-arrow-fill,.cxs-place-up-left>.cxe-dropdown-arrow-fill{left:calc(100% + -16px)}.cxs-place-down-left>.cxe-dropdown-arrow-border,.cxs-place-up-left>.cxe-dropdown-arrow-border{left:calc(100% + -16px)}.cxb-select{position:relative;display:inline-block;box-sizing:border-box;width:210px;line-height:0;height:38px}.cxb-select.cxs-view-mode{line-height:20px;padding:8px 16px;border-width:1px;border-style:solid;border-color:rgba(0,0,0,0)}.cxb-select .cxe-select-left-icon{pointer-events:none;display:block;position:absolute;font-size:16px;left:10px;top:50%;margin-top:-10px;height:20px;width:20px;line-height:20px;opacity:.6;text-align:center}.cxb-select .cxe-select-left-icon:hover{opacity:1}.cxe-select-select{box-sizing:border-box;width:100%;height:100%;line-height:36px;padding:0 16px 0 16px;border-width:1px;font-size:14px;font-family:inherit;border-color:#d0d5dd;border-style:solid;border-radius:4px;background-color:#fff;color:inherit;outline-offset:0;box-shadow:none;text-overflow:ellipsis;-ms-appearance:none;-moz-appearance:none;-webkit-appearance:none;font-weight:inherit}.cxe-select-select:hover{border-color:#98a2b3}.cxe-select-select:focus{border-color:#98a2b3;outline:none;box-shadow:none;color:#1d2939}.cxe-select-select:disabled{background:#ebebe4;color:#545454;pointer-events:none}.cxs-error>.cxe-select-select{border-color:rgba(220,0,9,.8);box-shadow:none;border:1px solid #f04438}.cxs-error>.cxe-select-select:focus{box-shadow:none;border-color:#d92d20}.cxe-select-select::-webkit-input-placeholder{color:#98a2b3;opacity:1}.cxe-select-select::-moz-placeholder{color:#98a2b3;opacity:1}.cxe-select-select:-ms-input-placeholder{color:#98a2b3;opacity:1}.cxe-select-select::-ms-clear{width:0;height:0}.cxs-icon>.cxe-select-select{padding-left:48px}.cxs-empty>.cxe-select-select{color:#98a2b3;opacity:1}.cxe-select-select::-ms-expand{display:none;margin:0;padding:0}.cxe-select-select option{background-color:#fff;color:inherit}.cxe-select-clear{display:block;position:absolute;font-size:16px;right:17px;top:50%;margin-top:-10px;height:20px;width:20px;line-height:20px;color:#828282;border-radius:3px;text-align:center}.cxe-select-clear:hover{background-color:rgba(128,128,128,.2)}.cxe-select-placeholder{color:#98a2b3;opacity:1}.cxe-select-tool{pointer-events:none;display:block;position:absolute;font-size:16px;right:17px;top:50%;margin-top:-10px;height:20px;width:20px;line-height:20px;opacity:.6;text-align:center;cursor:pointer}.cxe-select-tool:hover{opacity:1}.cxs-disabled>.cxe-select-tool{border-width:0;background:#ebebe4;color:#545454;pointer-events:none}.cxe-select-icon{display:block;position:absolute;left:50%;top:50%;margin-top:-8px;margin-left:-8px;height:16px;width:16px;line-height:16px;text-align:center}.cxb-textarea{line-height:0;width:300px;position:relative;display:inline-block;box-sizing:border-box}.cxb-textarea.cxs-view-mode{line-height:normal;padding:8px 10px;border-width:1px;border-style:solid;border-color:rgba(0,0,0,0)}.cxe-textarea-input{width:100%;height:100%;box-sizing:border-box;line-height:normal;padding:8px 10px;border-width:1px;font-size:14px;font-family:inherit;border-color:#d0d5dd;border-style:solid;border-radius:8px;background-color:#fff;color:inherit;outline-offset:0;box-shadow:none;text-overflow:ellipsis;-ms-appearance:none;-moz-appearance:none;-webkit-appearance:none;font-weight:inherit}.cxe-textarea-input:focus{border-color:#4d90fe;outline:none;box-shadow:0 0 0 1px rgba(77,144,254,.8)}.cxs-disabled>.cxe-textarea-input{background:#ebebe4;color:#545454;pointer-events:none}.cxs-error>.cxe-textarea-input{border-color:rgba(220,0,9,.8);box-shadow:none;border:1px solid #f04438}.cxs-error>.cxe-textarea-input:focus{box-shadow:none;border-color:#d92d20}.cxe-textarea-tool{display:block;position:absolute;font-size:16px;right:17px;top:50%;margin-top:-10px;height:20px;width:20px;line-height:20px;opacity:.6;text-align:center;cursor:pointer}.cxe-textarea-tool:hover{opacity:1}.cxe-textarea-icon{display:block;position:absolute;left:50%;top:50%;margin-top:-8px;margin-left:-8px;height:16px;width:16px;line-height:16px;text-align:center}.cxe-textarea-empty-text{color:rgba(128,128,128,.7)}.cxb-checkbox{min-width:16px;position:relative;display:inline-block;box-sizing:border-box;line-height:20px;padding:0;border-width:1px 0 1px 0;border-style:solid;border-color:rgba(0,0,0,0);font-size:14px}.cxb-checkbox.cxs-view-mode{line-height:20px;padding:0;border-width:1px 0 1px 0;border-style:solid;border-color:rgba(0,0,0,0)}.cxe-checkbox-checkbox{padding:0;margin:0 !important;width:16px;height:16px;top:calc(50% - 8px);left:0;display:inline-block;position:absolute}.cxe-checkbox-checkbox::-moz-focus-inner{border:0;padding:0;margin:-1px}.cxe-checkbox-checkbox:focus{box-shadow:inset 0 0 1px 1px rgba(77,144,254,.8),0 0 2px 2px rgba(77,144,254,.8);background:rgba(77,144,254,.8);outline:0}.cxe-checkbox-text{display:inline-block;margin-left:16px;user-select:none}.cxs-disabled>.cxe-checkbox-text{opacity:.5}.cxe-checkbox-baseline{user-select:none}.cxe-checkbox-empty-text{color:rgba(128,128,128,.7)}.cxe-checkbox-input{width:16px;height:16px;top:calc(50% - 8px);left:0;display:inline-block;position:absolute;box-sizing:border-box;line-height:20px;padding:0;border-width:1px;font-size:14px;font-family:inherit;border-color:#d0d5dd;border-style:solid;border-radius:2px;background-color:#fff;color:#98a2b3;outline-offset:0;box-shadow:none;text-overflow:ellipsis;-ms-appearance:none;-moz-appearance:none;-webkit-appearance:none;margin:0 !important}.cxe-checkbox-input:hover{background-color:#e8ebf5;border-color:var(--brand_color_primary, #0e0e3d)}.cxe-checkbox-input:focus{border-color:var(--brand_color_primary, #0e0e3d);outline:none;box-shadow:none;background-color:#fff}.cxs-disabled>.cxe-checkbox-input{background:#ebebe4;color:#545454;pointer-events:none}.cxs-error>.cxe-checkbox-input{border-color:rgba(220,0,9,.8)}.cxs-error>.cxe-checkbox-input:focus{box-shadow:0 0 2px rgba(220,0,9,.8)}.cxe-checkbox-input.cxs-checked{background-color:var(--brand_color_default, #e8ebf5);border-color:var(--brand_color_primary, #0e0e3d)}.cxe-checkbox-input-check{width:100%;height:100%;visibility:hidden;position:absolute;display:block;left:0;top:0;right:0;bottom:0}.cxs-checked>.cxe-checkbox-input-check{visibility:visible}.cxb-radio{min-width:16px;position:relative;display:inline-block;box-sizing:border-box;line-height:20px;padding:8px 16px;border-width:1px 0 1px 0;border-style:solid;border-color:rgba(0,0,0,0);font-size:14px}.cxb-radio.cxs-view-mode{line-height:20px;padding:8px 16px;border-width:1px 0 1px 0;border-style:solid;border-color:rgba(0,0,0,0)}.cxe-radio-radio{padding:0;margin:0 !important;width:16px;height:16px;top:calc(50% - 8px);left:0;display:inline-block;position:absolute;-webkit-backface-visibility:hidden;outline:none}.cxe-radio-radio::-moz-focus-outer{border:0}.cxe-radio-radio:focus{box-shadow:0 0 2px 2px rgba(77,144,254,.8);background:rgba(0,0,0,0);border-radius:50%;outline:none}.cxe-radio-text{display:inline-block;margin-left:16px;user-select:none}.cxs-disabled>.cxe-radio-text{opacity:.5}.cxe-radio-input{width:16px;height:16px;top:calc(50% - 8px);left:0;display:inline-block;position:absolute;opacity:1;box-sizing:border-box;line-height:20px;padding:0;border-width:1px;font-size:14px;font-family:inherit;border-color:#d0d5dd;border-style:solid;border-radius:50%;background-color:#fff;color:currentColor;outline-offset:0;box-shadow:none;text-overflow:ellipsis;-ms-appearance:none;-moz-appearance:none;-webkit-appearance:none;margin:0 !important}.cxe-radio-input:hover{background-color:#e8ebf5;border-color:var(--brand_color_primary, #0e0e3d)}.cxe-radio-input:focus{border-color:var(--brand_color_primary, #0e0e3d);outline:none;box-shadow:none;background-color:#fff}.cxs-disabled>.cxe-radio-input{background:#ebebe4;color:#545454;pointer-events:none}.cxs-error>.cxe-radio-input{border-color:rgba(220,0,9,.8)}.cxs-error>.cxe-radio-input:focus{box-shadow:0 0 2px rgba(220,0,9,.8)}.cxe-radio-input.cxs-checked{background-color:var(--brand_color_default, #e8ebf5);border-color:var(--brand_color_primary, #0e0e3d);color:var(--brand_color_primary, #0e0e3d)}.cxe-radio-input:before{content:" ";width:calc(100% - 6px);height:calc(100% - 6px);visibility:hidden;position:absolute;margin:3px;box-sizing:border-box;background-color:currentColor;border-radius:50%}.cxe-radio-input.cxs-checked:before{visibility:visible}.cxb-colorpicker{display:inline-flex;flex-direction:column;line-height:20px;padding:4px;border-width:1px;font-size:11px;font-family:"Consolas",monospace;border-color:#d0d5dd;border-style:solid;border-radius:4px;background-color:#fff;color:#98a2b3;outline-offset:0;box-shadow:none;text-overflow:ellipsis;-ms-appearance:none;-moz-appearance:none;-webkit-appearance:none}@media screen and (min-width: 500px){.cxb-colorpicker{flex-direction:row}}.cxb-colorpicker input{box-sizing:border-box;line-height:14px;padding:2px;border-width:1px;font-size:11px;font-family:"Consolas",monospace;border-color:#d0d5dd;border-style:solid;border-radius:4px;background-color:#fff;color:#98a2b3;outline-offset:0;box-shadow:none;text-overflow:ellipsis;-ms-appearance:none;-moz-appearance:none;-webkit-appearance:none}.cxb-colorpicker input:focus{border-color:rgba(77,144,254,.8);outline:none;box-shadow:0 0 2px rgba(77,144,254,.8)}.cxs-disabled>.cxb-colorpicker input{background:#ebebe4;color:#545454;pointer-events:none}.cxs-error>.cxb-colorpicker input{border-color:rgba(220,0,9,.8)}.cxs-error>.cxb-colorpicker input:focus{box-shadow:0 0 2px rgba(220,0,9,.8)}.cxe-colorpicker-picker{width:220px;height:220px;margin:4px;position:relative;touch-action:none;background:-webkit-linear-gradient(top, hsl(0, 0%, 100%) 0%, hsla(0, 0%, 100%, 0) 50%, hsla(0, 0%, 0%, 0) 50%, hsl(0, 0%, 0%) 100%),-webkit-linear-gradient(left, hsl(0, 0%, 50%) 0%, hsla(0, 0%, 50%, 0) 100%);background:-moz-linear-gradient(top, hsl(0, 0%, 100%) 0%, hsla(0, 0%, 100%, 0) 50%, hsla(0, 0%, 0%, 0) 50%, hsl(0, 0%, 0%) 100%),-moz-linear-gradient(left, hsl(0, 0%, 50%) 0%, hsla(0, 0%, 50%, 0) 100%);background:-ms-linear-gradient(top, hsl(0, 0%, 100%) 0%, hsla(0, 0%, 100%, 0) 50%, hsla(0, 0%, 0%, 0) 50%, hsl(0, 0%, 0%) 100%),-ms-linear-gradient(left, hsl(0, 0%, 50%) 0%, hsla(0, 0%, 50%, 0) 100%);background:-o-linear-gradient(top, hsl(0, 0%, 100%) 0%, hsla(0, 0%, 100%, 0) 50%, hsla(0, 0%, 0%, 0) 50%, hsl(0, 0%, 0%) 100%),-o-linear-gradient(left, hsl(0, 0%, 50%) 0%, hsla(0, 0%, 50%, 0) 100%)}.cxe-colorpicker-indicator{position:absolute;border:2px solid rgba(255,255,255,.8);border-radius:50%;box-sizing:border-box;width:9px;height:9px;left:calc(50% - 5px);top:calc(50% - 5px)}.cxe-colorpicker-hue{height:15px;position:relative;background:-moz-linear-gradient(left, #f00 0%, #ff0 16.66%, #0f0 33.33%, #0ff 50%, #00f 66.66%, #f0f 83.33%, #f00 100%);background:-webkit-linear-gradient(left, #f00 0%, #ff0 16.66%, #0f0 33.33%, #0ff 50%, #00f 66.66%, #f0f 83.33%, #f00 100%);background:-ms-linear-gradient(left, #f00 0%, #ff0 16.66%, #0f0 33.33%, #0ff 50%, #00f 66.66%, #f0f 83.33%, #f00 100%);background:-o-linear-gradient(left, #f00 0%, #ff0 16.66%, #0f0 33.33%, #0ff 50%, #00f 66.66%, #f0f 83.33%, #f00 100%);touch-action:none}.cxe-colorpicker-hue .cxe-colorpicker-indicator{border-color:rgba(0,0,0,.5);height:calc(100% + 4px);border-radius:2px;width:4px;top:-2px}.cxe-colorpicker-alpha{height:16px;background-image:linear-gradient(45deg, rgba(128, 128, 128, 0.5) 25%, transparent 25%),linear-gradient(-45deg, rgba(128, 128, 128, 0.5) 25%, transparent 25%),linear-gradient(45deg, transparent 75%, rgba(128, 128, 128, 0.5) 75%),linear-gradient(-45deg, transparent 75%, rgba(128, 128, 128, 0.5) 75%);background-size:8px 8px;background-position:0 0,0 4px,4px -4px,-4px 0px;position:relative;touch-action:none}.cxe-colorpicker-alpha>div:first-child{width:100%;height:100%}.cxe-colorpicker-alpha .cxe-colorpicker-indicator{border-color:rgba(0,0,0,.5);top:-2px;height:calc(100% + 4px);border-radius:2px;width:4px}.cxe-colorpicker-details{width:220px;min-height:170px;margin:4px;display:flex;flex-direction:column;justify-content:space-between}.cxe-colorpicker-inputs label{width:25%;display:inline-block;text-align:right}.cxe-colorpicker-inputs label input{margin-left:2px;width:60%;text-align:center}.cxe-colorpicker-pixel-picker{display:flex;width:20px;height:20px;flex-shrink:0;align-items:center;margin-top:4px}.cxe-colorpicker-pixel-picker svg path{fill:currentColor}.cxe-colorpicker-pixel-picker:hover{cursor:pointer}.cxe-colorpicker-pixel-picker:hover svg path{fill:currentColor;opacity:.5}.cxe-colorpicker-preview{display:flex}.cxe-colorpicker-color{background-image:linear-gradient(45deg, rgba(128, 128, 128, 0.5) 25%, transparent 25%),linear-gradient(-45deg, rgba(128, 128, 128, 0.5) 25%, transparent 25%),linear-gradient(45deg, transparent 75%, rgba(128, 128, 128, 0.5) 75%),linear-gradient(-45deg, transparent 75%, rgba(128, 128, 128, 0.5) 75%);background-size:8px 8px;background-position:0 0,0 4px,4px -4px,-4px 0px;height:64px;width:64px;border-radius:4px;align-self:flex-end}.cxe-colorpicker-color>div{width:100%;height:100%}.cxe-colorpicker-values{flex-grow:1;margin:0 8px}.cxe-colorpicker-values input{width:100%;display:block}.cxe-colorpicker-values input:not(:last-child){margin:0 0 4px 0}.cxb-colorfield{position:relative;display:inline-block;box-sizing:border-box;width:210px;line-height:0;height:38px}.cxb-colorfield.cxs-view-mode{line-height:20px;padding:8px 16px;border-width:1px;border-style:solid;border-color:rgba(0,0,0,0)}.cxe-colorfield-input{box-sizing:border-box;width:100%;height:100%;line-height:36px;padding:0 36px 0 44px;border-width:1px;font-size:11px;font-family:"Consolas",monospace;border-color:#d0d5dd;border-style:solid;border-radius:4px;background-color:#fff;color:inherit;outline-offset:0;box-shadow:none;text-overflow:ellipsis;-ms-appearance:none;-moz-appearance:none;-webkit-appearance:none;font-weight:inherit}.cxe-colorfield-input:hover{border-color:#98a2b3}.cxe-colorfield-input:focus{border-color:#98a2b3;outline:none;box-shadow:none;color:#1d2939}.cxe-colorfield-input:disabled{background:#ebebe4;color:#545454;pointer-events:none}.cxs-error>.cxe-colorfield-input{border-color:rgba(220,0,9,.8);box-shadow:none;border:1px solid #f04438}.cxs-error>.cxe-colorfield-input:focus{box-shadow:none;border-color:#d92d20}.cxe-colorfield-input::-webkit-input-placeholder{color:#98a2b3;opacity:1}.cxe-colorfield-input::-moz-placeholder{color:#98a2b3;opacity:1}.cxe-colorfield-input:-ms-input-placeholder{color:#98a2b3;opacity:1}.cxe-colorfield-input::-ms-clear{width:0;height:0}.cxe-colorfield-clear{display:block;position:absolute;font-size:16px;right:17px;top:50%;margin-top:-10px;height:20px;width:20px;line-height:20px;color:#828282;border-radius:3px;text-align:center}.cxe-colorfield-clear:hover{background-color:rgba(128,128,128,.2)}.cxe-colorfield-right-icon{display:block;position:absolute;font-size:16px;right:17px;top:50%;margin-top:-10px;height:20px;width:20px;line-height:20px;opacity:.6;text-align:center;cursor:pointer}.cxe-colorfield-right-icon:hover{opacity:1}.cxe-colorfield-left-icon{box-sizing:border-box;background-image:linear-gradient(45deg, rgba(128, 128, 128, 0.5) 25%, transparent 25%),linear-gradient(-45deg, rgba(128, 128, 128, 0.5) 25%, transparent 25%),linear-gradient(45deg, transparent 75%, rgba(128, 128, 128, 0.5) 75%),linear-gradient(-45deg, transparent 75%, rgba(128, 128, 128, 0.5) 75%);background-size:8px 8px;background-position:0 0,0 4px,4px -4px,-4px 0px;display:block;position:absolute;font-size:16px;left:10px;top:50%;margin-top:-10px;height:20px;width:20px;line-height:20px;opacity:1;text-align:center;cursor:pointer}.cxe-colorfield-left-icon:hover{opacity:1}.cxe-colorfield-left-icon div{width:100%;height:100%}.cxe-colorfield-icon{display:block;position:absolute;left:50%;top:50%;margin-top:-8px;margin-left:-8px;height:16px;width:16px;line-height:16px;text-align:center}.cxe-colorfield-empty-text{color:rgba(128,128,128,.7)}.cxb-monthpicker{overflow-y:scroll;overflow-x:hidden;min-height:10em;max-height:30em;height:100%;position:relative;width:23em;overflow-anchor:none;touch-action:pan-y;box-sizing:border-box;line-height:20px;padding:8px 16px;border-width:1px;font-size:14px;font-family:inherit;border-color:#d0d5dd;border-style:solid;border-radius:4px;background-color:#fff;color:#98a2b3;outline-offset:0;box-shadow:none;text-overflow:ellipsis;-ms-appearance:none;-moz-appearance:none;-webkit-appearance:none}.cxb-monthpicker:focus{border-color:rgba(77,144,254,.8);outline:none;box-shadow:0 0 2px rgba(77,144,254,.8)}.cxs-disabled>.cxb-monthpicker{background:#ebebe4;color:#545454;pointer-events:none}.cxs-error>.cxb-monthpicker{border-color:rgba(220,0,9,.8)}.cxs-error>.cxb-monthpicker:focus{box-shadow:0 0 2px rgba(220,0,9,.8)}.cxb-monthpicker table{border-spacing:0;width:100%;font-size:.9em}.cxb-monthpicker th,.cxb-monthpicker td{border-top:1px solid rgba(208,213,221,.5);-webkit-tap-highlight-color:rgba(0,0,0,0)}.cxb-monthpicker tbody:not(:first-child) tr:first-child th,.cxb-monthpicker tbody:not(:first-child) tr:first-child td{border-top:1px solid #d0d5dd}.cxb-monthpicker th,.cxb-monthpicker td{text-align:center;font-size:smaller;font-weight:normal;line-height:2em;cursor:pointer;-webkit-user-select:none;-ms-user-select:none;-moz-user-select:none;user-select:none}.cxb-monthpicker th{padding:0 .5em;color:#d3d3d3}.cxb-monthpicker .cxe-monthpicker-year{font-size:120%;color:gray}.cxb-monthpicker td{padding:.5em 1em}.cxb-monthpicker td.cxs-outside{color:#d3d3d3}.cxb-monthpicker td.cxs-unselectable{cursor:default;opacity:.4;pointer-events:none}.cxb-monthpicker td.cxs-selected{border-color:rgba(0,0,0,0);background-color:#f2f4f7}.cxb-monthpicker td.cxs-selected:hover{background-color:#f2f4f7}.cxb-monthpicker td.cxs-cursor,.cxb-monthpicker th.cxs-cursor{background-color:#f9fafb;outline:none;cursor:pointer}.cxb-monthpicker:focus td.cxs-selected{background-color:#f2f4f7}.cxb-monthpicker:focus td.cxs-cursor,.cxb-monthpicker:focus th.cxs-cursor{background-color:#f2f4f7;outline:none}.cxb-monthpicker td.cxs-handle{touch-action:none}.cxb-monthpicker.cxs-disabled{background-color:rgba(0,0,0,0);border-color:rgba(0,0,0,0);color:#d1d1d1;pointer-events:none}.cxb-monthfield{position:relative;display:inline-block;box-sizing:border-box;width:210px;line-height:0;height:38px}.cxb-monthfield.cxs-view-mode{line-height:20px;padding:8px 16px;border-width:1px;border-style:solid;border-color:rgba(0,0,0,0)}.cxe-monthfield-input{box-sizing:border-box;width:100%;height:100%;line-height:36px;padding:0 36px 0 48px;border-width:1px;font-size:14px;font-family:inherit;border-color:#d0d5dd;border-style:solid;border-radius:4px;background-color:#fff;color:inherit;outline-offset:0;box-shadow:none;text-overflow:ellipsis;-ms-appearance:none;-moz-appearance:none;-webkit-appearance:none;font-weight:inherit}.cxe-monthfield-input:hover{border-color:#98a2b3}.cxe-monthfield-input:focus{border-color:#98a2b3;outline:none;box-shadow:none;color:#1d2939}.cxe-monthfield-input:disabled{background:#ebebe4;color:#545454;pointer-events:none}.cxs-error>.cxe-monthfield-input{border-color:rgba(220,0,9,.8);box-shadow:none;border:1px solid #f04438}.cxs-error>.cxe-monthfield-input:focus{box-shadow:none;border-color:#d92d20}.cxe-monthfield-input::-webkit-input-placeholder{color:#98a2b3;opacity:1}.cxe-monthfield-input::-moz-placeholder{color:#98a2b3;opacity:1}.cxe-monthfield-input:-ms-input-placeholder{color:#98a2b3;opacity:1}.cxe-monthfield-input::-ms-clear{width:0;height:0}.cxe-monthfield-clear{display:block;position:absolute;font-size:16px;right:17px;top:50%;margin-top:-10px;height:20px;width:20px;line-height:20px;color:#828282;border-radius:3px;text-align:center}.cxe-monthfield-clear:hover{background-color:rgba(128,128,128,.2)}.cxe-monthfield-left-icon{display:block;position:absolute;font-size:16px;left:10px;top:50%;margin-top:-10px;height:20px;width:20px;line-height:20px;opacity:.6;text-align:center;cursor:pointer}.cxe-monthfield-left-icon:hover{opacity:1}.cxs-disabled>.cxe-monthfield-left-icon{background:#ebebe4;color:#545454;pointer-events:none;border-width:0}.cxe-monthfield-right-icon{display:block;position:absolute;font-size:16px;right:17px;top:50%;margin-top:-10px;height:20px;width:20px;line-height:20px;opacity:.6;text-align:center;cursor:pointer}.cxe-monthfield-right-icon:hover{opacity:1}.cxs-disabled>.cxe-monthfield-right-icon{background:#ebebe4;color:#545454;pointer-events:none;border-width:0}.cxe-monthfield-icon{display:block;position:absolute;left:50%;top:50%;margin-top:-8px;margin-left:-8px;height:16px;width:16px;line-height:16px;text-align:center}.cxe-monthfield-empty-text{color:rgba(128,128,128,.7)}.cxb-uploadbutton{position:relative;box-sizing:border-box;display:inline-block;height:36px;background-color:#e8ebf5;box-shadow:none;border-color:rgba(0,0,0,0);border-width:1px;border-radius:6px;border-style:solid;user-select:none;color:#475467;font-family:inherit;font-size:14px;font-weight:normal;line-height:18px;padding:8px 16px 8px 16px;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;white-space:nowrap;text-decoration:none}.cxb-uploadbutton::-moz-focus-inner{border:0;padding:0;margin:-1px}.cxb-uploadbutton:hover{box-shadow:none;text-decoration:none;color:#1d2939;background-color:#d6dbea}.cxb-uploadbutton:focus{outline:none;box-shadow:inset 0 0 0 4px #eaecf0;border-color:#eaecf0}.cxb-uploadbutton:active,.cxb-uploadbutton.cxs-pressed{top:0;box-shadow:none}.cxb-uploadbutton[disabled],.cxb-uploadbutton.cxs-disabled{color:#98a2b3;box-shadow:none;pointer-events:none;background-color:#f2f4fb}.cxb-uploadbutton.cxm-primary{background-color:var(--brand_color_primary_button_bg, #04042f);border-color:var(--brand_color_primary_button_bg, #04042f);color:var(--brand_color_primary_button_text, white)}.cxb-uploadbutton.cxm-primary[disabled],.cxb-uploadbutton.cxm-primary.cxs-disabled{background-color:var(--brand_color_primary_button_bg_disabled, #04042f);border-color:rgba(30,136,229,.1);color:--brand_color_primary_disabled,#fff;opacity:.15}.cxb-uploadbutton.cxm-primary:hover{background-color:var(--brand_color_primary_button_bg_hover, #04042f);border-color:var(--brand_color_primary_button_bg_hover, #04042f)}.cxb-uploadbutton.cxm-primary:focus{border-color:var(--brand_color_primary_button_bg, #b6bed7);box-shadow:inset 0 0 0 4px var(--brand_color_primary_button_bg_hover, #b6bed7)}.cxb-uploadbutton.cxm-danger{background-color:#d32f2f;border-color:#c62828;color:#fff}.cxb-uploadbutton.cxm-danger[disabled],.cxb-uploadbutton.cxm-danger.cxs-disabled{background-color:rgba(211,47,47,.6);border-color:rgba(198,40,40,.1);color:rgba(255,255,255,.5)}.cxb-uploadbutton.cxm-danger:hover{background-color:#d32f2f}.cxb-uploadbutton.cxm-hollow{background-color:rgba(0,0,0,0);border-color:rgba(0,0,0,0);color:inherit;box-shadow:none}.cxb-uploadbutton.cxm-hollow[disabled],.cxb-uploadbutton.cxm-hollow.cxs-disabled{color:rgba(128,128,128,.5)}.cxb-uploadbutton.cxm-hollow:hover{background-color:rgba(128,128,128,.1);outline:none;cursor:pointer;box-shadow:none;border-color:rgba(0,0,0,0)}.cxb-uploadbutton.cxm-hollow:focus{background-color:rgba(123,190,255,.3);outline:none;box-shadow:none;border-color:rgba(0,0,0,0)}.cxb-uploadbutton.cxm-accent{background-color:var(--brand_color_accent, #eb003f);border-color:var(--brand_color_accent, #eb003f);color:var(--brand_color_accent_text, #ffffff)}.cxb-uploadbutton.cxm-accent[disabled],.cxb-uploadbutton.cxm-accent.cxs-disabled{background-color:var(--brand_color_accent_disabled, #eb003f);opacity:.3;color:var(--accent_brand_text_color_disabled, white)}.cxb-uploadbutton.cxm-accent:hover{background-color:var(--brand_color_accent_bg_hover, #8d0026);border-color:var(--brand_color_accent_bg_hover, #8d0026)}.cxb-uploadbutton.cxm-accent:focus{border-color:var(--brand_color_accent_focus, #ff628c);box-shadow:inset 0 0 0 4px var(--brand_color_accent_focus, #ff628c)}.cxb-uploadbutton.cxm-secondary{background-color:#fff;border-color:#d0d5dd;border-radius:4px;padding:3px 8px}.cxb-uploadbutton.cxm-secondary[disabled],.cxb-uploadbutton.cxm-secondary.cxs-disabled{color:#d0d5dd;border-color:#eaecf0}.cxb-uploadbutton.cxm-secondary:hover{background-color:#f9fafb}.cxb-uploadbutton.cxm-secondary:focus{border-color:#0e0e3d;box-shadow:0px 1px 2px 0px rgba(16,24,40,.05)}.cxb-uploadbutton.cxm-error-default{border-color:#f97066}.cxb-uploadbutton.cxm-error-default[disabled],.cxb-uploadbutton.cxm-error-default.cxs-disabled{border-color:#fee4e2;color:#d0d5dd}.cxb-uploadbutton.cxm-error-default:hover{border-color:#f04438;color:#1d2939}.cxb-uploadbutton.cxm-error-default:focus{border-color:#fecdca;box-shadow:inset 0 0 0 4px #fecdca}.cxb-uploadbutton.cxm-error-primary{border-color:#f04438;background-color:#f04438;color:#fff}.cxb-uploadbutton.cxm-error-primary[disabled],.cxb-uploadbutton.cxm-error-primary.cxs-disabled{border-color:#fecdca;background-color:#fecdca;color:#fff}.cxb-uploadbutton.cxm-error-primary:hover{border-color:#d92d20;background-color:#d92d20;color:#fff}.cxb-uploadbutton.cxm-error-primary:focus{border-color:#fecdca;box-shadow:inset 0 0 0 4px #fecdca}.cxb-uploadbutton.cxm-alert-default{border-color:#fdb022}.cxb-uploadbutton.cxm-alert-default[disabled],.cxb-uploadbutton.cxm-alert-default.cxs-disabled{border-color:#fedf89;color:#d0d5dd}.cxb-uploadbutton.cxm-alert-default:hover{border-color:#f79009;color:#1d2939}.cxb-uploadbutton.cxm-alert-default:focus{border-color:#fedf89;box-shadow:inset 0 0 0 4px #fedf89}.cxb-uploadbutton.cxm-alert-primary{border-color:#fdb022;background-color:#fdb022;color:#fff}.cxb-uploadbutton.cxm-alert-primary[disabled],.cxb-uploadbutton.cxm-alert-primary.cxs-disabled{border-color:#fef0c7;background-color:#fef0c7;color:#fff}.cxb-uploadbutton.cxm-alert-primary:hover{border-color:#f79009;background-color:#f79009;color:#fff}.cxb-uploadbutton.cxm-alert-primary:focus{background-color:#fdb022;border-color:#fedf89;box-shadow:inset 0 0 0 4px #fedf89}.cxb-uploadbutton.cxm-success-default{border-color:#12b799}.cxb-uploadbutton.cxm-success-default[disabled],.cxb-uploadbutton.cxm-success-default.cxs-disabled{border-color:#a6f4e1}.cxb-uploadbutton.cxm-success-default:hover{border-color:#03987d}.cxb-uploadbutton.cxm-success-default:focus{border-color:#a6f4e1;box-shadow:inset 0 0 0 4px #a6f4e1}.cxb-uploadbutton.cxm-success-primary{border-color:#12b799;background-color:#12b799;color:#fff}.cxb-uploadbutton.cxm-success-primary[disabled],.cxb-uploadbutton.cxm-success-primary.cxs-disabled{border-color:#a6f4e1;background-color:#a6f4e1;color:#fff}.cxb-uploadbutton.cxm-success-primary:hover{border-color:#03987d;background-color:#03987d;color:#fff}.cxb-uploadbutton.cxm-success-primary:focus{border-color:#a6f4e1;box-shadow:inset 0 0 0 4px #a6f4e1;background-color:#12b799}.cxb-uploadbutton.cxm-circle{border-radius:100%;width:36px}.cxb-uploadbutton.cxm-square{width:36px;border-radius:6px}.cxb-uploadbutton.cxm-small{width:24px;height:24px;border-radius:6px;font-size:12px}.cxb-uploadbutton.cxm-gray{background-color:#f2f4f7;color:#475467;border:none}.cxb-uploadbutton.cxm-gray:hover{background-color:#eaecf0;color:#1d2939}.cxb-uploadbutton.cxm-error-text{color:#f04438}.cxb-uploadbutton.cxm-link{color:var(--brand_color_accent, #eb003f);border:none;padding:0;background-color:rgba(0,0,0,0);height:20px;text-align:left;font-size:12px}.cxb-uploadbutton.cxm-link[disabled],.cxb-uploadbutton.cxm-link.cxs-disabled{opacity:.8;color:#344054 !important}.cxb-uploadbutton.cxm-link:hover{filter:saturate(1.5)}.cxe-uploadbutton-icon{display:inline-block;position:absolute;top:50%;left:8px;margin-top:-8px;height:16px;width:16px;line-height:16px;text-align:center}.cxe-uploadbutton-baseline{display:inline-block;width:1px;margin-left:-1px}.cxb-uploadbutton.cxs-icon{padding:8px 16px 8px 32px}.cxb-uploadbutton.cxs-icon.cxs-empty{padding:8px 8px 8px 24px}.cxe-uploadbutton-input{position:absolute;opacity:0;left:0;top:0;width:100%;height:100%}.cxe-uploadbutton-progress{position:absolute;left:0;top:0;bottom:0;width:0;background:rgba(8,176,255,.5);outline:1px solid rgba(8,176,255,.5);transition:opacity .5s ease-in-out}.cxe-uploadbutton-progress.cxs-done{opacity:0}.cxb-slider{width:210px;user-select:none;position:relative;display:inline-block;box-sizing:border-box;line-height:20px;padding:8px 16px;border-width:1px;border-style:solid;border-color:rgba(0,0,0,0);font-size:14px}.cxb-slider.cxs-view-mode{line-height:20px;padding:8px 16px;border-width:1px;border-style:solid;border-color:rgba(0,0,0,0)}.cxb-slider.cxs-vertical{width:28px;height:210px}.cxb-slider.cxs-disabled{pointer-events:none;opacity:.5}.cxe-slider-axis{position:absolute;background-color:rgba(128,128,128,.2);border-radius:10px;box-sizing:border-box}.cxb-slider.cxs-horizontal .cxe-slider-axis{left:10px;right:10px;top:calc(50% - 4px);height:8px;padding:0 4px}.cxb-slider.cxs-vertical .cxe-slider-axis{top:10px;bottom:10px;width:8px;left:calc(50% - 4px);padding:4px 0}.cxe-slider-space{position:relative;width:100%;height:100%}.cxe-slider-range{position:absolute;background-color:#98d4ff;border-radius:4px}.cxb-slider.cxs-horizontal .cxe-slider-range{height:100%}.cxb-slider.cxs-vertical .cxe-slider-range{width:100%}.cxe-slider-handle{position:absolute;box-sizing:border-box;width:20px;height:20px;margin-left:-10px;margin-top:-10px;margin-bottom:-10px;touch-action:none;background-color:#ebebeb;border-style:solid;border-width:1px;border-color:#ccc;border-radius:50%;box-shadow:0 0 3px rgba(128,128,128,.3)}.cxb-slider.cxs-horizontal .cxe-slider-handle{left:0;top:50%}.cxb-slider.cxs-vertical .cxe-slider-handle{left:50%}.cxe-slider-handle:hover{box-shadow:0 0 3px rgba(128,128,128,.5)}.cxe-slider-handle:focus{border-color:rgba(77,144,254,.8);outline:none;box-shadow:0 0 2px rgba(77,144,254,.8)}.cxe-slider-handle:active{background:#dcdcdc}.cxb-validationerror{color:#dc0009;font-size:smaller}.cxb-validationerror.cxm-block{display:block}.cxb-switch{cursor:pointer;min-width:48px;-webkit-tap-highlight-color:rgba(0,0,0,0);position:relative;display:inline-block;box-sizing:border-box;line-height:20px;padding:8px 0 8px 0;border-width:1px 0 1px 0;border-style:solid;border-color:rgba(0,0,0,0);font-size:14px}.cxb-switch.cxs-view-mode{line-height:20px;padding:8px 0 8px 0;border-width:1px 0 1px 0;border-style:solid;border-color:rgba(0,0,0,0)}.cxb-switch.cxs-disabled{pointer-events:none;opacity:.5}.cxb-switch:focus{outline:none}.cxe-switch-text{display:inline-block;margin-left:48px;padding:0 16px 0 16px}.cxe-switch-empty-text{color:rgba(128,128,128,.7)}.cxe-switch-axis{user-select:none;position:absolute;background-color:#f2f4f7;border-radius:10px;box-sizing:border-box;width:32px;left:8px;right:8px;top:calc(50% - 10px);height:20px;padding:0 10px}.cxe-switch-space{position:relative;box-sizing:border-box;width:100%;height:100%}.cxe-switch-range{position:absolute;background-color:#12b799;border-radius:10px;height:100%;left:0;width:0;opacity:0;transform:scale(0);transition:all 200ms}.cxs-on .cxe-switch-range{width:100%;opacity:1;transform:none}.cxe-switch-handle{position:absolute;box-sizing:border-box;width:16px;height:16px;margin-left:-8px;margin-top:-8px;left:0;top:50%;transition:left 200ms;background-color:#fff;border-style:solid;border-width:1px;border-color:#ccc;border-radius:50%;box-shadow:0px 1px 3px rgba(16,24,40,.1),0px 1px 2px rgba(16,24,40,.06);border:none;width:16px;height:16px;margin-left:-8px;margin-top:-8px}.cxs-on .cxe-switch-handle{left:100%}.cxe-switch-handle:hover{box-shadow:0 0 3px rgba(128,128,128,.5)}.cxb-switch:focus .cxe-switch-handle{border-color:rgba(77,144,254,.8);outline:none;box-shadow:0 0 2px rgba(77,144,254,.8)}.cxe-switch-handle:active{background:#dcdcdc}.cxb-helptext{font-size:smaller;opacity:.8}.cxb-helptext.cxm-block{display:block}.cxb-wheel{display:inline-block;text-align:center;padding:30px 5px;vertical-align:middle;background:inherit;position:relative;font-size:14px;user-select:none}.cxb-wheel:focus{outline:0}.cxb-wheel:focus .cxe-wheel-selection{border-color:#3c7eff;background:rgba(60,126,255,.1)}.cxe-wheel-container{position:relative;display:inline-block;padding:30px 5px;vertical-align:middle;background:inherit;text-align:center}.cxe-wheel-clip{position:relative;overflow:hidden;background:inherit;user-select:none;background-color:#fff;border-style:solid;border-width:1px;border-radius:0;border-color:#d3d3d3}.cxe-wheel-mask{position:absolute;left:0;right:0;pointer-events:none;background:inherit;opacity:.6}.cxe-wheel-vscroll{width:calc(100% + 20px);display:flex;overflow-y:auto;overflow-x:hidden;touch-action:pan-y}.cxe-wheel-vscroll::-webkit-scrollbar{display:none}.cxe-wheel-option{padding:5px 15px;flex:0 0 auto}.cxe-wheel-option.cxs-dummy{visibility:hidden}.cxe-wheel-selection{position:absolute;left:0;right:0;margin-top:-2px;box-sizing:content-box;pointer-events:none;border-width:2px 0 2px 0;border-style:solid;border-color:#9bc8ff;background-color:rgba(155,200,255,.1)}.cxe-wheel-container.cxs-active .cxe-wheel-selection{border-color:#3c7eff;background:rgba(60,126,255,.1)}.cxe-wheel-arrow-up,.cxe-wheel-arrow-down{position:absolute;left:50%;margin-left:-10px;width:20px;height:20px;opacity:.5;cursor:pointer}.cxe-wheel-arrow-up:hover,.cxe-wheel-arrow-down:hover{opacity:1}.cxe-wheel-arrow-down{bottom:5px}.cxe-wheel-arrow-up{transform:rotate(180deg);top:5px}.cxe-wheel-arrow-icon{position:absolute;left:50%;top:50%;margin-left:-8px;margin-top:-8px;width:16px;height:16px}.cxb-datetimepicker{background:#fff;border-style:solid;border-width:1px;border-radius:0;border-color:#d3d3d3;display:inline-block;vertical-align:middle;padding:0 5px;user-select:none;font-size:14px}.cxb-datetimepicker:focus{outline:0}.cxe-datetimepicker-wheel-container{position:relative;display:inline-block;padding:30px 5px;vertical-align:middle;background:inherit;text-align:center}.cxe-datetimepicker-wheel-clip{position:relative;overflow:hidden;background:inherit;user-select:none;background-color:#fff;border-style:solid;border-width:1px;border-radius:0;border-color:#d3d3d3}.cxe-datetimepicker-wheel-mask{position:absolute;left:0;right:0;pointer-events:none;background:inherit;opacity:.6}.cxe-datetimepicker-wheel-vscroll{width:calc(100% + 20px);display:flex;overflow-y:auto;overflow-x:hidden;touch-action:pan-y}.cxe-datetimepicker-wheel-vscroll::-webkit-scrollbar{display:none}.cxe-datetimepicker-wheel-option{padding:5px 15px;flex:0 0 auto}.cxe-datetimepicker-wheel-option.cxs-dummy{visibility:hidden}.cxe-datetimepicker-wheel-selection{position:absolute;left:0;right:0;margin-top:-2px;box-sizing:content-box;pointer-events:none;border-width:2px 0 2px 0;border-style:solid;border-color:#9bc8ff;background-color:rgba(155,200,255,.1)}.cxe-datetimepicker-wheel-container.cxs-active .cxe-datetimepicker-wheel-selection{border-color:#3c7eff;background:rgba(60,126,255,.1)}.cxe-datetimepicker-wheel-arrow-up,.cxe-datetimepicker-wheel-arrow-down{position:absolute;left:50%;margin-left:-10px;width:20px;height:20px;opacity:.5;cursor:pointer}.cxe-datetimepicker-wheel-arrow-up:hover,.cxe-datetimepicker-wheel-arrow-down:hover{opacity:1}.cxe-datetimepicker-wheel-arrow-down{bottom:5px}.cxe-datetimepicker-wheel-arrow-up{transform:rotate(180deg);top:5px}.cxe-datetimepicker-wheel-arrow-icon{position:absolute;left:50%;top:50%;margin-left:-8px;margin-top:-8px;width:16px;height:16px}.cxe-datetimepicker-spacer{width:20px;display:inline-block}.cxb-datetimefield{position:relative;display:inline-block;box-sizing:border-box;width:210px;line-height:0;height:38px}.cxb-datetimefield.cxs-view-mode{line-height:20px;padding:8px 16px;border-width:1px;border-style:solid;border-color:rgba(0,0,0,0)}.cxe-datetimefield-input{box-sizing:border-box;width:100%;height:100%;line-height:36px;padding:0 36px 0 48px;border-width:1px;font-size:14px;font-family:inherit;border-color:#d0d5dd;border-style:solid;border-radius:4px;background-color:#fff;color:inherit;outline-offset:0;box-shadow:none;text-overflow:ellipsis;-ms-appearance:none;-moz-appearance:none;-webkit-appearance:none;font-weight:inherit}.cxe-datetimefield-input:hover{border-color:#98a2b3}.cxe-datetimefield-input:focus{border-color:#98a2b3;outline:none;box-shadow:none;color:#1d2939}.cxe-datetimefield-input:disabled{background:#ebebe4;color:#545454;pointer-events:none}.cxs-error>.cxe-datetimefield-input{border-color:rgba(220,0,9,.8);box-shadow:none;border:1px solid #f04438}.cxs-error>.cxe-datetimefield-input:focus{box-shadow:none;border-color:#d92d20}.cxe-datetimefield-input::-webkit-input-placeholder{color:#98a2b3;opacity:1}.cxe-datetimefield-input::-moz-placeholder{color:#98a2b3;opacity:1}.cxe-datetimefield-input:-ms-input-placeholder{color:#98a2b3;opacity:1}.cxe-datetimefield-input::-ms-clear{width:0;height:0}.cxe-datetimefield-clear{display:block;position:absolute;font-size:16px;right:17px;top:50%;margin-top:-10px;height:20px;width:20px;line-height:20px;color:#828282;border-radius:3px;text-align:center}.cxe-datetimefield-clear:hover{background-color:rgba(128,128,128,.2)}.cxe-datetimefield-left-icon{display:block;position:absolute;font-size:16px;left:10px;top:50%;margin-top:-10px;height:20px;width:20px;line-height:20px;opacity:.6;text-align:center;cursor:pointer}.cxe-datetimefield-left-icon:hover{opacity:1}.cxs-disabled>.cxe-datetimefield-left-icon{background:#ebebe4;color:#545454;pointer-events:none;border-width:0}.cxe-datetimefield-right-icon{display:block;position:absolute;font-size:16px;right:17px;top:50%;margin-top:-10px;height:20px;width:20px;line-height:20px;opacity:.6;text-align:center;cursor:pointer}.cxe-datetimefield-right-icon:hover{opacity:1}.cxs-disabled>.cxe-datetimefield-right-icon{background:#ebebe4;color:#545454;pointer-events:none;border-width:0}.cxe-datetimefield-icon{display:block;position:absolute;left:50%;top:50%;margin-top:-8px;margin-left:-8px;height:16px;width:16px;line-height:16px;text-align:center}.cxe-datetimefield-empty-text{color:rgba(128,128,128,.7)}.cxm-cover{background-color:#fff;border-color:#eaecf0;border-style:solid;fill:#fff;stroke:#eaecf0}.cxb-tab{box-sizing:border-box;display:inline-block;color:#667085;line-height:20px;font-weight:500;text-decoration:none;cursor:pointer;text-align:center;background-color:rgba(0,0,0,0);border-radius:6px;padding:8px 16px;border-width:1px;border-color:rgba(0,0,0,0);border-style:solid;box-shadow:none}.cxb-tab:hover{background-color:#f2f4fb;outline:none;cursor:pointer;text-decoration:none}.cxb-tab:focus{background-color:#f2f4fb;outline:none}.cxb-tab.cxs-active{background-color:var(--brand_color_navigation_bg, #e8ebf5);color:var(--brand_color_navigation_text, #04042f)}.cxb-tab.cxs-active:focus{background-color:var(--brand_color_navigation_bg, #d6dbea);outline:none;color:var(--brand_color_navigation_text, #0e0e3d)}.cxb-tab.cxs-disabled{cursor:default;opacity:.5;pointer-events:none;background-color:rgba(0,0,0,0)}.cxb-tab.cxm-classic{position:relative;border-width:1px;border-bottom-left-radius:0;border-bottom-right-radius:0}.cxb-tab.cxm-classic.cxs-active{border-color:#eaecf0;background-color:#fff}.cxb-tab.cxm-line{background-color:rgba(0,0,0,0) !important;border-left-color:rgba(0,0,0,0) !important;border-right-color:rgba(0,0,0,0) !important;border-top-color:rgba(0,0,0,0) !important;border-left-width:0;border-right-width:0;border-bottom-width:2px;border-top-width:0;border-bottom-left-radius:0;border-bottom-right-radius:0}.cxb-tab.cxm-line:hover{border-color:rgba(128,128,128,.2)}.cxb-tab.cxm-line:focus{border-color:rgba(123,190,255,.3)}.cxb-tab.cxm-line.cxs-active{border-color:rgba(128,128,128,.4)}.cxb-tab.cxm-line.cxs-active:focus{border-color:rgba(123,190,255,.7)}.cxb-tab.cxm-line.cxs-disabled{border-color:rgba(0,0,0,0)}.cxb-tab.cxm-white{color:#667085;font-weight:500;padding:13px 20px 11px}.cxb-tab.cxm-white:hover{background-color:#f9fafb}.cxb-tab.cxm-white:focus{background-color:#f9fafb}.cxb-tab.cxm-white.cxs-active{background-color:#fff;color:#04042f;font-weight:700}.cxb-tab.cxm-underline{color:#101828;border-radius:0;padding:12px}.cxb-tab.cxm-underline:hover{border-bottom:2px solid #d0d5dd;background-color:rgba(0,0,0,0)}.cxb-tab.cxm-underline:focus{border-bottom:2px solid #101828;background-color:#e8ebf5}.cxb-tab.cxm-underline.cxs-active{border-bottom:2px solid #101828;background-color:#e8ebf5}.cxb-tab.cxm-underline.cxs-active:focus{border-bottom:2px solid #101828;background-color:#e8ebf5}.cxb-tab.cxm-classic.cxs-active:after{content:" ";position:absolute;top:100%;left:0;right:0;height:2px;background:inherit}.cxb-menu{box-sizing:border-box;margin:0;padding:0;list-style:none;-webkit-overflow-scrolling:touch}.cxb-menu.cxs-horizontal{white-space:nowrap}.cxb-menu.cxs-horizontal>.cxe-menu-item{display:inline-block;user-select:none}.cxb-menu.cxs-horizontal>.cxe-menu-item.cxs-size-xsmall>.cxm-menu{margin:0 6px 0 6px}.cxb-menu.cxs-horizontal>.cxe-menu-item.cxs-size-small>.cxm-menu{margin:0 10px 0 10px}.cxb-menu.cxs-horizontal>.cxe-menu-item.cxs-size-medium>.cxm-menu{margin:0 20px 0 20px}.cxb-menu.cxs-horizontal>.cxe-menu-item.cxs-size-large>.cxm-menu{margin:0 30px 0 30px}.cxb-menu.cxs-horizontal>.cxe-menu-item.cxs-size-xlarge>.cxm-menu{margin:0 40px 0 40px}.cxb-menu.cxs-vertical.cxs-xsmall-item-padding .cxm-menu{margin:3px 6px;display:block}.cxb-menu.cxs-vertical.cxs-small-item-padding .cxm-menu{margin:5px 10px;display:block}.cxb-menu.cxs-vertical.cxs-medium-item-padding .cxm-menu{margin:10px 20px;display:block}.cxb-menu.cxs-vertical.cxs-large-item-padding .cxm-menu{margin:15px 30px;display:block}.cxb-menu.cxs-vertical.cxs-xlarge-item-padding .cxm-menu{margin:20px 40px;display:block}.cxb-menu .cxe-menu-item>hr{border:none;border-top:1px solid #d3d3d3;margin:10px 20px}.cxb-menu .cxe-menu-item.cxs-hidden{visibility:hidden;position:absolute}.cxb-menu.cxs-overflow{overflow:hidden;display:flex}.cxb-menu.cxs-overflow>.cxe-menu-item:last-child{visibility:hidden;position:absolute;max-height:100%}.cxb-menu.cxs-overflow.cxs-pack>.cxe-menu-item:last-child{visibility:visible;position:relative}.cxe-menu-spacer{flex:1 1 0%}.cxb-menuitem{box-sizing:border-box;cursor:pointer;position:relative;border-radius:3px}.cxb-menuitem:focus{outline:none}.cxb-menuitem>a:hover{text-decoration:none}.cxs-focusable>.cxb-menuitem.cxs-cursor:hover{background-color:#f9fafb;outline:none;cursor:pointer}.cxs-focusable.cxs-cursor>.cxb-menuitem.cxs-cursor{background-color:#f2f4f7;outline:none}.cxb-menuitem.cxs-disabled{cursor:default;opacity:.4;pointer-events:none}.cxb-menuitem>a{text-decoration:none;color:inherit}.cxb-menuitem>a:focus{outline:none}.cxb-menuitem.cxs-xsmall-padding>a,.cxb-menuitem.cxs-xsmall-padding>span{padding:3px 6px;line-height:20px;border:1px solid rgba(0,0,0,0);display:block}.cxb-menuitem.cxs-xsmall-padding.cxs-arrow{padding-right:16px}.cxb-menuitem.cxs-xsmall-padding.cxs-icon{padding-left:16px}.cxb-menuitem.cxs-xsmall-padding.cxs-empty{padding-right:8px}.cxb-menuitem.cxs-xsmall-padding>.cxe-menuitem-arrow{right:3px}.cxb-menuitem.cxs-xsmall-padding>.cxe-menuitem-button{width:22px}.cxb-menuitem.cxs-small-padding>a,.cxb-menuitem.cxs-small-padding>span{padding:5px 10px;line-height:20px;border:1px solid rgba(0,0,0,0);display:block}.cxb-menuitem.cxs-small-padding.cxs-arrow{padding-right:16px}.cxb-menuitem.cxs-small-padding.cxs-icon{padding-left:16px}.cxb-menuitem.cxs-small-padding.cxs-empty{padding-right:8px}.cxb-menuitem.cxs-small-padding>.cxe-menuitem-arrow{right:5px}.cxb-menuitem.cxs-small-padding>.cxe-menuitem-button{width:26px}.cxb-menuitem.cxs-medium-padding>a,.cxb-menuitem.cxs-medium-padding>span{padding:10px 20px;line-height:20px;border:1px solid rgba(0,0,0,0);display:block}.cxb-menuitem.cxs-medium-padding.cxs-arrow{padding-right:16px}.cxb-menuitem.cxs-medium-padding.cxs-icon{padding-left:16px}.cxb-menuitem.cxs-medium-padding.cxs-empty{padding-right:8px}.cxb-menuitem.cxs-medium-padding>.cxe-menuitem-arrow{right:10px}.cxb-menuitem.cxs-medium-padding>.cxe-menuitem-button{width:36px}.cxb-menuitem.cxs-large-padding>a,.cxb-menuitem.cxs-large-padding>span{padding:15px 30px;line-height:20px;border:1px solid rgba(0,0,0,0);display:block}.cxb-menuitem.cxs-large-padding.cxs-arrow{padding-right:16px}.cxb-menuitem.cxs-large-padding.cxs-icon{padding-left:16px}.cxb-menuitem.cxs-large-padding.cxs-empty{padding-right:8px}.cxb-menuitem.cxs-large-padding>.cxe-menuitem-arrow{right:15px}.cxb-menuitem.cxs-large-padding>.cxe-menuitem-button{width:46px}.cxb-menuitem.cxs-xlarge-padding>a,.cxb-menuitem.cxs-xlarge-padding>span{padding:20px 40px;line-height:20px;border:1px solid rgba(0,0,0,0);display:block}.cxb-menuitem.cxs-xlarge-padding.cxs-arrow{padding-right:16px}.cxb-menuitem.cxs-xlarge-padding.cxs-icon{padding-left:16px}.cxb-menuitem.cxs-xlarge-padding.cxs-empty{padding-right:8px}.cxb-menuitem.cxs-xlarge-padding>.cxe-menuitem-arrow{right:20px}.cxb-menuitem.cxs-xlarge-padding>.cxe-menuitem-button{width:56px}.cxe-menuitem-arrow{position:absolute;width:16px;height:16px;top:50%;margin-top:-8px}.cxs-vertical>.cxe-menuitem-arrow{transform:rotate(-90deg)}.cxe-menuitem-button{position:absolute;left:0;top:0;bottom:0}.cxe-menuitem-baseline{display:inline-block;width:1px;margin-left:-1px;visibility:hidden;padding-left:0 !important;padding-right:0 !important}.cxe-menuitem-icon{position:absolute;width:16px;height:16px;top:50%;left:50%;margin-top:-8px;margin-left:-8px;text-align:center;line-height:1;font-size:16px}.cxb-scroller{position:relative;user-select:none;display:flex;align-items:stretch;justify-content:stretch}.cxb-scroller.cxs-horizontal{white-space:nowrap}.cxb-scroller.cxs-horizontal.cxs-horizontal.cxs-scrollable{padding-left:20px;padding-right:20px}.cxb-scroller.cxs-vertical.cxs-scrollable{padding-top:20px;padding-bottom:20px}.cxe-scroller-clip{overflow:hidden;box-sizing:border-box;display:flex;align-items:stretch;justify-content:stretch;flex:1 1 0%}.cxe-scroller-scroller{box-sizing:border-box}.cxb-scroller.cxs-horizontal>.cxe-scroller-clip>.cxe-scroller-scroller{overflow-x:auto}.cxb-scroller.cxs-vertical>.cxe-scroller-clip>.cxe-scroller-scroller{overflow-y:auto;flex:1 1 0%}.cxe-scroller-scroller::-webkit-scrollbar{display:none}.cxe-scroller-left-arrow{position:absolute;top:0;bottom:0;left:0;width:20px;cursor:pointer;display:none}.cxe-scroller-left-arrow>.cxe-scroller-icon{transform:rotate(90deg)}.cxs-scrollable>.cxe-scroller-left-arrow{display:block}.cxe-scroller-right-arrow{position:absolute;top:0;bottom:0;right:0;width:20px;cursor:pointer;display:none}.cxe-scroller-right-arrow>.cxe-scroller-icon{transform:rotate(-90deg)}.cxs-scrollable>.cxe-scroller-right-arrow{display:block}.cxe-scroller-top-arrow{position:absolute;top:0;left:0;right:0;height:20px;cursor:pointer;display:none}.cxe-scroller-top-arrow>.cxe-scroller-icon{transform:rotate(180deg)}.cxs-scrollable>.cxe-scroller-top-arrow{display:block}.cxe-scroller-bottom-arrow{position:absolute;left:0;bottom:0;right:0;height:20px;cursor:pointer;display:none}.cxs-scrollable>.cxe-scroller-bottom-arrow{display:block}.cxe-scroller-icon{height:16px;width:16px;top:50%;left:50%;position:absolute;margin-left:-8px;margin-top:-8px}.cxb-mousecapture{position:fixed;left:0;right:0;top:0;bottom:0;z-index:1000000}.cxb-tooltip,.cxb-window,.cxb-overlay,.cxb-dropdown{left:calc(50% - 250px);top:calc(50% - 100px);min-width:10px;min-height:10px;position:fixed;overflow:visible;box-sizing:border-box}.cxs-draggable.cxb-tooltip,.cxs-draggable.cxb-window,.cxs-draggable.cxb-overlay,.cxs-draggable.cxb-dropdown{cursor:pointer;touch-action:none}.cxs-shadow.cxb-tooltip,.cxs-shadow.cxb-window,.cxs-shadow.cxb-overlay,.cxs-shadow.cxb-dropdown{position:absolute}.cxb-tooltip:focus,.cxb-window:focus,.cxb-overlay:focus,.cxb-dropdown:focus{outline:none}.cxe-window-modal-backdrop,.cxe-overlay-modal-backdrop{position:fixed;left:0;top:0;width:100vw;height:100vh}.cxe-window-shadow,.cxe-overlay-shadow{position:fixed;left:0;top:0;width:100vw;height:100vh;background:rgba(128,128,128,.3);overflow:auto}.cxb-overlay.cxs-pad{padding:5px}.cxb-window{display:flex;flex-direction:column;box-shadow:0 0 5px 1px rgba(0,0,0,.29);background-color:#fff;border-radius:3px}.cxb-window.cxs-resizable.cxs-active{box-shadow:0 0 20px 1px rgba(0,0,0,.29)}.cxb-window.cxm-alert{min-width:300px}.cxe-window-header{position:relative;box-sizing:border-box;display:flex;align-items:center;flex:none;touch-action:none;color:#1d2939;background:rgba(0,0,0,0);padding:16px 32px;font-size:18px;font-weight:700}.cxs-draggable .cxe-window-header{cursor:pointer}.cxe-window-footer{position:relative;box-sizing:border-box;flex:none;padding:16px 32px;border-top:1px solid #eaecf0}.cxe-window-footer:after{clear:both;visibility:hidden;display:block;font-size:0;content:" ";height:0}.cxm-alert .cxe-window-footer{text-align:center}.cxe-window-body{overflow:auto;position:relative;box-sizing:border-box;flex:auto}.cxe-window-body.cxs-pad{padding:0 16px}.cxm-alert .cxe-window-body{padding:2.5rem;text-align:center}@keyframes cx-tooltip-enter-animation{from{transform:scale(0.9);opacity:0}to{transform:scale(1);opacity:1}}@keyframes cx-tooltip-leave-animation{from{transform:scale(1);opacity:1}to{transform:scale(0.9);opacity:0}}.cxb-tooltip{display:block;left:-10000px;top:-10000px;box-shadow:1px 1px 5px 0 rgba(0,0,0,.3);background-color:#1d2939;border:1px solid #d5d5d5;color:#fff;padding:8px 16px;border-radius:6px;font-size:smaller;transition:opacity .2s ease-in;max-width:400px;pointer-events:none}.cxb-tooltip.cxs-animate{animation:cx-tooltip-enter-animation .2s}.cxb-tooltip.cxs-animate-leave{animation:cx-tooltip-leave-animation .2s;animation-fill-mode:forwards}.cxb-tooltip.cxs-mouse-trap{pointer-events:auto}.cxb-tooltip.cxm-error{background-color:#f04438;border-color:#e63001}.cxb-tooltip.cxm-error .cxe-tooltip-arrow-border{color:#e63001}.cxb-tooltip.cxm-error .cxe-tooltip-arrow-fill{color:#f04438}.cxe-tooltip-title{font-weight:bold;font-size:100%}.cxe-tooltip-arrow-border,.cxe-tooltip-arrow-fill{border-style:solid;border-color:rgba(0,0,0,0);content:" ";height:0;width:0;position:absolute;pointer-events:none}.cxe-tooltip-arrow-border{color:#d5d5d5;border-width:6px}.cxe-tooltip-arrow-fill{color:#1d2939;border-width:5px}.cxs-place-right>.cxe-tooltip-arrow-fill,.cxs-place-right-up>.cxe-tooltip-arrow-fill,.cxs-place-right-down>.cxe-tooltip-arrow-fill{right:100%;top:50%;border-right-color:currentColor;margin-top:-5px}.cxs-place-right>.cxe-tooltip-arrow-border,.cxs-place-right-up>.cxe-tooltip-arrow-border,.cxs-place-right-down>.cxe-tooltip-arrow-border{right:100%;top:50%;border-right-color:currentColor;margin-top:-6px}.cxs-place-left>.cxe-tooltip-arrow-fill,.cxs-place-left-down>.cxe-tooltip-arrow-fill,.cxs-place-left-up>.cxe-tooltip-arrow-fill{left:100%;top:50%;border-left-color:currentColor;margin-top:-5px}.cxs-place-left>.cxe-tooltip-arrow-border,.cxs-place-left-down>.cxe-tooltip-arrow-border,.cxs-place-left-up>.cxe-tooltip-arrow-border{left:100%;top:50%;border-left-color:currentColor;margin-top:-6px}.cxs-place-right-down>.cxe-tooltip-arrow-fill,.cxs-place-left-down>.cxe-tooltip-arrow-fill{top:16px}.cxs-place-right-down>.cxe-tooltip-arrow-border,.cxs-place-left-down>.cxe-tooltip-arrow-border{top:16px}.cxs-place-right-up>.cxe-tooltip-arrow-fill,.cxs-place-right-up>.cxe-tooltip-arrow-border,.cxs-place-left-up>.cxe-tooltip-arrow-fill,.cxs-place-left-up>.cxe-tooltip-arrow-border{top:calc(100% + -16px)}.cxs-place-up>.cxe-tooltip-arrow-fill,.cxs-place-up-left>.cxe-tooltip-arrow-fill,.cxs-place-up-right>.cxe-tooltip-arrow-fill{left:50%;top:100%;border-top-color:currentColor;margin-left:-5px}.cxs-place-up>.cxe-tooltip-arrow-border,.cxs-place-up-left>.cxe-tooltip-arrow-border,.cxs-place-up-right>.cxe-tooltip-arrow-border{left:50%;top:100%;border-top-color:currentColor;margin-left:-6px}.cxs-place-down>.cxe-tooltip-arrow-fill,.cxs-place-down-left>.cxe-tooltip-arrow-fill,.cxs-place-down-right>.cxe-tooltip-arrow-fill{left:50%;bottom:100%;border-bottom-color:currentColor;margin-left:-5px}.cxs-place-down>.cxe-tooltip-arrow-border,.cxs-place-down-left>.cxe-tooltip-arrow-border,.cxs-place-down-right>.cxe-tooltip-arrow-border{left:50%;bottom:100%;border-bottom-color:currentColor;margin-left:-6px}.cxs-place-down-right>.cxe-tooltip-arrow-fill,.cxs-place-down-right>.cxe-tooltip-arrow-border,.cxs-place-up-right>.cxe-tooltip-arrow-fill,.cxs-place-up-right>.cxe-tooltip-arrow-border{left:16px}.cxs-place-down-left>.cxe-tooltip-arrow-fill,.cxs-place-up-left>.cxe-tooltip-arrow-fill{left:calc(100% + -16px)}.cxs-place-down-left>.cxe-tooltip-arrow-border,.cxs-place-up-left>.cxe-tooltip-arrow-border{left:calc(100% + -16px)}@keyframes cx-toast-enter-animation{from{transform:scale(0);opacity:0}to{transform:scale(1);opacity:1}}@keyframes cx-toast-leave-animation{to{transform:scale(0);opacity:0}from{transform:scale(1);opacity:1}}.cxb-toast{color:#344054;background-color:#fff;box-sizing:border-box;position:relative;pointer-events:all;transition:all .2s ease-in-out;box-shadow:0 0 5px 1px rgba(128,128,128,.3);border-style:solid;border-width:0;border-color:rgba(255,255,255,0);border-radius:3px;display:flex;flex-direction:row;align-items:center}.cxb-toast.cxs-pad{padding:10px}.cxb-toast.cxs-animate{animation:cx-toast-enter-animation .2s}.cxb-toast.cxs-animate-leave{animation:cx-toast-leave-animation .2s;animation-fill-mode:forwards}.cxb-toast.cxm-warning{color:#fff;background-color:#f09037}.cxb-toast.cxm-primary{color:#fff;background-color:#1f99f8}.cxb-toast.cxm-success{color:#fff;background-color:#5cb85c}.cxb-toast.cxm-error{color:#fff;background-color:#d9534f}.cxb-toaster{position:fixed;left:0;top:0;right:0;bottom:0;pointer-events:none;display:flex;flex-direction:column;align-items:center;overflow:hidden;z-index:1000000}.cxb-toaster.cxs-placement-right{justify-content:center;align-items:flex-end}.cxb-toaster.cxs-placement-left{justify-content:center;align-items:flex-start}.cxb-toaster.cxs-placement-bottom{flex-direction:column-reverse}.cxb-toaster.cxs-placement-top-left{align-items:flex-start}.cxb-toaster.cxs-placement-top-right{align-items:flex-end}.cxb-toaster.cxs-placement-bottom-left{justify-content:flex-end;align-items:flex-start}.cxb-toaster.cxs-placement-bottom-right{justify-content:flex-end;align-items:flex-end}.cxe-toaster-item{margin:0;height:0;transition:all .2s ease-in-out}.cxe-toaster-item.cxs-live{margin:10px}.cxb-pagination{display:inline-block;white-space:nowrap;margin:0;padding:0;line-height:20px;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0,0,0,0);user-select:none;-webkit-overflow-scrolling:touch}.cxb-pagination:focus{outline:none}.cxe-pagination-page{display:inline-block;box-sizing:border-box;border-style:solid;margin-left:-1px;text-decoration:none;cursor:pointer;border-width:1px;border-color:#eaecf0;border-radius:6px;padding:8px 16px;border:none;position:relative}.cxe-pagination-page:first-child{border-top-left-radius:6px;border-bottom-left-radius:6px}.cxe-pagination-page:first-child:after{content:"<";visibility:hidden}.cxe-pagination-page:last-child{border-top-right-radius:6px;border-bottom-right-radius:6px}.cxe-pagination-page:last-child:after{content:">";visibility:hidden}.cxe-pagination-page:hover{background-color:rgba(246,247,249,.5);outline:none;cursor:pointer}.cxe-pagination-page:hover:focus{background-color:rgba(246,247,249,.5);outline:none}.cxe-pagination-page.cxs-active{background-color:#f6f7f9}.cxb-pagination:focus>.cxe-pagination-page.cxs-active{background-color:#eef1f4;outline:none}.cxe-pagination-page.cxs-disabled{cursor:default;opacity:.5;pointer-events:none}.cxe-pagination-icon-prev-page,.cxe-pagination-icon-next-page{width:16px;height:16px;font-size:16px;line-height:16px;position:absolute;top:50%;margin-top:-8px;left:50%;margin-left:-8px}.cxe-pagination-icon-prev-page{transform:rotate(180deg)}.cxb-treenode{padding-left:24px;position:relative}.cxb-treenode.cxs-icon{padding-left:40px}.cxb-treenode.cxs-level-1{margin-left:20px}.cxb-treenode.cxs-level-2{margin-left:40px}.cxb-treenode.cxs-level-3{margin-left:60px}.cxb-treenode.cxs-level-4{margin-left:80px}.cxb-treenode.cxs-level-5{margin-left:100px}.cxb-treenode.cxs-level-6{margin-left:120px}.cxb-treenode.cxs-level-7{margin-left:140px}.cxb-treenode.cxs-level-8{margin-left:160px}.cxb-treenode.cxs-level-9{margin-left:180px}.cxb-treenode.cxs-level-10{margin-left:200px}.cxb-treenode.cxs-level-11{margin-left:220px}.cxb-treenode.cxs-level-12{margin-left:240px}.cxb-treenode.cxs-level-13{margin-left:260px}.cxb-treenode.cxs-level-14{margin-left:280px}.cxb-treenode.cxs-level-15{margin-left:300px}.cxb-treenode.cxs-level-16{margin-left:320px}.cxb-treenode.cxs-level-17{margin-left:340px}.cxb-treenode.cxs-level-18{margin-left:360px}.cxb-treenode.cxs-level-19{margin-left:380px}.cxb-treenode.cxs-level-20{margin-left:400px}.cxe-treenode-handle{position:absolute;font-size:16px;right:17px;top:50%;margin-top:-10px;height:20px;width:20px;line-height:20px;opacity:.6;text-align:center;cursor:pointer;left:0;top:50%;margin-top:-10px;bottom:0;width:36px;height:20px}.cxe-treenode-handle:hover{opacity:1}.cxe-treenode-arrow{display:block;position:absolute;left:0;top:50%;margin-top:-8px;margin-left:2px;height:16px;width:16px;line-height:16px;transform:rotate(-90deg);transition:transform .2s}.cxs-expanded .cxe-treenode-arrow{transform:rotate(0)}.cxe-treenode-icon{display:block;position:absolute;left:0;top:50%;margin-top:-8px;margin-left:18px;height:16px;width:16px;line-height:16px}.cxb-grid.cxm-tree td{border-top:none}.cxb-grid{box-sizing:border-box;position:relative;font-size:14px;-webkit-overflow-scrolling:touch}.cxb-grid:focus{outline:none}.cxb-grid table{border-spacing:0;border-collapse:collapse;width:100%;position:relative}.cxb-grid .cxs-aligned-left{text-align:left}.cxb-grid .cxs-aligned-right{text-align:right}.cxb-grid .cxs-aligned-center{text-align:center}.cxb-grid.cxs-scrollable{overflow:hidden;display:flex;flex-direction:row;align-items:stretch}.cxb-grid.cxs-scrollable.cxs-border{border:1px solid #eaecf0}.cxb-grid.cxs-scrollable.cxs-border table{border:none}.cxb-grid.cxs-scrollable.cxs-border .cxe-grid-header:first-child th{border-top:none}.cxb-grid.cxs-scrollable.cxs-border th{border-left:none}.cxb-grid.cxs-scrollable.cxs-border th:last-child{border-right:none}.cxb-grid.cxs-scrollable>.cxe-grid-scroll-area{overflow-y:auto;flex:1 1 0%;-webkit-overflow-scrolling:touch}.cxb-grid.cxs-scrollable>.cxe-grid-scroll-area.cxs-fixed-header>.cxe-grid-table-wrapper>table>.cxe-grid-header:first-child{visibility:hidden}.cxb-grid.cxs-scrollable>.cxe-grid-scroll-area>.cxe-grid-table-wrapper{overflow:hidden;display:inline-block;vertical-align:top;min-width:100%;min-height:100%}.cxb-grid.cxs-resizable .cxe-grid-data td,.cxb-grid.cxs-resizable .cxe-grid-group-footer td,.cxb-grid.cxs-resizable .cxe-grid-group-header td{box-sizing:border-box;overflow:hidden;text-overflow:ellipsis}.cxb-grid.cxs-resizable .cxe-grid-fixed-header .cxe-grid-col-header:last-child{max-width:100%;width:100%}.cxb-grid.cxs-border table{border:1px solid #eaecf0}.cxb-grid.cxs-vlines td:not(:last-child),.cxb-grid.cxs-vlines th:not(:last-child){border-right-width:1px;border-right-style:solid;border-right-color:#eaecf0}.cxb-grid.cxm-responsive{width:100%}.cxb-grid.cxm-responsive>.cxe-grid-scroll-area{overflow-x:auto}.cxb-grid.cxm-fixed-layout table{table-layout:fixed;width:auto}.cxb-grid.cxm-contain table{contain:layout paint}.cxb-grid.cxm-nowrap .cxe-grid-data td,.cxb-grid.cxm-nowrap .cxe-grid-fixed-footer td,.cxb-grid.cxm-nowrap .cxe-grid-fixed-fixed-footer td{white-space:nowrap}.cxe-grid-table-wrapper{overflow-anchor:none}.cxe-grid-cell-clip{overflow:hidden;text-overflow:ellipsis}.cxe-grid-row-number::after{counter-increment:cx-row-number;content:counter(cx-row-number)}.cxe-grid-fixed-header{overflow:hidden;position:absolute;display:none;left:0;top:0;right:0}.cxe-grid-fixed-header>table{width:auto;table-layout:fixed}.cxe-grid-fixed-fixed-header{overflow:hidden;position:absolute;display:none;left:0;top:0;box-sizing:border-box;border-right:1px solid #eaecf0}.cxe-grid-fixed-fixed-header>table{width:auto;table-layout:fixed}.cxe-grid-fixed-footer{overflow:hidden;position:absolute;display:none;left:0;bottom:0;right:0}.cxe-grid-fixed-footer>table{width:auto;table-layout:fixed}.cxe-grid-fixed-fixed-footer{overflow:hidden;position:absolute;display:none;left:0;bottom:0;border-right:1px solid #eaecf0;box-sizing:border-box}.cxe-grid-fixed-fixed-footer>table{width:auto;table-layout:fixed}.cxe-grid-fixed-footer-corner{width:100%}.cxe-grid-empty-text td{color:#aaa;padding:2rem}.cxe-grid-col-header{text-align:left;padding:8px;box-sizing:border-box;position:relative;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-user-select:none;font-size:12px;font-weight:500;line-height:23px;color:#667085;background-color:#fff;border-color:#eaecf0;background-clip:border-box}.cxs-header-default .cxe-grid-col-header{border-width:1px;border-style:solid;position:relative}.cxs-header-plain .cxe-grid-col-header{background-color:rgba(0,0,0,0)}.cxe-grid-col-header.cxs-sortable{cursor:pointer;user-select:none}.cxe-grid-col-header.cxs-sortable.cxs-sorted-asc,.cxe-grid-col-header.cxs-sortable.cxs-sorted-desc{background-color:#ededed}.cxe-grid-col-header.cxs-sortable.cxs-sorted-asc:hover,.cxe-grid-col-header.cxs-sortable.cxs-sorted-desc:hover{background-color:#f2f2f2}.cxe-grid-col-header.cxs-sortable:hover,.cxe-grid-fixed-header .cxe-grid-col-header.cxs-sortable:hover{background-color:#fafafa}.cxe-grid-fixed-header .cxe-grid-col-header.cxs-sortable.cxs-sorted-asc:hover,.cxe-grid-fixed-header .cxe-grid-col-header.cxs-sortable.cxs-sorted-desc:hover{background-color:#f2f2f2}.cxe-grid-col-header.cxs-tool{transition:padding-left .2s;padding-right:31px}.cxe-grid-col-header.cxs-sortable:not(.cxs-aligned-right){padding-right:21px}.cxe-grid-col-header.cxs-sortable:not(.cxs-aligned-right) .cxe-grid-column-sort-icon{right:2px}.cxe-grid-col-header.cxs-sortable:not(.cxs-aligned-right).cxs-tool.cxs-sorted-asc,.cxe-grid-col-header.cxs-sortable:not(.cxs-aligned-right).cxs-tool.cxs-sorted-desc{padding-left:21px}.cxe-grid-col-header.cxs-sortable:not(.cxs-aligned-right).cxs-tool.cxs-sorted-asc .cxe-grid-column-sort-icon,.cxe-grid-col-header.cxs-sortable:not(.cxs-aligned-right).cxs-tool.cxs-sorted-desc .cxe-grid-column-sort-icon{left:2px}.cxe-grid-col-header.cxs-sortable.cxs-aligned-center{padding-left:21px}.cxe-grid-col-header.cxs-sortable.cxs-aligned-right{padding-left:21px}.cxe-grid-col-header.cxs-sortable.cxs-aligned-right .cxe-grid-column-sort-icon{left:2px}.cxe-grid-column-sort-icon{width:16px;height:16px;top:50%;margin-top:-8px;position:absolute;transition:transform .1s linear}.cxs-sorted-desc>.cxe-grid-column-sort-icon{transform:rotate(180deg)}.cxe-grid-data{-webkit-tap-highlight-color:rgba(0,0,0,0);background-color:rgba(0,0,0,0)}.cxe-grid-data td{padding:0;border-top:1px solid #eaecf0}.cxe-grid-data td:empty::before{content:"-";visibility:hidden}.cxe-grid-data td.cxs-pad{padding:8px}.cxs-selectable .cxe-grid-data:hover,.cxs-selectable .cxe-grid-data.cxs-hover{background-color:#f9fafb;outline:none;cursor:pointer}.cxs-selectable .cxe-grid-data.cxs-cursor{background-color:#f9fafb;outline:none;cursor:pointer}.cxs-selectable .cxe-grid-data.cxs-selected{background-color:#f2f4f7}.cxs-selectable .cxe-grid-data.cxs-selected.cxs-cursor{background-color:#f2f4f7;outline:none}.cxs-focused .cxe-grid-data.cxs-cursor,:focus .cxe-grid-data.cxs-cursor{background-color:#f2f4f7;outline:none}.cxs-focused .cxe-grid-data.cxs-selected.cxs-cursor,:focus .cxe-grid-data.cxs-selected.cxs-cursor{background-color:#f2f4f7;outline:none}.cxs-drag-move .cxe-grid-data.cxs-dragged{display:none}.cxs-drag-copy .cxe-grid-data.cxs-dragged{opacity:.5}.cxe-grid-data.cxs-draggable{touch-action:none}.cxe-grid-data.cxs-dummy td{box-sizing:border-box}.cxe-grid-data.cxs-over{background:orange !important}.cxe-grid-dropzone{position:relative;padding:0}.cxs-drop-preview .cxe-grid-dropzone{border-top:1px solid #eaecf0}.cxs-drop-preview .cxe-grid-dropzone:after{position:absolute;left:3px;right:3px;top:3px;bottom:3px;border:1px dotted gray;content:" "}.cxs-drop-insertion .cxe-grid-dropzone{height:0}.cxs-drop-insertion .cxe-grid-dropzone:after{position:absolute;left:0;right:0;top:0;bottom:0;border-top:1px solid #000;content:" ";box-shadow:0 0 2px #000}.cxe-grid-group-caption{font-weight:bold;font-size:115%}.cxe-grid-group-caption td{padding:8px}.cxe-grid-group-caption:not(:first-child) td{padding-top:15px}.cxe-grid-group-caption.cxs-level-1 td{font-weight:bold;font-size:115%}.cxe-grid-group-caption.cxs-level-2 td{font-weight:bold;font-size:130%;border-bottom:1px solid gray}.cxe-grid-group-caption.cxs-level-3 td{font-weight:bold;font-size:145%;border-bottom:1px solid gray}.cxe-grid-group-caption.cxs-level-4 td{font-weight:bold;font-size:160%;border-bottom:1px solid gray}.cxe-grid-group-footer td{box-sizing:border-box}.cxe-grid-group-footer td.cxs-pad{padding:8px}.cxe-grid-group-footer.cxs-level-1 td{font-weight:bold;border-top:1px solid #eaecf0}.cxe-grid-group-footer.cxs-level-2 td{font-weight:bold;font-size:110%;border-top:1px solid gray}.cxe-grid-group-footer.cxs-level-3 td{font-weight:bold;font-size:120%;border-top:1px solid gray}.cxe-grid-group-footer.cxs-level-4 td{font-weight:bold;font-size:130%;border-top:1px solid gray}.cxb-grid.cxs-cell-editable .cxe-grid-data td:hover{background:rgba(128,128,128,.05)}.cxb-grid.cxs-cell-editable .cxe-grid-data td.cxs-cellected{position:relative;user-select:none;overflow:visible}.cxb-grid.cxs-cell-editable .cxe-grid-data td.cxs-cellected:after{position:absolute;pointer-events:none;content:" ";left:-1px;top:-1px;right:-1px;bottom:-1px;background:rgba(0,128,0,.1);border:2px solid green}.cxb-grid.cxs-cell-editable .cxe-grid-data td.cxs-cellected:last-child::after{right:0}.cxb-grid.cxs-cell-editable .cxe-grid-data td.cxe-grid-cell-editor{position:relative;user-select:none;overflow:visible}.cxe-grid-cell-editor-wrap{position:absolute;top:-1px;bottom:0;left:0;right:0;width:100%;height:calc(100% + 2px)}.cxe-grid-cell-editor-wrap>*:only-child{width:100%;height:100%;top:0;left:0}.cxb-grid.cxs-buffered .cxe-grid-data,.cxb-grid.cxs-fixed-columns .cxe-grid-data{white-space:nowrap}.cxb-grid.cxs-fixed-columns>.cxe-grid-scroll-area{overflow-x:scroll}.cxe-grid-scroll-area.cxs-fixed-footer>.cxe-grid-table-wrapper>table>.cxe-grid-group-footer:last-child{visibility:hidden}.cxe-grid-scroll-area.cxs-fixed-footer>.cxe-grid-table-wrapper>table>.cxe-grid-group-footer:last-child td{border:none}.cxe-grid-fixed-scroll-area{overflow-x:scroll;overflow-y:hidden;border-color:#eaecf0;border-right-style:solid;border-right-width:1px}.cxe-grid-fixed-scroll-area.cxs-fixed-footer>.cxe-grid-fixed-table-wrapper>table>.cxe-grid-group-footer:last-child{visibility:hidden}.cxe-grid-fixed-scroll-area.cxs-fixed-footer>.cxe-grid-fixed-table-wrapper>table>.cxe-grid-group-footer:last-child td{border:none}.cxe-grid-col-header-tool{position:absolute;right:0;top:0;bottom:0}.cxe-grid-col-resizer{position:absolute;right:0;top:0;bottom:0;width:5px;cursor:col-resize}.cxe-grid-col-resizer-prev-col{position:absolute;left:0;top:0;bottom:0;width:5px;cursor:col-resize}.cxe-grid-resize-overlay{position:absolute;display:block;pointer-events:none;top:0;bottom:0;left:0;width:0;border-right:3px solid #eaecf0;background:rgba(234,236,240,.15);box-sizing:border-box}.cxe-grid-col-header-drag-clone{border:1px solid #eaecf0;padding:8px;font-size:12px;font-weight:500;line-height:23px;color:#667085;background-color:#fff;border-color:#eaecf0;background-clip:border-box;box-sizing:border-box;font-size:14px}.cxe-grid-col-insertion-marker{border:1px solid #000;position:absolute;top:0;height:calc(100% - 1px)}.cxb-dragsource{box-sizing:border-box}.cxb-dragsource.cxs-dragged{opacity:.3}.cxb-dragsource.cxs-draggable{touch-action:none}.cxb-dropzone{box-sizing:border-box;position:relative}.cxb-dropzone.cxm-hline{height:1px;margin-top:-1px;align-self:stretch}.cxb-dropzone.cxm-hline.cxs-over{background:#000;box-shadow:0 0 2px #000}.cxb-dropzone.cxm-vline{width:1px;margin-left:-1px;min-height:1em;display:inline-block;vertical-align:middle;align-self:stretch}.cxb-dropzone.cxm-vline.cxs-over{background:#000;box-shadow:0 0 2px #000}.cxb-dropzone.cxm-block{height:1px;margin-top:-1px;align-self:stretch}.cxb-dropzone.cxm-block.cxs-over{height:25px;border:2px dotted #d3d3d3;margin:5px}.cxb-dropzone.cxm-inline-block{width:1px;margin-left:-1px;min-height:1em;position:relative;display:inline-block;vertical-align:top;align-self:stretch}.cxb-dropzone.cxm-inline-block:after{content:" "}.cxb-dropzone.cxm-inline-block.cxs-over{width:50px;border:2px dotted #d3d3d3;margin:5px}.cxb-draghandle{touch-action:none}.cxb-dragclone{background-color:rgba(255,255,255,.9);box-shadow:0 0 3px rgba(128,128,128,.3);opacity:.9;pointer-events:none;background:rgba(255,255,255,.9);min-width:10px;min-height:10px;position:fixed;opacity:.9;box-shadow:0 0 3px rgba(128,128,128,.3);display:flex}.cxb-dragclone>*{margin:0 !important;display:block;flex:auto}.cxb-progressbar{box-sizing:border-box;position:relative;width:180px;min-height:10px;background-color:rgba(255,255,255,.5);border-style:solid;border-color:#98d4ff;border-width:1px;border-radius:0;font-size:smaller;text-align:center;line-height:10px}.cxb-progressbar[disabled],.cxb-progressbar.cxs-disabled{opacity:.2}.cxe-progressbar-indicator{background-color:rgba(152,212,255,.8);position:absolute;top:0;left:0;height:100%}.cxe-progressbar-label{position:absolute;top:0;left:0;line-height:8px;width:100%;text-align:center}.cxb-resizer{position:relative;flex-shrink:0}.cxb-resizer.cxs-vertical{width:5px;cursor:col-resize}.cxb-resizer.cxs-horizontal{height:5px;cursor:row-resize}.cxe-resizer-handle{position:absolute;width:100%;height:100%;top:0;left:0}.cxe-resizer-handle.cxs-dragged{background:rgba(128,128,128,.5)}.cxb-highlightedsearchtext{font-weight:bold}.cxs-text-anchor-middle{text-anchor:middle}.cxs-text-anchor-right{text-anchor:end}.cxb-svg{box-sizing:border-box;overflow:hidden;position:relative;height:150px}.cxb-svg>svg{width:100%;height:100%;position:absolute}.cxb-numericaxis{shape-rendering:crispEdges}.cxe-numericaxis-ticks{stroke:rgba(128,128,128,.3);stroke-width:1px}.cxe-numericaxis-line{stroke:rgba(128,128,128,.2);stroke-width:1px}.cxe-numericaxis-label{font-size:smaller;fill:currentColor}.cxe-numericaxis-label-offset{visibility:hidden}.cxb-categoryaxis{shape-rendering:crispEdges}.cxe-categoryaxis-ticks{stroke:rgba(128,128,128,.3);stroke-width:1px}.cxe-categoryaxis-line{stroke:rgba(128,128,128,.2);stroke-width:1px}.cxe-categoryaxis-label{font-size:smaller;fill:currentColor}.cxe-categoryaxis-label-offset{visibility:hidden}.cxb-timeaxis{shape-rendering:crispEdges}.cxe-timeaxis-ticks{stroke:rgba(128,128,128,.3);stroke-width:1px}.cxe-timeaxis-line{stroke:rgba(128,128,128,.2);stroke-width:1px}.cxe-timeaxis-label{font-size:smaller;fill:currentColor}.cxe-timeaxis-label-offset{visibility:hidden}.cxe-pieslice-slice{stroke-width:0;fill:#eee;stroke:#ccc}.cxe-pieslice-slice.cxs-selectable{cursor:pointer}.cxe-pieslice-slice.cxs-selected{stroke-width:2px}.cxb-legend{display:flex;justify-content:center;align-items:flex-start;flex-wrap:wrap;gap:5px 10px}.cxb-legend.cxs-vertical{flex-direction:column}.cxe-legend-entry{display:flex;align-items:center;padding:5px;gap:5px;font-size:smaller;position:relative;box-sizing:border-box;cursor:pointer}.cxe-legend-svg{flex-shrink:0}.cxe-legend-shape{fill:rgba(128,128,128,.1)}.cxb-legendentry{display:inline-flex;align-items:center;padding:5px;gap:5px;position:relative;box-sizing:border-box;cursor:pointer}.cxe-legendentry-svg{flex-shrink:0}.cxe-legendentry-shape{fill:#eee}.cxb-gridlines{shape-rendering:crispEdges}.cxb-gridlines path{stroke:rgba(128,128,128,.15);fill:none;stroke-width:1}.cxe-swimlanes-lane{fill:#f1f1f1;stroke:none}.cxe-column-rect{stroke-width:1px;fill:#eee;stroke:#ccc}.cxe-column-rect.cxs-selectable{cursor:pointer}.cxe-column-rect.cxs-selected{stroke-width:2px}.cxe-bar-rect{stroke-width:1px;fill:#eee;stroke:#ccc}.cxe-bar-rect.cxs-selectable{cursor:pointer}.cxe-bar-rect.cxs-selected{stroke-width:2px}.cxe-linegraph-line{stroke:gray;stroke-width:2px;fill:none !important}.cxe-linegraph-area{stroke-width:0;opacity:.5}.cxe-columngraph-column{stroke-width:1px;fill:#eee;stroke:#ccc}.cxe-columngraph-column.cxs-selectable{cursor:pointer}.cxe-columngraph-column.cxs-selected{stroke-width:2px}.cxe-bargraph-bar{stroke-width:1px;fill:#eee;stroke:#ccc}.cxe-bargraph-bar.cxs-selectable{cursor:pointer}.cxe-bargraph-bar.cxs-selected{stroke-width:2px}.cxe-scattergraph-shape{fill:gray;opacity:.8}.cxe-scattergraph-shape.cxs-selected{stroke-width:2px}.cxe-bubblegraph-bubble{fill:gray;opacity:.5}.cxe-bubblegraph-bubble:hover{opacity:.75}.cxe-bubblegraph-bubble.cxs-selected{stroke:#000;stroke-width:2px}.cxe-marker-shape{fill:gray;stroke:gray;stroke-width:1px}.cxs-draggable-x>.cxe-marker-shape{cursor:ew-resize;touch-action:none}.cxs-draggable-y>.cxe-marker-shape{cursor:ns-resize;touch-action:none}.cxs-draggable-xy>.cxe-marker-shape{cursor:move;touch-action:none}.cxs-selectable>.cxe-marker-shape{cursor:pointer}.cxe-marker-shape.cxs-hidden{visibility:hidden}.cxe-markerline-line{stroke:gray;stroke-width:1px}.cxe-range-rect{stroke-width:0;fill-opacity:.3;fill:#d3d3d3}.cxe-rangemarker-path{stroke:dimgray;fill:none;stroke-width:1px}.cxe-swimlane-lane{fill:#f1f1f1;stroke:none}.cxs-color-0{fill:#eb003f;stroke:#eb003f;background:#eb003f;border-color:#eb003f}.cxs-color-0.cxs-selectable:hover,.cxs-color-0.cxs-selectable.cxs-hover,.cxs-color-root:hover .cxs-color-0,.cxs-color-root.cxs-hover .cxs-color-0{fill:#eb003f;stroke:#eb003f;background:#eb003f;border-color:#eb003f}.cxs-color-0.cxs-selected,.cxs-color-0.cxs-selected:hover,.cxs-color-0.cxs-selected.cxs-hover,.cxs-color-root.cxs-selected .cxs-color-0,.cxs-color-root.cxs-selected:hover .cxs-color-0,.cxs-color-root.cxs-selected.cxs-hover .cxs-color-0{fill:#ef3365;stroke:#ef3365;background:#ef3365;border-color:#ef3365}.cxs-color-0.cxs-disabled,.cxs-color-root.cxs-disabled .cxs-color-0{fill:#fde6ec;stroke:#fde6ec;background:#fde6ec;border-color:#fde6ec}.cxs-color-1{fill:#96f;stroke:#96f;background:#96f;border-color:#96f}.cxs-color-1.cxs-selectable:hover,.cxs-color-1.cxs-selectable.cxs-hover,.cxs-color-root:hover .cxs-color-1,.cxs-color-root.cxs-hover .cxs-color-1{fill:#96f;stroke:#96f;background:#96f;border-color:#96f}.cxs-color-1.cxs-selected,.cxs-color-1.cxs-selected:hover,.cxs-color-1.cxs-selected.cxs-hover,.cxs-color-root.cxs-selected .cxs-color-1,.cxs-color-root.cxs-selected:hover .cxs-color-1,.cxs-color-root.cxs-selected.cxs-hover .cxs-color-1{fill:#ad85ff;stroke:#ad85ff;background:#ad85ff;border-color:#ad85ff}.cxs-color-1.cxs-disabled,.cxs-color-root.cxs-disabled .cxs-color-1{fill:#f5f0ff;stroke:#f5f0ff;background:#f5f0ff;border-color:#f5f0ff}.cxs-color-2{fill:#fca22b;stroke:#fca22b;background:#fca22b;border-color:#fca22b}.cxs-color-2.cxs-selectable:hover,.cxs-color-2.cxs-selectable.cxs-hover,.cxs-color-root:hover .cxs-color-2,.cxs-color-root.cxs-hover .cxs-color-2{fill:#fca22b;stroke:#fca22b;background:#fca22b;border-color:#fca22b}.cxs-color-2.cxs-selected,.cxs-color-2.cxs-selected:hover,.cxs-color-2.cxs-selected.cxs-hover,.cxs-color-root.cxs-selected .cxs-color-2,.cxs-color-root.cxs-selected:hover .cxs-color-2,.cxs-color-root.cxs-selected.cxs-hover .cxs-color-2{fill:#fdb555;stroke:#fdb555;background:#fdb555;border-color:#fdb555}.cxs-color-2.cxs-disabled,.cxs-color-root.cxs-disabled .cxs-color-2{fill:#fff6ea;stroke:#fff6ea;background:#fff6ea;border-color:#fff6ea}.cxs-color-3{fill:#fb789b;stroke:#fb789b;background:#fb789b;border-color:#fb789b}.cxs-color-3.cxs-selectable:hover,.cxs-color-3.cxs-selectable.cxs-hover,.cxs-color-root:hover .cxs-color-3,.cxs-color-root.cxs-hover .cxs-color-3{fill:#fb789b;stroke:#fb789b;background:#fb789b;border-color:#fb789b}.cxs-color-3.cxs-selected,.cxs-color-3.cxs-selected:hover,.cxs-color-3.cxs-selected.cxs-hover,.cxs-color-root.cxs-selected .cxs-color-3,.cxs-color-root.cxs-selected:hover .cxs-color-3,.cxs-color-root.cxs-selected.cxs-hover .cxs-color-3{fill:#fc93af;stroke:#fc93af;background:#fc93af;border-color:#fc93af}.cxs-color-3.cxs-disabled,.cxs-color-root.cxs-disabled .cxs-color-3{fill:#fff2f5;stroke:#fff2f5;background:#fff2f5;border-color:#fff2f5}.cxs-color-4{fill:#be9efc;stroke:#be9efc;background:#be9efc;border-color:#be9efc}.cxs-color-4.cxs-selectable:hover,.cxs-color-4.cxs-selectable.cxs-hover,.cxs-color-root:hover .cxs-color-4,.cxs-color-root.cxs-hover .cxs-color-4{fill:#be9efc;stroke:#be9efc;background:#be9efc;border-color:#be9efc}.cxs-color-4.cxs-selected,.cxs-color-4.cxs-selected:hover,.cxs-color-4.cxs-selected.cxs-hover,.cxs-color-root.cxs-selected .cxs-color-4,.cxs-color-root.cxs-selected:hover .cxs-color-4,.cxs-color-root.cxs-selected.cxs-hover .cxs-color-4{fill:#cbb1fd;stroke:#cbb1fd;background:#cbb1fd;border-color:#cbb1fd}.cxs-color-4.cxs-disabled,.cxs-color-root.cxs-disabled .cxs-color-4{fill:#f9f5ff;stroke:#f9f5ff;background:#f9f5ff;border-color:#f9f5ff}.cxs-color-5{fill:#fbce91;stroke:#fbce91;background:#fbce91;border-color:#fbce91}.cxs-color-5.cxs-selectable:hover,.cxs-color-5.cxs-selectable.cxs-hover,.cxs-color-root:hover .cxs-color-5,.cxs-color-root.cxs-hover .cxs-color-5{fill:#fbce91;stroke:#fbce91;background:#fbce91;border-color:#fbce91}.cxs-color-5.cxs-selected,.cxs-color-5.cxs-selected:hover,.cxs-color-5.cxs-selected.cxs-hover,.cxs-color-root.cxs-selected .cxs-color-5,.cxs-color-root.cxs-selected:hover .cxs-color-5,.cxs-color-root.cxs-selected.cxs-hover .cxs-color-5{fill:#fcd8a7;stroke:#fcd8a7;background:#fcd8a7;border-color:#fcd8a7}.cxs-color-5.cxs-disabled,.cxs-color-root.cxs-disabled .cxs-color-5{fill:#fffaf4;stroke:#fffaf4;background:#fffaf4;border-color:#fffaf4}.cxs-color-6{fill:#369f72;stroke:#369f72;background:#369f72;border-color:#369f72}.cxs-color-6.cxs-selectable:hover,.cxs-color-6.cxs-selectable.cxs-hover,.cxs-color-root:hover .cxs-color-6,.cxs-color-root.cxs-hover .cxs-color-6{fill:#369f72;stroke:#369f72;background:#369f72;border-color:#369f72}.cxs-color-6.cxs-selected,.cxs-color-6.cxs-selected:hover,.cxs-color-6.cxs-selected.cxs-hover,.cxs-color-root.cxs-selected .cxs-color-6,.cxs-color-root.cxs-selected:hover .cxs-color-6,.cxs-color-root.cxs-selected.cxs-hover .cxs-color-6{fill:#5eb28e;stroke:#5eb28e;background:#5eb28e;border-color:#5eb28e}.cxs-color-6.cxs-disabled,.cxs-color-root.cxs-disabled .cxs-color-6{fill:#ebf5f1;stroke:#ebf5f1;background:#ebf5f1;border-color:#ebf5f1}.cxs-color-7{fill:#457687;stroke:#457687;background:#457687;border-color:#457687}.cxs-color-7.cxs-selectable:hover,.cxs-color-7.cxs-selectable.cxs-hover,.cxs-color-root:hover .cxs-color-7,.cxs-color-root.cxs-hover .cxs-color-7{fill:#457687;stroke:#457687;background:#457687;border-color:#457687}.cxs-color-7.cxs-selected,.cxs-color-7.cxs-selected:hover,.cxs-color-7.cxs-selected.cxs-hover,.cxs-color-root.cxs-selected .cxs-color-7,.cxs-color-root.cxs-selected:hover .cxs-color-7,.cxs-color-root.cxs-selected.cxs-hover .cxs-color-7{fill:#6a919f;stroke:#6a919f;background:#6a919f;border-color:#6a919f}.cxs-color-7.cxs-disabled,.cxs-color-root.cxs-disabled .cxs-color-7{fill:#ecf1f3;stroke:#ecf1f3;background:#ecf1f3;border-color:#ecf1f3}.cxs-color-8{fill:#fda461;stroke:#fda461;background:#fda461;border-color:#fda461}.cxs-color-8.cxs-selectable:hover,.cxs-color-8.cxs-selectable.cxs-hover,.cxs-color-root:hover .cxs-color-8,.cxs-color-root.cxs-hover .cxs-color-8{fill:#fda461;stroke:#fda461;background:#fda461;border-color:#fda461}.cxs-color-8.cxs-selected,.cxs-color-8.cxs-selected:hover,.cxs-color-8.cxs-selected.cxs-hover,.cxs-color-root.cxs-selected .cxs-color-8,.cxs-color-root.cxs-selected:hover .cxs-color-8,.cxs-color-root.cxs-selected.cxs-hover .cxs-color-8{fill:#fdb681;stroke:#fdb681;background:#fdb681;border-color:#fdb681}.cxs-color-8.cxs-disabled,.cxs-color-root.cxs-disabled .cxs-color-8{fill:#fff6ef;stroke:#fff6ef;background:#fff6ef;border-color:#fff6ef}.cxs-color-9{fill:#a0e3c8;stroke:#a0e3c8;background:#a0e3c8;border-color:#a0e3c8}.cxs-color-9.cxs-selectable:hover,.cxs-color-9.cxs-selectable.cxs-hover,.cxs-color-root:hover .cxs-color-9,.cxs-color-root.cxs-hover .cxs-color-9{fill:#a0e3c8;stroke:#a0e3c8;background:#a0e3c8;border-color:#a0e3c8}.cxs-color-9.cxs-selected,.cxs-color-9.cxs-selected:hover,.cxs-color-9.cxs-selected.cxs-hover,.cxs-color-root.cxs-selected .cxs-color-9,.cxs-color-root.cxs-selected:hover .cxs-color-9,.cxs-color-root.cxs-selected.cxs-hover .cxs-color-9{fill:#b3e9d3;stroke:#b3e9d3;background:#b3e9d3;border-color:#b3e9d3}.cxs-color-9.cxs-disabled,.cxs-color-root.cxs-disabled .cxs-color-9{fill:#f6fcfa;stroke:#f6fcfa;background:#f6fcfa;border-color:#f6fcfa}.cxs-color-10{fill:#c8dde3;stroke:#c8dde3;background:#c8dde3;border-color:#c8dde3}.cxs-color-10.cxs-selectable:hover,.cxs-color-10.cxs-selectable.cxs-hover,.cxs-color-root:hover .cxs-color-10,.cxs-color-root.cxs-hover .cxs-color-10{fill:#c8dde3;stroke:#c8dde3;background:#c8dde3;border-color:#c8dde3}.cxs-color-10.cxs-selected,.cxs-color-10.cxs-selected:hover,.cxs-color-10.cxs-selected.cxs-hover,.cxs-color-root.cxs-selected .cxs-color-10,.cxs-color-root.cxs-selected:hover .cxs-color-10,.cxs-color-root.cxs-selected.cxs-hover .cxs-color-10{fill:#d3e4e9;stroke:#d3e4e9;background:#d3e4e9;border-color:#d3e4e9}.cxs-color-10.cxs-disabled,.cxs-color-root.cxs-disabled .cxs-color-10{fill:#fafcfc;stroke:#fafcfc;background:#fafcfc;border-color:#fafcfc}.cxs-color-11{fill:#ffd57c;stroke:#ffd57c;background:#ffd57c;border-color:#ffd57c}.cxs-color-11.cxs-selectable:hover,.cxs-color-11.cxs-selectable.cxs-hover,.cxs-color-root:hover .cxs-color-11,.cxs-color-root.cxs-hover .cxs-color-11{fill:#ffd57c;stroke:#ffd57c;background:#ffd57c;border-color:#ffd57c}.cxs-color-11.cxs-selected,.cxs-color-11.cxs-selected:hover,.cxs-color-11.cxs-selected.cxs-hover,.cxs-color-root.cxs-selected .cxs-color-11,.cxs-color-root.cxs-selected:hover .cxs-color-11,.cxs-color-root.cxs-selected.cxs-hover .cxs-color-11{fill:#ffdd96;stroke:#ffdd96;background:#ffdd96;border-color:#ffdd96}.cxs-color-11.cxs-disabled,.cxs-color-root.cxs-disabled .cxs-color-11{fill:#fffbf2;stroke:#fffbf2;background:#fffbf2;border-color:#fffbf2}.cxs-color-12{fill:#fc8939;stroke:#fc8939;background:#fc8939;border-color:#fc8939}.cxs-color-12.cxs-selectable:hover,.cxs-color-12.cxs-selectable.cxs-hover,.cxs-color-root:hover .cxs-color-12,.cxs-color-root.cxs-hover .cxs-color-12{fill:#fc8939;stroke:#fc8939;background:#fc8939;border-color:#fc8939}.cxs-color-12.cxs-selected,.cxs-color-12.cxs-selected:hover,.cxs-color-12.cxs-selected.cxs-hover,.cxs-color-root.cxs-selected .cxs-color-12,.cxs-color-root.cxs-selected:hover .cxs-color-12,.cxs-color-root.cxs-selected.cxs-hover .cxs-color-12{fill:#fda161;stroke:#fda161;background:#fda161;border-color:#fda161}.cxs-color-12.cxs-disabled,.cxs-color-root.cxs-disabled .cxs-color-12{fill:#fff3eb;stroke:#fff3eb;background:#fff3eb;border-color:#fff3eb}.cxs-color-13{fill:#f4ac35;stroke:#f4ac35;background:#f4ac35;border-color:#f4ac35}.cxs-color-13.cxs-selectable:hover,.cxs-color-13.cxs-selectable.cxs-hover,.cxs-color-root:hover .cxs-color-13,.cxs-color-root.cxs-hover .cxs-color-13{fill:#f4ac35;stroke:#f4ac35;background:#f4ac35;border-color:#f4ac35}.cxs-color-13.cxs-selected,.cxs-color-13.cxs-selected:hover,.cxs-color-13.cxs-selected.cxs-hover,.cxs-color-root.cxs-selected .cxs-color-13,.cxs-color-root.cxs-selected:hover .cxs-color-13,.cxs-color-root.cxs-selected.cxs-hover .cxs-color-13{fill:#f6bd5d;stroke:#f6bd5d;background:#f6bd5d;border-color:#f6bd5d}.cxs-color-13.cxs-disabled,.cxs-color-root.cxs-disabled .cxs-color-13{fill:#fef7eb;stroke:#fef7eb;background:#fef7eb;border-color:#fef7eb}.cxs-color-14{fill:#ffdfc4;stroke:#ffdfc4;background:#ffdfc4;border-color:#ffdfc4}.cxs-color-14.cxs-selectable:hover,.cxs-color-14.cxs-selectable.cxs-hover,.cxs-color-root:hover .cxs-color-14,.cxs-color-root.cxs-hover .cxs-color-14{fill:#ffdfc4;stroke:#ffdfc4;background:#ffdfc4;border-color:#ffdfc4}.cxs-color-14.cxs-selected,.cxs-color-14.cxs-selected:hover,.cxs-color-14.cxs-selected.cxs-hover,.cxs-color-root.cxs-selected .cxs-color-14,.cxs-color-root.cxs-selected:hover .cxs-color-14,.cxs-color-root.cxs-selected.cxs-hover .cxs-color-14{fill:#ffe5d0;stroke:#ffe5d0;background:#ffe5d0;border-color:#ffe5d0}.cxs-color-14.cxs-disabled,.cxs-color-root.cxs-disabled .cxs-color-14{fill:#fffcf9;stroke:#fffcf9;background:#fffcf9;border-color:#fffcf9}.cxs-color-15{fill:#ffe6b2;stroke:#ffe6b2;background:#ffe6b2;border-color:#ffe6b2}.cxs-color-15.cxs-selectable:hover,.cxs-color-15.cxs-selectable.cxs-hover,.cxs-color-root:hover .cxs-color-15,.cxs-color-root.cxs-hover .cxs-color-15{fill:#ffe6b2;stroke:#ffe6b2;background:#ffe6b2;border-color:#ffe6b2}.cxs-color-15.cxs-selected,.cxs-color-15.cxs-selected:hover,.cxs-color-15.cxs-selected.cxs-hover,.cxs-color-root.cxs-selected .cxs-color-15,.cxs-color-root.cxs-selected:hover .cxs-color-15,.cxs-color-root.cxs-selected.cxs-hover .cxs-color-15{fill:#ffebc1;stroke:#ffebc1;background:#ffebc1;border-color:#ffebc1}.cxs-color-15.cxs-disabled,.cxs-color-root.cxs-disabled .cxs-color-15{fill:#fffdf7;stroke:#fffdf7;background:#fffdf7;border-color:#fffdf7}.cxs-color-16{fill:#32d5ae;stroke:#32d5ae;background:#32d5ae;border-color:#32d5ae}.cxs-color-16.cxs-selectable:hover,.cxs-color-16.cxs-selectable.cxs-hover,.cxs-color-root:hover .cxs-color-16,.cxs-color-root.cxs-hover .cxs-color-16{fill:#32d5ae;stroke:#32d5ae;background:#32d5ae;border-color:#32d5ae}.cxs-color-16.cxs-selected,.cxs-color-16.cxs-selected:hover,.cxs-color-16.cxs-selected.cxs-hover,.cxs-color-root.cxs-selected .cxs-color-16,.cxs-color-root.cxs-selected:hover .cxs-color-16,.cxs-color-root.cxs-selected.cxs-hover .cxs-color-16{fill:#5bddbe;stroke:#5bddbe;background:#5bddbe;border-color:#5bddbe}.cxs-color-16.cxs-disabled,.cxs-color-root.cxs-disabled .cxs-color-16{fill:#ebfbf7;stroke:#ebfbf7;background:#ebfbf7;border-color:#ebfbf7}.cxs-color-17{fill:#f97066;stroke:#f97066;background:#f97066;border-color:#f97066}.cxs-color-17.cxs-selectable:hover,.cxs-color-17.cxs-selectable.cxs-hover,.cxs-color-root:hover .cxs-color-17,.cxs-color-root.cxs-hover .cxs-color-17{fill:#f97066;stroke:#f97066;background:#f97066;border-color:#f97066}.cxs-color-17.cxs-selected,.cxs-color-17.cxs-selected:hover,.cxs-color-17.cxs-selected.cxs-hover,.cxs-color-root.cxs-selected .cxs-color-17,.cxs-color-root.cxs-selected:hover .cxs-color-17,.cxs-color-root.cxs-selected.cxs-hover .cxs-color-17{fill:#fa8d85;stroke:#fa8d85;background:#fa8d85;border-color:#fa8d85}.cxs-color-17.cxs-disabled,.cxs-color-root.cxs-disabled .cxs-color-17{fill:#fef1f0;stroke:#fef1f0;background:#fef1f0;border-color:#fef1f0}.cxb-printframe{position:relative;box-sizing:border-box;background:#fff}.cxb-printframe>iframe{border:none;position:absolute;margin:auto;width:100%;height:100%}.cxe-printframe-page{background:#fff;pointer-events:none}@page{.cxe-printframe-page{size:A4 portrait}}.linktabs{height:46px}.linktabs_item{border-width:0 0 2px 0;border-style:solid;border-color:rgba(0,0,0,0);height:100% !important;padding:13px 20px 11px}.linktabs_item.cxs-active{border-color:var(--brand_color_navigation_text, #04042f)}.lookupwithcircle_container{background-color:#f2f4f7;border-radius:6px;padding-left:8px}.lookupwithcircle_circle{width:24px;height:24px;text-transform:uppercase}.lookupwithcircle_image{width:24px;height:24px;object-fit:cover}.widgetplaceholder{padding:24px}.widgetplaceholder:first-child{border-right:1px solid #eaecf0}.widgetplaceholderrow{border-style:solid;border-width:1px;border-color:rgba(0,0,0,0) rgba(0,0,0,0) #eaecf0;min-height:452px}.widgetplaceholderrow>*:first-child(:not(.widgetplaceholderrow_toolbar)){border-right:1px solid #eaecf0}.widgetplaceholderrow.cxm-edit{background-color:#f6f7f9}.widgetplaceholderrow.cxm-edit .widgetplaceholderrow_toolbar{padding:12px}.widgetplaceholderrow.cxm-edit .widgetplaceholder{padding-top:0}.widgetplaceholderrow.cxm-edit .widgetplaceholder:nth-child(2){border-right:1px solid #eaecf0}.widgetplaceholderrow.cxm-edit .widget{margin-top:60px}.widgetplaceholderrow_toolbar{position:absolute;top:0;right:16px}.widgetplaceholderrow_adder{min-height:150px;flex:none}.widgetplaceholderrow:has(.removerowbutton:hover){border:1px solid #f04438}.widgetplaceholderrow .cxb-resizer:last-child{display:none}.widget{background-color:#fff}.widget.cxm-expanded{position:absolute;inset:0;z-index:10}.widget_title{color:#1d2939;font-weight:700;font-size:18px;line-height:28px}.widget_toolbar .cxb-lookupfield:has(~.cxb-lookupfield:nth-child(3)),.widget_toolbar .cxb-lookupfield:nth-child(3){width:190px}.widgetplaceholderrow:has(.widget.cxm-expanded){position:absolute;height:100% !important;inset:0}.widgetplaceholder_container:has(.widget.cxm-expanded){overflow:hidden}.widgetcontentcontainer{overflow-y:hidden}.widgetcontentcontainer:has(.performancechart){gap:0;overflow:auto}.emptywidgetplaceholder .cxb-icon{width:125px;height:83px}.emptywidgetplaceholder .cxb-icon path{fill:var(--brand_color_emptyplaceholder, var(--brand_color_navigation_text, #0e0e3d))}.emptywidgetplaceholder .cxb-icon .path_with_opacity{fill:var(--brand_color_emptyplaceholder, var(--brand_color_navigation_text, #0e0e3d));opacity:.1}.circlewithacronym.cxm-primary{background-color:#bc0032;color:#fff}.circlewithacronym.cxm-overlap{margin-right:-10px}.circlewithacronym.cxm-green{background-color:#388fab;color:#fff;border:1px solid #fff}.circlewithacronym.cxm-gold{background-color:#c2951f;color:#fff;border:1px solid #fff}.circlewithacronym.cxm-red{background-color:#d4afbd;color:#fff;border:1px solid #fff}.tag{border-radius:2px}.columneditor,.portfoliovalues{border-radius:15px}.columneditor_subheader,.portfoliovalues_subheader{height:60px}.columneditor_subtitle,.portfoliovalues_subtitle{max-width:250px}.columneditor .switchcontainer:not(.cxm-active) .cxb-label,.portfoliovalues .switchcontainer:not(.cxm-active) .cxb-label{color:#d0d5dd}.columneditor .switchcontainer.cxm-active .cxb-label,.portfoliovalues .switchcontainer.cxm-active .cxb-label{color:#667085}.columneditor .parentcolumn,.portfoliovalues .parentcolumn{border-color:#d0d5dd}.columneditor_draggableitemtoolbar,.portfoliovalues_draggableitemtoolbar{visibility:hidden}.columneditor_draggableitemcontainer:hover .columneditor_draggableitemtoolbar,.portfoliovalues_draggableitemcontainer:hover .columneditor_draggableitemtoolbar{visibility:visible}.columneditor_draggableitemcontainer:hover .cxb-draghandle,.portfoliovalues_draggableitemcontainer:hover .cxb-draghandle{color:#0e0e3d}.columneditor_draggableitembutton.cxb-button,.portfoliovalues_draggableitembutton.cxb-button{box-shadow:0px 1px 2px 0px rgba(16,24,40,.06),0px 1px 3px 0px rgba(16,24,40,.1)}.columneditor_draggableitembutton.cxb-button:hover,.portfoliovalues_draggableitembutton.cxb-button:hover{box-shadow:0px 1px 2px 0px rgba(16,24,40,.06),0px 1px 3px 0px rgba(16,24,40,.1)}.columneditor_draggableitembutton.cxb-button:hover:not(.cxm-error-primary,.cxm-primary),.portfoliovalues_draggableitembutton.cxb-button:hover:not(.cxm-error-primary,.cxm-primary){background-color:#fff}.columneditor_draggableitem,.portfoliovalues_draggableitem{border-color:#d0d5dd}.columneditor .columneditor_subtitle,.portfoliovalues .columneditor_subtitle{color:#475467}.columneditor .warning_text,.portfoliovalues .warning_text{color:#f04438}.cxe-grid-col-header:has(+.cxe-grid-col-header:empty){border-right:none}.cxe-grid-col-header:has(+.cxe-grid-col-header:empty)+.cxe-grid-col-header{border-left:none;visibility:hidden}.datepicker_icon{color:#344054;width:13px;height:13px}.cxb-datetimefield.cxm-hide-calendar.cxs-focus .cxb-dropdown{display:none}.cxb-datetimefield.cxm-hide-icons .cxe-datetimefield-left-icon,.cxb-datetimefield.cxm-hide-icons .cxe-datetimefield-right-icon{display:none}.cxb-datetimefield.cxm-hide-icons input.cxe-datetimefield-input{padding-left:16px}.expandcollapsebutton.cxb-button.cxs-icon.cxs-empty{padding:0;width:16px;height:16px;padding:3px 5px;border-radius:4px}.expandcollapsebutton.cxb-button.cxs-icon.cxs-empty .cxe-button-icon{width:unset;left:8px;margin-top:-8px;color:#98a2b3;font-weight:700}.expandcollapsebutton.cxb-button.cxs-icon.cxs-empty .cxe-button-icon.fa-angle-down{left:4px;font-size:9px;color:#000}.expandcollapsebutton.cxb-button.cxs-icon.cxs-empty .cxe-button-icon.fa-angle-right{left:5px;font-size:9px;color:#000}.pagination_button.cxb-button{padding:0;border-radius:8px;margin-right:2px}.pagination_button.cxb-button.active{background-color:var(--brand_color_navigation_bg, #e8ebf5)}.pagination_button.cxb-button:hover{background-color:var(--brand_color_navigation_bg, #e8ebf5)}.editdefaultlookup.cxb-lookupfield .cxb-dropdown .cxe-list-item{padding:8px 12px}.filterdropdown_button{border-radius:6px;border-color:#f9fafb;background-color:#f9fafb;padding:8px 12px}.CircularProgressbar .CircularProgressbar-path{stroke:var(--brand_color_primary, #04042f)}.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-background{fill:var(--brand_color_primary, #04042f)}.graphzoom .cxb-button{color:#98a2b3;background-color:rgba(0,0,0,0);box-shadow:none;font-size:12px;padding:2px 4px;border-width:1px;border-style:solid;border-color:rgba(0,0,0,0)}.graphzoom .cxb-button:hover{color:#667085;border-color:#98a2b3}.graphzoom .cxb-button.cxs-pressed{color:#1d2939;border-color:#98a2b3;font-weight:500}.rangeslider~.cxb-marker.cxm-handle .cxe-marker-shape{fill:#fff;stroke:#98a2b3}.rangeslider .cxe-range-rect{fill:#f9fafb;fill-opacity:1;stroke-width:1;stroke:#98a2b3}.widget.cxm-expanded .customlegendcontainer.gridview{display:grid !important;height:500px;align-content:center}.widget.cxm-expanded .customlegendcontainer.listview{display:none !important}.customlegendcontainer{align-items:safe center}.customlegendcontainer_item{border-radius:6px}.customlegendcontainer_item:hover{background-color:#f9fafb}.customlegendcontainer_item:hover .customlegendcontainer_labeltitle{color:#1d2939}.customlegendcontainer_labeltitle{color:#475467}.customlegendcontainer_labelvalue{font-size:20px;color:#1d2939}.customlegendcontainer .listview{justify-content:safe center}.customlegendcontainer .listview .customlegendcontainer_item{border-radius:6px}.customlegendcontainer .listview .customlegendcontainer_item:hover{background-color:#f9fafb}.customlegendcontainer .listview .customlegendcontainer_item:hover .customlegendcontainer_labeltitle,.customlegendcontainer .listview .customlegendcontainer_item:hover .customlegendcontainer_labelvalue{color:#1d2939}.customlegendcontainer .listview .customlegendcontainer_item:hover .cxb-button{color:#1d2939}.customlegendcontainer .listview .customlegendcontainer_item .cxb-button{color:#475467}.customlegendcontainer .listview .customlegendcontainer_labeltitle{color:#475467;font-size:12px}.customlegendcontainer .listview .customlegendcontainer_labelvalue{font-size:12px;color:#475467}.widget:has(.customlegendcontainer_item:nth-child(0):hover) .cxb-pieslice:nth-child(1) .cxe-pieslice-slice{stroke-width:1px;stroke:rgba(0,0,0,.2);transition:background-color ease-out 350ms}.widget:has(.customlegendcontainer_item:nth-child(0):hover) .cxb-pieslice:not(:nth-child(1)){opacity:.25;transition:background-color ease-out 250ms}.widget:has(.customlegendcontainer_item:nth-child(1):hover) .cxb-pieslice:nth-child(2) .cxe-pieslice-slice{stroke-width:1px;stroke:rgba(0,0,0,.2);transition:background-color ease-out 350ms}.widget:has(.customlegendcontainer_item:nth-child(1):hover) .cxb-pieslice:not(:nth-child(2)){opacity:.25;transition:background-color ease-out 250ms}.widget:has(.customlegendcontainer_item:nth-child(2):hover) .cxb-pieslice:nth-child(3) .cxe-pieslice-slice{stroke-width:1px;stroke:rgba(0,0,0,.2);transition:background-color ease-out 350ms}.widget:has(.customlegendcontainer_item:nth-child(2):hover) .cxb-pieslice:not(:nth-child(3)){opacity:.25;transition:background-color ease-out 250ms}.widget:has(.customlegendcontainer_item:nth-child(3):hover) .cxb-pieslice:nth-child(4) .cxe-pieslice-slice{stroke-width:1px;stroke:rgba(0,0,0,.2);transition:background-color ease-out 350ms}.widget:has(.customlegendcontainer_item:nth-child(3):hover) .cxb-pieslice:not(:nth-child(4)){opacity:.25;transition:background-color ease-out 250ms}.widget:has(.customlegendcontainer_item:nth-child(4):hover) .cxb-pieslice:nth-child(5) .cxe-pieslice-slice{stroke-width:1px;stroke:rgba(0,0,0,.2);transition:background-color ease-out 350ms}.widget:has(.customlegendcontainer_item:nth-child(4):hover) .cxb-pieslice:not(:nth-child(5)){opacity:.25;transition:background-color ease-out 250ms}.widget:has(.customlegendcontainer_item:nth-child(5):hover) .cxb-pieslice:nth-child(6) .cxe-pieslice-slice{stroke-width:1px;stroke:rgba(0,0,0,.2);transition:background-color ease-out 350ms}.widget:has(.customlegendcontainer_item:nth-child(5):hover) .cxb-pieslice:not(:nth-child(6)){opacity:.25;transition:background-color ease-out 250ms}.widget:has(.customlegendcontainer_item:nth-child(6):hover) .cxb-pieslice:nth-child(7) .cxe-pieslice-slice{stroke-width:1px;stroke:rgba(0,0,0,.2);transition:background-color ease-out 350ms}.widget:has(.customlegendcontainer_item:nth-child(6):hover) .cxb-pieslice:not(:nth-child(7)){opacity:.25;transition:background-color ease-out 250ms}.widget:has(.customlegendcontainer_item:nth-child(7):hover) .cxb-pieslice:nth-child(8) .cxe-pieslice-slice{stroke-width:1px;stroke:rgba(0,0,0,.2);transition:background-color ease-out 350ms}.widget:has(.customlegendcontainer_item:nth-child(7):hover) .cxb-pieslice:not(:nth-child(8)){opacity:.25;transition:background-color ease-out 250ms}.widget:has(.customlegendcontainer_item:nth-child(8):hover) .cxb-pieslice:nth-child(9) .cxe-pieslice-slice{stroke-width:1px;stroke:rgba(0,0,0,.2);transition:background-color ease-out 350ms}.widget:has(.customlegendcontainer_item:nth-child(8):hover) .cxb-pieslice:not(:nth-child(9)){opacity:.25;transition:background-color ease-out 250ms}.widget:has(.customlegendcontainer_item:nth-child(9):hover) .cxb-pieslice:nth-child(10) .cxe-pieslice-slice{stroke-width:1px;stroke:rgba(0,0,0,.2);transition:background-color ease-out 350ms}.widget:has(.customlegendcontainer_item:nth-child(9):hover) .cxb-pieslice:not(:nth-child(10)){opacity:.25;transition:background-color ease-out 250ms}.widget:has(.customlegendcontainer_item:nth-child(10):hover) .cxb-pieslice:nth-child(11) .cxe-pieslice-slice{stroke-width:1px;stroke:rgba(0,0,0,.2);transition:background-color ease-out 350ms}.widget:has(.customlegendcontainer_item:nth-child(10):hover) .cxb-pieslice:not(:nth-child(11)){opacity:.25;transition:background-color ease-out 250ms}.widget:has(.customlegendcontainer_item:nth-child(11):hover) .cxb-pieslice:nth-child(12) .cxe-pieslice-slice{stroke-width:1px;stroke:rgba(0,0,0,.2);transition:background-color ease-out 350ms}.widget:has(.customlegendcontainer_item:nth-child(11):hover) .cxb-pieslice:not(:nth-child(12)){opacity:.25;transition:background-color ease-out 250ms}.widget:has(.customlegendcontainer_item:nth-child(12):hover) .cxb-pieslice:nth-child(13) .cxe-pieslice-slice{stroke-width:1px;stroke:rgba(0,0,0,.2);transition:background-color ease-out 350ms}.widget:has(.customlegendcontainer_item:nth-child(12):hover) .cxb-pieslice:not(:nth-child(13)){opacity:.25;transition:background-color ease-out 250ms}.widget:has(.customlegendcontainer_item:nth-child(13):hover) .cxb-pieslice:nth-child(14) .cxe-pieslice-slice{stroke-width:1px;stroke:rgba(0,0,0,.2);transition:background-color ease-out 350ms}.widget:has(.customlegendcontainer_item:nth-child(13):hover) .cxb-pieslice:not(:nth-child(14)){opacity:.25;transition:background-color ease-out 250ms}.widget:has(.customlegendcontainer_item:nth-child(14):hover) .cxb-pieslice:nth-child(15) .cxe-pieslice-slice{stroke-width:1px;stroke:rgba(0,0,0,.2);transition:background-color ease-out 350ms}.widget:has(.customlegendcontainer_item:nth-child(14):hover) .cxb-pieslice:not(:nth-child(15)){opacity:.25;transition:background-color ease-out 250ms}.breadcrumb>.cxb-button:first-child{width:36px;height:36px;font-size:16px}.breadcrumb>.cxb-button:first-child:hover{background-color:#fff;border-color:#98a2b3}.breadcrumb>.cxb-button.cxm-link{font-size:14px;opacity:1;color:#475467 !important}.breadcrumb>.cxb-button.cxm-link:hover{color:#1d2939 !important;cursor:pointer}.breadcrumb>.cxb-button.cxm-link:last-child{color:#1d2939 !important;font-weight:700}.mainlayout{grid-template-rows:70px 46px 1fr}.mainlayout.edit-mode-active{grid-template-rows:62px 70px 46px 1fr}.mainlayout.edit-mode-active .logocontainer{grid-row-start:1;grid-row-end:2}.mainlayout.edit-mode-active .mainheader{grid-row-start:2;grid-column-start:2}.mainlayout.edit-mode-active .mainlayout_nav{grid-row-start:2;grid-row-end:5}.mainlayout.edit-mode-active .component-widget-container{grid-row-start:3}.logocontainer.cxm-big{height:70px}.mainnavcollapse_button{visibility:hidden}.logocontainer:not(.tablet-screen):hover .mainnavcollapse_button{visibility:visible}.logocontainer:not(.tablet-screen).collapsed .mainnavcollapse_button{display:none}.logocontainer:not(.tablet-screen).collapsed:hover .mainnavcollapse_button{display:block}.logocontainer:not(.tablet-screen).collapsed:hover .logo{display:none}.savelayout_buttons{position:fixed;top:13px;right:24px;display:flex;gap:8px}.positive-text{color:var(--brand_color_positive, #32d5ae)}.negative-text{color:var(--brand_color_negative, #f97066)}.pagecontent{overflow:auto;min-width:504px}.mainlayout_nav{transition:width cubic-bezier(0, 0, 0.2, 1) .3s;width:312px}.mainlayout_nav.collapsed{width:80px;transition:width cubic-bezier(0.4, 0, 1, 1) .3s}.mainlayout_nav.collapsed .cxb-button.cxm-secondary{padding:8px 16px;display:flex;flex-direction:row;justify-content:center;align-items:center}.mainlayout_nav.collapsed .cxb-button.cxm-secondary .cxe-button-icon{display:inline-block;position:unset;margin-top:0;margin-right:0;text-align:center}.mainlayout_nav.collapsed .navitem{width:40px;margin:auto auto 0;margin-bottom:4px}.mainlayout_nav .cxb-button.cxm-secondary.cxs-icon{padding-left:16px}.mainlayout_nav .cxb-button.cxm-secondary .cxe-button-icon{display:inline-block;position:unset;margin-top:0px;text-align:center;margin-right:4px}.mainlayout_nav .timerText{font-family:"Roboto Mono",monospace}.navitem{border-radius:6px;height:40px;line-height:40px;margin-bottom:4px}.navitem:hover{background-color:#e8ebf5;color:#04042f}.navitem:hover .navitem_badge{background-color:#d6dbea}.navitem.cxs-active{color:var(--brand_color_navigation_text, #04042f);background-color:var(--brand_color_navigation_bg, #e8ebf5);font-weight:700}.navitem.cxs-active .navitem_icon{color:#667085}.navitem.cxs-active:hover{color:var(--brand_color_navigation_text, #0e0e3d);background-color:var(--brand_color_navigation_bg, #e8ebf5)}.navitem.cxs-active .navitem_badge{background-color:var(--brand_color_active_badge_bg, #d6dbea);color:var(--brand_color_active_badge_text, var(--brand_color_navigation_text, #0e0e3d))}.navitem:focus-visible{outline:none}.navitem:focus{box-shadow:inset 0 0 0 4px var(--brand_color_primary_button_bg_hover, #b6bed7)}.navitem_icon{color:#667085}.navitem_badge{background-color:#e8ebf5;color:var(--brand_color_navigation_text, #0e0e3d);line-height:24px}.mainheader_toolbar .cxb-button.cxm-secondary:not(:hover):not(:focus):not(.cxs-active){background-color:rgba(0,0,0,0)}.mainheader .portfoliopicker:hover .circlewithacronym:not(.cxm-primary){background-color:#98a2b3}.mainheader .portfoliopicker .circlewithacronym:not(.cxm-primary){background-color:#d0d5dd}.mainheader:has(.documents_title){border-bottom-color:rgba(0,0,0,0)}.portfoliopicker.cxm-selected .cxe-lookupfield-left-icon{color:var(--brand_color_primary, #38395f);font-weight:700}.portfoliopicker .cxe-lookupfield-left-icon{opacity:1}.portfoliopicker .cxe-lookupfield-input{color:var(--brand_color_link, #04042f) !important}.portfoliopicker .cxe-lookupfield-tool>i:before{color:#04042f !important}.cxe-window-shadow{background:rgba(52,64,84,.7) !important}.language-menu .cxb-lookupfield.cxs-focus{border-color:#a3afcb;box-shadow:0px 1px 2px rgba(16,24,40,.05),0px 0px 0px 4px #f4ebff;border-radius:8px}.language-menu .cxb-lookupfield .cxe-lookupfield-input:focus{border-color:#d0d5dd;box-shadow:0px 1px 2px rgba(16,24,40,.05)}.language-menu .cxb-lookupfield .cxb-dropdown{margin-top:8px;border-color:#f2f4f7;box-shadow:0px 12px 16px rgba(16,24,40,.15),0px 4px 6px rgba(16,24,40,.03)}.language-menu .cxb-lookupfield .cxb-dropdown .cxe-list-item{padding:10px 14px !important}.language-menu .cxb-lookupfield .cxe-lookupfield-left-icon{opacity:1}.language-menu .cxb-lookupfield .cxe-lookupfield-left-icon .cxe-lookupfield-icon{width:20px;height:20px;margin-top:-10px}.footer{border-top:1px solid #eaecf0;font-size:8px;line-height:18px}.footer span{color:#98a2b3}.footer_link{color:#0e0e3d;text-decoration:underline}.widget.cxm-expanded .exposurepie{margin-bottom:70px}.widget.cxm-expanded .exposurepie .customlegendcontainer{grid-template-columns:repeat(5, auto)}.widget.cxm-expanded .exposurepie .cxb-svg{max-width:40%}.widget.cxm-expanded .exposurepie:has(.customlegendcontainer.grid.hidden) .cxb-svg{max-width:40%}.exposurepie .cxb-svg{max-width:370px}.exposurepie .cxb-svg>svg:has(.cxb-pieslice){margin-left:-9%}.exposurepie:has(.customlegendcontainer.grid.hidden) .cxb-svg{max-width:272px}.ghost-column:has(+.cxb-column:hover,+.cxb-column+.cxb-column:hover){opacity:.3}.positions .cxb-treenode.cxs-level-0,.positions-performance .cxb-treenode.cxs-level-0{text-transform:uppercase}.profitlosshistory .cxe-linegraph-line{stroke:#0e0e3d;stroke-dasharray:3;stroke-width:1px}.profitlosshistory .cxb-marker.cxm-hollow .cxe-marker-shape{stroke:#0e0e3d;stroke-width:1px}.profitlosshistory .cxe-markerline-line{stroke:#98a2b3}.profitlosshistory:has(.cxb-column:hover) .line-axis tspan,.profitlosshistory:has(.cxb-column:hover) .cxe-linegraph-line,.profitlosshistory:has(.cxb-column:hover) .cxe-marker-shape{opacity:40%}.profitlosshistory:has(.cxe-marker-shape:hover) .bar-axis tspan,.profitlosshistory:has(.cxe-marker-shape:hover) .cxb-column{opacity:40%}.profitlosshistory_zoom .cxe-linegraph-line{stroke:#0e0e3d;stroke-dasharray:3;stroke-width:1px}.profitlosshistory_zoom .cxe-timeaxis-label{pointer-events:none}.profitlosshistory_zoom .cxe-markerline-line{stroke:#98a2b3;pointer-events:none}.exposuremap .rhslegend{font-size:12px}.exposuremap .rhslegend .legendtitle{border:1px solid #eaecf0;border-top-left-radius:.25rem;border-top-right-radius:.25rem}.exposuremap .rhslegend .legenditem{border:1px solid #eaecf0;border-top:none}.exposuremap .rhslegend .legenditem:last-child{border-bottom-left-radius:.25rem;border-bottom-right-radius:.25rem}.cxb-colorscale{flex-shrink:0;border-radius:2px}.cxe-colorscale-scale{display:flex}.cxe-colorscale-scale :first-child{border-top-left-radius:2.5px;border-bottom-left-radius:2.5px}.cxe-colorscale-scale :last-child{border-top-right-radius:2.5px;border-bottom-right-radius:2.5px}.cxe-colorscale-scale div{flex:auto;height:5px}.cxe-colorscale-numbers{display:flex;font-family:sans-serif;font-size:12px;color:#5b5b83;padding-top:3px}.cxe-colorscale-numbers div{flex:auto}.cxe-colorscale-numbers div:last-child{text-align:right}.worldmap-container{background-color:#f9fafb}.cxb-worldmap{display:block}.cxe-worldmap-country{stroke:rgba(255,255,255,.77);stroke-width:1px;transition:all .5s;fill:#d3d3d3}.cxe-worldmap-country:hover{fill-opacity:.8}.performancechart_markerline .cxe-markerline-line{stroke:#98a2b3}.performancechart_markerline.cxm-vertical .cxe-markerline-line{stroke:#12b799;stroke-dasharray:4 4;stroke-width:2px}.performancechart_markerline.cxm-vertical.cxm-negative .cxe-markerline-line{stroke:#f97066}.performancechart .cxb-marker.cxm-darkborder .cxe-marker-shape{fill:#fff;stroke:#2f2f2f;stroke-width:2px}.performancechart_zoom .cxe-timeaxis-label{pointer-events:none}.performancechart_zoom .cxe-markerline-line{stroke:#98a2b3;pointer-events:none}.columneditor,.portfoliovalues{border-radius:15px}.columneditor_subheader,.portfoliovalues_subheader{height:60px}.columneditor_subtitle,.portfoliovalues_subtitle{max-width:250px}.columneditor .switchcontainer:not(.cxm-active) .cxb-label,.portfoliovalues .switchcontainer:not(.cxm-active) .cxb-label{color:#d0d5dd}.columneditor .switchcontainer.cxm-active .cxb-label,.portfoliovalues .switchcontainer.cxm-active .cxb-label{color:#667085}.columneditor .parentcolumn,.portfoliovalues .parentcolumn{border-color:#d0d5dd}.columneditor_draggableitemtoolbar,.portfoliovalues_draggableitemtoolbar{visibility:hidden}.columneditor_draggableitemcontainer:hover .columneditor_draggableitemtoolbar,.portfoliovalues_draggableitemcontainer:hover .columneditor_draggableitemtoolbar{visibility:visible}.columneditor_draggableitemcontainer:hover .cxb-draghandle,.portfoliovalues_draggableitemcontainer:hover .cxb-draghandle{color:#0e0e3d}.columneditor_draggableitembutton.cxb-button,.portfoliovalues_draggableitembutton.cxb-button{box-shadow:0px 1px 2px 0px rgba(16,24,40,.06),0px 1px 3px 0px rgba(16,24,40,.1)}.columneditor_draggableitembutton.cxb-button:hover,.portfoliovalues_draggableitembutton.cxb-button:hover{box-shadow:0px 1px 2px 0px rgba(16,24,40,.06),0px 1px 3px 0px rgba(16,24,40,.1)}.columneditor_draggableitembutton.cxb-button:hover:not(.cxm-error-primary,.cxm-primary),.portfoliovalues_draggableitembutton.cxb-button:hover:not(.cxm-error-primary,.cxm-primary){background-color:#fff}.columneditor_draggableitem,.portfoliovalues_draggableitem{border-color:#d0d5dd}.columneditor .columneditor_subtitle,.portfoliovalues .columneditor_subtitle{color:#475467}.columneditor .warning_text,.portfoliovalues .warning_text{color:#f04438}.cxe-grid-col-header:has(+.cxe-grid-col-header:empty){border-right:none}.cxe-grid-col-header:has(+.cxe-grid-col-header:empty)+.cxe-grid-col-header{border-left:none;visibility:hidden}.portfoliovalues_draggableitemcontainer:hover .portfoliovalues_draggableitemtoolbar{visibility:visible}.portfoliovalues_draggableitemcontainer:hover .errormessage{background-color:#f9fafb}.portfoliovalues_draggableitemcontainer:has(.errormessage){margin-bottom:32px}.portfoliovalues_draggableitembutton.cxb-button{box-shadow:0px 1px 2px 0px rgba(16,24,40,.06),0px 1px 3px 0px rgba(16,24,40,.1)}.portfoliovalues_draggableitembutton.cxb-button:hover{box-shadow:0px 1px 2px 0px rgba(16,24,40,.06),0px 1px 3px 0px rgba(16,24,40,.1)}.portfoliovalues_draggableitembutton.cxb-button:hover:not(.cxm-error-primary,.cxm-primary){background-color:#fff}.portfoliovalues_draggableitem .labelvaluepair_container{align-items:flex-start;padding:0}.portfoliovalues .activeitemdropzone.cxs-over{background-color:#fff;border:none}.portfoliovalues .activeitemdropzone.cxs-over .snapshotitem{border-style:dashed;background-color:#f9fafb;border-color:#98a2b3}.portfoliovalues .activeitemdropzone.cxs-over.cxm-placeholder .snapshotitem{border-style:dashed;background-color:#f9fafb;border-color:#98a2b3}.add-plus-sign:before{content:"+"}.add-minus-sign:before{content:"-"}.editsnapshotsbutton{order:2}.editsnapshotsbutton:hover~.labelvaluepair_container{background-color:#f2f4f7}.cxb-scroller.cxs-horizontal{align-items:center}.cxe-scroller-icon{height:16px;width:12px;font-size:16px;position:relative;margin-left:0px;margin-top:0px;top:unset;left:unset}.cxe-scroller-left-arrow,.cxe-scroller-right-arrow{align-items:center;justify-content:center;background-color:rgba(242,244,251,.8);border-radius:4px;height:28px;top:unset;bottom:unset}.cxe-scroller-clip{padding-left:8px;padding-right:8px}.cxs-scrollable .cxe-scroller-left-arrow,.cxs-scrollable .cxe-scroller-right-arrow{display:flex}.cfprojection .cxe-legend-entry{padding:0 0 0 30px}.cfprojection .cflegendentry:hover{border:1px solid #98a2b3}.cfprojection .cflegendentry:hover .cfeyeicon{visibility:visible}.cfprojection .rhslegend .cxe-legendentry-svg{top:14px}.cfprojection .cfrhslegendentry:hover{background:#f9fafb}.cfprojection .cfrhslegendentry:hover .cfrhseyeicon{visibility:visible}.cfprojection .cxb-svg:has(.cxs-hover) .cxe-column-rect:not(.cxs-hover),.cfprojection_window .cxb-svg:has(.cxs-hover) .cxe-column-rect:not(.cxs-hover){opacity:30%}.cxb-checkbox .cxs-checked>.cxe-checkbox-input-check{padding:2px}.languageconfigwindow .cxe-window-header,.languageconfigwindow .cxe-window-footer{padding-right:24px;padding-left:24px}.languageconfigwindow_defaultselectoritem{width:64px;height:64px;border-radius:6px}.languageconfigwindow_defaultselectoritem.cxm-default{background-color:var(--brand_color_primary_button_bg_hover, #e8ebf5)}.languageconfigwindow_defaultselectoritem:hover:not(.cxm-disabled){background-color:var(--brand_color_primary_button_bg_hover, #e8ebf5);cursor:pointer}.languageconfigwindow .cxb-switch .cxe-switch-axis{margin-left:auto}.systemconfigurationwindow .cxb-checkbox{max-width:fit-content}.systemconfigurationwindow .cxb-label{max-width:180px}.brandpreview .chartpreview,.brandpreview .piepreview{background-color:#fff;width:90%;padding:8px;border-radius:5px}.brandpreview .chartpreview .cxb-svg:has(.cxb-bar:nth-last-child(7)) .cxb-bar .cxe-bar-rect{height:6px !important}.brandpreview .chartpreview .cxe-categoryaxis-label{font-size:8px}.brandpreview .piepreview .customlegendcontainer.listview{display:none}.brandpreview .piepreview .customlegendcontainer.gridview:has(:nth-child(5)){height:220px !important}.brandpreview .piepreview .customlegendcontainer.grid{grid-template-columns:repeat(2, minmax(109px, auto));overflow:hidden;margin-bottom:0;padding:12px}.brandpreview .piepreview .customlegendcontainer.grid:nth-child(5){height:220px !important}.brandpreview .piepreview .customlegendcontainer_labelvalue{font-size:11px}.brandpreview .piepreview .customlegendcontainer_item{padding:0;height:60px !important}.brandpreview .piepreview .customlegendcontainer_item:hover{background-color:rgba(0,0,0,0)}.brandpreview .piepreview .cxb-button.cxm-link{font-size:10px}.brandpreview .brand_colors_preview_widget_toolbar{height:34px}.brandpreview .brand_colors_preview_widget_toolbar .cxb-lookupfield{width:170px;padding:4px 5px 4px 0}.brandpreview .brand_colors_preview_widget_toolbar .cxb-lookupfield .cxe-lookupfield-input{padding:3px 5px;line-height:20px;font-size:11px}.brandpreview .brand_colors_preview_widget_toolbar .cxb-dropdown{font-size:11px}.job-history-window-tables{display:flex;flex-direction:column;max-height:calc(50% - 10px)}.documents .cxb-grid .cxe-grid-data td{padding-top:6px;padding-bottom:6px}.documents .cxb-grid .cxe-grid-data.cxs-selected .doctypeimage,.documents .cxb-grid .cxe-grid-data:hover .doctypeimage{background-color:#fff;border-color:rgba(0,0,0,0)}.documents .cxb-grid.preview-doc-mode td{padding:16px 12px}.documents .cxb-grid.preview-doc-mode td:has(.statustag){padding-left:0}.documents .cxb-grid.preview-doc-mode .cxe-grid-data td{border-top:none;border-bottom-width:1px}.documents .cxb-grid.preview-doc-mode .cxe-grid-data:last-child td{border-bottom-width:0}.documents .cxb-grid.preview-doc-mode .cxe-grid-data.cxs-selected td{background-color:var(--brand_color_navigation_bg, #e8ebf5);border-top-color:rgba(0,0,0,0)}.documents .cxb-grid.preview-doc-mode .cxe-grid-data.cxs-selected td:first-child{border-radius:8px 0 0 8px}.documents .cxb-grid.preview-doc-mode .cxe-grid-data.cxs-selected td:last-child{border-radius:0 8px 8px 0}.documents .cxb-grid.preview-doc-mode .cxe-grid-data.cxs-selected+.cxe-grid-data td{border-top-color:rgba(0,0,0,0)}.text-brand-700{color:var(--brand_color_primary, #04042f)}.cxb-button.toggle-button.cxs-active{background-color:var(--brand_color_navigation_bg, #e8ebf5)}.cxb-button.toggle-button .cxe-button-icon{left:10px}.gridactionbutton{opacity:0;box-shadow:0 1px 2px 0 rgba(16,24,40,.06),0 1px 3px 0 rgba(16,24,40,.1);border:none}.gridactionbutton:hover{box-shadow:0 1px 2px 0 rgba(16,24,40,.1),0 1px 3px 0 rgba(16,24,40,.15);border:none}.cxb-grid .cxe-grid-scroll-area tbody tr:hover .gridactionbutton{opacity:1}.documentpreview:has(canvas){background-color:#f2f4f7}.documentpreview .cxb-documentpreview>div{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}.documentpreview .cxb-documentpreview>div.show-form{height:100%}.documentpreview_passwordform{margin-top:-64px;display:flex;flex-direction:column;background-color:#fff;width:360px;min-height:275px;box-shadow:0px 4px 6px 0px rgba(16,24,40,.03),0px 12px 16px 0px rgba(16,24,40,.15);border-radius:8px;z-index:10}.documentpreview_passwordform label{flex:none}.documentpreview_passwordform .fas:hover:after{display:block}.documentpreview_passwordform .fas:after{display:none;position:absolute;bottom:-4px;right:-124px;width:fit-content;letter-spacing:1px;height:fit-content;font-size:8px !important;color:#fff;text-transform:lowercase !important;padding:8px 12px;background-color:#1d2939;border-radius:8px}.documentpreview_passwordform .fa-eye:after{content:"Show password"}.documentpreview_passwordform .fa-eye-slash:after{content:"Hide password"}.documentpreview #pageNumberAndZoomContainer{z-index:100;display:flex;justify-content:space-around;align-items:center;width:210px;height:40px;position:absolute;bottom:20px;left:50%;transform:translateX(-50%);color:#fff;background-color:#07081e;opacity:.3;padding:12px;padding-right:8px;border-radius:8px;box-shadow:0 0 10px rgba(0,0,0,.2);transition:200ms ease-out;white-space:pre}.documentpreview #pageNumberAndZoomContainer:hover{transition:200ms ease-in;opacity:.8}.documentpreview #pageNumberAndZoomContainer input{border:none;width:2ch;background-color:inherit}.documentpreview #pageNumberAndZoomContainer input[type=number]{-moz-appearance:textfield;appearance:textfield}.documentpreview #pageNumberAndZoomContainer input[type=number]::-webkit-inner-spin-button,.documentpreview #pageNumberAndZoomContainer input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.documentpreview #pageNumberAndZoomContainer i.fa-minus,.documentpreview #pageNumberAndZoomContainer i.fa-plus{cursor:pointer;padding:8px}.cxb-resizer{background-color:#eaecf0}.cxb-resizer .cxe-resizer-handle{background-color:#eaecf0}.cxb-resizer.cxs-horizontal{height:2px;z-index:1}.cxb-resizer.cxs-horizontal:after{position:absolute;content:"";width:0;height:0}.cxb-resizer.cxs-horizontal:before{position:absolute;content:"";width:0;height:0}.cxb-resizer.cxs-horizontal:before{z-index:2;left:calc(50% - 4px);top:-7px;width:0;height:0;border-left:4px solid rgba(0,0,0,0);border-right:4px solid rgba(0,0,0,0);border-bottom:4px solid #98a2b3}.cxb-resizer.cxs-horizontal:after{z-index:2;left:calc(50% - 4px);bottom:-6px;width:0;height:0;border-left:4px solid rgba(0,0,0,0);border-right:4px solid rgba(0,0,0,0);border-top:4px solid #98a2b3}.cxb-resizer.cxs-vertical{width:2px}.cxb-resizer.cxs-vertical:after{position:absolute;content:"";width:0;height:0}.cxb-resizer.cxs-vertical:before{position:absolute;content:"";width:0;height:0}.cxb-resizer.cxs-vertical:before{top:50%;left:-7px;width:0;height:0;border-top:4px solid rgba(0,0,0,0);border-bottom:4px solid rgba(0,0,0,0);border-right:4px solid #98a2b3}.cxb-resizer.cxs-vertical:after{top:50%;right:-6px;width:0;height:0;border-top:4px solid rgba(0,0,0,0);border-bottom:4px solid rgba(0,0,0,0);border-left:4px solid #98a2b3}::-webkit-scrollbar{width:6px;height:6px;background-color:rgba(0,0,0,0)}::-webkit-scrollbar-thumb{-webkit-border-radius:18px}::-webkit-scrollbar-thumb:vertical{background-color:rgba(0,0,0,.15)}::-webkit-scrollbar-thumb:vertical:hover{background-color:rgba(0,0,0,.24)}::-webkit-scrollbar-thumb:horizontal{background-color:rgba(0,0,0,.15)}::-webkit-scrollbar-thumb:horizontal:hover{background-color:rgba(0,0,0,.24)}::-webkit-scrollbar-corner{background-color:rgba(0,0,0,.02)}.cxb-grid{color:#1d2939}.cxb-grid .cxe-grid-col-header{height:40px !important;color:#475467}.cxb-grid .cxe-grid-col-header.cxs-sortable:hover{background-color:#fff}.cxb-grid .cxe-grid-col-header.cxs-sortable:hover:after{opacity:.45}.cxb-grid .cxe-grid-col-header.cxs-sortable.cxs-aligned-right:after{left:4px;right:auto}.cxb-grid .cxe-grid-col-header.cxs-sortable:after{position:absolute;content:"";font-family:"Font Awesome 6 Pro";display:inline-block;font-size:14px;right:4px;top:calc(50% - 11px);color:#98a2b3}.cxb-grid .cxe-grid-col-header.cxs-sortable.cxs-sorted-asc,.cxb-grid .cxe-grid-col-header.cxs-sortable.cxs-sorted-desc{background-color:#fff}.cxb-grid .cxe-grid-col-header.cxs-sortable.cxs-sorted-asc:hover,.cxb-grid .cxe-grid-col-header.cxs-sortable.cxs-sorted-desc:hover{background-color:#eaecf0}.cxb-grid .cxe-grid-col-header.cxs-sortable.cxs-sorted-asc:after{content:"";opacity:1}.cxb-grid .cxe-grid-col-header.cxs-sortable.cxs-sorted-desc:after{content:"";opacity:1}.cxb-grid .cxe-grid-col-header.cxs-sortable .cxe-grid-column-sort-icon{display:none}.cxb-grid .cxe-grid-col-header:first-child{border-left-color:rgba(0,0,0,0)}.cxb-grid .cxe-grid-col-header:last-child{border-right-color:rgba(0,0,0,0)}.cxb-grid .cxe-grid-data.cxs-selected{background-color:#f9fafb;border-color:#eaecf0}.cxb-grid .cxe-grid-data.cxs-selected.cxs-cursor{background-color:#f9fafb;border-color:#eaecf0}.cxb-grid .cxe-grid-data td{border:none}.cxb-grid .cxe-grid-data td.cxs-pad{padding:12px 8px}.cxb-grid.cxs-scrollable .cxe-grid-col-header:nth-last-child(2){border-right-color:rgba(0,0,0,0)}.cxb-grid.cxs-scrollable tbody tr:not(:first-child) .cxe-grid-col-header:nth-last-child(2){border-right-color:inherit}.cxb-grid.cxs-fixed-columns .cxe-grid-scroll-area tbody:not(.cxe-grid-group-footer):nth-child(odd) tr,.cxb-grid.cxs-fixed-columns .cxe-grid-fixed-scroll-area tbody:not(.cxe-grid-group-footer):nth-child(odd) tr{background-color:#f9fafb}.cxb-grid.cxs-fixed-columns .cxe-grid-scroll-area tbody:not(.cxe-grid-group-footer):nth-child(odd).cxs-hover tr,.cxb-grid.cxs-fixed-columns .cxe-grid-fixed-scroll-area tbody:not(.cxe-grid-group-footer):nth-child(odd).cxs-hover tr{background-color:#eaecf0}.cxb-grid.cxs-fixed-columns .cxe-grid-scroll-area .cxe-grid-data.cxs-hover tr,.cxb-grid.cxs-fixed-columns .cxe-grid-fixed-scroll-area .cxe-grid-data.cxs-hover tr{background-color:#eaecf0}.cxb-grid:not(.cxs-fixed-columns) .cxe-grid-scroll-area tbody tr:hover,.cxb-grid:not(.cxs-fixed-columns) .cxe-grid-fixed-scroll-area tbody tr:hover{background-color:#eaecf0}.cxb-grid:not(.cxs-fixed-columns) tbody:not(.cxe-grid-group-footer):nth-child(odd) tr{background-color:#f9fafb}.cxb-grid:not(.cxs-fixed-columns) tbody:not(.cxe-grid-group-footer):nth-child(odd) tr:hover{background-color:#eaecf0}.cxb-grid.cxs-fixed-columns>.cxe-grid-scroll-area{overflow-x:auto}.cxb-grid .cxb-treenode{color:#1d2939}.cxb-grid .cxb-treenode.cxs-folder>.cxe-treenode-handle{opacity:1;font-size:11px}.cxb-grid .cxb-treenode.cxs-folder>.cxe-treenode-handle:empty{pointer-events:none}.cxb-grid .cxb-treenode.cxs-folder>.cxe-treenode-handle:not(:empty)+div{font-weight:700}.cxb-grid .cxb-treenode.cxs-folder>.cxe-treenode-handle .fa-angle-right::after,.cxb-grid .cxb-treenode.cxs-folder>.cxe-treenode-handle .fa-angle-down::after,.cxb-grid .cxb-treenode.cxs-folder>.cxe-treenode-handle .fa-angle-right::before,.cxb-grid .cxb-treenode.cxs-folder>.cxe-treenode-handle .fa-angle-down::before{font-size:9px;color:#000}.cxb-grid .cxb-treenode .cxe-treenode-arrow{margin-left:0}.cxb-grid .cxb-treenode .cxe-treenode-arrow{margin-left:0}.cxb-grid .cxe-grid-fixed-fixed-header .cxe-grid-col-header[rowspan="2"],.cxb-grid .cxe-grid-fixed-table-wrapper .cxe-grid-col-header[rowspan="2"]{height:80px !important}.cxb-grid .cxe-treenode-arrow::before{padding:3px 5px}.cxb-grid.hide-header .cxe-grid-header{display:none}.cxb-grid.hide-header .cxe-grid-scroll-area{margin-top:0 !important}.cxs-color-0{fill:var(--brand_color_chart_0, #eb003f);stroke:var(--brand_color_chart_0, #eb003f);background:var(--brand_color_chart_0, #eb003f);border-color:var(--brand_color_chart_0, #eb003f)}.cxb-bar.cxs-color-0 .cxe-bar-rect{fill:var(--brand_color_chart_0, #eb003f);stroke:var(--brand_color_chart_0, #eb003f);background:var(--brand_color_chart_0, #eb003f);border-color:var(--brand_color_chart_0, #eb003f)}.cxs-color-1{fill:var(--brand_color_chart_1, #9966ff);stroke:var(--brand_color_chart_1, #9966ff);background:var(--brand_color_chart_1, #9966ff);border-color:var(--brand_color_chart_1, #9966ff)}.cxb-bar.cxs-color-1 .cxe-bar-rect{fill:var(--brand_color_chart_1, #9966ff);stroke:var(--brand_color_chart_1, #9966ff);background:var(--brand_color_chart_1, #9966ff);border-color:var(--brand_color_chart_1, #9966ff)}.cxs-color-2{fill:var(--brand_color_chart_2, #fca22b);stroke:var(--brand_color_chart_2, #fca22b);background:var(--brand_color_chart_2, #fca22b);border-color:var(--brand_color_chart_2, #fca22b)}.cxb-bar.cxs-color-2 .cxe-bar-rect{fill:var(--brand_color_chart_2, #fca22b);stroke:var(--brand_color_chart_2, #fca22b);background:var(--brand_color_chart_2, #fca22b);border-color:var(--brand_color_chart_2, #fca22b)}.cxs-color-3{fill:var(--brand_color_chart_3, #fb789b);stroke:var(--brand_color_chart_3, #fb789b);background:var(--brand_color_chart_3, #fb789b);border-color:var(--brand_color_chart_3, #fb789b)}.cxb-bar.cxs-color-3 .cxe-bar-rect{fill:var(--brand_color_chart_3, #fb789b);stroke:var(--brand_color_chart_3, #fb789b);background:var(--brand_color_chart_3, #fb789b);border-color:var(--brand_color_chart_3, #fb789b)}.cxs-color-4{fill:var(--brand_color_chart_4, #be9efc);stroke:var(--brand_color_chart_4, #be9efc);background:var(--brand_color_chart_4, #be9efc);border-color:var(--brand_color_chart_4, #be9efc)}.cxb-bar.cxs-color-4 .cxe-bar-rect{fill:var(--brand_color_chart_4, #be9efc);stroke:var(--brand_color_chart_4, #be9efc);background:var(--brand_color_chart_4, #be9efc);border-color:var(--brand_color_chart_4, #be9efc)}.cxs-color-5{fill:var(--brand_color_chart_5, #fbce91);stroke:var(--brand_color_chart_5, #fbce91);background:var(--brand_color_chart_5, #fbce91);border-color:var(--brand_color_chart_5, #fbce91)}.cxb-bar.cxs-color-5 .cxe-bar-rect{fill:var(--brand_color_chart_5, #fbce91);stroke:var(--brand_color_chart_5, #fbce91);background:var(--brand_color_chart_5, #fbce91);border-color:var(--brand_color_chart_5, #fbce91)}.cxs-color-6{fill:var(--brand_color_chart_6, #369f72);stroke:var(--brand_color_chart_6, #369f72);background:var(--brand_color_chart_6, #369f72);border-color:var(--brand_color_chart_6, #369f72)}.cxb-bar.cxs-color-6 .cxe-bar-rect{fill:var(--brand_color_chart_6, #369f72);stroke:var(--brand_color_chart_6, #369f72);background:var(--brand_color_chart_6, #369f72);border-color:var(--brand_color_chart_6, #369f72)}.cxs-color-7{fill:var(--brand_color_chart_7, #457687);stroke:var(--brand_color_chart_7, #457687);background:var(--brand_color_chart_7, #457687);border-color:var(--brand_color_chart_7, #457687)}.cxb-bar.cxs-color-7 .cxe-bar-rect{fill:var(--brand_color_chart_7, #457687);stroke:var(--brand_color_chart_7, #457687);background:var(--brand_color_chart_7, #457687);border-color:var(--brand_color_chart_7, #457687)}.cxs-color-8{fill:var(--brand_color_chart_8, #fda461);stroke:var(--brand_color_chart_8, #fda461);background:var(--brand_color_chart_8, #fda461);border-color:var(--brand_color_chart_8, #fda461)}.cxb-bar.cxs-color-8 .cxe-bar-rect{fill:var(--brand_color_chart_8, #fda461);stroke:var(--brand_color_chart_8, #fda461);background:var(--brand_color_chart_8, #fda461);border-color:var(--brand_color_chart_8, #fda461)}.cxs-color-9{fill:var(--brand_color_chart_9, #a0e3c8);stroke:var(--brand_color_chart_9, #a0e3c8);background:var(--brand_color_chart_9, #a0e3c8);border-color:var(--brand_color_chart_9, #a0e3c8)}.cxb-bar.cxs-color-9 .cxe-bar-rect{fill:var(--brand_color_chart_9, #a0e3c8);stroke:var(--brand_color_chart_9, #a0e3c8);background:var(--brand_color_chart_9, #a0e3c8);border-color:var(--brand_color_chart_9, #a0e3c8)}.cxs-color-10{fill:var(--brand_color_chart_10, #c8dde3);stroke:var(--brand_color_chart_10, #c8dde3);background:var(--brand_color_chart_10, #c8dde3);border-color:var(--brand_color_chart_10, #c8dde3)}.cxb-bar.cxs-color-10 .cxe-bar-rect{fill:var(--brand_color_chart_10, #c8dde3);stroke:var(--brand_color_chart_10, #c8dde3);background:var(--brand_color_chart_10, #c8dde3);border-color:var(--brand_color_chart_10, #c8dde3)}.cxs-color-11{fill:var(--brand_color_chart_11, #ffd57c);stroke:var(--brand_color_chart_11, #ffd57c);background:var(--brand_color_chart_11, #ffd57c);border-color:var(--brand_color_chart_11, #ffd57c)}.cxb-bar.cxs-color-11 .cxe-bar-rect{fill:var(--brand_color_chart_11, #ffd57c);stroke:var(--brand_color_chart_11, #ffd57c);background:var(--brand_color_chart_11, #ffd57c);border-color:var(--brand_color_chart_11, #ffd57c)}.cxs-color-12{fill:var(--brand_color_chart_12, #fc8939);stroke:var(--brand_color_chart_12, #fc8939);background:var(--brand_color_chart_12, #fc8939);border-color:var(--brand_color_chart_12, #fc8939)}.cxb-bar.cxs-color-12 .cxe-bar-rect{fill:var(--brand_color_chart_12, #fc8939);stroke:var(--brand_color_chart_12, #fc8939);background:var(--brand_color_chart_12, #fc8939);border-color:var(--brand_color_chart_12, #fc8939)}.cxs-color-13{fill:var(--brand_color_chart_13, #f4ac35);stroke:var(--brand_color_chart_13, #f4ac35);background:var(--brand_color_chart_13, #f4ac35);border-color:var(--brand_color_chart_13, #f4ac35)}.cxb-bar.cxs-color-13 .cxe-bar-rect{fill:var(--brand_color_chart_13, #f4ac35);stroke:var(--brand_color_chart_13, #f4ac35);background:var(--brand_color_chart_13, #f4ac35);border-color:var(--brand_color_chart_13, #f4ac35)}.cxs-color-14{fill:var(--brand_color_chart_14, #ffdfc4);stroke:var(--brand_color_chart_14, #ffdfc4);background:var(--brand_color_chart_14, #ffdfc4);border-color:var(--brand_color_chart_14, #ffdfc4)}.cxb-bar.cxs-color-14 .cxe-bar-rect{fill:var(--brand_color_chart_14, #ffdfc4);stroke:var(--brand_color_chart_14, #ffdfc4);background:var(--brand_color_chart_14, #ffdfc4);border-color:var(--brand_color_chart_14, #ffdfc4)}.cxs-color-15{fill:var(--brand_color_chart_15, #ffe6b2);stroke:var(--brand_color_chart_15, #ffe6b2);background:var(--brand_color_chart_15, #ffe6b2);border-color:var(--brand_color_chart_15, #ffe6b2)}.cxb-bar.cxs-color-15 .cxe-bar-rect{fill:var(--brand_color_chart_15, #ffe6b2);stroke:var(--brand_color_chart_15, #ffe6b2);background:var(--brand_color_chart_15, #ffe6b2);border-color:var(--brand_color_chart_15, #ffe6b2)}.cxs-color-16,.cxb-bar.cxs-color-16 .cxe-bar-rect{fill:var(--brand_color_positive, #32d5ae);stroke:var(--brand_color_positive, #32d5ae);background:var(--brand_color_positive, #32d5ae);border-color:var(--brand_color_positive, #32d5ae)}.cxs-color-17,.cxb-bar.cxs-color-17 .cxe-bar-rect{fill:var(--brand_color_negative, #f97066);stroke:var(--brand_color_negative, #f97066);background:var(--brand_color_negative, #f97066);border-color:var(--brand_color_negative, #f97066)}.cxb-svg:has(.cxb-bar:nth-last-child(1)) .cxb-bar .cxe-bar-rect{height:26px}.cxb-svg:has(.cxb-bar:nth-last-child(3)) .cxb-bar .cxe-bar-rect{height:20px}.cxb-svg:has(.cxb-bar:nth-last-child(7)) .cxb-bar .cxe-bar-rect{height:14px}.cxm-alert .cxe-window-body{padding-left:32px;padding-right:32px;padding-top:8px}.cxe-window-body{padding-left:32px;padding-right:32px}.cxe-window-shadow{animation:shadow-fade-in 1s linear forwards;background:rgba(0,0,0,.35)}.cxe-overlay-shadow{position:fixed;left:0;right:0;top:0;bottom:0;animation:shadow-fade-in .2s forwards}.cxb-window{border-radius:8px}.cxb-window .cxe-window-header{padding-bottom:8px}.cxb-window.hide-footer-border .cxe-window-footer{border-top:none}.cxb-button.fixed-width{width:153px}.cxb-button.cxm-circle .cxe-button-icon{left:9px}.cxb-button.cxm-square .cxe-button-icon{left:10px}.cxb-button.cxm-small.cxs-icon.cxs-empty{padding:0}.cxb-button.cxm-small .cxe-button-icon{position:unset;line-height:24px;width:24px;height:24px;margin-top:unset}.cxb-button.cxm-rounded-with-text{padding-left:40px;border-radius:9999px;background-color:rgba(0,0,0,0);border-color:#d0d5dd}.cxb-button.cxm-rounded-with-text .cxe-button-icon{left:16px}.cxb-button.cxm-icon-align-right{display:flex;align-items:center;gap:8px}.cxb-button.cxm-icon-align-right .cxe-button-icon{position:static;order:2;margin-top:0}.cxb-button.cxm-icon-align-right.cxs-icon{padding:0 12px 0 16px}.cxb-button.cxs-icon:not(.cxs-empty){padding-left:40px}.cxb-button.cxs-icon:not(.cxs-empty) .cxe-button-icon{left:16px}.cxb-button.cxm-mobile-transformed-x{transform:scaleX(-1)}.cxb-button.cxm-mobile-small{height:32px}.cxb-button.cxm-mobile-small.cxs-icon.cxs-empty{padding:0;width:32px}button[type=button]{background-color:#e8ebf5}.cxe-dropdown-modal-backdrop{position:fixed;left:0;top:0;width:100vw;height:100vh;background:rgba(0,0,0,.3);animation:shadow-fade-in 1s forwards}.cxb-dropdown .cxb-menuitem.cxs-icon.cxs-medium-padding>span{padding:8px 24px 8px 36px;line-height:24px;border:none}.cxb-dropdown .cxb-menuitem.cxs-icon .cxe-menuitem-button{left:8px}.cxb-dropdown .cxb-menuitem.cxs-icon .cxe-menuitem-icon{font-size:14px}.cxb-dropdown .cxb-list{padding-top:4px;padding-bottom:4px}.cxb-dropdown .cxb-list:has(.cxe-list-item:nth-child(2)){padding-bottom:8px}.cxb-dropdown .cxb-list .cxe-list-item{padding:8px 12px;line-height:20px}.cxb-progressbar.cxm-error .cxe-progressbar-indicator{background-color:#f65b5b}.cxb-progressbar.cxm-warning .cxe-progressbar-indicator{background-color:#ffcb6c}.cxb-progressbar.cxm-success .cxe-progressbar-indicator{background-color:#80ec80}.cxb-tooltip{font-weight:500;border:none}.cxb-textfield .cxe-textfield-input{line-height:18px}.cxb-textfield .cxe-textfield-input::placeholder{color:#d0d5dd}.cxb-textfield.cxs-icon .cxe-textfield-input{padding-left:40px}.cxb-textfield.cxm-dark .cxe-textfield-input{background-color:#f2f4f7;line-height:12px;border:4px solid rgba(0,0,0,0)}.cxb-textfield.cxm-dark .cxe-textfield-input:focus{border-color:#eaecf0;outline:none}.cxb-textfield.cxm-dark.cxs-focus .cxe-textfield-input{border-color:#eaecf0;outline:none}.cxb-textfield.cxm-secondary .cxe-textfield-input{border:none;font-size:20px;font-weight:700}.cxb-textfield.cxm-secondary .cxe-textfield-input:focus{outline:none}.cxb-textfield.cxm-rounded-full .cxe-textfield-input{padding-left:16px;border-radius:36px}.cxb-textfield.cxm-rounded-full .cxe-textfield-input::placeholder{color:#98a2b3;font-weight:400}.cxb-textfield.cxm-rounded-full .cxe-textfield-left-icon{border-radius:50%;width:24px;height:24px}.cxb-textfield.cxm-rounded-full .cxe-textfield-left-icon .fa-search::before{color:#98a2b3}.cxb-textfield.cxm-rounded-full:hover:not(:focus-within) .cxe-textfield-left-icon{animation:moveIconIn 400ms ease-out forwards}.cxb-textfield.cxm-rounded-full:not(:hover):not(:focus-within) .cxe-textfield-left-icon{animation:moveIconOut 400ms ease-out backwards}.cxb-textfield.cxm-rounded-full:focus-within .cxe-textfield-left-icon,.cxb-textfield.cxm-rounded-full:focus-within:hover .cxe-textfield-left-icon{margin-right:-6px}.cxb-textfield.cxm-rounded-full:hover .cxe-textfield-left-icon,.cxb-textfield.cxm-rounded-full:focus-within .cxe-textfield-left-icon{background-color:#eaecf0;opacity:1}.cxb-textfield.cxm-rounded-full:hover .cxe-textfield-left-icon .fa-search::before,.cxb-textfield.cxm-rounded-full:focus-within .cxe-textfield-left-icon .fa-search::before{color:#101828}.cxb-textfield.cxm-rounded-full.cxs-clear .cxe-textfield-left-icon{display:none}.cxb-textfield.cxm-rounded-full.cxs-clear .cxe-textfield-clear{border-radius:50%;margin-right:-12px;margin-top:-12px;width:24px;height:24px;background-color:#eaecf0;color:#101828;cursor:pointer}.cxb-textfield.cxm-icon-right .cxe-textfield-input{padding-left:16px;padding-right:32px}.cxb-textfield.cxm-icon-right .cxe-textfield-left-icon{right:12px;left:unset;color:#98a2b3;font-size:14px;opacity:1}.cxe-textfield-left-icon{right:12px;left:unset;width:24px;height:24px;margin-top:-12px;font-size:12px}.cxe-textfield-left-icon .fa-search::before{color:#98a2b3}.cxb-lookupfield .cxe-lookupfield-input{line-height:18px}.cxb-lookupfield .cxe-lookupfield-input::placeholder{color:#d0d5dd}.cxb-lookupfield.cxs-icon .cxe-lookupfield-input{padding-left:40px}.cxb-lookupfield.cxm-dark .cxe-lookupfield-input{background-color:#f2f4f7;line-height:12px;border:4px solid rgba(0,0,0,0)}.cxb-lookupfield.cxm-dark .cxe-lookupfield-input:focus{border-color:#eaecf0;outline:none}.cxb-lookupfield.cxm-dark.cxs-focus .cxe-lookupfield-input{border-color:#eaecf0;outline:none}.cxb-lookupfield.cxm-secondary .cxe-lookupfield-input{border:none;font-size:20px;font-weight:700}.cxb-lookupfield.cxm-secondary .cxe-lookupfield-input:focus{outline:none}.cxb-lookupfield.cxm-rounded-full .cxe-lookupfield-input{padding-left:16px;border-radius:36px}.cxb-lookupfield.cxm-rounded-full .cxe-lookupfield-input::placeholder{color:#98a2b3;font-weight:400}.cxb-lookupfield.cxm-rounded-full .cxe-textfield-left-icon{border-radius:50%;width:24px;height:24px}.cxb-lookupfield.cxm-rounded-full .cxe-textfield-left-icon .fa-search::before{color:#98a2b3}.cxb-lookupfield.cxm-rounded-full:hover:not(:focus-within) .cxe-textfield-left-icon{animation:moveIconIn 400ms ease-out forwards}.cxb-lookupfield.cxm-rounded-full:not(:hover):not(:focus-within) .cxe-textfield-left-icon{animation:moveIconOut 400ms ease-out backwards}.cxb-lookupfield.cxm-rounded-full:focus-within .cxe-textfield-left-icon,.cxb-lookupfield.cxm-rounded-full:focus-within:hover .cxe-textfield-left-icon{margin-right:-6px}.cxb-lookupfield.cxm-rounded-full:hover .cxe-textfield-left-icon,.cxb-lookupfield.cxm-rounded-full:focus-within .cxe-textfield-left-icon{background-color:#eaecf0;opacity:1}.cxb-lookupfield.cxm-rounded-full:hover .cxe-textfield-left-icon .fa-search::before,.cxb-lookupfield.cxm-rounded-full:focus-within .cxe-textfield-left-icon .fa-search::before{color:#101828}.cxb-lookupfield.cxm-rounded-full.cxs-clear .cxe-textfield-left-icon{display:none}.cxb-lookupfield.cxm-rounded-full.cxs-clear .cxe-textfield-clear{border-radius:50%;margin-right:-12px;margin-top:-12px;width:24px;height:24px;background-color:#eaecf0;color:#101828;cursor:pointer}.cxb-lookupfield.cxm-icon-right .cxe-lookupfield-input{padding-left:16px;padding-right:32px}.cxb-lookupfield.cxm-icon-right .cxe-textfield-left-icon{right:12px;left:unset;color:#98a2b3;font-size:14px;opacity:1}.cxe-textfield-left-icon{right:12px;left:unset;width:24px;height:24px;margin-top:-12px;font-size:12px}.cxe-textfield-left-icon .fa-search::before{color:#98a2b3}.cxb-datetimefield .cxe-datetimefield-input{line-height:18px}.cxb-datetimefield .cxe-datetimefield-input::placeholder{color:#d0d5dd}.cxb-datetimefield.cxs-icon .cxe-datetimefield-input{padding-left:40px}.cxb-datetimefield.cxm-dark .cxe-datetimefield-input{background-color:#f2f4f7;line-height:12px;border:4px solid rgba(0,0,0,0)}.cxb-datetimefield.cxm-dark .cxe-datetimefield-input:focus{border-color:#eaecf0;outline:none}.cxb-datetimefield.cxm-dark.cxs-focus .cxe-datetimefield-input{border-color:#eaecf0;outline:none}.cxb-datetimefield.cxm-secondary .cxe-datetimefield-input{border:none;font-size:20px;font-weight:700}.cxb-datetimefield.cxm-secondary .cxe-datetimefield-input:focus{outline:none}.cxb-datetimefield.cxm-rounded-full .cxe-datetimefield-input{padding-left:16px;border-radius:36px}.cxb-datetimefield.cxm-rounded-full .cxe-datetimefield-input::placeholder{color:#98a2b3;font-weight:400}.cxb-datetimefield.cxm-rounded-full .cxe-textfield-left-icon{border-radius:50%;width:24px;height:24px}.cxb-datetimefield.cxm-rounded-full .cxe-textfield-left-icon .fa-search::before{color:#98a2b3}.cxb-datetimefield.cxm-rounded-full:hover:not(:focus-within) .cxe-textfield-left-icon{animation:moveIconIn 400ms ease-out forwards}.cxb-datetimefield.cxm-rounded-full:not(:hover):not(:focus-within) .cxe-textfield-left-icon{animation:moveIconOut 400ms ease-out backwards}.cxb-datetimefield.cxm-rounded-full:focus-within .cxe-textfield-left-icon,.cxb-datetimefield.cxm-rounded-full:focus-within:hover .cxe-textfield-left-icon{margin-right:-6px}.cxb-datetimefield.cxm-rounded-full:hover .cxe-textfield-left-icon,.cxb-datetimefield.cxm-rounded-full:focus-within .cxe-textfield-left-icon{background-color:#eaecf0;opacity:1}.cxb-datetimefield.cxm-rounded-full:hover .cxe-textfield-left-icon .fa-search::before,.cxb-datetimefield.cxm-rounded-full:focus-within .cxe-textfield-left-icon .fa-search::before{color:#101828}.cxb-datetimefield.cxm-rounded-full.cxs-clear .cxe-textfield-left-icon{display:none}.cxb-datetimefield.cxm-rounded-full.cxs-clear .cxe-textfield-clear{border-radius:50%;margin-right:-12px;margin-top:-12px;width:24px;height:24px;background-color:#eaecf0;color:#101828;cursor:pointer}.cxb-datetimefield.cxm-icon-right .cxe-datetimefield-input{padding-left:16px;padding-right:32px}.cxb-datetimefield.cxm-icon-right .cxe-textfield-left-icon{right:12px;left:unset;color:#98a2b3;font-size:14px;opacity:1}.cxe-textfield-left-icon{right:12px;left:unset;width:24px;height:24px;margin-top:-12px;font-size:12px}.cxe-textfield-left-icon .fa-search::before{color:#98a2b3}.cxb-colorfield .cxe-colorfield-input{line-height:18px}.cxb-colorfield .cxe-colorfield-input::placeholder{color:#d0d5dd}.cxb-colorfield.cxs-icon .cxe-colorfield-input{padding-left:40px}.cxb-colorfield.cxm-dark .cxe-colorfield-input{background-color:#f2f4f7;line-height:12px;border:4px solid rgba(0,0,0,0)}.cxb-colorfield.cxm-dark .cxe-colorfield-input:focus{border-color:#eaecf0;outline:none}.cxb-colorfield.cxm-dark.cxs-focus .cxe-colorfield-input{border-color:#eaecf0;outline:none}.cxb-colorfield.cxm-secondary .cxe-colorfield-input{border:none;font-size:20px;font-weight:700}.cxb-colorfield.cxm-secondary .cxe-colorfield-input:focus{outline:none}.cxb-colorfield.cxm-rounded-full .cxe-colorfield-input{padding-left:16px;border-radius:36px}.cxb-colorfield.cxm-rounded-full .cxe-colorfield-input::placeholder{color:#98a2b3;font-weight:400}.cxb-colorfield.cxm-rounded-full .cxe-textfield-left-icon{border-radius:50%;width:24px;height:24px}.cxb-colorfield.cxm-rounded-full .cxe-textfield-left-icon .fa-search::before{color:#98a2b3}.cxb-colorfield.cxm-rounded-full:hover:not(:focus-within) .cxe-textfield-left-icon{animation:moveIconIn 400ms ease-out forwards}.cxb-colorfield.cxm-rounded-full:not(:hover):not(:focus-within) .cxe-textfield-left-icon{animation:moveIconOut 400ms ease-out backwards}.cxb-colorfield.cxm-rounded-full:focus-within .cxe-textfield-left-icon,.cxb-colorfield.cxm-rounded-full:focus-within:hover .cxe-textfield-left-icon{margin-right:-6px}.cxb-colorfield.cxm-rounded-full:hover .cxe-textfield-left-icon,.cxb-colorfield.cxm-rounded-full:focus-within .cxe-textfield-left-icon{background-color:#eaecf0;opacity:1}.cxb-colorfield.cxm-rounded-full:hover .cxe-textfield-left-icon .fa-search::before,.cxb-colorfield.cxm-rounded-full:focus-within .cxe-textfield-left-icon .fa-search::before{color:#101828}.cxb-colorfield.cxm-rounded-full.cxs-clear .cxe-textfield-left-icon{display:none}.cxb-colorfield.cxm-rounded-full.cxs-clear .cxe-textfield-clear{border-radius:50%;margin-right:-12px;margin-top:-12px;width:24px;height:24px;background-color:#eaecf0;color:#101828;cursor:pointer}.cxb-colorfield.cxm-icon-right .cxe-colorfield-input{padding-left:16px;padding-right:32px}.cxb-colorfield.cxm-icon-right .cxe-textfield-left-icon{right:12px;left:unset;color:#98a2b3;font-size:14px;opacity:1}.cxe-textfield-left-icon{right:12px;left:unset;width:24px;height:24px;margin-top:-12px;font-size:12px}.cxe-textfield-left-icon .fa-search::before{color:#98a2b3}.cxb-numberfield .cxe-numberfield-input{line-height:18px}.cxb-numberfield .cxe-numberfield-input::placeholder{color:#d0d5dd}.cxb-numberfield.cxs-icon .cxe-numberfield-input{padding-left:40px}.cxb-numberfield.cxm-dark .cxe-numberfield-input{background-color:#f2f4f7;line-height:12px;border:4px solid rgba(0,0,0,0)}.cxb-numberfield.cxm-dark .cxe-numberfield-input:focus{border-color:#eaecf0;outline:none}.cxb-numberfield.cxm-dark.cxs-focus .cxe-numberfield-input{border-color:#eaecf0;outline:none}.cxb-numberfield.cxm-secondary .cxe-numberfield-input{border:none;font-size:20px;font-weight:700}.cxb-numberfield.cxm-secondary .cxe-numberfield-input:focus{outline:none}.cxb-numberfield.cxm-rounded-full .cxe-numberfield-input{padding-left:16px;border-radius:36px}.cxb-numberfield.cxm-rounded-full .cxe-numberfield-input::placeholder{color:#98a2b3;font-weight:400}.cxb-numberfield.cxm-rounded-full .cxe-textfield-left-icon{border-radius:50%;width:24px;height:24px}.cxb-numberfield.cxm-rounded-full .cxe-textfield-left-icon .fa-search::before{color:#98a2b3}.cxb-numberfield.cxm-rounded-full:hover:not(:focus-within) .cxe-textfield-left-icon{animation:moveIconIn 400ms ease-out forwards}.cxb-numberfield.cxm-rounded-full:not(:hover):not(:focus-within) .cxe-textfield-left-icon{animation:moveIconOut 400ms ease-out backwards}.cxb-numberfield.cxm-rounded-full:focus-within .cxe-textfield-left-icon,.cxb-numberfield.cxm-rounded-full:focus-within:hover .cxe-textfield-left-icon{margin-right:-6px}.cxb-numberfield.cxm-rounded-full:hover .cxe-textfield-left-icon,.cxb-numberfield.cxm-rounded-full:focus-within .cxe-textfield-left-icon{background-color:#eaecf0;opacity:1}.cxb-numberfield.cxm-rounded-full:hover .cxe-textfield-left-icon .fa-search::before,.cxb-numberfield.cxm-rounded-full:focus-within .cxe-textfield-left-icon .fa-search::before{color:#101828}.cxb-numberfield.cxm-rounded-full.cxs-clear .cxe-textfield-left-icon{display:none}.cxb-numberfield.cxm-rounded-full.cxs-clear .cxe-textfield-clear{border-radius:50%;margin-right:-12px;margin-top:-12px;width:24px;height:24px;background-color:#eaecf0;color:#101828;cursor:pointer}.cxb-numberfield.cxm-icon-right .cxe-numberfield-input{padding-left:16px;padding-right:32px}.cxb-numberfield.cxm-icon-right .cxe-textfield-left-icon{right:12px;left:unset;color:#98a2b3;font-size:14px;opacity:1}.cxe-textfield-left-icon{right:12px;left:unset;width:24px;height:24px;margin-top:-12px;font-size:12px}.cxe-textfield-left-icon .fa-search::before{color:#98a2b3}.cxb-textarea .cxe-textarea-input{line-height:18px}.cxb-textarea .cxe-textarea-input::placeholder{color:#d0d5dd}.cxb-textarea.cxs-icon .cxe-textarea-input{padding-left:40px}.cxb-textarea.cxm-dark .cxe-textarea-input{background-color:#f2f4f7;line-height:12px;border:4px solid rgba(0,0,0,0)}.cxb-textarea.cxm-dark .cxe-textarea-input:focus{border-color:#eaecf0;outline:none}.cxb-textarea.cxm-dark.cxs-focus .cxe-textarea-input{border-color:#eaecf0;outline:none}.cxb-textarea.cxm-secondary .cxe-textarea-input{border:none;font-size:20px;font-weight:700}.cxb-textarea.cxm-secondary .cxe-textarea-input:focus{outline:none}.cxb-textarea.cxm-rounded-full .cxe-textarea-input{padding-left:16px;border-radius:36px}.cxb-textarea.cxm-rounded-full .cxe-textarea-input::placeholder{color:#98a2b3;font-weight:400}.cxb-textarea.cxm-rounded-full .cxe-textfield-left-icon{border-radius:50%;width:24px;height:24px}.cxb-textarea.cxm-rounded-full .cxe-textfield-left-icon .fa-search::before{color:#98a2b3}.cxb-textarea.cxm-rounded-full:hover:not(:focus-within) .cxe-textfield-left-icon{animation:moveIconIn 400ms ease-out forwards}.cxb-textarea.cxm-rounded-full:not(:hover):not(:focus-within) .cxe-textfield-left-icon{animation:moveIconOut 400ms ease-out backwards}.cxb-textarea.cxm-rounded-full:focus-within .cxe-textfield-left-icon,.cxb-textarea.cxm-rounded-full:focus-within:hover .cxe-textfield-left-icon{margin-right:-6px}.cxb-textarea.cxm-rounded-full:hover .cxe-textfield-left-icon,.cxb-textarea.cxm-rounded-full:focus-within .cxe-textfield-left-icon{background-color:#eaecf0;opacity:1}.cxb-textarea.cxm-rounded-full:hover .cxe-textfield-left-icon .fa-search::before,.cxb-textarea.cxm-rounded-full:focus-within .cxe-textfield-left-icon .fa-search::before{color:#101828}.cxb-textarea.cxm-rounded-full.cxs-clear .cxe-textfield-left-icon{display:none}.cxb-textarea.cxm-rounded-full.cxs-clear .cxe-textfield-clear{border-radius:50%;margin-right:-12px;margin-top:-12px;width:24px;height:24px;background-color:#eaecf0;color:#101828;cursor:pointer}.cxb-textarea.cxm-icon-right .cxe-textarea-input{padding-left:16px;padding-right:32px}.cxb-textarea.cxm-icon-right .cxe-textfield-left-icon{right:12px;left:unset;color:#98a2b3;font-size:14px;opacity:1}.cxe-textfield-left-icon{right:12px;left:unset;width:24px;height:24px;margin-top:-12px;font-size:12px}.cxe-textfield-left-icon .fa-search::before{color:#98a2b3}.cxb-monthfield .cxe-monthfield-input{line-height:18px}.cxb-monthfield .cxe-monthfield-input::placeholder{color:#d0d5dd}.cxb-monthfield.cxs-icon .cxe-monthfield-input{padding-left:40px}.cxb-monthfield.cxm-dark .cxe-monthfield-input{background-color:#f2f4f7;line-height:12px;border:4px solid rgba(0,0,0,0)}.cxb-monthfield.cxm-dark .cxe-monthfield-input:focus{border-color:#eaecf0;outline:none}.cxb-monthfield.cxm-dark.cxs-focus .cxe-monthfield-input{border-color:#eaecf0;outline:none}.cxb-monthfield.cxm-secondary .cxe-monthfield-input{border:none;font-size:20px;font-weight:700}.cxb-monthfield.cxm-secondary .cxe-monthfield-input:focus{outline:none}.cxb-monthfield.cxm-rounded-full .cxe-monthfield-input{padding-left:16px;border-radius:36px}.cxb-monthfield.cxm-rounded-full .cxe-monthfield-input::placeholder{color:#98a2b3;font-weight:400}.cxb-monthfield.cxm-rounded-full .cxe-textfield-left-icon{border-radius:50%;width:24px;height:24px}.cxb-monthfield.cxm-rounded-full .cxe-textfield-left-icon .fa-search::before{color:#98a2b3}.cxb-monthfield.cxm-rounded-full:hover:not(:focus-within) .cxe-textfield-left-icon{animation:moveIconIn 400ms ease-out forwards}.cxb-monthfield.cxm-rounded-full:not(:hover):not(:focus-within) .cxe-textfield-left-icon{animation:moveIconOut 400ms ease-out backwards}.cxb-monthfield.cxm-rounded-full:focus-within .cxe-textfield-left-icon,.cxb-monthfield.cxm-rounded-full:focus-within:hover .cxe-textfield-left-icon{margin-right:-6px}.cxb-monthfield.cxm-rounded-full:hover .cxe-textfield-left-icon,.cxb-monthfield.cxm-rounded-full:focus-within .cxe-textfield-left-icon{background-color:#eaecf0;opacity:1}.cxb-monthfield.cxm-rounded-full:hover .cxe-textfield-left-icon .fa-search::before,.cxb-monthfield.cxm-rounded-full:focus-within .cxe-textfield-left-icon .fa-search::before{color:#101828}.cxb-monthfield.cxm-rounded-full.cxs-clear .cxe-textfield-left-icon{display:none}.cxb-monthfield.cxm-rounded-full.cxs-clear .cxe-textfield-clear{border-radius:50%;margin-right:-12px;margin-top:-12px;width:24px;height:24px;background-color:#eaecf0;color:#101828;cursor:pointer}.cxb-monthfield.cxm-icon-right .cxe-monthfield-input{padding-left:16px;padding-right:32px}.cxb-monthfield.cxm-icon-right .cxe-textfield-left-icon{right:12px;left:unset;color:#98a2b3;font-size:14px;opacity:1}.cxe-textfield-left-icon{right:12px;left:unset;width:24px;height:24px;margin-top:-12px;font-size:12px}.cxe-textfield-left-icon .fa-search::before{color:#98a2b3}.cxb-select .cxe-select-input{line-height:18px}.cxb-select .cxe-select-input::placeholder{color:#d0d5dd}.cxb-select.cxs-icon .cxe-select-input{padding-left:40px}.cxb-select.cxm-dark .cxe-select-input{background-color:#f2f4f7;line-height:12px;border:4px solid rgba(0,0,0,0)}.cxb-select.cxm-dark .cxe-select-input:focus{border-color:#eaecf0;outline:none}.cxb-select.cxm-dark.cxs-focus .cxe-select-input{border-color:#eaecf0;outline:none}.cxb-select.cxm-secondary .cxe-select-input{border:none;font-size:20px;font-weight:700}.cxb-select.cxm-secondary .cxe-select-input:focus{outline:none}.cxb-select.cxm-rounded-full .cxe-select-input{padding-left:16px;border-radius:36px}.cxb-select.cxm-rounded-full .cxe-select-input::placeholder{color:#98a2b3;font-weight:400}.cxb-select.cxm-rounded-full .cxe-textfield-left-icon{border-radius:50%;width:24px;height:24px}.cxb-select.cxm-rounded-full .cxe-textfield-left-icon .fa-search::before{color:#98a2b3}.cxb-select.cxm-rounded-full:hover:not(:focus-within) .cxe-textfield-left-icon{animation:moveIconIn 400ms ease-out forwards}.cxb-select.cxm-rounded-full:not(:hover):not(:focus-within) .cxe-textfield-left-icon{animation:moveIconOut 400ms ease-out backwards}.cxb-select.cxm-rounded-full:focus-within .cxe-textfield-left-icon,.cxb-select.cxm-rounded-full:focus-within:hover .cxe-textfield-left-icon{margin-right:-6px}.cxb-select.cxm-rounded-full:hover .cxe-textfield-left-icon,.cxb-select.cxm-rounded-full:focus-within .cxe-textfield-left-icon{background-color:#eaecf0;opacity:1}.cxb-select.cxm-rounded-full:hover .cxe-textfield-left-icon .fa-search::before,.cxb-select.cxm-rounded-full:focus-within .cxe-textfield-left-icon .fa-search::before{color:#101828}.cxb-select.cxm-rounded-full.cxs-clear .cxe-textfield-left-icon{display:none}.cxb-select.cxm-rounded-full.cxs-clear .cxe-textfield-clear{border-radius:50%;margin-right:-12px;margin-top:-12px;width:24px;height:24px;background-color:#eaecf0;color:#101828;cursor:pointer}.cxb-select.cxm-icon-right .cxe-select-input{padding-left:16px;padding-right:32px}.cxb-select.cxm-icon-right .cxe-textfield-left-icon{right:12px;left:unset;color:#98a2b3;font-size:14px;opacity:1}.cxe-textfield-left-icon{right:12px;left:unset;width:24px;height:24px;margin-top:-12px;font-size:12px}.cxe-textfield-left-icon .fa-search::before{color:#98a2b3}.cxb-lookupfield{width:220px;height:36px}.cxb-lookupfield .cxe-lookupfield-tool{right:10px;font-size:12px}.cxb-lookupfield .cxe-lookupfield-tool>i{transition:.2s}.cxb-lookupfield .cxe-lookupfield-tool>i:before{color:inherit}.cxb-lookupfield .cxe-lookupfield-tool .fa-angle-down{font-size:16px}.cxb-lookupfield .cxe-lookupfield-input{padding:8px 12px;padding-right:28px;border-color:#d0d5dd;color:#1d2939;opacity:1}.cxb-lookupfield:hover .cxe-lookupfield-tool{color:#1d2939;opacity:1}.cxb-lookupfield:hover .cxe-lookupfield-input{border-color:#98a2b3}.cxb-lookupfield.cxm-show-indicator .cxe-lookupfield-tool:after{content:"";background-color:var(--brand_color_accent, #eb003f);position:absolute;width:60%;height:60%;top:4px;left:4px;border-radius:100%;animation:ping 1.2s cubic-bezier(0, 0, 0.2, 1) infinite}.cxb-lookupfield .cxb-dropdown{margin-top:4px;border-radius:8px}.cxb-lookupfield .cxb-dropdown .cxe-lookupfield-query{max-width:80%;border-radius:18px;margin:8px auto 16px auto}.cxb-lookupfield .cxb-dropdown .cxe-lookupfield-message{margin-left:auto;margin-right:auto;margin-bottom:16px;width:90%}.cxb-lookupfield .cxb-dropdown .cxe-lookupfield-message:not(.cxs-no-results){background-color:#eaecf0;color:rgba(0,0,0,0)}.cxb-lookupfield .cxb-dropdown .cxe-list-item{padding:8px 12px;line-height:20px;color:#475467}.cxb-lookupfield .cxb-dropdown .cxe-list-item.cxs-selected{background-color:#f9fafb;color:#1d2939}.cxb-lookupfield:has(.cxb-dropdown) .cxe-lookupfield-tool>i{transform:rotate(180deg);transition:.2s}.cxb-colorfield.cxs-icon .cxe-colorfield-input{padding-left:36px;padding-right:16px;font-family:"Inter",sans-serif}.cxb-colorfield .cxe-colorfield-input{font-size:14px}.cxb-colorfield .cxe-colorfield-left-icon{width:26px;height:26px;left:6px;margin-top:-13px;border:1px solid #fff;border-radius:6px}.cxb-colorfield .cxe-colorfield-left-icon>div{border-radius:6px}.cxb-colorfield .cxe-colorfield-clear,.cxb-colorfield .cxe-colorfield-right-icon{display:none}@keyframes moveIconIn{0%{transform:translateX(0)}100%{transform:translateX(6px)}}@keyframes moveIconOut{from{transform:translateX(6px)}to{transform:translateX(0)}}.cxb-calendar{width:fit-content;border:none;padding:8px}.cxb-calendar:focus{border:none;box-shadow:unset}.cxb-calendar table{border-collapse:initial}.cxb-calendar table td{width:40px;height:40px}.cxb-calendar .cxe-calendar-header td:hover{background-color:inherit}.cxb-calendar .cxe-calendar-header td:hover i,.cxb-calendar .cxe-calendar-header td:hover svg{color:#38395f}.cxb-calendar .cxe-calendar-day-names{color:#04042f}.cxb-calendar .cxe-calendar-day.cxs-today.cxs-selected:hover{background-color:var(--brand_color_primary_button_bg_hover, #04042f)}.cxb-dropzone{border-style:dashed;border-color:#d0d5dd;border-radius:6px}.cxb-dropzone.cxs-over{border-width:1px;background-color:#f9fafb}.cxb-list .cxe-list-item.cxm-dark.cxs-selected{background-color:var(--brand-color-selected, #04042f);color:var(--brand-color-selected, #ffffff)}.cxb-list .cxe-list-item.cxm-dark.cxs-selected *{color:#fff}.cxb-list .cxe-list-item.cxm-dark.cxs-selected .cxm-accent,.cxb-list .cxe-list-item.cxm-dark.cxs-selected .accent{color:#d0d5dd}.cxb-list .cxe-list-item.cxm-dark.cxs-selected.cxs-cursor{background-color:var(--brand-color-selected-cursor, #04042f)}.cxb-list .cxe-list-item.cxm-dark.cxs-selected:hover{background-color:var(--brand-color-selected-hover, #04042f)}.cxb-switch .cxe-switch-range{background-color:var(--brand_color_primary, #0e0e3d)}.cxb-switch .cxe-switch-axis{width:36px;border-width:1px;border-style:solid;border-color:rgba(0,0,0,0);background-color:#eaecf0;border-radius:12px;padding:0 12px}.cxb-switch .cxe-switch-handle{box-shadow:0 1px 2px 0 rgba(16,24,40,.06),0 1px 3px 0 rgba(16,24,40,.1);margin-left:-10px}.cxb-switch .cxe-switch-text{margin-left:32px}.cxb-switch.cxs-on .cxe-switch-handle{margin-left:-6px}.cxb-switch.cxs-on:hover .cxe-switch-range{background-color:var(--brand_color_primary_light, #04042f)}.cxb-switch:hover .cxe-switch-axis{background-color:#d0d5dd}.cxb-switch:focus .cxe-switch-axis{border-color:var(--brand_color_primary, #0e0e3d)}.cxb-link:not(.navitem),.cxb-button.cxm-link{text-decoration:underline;color:var(--brand_color_link, #0e0e3d)}.cxb-link:not(.navitem):hover,.cxb-button.cxm-link:hover{color:var(--brand_color_link_hover, #0e0e3d)}.cxb-link.cxs-disabled{cursor:default}.cxb-link.cxs-disabled:hover{background-color:rgba(0,0,0,0)}.cxb-pagination{display:flex}.cxb-pagination .cxe-pagination-page:first-child{margin-right:32px;text-align:left;width:128px}.cxb-pagination .cxe-pagination-page .cxe-pagination-icon-prev-page{transform:none;left:auto}.cxb-pagination .cxe-pagination-page .cxe-pagination-icon-prev-page:before{content:""}.cxb-pagination .cxe-pagination-page .cxe-pagination-icon-prev-page:after{content:"Previous";font-size:12px;letter-spacing:.1em;margin-left:12px}.cxb-pagination .cxe-pagination-page:last-child{margin-left:32px;width:90px}.cxb-pagination .cxe-pagination-page .cxe-pagination-icon-next-page{left:auto;right:58px}.cxb-pagination .cxe-pagination-page .cxe-pagination-icon-next-page:after{content:""}.cxb-pagination .cxe-pagination-page .cxe-pagination-icon-next-page:before{content:"Next";text-transform:capitalize;font-size:12px;letter-spacing:.1em;margin-right:12px}.cxb-pagination .cxe-pagination-page.cxs-disabled{display:none}.cxb-tab .cxb-icon{color:#667085}.cxb-radio .cxe-radio-input.cxs-checked:before{width:6px;height:6px;margin:4px}.cxb-radio .cxe-radio-input.cxs-checked:hover,.cxb-radio .cxe-radio-input.cxs-checked:focus{background-color:#d6dbea}.cxb-checkbox .cxe-checkbox-input.cxs-checked:hover,.cxb-checkbox .cxe-checkbox-input.cxs-checked:focus{background-color:#d6dbea}.cxb-checkbox path{fill:var(--brand_color_primary, #0e0e3d)}.collapsiblesection_title{color:#0e0e3d}.subtitle{color:#0e0e3d}.statustag{border-radius:18px;padding:0 12px;width:fit-content;height:24px;line-height:22px;text-align:center;border:1px solid #98a2b3}.statustag.cxm-primary{background-color:var(--brand_color_primary, #0e0e3d);color:#fff;border-color:var(--brand_color_primary, #0e0e3d)}.statustag.cxm-opaque{color:#d0d5dd;font-weight:400;border-color:rgba(0,0,0,0)}.cxb-icon.cxm-small{width:16px;height:12px;font-size:12px}.cxb-icon.cxm-large{width:24px;font-size:20px}.cxb-legendentry{padding:0}.cxb-legendentry.cxm-emptycircle circle{fill:none}.cxb-legendentry.cxm-emptycircle .cxe-legendentry-shape.cxs-color-18{stroke:#d0d5dd}.cxb-legendentry.cxm-emptycircle .cxe-legendentry-shape.cxs-color-19{stroke:#d0d5dd}.cxb-legendentry.cxm-emptycircle .cxe-legendentry-shape.cxs-color-20{stroke:#d0d5dd}.cxb-legendentry.cxm-emptycircle .cxe-legendentry-shape.cxs-color-21{stroke:#d0d5dd}.cxb-legendentry.cxm-emptycircle .cxe-legendentry-shape.cxs-color-22{stroke:#d0d5dd}.cxb-legendentry.cxm-emptycircle .cxe-legendentry-shape.cxs-color-23{stroke:#d0d5dd}.cxb-legendentry.cxm-emptycircle .cxe-legendentry-shape.cxs-color-24{stroke:#d0d5dd}.cxb-legendentry.cxm-emptycircle .cxe-legendentry-shape.cxs-color-25{stroke:#d0d5dd}.cxb-legendentry.cxm-emptycircle .cxe-legendentry-shape.cxs-color-26{stroke:#d0d5dd}.cxb-legendentry.cxm-emptycircle .cxe-legendentry-shape.cxs-color-27{stroke:#d0d5dd}.cxb-legendentry.cxm-emptycircle .cxe-legendentry-shape.cxs-color-28{stroke:#d0d5dd}.cxb-legendentry.cxm-emptycircle .cxe-legendentry-shape.cxs-color-29{stroke:#d0d5dd}.cxb-legendentry.cxm-emptycircle .cxe-legendentry-shape.cxs-color-30{stroke:#d0d5dd}.cxb-legendentry.cxm-emptycircle .cxe-legendentry-shape.cxs-color-31{stroke:#d0d5dd}.cxb-legendentry.cxm-emptycircle .cxe-legendentry-shape.cxs-color-32{stroke:#d0d5dd}.cxb-legendentry.cxm-emptycircle .cxe-legendentry-shape.cxs-color-33{stroke:#d0d5dd}.cxb-legendentry.cxm-emptycircle .cxe-legendentry-shape.cxs-color-34{stroke:#d0d5dd}.cxb-legendentry.cxm-emptycircle .cxe-legendentry-shape.cxs-color-35{stroke:#d0d5dd}.cxb-legendentry.cxm-emptycircle .cxe-legendentry-shape.cxs-color-36{stroke:#d0d5dd}.cxb-legendentry.cxm-emptycircle .cxe-legendentry-shape.cxs-color-37{stroke:#d0d5dd}.cxb-legendentry.cxm-emptycircle .cxe-legendentry-shape.cxs-color-38{stroke:#d0d5dd}.cxb-legendentry.cxm-emptycircle .cxe-legendentry-shape.cxs-color-39{stroke:#d0d5dd}.cxb-legendentry.cxm-emptycircle .cxe-legendentry-shape.cxs-color-40{stroke:#d0d5dd}.cxb-legendentry.cxm-emptycircle .cxe-legendentry-shape.cxs-color-41{stroke:#d0d5dd}.cxb-legendentry.cxm-emptycircle .cxe-legendentry-shape.cxs-color-42{stroke:#d0d5dd}.cxb-legendentry.cxm-emptycircle .cxe-legendentry-shape.cxs-color-43{stroke:#d0d5dd}.cxb-legendentry.cxm-emptycircle .cxe-legendentry-shape.cxs-color-44{stroke:#d0d5dd}.cxb-legendentry.cxm-emptycircle .cxe-legendentry-shape.cxs-color-45{stroke:#d0d5dd}.cxb-legendentry.cxm-emptycircle .cxe-legendentry-shape.cxs-color-46{stroke:#d0d5dd}.cxb-legendentry.cxm-emptycircle .cxe-legendentry-shape.cxs-color-47{stroke:#d0d5dd}.cxb-legendentry.cxm-emptycircle .cxe-legendentry-shape.cxs-color-48{stroke:#d0d5dd}.cxb-legendentry.cxm-emptycircle .cxe-legendentry-shape.cxs-color-49{stroke:#d0d5dd}.cxb-legendentry.cxm-emptycircle .cxe-legendentry-shape.cxs-color-50{stroke:#d0d5dd}.cxb-legendentry.cxm-emptycircle .cxe-legendentry-shape.cxs-color-51{stroke:#d0d5dd}.cxb-legendentry.cxm-emptycircle .cxe-legendentry-shape.cxs-color-52{stroke:#d0d5dd}.cxb-legendentry.cxm-emptycircle .cxe-legendentry-shape.cxs-color-53{stroke:#d0d5dd}.cxb-legendentry.cxm-emptycircle .cxe-legendentry-shape.cxs-color-54{stroke:#d0d5dd}.cxb-legendentry.cxm-emptycircle .cxe-legendentry-shape.cxs-color-55{stroke:#d0d5dd}.cxb-legendentry.cxm-emptycircle .cxe-legendentry-shape.cxs-color-56{stroke:#d0d5dd}.cxb-legendentry.cxm-emptycircle .cxe-legendentry-shape.cxs-color-57{stroke:#d0d5dd}.cxb-legendentry.cxm-emptycircle .cxe-legendentry-shape.cxs-color-58{stroke:#d0d5dd}.cxb-legendentry.cxm-emptycircle .cxe-legendentry-shape.cxs-color-59{stroke:#d0d5dd}.cxb-legendentry.cxm-emptycircle .cxe-legendentry-shape.cxs-color-60{stroke:#d0d5dd}.cxb-legendentry.cxm-emptycircle .cxe-legendentry-shape.cxs-color-61{stroke:#d0d5dd}.cxb-legendentry.cxm-emptycircle .cxe-legendentry-shape.cxs-color-62{stroke:#d0d5dd}.cxb-legendentry.cxm-emptycircle .cxe-legendentry-shape.cxs-color-63{stroke:#d0d5dd}.cxb-legendentry.cxm-emptycircle .cxe-legendentry-shape.cxs-color-64{stroke:#d0d5dd}.cxb-legendentry.cxm-emptycircle .cxe-legendentry-shape.cxs-color-65{stroke:#d0d5dd}.cxb-legendentry.cxm-emptycircle .cxe-legendentry-shape.cxs-color-66{stroke:#d0d5dd}.cxb-legendentry.cxm-emptycircle .cxe-legendentry-shape.cxs-color-67{stroke:#d0d5dd}.cxb-legendentry.cxm-emptycircle .cxe-legendentry-shape.cxs-color-68{stroke:#d0d5dd}.cxb-legendentry.cxm-emptycircle .cxe-legendentry-shape.cxs-color-69{stroke:#d0d5dd}.cxb-legendentry.cxm-emptycircle .cxe-legendentry-shape.cxs-color-70{stroke:#d0d5dd}.cxb-legendentry.cxm-emptycircle .cxe-legendentry-shape.cxs-color-71{stroke:#d0d5dd}.cxb-legendentry.cxm-emptycircle .cxe-legendentry-shape.cxs-color-72{stroke:#d0d5dd}.cxb-legendentry.cxm-emptycircle .cxe-legendentry-shape.cxs-color-73{stroke:#d0d5dd}.cxb-legendentry.cxm-emptycircle .cxe-legendentry-shape.cxs-color-74{stroke:#d0d5dd}.cxb-legendentry.cxm-emptycircle .cxe-legendentry-shape.cxs-color-75{stroke:#d0d5dd}.cxb-legendentry.cxm-emptycircle .cxe-legendentry-shape.cxs-color-76{stroke:#d0d5dd}.cxb-legendentry.cxm-emptycircle .cxe-legendentry-shape.cxs-color-77{stroke:#d0d5dd}.cxb-legendentry.cxm-emptycircle .cxe-legendentry-shape.cxs-color-78{stroke:#d0d5dd}.cxb-legendentry.cxm-emptycircle .cxe-legendentry-shape.cxs-color-79{stroke:#d0d5dd}.cxb-legendentry.cxm-emptycircle .cxe-legendentry-shape.cxs-color-80{stroke:#d0d5dd}.cxb-legendentry.cxm-emptycircle .cxe-legendentry-shape.cxs-color-81{stroke:#d0d5dd}.cxb-legendentry.cxm-emptycircle .cxe-legendentry-shape.cxs-color-82{stroke:#d0d5dd}.cxb-legendentry.cxm-emptycircle .cxe-legendentry-shape.cxs-color-83{stroke:#d0d5dd}.cxb-legendentry.cxm-emptycircle .cxe-legendentry-shape.cxs-color-84{stroke:#d0d5dd}.cxb-legendentry.cxm-emptycircle .cxe-legendentry-shape.cxs-color-85{stroke:#d0d5dd}.cxb-legendentry.cxm-emptycircle .cxe-legendentry-shape.cxs-color-86{stroke:#d0d5dd}.cxb-legendentry.cxm-emptycircle .cxe-legendentry-shape.cxs-color-87{stroke:#d0d5dd}.cxb-legendentry.cxm-emptycircle .cxe-legendentry-shape.cxs-color-88{stroke:#d0d5dd}.cxb-legendentry.cxm-emptycircle .cxe-legendentry-shape.cxs-color-89{stroke:#d0d5dd}.cxb-legendentry.cxm-emptycircle .cxe-legendentry-shape.cxs-color-90{stroke:#d0d5dd}.cxb-legendentry.cxm-emptycircle .cxe-legendentry-shape.cxs-color-91{stroke:#d0d5dd}.cxb-legendentry.cxm-emptycircle .cxe-legendentry-shape.cxs-color-92{stroke:#d0d5dd}.cxb-legendentry.cxm-emptycircle .cxe-legendentry-shape.cxs-color-93{stroke:#d0d5dd}.cxb-legendentry.cxm-emptycircle .cxe-legendentry-shape.cxs-color-94{stroke:#d0d5dd}.cxb-legendentry.cxm-emptycircle .cxe-legendentry-shape.cxs-color-95{stroke:#d0d5dd}.cxb-legendentry.cxm-emptycircle .cxe-legendentry-shape.cxs-color-96{stroke:#d0d5dd}.cxb-legendentry.cxm-emptycircle .cxe-legendentry-shape.cxs-color-97{stroke:#d0d5dd}.cxb-legendentry.cxm-emptycircle .cxe-legendentry-shape.cxs-color-98{stroke:#d0d5dd}.cxb-legendentry.cxm-emptycircle .cxe-legendentry-shape.cxs-color-99{stroke:#d0d5dd}.cxb-legendentry.cxm-emptycircle .cxe-legendentry-shape.cxs-color-100{stroke:#d0d5dd}.cxb-legendentry .cxe-legendentry-svg .cxe-legendentry-shape{stroke:none}.cxb-legendentry.cxm-custom-legend .cxe-legendentry-svg .cxe-legendentry-shape,.cxb-legendentry .cxm-pielistview .cxe-legendentry-svg .cxe-legendentry-shape{stroke:none}.cxb-legendentry.cxm-custom-legend{gap:0}.cxb-marker.cxm-hollow .cxe-marker-shape{fill:#fff;stroke-width:2px}
/*
! tailwindcss v3.4.4 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #EAECF0; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #98a2b3; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
.pointer-events-none {
  pointer-events: none;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.\!collapse {
  visibility: collapse !important;
}
.collapse {
  visibility: collapse;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.inset-0 {
  inset: 0;
}
.-top-1 {
  top: -8px;
}
.bottom-0 {
  bottom: 0;
}
.left-0 {
  left: 0;
}
.left-3 {
  left: 16px;
}
.right-2 {
  right: 12px;
}
.right-\[18px\] {
  right: 18px;
}
.top-0 {
  top: 0;
}
.top-2 {
  top: 12px;
}
.top-\[15vh\] {
  top: 15vh;
}
.-z-\[1\] {
  z-index: -1;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.order-2 {
  order: 2;
}
.order-last {
  order: 9999;
}
.col-span-12 {
  grid-column: span 12 / span 12;
}
.col-start-1 {
  grid-column-start: 1;
}
.col-start-2 {
  grid-column-start: 2;
}
.row-span-1 {
  grid-row: span 1 / span 1;
}
.row-span-2 {
  grid-row: span 2 / span 2;
}
.row-start-2 {
  grid-row-start: 2;
}
.row-start-3 {
  grid-row-start: 3;
}
.m-0 {
  margin: 0;
}
.-mx-2 {
  margin-left: -12px;
  margin-right: -12px;
}
.mx-0 {
  margin-left: 0;
  margin-right: 0;
}
.mx-0\.5 {
  margin-left: 0.125rem;
  margin-right: 0.125rem;
}
.mx-1 {
  margin-left: 8px;
  margin-right: 8px;
}
.mx-10 {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}
.mx-2 {
  margin-left: 12px;
  margin-right: 12px;
}
.mx-\[4px\] {
  margin-left: 4px;
  margin-right: 4px;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-1 {
  margin-top: 8px;
  margin-bottom: 8px;
}
.my-2 {
  margin-top: 12px;
  margin-bottom: 12px;
}
.my-4 {
  margin-top: 24px;
  margin-bottom: 24px;
}
.my-\[4px\] {
  margin-top: 4px;
  margin-bottom: 4px;
}
.\!ml-2 {
  margin-left: 12px !important;
}
.\!ml-5 {
  margin-left: 32px !important;
}
.\!mt-1 {
  margin-top: 8px !important;
}
.-ml-2 {
  margin-left: -12px;
}
.-ml-\[10px\] {
  margin-left: -10px;
}
.-ml-\[5px\] {
  margin-left: -5px;
}
.-mr-1 {
  margin-right: -8px;
}
.-mt-0 {
  margin-top: 0;
}
.-mt-0\.5 {
  margin-top: -0.125rem;
}
.mb-0 {
  margin-bottom: 0;
}
.mb-0\.5 {
  margin-bottom: 0.125rem;
}
.mb-1 {
  margin-bottom: 8px;
}
.mb-2 {
  margin-bottom: 12px;
}
.mb-3 {
  margin-bottom: 16px;
}
.mb-4 {
  margin-bottom: 24px;
}
.mb-\[20px\] {
  margin-bottom: 20px;
}
.ml-0 {
  margin-left: 0;
}
.ml-0\.5 {
  margin-left: 0.125rem;
}
.ml-1 {
  margin-left: 8px;
}
.ml-2 {
  margin-left: 12px;
}
.ml-2\.5 {
  margin-left: 0.625rem;
}
.ml-3 {
  margin-left: 16px;
}
.ml-4 {
  margin-left: 24px;
}
.ml-\[-10px\] {
  margin-left: -10px;
}
.ml-\[-8px\] {
  margin-left: -8px;
}
.ml-\[44px\] {
  margin-left: 44px;
}
.ml-auto {
  margin-left: auto;
}
.mr-1 {
  margin-right: 8px;
}
.mr-12 {
  margin-right: 3rem;
}
.mr-2 {
  margin-right: 12px;
}
.mr-3 {
  margin-right: 16px;
}
.mr-\[-10px\] {
  margin-right: -10px;
}
.mr-\[20px\] {
  margin-right: 20px;
}
.mr-\[50px\] {
  margin-right: 50px;
}
.mr-auto {
  margin-right: auto;
}
.mt-0 {
  margin-top: 0;
}
.mt-0\.5 {
  margin-top: 0.125rem;
}
.mt-1 {
  margin-top: 8px;
}
.mt-2 {
  margin-top: 12px;
}
.mt-3 {
  margin-top: 16px;
}
.mt-5 {
  margin-top: 32px;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-\[-8px\] {
  margin-top: -8px;
}
.mt-\[4px\] {
  margin-top: 4px;
}
.mt-auto {
  margin-top: auto;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.\!h-\[56px\] {
  height: 56px !important;
}
.\!h-full {
  height: 100% !important;
}
.h-1\/2 {
  height: 50%;
}
.h-10 {
  height: 2.5rem;
}
.h-16 {
  height: 4rem;
}
.h-2 {
  height: 12px;
}
.h-3 {
  height: 16px;
}
.h-36 {
  height: 9rem;
}
.h-4 {
  height: 24px;
}
.h-48 {
  height: 12rem;
}
.h-5 {
  height: 32px;
}
.h-7 {
  height: 1.75rem;
}
.h-8 {
  height: 2rem;
}
.h-9 {
  height: 2.25rem;
}
.h-\[10px\] {
  height: 10px;
}
.h-\[112px\] {
  height: 112px;
}
.h-\[130\%\] {
  height: 130%;
}
.h-\[150px\] {
  height: 150px;
}
.h-\[20px\] {
  height: 20px;
}
.h-\[22px\] {
  height: 22px;
}
.h-\[24px\] {
  height: 24px;
}
.h-\[30px\] {
  height: 30px;
}
.h-\[32px\] {
  height: 32px;
}
.h-\[36px\] {
  height: 36px;
}
.h-\[40px\] {
  height: 40px;
}
.h-\[40rem\] {
  height: 40rem;
}
.h-\[44px\] {
  height: 44px;
}
.h-\[50\%\] {
  height: 50%;
}
.h-\[56px\] {
  height: 56px;
}
.h-\[590px\] {
  height: 590px;
}
.h-\[650px\] {
  height: 650px;
}
.h-\[70px\] {
  height: 70px;
}
.h-\[720px\] {
  height: 720px;
}
.h-\[75px\] {
  height: 75px;
}
.h-\[81px\] {
  height: 81px;
}
.h-\[850px\] {
  height: 850px;
}
.h-\[90\%\] {
  height: 90%;
}
.h-\[auto\] {
  height: auto;
}
.h-fit {
  height: fit-content;
}
.h-full {
  height: 100%;
}
.max-h-96 {
  max-height: 24rem;
}
.max-h-\[44px\] {
  max-height: 44px;
}
.max-h-\[505px\] {
  max-height: 505px;
}
.max-h-\[56px\] {
  max-height: 56px;
}
.max-h-\[70px\] {
  max-height: 70px;
}
.max-h-\[70vh\] {
  max-height: 70vh;
}
.max-h-\[85\%\] {
  max-height: 85%;
}
.max-h-\[85vh\] {
  max-height: 85vh;
}
.max-h-\[96px\] {
  max-height: 96px;
}
.max-h-full {
  max-height: 100%;
}
.min-h-0 {
  min-height: 0;
}
.min-h-\[250px\] {
  min-height: 250px;
}
.min-h-\[306px\] {
  min-height: 306px;
}
.min-h-\[30px\] {
  min-height: 30px;
}
.min-h-\[60vh\] {
  min-height: 60vh;
}
.min-h-\[70px\] {
  min-height: 70px;
}
.\!w-\[228px\] {
  width: 228px !important;
}
.\!w-\[480px\] {
  width: 480px !important;
}
.w-1\/12 {
  width: 8.333333%;
}
.w-1\/2 {
  width: 50%;
}
.w-10 {
  width: 2.5rem;
}
.w-10\/12 {
  width: 83.333333%;
}
.w-11\/12 {
  width: 91.666667%;
}
.w-16 {
  width: 4rem;
}
.w-2 {
  width: 12px;
}
.w-2\/12 {
  width: 16.666667%;
}
.w-3\/12 {
  width: 25%;
}
.w-36 {
  width: 9rem;
}
.w-4 {
  width: 24px;
}
.w-4\/12 {
  width: 33.333333%;
}
.w-48 {
  width: 12rem;
}
.w-5\/12 {
  width: 41.666667%;
}
.w-6 {
  width: 48px;
}
.w-6\/12 {
  width: 50%;
}
.w-7 {
  width: 1.75rem;
}
.w-7\/12 {
  width: 58.333333%;
}
.w-8 {
  width: 2rem;
}
.w-8\/12 {
  width: 66.666667%;
}
.w-9 {
  width: 2.25rem;
}
.w-9\/12 {
  width: 75%;
}
.w-\[10px\] {
  width: 10px;
}
.w-\[122px\] {
  width: 122px;
}
.w-\[1240px\] {
  width: 1240px;
}
.w-\[125px\] {
  width: 125px;
}
.w-\[130\%\] {
  width: 130%;
}
.w-\[136px\] {
  width: 136px;
}
.w-\[143px\] {
  width: 143px;
}
.w-\[150px\] {
  width: 150px;
}
.w-\[1556px\] {
  width: 1556px;
}
.w-\[160px\] {
  width: 160px;
}
.w-\[163px\] {
  width: 163px;
}
.w-\[199px\] {
  width: 199px;
}
.w-\[20px\] {
  width: 20px;
}
.w-\[210px\] {
  width: 210px;
}
.w-\[218px\] {
  width: 218px;
}
.w-\[228px\] {
  width: 228px;
}
.w-\[23\%\] {
  width: 23%;
}
.w-\[232px\] {
  width: 232px;
}
.w-\[250px\] {
  width: 250px;
}
.w-\[258px\] {
  width: 258px;
}
.w-\[25rem\] {
  width: 25rem;
}
.w-\[306px\] {
  width: 306px;
}
.w-\[30px\] {
  width: 30px;
}
.w-\[318px\] {
  width: 318px;
}
.w-\[320px\] {
  width: 320px;
}
.w-\[32px\] {
  width: 32px;
}
.w-\[350px\] {
  width: 350px;
}
.w-\[36px\] {
  width: 36px;
}
.w-\[370px\] {
  width: 370px;
}
.w-\[374px\] {
  width: 374px;
}
.w-\[40\%\] {
  width: 40%;
}
.w-\[40px\] {
  width: 40px;
}
.w-\[40rem\] {
  width: 40rem;
}
.w-\[42px\] {
  width: 42px;
}
.w-\[45\%\] {
  width: 45%;
}
.w-\[450px\] {
  width: 450px;
}
.w-\[460px\] {
  width: 460px;
}
.w-\[472px\] {
  width: 472px;
}
.w-\[500px\] {
  width: 500px;
}
.w-\[60\%\] {
  width: 60%;
}
.w-\[60rem\] {
  width: 60rem;
}
.w-\[75px\] {
  width: 75px;
}
.w-\[80px\] {
  width: 80px;
}
.w-\[80vw\] {
  width: 80vw;
}
.w-\[90\%\] {
  width: 90%;
}
.w-\[960px\] {
  width: 960px;
}
.w-\[auto\] {
  width: auto;
}
.w-\[unset\] {
  width: unset;
}
.w-auto {
  width: auto;
}
.w-fit {
  width: fit-content;
}
.w-full {
  width: 100%;
}
.\!min-w-\[60px\] {
  min-width: 60px !important;
}
.min-w-3 {
  min-width: 16px;
}
.min-w-\[100px\] {
  min-width: 100px;
}
.min-w-\[140px\] {
  min-width: 140px;
}
.min-w-\[150px\] {
  min-width: 150px;
}
.min-w-\[225px\] {
  min-width: 225px;
}
.min-w-\[30px\] {
  min-width: 30px;
}
.min-w-\[350px\] {
  min-width: 350px;
}
.min-w-\[360px\] {
  min-width: 360px;
}
.min-w-\[450px\] {
  min-width: 450px;
}
.min-w-fit {
  min-width: fit-content;
}
.\!max-w-\[150px\] {
  max-width: 150px !important;
}
.\!max-w-fit {
  max-width: fit-content !important;
}
.max-w-3xl {
  max-width: 48rem;
}
.max-w-\[100\%\] {
  max-width: 100%;
}
.max-w-\[1000px\] {
  max-width: 1000px;
}
.max-w-\[150px\] {
  max-width: 150px;
}
.max-w-\[180px\] {
  max-width: 180px;
}
.max-w-\[220px\] {
  max-width: 220px;
}
.max-w-\[232px\] {
  max-width: 232px;
}
.max-w-\[250px\] {
  max-width: 250px;
}
.max-w-\[30\%\] {
  max-width: 30%;
}
.max-w-\[400px\] {
  max-width: 400px;
}
.max-w-\[70\%\] {
  max-width: 70%;
}
.max-w-\[80\%\] {
  max-width: 80%;
}
.max-w-\[90\%\] {
  max-width: 90%;
}
.max-w-\[96px\] {
  max-width: 96px;
}
.max-w-full {
  max-width: 100%;
}
.\!flex-none {
  flex: none !important;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-none {
  flex: none;
}
.flex-grow {
  flex-grow: 1;
}
.grow {
  flex-grow: 1;
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer {
  cursor: pointer;
}
.select-none {
  user-select: none;
}
.auto-rows-min {
  grid-auto-rows: min-content;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-\[180px\2c 1fr\] {
  grid-template-columns: 180px 1fr;
}
.grid-cols-\[min-content_minmax\(0\2c 1fr\)\] {
  grid-template-columns: min-content minmax(0,1fr);
}
.grid-cols-\[repeat\(2\2c _minmax\(143px\2c _auto\)\)\] {
  grid-template-columns: repeat(2, minmax(143px, auto));
}
.grid-rows-1 {
  grid-template-rows: repeat(1, minmax(0, 1fr));
}
.grid-rows-2 {
  grid-template-rows: repeat(2, minmax(0, 1fr));
}
.grid-rows-3 {
  grid-template-rows: repeat(3, minmax(0, 1fr));
}
.grid-rows-4 {
  grid-template-rows: repeat(4, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-row-reverse {
  flex-direction: row-reverse;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.content-center {
  align-content: center;
}
.content-baseline {
  align-content: baseline;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.items-baseline {
  align-items: baseline;
}
.\!justify-start {
  justify-content: flex-start !important;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-around {
  justify-content: space-around;
}
.justify-evenly {
  justify-content: space-evenly;
}
.justify-items-start {
  justify-items: start;
}
.gap-0 {
  gap: 0;
}
.gap-0\.5 {
  gap: 0.125rem;
}
.gap-1 {
  gap: 8px;
}
.gap-1\.5 {
  gap: 0.375rem;
}
.gap-16 {
  gap: 4rem;
}
.gap-2 {
  gap: 12px;
}
.gap-2\.5 {
  gap: 0.625rem;
}
.gap-3 {
  gap: 16px;
}
.gap-4 {
  gap: 24px;
}
.gap-5 {
  gap: 32px;
}
.gap-6 {
  gap: 48px;
}
.gap-8 {
  gap: 2rem;
}
.gap-\[4px\] {
  gap: 4px;
}
.self-end {
  align-self: flex-end;
}
.self-center {
  align-self: center;
}
.justify-self-center {
  justify-self: center;
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.overflow-y-hidden {
  overflow-y: hidden;
}
.overflow-y-scroll {
  overflow-y: scroll;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-\[12px\] {
  border-radius: 12px;
}
.rounded-\[16px\] {
  border-radius: 16px;
}
.rounded-\[4px\] {
  border-radius: 4px;
}
.rounded-\[5px\] {
  border-radius: 5px;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-none {
  border-radius: 0px;
}
.border {
  border-width: 1px;
}
.border-2 {
  border-width: 2px;
}
.border-4 {
  border-width: 4px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-l {
  border-left-width: 1px;
}
.border-r {
  border-right-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-solid {
  border-style: solid;
}
.border-dashed {
  border-style: dashed;
}
.border-none {
  border-style: none;
}
.\!border-error-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(253 162 155 / var(--tw-border-opacity)) !important;
}
.\!border-error-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(249 112 102 / var(--tw-border-opacity)) !important;
}
.border-\[\#D0D5DD\] {
  --tw-border-opacity: 1;
  border-color: rgb(208 213 221 / var(--tw-border-opacity));
}
.border-\[\#EAECF0\] {
  --tw-border-opacity: 1;
  border-color: rgb(234 236 240 / var(--tw-border-opacity));
}
.border-error-300 {
  --tw-border-opacity: 1;
  border-color: rgb(253 162 155 / var(--tw-border-opacity));
}
.border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgb(242 244 247 / var(--tw-border-opacity));
}
.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(234 236 240 / var(--tw-border-opacity));
}
.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(208 213 221 / var(--tw-border-opacity));
}
.border-gray-50 {
  --tw-border-opacity: 1;
  border-color: rgb(249 250 251 / var(--tw-border-opacity));
}
.border-slate-200 {
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity));
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-r-gray-200 {
  --tw-border-opacity: 1;
  border-right-color: rgb(234 236 240 / var(--tw-border-opacity));
}
.border-t-gray-100 {
  --tw-border-opacity: 1;
  border-top-color: rgb(242 244 247 / var(--tw-border-opacity));
}
.bg-\[\#F9FAFB\] {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.bg-\[\#FEC84B\] {
  --tw-bg-opacity: 1;
  background-color: rgb(254 200 75 / var(--tw-bg-opacity));
}
.bg-blue-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity));
}
.bg-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity));
}
.bg-error-25 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 251 250 / var(--tw-bg-opacity));
}
.bg-error-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 243 242 / var(--tw-bg-opacity));
}
.bg-error-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(217 45 32 / var(--tw-bg-opacity));
}
.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(242 244 247 / var(--tw-bg-opacity));
}
.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(234 236 240 / var(--tw-bg-opacity));
}
.bg-gray-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(152 162 179 / var(--tw-bg-opacity));
}
.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.bg-indigo-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(238 242 255 / var(--tw-bg-opacity));
}
.bg-red-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity));
}
.bg-slate-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.fill-gray-600 {
  fill: #475467;
}
.fill-white {
  fill: #fff;
}
.stroke-\[\#0E0E3D\] {
  stroke: #0E0E3D;
}
.stroke-1 {
  stroke-width: 1;
}
.\!p-0 {
  padding: 0 !important;
}
.p-0 {
  padding: 0;
}
.p-0\.5 {
  padding: 0.125rem;
}
.p-1 {
  padding: 8px;
}
.p-10 {
  padding: 2.5rem;
}
.p-12 {
  padding: 3rem;
}
.p-2 {
  padding: 12px;
}
.p-3 {
  padding: 16px;
}
.p-4 {
  padding: 24px;
}
.p-\[10px_12px_8px_12px\] {
  padding: 10px 12px 8px 12px;
}
.p-\[20px\] {
  padding: 20px;
}
.p-\[24px\] {
  padding: 24px;
}
.px-1 {
  padding-left: 8px;
  padding-right: 8px;
}
.px-1\.5 {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}
.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}
.px-2 {
  padding-left: 12px;
  padding-right: 12px;
}
.px-3 {
  padding-left: 16px;
  padding-right: 16px;
}
.px-3\.5 {
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}
.px-4 {
  padding-left: 24px;
  padding-right: 24px;
}
.px-5 {
  padding-left: 32px;
  padding-right: 32px;
}
.px-6 {
  padding-left: 48px;
  padding-right: 48px;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-\[10px\] {
  padding-left: 10px;
  padding-right: 10px;
}
.px-\[4px\] {
  padding-left: 4px;
  padding-right: 4px;
}
.px-\[8px\] {
  padding-left: 8px;
  padding-right: 8px;
}
.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}
.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.py-1 {
  padding-top: 8px;
  padding-bottom: 8px;
}
.py-2 {
  padding-top: 12px;
  padding-bottom: 12px;
}
.py-3 {
  padding-top: 16px;
  padding-bottom: 16px;
}
.py-4 {
  padding-top: 24px;
  padding-bottom: 24px;
}
.py-6 {
  padding-top: 48px;
  padding-bottom: 48px;
}
.py-\[2px\] {
  padding-top: 2px;
  padding-bottom: 2px;
}
.py-\[4px\] {
  padding-top: 4px;
  padding-bottom: 4px;
}
.py-\[5px\] {
  padding-top: 5px;
  padding-bottom: 5px;
}
.\!pb-0 {
  padding-bottom: 0 !important;
}
.\!pb-0\.5 {
  padding-bottom: 0.125rem !important;
}
.\!pl-2 {
  padding-left: 12px !important;
}
.\!pr-\[36px\] {
  padding-right: 36px !important;
}
.pb-1 {
  padding-bottom: 8px;
}
.pb-4 {
  padding-bottom: 24px;
}
.pb-5 {
  padding-bottom: 32px;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pl-0 {
  padding-left: 0;
}
.pl-0\.5 {
  padding-left: 0.125rem;
}
.pl-1 {
  padding-left: 8px;
}
.pl-2 {
  padding-left: 12px;
}
.pl-3 {
  padding-left: 16px;
}
.pl-3\.5 {
  padding-left: 0.875rem;
}
.pl-4 {
  padding-left: 24px;
}
.pl-\[18px\] {
  padding-left: 18px;
}
.pl-\[20px\] {
  padding-left: 20px;
}
.pl-\[4px\] {
  padding-left: 4px;
}
.pl-\[8px\] {
  padding-left: 8px;
}
.pr-1 {
  padding-right: 8px;
}
.pr-1\.5 {
  padding-right: 0.375rem;
}
.pr-2 {
  padding-right: 12px;
}
.pr-3 {
  padding-right: 16px;
}
.pr-8 {
  padding-right: 2rem;
}
.pr-\[10px\] {
  padding-right: 10px;
}
.pt-0 {
  padding-top: 0;
}
.pt-1 {
  padding-top: 8px;
}
.pt-2 {
  padding-top: 12px;
}
.pt-2\.5 {
  padding-top: 0.625rem;
}
.pt-3 {
  padding-top: 16px;
}
.pt-4 {
  padding-top: 24px;
}
.pt-6 {
  padding-top: 48px;
}
.pt-8 {
  padding-top: 2rem;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.\!text-sm {
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-\[11px\] {
  font-size: 11px;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.uppercase {
  text-transform: uppercase;
}
.italic {
  font-style: italic;
}
.leading-4 {
  line-height: 1rem;
}
.leading-5 {
  line-height: 1.25rem;
}
.leading-6 {
  line-height: 1.5rem;
}
.leading-7 {
  line-height: 1.75rem;
}
.leading-\[18px\] {
  line-height: 18px;
}
.leading-\[22px\] {
  line-height: 22px;
}
.leading-\[26px\] {
  line-height: 26px;
}
.text-\[\#1d2939\] {
  --tw-text-opacity: 1;
  color: rgb(29 41 57 / var(--tw-text-opacity));
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-brand-400 {
  --tw-text-opacity: 1;
  color: rgb(91 91 131 / var(--tw-text-opacity));
}
.text-brand-600 {
  --tw-text-opacity: 1;
  color: rgb(14 14 61 / var(--tw-text-opacity));
}
.text-brand-700 {
  --tw-text-opacity: 1;
  color: rgb(4 4 47 / var(--tw-text-opacity));
}
.text-error-500 {
  --tw-text-opacity: 1;
  color: rgb(240 68 56 / var(--tw-text-opacity));
}
.text-error-600 {
  --tw-text-opacity: 1;
  color: rgb(217 45 32 / var(--tw-text-opacity));
}
.text-error-700 {
  --tw-text-opacity: 1;
  color: rgb(180 35 24 / var(--tw-text-opacity));
}
.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(208 213 221 / var(--tw-text-opacity));
}
.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(152 162 179 / var(--tw-text-opacity));
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(102 112 133 / var(--tw-text-opacity));
}
.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(71 84 103 / var(--tw-text-opacity));
}
.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(52 64 84 / var(--tw-text-opacity));
}
.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(29 41 57 / var(--tw-text-opacity));
}
.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(16 24 40 / var(--tw-text-opacity));
}
.text-green-500 {
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity));
}
.text-indigo-100 {
  --tw-text-opacity: 1;
  color: rgb(224 231 255 / var(--tw-text-opacity));
}
.text-orange-300 {
  --tw-text-opacity: 1;
  color: rgb(253 186 116 / var(--tw-text-opacity));
}
.text-orange-500 {
  --tw-text-opacity: 1;
  color: rgb(249 115 22 / var(--tw-text-opacity));
}
.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}
.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}
.text-success-600 {
  --tw-text-opacity: 1;
  color: rgb(3 152 85 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.underline {
  text-decoration-line: underline;
}
.\!no-underline {
  text-decoration-line: none !important;
}
.opacity-100 {
  opacity: 1;
}
.opacity-30 {
  opacity: 0.3;
}
.opacity-40 {
  opacity: 0.4;
}
.opacity-45 {
  opacity: 0.45;
}
.opacity-60 {
  opacity: 0.6;
}
.opacity-70 {
  opacity: 0.7;
}
.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_1px_2px_0px_\#1018280D\] {
  --tw-shadow: 0 1px 2px 0px #1018280D;
  --tw-shadow-colored: 0 1px 2px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.invert {
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.\!filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

#app {
  height: 100%;
}

.text-reset {
    font-size: 16px;
    font-weight: 600;
}

.price-marker-shadow {
    box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 0px 1px, rgba(0, 0, 0, 0.28) 0px 1px 5px;
}

.fade-in {
    animation: fadeIn ease-in 0.3s;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

/* This doesn't work for some reason out of the box */

.prose {
    font-size: 15px;
}

.prose p,
.prose ul {
    margin-bottom: 8px;
}

.prose ul > li {
    list-style: disc;
    margin-left: 32px;
    padding-left: 4px;
    margin-bottom: 4px;
}

.prose ol > li {
    list-style: decimal;
    margin-left: 32px;
    padding-left: 4px;
    margin-bottom: 4px;
}

.prose a {
  --tw-text-opacity: 1;
  color: rgb(217 45 32 / var(--tw-text-opacity));
}

.prose blockquote {
  border-left-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(208 213 221 / var(--tw-border-opacity));
  padding-left: 24px;
  font-style: italic;
  --tw-text-opacity: 1;
  color: rgb(71 84 103 / var(--tw-text-opacity));
}

.prose b,
.prose strong {
  font-weight: 700;
}

.edit-mode-overlay {
  pointer-events: none;
  opacity: 0.25;
}

.component-widget-container {
  display: flex;
  height: 100%;
  flex-direction: column;
  overflow: auto;
}

.gridcell_skeletonloader {
  margin-top: 0.125rem;
  margin-bottom: 0.125rem;
  height: 16px;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(234 236 240 / var(--tw-bg-opacity));
}

.emptymessage {
  margin-top: auto;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  --tw-text-opacity: 1;
  color: rgb(208 213 221 / var(--tw-text-opacity));
}

.cxm-accent,
.accent {
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(152 162 179 / var(--tw-text-opacity));
}

.cxe-lookupfield-message {
  height: 24px;
  width: 100%;
  border-radius: 0.375rem;
}

.cxe-grid-col-header {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hover\:cursor-move:hover {
  cursor: move;
}

.hover\:cursor-pointer:hover {
  cursor: pointer;
}

.hover\:rounded-md:hover {
  border-radius: 0.375rem;
}

.hover\:border-gray-200:hover {
  --tw-border-opacity: 1;
  border-color: rgb(234 236 240 / var(--tw-border-opacity));
}

.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(242 244 247 / var(--tw-bg-opacity));
}

.hover\:bg-gray-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(234 236 240 / var(--tw-bg-opacity));
}

.hover\:bg-gray-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}

.hover\:bg-slate-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity));
}

.hover\:text-error-500:hover {
  --tw-text-opacity: 1;
  color: rgb(240 68 56 / var(--tw-text-opacity));
}

.hover\:text-gray-700:hover {
  --tw-text-opacity: 1;
  color: rgb(52 64 84 / var(--tw-text-opacity));
}

.focus\:shadow-none:focus {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media not all and (min-width: 1536px) {

  .max-2xl\:max-w-\[650px\] {
    max-width: 650px;
  }
}

@media not all and (min-width: 1280px) {

  .max-xl\:h-auto {
    height: auto;
  }

  .max-xl\:max-w-\[380px\] {
    max-width: 380px;
  }

  .max-xl\:text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .max-xl\:leading-5 {
    line-height: 1.25rem;
  }
}

@media (max-width: 1280px) {

  .max-\[1280px\]\:w-\[264px\] {
    width: 264px;
  }
}

@media not all and (min-width: 1024px) {

  .max-lg\:max-w-\[130px\] {
    max-width: 130px;
  }

  .max-lg\:max-w-\[185px\] {
    max-width: 185px;
  }
}

@media (max-width: 1024px) {

  .max-\[1024px\]\:gap-1 {
    gap: 8px;
  }

  .max-\[1024px\]\:pb-2 {
    padding-bottom: 12px;
  }

  .max-\[1024px\]\:opacity-100 {
    opacity: 1;
  }
}

@media (max-width: 768px) {

  .max-\[768px\]\:gap-0\.5 {
    gap: 0.125rem;
  }
}

@media (min-width: 768px) {

  .md\:w-\[250px\] {
    width: 250px;
  }

  .md\:px-2 {
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media (min-width: 1024px) {

  .lg\:h-\[34px\] {
    height: 34px;
  }

  .lg\:w-\[148px\] {
    width: 148px;
  }

  .lg\:w-\[188px\] {
    width: 188px;
  }

  .lg\:w-\[239px\] {
    width: 239px;
  }

  .lg\:w-\[320px\] {
    width: 320px;
  }

  .lg\:w-\[34px\] {
    width: 34px;
  }

  .lg\:w-\[360px\] {
    width: 360px;
  }

  .lg\:w-\[65vw\] {
    width: 65vw;
  }

  .lg\:max-w-\[185px\] {
    max-width: 185px;
  }

  .lg\:grid-cols-\[repeat\(2\2c _minmax\(148px\2c _auto\)\)\] {
    grid-template-columns: repeat(2, minmax(148px, auto));
  }

  .lg\:items-center {
    align-items: center;
  }

  .lg\:gap-1 {
    gap: 8px;
  }

  .lg\:gap-2 {
    gap: 12px;
  }

  .lg\:px-3 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .lg\:pl-2 {
    padding-left: 12px;
  }

  .lg\:pr-2 {
    padding-right: 12px;
  }
}

@media (min-width: 1280px) {

  .xl\:h-10 {
    height: 2.5rem;
  }

  .xl\:w-10 {
    width: 2.5rem;
  }

  .xl\:w-\[158px\] {
    width: 158px;
  }

  .xl\:w-\[205px\] {
    width: 205px;
  }

  .xl\:w-\[321px\] {
    width: 321px;
  }

  .xl\:w-\[442px\] {
    width: 442px;
  }

  .xl\:w-\[50vw\] {
    width: 50vw;
  }

  .xl\:max-w-\[250px\] {
    max-width: 250px;
  }

  .xl\:max-w-\[420px\] {
    max-width: 420px;
  }

  .xl\:grid-cols-\[repeat\(2\2c _minmax\(158px\2c _auto\)\)\] {
    grid-template-columns: repeat(2, minmax(158px, auto));
  }

  .xl\:gap-2 {
    gap: 12px;
  }

  .xl\:px-4 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .xl\:pl-5 {
    padding-left: 32px;
  }

  .xl\:pr-4 {
    padding-right: 24px;
  }
}

@media (min-width: 1536px) {

  .\32xl\:w-\[178px\] {
    width: 178px;
  }

  .\32xl\:w-\[183px\] {
    width: 183px;
  }

  .\32xl\:w-\[225px\] {
    width: 225px;
  }

  .\32xl\:w-\[35vw\] {
    width: 35vw;
  }

  .\32xl\:grid-cols-\[repeat\(2\2c _minmax\(178px\2c _auto\)\)\] {
    grid-template-columns: repeat(2, minmax(178px, auto));
  }

  .\32xl\:grid-cols-\[repeat\(2\2c _minmax\(183px\2c _auto\)\)\] {
    grid-template-columns: repeat(2, minmax(183px, auto));
  }

  .\32xl\:gap-3 {
    gap: 16px;
  }
}

