.om-component-ui-icons-wrapper{color:var(--icon-color);height:var(--icon-height);width:var(--icon-width);justify-content:center;align-items:center;font-style:normal;display:inline-flex}.om-component-ui-icons :not(g,defs,clipPath,linearGradient,[fill],[stroke],[stroke-width]){fill:currentColor}.om-component-ui-icons :not(g,defs,clipPath,linearGradient)[stroke-width]:not([stroke],[fill]){stroke:currentColor}.om-component-ui-icons-logo-with-words{align-items:center;font-style:normal;display:inline-flex}.om-component-ui-icons-logo-with-words i:last-child{padding-left:5%}.om-component-ui-icons-logo-with-words-with-network i:nth-child(2),.om-component-ui-icons-logo-with-words-with-network i:nth-child(3){padding-left:2.5%}.om-component-ui-icons-logo-with-beta{align-items:center;font-style:normal;display:inline-flex}.om-component-ui-icons-logo-with-beta i:nth-of-type(2){padding-left:4%}.om-component-ui-icons-logo-with-beta i:nth-of-type(3){margin-bottom:calc(var(--logo-height)*.125);align-self:flex-end;padding-left:1px}.om-component-ui-icons-hover-wrapper{background-color:var(--om-bg-default-secondary,#f8f8f8);border-radius:var(--om-radius-200,8px);justify-content:center;align-items:center;padding:8px;display:inline-flex}.om-component-ui-icons-hover-wrapper:hover{background-color:var(--om-bg-default-secondary-hover,#e3e4e4);cursor:pointer}.om-component-ui-icons-hover-wrapper-disabled{cursor:not-allowed;opacity:.5}.om-component-ui-icons-hover-wrapper-disabled:hover{background-color:var(--om-bg-default-secondary,#f8f8f8)}
.om-component-ui-copy{cursor:pointer}.om-component-ui-copy-copied{cursor:default}.om-component-ui-copy-inner{background-color:var(--om-bg-neutral-tertiary,#f0f0f0);border-radius:var(--om-radius-300,12px);cursor:pointer;padding:var(--om-spacing-300,12px);justify-content:center;align-items:center;transition:background-color .2s;display:inline-flex}.om-component-ui-copy-inner:hover{background-color:var(--om-bg-neutral-tertiary-hover,#e3e4e4)}.om-component-ui-copy-inner-copied{cursor:default}.om-component-ui-copy-inner-copied,.om-component-ui-copy-inner-copied:hover{background-color:var(--om-bg-positive-tertiary,#1f58000d)}
.om-component-ui-clipboard{gap:var(--om-spacing-200,8px);flex-direction:column;display:flex}.om-component-ui-clipboard-content{background-color:var(--om-bg-default-secondary,#f8f8f8);border:1px solid var(--om-border-neutral,#e3e4e4);border-radius:var(--om-radius-300,12px);align-items:center;gap:var(--om-spacing-200,8px);padding:var(--om-spacing-200,8px) var(--om-spacing-400,16px);flex-direction:row;justify-content:space-between;display:flex}.om-component-ui-clipboard-content-text{color:var(--om-text-default-tertiary,#646465);word-wrap:break-word;word-break:break-all;margin:0;display:inline-block}
.om-component-ui-notification{background-color:var(--om-bg-default-secondary,#f8f8f8);border-radius:var(--om-radius-300,12px);box-shadow:var(--om-shadow-200,0 10px 22px #0000001a);align-items:flex-start;gap:var(--om-spacing-200,8px);padding:var(--om-spacing-300,12px);display:flex}.om-component-ui-notification-content-wrapper{align-items:flex-start;gap:var(--om-spacing-300,12px);flex:1 0 0;min-width:0;display:flex}.om-component-ui-notification-icon-wrapper{flex-shrink:0;align-items:center;display:flex}.om-component-ui-notification-icon{flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.om-component-ui-notification-content{align-items:flex-start;gap:var(--om-spacing-100,4px);min-width:0;padding-top:var(--om-spacing-200,8px);flex-direction:column;flex:1 0 0;display:flex}.om-component-ui-notification-body,.om-component-ui-notification-title{display:block}.om-component-ui-notification-link{color:var(--om-text-brand,#073387);cursor:pointer;font-family:var(--om-body-md-font-family);font-size:var(--om-body-md-font-size);font-weight:var(--om-body-md-strong-font-weight);letter-spacing:var(--om-body-md-letter-spacing);line-height:var(--om-body-md-line-height);background:0 0;border:none;padding:0;text-decoration:underline}.om-component-ui-notification-close{color:var(--om-icon-neutral-secondary,#9fa3a3);cursor:pointer;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;padding:0;display:inline-flex}.om-component-ui-notification-close .om-component-ui-icons-wrapper{--icon-color:currentcolor}.om-component-ui-notification-close:hover{color:var(--om-icon-neutral,#404042)}.om-component-ui-notification-viewport{pointer-events:none;z-index:1100;position:fixed;inset:0}.om-component-ui-notification-stack{--notification-motion-offset:calc(100% + var(--om-spacing-300,12px));max-width:calc(100vw - var(--om-spacing-400,16px)*2);pointer-events:none;flex-direction:column;width:375px;display:flex;position:fixed}.om-component-ui-notification-stack-topLeft{left:var(--om-spacing-400,16px);top:var(--om-spacing-400,16px);--notification-motion-offset:calc(-100% - var(--om-spacing-300,12px))}.om-component-ui-notification-stack-topRight{right:var(--om-spacing-400,16px);top:var(--om-spacing-400,16px)}.om-component-ui-notification-stack-bottomLeft{bottom:var(--om-spacing-400,16px);left:var(--om-spacing-400,16px);--notification-motion-offset:calc(-100% - var(--om-spacing-300,12px))}.om-component-ui-notification-stack-bottomRight{bottom:var(--om-spacing-400,16px);right:var(--om-spacing-400,16px)}.om-component-ui-notification-item{will-change:grid-template-rows,margin-top;grid-template-rows:1fr;transition:grid-template-rows .24s,margin-top .24s;display:grid}.om-component-ui-notification-item+.om-component-ui-notification-item{margin-top:var(--om-spacing-300,12px)}.om-component-ui-notification-item-inner{opacity:1;pointer-events:auto;will-change:transform,opacity;min-height:0;transition:transform .24s,opacity .24s;overflow:visible;transform:translateZ(0)}.om-component-ui-notification-item-enter,.om-component-ui-notification-item-exit+.om-component-ui-notification-item{margin-top:0}.om-component-ui-notification-item-active{grid-template-rows:1fr}.om-component-ui-notification-item-exit .om-component-ui-notification-item-inner{pointer-events:none}.om-component-ui-notification-item-exit-collapse{grid-template-rows:0fr}.om-component-ui-notification-item-exit-collapse .om-component-ui-notification-item-inner{overflow:hidden}.om-component-ui-notification-item-enter .om-component-ui-notification-item-inner,.om-component-ui-notification-item-exit .om-component-ui-notification-item-inner{opacity:0;transform:translate3d(var(--notification-motion-offset),0,0)}.om-component-ui-notification-item-active .om-component-ui-notification-item-inner{transform:translateZ(0)}
.om-component-ui-tooltip[role=tooltip]{background-color:var(--om-bg-neutral,#131313);border-radius:var(--om-radius-200,8px);box-shadow:var(--om-shadow-200,0 10px 22px #0000001a);color:var(--om-text-on-neutral,#fff);align-items:center;gap:var(--om-spacing-0,0);opacity:1;min-width:48px;max-width:400px;padding:var(--om-spacing-200,8px) var(--om-spacing-300,12px);z-index:999;flex-direction:column;display:flex}.om-component-ui-tooltip[role=tooltip] .om-component-ui-tooltip-title{font-family:var(--om-title-sm-font-family);font-size:var(--om-title-sm-font-size);font-weight:var(--om-title-sm-strong-font-weight);letter-spacing:var(--om-title-sm-letter-spacing);line-height:var(--om-title-sm-line-height)}.om-component-ui-tooltip[role=tooltip] .om-component-ui-tooltip-body{font-family:var(--om-body-sm-font-family);font-size:var(--om-body-sm-font-size);font-weight:var(--om-body-sm-strong-font-weight);letter-spacing:var(--om-body-sm-letter-spacing);line-height:var(--om-body-sm-line-height)}.om-component-ui-tooltip[role=tooltip].om-component-ui-tooltip-with-title{text-align:left;align-items:flex-start}.om-component-ui-tooltip[role=tooltip] .om-component-ui-tooltip-arrow{background-color:var(--om-bg-neutral,#131313);border-radius:0;-webkit-mask-position:50%;mask-position:50%;-webkit-mask-size:100% 100%;mask-size:100% 100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.om-component-ui-tooltip[role=tooltip][class*=react-tooltip__place-bottom]>.om-component-ui-tooltip-arrow,.om-component-ui-tooltip[role=tooltip][class*=react-tooltip__place-top]>.om-component-ui-tooltip-arrow{width:36px;height:9px;-webkit-mask-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAzNiA5Ij48cGF0aCBmaWxsPSIjMDAwIiBkPSJNMTcuMzE1IDcuMzU1IDEwLjM2Ni44MTVBMyAzIDAgMCAwIDguMzEgMGgxOS4zOGEzIDMgMCAwIDAtMi4wNTYuODE1bC02Ljk0OSA2LjU0YTEgMSAwIDAgMS0xLjM3IDAiLz48cGF0aCBzdHJva2U9IiMwMDAiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgZD0iTTggLjVoLjM0M2E0IDQgMCAwIDEgMi44MjkgMS4xNzJsNi4xMiA2LjEyYTEgMSAwIDAgMCAxLjQxNSAwbDYuMTIxLTYuMTJBNCA0IDAgMCAxIDI3LjY1Ny41SDI4Ii8+PC9zdmc+);mask-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAzNiA5Ij48cGF0aCBmaWxsPSIjMDAwIiBkPSJNMTcuMzE1IDcuMzU1IDEwLjM2Ni44MTVBMyAzIDAgMCAwIDguMzEgMGgxOS4zOGEzIDMgMCAwIDAtMi4wNTYuODE1bC02Ljk0OSA2LjU0YTEgMSAwIDAgMS0xLjM3IDAiLz48cGF0aCBzdHJva2U9IiMwMDAiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgZD0iTTggLjVoLjM0M2E0IDQgMCAwIDEgMi44MjkgMS4xNzJsNi4xMiA2LjEyYTEgMSAwIDAgMCAxLjQxNSAwbDYuMTIxLTYuMTJBNCA0IDAgMCAxIDI3LjY1Ny41SDI4Ii8+PC9zdmc+)}.om-component-ui-tooltip[role=tooltip][class*=react-tooltip__place-left]>.om-component-ui-tooltip-arrow,.om-component-ui-tooltip[role=tooltip][class*=react-tooltip__place-right]>.om-component-ui-tooltip-arrow{width:9px;height:36px;-webkit-mask-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCA5IDM2Ij48cGF0aCBmaWxsPSIjMDAwIiBkPSJtNy4zNTUgMTguNjg1LTYuNTQgNi45NDlBMyAzIDAgMCAwIDAgMjcuNjlWOC4zMWEzIDMgMCAwIDAgLjgxNSAyLjA1Nmw2LjU0IDYuOTQ5YTEgMSAwIDAgMSAwIDEuMzciLz48cGF0aCBzdHJva2U9IiMwMDAiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgZD0iTS41IDI4di0uMzQzYTQgNCAwIDAgMSAxLjE3Mi0yLjgyOWw2LjEyLTYuMTJhMSAxIDAgMCAwIDAtMS40MTVsLTYuMTItNi4xMjFBNCA0IDAgMCAxIC41IDguMzQzVjgiLz48L3N2Zz4=);mask-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCA5IDM2Ij48cGF0aCBmaWxsPSIjMDAwIiBkPSJtNy4zNTUgMTguNjg1LTYuNTQgNi45NDlBMyAzIDAgMCAwIDAgMjcuNjlWOC4zMWEzIDMgMCAwIDAgLjgxNSAyLjA1Nmw2LjU0IDYuOTQ5YTEgMSAwIDAgMSAwIDEuMzciLz48cGF0aCBzdHJva2U9IiMwMDAiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgZD0iTS41IDI4di0uMzQzYTQgNCAwIDAgMSAxLjE3Mi0yLjgyOWw2LjEyLTYuMTJhMSAxIDAgMCAwIDAtMS40MTVsLTYuMTItNi4xMjFBNCA0IDAgMCAxIC41IDguMzQzVjgiLz48L3N2Zz4=)}.om-component-ui-tooltip[role=tooltip][class*=react-tooltip__place-top]>.om-component-ui-tooltip-arrow{transform:none;bottom:-8px!important}.om-component-ui-tooltip[role=tooltip][class*=react-tooltip__place-bottom]>.om-component-ui-tooltip-arrow{transform:rotate(180deg);top:-8px!important}.om-component-ui-tooltip[role=tooltip][class*=react-tooltip__place-left]>.om-component-ui-tooltip-arrow{transform:none;right:-8px!important}.om-component-ui-tooltip[role=tooltip][class*=react-tooltip__place-right]>.om-component-ui-tooltip-arrow{transform:rotate(180deg);left:-8px!important}@media (max-width:767.98px){.om-component-ui-tooltip[role=tooltip]{max-width:300px}}
.om-component-ui-typography{color:inherit;margin:0;text-decoration-color:currentColor}.om-component-ui-typography-display-xl{font-family:var(--om-display-xl-font-family);font-size:var(--om-display-xl-font-size);font-weight:var(--om-display-xl-font-weight);letter-spacing:var(--om-display-xl-letter-spacing);line-height:var(--om-display-xl-line-height)}.om-component-ui-typography-display-lg{font-family:var(--om-display-lg-font-family);font-size:var(--om-display-lg-font-size);font-weight:var(--om-display-lg-font-weight);letter-spacing:var(--om-display-lg-letter-spacing);line-height:var(--om-display-lg-line-height)}.om-component-ui-typography-display-md{font-family:var(--om-display-md-font-family);font-size:var(--om-display-md-font-size);font-weight:var(--om-display-md-font-weight);letter-spacing:var(--om-display-md-letter-spacing);line-height:var(--om-display-md-line-height)}.om-component-ui-typography-display-sm{font-family:var(--om-display-sm-font-family);font-size:var(--om-display-sm-font-size);font-weight:var(--om-display-sm-font-weight);letter-spacing:var(--om-display-sm-letter-spacing);line-height:var(--om-display-sm-line-height)}.om-component-ui-typography-display-xs{font-family:var(--om-display-xs-font-family);font-size:var(--om-display-xs-font-size);font-weight:var(--om-display-xs-font-weight);letter-spacing:var(--om-display-xs-letter-spacing);line-height:var(--om-display-xs-line-height)}.om-component-ui-typography-headline-lg{font-family:var(--om-headline-lg-font-family);font-size:var(--om-headline-lg-font-size);font-weight:var(--om-headline-lg-font-weight);letter-spacing:var(--om-headline-lg-letter-spacing);line-height:var(--om-headline-lg-line-height)}.om-component-ui-typography-headline-md{font-family:var(--om-headline-md-font-family);font-size:var(--om-headline-md-font-size);font-weight:var(--om-headline-md-font-weight);letter-spacing:var(--om-headline-md-letter-spacing);line-height:var(--om-headline-md-line-height)}.om-component-ui-typography-headline-sm{font-family:var(--om-headline-sm-font-family);font-size:var(--om-headline-sm-font-size);font-weight:var(--om-headline-sm-font-weight);letter-spacing:var(--om-headline-sm-letter-spacing);line-height:var(--om-headline-sm-line-height)}.om-component-ui-typography-headline-xs{font-family:var(--om-headline-xs-font-family);font-size:var(--om-headline-xs-font-size);font-weight:var(--om-headline-xs-font-weight);letter-spacing:var(--om-headline-xs-letter-spacing);line-height:var(--om-headline-xs-line-height)}.om-component-ui-typography-title-lg{font-family:var(--om-title-lg-font-family);font-size:var(--om-title-lg-font-size);font-weight:var(--om-title-lg-font-weight);letter-spacing:var(--om-title-lg-letter-spacing);line-height:var(--om-title-lg-line-height)}.om-component-ui-typography-title-md{font-family:var(--om-title-md-font-family);font-size:var(--om-title-md-font-size);font-weight:var(--om-title-md-font-weight);letter-spacing:var(--om-title-md-letter-spacing);line-height:var(--om-title-md-line-height)}.om-component-ui-typography-title-sm{font-family:var(--om-title-sm-font-family);font-size:var(--om-title-sm-font-size);font-weight:var(--om-title-sm-font-weight);letter-spacing:var(--om-title-sm-letter-spacing);line-height:var(--om-title-sm-line-height)}.om-component-ui-typography-title-xs{font-family:var(--om-title-xs-font-family);font-size:var(--om-title-xs-font-size);font-weight:var(--om-title-xs-font-weight);letter-spacing:var(--om-title-xs-letter-spacing);line-height:var(--om-title-xs-line-height)}.om-component-ui-typography-body-lg{font-family:var(--om-body-lg-font-family);font-size:var(--om-body-lg-font-size);font-weight:var(--om-body-lg-font-weight);letter-spacing:var(--om-body-lg-letter-spacing);line-height:var(--om-body-lg-line-height)}.om-component-ui-typography-body-md{font-family:var(--om-body-md-font-family);font-size:var(--om-body-md-font-size);font-weight:var(--om-body-md-font-weight);letter-spacing:var(--om-body-md-letter-spacing);line-height:var(--om-body-md-line-height)}.om-component-ui-typography-body-sm{font-family:var(--om-body-sm-font-family);font-size:var(--om-body-sm-font-size);font-weight:var(--om-body-sm-font-weight);letter-spacing:var(--om-body-sm-letter-spacing);line-height:var(--om-body-sm-line-height)}.om-component-ui-typography-label-xl{font-family:var(--om-label-xl-font-family);font-size:var(--om-label-xl-font-size);font-weight:var(--om-label-xl-font-weight);letter-spacing:var(--om-label-xl-letter-spacing);line-height:var(--om-label-xl-line-height)}.om-component-ui-typography-label-lg{font-family:var(--om-label-lg-font-family);font-size:var(--om-label-lg-font-size);font-weight:var(--om-label-lg-font-weight);letter-spacing:var(--om-label-lg-letter-spacing);line-height:var(--om-label-lg-line-height)}.om-component-ui-typography-label-md{font-family:var(--om-label-md-font-family);font-size:var(--om-label-md-font-size);font-weight:var(--om-label-md-font-weight);letter-spacing:var(--om-label-md-letter-spacing);line-height:var(--om-label-md-line-height)}.om-component-ui-typography-label-sm{font-family:var(--om-label-sm-font-family);font-size:var(--om-label-sm-font-size);font-weight:var(--om-label-sm-font-weight);letter-spacing:var(--om-label-sm-letter-spacing);line-height:var(--om-label-sm-line-height)}.om-component-ui-typography-label-xs{font-family:var(--om-label-xs-font-family);font-size:var(--om-label-xs-font-size);font-weight:var(--om-label-xs-font-weight);letter-spacing:var(--om-label-xs-letter-spacing);line-height:var(--om-label-xs-line-height)}.om-component-ui-typography-link-md{color:var(--om-text-brand,#073387);font-family:var(--om-link-md-font-family);font-size:var(--om-link-md-font-size);font-weight:var(--om-link-md-font-weight);letter-spacing:var(--om-link-md-letter-spacing);line-height:var(--om-link-md-line-height);-webkit-text-decoration:var(--om-link-md-text-decoration);-webkit-text-decoration:var(--om-link-md-text-decoration);text-decoration:var(--om-link-md-text-decoration);-webkit-text-decoration-skip-ink:var(--om-link-md-text-decoration-skip-ink);text-decoration-skip-ink:var(--om-link-md-text-decoration-skip-ink)}.om-component-ui-typography-link-sm{color:var(--om-text-brand,#073387);font-family:var(--om-link-sm-font-family);font-size:var(--om-link-sm-font-size);font-weight:var(--om-link-sm-font-weight);letter-spacing:var(--om-link-sm-letter-spacing);line-height:var(--om-link-sm-line-height);-webkit-text-decoration:var(--om-link-sm-text-decoration);-webkit-text-decoration:var(--om-link-sm-text-decoration);text-decoration:var(--om-link-sm-text-decoration);-webkit-text-decoration-skip-ink:var(--om-link-sm-text-decoration-skip-ink);text-decoration-skip-ink:var(--om-link-sm-text-decoration-skip-ink)}.om-component-ui-typography-title-lg.om-component-ui-typography-strong{font-weight:var(--om-title-lg-strong-font-weight)}.om-component-ui-typography-title-md.om-component-ui-typography-strong{font-weight:var(--om-title-md-strong-font-weight)}.om-component-ui-typography-title-sm.om-component-ui-typography-strong{font-weight:var(--om-title-sm-strong-font-weight)}.om-component-ui-typography-title-xs.om-component-ui-typography-strong{font-weight:var(--om-title-xs-strong-font-weight)}.om-component-ui-typography-body-lg.om-component-ui-typography-strong{font-weight:var(--om-body-lg-strong-font-weight)}.om-component-ui-typography-body-md.om-component-ui-typography-strong{font-weight:var(--om-body-md-strong-font-weight)}.om-component-ui-typography-body-sm.om-component-ui-typography-strong{font-weight:var(--om-body-sm-strong-font-weight)}.om-component-ui-typography-label-xl.om-component-ui-typography-strong{font-weight:var(--om-label-xl-strong-font-weight)}.om-component-ui-typography-label-lg.om-component-ui-typography-strong{font-weight:var(--om-label-lg-strong-font-weight)}.om-component-ui-typography-label-md.om-component-ui-typography-strong{font-weight:var(--om-label-md-strong-font-weight)}.om-component-ui-typography-label-sm.om-component-ui-typography-strong{font-weight:var(--om-label-sm-strong-font-weight)}.om-component-ui-typography-label-xs.om-component-ui-typography-strong{font-weight:var(--om-label-xs-strong-font-weight)}.om-component-ui-typography-body-lg.om-component-ui-typography-single-line{line-height:var(--om-body-lg-single-line-line-height)}.om-component-ui-typography-body-md.om-component-ui-typography-single-line{line-height:var(--om-body-md-single-line-line-height)}.om-component-ui-typography-body-sm.om-component-ui-typography-single-line{line-height:var(--om-body-sm-single-line-line-height)}.om-component-ui-typography-italic{font-style:italic}.om-component-ui-typography-underline{text-decoration-line:underline}.om-component-ui-typography-delete{text-decoration-line:line-through}.om-component-ui-typography-underline-delete{text-decoration-line:underline line-through}.om-component-ui-typography-ellipsis{white-space:nowrap;min-width:0;max-width:100%;display:block;position:relative;overflow:hidden}.om-component-ui-typography-ellipsis-measure{pointer-events:none;visibility:hidden;white-space:nowrap;position:absolute;top:0;left:0;right:0;overflow:hidden}.om-component-ui-typography-copyable-wrapper{align-items:center;gap:var(--om-spacing-100,4px);min-width:0;max-width:100%;display:inline-flex}.om-component-ui-typography-copyable-wrapper-inline{vertical-align:bottom;display:inline-flex}.om-component-ui-typography-copyable-wrapper-block{align-items:flex-start;width:100%;display:flex}.om-component-ui-typography-copyable-content{flex:auto;min-width:0}.om-component-ui-typography-color-default{color:var(--om-text-default,#131313)}.om-component-ui-typography-color-default-secondary{color:var(--om-text-default-secondary,#404042)}.om-component-ui-typography-color-default-tertiary{color:var(--om-text-default-tertiary,#646465)}.om-component-ui-typography-color-disabled{color:var(--om-text-disabled,#bbbdc1)}.om-component-ui-typography-color-disabled-black{color:var(--om-text-disabled-black,#bbbdc1)}.om-component-ui-typography-color-disabled-white{color:var(--om-text-disabled-white,#f8f8f8)}.om-component-ui-typography-color-brand{color:var(--om-text-brand,#073387)}.om-component-ui-typography-color-brand-secondary{color:var(--om-text-brand-secondary,#a4bbe1)}.om-component-ui-typography-color-brand-tertiary{color:var(--om-text-brand-tertiary,#c1d0eb)}.om-component-ui-typography-color-on-brand{color:var(--om-text-on-brand,#dde6f4)}.om-component-ui-typography-color-on-brand-secondary{color:var(--om-text-on-brand-secondary,#052561)}.om-component-ui-typography-color-on-brand-tertiary{color:var(--om-text-on-brand-tertiary,#03163a)}.om-component-ui-typography-color-neutral{color:var(--om-text-neutral,#404042)}.om-component-ui-typography-color-neutral-secondary{color:var(--om-text-neutral-secondary,#9fa3a3)}.om-component-ui-typography-color-neutral-tertiary{color:var(--om-text-neutral-tertiary,#bbbdc1)}.om-component-ui-typography-color-on-neutral{color:var(--om-text-on-neutral,#fff)}.om-component-ui-typography-color-on-neutral-secondary{color:var(--om-text-on-neutral-secondary,#d1d2d2)}.om-component-ui-typography-color-on-neutral-tertiary{color:var(--om-text-on-neutral-tertiary,#e3e4e4)}.om-component-ui-typography-color-positive{color:var(--om-text-positive,#1f5800)}.om-component-ui-typography-color-positive-secondary{color:var(--om-text-positive-secondary,#1f580033)}.om-component-ui-typography-color-positive-tertiary{color:var(--om-text-positive-tertiary,#1f58001a)}.om-component-ui-typography-color-on-positive{color:var(--om-text-on-positive,#1f58000d)}.om-component-ui-typography-color-on-positive-secondary{color:var(--om-text-on-positive-secondary,#1b4404)}.om-component-ui-typography-color-on-positive-tertiary{color:var(--om-text-on-positive-tertiary,#003104)}.om-component-ui-typography-color-warning{color:var(--om-text-warning,#db8600)}.om-component-ui-typography-color-warning-secondary{color:var(--om-text-warning-secondary,#f4c60033)}.om-component-ui-typography-color-warning-tertiary{color:var(--om-text-warning-tertiary,#f4c6001a)}.om-component-ui-typography-color-on-warning{color:var(--om-text-on-warning,#f4c6000d)}.om-component-ui-typography-color-on-warning-secondary{color:var(--om-text-on-warning-secondary,#ffa000)}.om-component-ui-typography-color-on-warning-tertiary{color:var(--om-text-on-warning-tertiary,#db8600)}.om-component-ui-typography-color-danger{color:var(--om-text-danger,#ae0000)}.om-component-ui-typography-color-danger-secondary{color:var(--om-text-danger-secondary,#ae000033)}.om-component-ui-typography-color-danger-tertiary{color:var(--om-text-danger-tertiary,#ae00001a)}.om-component-ui-typography-color-on-danger{color:var(--om-text-on-danger,#ae00000d)}.om-component-ui-typography-color-on-danger-secondary{color:var(--om-text-on-danger-secondary,#920000)}.om-component-ui-typography-color-on-danger-tertiary{color:var(--om-text-on-danger-tertiary,#780000)}.om-component-ui-typography-disabled{color:var(--om-text-disabled,#bbbdc1);cursor:not-allowed}.om-component-ui-typography-link-md:hover{color:var(--om-text-brand,#073387)}.om-component-ui-typography-link-md.om-component-ui-typography-disabled{color:var(--om-text-disabled,#bbbdc1);pointer-events:none}.om-component-ui-typography-link-sm:hover{color:var(--om-text-brand,#073387)}.om-component-ui-typography-link-sm.om-component-ui-typography-disabled{color:var(--om-text-disabled,#bbbdc1);pointer-events:none}
@keyframes om-spin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}@keyframes om-dash{0%{stroke-dasharray:1 150;stroke-dashoffset:0}50%{stroke-dasharray:90 150;stroke-dashoffset:-35px}to{stroke-dasharray:90 150;stroke-dashoffset:-124px}}.om-component-ui-spinner{color:var(--om-icon-brand,#073387);justify-content:center;align-items:center;display:inline-flex}.om-component-ui-spinner-circle{width:100%;height:100%;animation:2s linear infinite om-spin}.om-component-ui-spinner-path{stroke:currentColor;stroke-linecap:round;animation:1.5s ease-in-out infinite om-dash}.om-component-ui-spinner-brand{align-items:center;gap:var(--om-spacing-200,8px);flex-direction:column;display:flex}.om-component-ui-spinner-brand.om-component-ui-spinner-brand-bg{border-radius:var(--om-radius-600,24px);gap:var(--om-spacing-600,24px)}.om-component-ui-spinner-lottie{flex-shrink:0;display:block}.om-component-ui-spinner-icon-wrap{flex-shrink:0;position:relative}.om-component-ui-spinner-icon-wrap .om-component-ui-spinner-bg{width:100%;height:100%;display:block}.om-component-ui-spinner-icon-wrap .om-component-ui-spinner-lottie{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.om-component-ui-spinner-content{align-items:center;gap:var(--om-spacing-100,4px);white-space:nowrap;flex-direction:column;display:flex}.om-component-ui-spinner-body,.om-component-ui-spinner-title{text-align:center}
.om-component-ui-button{--om-button-text:var(--om-text-on-neutral,#fff);--om-button-bg:var(--om-bg-brand,#073387);--om-button-hover-bg:var(--om-bg-brand-hover,#052561);--om-button-disabled-text:var(--om-text-disabled-white,#f8f8f8);--om-button-disabled-bg:var(--om-bg-disabled-brand,#a4bbe1);--om-button-gap:var(--om-spacing-200,8px);background-color:var(--om-button-bg);border-radius:var(--om-radius-300,12px);box-shadow:none;color:var(--om-button-text);cursor:pointer;align-items:center;gap:var(--om-button-gap);height:52px;padding:var(--om-spacing-400,16px);border:none;outline:none;justify-content:center;display:inline-flex}.om-component-ui-button-disabled,.om-component-ui-button:disabled{background-color:var(--om-button-disabled-bg);color:var(--om-button-disabled-text);cursor:not-allowed}.om-component-ui-button:hover:not(:disabled){background-color:var(--om-button-hover-bg)}.om-component-ui-button-medium{border-radius:var(--om-radius-200,8px);height:40px;padding:var(--om-spacing-300,12px)}.om-component-ui-button-small{border-radius:var(--om-radius-200,8px);height:32px;padding:var(--om-spacing-200,8px) var(--om-spacing-300,12px)}.om-component-ui-button-rounded{border-radius:var(--om-radius-full,9999px)}.om-component-ui-button-block{width:100%;display:flex}.om-component-ui-button-text{--om-button-text:var(--om-text-brand,#073387);--om-button-hover-text:var(--om-text-on-brand-secondary,#052561);--om-button-bg:transparent;--om-button-hover-bg:transparent;--om-button-disabled-text:var(--om-text-brand-secondary,#a4bbe1);--om-button-disabled-bg:transparent;--om-button-gap:var(--om-spacing-100,4px);border-radius:0;height:auto;padding:0}.om-component-ui-button-text:hover:not(:disabled){--om-button-text:var(--om-button-hover-text);color:var(--om-button-text)}.om-component-ui-button-text-danger{--om-button-text:var(--om-text-danger,#ae0000);--om-button-hover-text:var(--om-text-on-danger-secondary,#920000);--om-button-disabled-text:var(--om-text-danger-secondary,#ae000033)}.om-component-ui-button-text-positive{--om-button-text:var(--om-text-positive,#1f5800);--om-button-hover-text:var(--om-text-on-positive-secondary,#1b4404);--om-button-disabled-text:var(--om-text-positive-secondary,#1f580033)}.om-component-ui-button-text.om-component-ui-button-large{--om-button-gap:var(--om-spacing-200,8px)}.om-component-ui-button-icon-end,.om-component-ui-button-icon-start{color:currentColor;flex-shrink:0;justify-content:center;align-items:center;line-height:0;display:inline-flex}.om-component-ui-button-icon-end>.om-component-ui-icons-wrapper,.om-component-ui-button-icon-start>.om-component-ui-icons-wrapper{color:currentColor}.om-component-ui-button-loading-icon{width:20px;height:20px;display:inline-flex}.om-component-ui-button-loading-icon-medium{width:16px;height:16px}.om-component-ui-button-loading-icon-small{width:14px;height:14px}.om-component-ui-button-loading-icon.om-component-ui-spinner{color:inherit}.om-component-ui-button-secondary{--om-button-text:var(--om-text-brand,#073387);--om-button-bg:var(--om-bg-brand-secondary,#dde6f4);--om-button-hover-bg:var(--om-bg-brand-secondary-hover,#c1d0eb);--om-button-disabled-text:var(--om-text-brand-secondary,#a4bbe1);--om-button-disabled-bg:var(--om-bg-brand-tertiary,#edf2f9)}.om-component-ui-button-grey{--om-button-text:var(--om-text-default,#131313);--om-button-bg:var(--om-bg-neutral-tertiary,#f0f0f0);--om-button-hover-bg:var(--om-bg-neutral-tertiary-hover,#e3e4e4);--om-button-disabled-text:var(--om-text-disabled,#bbbdc1);--om-button-disabled-bg:var(--om-bg-disabled,#f0f0f0)}.om-component-ui-button-black{--om-button-text:var(--om-text-on-neutral,#fff);--om-button-bg:var(--om-bg-neutral,#131313);--om-button-hover-bg:var(--om-bg-neutral-hover,#404042);--om-button-disabled-text:var(--om-text-disabled-white,#f8f8f8);--om-button-disabled-bg:var(--om-bg-disabled-black,#0000001a)}.om-component-ui-button-white{--om-button-text:var(--om-text-default,#131313);--om-button-bg:var(--om-bg-default,#fff);--om-button-hover-bg:var(--om-bg-default-hover,#f0f0f0);--om-button-disabled-text:var(--om-text-disabled,#bbbdc1);--om-button-disabled-bg:var(--om-bg-disabled,#f0f0f0)}.om-component-ui-button-danger{--om-button-text:var(--om-text-danger,#ae0000);--om-button-bg:var(--om-bg-danger-secondary,#ae00001a);--om-button-hover-bg:var(--om-bg-danger-secondary-hover,#ae000033);--om-button-disabled-text:var(--om-text-danger-secondary,#ae000033);--om-button-disabled-bg:var(--om-bg-danger-tertiary,#ae00000d)}.om-component-ui-button-positive{--om-button-text:var(--om-text-positive,#1f5800);--om-button-bg:var(--om-bg-positive-secondary,#1f58001a);--om-button-hover-bg:var(--om-bg-positive-secondary-hover,#1f580033);--om-button-disabled-text:var(--om-text-positive-secondary,#1f580033);--om-button-disabled-bg:var(--om-bg-positive-tertiary,#1f58000d)}.om-component-ui-button-warning{--om-button-text:var(--om-text-default,#131313);--om-button-bg:var(--om-bg-warning,#f4c600);--om-button-hover-bg:var(--om-bg-warning-hover,#ffb300);--om-button-disabled-text:var(--om-text-disabled,#bbbdc1);--om-button-disabled-bg:var(--om-bg-warning-secondary-hover,#f4c60033)}
.index-module-scss-module__tR4upq__nav>*{cursor:pointer;position:relative}.index-module-scss-module__tR4upq__nav>:after{background-color:var(--grey-dark-color);content:"";width:1px;height:18px;margin:auto 0;position:absolute;top:0;bottom:0;right:-5px}.index-module-scss-module__tR4upq__nav>:last-child:after{content:none}.index-module-scss-module__tR4upq__dropdown{margin-top:32px;box-shadow:0 4px 8px #415b821f}.index-module-scss-module__tR4upq__header-fixed{border-radius:0;margin:0 auto;transition:all .3s ease-in-out;position:fixed;top:0;left:0;right:0}.index-module-scss-module__tR4upq__header-fixed-top{box-shadow:none}@media (max-width:1023px){.index-module-scss-module__tR4upq__header-fixed{border-radius:0;width:100vw;top:0}}
.index-module-scss-module__qEJbsW__footer-content{background-image:linear-gradient(56.45deg,#f6f6f6 2.92%,#e4eaf3 21.36%,#d0daed 46.43%,#c5d1e7 63.34%,#abbad9 88.2%);border-radius:32px}
.index-module-scss-module__JAmQaq__menu .ps-menuitem-root .ps-submenu-content{background-color:#0000!important}
